@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

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

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* reset rules */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .hide-desktop {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
:root {
  --page-margin: 30px;
  --header-height: 52px;
  --logo-width: 140px;
  --menu-gap: 54px;
  --header-padding-top: 45px;
  --contatti-bg: #034824;
  --contatti-margin-left: 100px;
  --hero-title-color: #c8e6c5;
  --hero-title-size: 75px;
  --hero-subtitle-size: 75px;
  --hero-text-size: 25px;
  --hero-content-margin-top: 400px;
  --hero-content-margin-bottom: 100px;
  --wrapper-width: 1500px;
  --wrapper-large-width: 1800px;
}
@media (max-width: 1399px) {
  :root {
    --menu-gap: 30px;
  }
}
@media (max-width: 1199px) {
  :root {
    --menu-gap: 15px;
  }
}
@media (max-width: 991px) {
  :root {
    --hero-title-size: 40px;
    --hero-subtitle-size: 40px;
    --hero-text-size: 20px;
    --page-margin: 20px;
    --logo-width: 110px;
    --hero-content-margin-top: 240px;
    --hero-content-margin-bottom: 150px;
    --header-padding-top: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --hero-title-size: 30px;
    --hero-subtitle-size: 30px;
    --hero-text-size: 16px;
  }
}

.title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 35px;
  }
}

.title-sm {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .title-sm {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .title-sm {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .title-sm {
    font-size: 30px;
  }
}

.text {
  font-size: 25px;
  font-weight: 300;
}
.text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text {
    font-size: 17px;
  }
}
.text li {
  margin-bottom: 1em;
  font-weight: 300;
}
.text li::marker {
  color: #77c158;
}
.text li strong {
  font-weight: 400;
}
.text p {
  margin-bottom: 1em;
  font-weight: 300;
}
.text p strong {
  font-weight: 400;
}

.text-sm {
  font-size: 22px;
  font-weight: 300;
}
.text-sm strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .text-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-sm {
    font-size: 17px;
  }
}

.text-xs {
  font-size: 20px;
  font-weight: 300;
}
.text-xs strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .text-xs {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-xs {
    font-size: 17px;
  }
}

.text-lg {
  font-size: 35px;
  font-weight: 300;
}
.text-lg strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 20px;
  }
}

.text-xl {
  font-size: 45px;
  font-weight: 300;
}
.text-xl strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .text-xl {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .text-xl {
    font-size: 25px;
  }
}

.wrapper {
  max-width: 100%;
  width: 1500px;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  margin-left: auto;
  margin-right: auto;
}
.wrapper--large {
  width: 1800px;
}

.hero {
  background-image: url("../img/home-hero.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  .hero {
    background-position: 75%;
  }
}
@media (max-width: 499px) {
  .hero {
    background-image: url("../img/home-hero-mobile.jpg");
  }
}
.hero__content {
  margin-top: var(--hero-content-margin-top);
  margin-bottom: var(--hero-content-margin-bottom);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 880px;
}
.hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: var(--hero-title-size);
  color: var(--hero-title-color);
  line-height: 1;
  margin-bottom: 0;
}
.hero__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: var(--hero-subtitle-size);
  color: #fff;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.hero__text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: var(--hero-text-size);
  color: #fff;
  margin-top: 40px;
  max-width: 660px;
  line-height: 143%;
}
@media (max-width: 991px) {
  .hero__text {
    margin-top: 15px;
  }
  .hero__text br {
    display: none;
  }
}

