.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #0d0f0e;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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 {
  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;
}

.rt-button-border {
  border: 1px solid #151515;
  position: absolute;
  inset: 0%;
}

.rt-button-border.button-full-inverse-primary-6 {
  border-color: #faf3e3;
}

.div-block-8 {
  width: 100%;
  margin-top: 0;
}

.icon-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  display: flex;
}

.rt-button-text {
  color: #151515;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 100%;
}

.rt-button-text.rt-2 {
  opacity: 0;
  color: #fff;
  position: absolute;
}

.rt-button-text.rt-2.button-full-inverse-primary-4, .rt-button-text.rt-1 {
  color: #151515;
}

.rt-button-text.rt-1.button-full-inverse-primary-3 {
  color: #faf3e3;
}

.rt-short-heading-2 {
  color: #151515;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
}

.rt-short-heading-2.rt-color-text-inverse {
  color: #fff;
  padding-top: 40px;
  padding-left: 0;
  font-weight: 400;
}

.demo-btn {
  background-image: linear-gradient(90deg, #1f2229 100%, #ff47f9);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-btn.f-2 {
  opacity: 1;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 15px;
}

.demo-btn.f-2.hero {
  margin-left: 0;
}

.demo-btn.menu {
  opacity: 1;
  background-color: #000;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.demo-btn.menu:hover {
  background-color: #8b8b8b;
}

.demo-btn.menu.w--current {
  border-radius: 0;
  margin-left: 0;
}

.demo-btn.cal_to_action {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.demo-btn.cal_to_action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.demo-btn.call {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.demo-btn.call.w--current {
  border-radius: 0;
  margin-left: 0;
}

.heading-10.text-1---heading-large {
  color: #fff;
  width: auto;
  max-width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.slider-2 {
  min-height: 100svh;
}

.mask-2 {
  min-height: 0;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.hero-stack-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  min-height: 0;
  padding: 0;
  position: relative;
}

.rt-color-text-inverse {
  color: #faf3e3;
}

.rt-color-text-inverse.rt-gap-bottom-md {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.div-block-7 {
  position: absolute;
  inset: auto 0% 25%;
}

.demo-btn-wrapper-block {
  z-index: 0;
  opacity: 1;
  background-color: #4d16dd00;
  border: 1px #fff;
  border-radius: 0;
  position: absolute;
  inset: 0;
}

.demo-btn-wrapper-block.f-2 {
  opacity: 100;
  color: #3b3b3b00;
  background-color: #3d31ca4f;
  border-style: none;
  border-width: .5px;
  inset: 0% auto auto 0%;
}

.rt-hero-v11-main {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-bottom: auto;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 140px;
}

.demo-btn-text {
  z-index: 1;
  color: #fff;
  border-right: 1px solid #ffffff54;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.demo-btn-text.f-1 {
  z-index: 1;
  opacity: 1;
  outline-offset: 0px;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #9b3f3f;
  text-transform: uppercase;
  z-index: 1;
  opacity: 1;
  outline-offset: 0px;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #9b3f3f;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px #fff;
  border-radius: 0;
  outline: 3px #fff;
  padding: 6px 15px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: static;
}

.rt-button-overlay {
  background-color: #15241b;
  width: 0%;
  position: absolute;
  inset: 0 auto;
  transform: skew(-45deg);
}

.rt-button-overlay.button-full-inverse-primary-5 {
  background-color: #eef0ef;
}

.rt-container-2 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.rt-button-text-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  position: relative;
}

.background-video-2 {
  z-index: 100;
  min-height: 75svh;
}

.hero-heading {
  opacity: 1;
  color: #1a1a1a;
  text-align: left;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  background-image: linear-gradient(90deg, #c9aaff, #feffbc 25%, #ffcdfd 50%, #b3e2ff 75%, #839aff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50vh;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  font-size: 8vh;
  font-weight: 400;
  line-height: .85;
}

.rt-button {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button.button-full-inverse-primary {
  max-width: none;
}

.icon-scroll-2 {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 40px;
  height: 70px;
  position: relative;
}

.background-video-3 {
  min-height: 100vh;
}

.rt-hero-v11-content {
  max-width: 38.1875rem;
}

.rt-hero-button-wrapper {
  max-width: 26.25rem;
}

.text---heading-large {
  color: #fff;
  letter-spacing: -.04rem;
  max-width: none;
  margin-bottom: 40px;
  font-size: 5rem;
  font-weight: 500;
  line-height: .85;
}

.background-video-hero {
  z-index: 100;
  width: auto;
  min-height: 100vh;
}

.container_grid {
  z-index: auto;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  min-height: 40vh;
  margin-top: 0;
  padding: 100px 30px;
  position: relative;
}

.container {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.team-slider-wrapper {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-top: 50px;
}

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

.team-block {
  background-color: #f5f7fa;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 24px;
  display: block;
}

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

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

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.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: 60px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .7rem 1.5rem;
  font-weight: 600;
}

.button-4.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #6b63c9;
  border: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  text-decoration: none;
  display: flex;
}

.button-4.is-icon:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.button-4.is-icon.wide {
  color: #fff;
  background-color: #b9b9b95e;
  border-color: #fff;
  margin-top: 40px;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.button-4.is-icon.wide:hover {
  color: #000;
  background-color: #fff;
}

.text-block-8 {
  letter-spacing: .8px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.bold-text {
  text-align: left;
  flex: 1;
  align-self: stretch;
  max-width: none;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.rt-business {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #313131;
  background-image: url('../images/BannerNeroOnda2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rt-business-title-box {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 35.625rem;
}

.rt-gap-bottom-off {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  display: block;
}

.rt-business-main {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .0625rem 1fr;
  margin-top: 2em;
  margin-bottom: 2rem;
}

.rt-business-right-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
}

.rt-short-heading {
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.rt-business-right-box {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 2.5rem;
}

.rt-business-left-box {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2.5rem;
}

.rt-business-button-wrapper {
  width: 100%;
  max-width: 22.8rem;
}

.rt-vertical-border {
  transform-origin: 50% 0;
  background-color: #15151580;
  border: .5px solid #fff;
  width: 100%;
  margin-top: 20px;
}

.rt-container {
  background-color: #31313100;
  width: 1200px;
  max-width: none;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-service-bottom-line {
  outline-offset: 0px;
  transform-origin: 0%;
  color: #fff;
  -webkit-text-stroke-width: .5px;
  background-color: #00000080;
  border: .5px solid #fff;
  outline: 3px #fff;
  width: 100%;
  height: .0625rem;
  margin-bottom: 40px;
}

.footer-dark {
  z-index: 999;
  background-color: #313131;
  background-image: url('../images/BannerNeroOnda2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 220px;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .6rem;
  font-weight: 200;
  line-height: 1.2;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  color: #000;
  letter-spacing: .02em;
  align-self: stretch;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
}

.mask-3 {
  max-width: 1200px;
  height: 100%;
  overflow: hidden;
}

.background-video-4 {
  z-index: 100;
  min-height: 50vh;
  margin-top: 100px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-12 {
  color: #fff;
  -webkit-text-stroke-color: #d3c9c9;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.square-icon {
  border-radius: 20px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

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

.flex-vertical.center {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-3 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-center {
  text-align: center;
  flex: none;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.display-2 {
  color: #211f54;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.display-2.mg-bottom-8px {
  font-weight: 500;
}

.color-accent-1 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.section-7 {
  background-color: #fff;
  border: .5px solid #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 40vh;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-10 {
  width: auto;
  max-width: none;
  margin: 100px 60px;
}

.heading-14 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.clients-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-4 {
  flex: 0 auto;
  align-self: auto;
  width: 70%;
  max-width: none;
  margin-top: 40px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-weight-medium {
  letter-spacing: .8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.footer-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer_link-column {
  font-size: .875rem;
}

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

.footer_link-2 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  align-self: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

.image {
  margin-bottom: 20px;
}

.demo-btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-family: Raleway, sans-serif;
  font-size: 10px;
}

.div-block-9 {
  width: 100%;
  margin-top: 0;
}

.rt-short-heading-3 {
  color: #151515;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
}

.rt-short-heading-3.rt-color-text-inverse {
  color: #fff;
  padding-top: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.hero-heading-2 {
  opacity: 1;
  color: #1a1a1a;
  text-align: left;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  background-image: linear-gradient(90deg, #c9aaff, #feffbc 25%, #ffcdfd 50%, #b3e2ff 75%, #839aff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 50vh;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 8vh;
  font-weight: 400;
  line-height: .85;
}

.text---heading-large-2 {
  color: #fff;
  letter-spacing: -.04rem;
  max-width: none;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: .85;
}

.container-11 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  z-index: auto;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  position: relative;
}

.div-block-10 {
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-11 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 220px;
  display: flex;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-4 {
  text-align: left;
  max-width: 1200px;
}

.container-14, .container-15, .container-17, .container-18, .container-19, .container-20 {
  max-width: 1200px;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 50px;
  display: grid;
}

.section-8 {
  min-height: 100vh;
}

.container-21 {
  max-width: 1200px;
  margin-bottom: 0;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-bottom: .5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.team-card-2:hover {
  box-shadow: 1px 3px 5px #0003;
}

.team-member-image {
  object-fit: cover;
  border-radius: 0%;
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.team-member-position {
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.team-member-name {
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  align-self: flex-start;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.evento-paragraph {
  text-align: left;
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.button-scopri {
  text-align: center;
  background-color: #333;
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: column;
  order: 9999;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
  position: static;
}

.button-scopri:hover {
  color: #000;
  background-color: #ddd0;
  border-color: #333;
}

.image-78 {
  background-image: url('../images/ProdottiVisionhaireOssidativi.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  margin-bottom: 20px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.div-block-16 {
  padding-left: 0;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.grid_prodotti {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.heading-15 {
  font-family: Raleway, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.content-container {
  max-width: 1200px;
  padding-top: 0;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  perspective: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.hover-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-size-large {
  text-align: left;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.text-capitalize {
  text-transform: uppercase;
}

.overflow-hidden {
  overflow: hidden;
}

.intro-number-text {
  letter-spacing: -.25rem;
  font-size: 5.7rem;
  line-height: 1;
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  inset: 0% 0% 0% auto;
  background-color: #afafaf00;
  border: .5px solid #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-4.is-intro {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
}

.grid-4.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  place-items: start;
}

.grid-4.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 0;
  display: block;
}

.container-large {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  margin-top: 40px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.column.intro-right {
  width: auto;
  max-width: 38rem;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.column.hero-middle {
  max-width: 38rem;
  display: block;
}

.column.hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.product-left {
  border: 1px #a0a0a0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.product-teaser-right {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
  position: relative;
}

.div-block-21 {
  background-color: #f5f7fa00;
  padding-top: 0;
  padding-bottom: 0;
}

.grid_service {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid_ricerca {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.background-video-laboratorio {
  z-index: 100;
  width: auto;
  min-height: 100vh;
}

.image-80 {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-badge {
  max-width: 6rem;
  height: auto;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.section.is-hero {
  padding-top: 22rem;
  padding-bottom: 7em;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: right;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.wrapper.is-hero-content {
  grid-column-gap: 3.15em;
  grid-row-gap: 3.15em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.wrapper.is-product-teaser {
  border-bottom: .5px solid #000;
  flex-direction: row;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text {
  z-index: 5;
  position: relative;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.nospace-right {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium {
  color: #191919;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
}

.container-23 {
  max-width: none;
  min-height: 100vh;
}

.image-81 {
  background-image: url('../images/pexels-youn-seung-jin-36101845-32778341.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-82 {
  min-height: 100vh;
}

.image_formazione {
  z-index: -1;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.grid_sviluppo {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.container-timeline {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

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

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  padding-top: 0;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 0;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  align-self: auto;
  margin-right: 60px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#24b0e7, #67b43d 20%, #fdc512 40%, #ff7448 60%, #ff4848 80%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14rem;
  display: flex;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  align-self: auto;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: #0a0a0a;
  border-radius: 0;
  display: block;
}

.padding-vertical-xlarge {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.heading-16 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.container-header-ricerca {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #908e8e7a;
  background-image: url('../images/LaboratorioPaginaRicercaVisionahire.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  max-width: none;
  min-height: 100vh;
}

.hero-content-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 220px;
  padding-left: 0;
  display: flex;
}

.hero-content-produzione {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.container-header-produzione {
  background-image: url('../images/ImpiantiPaginaProduzioneVisionahire.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  min-height: 100vh;
}

.btn {
  background-image: linear-gradient(90deg, #1f2229 100%, #ff47f9);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.f-2 {
  opacity: 1;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 15px;
}

.btn.f-2.hero {
  margin-left: 0;
}

.btn.menu {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.btn.menu.w--current {
  border-radius: 0;
  margin-left: 0;
}

.btn.cal_to_action {
  opacity: 1;
  background-color: #31313100;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 200px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.btn.cal_to_action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.call-to-action-button {
  z-index: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  border-right: 1px solid #ffffff54;
  border-radius: 0;
  width: auto;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.call-to-action-button.f-1 {
  z-index: 1;
  opacity: 1;
  outline-offset: 0px;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #9b3f3f;
  text-transform: uppercase;
  z-index: 1;
  opacity: 1;
  outline-offset: 0px;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #9b3f3f;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  outline: 3px #fff;
  padding: 6px 15px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: static;
}

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.icon-1x1-tiny-2 {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.button-6 {
  position: absolute;
  inset: auto 0% 0%;
}

.button_call {
  background-image: linear-gradient(90deg, #1f2229 100%, #ff47f9);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_call.f-2 {
  opacity: 1;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 15px;
}

.button_call.f-2.hero {
  margin-left: 0;
}

.button_call.menu {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_call.menu.w--current {
  border-radius: 0;
  margin-left: 0;
}

.button_call.cal_to_action {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_call.cal_to_action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.button_call.call-to-action {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_call.call-to-action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.button_1 {
  background-image: linear-gradient(90deg, #1f2229 100%, #ff47f9);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_1.f-2 {
  opacity: 1;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 15px;
}

.button_1.f-2.hero {
  margin-left: 0;
}

.button_1.menu {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_1.menu.w--current {
  border-radius: 0;
  margin-left: 0;
}

.button_1.cal_to_action {
  opacity: 1;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_1.cal_to_action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.button_1.call-to-action {
  opacity: 1;
  color: #3330;
  background-color: #313131;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  display: flex;
}

.button_1.call-to-action.w--current {
  border-radius: 0;
  margin-left: 0;
}

.icon-2.accordion-icon {
  color: #000;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center-2 {
  text-align: center;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.heading-17 {
  text-align: center;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.grid_private_label {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.container_grid_private_label {
  max-width: 1200px;
}

.button-7 {
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  align-self: auto;
  margin: 40px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  display: flex;
  position: absolute;
}

.button_call_to_action {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  align-self: auto;
  margin: 60px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Raleway, sans-serif;
  display: flex;
  position: absolute;
}

.button_call_to_action:hover {
  color: #fff;
  background-color: #0d0f0e;
  border-color: #fff;
  transform: none;
}

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

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

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-9, .provacy-policy-section {
  min-height: 100vh;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.section-10 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container_grid_alternative {
  text-align: left;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  min-height: 40vh;
  padding: 80px 30px;
  position: relative;
}

.div-block-22 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-timeline-production {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.container-header-prodotti {
  background-image: url('../images/pexels-jonathanborba-28868043.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  min-height: 70vh;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  min-height: 0;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

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

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.container-header-private_label {
  background-image: url('../images/pexels-mikhail-nilov-7814991.jpg');
  background-position: 80% 80%;
  background-size: cover;
  max-width: none;
  min-height: 100vh;
}

.image_prodotti, .image_provatelabel, .image_ricerca, .image_produzione {
  z-index: -1;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-83 {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-84 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.container-header-formazione {
  max-width: none;
  min-height: 100vh;
  display: flex;
}

.container-header-prodotti-copy {
  background-image: url('../images/pexels-emirhan-sayar-478511598-35844833.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  min-height: 100vh;
}

.container-header-supporto {
  background-image: url('../images/ForazioneVisionhaire.jpg');
  background-position: 70%;
  background-size: cover;
  max-width: none;
  min-height: 100vh;
}

.link.is-product-teaser {
  background-color: #d6b11e;
  background-image: url('../images/pexels-kindelmedia-8325953.jpg');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #afafaf;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.is-product-teaser.supporto {
  background-image: url('../images/ColoreVegetale.jpg');
  background-position: 50%;
  background-size: cover;
  border-right-style: none;
  width: 40%;
  min-height: 40vh;
}

.link.is-product-teaser.formazione {
  background-image: url('../images/HairCare.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  align-items: stretch;
  width: 40%;
  min-height: 40vh;
}

.link.is-product-teaser.sviluppo {
  background-image: url('../images/ProdottiVisionhaireOssidativi.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #c9c9c9;
  width: 40%;
  min-height: 40vh;
}

.link.is-product-teaser.laboratori {
  background-image: url('../images/ColoreDiretto.jpg');
  background-size: cover;
  border: 1px #c5c5c5;
  justify-content: flex-end;
  width: 40%;
  min-height: 40vh;
  padding-left: 20px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.heading-23 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2rem;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
  margin-top: 20px;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.button-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.icon-1x1-tiny-3 {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.div-block-26 {
  min-height: 100vh;
}

.section-11 {
  background-image: url('../images/NuovaHomeVisionhaire.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.text-subtitle-2 {
  color: #0009;
  text-transform: capitalize;
  margin-top: 20px;
  margin-right: 100px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.div-block-27 {
  margin-top: -65px;
}

.div-block-29 {
  z-index: auto;
  background-color: #f80000;
  width: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-30 {
  width: 0;
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body {
  background-color: #fff0;
}

.anchor-point-process, .anchor_point_prodotti {
  width: 0;
  height: 0;
  margin-top: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wood-component-icon {
  border: 1px solid #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  opacity: .5;
  color: #191919;
  border-color: #191919;
  transform: rotate(-45deg);
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.section-12, .div-block-31 {
  background-color: #fff;
}

.text-block-12 {
  width: 70%;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.white_container {
  z-index: auto;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  min-height: 40vh;
  margin-top: 0;
  padding: 100px 30px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .heading-10.text-1---heading-large {
    font-size: 4.5rem;
  }

  .rt-color-text-inverse.rt-gap-bottom-md {
    font-size: 2.5rem;
  }

  .hero-heading {
    line-height: .85;
  }

  .team-slide-wrapper {
    width: 25%;
    margin-right: 2%;
  }

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

  .clients-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .rt-short-heading-3.rt-color-text-inverse {
    width: 600px;
    max-width: none;
    height: auto;
    max-height: none;
    font-size: 1.5rem;
  }

  .hero-heading-2 {
    line-height: .85;
  }

  .container-11 {
    max-width: 1200px;
  }

  .container-13 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-10.text-1---heading-large {
    min-height: auto;
    font-size: 4.5rem;
  }

  .container-11 {
    max-width: 1200px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow {
    color: #333;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .navbar-no-shadow-container {
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    max-width: 1600px;
  }

  .div-block-8 {
    width: 38vw;
    min-height: 40px;
    margin-top: 0;
  }

  .rt-short-heading-2.rt-color-text-inverse {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    padding-left: 5px;
  }

  .demo-btn.menu {
    width: 140px;
    font-size: 10px;
  }

  .heading-10 {
    opacity: 1;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .heading-10.text-1---heading-large {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    font-family: Raleway, sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
    position: static;
  }

  .slider-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 100vh;
    display: block;
  }

  .mask-2 {
    min-height: 100px;
  }

  .hero-stack-3 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 100svh;
    max-height: none;
    padding: 0;
  }

  .rt-color-text-inverse.rt-gap-bottom-md {
    color: #fdfdfd;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-color: #fff;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 3rem;
    line-height: 1;
  }

  .div-block-7 {
    width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    bottom: 25%;
  }

  .demo-btn-wrapper-block.f-2 {
    background-color: #b9b9b95e;
  }

  .rt-hero-v11-main {
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 auto;
    padding: 0;
    overflow: hidden;
  }

  .demo-btn-text.f-1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .slide-3 {
    min-height: 100px;
  }

  .rt-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    width: auto;
    height: auto;
    min-height: 100px;
    margin-top: 220px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-heading {
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #e4cd4b 6%, #23a554 21%, #02ace4 38%, #664ba8 55%, #b72b85 75%, #d82111 90%);
    line-height: .85;
  }

  .background-video-3 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .text---heading-large {
    overflow: hidden;
  }

  .background-video-hero {
    line-height: .9rem;
  }

  .heading-11 {
    display: flex;
    position: absolute;
  }

  .container_grid {
    object-fit: cover;
    background-color: #fff;
    border: 1px #333;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    width: auto;
    min-width: auto;
    max-width: 1400px;
  }

  .centered-heading {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .team-slider-wrapper {
    max-width: 1600px;
  }

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

  .team-slider-nav {
    margin-top: 0;
  }

  .button-4.is-icon {
    flex-flow: row;
    margin-bottom: 0;
  }

  .button-4.is-icon.wide {
    background-color: #b9b9b95e;
    margin-top: 40px;
    margin-right: 0;
  }

  .button-4.is-icon.wide:hover {
    color: #000;
  }

  .bold-text {
    max-width: 1600px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .rt-business {
    background-color: #313131;
    padding-top: 0;
  }

  .rt-business-title-box {
    justify-content: center;
    align-items: center;
    max-width: 200rem;
  }

  .rt-gap-bottom-off {
    text-align: center;
    width: auto;
    max-width: none;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
  }

  .rt-short-heading {
    letter-spacing: .2rem;
    font-weight: 600;
  }

  .rt-business-right-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    margin-top: 20px;
  }

  .rt-business-left-box {
    margin-top: 0;
  }

  .rt-business-button-wrapper {
    max-width: none;
  }

  .rt-container {
    background-color: #31313100;
    width: 100%;
    max-width: 1600px;
    margin-top: 0;
  }

  .footer-dark {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-copyright-center {
    font-size: .6rem;
    line-height: 1.5;
  }

  .footer_link {
    margin-top: 0;
  }

  .mask-3 {
    max-width: 1600px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .background-video-4 {
    min-height: 75vh;
    margin-top: 40px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-7 {
    background-color: #fff;
    min-height: 40vh;
  }

  .container-10 {
    max-width: none;
    margin-bottom: 100px;
  }

  .clients-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .paragraph-4 {
    text-align: left;
    width: 70%;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .text-style-allcaps.text-weight-medium {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    display: block;
  }

  .footer-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: stretch;
    margin-top: 20px;
  }

  .footer_link-2 {
    margin-top: 0;
    font-size: .8rem;
  }

  .demo-btn-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .div-block-9 {
    width: 38vw;
    min-height: 40px;
    margin-top: 0;
  }

  .rt-short-heading-3.rt-color-text-inverse {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    width: auto;
    max-width: none;
    padding-left: 5px;
    line-height: 1;
  }

  .hero-heading-2 {
    mix-blend-mode: multiply;
    background-image: linear-gradient(90deg, #e4cd4b 6%, #23a554 21%, #02ace4 38%, #664ba8 55%, #b72b85 75%, #d82111 90%);
    line-height: .85;
  }

  .text---heading-large-2 {
    overflow: hidden;
  }

  .container-11 {
    max-width: 1600px;
    margin-top: 0;
  }

  .text-block-11 {
    color: #fff;
    font-size: 14px;
  }

  .div-block-11 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: flex-start;
    max-width: 1600px;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-12, .container-13 {
    max-width: 1200px;
  }

  .mask-4 {
    max-width: 1600px;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1600px;
    display: flex;
  }

  .container-15, .container-16 {
    max-width: 1200px;
  }

  .container-17, .container-18 {
    max-width: 1600px;
  }

  .container-19 {
    object-fit: fill;
    max-width: 1600px;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    object-fit: cover;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .container-21 {
    width: auto;
    max-width: 1600px;
    height: auto;
  }

  .team-card-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: auto;
    height: auto;
    display: grid;
  }

  .team-card-2:hover {
    box-shadow: 3px 7px 5px #0003;
  }

  .team-member-image {
    aspect-ratio: 1;
    text-align: center;
    object-fit: cover;
    background-image: none;
    border-radius: 0%;
    width: auto;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    position: static;
    inset: 0%;
  }

  .team-member-name {
    margin-bottom: 0;
  }

  .evento-paragraph {
    font-size: 1rem;
  }

  .div-block-12 {
    aspect-ratio: auto;
  }

  .div-block-13, .div-block-14, .div-block-15 {
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .container-22 {
    max-width: 100%;
  }

  .div-block-16 {
    margin-bottom: 20px;
    display: flex;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid_prodotti {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px;
  }

  .content-container {
    max-width: 1600px;
    padding-top: 0;
  }

  .text-size-large {
    font-size: 2rem;
    display: block;
  }

  .divider-line.vertical {
    background-color: #afafaf00;
    border: .5px solid #000;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .grid-4.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
    max-width: 1600px;
  }

  .grid-4.is-product {
    grid-template-columns: 1fr;
    justify-items: stretch;
    max-width: 1600px;
    margin-top: 0;
  }

  .container-large {
    width: auto;
    max-width: 1600px;
  }

  .padding-global {
    margin-bottom: 40px;
  }

  .column.intro-right {
    width: 100%;
    max-width: none;
  }

  .column.intro-left {
    justify-content: space-between;
    align-items: center;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .column.product-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column.product-left {
    border-style: none;
  }

  .column.product-teaser-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-left-width: 0;
    padding-top: 0;
  }

  .div-block-21 {
    background-color: #f5f7fa00;
  }

  .grid_service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid_ricerca {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-video-laboratorio {
    line-height: .9rem;
  }

  .icon-1x1-tiny {
    color: #fff;
  }

  .icon-1x1-tiny:hover {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #0000;
  }

  .button:hover {
    color: #f5f7fa;
    background-color: #282d33;
  }

  .wrapper.is-product-teaser {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-bottom: .5px solid #000;
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .image-81 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .grid_sviluppo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .overlay-fade-top {
    background-image: linear-gradient(#0d0f0e, #0a0a0a00);
  }

  .section-timeline {
    background-color: #0d0f0e;
  }

  .section-timeline-heading {
    color: #333;
    background-color: #0d0f0e;
  }

  .padding-vertical-xlarge {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-16 {
    font-family: Raleway, sans-serif;
    font-size: 4rem;
    font-weight: 600;
  }

  .container-header-ricerca {
    background-image: url('../images/LaboratorioPaginaRicercaVisionahire.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: none;
    margin-top: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content-produzione {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-17 {
    font-family: Raleway, sans-serif;
    font-size: 4rem;
    font-weight: 600;
  }

  .grid_private_label {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container_grid_private_label {
    width: auto;
    max-width: 1600px;
    height: auto;
  }

  .button-7 {
    flex-flow: row;
    margin-top: 40px;
  }

  .button_call_to_action {
    letter-spacing: 1px;
    background-color: #14141400;
    flex-flow: row;
    margin-top: 60px;
  }

  .button_call_to_action:hover {
    color: #fff;
    background-color: #0d0f0e;
  }

  .testimonial-text-three {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .container_grid_alternative {
    object-fit: cover;
  }

  .section-timeline-production {
    background-color: #0d0f0e;
  }

  .container-header-prodotti {
    background-image: url('../images/pexels-jonathanborba-28868043.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-header-private_label {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
    position: static;
  }

  .image_prodotti {
    background-image: url('../images/ColoreDiretto.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image_provatelabel {
    inset: 0%;
  }

  .image-83 {
    z-index: -1;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .container-header-formazione {
    background-image: none;
  }

  .container-header-prodotti-copy {
    background-image: url('../images/pexels-emirhan-sayar-478511598-35844833.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-header-supporto {
    background-image: url('../images/ForazioneVisionhaire.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link.is-product-teaser.supporto {
    background-image: url('../images/ColoreVegetale.jpg');
    background-position: 50%;
    background-size: cover;
    border-right-style: none;
    width: 40%;
    min-height: 40vh;
  }

  .link.is-product-teaser.formazione {
    background-color: #d6b11e00;
    border-style: none;
    border-radius: 0;
    width: 40%;
    min-height: 40vh;
  }

  .link.is-product-teaser.sviluppo {
    width: 40%;
    min-height: 40vh;
  }

  .link.is-product-teaser.laboratori {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-left-width: 0;
    width: 40%;
    min-height: 40vh;
  }

  .heading-23 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-subtitle {
    color: #000;
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .container-large-3 {
    width: auto;
    max-width: 1600px;
  }

  .text-subtitle-2 {
    color: #000;
    text-transform: capitalize;
    margin-top: 20px;
    margin-right: 100px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3rem;
  }

  .image-86 {
    background-image: url('../images/pexels-dlxmedia-hu-215591835-11894290.jpg');
    background-position: 100%;
    background-attachment: scroll;
    width: 510px;
    max-width: 100%;
    height: 510px;
  }

  .image-87 {
    height: 85.4748%;
  }

  .div-block-28 {
    z-index: 999;
    background-color: #f3101000;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-30 {
    background-color: red;
    margin-top: -100px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-88 {
    width: 0;
    max-width: none;
    height: 0;
  }

  .body {
    color: #333;
  }

  .anchor-point-process, .anchor_point_prodotti {
    background-color: red;
    margin-top: -100px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .section-12 {
    border-radius: 0;
  }

  .div-block-32 {
    background-color: #fff;
  }

  .white_container {
    object-fit: cover;
    background-color: #fff;
    border: 1px #333;
    min-height: 15vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .navbar-brand {
    padding-left: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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: #a6b1bf00;
  }

  .heading-10.text-1---heading-large {
    width: auto;
    min-height: 21vh;
    font-size: 4rem;
  }

  .rt-color-text-inverse.rt-gap-bottom-md {
    width: auto;
    font-size: 3rem;
  }

  .hero-heading {
    width: 50vh;
    font-size: 8vh;
    line-height: .85;
  }

  .rt-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-hero-v11-content {
    max-width: 26.0625rem;
    margin-bottom: 0;
  }

  .text---heading-large {
    max-width: none;
    font-size: 5rem;
  }

  .container {
    max-width: 728px;
  }

  .centered-heading {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .team-slider-wrapper {
    max-width: 720px;
  }

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

  .bold-text {
    flex: 1;
  }

  .rt-business-main {
    margin-bottom: 2rem;
  }

  .rt-container {
    width: auto;
    max-width: none;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .mask-3 {
    max-width: 720px;
  }

  .grid-4-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .footer-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .demo-btn-wrapper {
    margin-top: 30px;
  }

  .icon {
    color: #fff;
  }

  .rt-short-heading-3.rt-color-text-inverse {
    padding-top: 0;
  }

  .hero-heading-2 {
    width: 50vh;
    font-size: 8vh;
    line-height: .85;
  }

  .text---heading-large-2 {
    max-width: none;
    font-size: 5rem;
  }

  .container-11 {
    width: 100%;
    max-width: 720px;
    margin-top: 99px;
    margin-left: auto;
  }

  .container-17 {
    max-width: 720px;
  }

  .container-18 {
    width: auto;
    max-width: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-card-2 {
    flex-flow: column;
  }

  .team-member-image {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .evento-paragraph {
    flex: 1;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-scopri {
    background-color: #333;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 200;
    position: relative;
    bottom: auto;
  }

  .grid_prodotti {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: stretch;
  }

  .grid-4.is-hero {
    grid-template-columns: .55fr 1fr;
  }

  .grid-4.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr 1fr;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .grid_service {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

  .grid_ricerca {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section.is-hero {
    padding-top: 12rem;
    padding-bottom: 6em;
  }

  .button {
    margin-top: 20px;
  }

  .grid_sviluppo {
    grid-template-columns: 1fr 1fr;
  }

  .timeline_text {
    font-size: 2rem;
  }

  .timeline_circle {
    text-align: center;
    flex: 1;
    align-self: center;
  }

  .grid_private_label {
    grid-template-columns: 1fr 1fr;
  }

  .container_grid_private_label {
    max-width: 720px;
  }

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

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

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

  .container-26, .container-27 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 15px;
  }

  .nav-menu-wrapper {
    position: absolute;
  }

  .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 #0000000d;
  }

  .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;
  }

  .rt-short-heading-2.rt-color-text-inverse {
    padding-top: 0;
  }

  .demo-btn.f-2, .demo-btn.menu, .demo-btn.cal_to_action, .demo-btn.call {
    flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .heading-10.text-1---heading-large {
    width: auto;
    min-height: auto;
    font-size: 3rem;
  }

  .hero-stack-3 {
    padding: 0;
  }

  .rt-color-text-inverse.rt-gap-bottom-md {
    font-size: 3vh;
    line-height: 1.1;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .hero-heading {
    font-size: 5vh;
    line-height: .85;
  }

  .rt-hero-v11-content {
    max-width: 24.3rem;
  }

  .text---heading-large {
    font-size: 5rem;
  }

  .container_grid {
    padding: 60px 15px;
  }

  .button-4.is-icon {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1em;
  }

  .rt-business {
    padding-bottom: 0;
  }

  .rt-gap-bottom-off {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-business-main {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .rt-business-right-box, .rt-business-left-box {
    padding: 0;
  }

  .rt-vertical-border, .rt-service-bottom-line {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading-12 {
    font-size: 1rem;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .heading-13 {
    font-size: 2rem;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .color-accent-1 {
    font-size: 2rem;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

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

  .paragraph-4 {
    width: 70%;
  }

  .footer-wrapper-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .demo-btn-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .rt-short-heading-3.rt-color-text-inverse {
    padding-top: 0;
  }

  .hero-heading-2 {
    font-size: 5vh;
    line-height: .85;
  }

  .text---heading-large-2 {
    font-size: 5rem;
  }

  .container-11 {
    margin-top: 99px;
    margin-left: 14px;
  }

  .div-block-11 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .grid, .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .evento-paragraph {
    margin-bottom: 20px;
    font-size: .8rem;
    line-height: 1.3;
  }

  .button-scopri {
    align-self: flex-start;
    margin-top: 40px;
  }

  .grid_prodotti {
    grid-template-columns: 1fr 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .text-size-large {
    padding-left: 0;
    font-size: 1.25rem;
  }

  .grid-4.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .grid-4.is-product {
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .grid_service {
    grid-template-columns: 1fr 1fr;
  }

  .grid_ricerca {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section.is-hero {
    padding-top: 8rem;
    padding-bottom: 4em;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-2.nospace-right {
    padding-right: 1rem;
  }

  .grid_sviluppo {
    grid-template-columns: 1fr 1fr;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 5rem;
  }

  .margin-bottom-medium {
    font-size: 14rem;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    flex: 1;
    font-size: 2rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .hero-content-wrapper, .hero-content-produzione {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .btn.f-2, .btn.menu, .btn.cal_to_action {
    flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .call-to-action-button.f-1 {
    font-size: 12px;
  }

  .button_call.f-2, .button_call.menu, .button_call.cal_to_action, .button_call.call-to-action, .button_1.f-2, .button_1.menu, .button_1.cal_to_action, .button_1.call-to-action {
    flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .grid_private_label {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-center, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .container_grid_alternative, .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .link.is-product-teaser {
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .white_container {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    max-width: 940px;
    padding-left: 10px;
  }

  .navbar-brand {
    max-width: 940px;
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .menu-button {
    background-color: #0000;
  }

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

  .demo-btn.menu {
    margin-top: 10px;
  }

  .heading-10.text-1---heading-large {
    width: auto;
    max-width: 100%;
    min-height: auto;
    margin-top: 0;
    font-size: 2rem;
  }

  .hero-stack-3 {
    padding: 0;
  }

  .rt-color-text-inverse.rt-gap-bottom-md {
    color: #fff;
    width: auto;
    max-width: none;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .right-arrow {
    font-size: 5rem;
  }

  .rt-hero-v11-main {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  .hero-heading {
    width: 22vh;
    margin-top: 10px;
    font-size: 4vh;
    line-height: 15vw;
  }

  .rt-button {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .rt-hero-v11-content {
    max-width: none;
    margin-top: 0;
  }

  .text---heading-large {
    font-size: 3rem;
  }

  .container_grid {
    padding-bottom: 100px;
  }

  .container {
    max-width: none;
  }

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

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

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

  .button-4.is-icon {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1em;
  }

  .rt-business-title-box {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-gap-bottom-off {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .rt-business-main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .rt-short-heading {
    letter-spacing: .2rem;
  }

  .rt-business-right-box {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .rt-business-left-box {
    margin-top: 40px;
  }

  .rt-container {
    width: auto;
  }

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

  .footer-copyright-center {
    line-height: 12px;
  }

  .grid-4-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .heading-13 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .flex-vertical.center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

  .heading-14 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

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

  .paragraph-4 {
    width: 90vw;
  }

  .footer-wrapper-2 {
    grid-row-gap: 2.5rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .image {
    margin-bottom: 20px;
  }

  .demo-btn-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0d0f0e;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .icon {
    color: #fff;
    background-color: #0000;
    line-height: 20px;
  }

  .rt-short-heading-3.rt-color-text-inverse {
    font-size: 1rem;
  }

  .hero-heading-2 {
    width: 22vh;
    margin-top: 10px;
    font-size: 4vh;
    line-height: 15vw;
  }

  .text---heading-large-2 {
    font-size: 3rem;
  }

  .container-11 {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-block-11 {
    padding-left: 0;
  }

  .div-block-11 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-left: auto;
  }

  .grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-card-2 {
    height: auto;
    margin-top: 0;
  }

  .team-member-image {
    flex: none;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-member-position {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 18px;
  }

  .team-member-name {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .evento-paragraph {
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.3;
  }

  .button-scopri {
    text-align: right;
    background-color: #333;
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .image-79 {
    max-width: 80%;
  }

  .grid_prodotti {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    padding-left: 0;
  }

  .grid-4.is-hero, .grid-4.is-product {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .column.product-teaser-right {
    padding-left: 0;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .grid_service {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .grid_ricerca {
    grid-template-columns: 1fr;
  }

  .section.is-hero {
    padding-top: 8rem;
  }

  .grid_sviluppo {
    grid-template-columns: 1fr;
  }

  .timeline_date-text {
    font-size: 4rem;
  }

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

  .timeline_text {
    flex: 1;
    font-size: 1.8rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-16 {
    font-size: 2rem;
  }

  .hero-content-wrapper, .hero-content-produzione {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-left: auto;
  }

  .container-header-produzione {
    background-position: 50%;
    background-size: cover;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .accordion-heading {
    font-size: 1.2rem;
    line-height: 1;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .heading-17 {
    font-size: 2rem;
  }

  .grid_private_label {
    grid-template-columns: 1fr;
  }

  .button_call_to_action {
    margin-top: 20px;
  }

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

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

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .bold-text-2 {
    line-height: 1.2;
  }

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-header-private_label {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-23, .div-block-24, .div-block-25 {
    margin-top: 40px;
  }

  .container-header-supporto {
    background-position: 50% 100%;
  }

  .link.is-product-teaser.supporto, .link.is-product-teaser.formazione, .link.is-product-teaser.sviluppo {
    width: 100%;
  }

  .link.is-product-teaser.laboratori {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    background-position: 50%;
  }

  .text-subtitle-2 {
    text-transform: capitalize;
  }

  .white_container {
    padding-bottom: 100px;
  }
}

#w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-bcc29251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfb8-bcc29251, #w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfca-bcc29251, #w-node-_0ebd9cdd-635f-2286-65ce-941e62c248b5-bcc29251, #w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfc1-bcc29251, #w-node-_62502d69-daec-5bac-5a18-b5b588418e94-bcc29251, #w-node-_0a4bbe16-d339-75a7-d7c7-96216f78e54d-bcc29251 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-1c940e8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bec-1c940e8d {
  align-self: auto;
}

#w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-896a248d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870e7-896a248d {
  align-self: auto;
}

#w-node-f318b112-4c71-2f6f-fc65-06a9ccd128d9-040f9448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-cf19c44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ede0f72e-74d3-08fc-9983-3646d127d083-cf19c44b {
  align-self: auto;
}

#w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-e536890e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c658-e536890e {
  align-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-bcc29251 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-1c940e8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-896a248d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-cf19c44b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a11bb873-9fa5-dc48-f445-a31b94205cc8-e536890e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870e7-896a248d, #w-node-ede0f72e-74d3-08fc-9983-3646d127d083-cf19c44b, #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c658-e536890e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bec-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bef-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bf1-1c940e8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bf8-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23bfb-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c0b-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c0e-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c25-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c28-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c41-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cbe825e-2b5d-ae5a-b63a-f28bb8d23c44-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d99cfc42-0692-b5d2-fb02-af4d0a5eb272-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d99cfc42-0692-b5d2-fb02-af4d0a5eb275-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ed6566de-9c04-957a-1de6-1de323ab2717-1c940e8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ed6566de-9c04-957a-1de6-1de323ab271a-1c940e8d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870e7-896a248d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870ea-896a248d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870ec-896a248d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870f5-896a248d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870f8-896a248d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e7787104-896a248d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e7787107-896a248d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e7787112-896a248d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e7787115-896a248d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e778711c-896a248d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e778711f-896a248d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d083-cf19c44b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d086-cf19c44b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d088-cf19c44b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d093-cf19c44b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d096-cf19c44b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d09d-cf19c44b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d0a0-cf19c44b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d0a9-cf19c44b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d0ac-cf19c44b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d0b3-cf19c44b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede0f72e-74d3-08fc-9983-3646d127d0b6-cf19c44b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c658-e536890e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c65b-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c65d-e536890e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c662-e536890e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c665-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c66c-e536890e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c66f-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c676-e536890e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c679-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c680-e536890e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c683-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfbb-bcc29251, #w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfcd-bcc29251, #w-node-_0ebd9cdd-635f-2286-65ce-941e62c248b8-bcc29251, #w-node-f0fd89bf-ad08-0176-1e3e-b91f6dd6cfc4-bcc29251 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73d6f6fe-5ee1-c14c-51a7-9963e77870f8-896a248d, #w-node-ede0f72e-74d3-08fc-9983-3646d127d096-cf19c44b, #w-node-_3b1954eb-7012-dd38-d9b3-03fe93f1c665-e536890e {
    grid-area: 1 / 1 / 3 / 2;
  }
}


