@font-face {
  font-family: Instrument Sans;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans Italic;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --neutral-500: #231f20;
  --brand: "Instrument Sans", sans-serif;
  --neutral-100: white;
  --accent: #2fa0cf;
  --neutral-200: #d2d2d2;
  --neutral-400: #312d2e;
  --neutral-600: black;
  --secondary: #d49252;
  --neutral-300: #a2a19b;
  --tertiary: #dcdbd2;
  --brand-italic: "Instrument Sans Italic", Arial, sans-serif;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

body {
  background-color: var(--neutral-500);
  font-family: var(--brand);
  color: var(--neutral-100);
  font-size: 16px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 49px;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 39px;
  font-weight: 600;
  line-height: 90%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--neutral-100);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: var(--accent);
}

.container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.sg-v-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.title-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 600;
  line-height: 90%;
}

.title-02, .title-03, .title-04, .title-05, .title-06 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-big {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 155%;
}

.text-regular {
  margin-bottom: 0;
}

.text-regular.footer {
  font-weight: 400;
}

.text-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 145%;
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
  color: var(--neutral-200);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-secondary {
  background-color: var(--secondary);
}

.tc-neutral-100 {
  color: var(--neutral-100);
}

.tc-neutral-200 {
  color: var(--neutral-200);
}

.tc-neutral-400 {
  color: var(--neutral-400);
}

.tc-neutral-500 {
  color: var(--neutral-500);
}

.tc-neutral-600 {
  color: var(--neutral-600);
}

.tc-accent {
  color: var(--accent);
}

.tc-secondary {
  color: var(--secondary);
}

.sg-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container-small {
  max-width: 60%;
}

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

.div-block {
  width: 100%;
  height: 400px;
}

.sg-title {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: auto;
  display: flex;
}

.section-wrap-space-between {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 96px;
  padding-bottom: 48px;
  display: flex;
}

.section-wrap-space-between.margin-top {
  margin-top: 96px;
}

.text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.hero-highlight {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--neutral-400);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.button-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.button-main {
  border: 1px solid var(--neutral-100);
  padding: 11px 17px;
  transition-property: all;
  transition-timing-function: ease-out;
}

.button-main:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--neutral-100);
}

.highlight-location-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.highlight-location {
  background-color: var(--accent);
  flex: 1;
  padding: 11px 17px;
}

.bold {
  font-weight: 600;
}

.centered {
  text-align: center;
}