.cogenerazione-page .hero {
  background-image: url(./../img/cogenerazione-hero.jpg);
}
.cogenerazione-page .hero__content {
  max-width: 1000px;
}
.cogenerazione-page .row .col:first-child {
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 991px) {
  .cogenerazione-page .row .col:first-child {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cogenerazione-page .row .col:first-child {
    width: 100%;
  }
}
.cogenerazione-page .row .col .title {
  color: #086936;
  margin-bottom: 1em;
}
.cogenerazione-page .row .col .efficienza-icon {
  margin: 50px 0 0 auto;
}
@media (max-width: 767px) {
  .cogenerazione-page .row .col .efficienza-icon {
    margin: 50px auto 0;
  }
}

.servizi-page .hero {
  background-image: url(./../img/servizi-hero.jpg);
}
.servizi-page .hero__content {
  margin-top: 300px;
}
@media (max-width: 1199px) {
  .servizi-page .hero__content {
    margin-top: 200px;
  }
}
.servizi-page .hero .text-lg {
  font-weight: 400;
  max-width: 600px;
  margin: 0.5em 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: var(--header-padding-top);
  padding-bottom: 20px;
  transition: 0.5s ease-out all;
}
.header--negative .header__logo img {
  display: none;
}
.header--negative .header__logo--negative {
  display: block !important;
}
.header--negative .header__nav li a {
  color: black;
}
.header--negative .hamburger__open path:nth-child(1),
.header--negative .hamburger__open path:nth-child(3) {
  stroke: #77c158;
}
.header--nav-open .header__logo img {
  display: block;
}
.header--nav-open .header__logo--negative {
  display: none !important;
}
.header--nav-open .header__nav li a {
  color: white;
}
.header--scrolled {
  background-color: #77c158;
}
.header--scrolled a {
  color: white !important;
}
.header--scrolled .header__logo img {
  display: block;
}
.header--scrolled .header__logo--negative {
  display: none !important;
}
.header--scrolled .hamburger__open path:nth-child(1),
.header--scrolled .hamburger__open path:nth-child(3) {
  stroke: white !important;
}
.header__wrapper {
  background: transparent;
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: var(--menu-gap);
  display: flex;
  align-items: flex-start;
  margin-bottom: -4px;
  position: relative;
  z-index: 999;
}
.header__logo--negative {
  display: none;
}
.header__logo img {
  width: var(--logo-width);
  object-fit: contain;
}
.header__nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header__nav ul {
  display: flex;
  gap: var(--menu-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 1199px) {
  .header__nav li a {
    font-size: 16px;
  }
}
.header__nav li a:hover {
  color: #77c158;
}
.header__contatti {
  display: flex;
  align-items: stretch;
  height: var(--header-height);
  position: relative;
  z-index: 999;
}
.header__contatti:before {
  content: "";
  background: var(--contatti-bg);
  inset: 0;
  top: calc(-1 * var(--header-padding-top));
  position: absolute;
}
@media (max-width: 991px) {
  .header__contatti:before {
    background-color: #77c158;
  }
}
.header__contatti a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 32px;
  line-height: 1em;
  text-decoration: none;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__contatti a {
    padding: 0 16px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    align-items: flex-end;
  }
  .header__nav {
    background-color: #77c158;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 100%;
    top: -100%;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .header__nav.nav-open {
    display: block;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  .header__nav ul {
    display: block;
    margin-top: 120px;
  }
  .header__nav li a {
    font-size: 35px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px;
  }
}

.nav-open + button + .header__contatti:before {
  background-color: #034824;
}

.button {
  border: 5px solid #c8e6c5;
  border-radius: 40px 0 40px 0;
  background-color: rgba(25, 51, 17, 0.65);
  margin-top: 30px;
}
.button__link div {
  font-size: 35px;
  font-weight: 300;
}
.button__link div strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .button__link div {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .button__link div {
    font-size: 20px;
  }
}
.button__link div {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 18px 100px;
  color: white;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 991px) {
  .button__link div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.button__link {
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  background: none;
  border: none;
}
.button--large {
  width: 466px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .button--large {
    width: 270px;
  }
}
.button--fill-light {
  background-color: rgba(200, 230, 197, 0.3);
  border-color: #086936;
}
.button--fill-light a div {
  color: #000;
}
.button--fill-white {
  background-color: #ffffff;
  border-color: #086936;
}
.button--fill-white a div {
  color: #000;
}
.button--fill-green {
  background-color: #77c158;
  border-color: #77c158;
}
.button--fill-green a div {
  color: #fff;
}
@media (max-width: 991px) {
  .button {
    border-width: 3px;
    border-radius: 25px 0 25px 0;
    margin-left: auto;
  }
  .button a div {
    font-size: 18px;
    padding: 12px 50px;
  }
}

@media (min-width: 992px) {
  .hamburger {
    display: none !important;
  }
}
.hamburger {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 15px;
  width: 50px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.hamburger svg {
  width: 100%;
  height: auto;
  display: block;
}
.hamburger svg.hamburger__close {
  width: 40px;
  display: none;
}

.nav-open + button svg.hamburger__close {
  display: block;
}
.nav-open + button svg.hamburger__open {
  display: none;
}

.intro {
  margin: 120px 0;
}
.intro__text {
  font-size: 35px;
  font-weight: 300;
}
.intro__text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .intro__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .intro__text {
    font-size: 20px;
  }
}
.intro__text {
  color: #086936;
  text-align: center;
}
.intro__text p {
  margin-bottom: 1em;
}
.intro__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .intro {
    margin: 50px 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row .col {
  padding: 0 15px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .row .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .row .col:last-child {
    margin-bottom: 0;
  }
}
.row .image {
  position: relative;
  height: 100%;
}
.row .image img {
  width: auto;
  height: 100%;
  max-width: 70vw;
  display: block;
  position: absolute;
  right: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .row .image img {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
.row .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.row .icons .icon {
  max-width: calc(33.3333% - 30px);
}
.row .icons .icon img {
  display: block;
  width: 100%;
}
.row .text p {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .row .text p {
    font-size: 20px;
  }
}
.row .text p:last-child {
  margin-bottom: 0;
}
.row .button {
  margin-left: auto;
}

.quote {
  color: #77c158;
  font-weight: 300;
  border-left: 3px solid #77c158;
  padding-top: 100px;
  padding-left: 30px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .quote {
    padding-top: 50px;
    padding-left: 20px;
    margin-top: 50px;
  }
}
.quote {
  font-size: 35px;
  font-weight: 300;
}
.quote strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .quote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .quote {
    font-size: 20px;
  }
}

.faq {
  background: linear-gradient(to bottom, #dbe8ce, #9cd471);
  background-size: cover;
  background-position: bottom right;
  border-radius: 150px 0 0 0;
  margin-top: 300px;
  position: relative;
  padding-bottom: 30%;
  z-index: 2;
}
@media (max-width: 1399px) {
  .faq {
    border-radius: 100px 0 0;
  }
}
@media (max-width: 1199px) {
  .faq {
    padding-bottom: 45%;
  }
}
@media (max-width: 991px) {
  .faq {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .faq {
    border-radius: 50px 0 0 0;
    margin-top: 150px;
    padding-bottom: 55%;
  }
}
.faq .wrapper {
  position: relative;
}
.faq__top {
  display: flex;
}
.faq__title {
  color: #086936;
  margin-top: 100px;
  max-width: 50%;
  padding-right: 40px;
}
.faq__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .faq__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .faq__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .faq__title {
    max-width: 100%;
    width: 100%;
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    margin-top: 120px;
  }
}
.faq__image {
  margin-top: -150px;
  max-width: 50%;
}
.faq__image img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .faq__image {
    position: absolute;
    right: 20px;
    margin-top: -290px;
  }
}
@media (max-width: 767px) {
  .faq__image {
    margin-top: -40vw;
  }
}
@media (max-width: 599px) {
  .faq__image {
    margin-top: -50vw;
  }
}
@media (max-width: 449px) {
  .faq__image {
    margin-top: -60vw;
  }
}
.faq__leaf {
  position: absolute;
  height: 200px;
  top: -200px;
  left: 200px;
}
@media (max-width: 991px) {
  .faq__leaf {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .faq__leaf {
    left: 40px;
    top: -60px;
    height: 60px;
  }
}
@media (max-width: 449px) {
  .faq__leaf {
    left: 20px;
  }
}
.faq__image-bottom {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.faq__image-bottom img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
@media (max-width: 1199px) {
  .faq__image-bottom {
    width: 80vw;
  }
}
@media (max-width: 991px) {
  .faq__image-bottom {
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .faq__image-bottom {
    bottom: -40px;
    width: 90vw;
  }
}
.faq__image-bg {
  position: absolute;
  bottom: 250px;
  right: 0;
  width: 60vw;
  height: auto;
  z-index: 0;
  mix-blend-mode: plus-lighter;
}
.faq__image-bg img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .faq__image-bg {
    width: 100vw;
  }
}

.accordion {
  margin-top: 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .accordion {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .accordion {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .accordion {
    margin-top: 50px;
  }
}
.accordion__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  position: relative;
  width: 57px;
  height: 57px;
}
@media (max-width: 767px) {
  .accordion__icon {
    width: 40px;
    height: 40px;
  }
}
.accordion .icon-plus,
.accordion .icon-minus {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 57px;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .accordion .icon-plus,
  .accordion .icon-minus {
    width: 40px;
    height: 40px;
  }
}
.accordion .icon-minus {
  opacity: 0;
}
.accordion__item {
  border-bottom: 2.5px solid #034824;
  padding-bottom: 20px;
}
.accordion__checkbox {
  display: none;
}
.accordion__checkbox:checked + .accordion__title .icon-plus {
  opacity: 0;
}
.accordion__checkbox:checked + .accordion__title .icon-minus {
  opacity: 1;
}
.accordion__checkbox:checked ~ .accordion__content {
  max-height: 300px;
}
.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  padding: 20px 0 0;
  transition: color 0.2s;
}
.accordion__title {
  font-size: 35px;
  font-weight: 300;
}
.accordion__title strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .accordion__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .accordion__title {
    font-size: 20px;
  }
}
.accordion__content {
  max-height: 0;
  width: 800px;
  max-width: 100%;
  line-height: 160%;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: "Roboto", sans-serif;
  color: #000;
}
.accordion__content {
  font-size: 25px;
  font-weight: 300;
}
.accordion__content strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .accordion__content {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accordion__content {
    font-size: 17px;
  }
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide {
  position: relative;
}
.slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.slide .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .slide .wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .slide .wrapper {
    padding-top: 70px;
  }
}
.slide__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .slide__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .slide__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slide__title {
    font-size: 35px;
  }
}
.slide__title {
  width: 50%;
  color: #086936;
}
.slide__title--white {
  color: white;
}
.slide__title--black {
  color: black;
}
@media (max-width: 991px) {
  .slide__title {
    z-index: 2;
    width: 100%;
  }
}
@media (max-width: 499px) {
  .slide__title {
    font-size: 30px;
  }
}
.slide__content {
  width: 50%;
  color: white;
  font-size: 25px;
  padding: 0 100px;
  opacity: 0;
  transition: opacity 0.5s;
}
.slide__content:before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  inset: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .slide__content {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 170px 25px 0;
    font-size: 20px;
  }
  .slide__content:before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 499px) {
  .slide__content {
    font-size: 17px;
  }
}
.slide:hover .slide__content {
  opacity: 1;
}

.efficienza-slider img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .efficienza-slider img {
    aspect-ratio: 4/5;
  }
}

.tns-nav {
  position: absolute;
  bottom: 50px;
  right: 100px;
  z-index: 999;
}
@media (max-width: 767px) {
  .tns-nav {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
}
.tns-nav button {
  width: 80px;
  height: 5px;
  border-radius: 8px;
  background: white;
  border: none;
  margin: 0 6px;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tns-nav button {
    width: 50px;
  }
}
.tns-outer [data-action=stop], .tns-outer [data-action=start] {
  display: none;
}
.tns-nav button.tns-nav-active {
  opacity: 1;
  background: #77c158;
}

.risultati {
  background: linear-gradient(to bottom, #dbe8ce, #9cd471);
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .risultati {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .risultati {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.risultati__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .risultati__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .risultati__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .risultati__title {
    font-size: 35px;
  }
}
.risultati__title {
  color: #77c158;
  margin-bottom: 40px;
}
.risultati__items {
  position: relative;
  margin-top: 100px;
  padding-bottom: 30%;
}
@media (max-width: 991px) {
  .risultati__items {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .risultati__items {
    max-width: 360px;
  }
}
.risultati__item {
  width: 300px;
}
.risultati__item--1 {
  margin-left: 30%;
}
@media (max-width: 991px) {
  .risultati__item--1 {
    margin-left: 0;
  }
}
.risultati__item--2 {
  margin-right: 10%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .risultati__item--2 {
    margin-right: 0;
  }
}
.risultati__item--3 {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .risultati__item--3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .risultati__item {
    width: 140px;
  }
}
.risultati .circle {
  text-align: center;
  width: 100%;
}
.risultati .circle__text:before {
  background-color: #7abb5a;
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: -3px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.risultati .circle__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 7px solid #086936;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .risultati .circle__text {
    width: 140px;
    height: 140px;
    border-width: 5px;
  }
}
.risultati .circle__text {
  font-size: 35px;
  font-weight: 300;
}
.risultati .circle__text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .risultati .circle__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .risultati .circle__text {
    font-size: 20px;
  }
}
.risultati .circle__label {
  font-size: 35px;
  font-weight: 300;
}
.risultati .circle__label strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .risultati .circle__label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .risultati .circle__label {
    font-size: 20px;
  }
}
.risultati .circle__label {
  margin-top: 20px;
}
.risultati__top-right {
  position: absolute;
  top: 100px;
  right: 100px;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .risultati__top-right {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .risultati__top-right {
    top: 12%;
    max-width: 40%;
    right: 20px;
    max-height: 250px;
  }
}
@media (max-width: 499px) {
  .risultati__top-right {
    top: 13%;
  }
}
@media (max-width: 458px) {
  .risultati__top-right {
    top: 15%;
  }
}
@media (max-width: 399px) {
  .risultati__top-right {
    top: 18%;
  }
}
.risultati__bottom-right {
  mix-blend-mode: plus-lighter;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 70%;
}
@media (max-width: 767px) {
  .risultati__bottom-right {
    bottom: -15%;
    right: -35%;
    max-width: 130%;
  }
}
.risultati__text {
  width: 50%;
}
.risultati__text p {
  margin-bottom: 1em;
}
.risultati__text p {
  font-size: 25px;
  font-weight: 300;
}
.risultati__text p strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .risultati__text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .risultati__text p {
    font-size: 17px;
  }
}
.risultati__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .risultati__text {
    width: 100%;
  }
}

.servizio {
  margin: 100px auto;
}
@media (max-width: 767px) {
  .servizio {
    margin-bottom: 50px;
  }
}
.servizio__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .servizio__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .servizio__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .servizio__title {
    font-size: 35px;
  }
}
.servizio__title {
  text-align: center;
  color: white;
}
.servizio__text {
  font-size: 35px;
  font-weight: 300;
}
.servizio__text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .servizio__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .servizio__text {
    font-size: 20px;
  }
}
.servizio__text {
  color: white;
  text-align: center;
  margin: 50px auto 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .servizio__text {
    margin-bottom: 25px;
  }
}
.servizio__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.servizio__icons img {
  width: 173px;
  height: 173px;
}
.servizio__icon {
  font-size: 25px;
  font-weight: 300;
}
.servizio__icon strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .servizio__icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .servizio__icon {
    font-size: 17px;
  }
}
.servizio__icon {
  color: white;
  text-align: center;
  transition: transform 0.2s;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 173px;
}
.servizio__icon:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .servizio__icon {
    width: calc(33.3333% - 30px);
  }
}
.servizio__icon img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
.servizio__button {
  display: flex;
  justify-content: center;
}
.servizio__button .button {
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  background-image: url("../img/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .testimonial {
    padding-top: 50px;
  }
}
.testimonial__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .testimonial__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .testimonial__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__title {
    font-size: 35px;
  }
}
.testimonial__title {
  color: #086936;
}
.testimonial-slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.testimonial-slider .tns-outer {
  width: 100%;
}
.testimonial-slider .tns-nav {
  text-align: center;
  margin-top: 18px;
}
.testimonial-slider .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c8e6c5;
  border: none;
  margin: 0 6px;
  opacity: 0.5;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.testimonial-slider .tns-nav button.tns-nav-active {
  opacity: 1;
  background: #086936;
}
.testimonial-slider .tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
  height: 133px;
}
.testimonial-slider .tns-controls button {
  background: transparent;
  border: none;
  width: 42px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 75px;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}