.text-highlight {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.hero-image {
  object-fit: cover;
  min-width: 50%;
  max-width: 50%;
}

.section-subtitle {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-big {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.text-block-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.chi-siamo-specifiche {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  max-width: 80%;
}

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

.description-cell {
  max-width: 50%;
  padding: 32px;
}

.chi-siamo-image {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.text-block-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 30%;
  display: flex;
}

.bg-neutral-300 {
  background-color: var(--neutral-200);
  color: var(--neutral-300);
}

.tc-neutral-300 {
  color: var(--neutral-300);
}

.title-03-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.specifiche-row {
  align-self: stretch;
  display: flex;
}

.smoker-point, .bg-tertiary {
  background-color: var(--tertiary);
}

.tc-tertiary {
  color: var(--tertiary);
}

.smoker-point-header {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.infinite-desktop {
  flex: 1;
  max-width: 40%;
}

.container-semi-full {
  max-width: 100%;
  padding-left: 10%;
}

.smoker-point-description {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-right: 10%;
  display: flex;
}

.smoker-point-title {
  max-width: 60%;
  font-size: 31px;
}

.smoker-point-process {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.infinite-mobile {
  flex: 1;
  max-width: 40%;
  display: none;
}

.text-block-title-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.riciclo-infographic-wrapper {
  justify-content: space-between;
  align-items: stretch;
  max-width: 60%;
  display: flex;
}

.riciclo-processo-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 30%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.infographic-desktop {
  width: auto;
  height: 100%;
  max-height: 800px;
}

.infographic-mobile {
  width: auto;
  height: 100%;
  max-height: 800px;
  display: none;
}

.storia {
  background-color: var(--neutral-600);
}

.storia-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slide {
  max-width: 50%;
  padding: 24px 48px 48px 24px;
}

.slider {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.left-arrow {
  background-color: var(--neutral-600);
  justify-content: flex-end;
  align-items: flex-start;
  width: 8%;
  padding-top: 24px;
  padding-right: 12px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  background-color: var(--neutral-600);
  justify-content: flex-start;
  align-items: flex-start;
  width: 8%;
  padding-top: 24px;
  padding-left: 12px;
  display: flex;
  inset: 0% auto 0% 8%;
}

.slider-swapper {
  position: relative;
}

.mask {
  width: 100%;
  padding-left: 20%;
}

.slide-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
}

.arrow-wrap {
  background-color: var(--neutral-400);
  padding: 4px 12px 12px;
}

.text-huge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 600;
  line-height: 90%;
}

.line {
  width: 100%;
  height: 1px;
}

.slider-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.impatto {
  background-color: var(--secondary);
}

.section-wrap-centered {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.text-block-xs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  min-width: 46%;
  display: flex;
}

.impatto-list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.impatto-list.centered {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.logo-big {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  display: flex;
}

.footer-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-info-element {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  display: flex;
}

.social-icon-wrap:hover {
  color: var(--accent);
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.section-subtitle-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.title-03-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 100%;
}

@media screen and (min-width: 1440px) {
  .container-small {
    max-width: 50%;
  }

  .text-block-big {
    max-width: 45%;
  }

  .left-arrow {
    width: 10%;
  }

  .right-arrow {
    width: 10%;
    left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .container-small {
    max-width: 45%;
  }

  .text-block-big {
    max-width: 50%;
  }

  .container-semi-full {
    padding-left: 16%;
  }

  .smoker-point-description {
    padding-right: 25%;
  }

  .left-arrow {
    justify-content: flex-end;
    align-items: flex-start;
    width: 10%;
  }

  .right-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    width: 10%;
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container-small {
    max-width: 70%;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .highlight-location-wrapper {
    flex-flow: column;
  }

  .highlight-location {
    align-self: stretch;
  }

  .text-block-big {
    max-width: 80%;
  }

  .chi-siamo-specifiche {
    max-width: 100%;
  }

  .smoker-point {
    overflow: hidden;
  }

  .smoker-point-header {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .infinite-desktop {
    min-width: 25%;
    max-width: 40%;
  }

  .container-semi-full {
    max-width: 100%;
    padding-left: 7%;
  }

  .smoker-point-description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-right: 14%;
  }

  .smoker-point-title {
    max-width: 100%;
  }

  .riciclo-infographic-wrapper {
    max-width: 80%;
  }

  .riciclo-processo-text {
    max-width: 40%;
  }

  .text-block-xs {
    max-width: 100%;
  }

  .impatto-list.centered {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-info-element {
    max-width: 45%;
  }

  .footer-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-small {
    max-width: 80%;
  }

  .section-wrap-space-between {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .section-wrap-space-between.margin-top {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 48px;
  }

  .text-block {
    max-width: 100%;
  }

  .button-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .highlight-location-wrapper {
    flex-flow: row;
  }

  .hero-image-wrapper {
    flex-flow: column;
  }

  .hero-image, .text-block-big {
    max-width: 100%;
  }

  .text-block-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .chi-siamo-specifiche {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
  }

  .image-cell {
    max-width: 100%;
  }

  .description-cell {
    order: 9999;
    max-width: 100%;
  }

  .text-block-small {
    max-width: 100%;
  }

  .specifiche-row {
    flex-flow: column;
  }

  .smoker-point-header {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .infinite-desktop {
    display: none;
  }

  .container-semi-full {
    padding-left: 0%;
  }

  .container-semi-full.alternative {
    padding-left: 5%;
    padding-right: 5%;
  }

  .smoker-point-description {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .smoker-point-process {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .infinite-mobile {
    min-width: 100%;
    max-width: 100%;
    display: inline-flex;
  }

  .text-block-title-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .riciclo-infographic-wrapper, .slide {
    max-width: 100%;
  }

  .left-arrow {
    min-width: 50%;
    inset: auto 50% 0% 0%;
  }

  .right-arrow {
    min-width: 50%;
    inset: auto 0% 0% 50%;
  }

  .mask {
    padding-left: 0%;
  }

  .slider-content, .text-block-xs {
    max-width: 100%;
  }

  .impatto-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-info-wrap {
    text-align: center;
  }

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

@media screen and (max-width: 479px) {
  .title-01 {
    font-size: 51px;
  }

  .title-02 {
    font-size: 38px;
  }

  .title-04 {
    font-size: 28px;
  }

  .container-small {
    max-width: 90%;
  }

  .menu {
    display: none;
  }

  .section-wrap-space-between {
    padding-bottom: 24px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .highlight-location-wrapper {
    flex-flow: column;
  }

  .hero-image-wrapper {
    padding-top: 24px;
  }

  .text-block-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .chi-siamo-specifiche {
    max-width: 100%;
  }

  .description-cell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-small {
    min-width: 22%;
  }

  .text-block-title-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .riciclo-infographic-wrapper {
    flex-flow: column;
  }

  .riciclo-processo-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .infographic-desktop {
    display: none;
  }

  .infographic-mobile {
    display: inline-flex;
  }

  .slide {
    padding: 0;
  }

  .text-huge {
    font-size: 43px;
  }

  .slider-content, .text-block-xs {
    min-width: 22%;
  }

  .footer-info-element {
    min-width: 100%;
    max-width: 100%;
  }

  .footer-info {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

#w-node-b5859487-7944-3508-cf38-0a89aaefca71-a6e29cc4, #w-node-_3d03e602-976c-efa0-0957-f941ea5778f3-a6e29cc4, #w-node-b19d32c7-d6de-ba65-6c8c-a004f8a8558e-a6e29cc4 {
  align-self: center;
}


@font-face {
  font-family: 'Instrument Sans';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans Italic';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}