.testimonial-slider .tns-controls button svg {
  width: 42px;
  height: 133px;
  display: block;
}
.testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
}
.testimonial-slide__wrapper {
  display: flex;
  align-items: center;
}
.testimonial-slide__wrapper .tns-outer {
  max-width: calc(100% - 94px);
}
@media (max-width: 767px) {
  .testimonial-slide__wrapper .tns-outer {
    max-width: calc(100% - 40px);
  }
}
.testimonial-slide__wrapper button {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .testimonial-slide__wrapper button {
    width: 20px;
    height: auto;
  }
  .testimonial-slide__wrapper button svg {
    width: 100%;
  }
}
.testimonial-slide__wrap {
  max-width: 100%;
}
.testimonial-slide__logo {
  max-width: 224px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 24px;
  display: block;
}
.testimonial-slide__text {
  font-size: 22px;
  font-weight: 300;
}
.testimonial-slide__text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-slide__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide__text {
    font-size: 17px;
  }
}
.testimonial-slide__text {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .testimonial-slide__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonial-slide__company {
  font-size: 25px;
  font-weight: 300;
}
.testimonial-slide__company strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-slide__company {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide__company {
    font-size: 17px;
  }
}
.testimonial-slide__company {
  text-align: center;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.testimonial-slide__sector {
  font-size: 22px;
  font-weight: 300;
}
.testimonial-slide__sector strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-slide__sector {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide__sector {
    font-size: 17px;
  }
}
.testimonial-slide__sector {
  text-align: center;
  font-style: italic;
  margin-top: 8px;
  padding-left: 60px;
  padding-right: 60px;
}
.testimonial-slide__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .testimonial-slide__button .button {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background-color: #77c158;
  border-top: 3.5px solid #086936;
  padding: 50px 0;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
}
.footer .newsletter {
  background-color: #086936;
  border-radius: 50px;
  padding: 40px;
  width: 540px;
  position: relative;
  top: -140px;
}
.footer .newsletter__title {
  font-size: 45px;
  font-weight: 300;
}
.footer .newsletter__title strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .newsletter__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .footer .newsletter__title {
    font-size: 25px;
  }
}
.footer .newsletter__title {
  color: white;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .newsletter__text {
  font-size: 25px;
  font-weight: 300;
}
.footer .newsletter__text strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .newsletter__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .newsletter__text {
    font-size: 17px;
  }
}
.footer .newsletter__text {
  color: white;
  margin-bottom: 30px;
}
.footer .newsletter__input-wrap {
  position: relative;
}
.footer .newsletter__input-wrap input {
  font-size: 25px;
  font-weight: 300;
}
.footer .newsletter__input-wrap input strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .newsletter__input-wrap input {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .newsletter__input-wrap input {
    font-size: 17px;
  }
}
.footer .newsletter__input-wrap input {
  padding: 15px 30px;
  border: none;
  border-radius: 20px 0 20px;
  max-width: 100%;
  width: 100%;
  background: none;
  border: 1px solid white;
  border-bottom: 3px solid white;
  color: white;
}
.footer .newsletter__input-wrap input::placeholder {
  color: white;
}
.footer .newsletter__button {
  color: #086936;
  background-color: white;
  border: none;
  padding: 0 35px;
  border-radius: 20px 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (max-width: 991px) {
  .footer .newsletter__button {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .footer .newsletter__button {
    height: 54px;
  }
}
.footer .newsletter__checkbox-wrap {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 300;
  font-size: 17px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer .newsletter__checkbox-wrap {
    font-size: 15px;
  }
}
.footer .newsletter__checkbox-wrap label {
  cursor: pointer;
}
.footer .newsletter__checkbox-wrap input {
  appearance: none;
  border: 2px solid white;
  background-color: none;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.footer .newsletter__checkbox-wrap input:checked + label {
  position: relative;
}
.footer .newsletter__checkbox-wrap input:checked + label:before {
  background-color: white;
  color: #086936;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z' fill='%23086936'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.footer .newsletter .button {
  margin-top: 0;
}
.footer .social {
  display: block;
  padding-left: 25px;
  position: relative;
  top: -50px;
}
.footer .social a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .social {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    align-items: center;
    top: -130px;
    padding-left: 0;
    gap: 50px;
  }
  .footer .social a img {
    display: block;
    height: 40px;
  }
}
.footer .company-info {
  margin-left: auto;
  color: white;
}
.footer .company-info__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .company-info__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .footer .company-info__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .footer .company-info__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .footer .company-info__title {
    font-size: 30px;
  }
}
.footer .company-info__text p {
  font-size: 20px;
  font-weight: 300;
}
.footer .company-info__text p strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .company-info__text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .company-info__text p {
    font-size: 17px;
  }
}
.footer .company-info__text p {
  color: black;
  text-align: right;
  margin-bottom: 1em;
  font-weight: 300;
}
.footer .company-info__text p strong {
  font-weight: 400;
}
.footer .company-info__text p:last-child {
  margin-bottom: 0;
}
.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer__bottom .footer__links {
  border-top: 1px solid black;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .footer .footer__bottom .footer__links {
    margin-top: -90px;
  }
}
.footer .footer__bottom .footer__links-col {
  width: 100%;
  display: block;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .footer .footer__bottom .footer__links-col {
    flex: 0 0 100%;
    padding: 0;
  }
}
.footer .footer__bottom .footer__links-col a {
  font-size: 20px;
  font-weight: 300;
}
.footer .footer__bottom .footer__links-col a strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .footer__bottom .footer__links-col a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer__bottom .footer__links-col a {
    font-size: 17px;
  }
}
.footer .footer__bottom .footer__links-col a {
  padding: 15px 0;
  display: block;
  color: black;
  font-weight: 300;
  text-decoration: none;
}
.footer .footer__bottom .footer__copyright {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .footer .footer__bottom .footer__copyright {
    margin-top: -45px;
  }
}
@media (max-width: 1199px) {
  .footer .footer__bottom .footer__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer__bottom .footer__copyright div {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.footer .footer__bottom .footer__copyright a {
  font-size: 20px;
  font-weight: 300;
}
.footer .footer__bottom .footer__copyright a strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer .footer__bottom .footer__copyright a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer__bottom .footer__copyright a {
    font-size: 17px;
  }
}
.footer .footer__bottom .footer__copyright a {
  color: black;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
  border-right: 1px solid black;
  padding-right: 20px;
}
.footer .footer__bottom .footer__copyright a:last-child {
  border-right: none;
}
@media (max-width: 1199px) {
  .footer .newsletter {
    max-width: calc(100% - 100px);
  }
  .footer .company-info,
  .footer .footer__links,
  .footer .footer__copyright {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .footer .company-info {
    margin-top: -110px;
  }
  .footer .company-info__text p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer .newsletter {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
  }
}

.chi-siamo,
.contatti,
.page-content {
  margin-top: 250px;
}
.chi-siamo .title,
.contatti .title,
.page-content .title {
  margin-bottom: 50px;
  color: #77c158;
}
.chi-siamo .text-lg,
.contatti .text-lg,
.page-content .text-lg {
  color: #086936;
  font-weight: 300;
  margin-bottom: 25px;
}
.chi-siamo .text-lg strong,
.contatti .text-lg strong,
.page-content .text-lg strong {
  font-weight: 400;
}
.chi-siamo .text,
.contatti .text,
.page-content .text {
  font-weight: 300;
}
.chi-siamo .text strong,
.contatti .text strong,
.page-content .text strong {
  font-weight: 400;
}

@media (max-width: 991px) {
  .chi-siamo,
  .contatti,
  .page-content {
    margin-top: 150px;
  }
}

.chi-siamo .col img {
  max-width: 100%;
  height: auto;
}

.page-content {
  margin-bottom: 200px;
}

.team {
  margin-top: 200px;
  background-image: url(../img/team.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 50px;
  position: relative;
  border-radius: 320px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .team {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .team {
    border-radius: 100px 0 0;
  }
}
.team:before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.team .title {
  color: white;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 3;
}
.team .title strong {
  color: #77c158;
}
.team .text {
  max-width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .team .text {
    max-width: 100%;
  }
}
.team .text p {
  color: white;
  font-weight: 300;
  margin-bottom: 1em;
}
.team .text p strong {
  font-weight: 400;
}

.cultura {
  padding-top: 100px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cultura {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cultura {
    padding-top: 0;
  }
}

.valori .wrapper {
  border-top: 3px solid #77c158;
  padding-top: 100px;
}
.valori .title {
  color: #77c158;
}
.valori .text-sm {
  max-width: 400px;
  margin-top: 25px;
}
.valori .text {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .valori .text {
    margin-top: 0;
  }
}
.valori .image {
  margin-top: 75px;
}
.valori .image img {
  max-height: 550px;
}
.valori .col {
  width: 45%;
  margin-right: 10%;
}
@media (max-width: 991px) {
  .valori .col {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .valori .col {
    width: 100%;
  }
}
.valori .col + .col {
  margin-right: 0;
}
@media (max-width: 991px) {
  .valori .col + .col {
    padding-left: 25px;
  }
}

.storia {
  margin-top: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .storia {
    margin-top: 100px;
  }
}
.storia .tns-ovh {
  overflow: visible;
}
.storia .title {
  color: #086936;
}
.storia-slider {
  margin-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .storia-slider {
    margin-top: 0;
  }
}

.storia-slide__date {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .storia-slide__date {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .storia-slide__date {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .storia-slide__date {
    font-size: 35px;
  }
}
.storia-slide__date {
  color: #77c158;
  margin-bottom: 20px;
  border-top: 3px solid #77c158;
  padding-top: 30px;
}
.storia-slide__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.storia-slide__content {
  font-size: 25px;
  font-weight: 300;
}
.storia-slide__content strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .storia-slide__content {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .storia-slide__content {
    font-size: 17px;
  }
}
.storia-slide__content {
  max-width: 540px;
  margin-bottom: 40px;
  font-weight: 300;
}
.storia-slide__content strong {
  font-weight: 400;
}
.storia-slide__flex {
  display: flex;
  align-items: center;
}
.storia-slide__flex .storia-slide__content {
  max-width: 440px;
  padding-bottom: 100px;
}
.storia-slide__flex .storia-slide__content, .storia-slide__flex .storia-slide__date {
  margin-left: 50px;
}
.storia-slide__flex .storia-slide__image img {
  max-width: 500px;
}

hr {
  background-color: #77c158;
  border: none;
  height: 3px;
  width: 100%;
}

.certificazioni hr {
  margin-bottom: 150px;
}
@media (max-width: 1199px) {
  .certificazioni hr {
    margin-bottom: 100px;
  }
}
.certificazioni__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .certificazioni__content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.certificazioni .title {
  color: #086936;
}
.certificazioni .title strong {
  color: #77c158;
}
.certificazioni .text {
  width: 580px;
  max-width: 100%;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .certificazioni .text {
    margin-top: 25px;
  }
}
.certificazioni__loghi {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #77c158;
  padding: 45px 100px 30px;
}
@media (max-width: 767px) {
  .certificazioni__loghi {
    padding: 45px 40px 30px;
  }
}
.certificazioni__loghi img {
  margin-bottom: 15px;
}
.certificazioni__loghi--flex {
  flex-direction: row;
  flex-wrap: wrap;
}
.certificazioni__loghi--flex .certificazioni__logo {
  width: 33.3333%;
  text-align: center;
}
.certificazioni__loghi--flex .certificazioni__logo img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .certificazioni__loghi--flex .certificazioni__logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.certificazioni--tecniche {
  margin: 50px auto 150px;
}
@media (max-width: 1199px) {
  .certificazioni--tecniche {
    margin-bottom: 100px;
  }
}

.partner {
  margin-bottom: 200px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.partner .text-lg {
  font-weight: 300;
  text-align: center;
  color: #086936;
  line-height: 1.5em;
}
.partner .text-lg strong,
.partner .text-lg a {
  font-weight: 400;
  color: #086936;
}

.su-misura {
  margin-top: 150px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .su-misura {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .su-misura {
    margin-top: 50px;
  }
}
.su-misura .title {
  padding-top: 150px;
  color: #77c158;
  margin-bottom: 0.5em;
}
@media (max-width: 1199px) {
  .su-misura .title {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .su-misura .title {
    padding-top: 50px;
  }
}
.su-misura .title + .text-lg {
  margin-bottom: 2em;
}
.su-misura .cols-3 {
  margin-bottom: 300px;
}
@media (max-width: 1199px) {
  .su-misura .cols-3 {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .su-misura .cols-3 {
    margin-bottom: 150px;
  }
}
.su-misura .cols-2 {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  margin-bottom: 300px;
}
@media (max-width: 1199px) {
  .su-misura .cols-2 {
    margin-bottom: 200px;
    gap: 50px;
  }
}
.su-misura .cols-2 > .col {
  width: calc(50% - 50px);
}
.su-misura .cols-2 > .col .title {
  color: #086936;
}
.su-misura .cols-2 > .col .text {
  margin-top: 2em;
}
.su-misura .cols-2 > .col .image-wrap {
  position: relative;
}
.su-misura .cols-2 > .col .image-wrap img {
  max-width: 100%;
  height: auto;
}
.su-misura .cols-2 > .col .image-wrap .image-shadow {
  opacity: 0.5;
  position: absolute;
  transform: translate(-55%, -20%);
  z-index: -1;
}
.su-misura .cols-2 > .col .image-wrap .image-shadow--right {
  transform: translate(55%, 20%);
}
@media (max-width: 767px) {
  .su-misura .cols-2 > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cols-3 {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cols-3 {
    gap: 25px;
  }
}
.cols-3 > .col {
  width: calc(33.3333% - 33.3333px);
}
.cols-3 > .col .text-lg {
  color: #77c158;
  font-weight: 400;
}
.cols-3 > .col img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .cols-3 > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cols-3 > .col .text--col {
    height: auto !important;
  }
}

.line {
  display: flex;
  align-items: flex-end;
  width: calc(100% + 50px);
}
@media (max-width: 767px) {
  .line {
    display: none;
  }
}
.line svg {
  width: 100%;
  max-width: none;
  height: auto;
}
.line.line--2 {
  margin-left: -60px;
  width: calc(100% + 120px);
}
@media (max-width: 1199px) {
  .line.line--2 {
    width: 134.5%;
  }
}
@media (max-width: 991px) {
  .line.line--2 {
    width: 135%;
    margin-left: -40px;
  }
}
@media (max-width: 859px) {
  .line.line--2 .line.line--2 {
    width: 143%;
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .line.line--2 {
    display: none;
  }
}

.scegliere .title {
  max-width: 600px;
  color: #77c158;
  text-align: center;
  margin: 0 auto 100px;
}
.scegliere .title strong {
  color: #086936;
}
@media (max-width: 767px) {
  .scegliere .title {
    margin-bottom: 25px;
  }
}
.scegliere .col {
  border-top: 3px solid #77c158;
  padding-top: 1em;
  text-align: center;
}
.scegliere .col .text-lg {
  font-family: "Inter", sans-serif;
  margin-bottom: 1em;
}
.scegliere .col .text-lg .number {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .scegliere .col .text-lg .number {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .scegliere .col .text-lg .number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .scegliere .col .text-lg .number {
    font-size: 35px;
  }
}
.scegliere .col .text-lg .number {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .scegliere .col .text-lg {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .scegliere .col .text {
    text-align: center;
  }
}
.scegliere .col img {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .scegliere .col img {
    margin-top: 1.5em;
  }
}
.scegliere .text--outro {
  max-width: 100%;
  width: 990px;
  text-align: center;
  margin: 100px auto 250px;
}

.servizi {
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .servizi {
    margin-top: 100px;
  }
}
.servizi .title {
  color: #77c158;
}
.servizi__rows {
  margin: 75px auto 200px;
}
@media (max-width: 1199px) {
  .servizi__rows {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .servizi__rows {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .servizi__rows {
    margin-top: 25px;
  }
}
.servizi__row {
  display: flex;
  gap: 50px;
  align-items: center;
  border-top: 2px solid;
  margin-bottom: -2px;
  position: relative;
  flex-wrap: wrap;
}
.servizi__row .col + .col {
  max-width: calc(100% - 348px);
}
@media (max-width: 767px) {
  .servizi__row .col + .col {
    max-width: 100%;
  }
}
.servizi__row:first-child {
  border-color: #d0ebce;
}
.servizi__row:nth-child(2) {
  border-color: #9cd497;
}
.servizi__row:nth-child(3) {
  border-color: #77c158;
}
.servizi__row:nth-child(4) {
  border-color: #57a238;
}
.servizi__row:nth-child(5) {
  border-color: #086936;
}
.servizi__row:nth-child(5):after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 2px;
  background-color: #086936;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .servizi__row:nth-child(5):after {
    display: none;
  }
}
.servizi__row:nth-child(5) .image:after {
  content: "";
  position: absolute;
  height: 2px;
  background: white;
  bottom: 0;
  width: 50%;
  display: block;
  z-index: 1;
}
@media (max-width: 991px) {
  .servizi__row {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .servizi__row {
    flex-direction: column;
    align-items: center;
    border: none;
  }
}
.servizi .text-lg {
  font-weight: 400;
  color: #086936;
}
@media (max-width: 1199px) {
  .servizi .text-lg {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .servizi .text-lg {
    font-size: 28px;
  }
}
.servizi .text {
  font-weight: 300;
}
.servizi .text p {
  margin-bottom: 0;
}
.servizi .image {
  position: relative;
  top: -2px;
}
.servizi .image:before {
  content: "";
  position: absolute;
  height: 2px;
  background: white;
  top: 0;
  width: 50%;
  display: block;
}
.servizi .image img {
  display: block;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .servizi .image img {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .servizi .image {
    margin-top: 30px;
  }
}

.supporto {
  overflow: hidden;
}
.supporto .title {
  color: #086936;
}
.supporto .row {
  margin-left: auto;
  margin-right: auto;
}
.supporto .row .col {
  padding: 0;
}
.supporto .row .col .title {
  margin-bottom: 0.5em;
}
.supporto .row--right .col + .col {
  width: 45%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .supporto .row--right .col + .col {
    width: 100%;
    margin-left: 0;
  }
}
.supporto .row--right .image img {
  right: auto;
  left: 0;
}
.supporto .text--outro {
  text-align: center;
  margin: 200px auto;
  width: 990px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .supporto .text--outro {
    margin: 150px auto 200px;
  }
}
@media (max-width: 991px) {
  .supporto .text--outro {
    margin: 100px auto 200px;
  }
}
.supporto .text--outro strong {
  color: #086936;
  font-weight: 400;
}
.supporto .text--outro a {
  color: #77c158;
  font-style: italic;
}

.contatti-page:before,
.default-page:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20dvw;
  height: 100dvh;
  background: #c8e6c5;
  z-index: -1;
}

.contatti .title,
.contatti .text-lg,
.contatti .text {
  max-width: 900px;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-size: 35px;
  font-weight: 300;
}
.page-content h2 strong,
.page-content h3 strong,
.page-content h4 strong,
.page-content h5 strong,
.page-content h6 strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    font-size: 20px;
  }
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom: 0.5em;
}

.form {
  margin-top: 100px;
}
.form ::placeholder {
  color: black;
  opacity: 1;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.form__col {
  width: calc(50% - 20px);
}
.form__col-full {
  width: 100%;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number] {
  font-size: 25px;
  font-weight: 300;
}
.form input[type=text] strong,
.form input[type=email] strong,
.form input[type=tel] strong,
.form input[type=number] strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number] {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=number] {
    font-size: 17px;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=number] {
  border: none;
  border-bottom: 1px solid #77c158;
  color: black;
  font-weight: 300;
  line-height: 46px;
  width: 100%;
  margin-top: 30px;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus {
  outline: none;
  border-bottom: 1px solid #086936;
}
.form textarea {
  font-size: 25px;
  font-weight: 300;
}
.form textarea strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .form textarea {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .form textarea {
    font-size: 17px;
  }
}
.form textarea {
  border: none;
  border-bottom: 1px solid #77c158;
  color: black;
  font-weight: 300;
  line-height: 46px;
  width: 100%;
  margin-top: 30px;
  resize: vertical;
  height: 100px;
}
.form textarea:focus {
  outline: none;
  border-bottom: 1px solid #086936;
}
.form__flex {
  display: flex;
  flex-wrap: wrap;
}
.form__left {
  width: 50%;
}
.form__right {
  width: 45%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .form__left, .form__right {
    width: 100%;
    margin-left: 0;
  }
}
.form__checkbox-wrap {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.form__checkbox {
  appearance: none;
  border: 1px solid #77c158;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.form__checkbox:checked {
  background-color: #77c158;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
}
.form__checkbox-label {
  font-size: 22px;
  font-weight: 300;
}
.form__checkbox-label strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .form__checkbox-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .form__checkbox-label {
    font-size: 17px;
  }
}
.form__checkbox-label {
  font-weight: 300;
  padding-left: 10px;
}
.form .button-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.form__info:before {
  background-color: #77c158;
  border-radius: 0 0 0 150px;
  position: absolute;
  inset: 0;
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .form__info:before {
    border-radius: 0 0 0 100px;
  }
}
.form__info {
  position: relative;
  z-index: 1;
  color: white;
  padding: 50px 80px 100px;
}
@media (max-width: 991px) {
  .form__info {
    padding: 20px 40px 30px;
  }
}
.form__info-title {
  position: relative;
  z-index: 1;
  margin: 25px 0;
}
.form__label {
  font-size: 25px;
  font-weight: 300;
}
.form__label strong {
  font-weight: 400;
}
@media (max-width: 991px) {
  .form__label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .form__label {
    font-size: 17px;
  }
}
.form__label {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-weight: 300;
  max-width: calc(100% - 40px);
  margin-bottom: 25px;
}
.form__icon {
  position: relative;
  z-index: 1;
}
.form__line {
  position: relative;
  z-index: 1;
  display: flex;
}

.map {
  margin-top: 100px;
}
.map__iframe {
  border-radius: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map__iframe iframe {
    height: 300px;
  }
}

.assistenza {
  margin: 100px auto 250px;
}
.assistenza__content {
  max-width: 1090px;
}
.assistenza .title {
  color: #086936;
  margin-bottom: 20px;
}
.assistenza .text-lg {
  font-weight: 400;
  max-width: 900px;
}
.assistenza .text {
  margin-top: 50px;
  padding-left: 25px;
  max-width: 900px;
}

.hidden-fields-container {
  display: none;
}

.screen-reader-response {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

span.wpcf7-not-valid-tip {
  font-weight: 300;
  color: red;
  padding-top: 10px;
  display: block;
}

.wpcf7-response-output {
  font-weight: 300;
  color: red;
  padding-top: 20px;
  text-align: center;
}

.footer span.wpcf7-not-valid-tip,
.footer .wpcf7-response-output {
  color: white;
}

span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  top: -7px;
  position: relative;
}

.footer__links-col ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.footer__links-col ul li {
  width: auto;
}

.language-selector {
  list-style: none;
  padding: 0 20px;
}
.language-selector__item {
  text-align: center;
}
.language-selector__item.active {
  display: none;
}
.language-selector__item a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #5fad3e;
  padding: 5px 10px;
  display: block;
}
@media (max-width: 991px) {
  .language-selector__item a {
    padding: 10px 25px !important;
    display: inline-block !important;
    margin: 0 auto;
    border-radius: 20px 0 0;
  }
}