@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, p, ul, ol, figure {
  margin: 0;
}

ul, ol, li {
  list-style: none;
  padding: 0;
}

sup {
  line-height: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}

.content-default-wrap h1, .content-default-wrap h2, .content-default-wrap h3, .content-default-wrap h4, .content-default-wrap h5 {
  color: var(--green);
  margin-bottom: 15px;
}

.content-default-wrap h1 a, .content-default-wrap h2 a, .content-default-wrap h3 a, .content-default-wrap h4 a, .content-default-wrap h5 a {
  color: var(--green);
}

.content-default-wrap h1 {
  font-size: 34px;
}

.content-default-wrap h2 {
  font-size: 30px;
}

.content-default-wrap h3 {
  font-size: 26px;
}

.content-default-wrap h4 {
  font-size: 24px;
}

.content-default-wrap p:last-child {
  margin-bottom: 0;
}

.content-default-wrap p, .content-default-wrap li, .content-default-wrap td {
  font-size: 22px;
  line-height: 32px;
  list-style: inherit;
}

.content-default-wrap p, .content-default-wrap ul, .content-default-wrap ol, .content-default-wrap table {
  margin-bottom: 32px;
}

.content-default-wrap table {
  border-collapse: collapse;
}

.content-default-wrap table tr:nth-child(even) {
  background-color: #C9D3C6;
}

.content-default-wrap table td {
  border: 1px solid #184510;
  padding: 8px 5px;
}

.content-default-wrap table td ul {
  margin: 0;
}

.content-default-wrap ul {
  list-style: disc;
  padding-left: 40px;
}

.content-default-wrap ol {
  list-style: decimal;
  padding-left: 40px;
}

.content-default-wrap .wp-block-image img {
  height: auto;
}

@media only screen and (max-width: 1440px) {
  .content-default-wrap h1 {
    font-size: 32px;
  }
  .content-default-wrap h2 {
    font-size: 28px;
  }
  .content-default-wrap h3 {
    font-size: 24px;
  }
  .content-default-wrap h4 {
    font-size: 22px;
  }
  .content-default-wrap p, .content-default-wrap li, .content-default-wrap td {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .content-default-wrap h1 {
    font-size: 30px;
  }
  .content-default-wrap h2 {
    font-size: 26px;
  }
  .content-default-wrap h3 {
    font-size: 22px;
  }
  .content-default-wrap h4 {
    font-size: 20px;
  }
  .content-default-wrap p, .content-default-wrap li, .content-default-wrap td {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .content-default-wrap h1 {
    font-size: 28px;
  }
  .content-default-wrap h2 {
    font-size: 24px;
  }
  .content-default-wrap h3 {
    font-size: 22px;
  }
  .content-default-wrap h4 {
    font-size: 18px;
  }
  .content-default-wrap p, .content-default-wrap li, .content-default-wrap td {
    font-size: 16px;
    line-height: 22px;
  }
}

:root {
  --green: #184510;
  --yellow: #C1A301;
  --white: #ffffff;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff;
}

.text-green {
  color: #184510;
}

.bg-green {
  background-color: #6F8B6A;
}

.bg-green-light {
  background-color: #E6E4DC;
}

::selection {
  background-color: #778649;
  color: var(--green);
}

.d--block {
  display: block;
}

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

.d--flex {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: var(--green);
}

a[href^=mail] {
  word-break: break-word;
}

.no-scroll {
  overflow: hidden;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.content {
  padding: 0 60px;
}

@media only screen and (max-width: 1440px) {
  .pl-85 {
    padding-left: 50px;
  }
  .pr-85 {
    padding-right: 50px;
  }
  .content {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .pl-85 {
    padding-left: 40px;
  }
  .pr-85 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pl-85 {
    padding-left: 20px;
  }
  .pr-85 {
    padding-right: 20px;
  }
}

.btn {
  padding: 10px 20px 12px;
  text-transform: uppercase;
  border-radius: 27px;
  background-color: #778649;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.btn:hover {
  color: var(--green);
}

.btn.download {
  text-transform: none;
  font-size: 22px;
  padding: 20px 38px 20px 44px;
  border-radius: 0 100px 100px 0;
  font-weight: 700;
}

.btn.download svg {
  margin-left: 6px;
  height: 18px;
  vertical-align: middle;
}

.btn.download:hover svg path {
  fill: var(--green);
}

@media screen and (max-width: 1024px) {
  .btn {
    padding: 9px 25px;
  }
  .btn.download {
    font-size: 20px;
    padding: 15px 30px 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    line-height: 15px;
    padding: 7px 15px;
  }
  .btn.download {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.title-section {
  text-transform: uppercase;
}

.title-section h1 {
  font-size: 38px;
  line-height: 1.1;
}

.title-section h2 {
  font-size: 32px;
}

@media screen and (max-width: 1440px) {
  .title-section h1 {
    font-size: 32px;
  }
  .title-section h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .title-section h1 {
    font-size: 28px;
  }
  .title-section h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .title-section h1 {
    font-size: 22px;
  }
  .title-section h2 {
    font-size: 18px;
  }
}

.back-to-top {
  bottom: 20px;
  right: 20px;
  position: fixed;
  width: 53px;
  height: 53px;
  display: none;
  z-index: 5;
  border-radius: 50%;
  background-color: var(--green);
}

.back-to-top > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 9px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
}

.back-to-top > div img {
  width: 14px;
  height: 14px;
  margin: 0 auto;
}

.back-to-top.active {
  display: block;
}

@media screen and (min-width: 1921px) {
  .back-to-top {
    right: calc(50% - 940px);
  }
}

@media screen and (max-width: 991px) {
  .back-to-top.active {
    display: none;
  }
}

.overlay_rotation {
  display: none;
}

@media screen and (max-height: 500px) and (max-width: 991px) and (orientation: landscape) {
  body {
    overflow: hidden;
  }
  .overlay_rotation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 9999;
    display: block;
  }
  .overlay_rotation > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: inline-block;
    text-align: center;
  }
  .overlay_rotation > div .logo {
    width: 100px;
    margin: 0 auto;
  }
  .overlay_rotation > div .text {
    margin-top: 50px;
  }
  .overlay_rotation > div .text .icon-mobile {
    width: 30%;
  }
  .overlay_rotation > div .text p {
    padding-top: 10px;
  }
}

.navWhite main {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .navWhite main {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .navWhite main {
    padding-top: 50px;
  }
}

#simple-page section {
  position: relative;
}

#simple-page section:after, #simple-page section:before {
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  z-index: -1;
}

#simple-page section:after {
  background: url("../../public/images/services-page/onda-gialla.svg") center top no-repeat;
  background-size: 100%;
  height: 180px;
  top: 40px;
}

#simple-page section:before {
  height: 40px;
  background-color: #FFFAE0;
  top: 0;
}

#simple-page section article {
  padding-top: 220px;
  padding-bottom: 65px;
}

#simple-page section article .title-section {
  position: absolute;
  top: 50px;
  margin: 0;
}

#simple-page section article a {
  color: #6F8B6A;
  color: var(--yellow);
}

@media only screen and (max-width: 991px) {
  #simple-page section:after {
    height: 75px;
  }
  #simple-page section article {
    padding-top: 135px;
  }
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.slider-circle {
  background-color: #778649;
  color: #ffffff;
  width: 48%;
  padding-top: 48%;
  border-radius: 50%;
  position: absolute;
  height: 0;
  z-index: 1;
  margin-bottom: 0 !important;
}

.slider-circle .slick-dots {
  bottom: calc(10% - 20px);
}

.slider-circle .slick-dots li:only-child {
  display: none;
}

.slider-circle .slick-next, .slider-circle .slick-prev {
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}

.slider-circle .slick-next:before, .slider-circle .slick-prev:before {
  content: '';
  background: url("../../public/images/arrow-green.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  opacity: 1;
}

.slider-circle .slick-next.slick-disabled, .slider-circle .slick-prev.slick-disabled {
  display: none !important;
}

.slider-circle .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}

.slider-circle .slick-next:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.slider-circle .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.slider-circle .slick-prev:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.slider-circle .slick-list, .slider-circle .slick-track {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.slider-circle .slider-item {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider-circle .slider-item div {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.slider-circle .slider-item div ul {
  padding-left: 20px;
}

.slider-circle .slider-item div ul li {
  font-size: 18px;
  line-height: 26px;
  list-style: disc;
}

.slider-circle .slider-item div::-webkit-scrollbar {
  width: 3px;
}

.slider-circle .slider-item div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.slider-circle .slider-item div::-webkit-scrollbar-thumb {
  background: #D4DEB5;
  border-radius: 10px;
}

.slider-circle .slider-item div::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.slick-dots {
  bottom: calc(10% - 20px);
  height: 20px;
}

.slick-dots li {
  margin: 0 2.5px !important;
  width: 8px !important;
  height: 8px !important;
}

.slick-dots li button {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.slick-dots li button:before {
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: var(--green);
}

@media only screen and (min-width: 992px) {
  .slider-circle-mobile .hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) {
  .slider-circle {
    width: 55%;
    padding-top: 55%;
  }
  .slider-circle .slider-item {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .slider-circle .slider-item {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .slider-circle {
    display: none !important;
  }
  .slider-circle-mobile {
    margin: 0 !important;
    display: block !important;
  }
  .slider-circle-mobile .slick-dots {
    bottom: -50px;
    padding-left: 0;
  }
  .slider-circle-mobile .description, .slider-circle-mobile div.hidden {
    height: auto;
  }
  .slider-circle-mobile span.hidden {
	  display: block;
  }
  .slider-circle-mobile ul {
    padding-left: 20px;
  }
  .slider-circle-mobile ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 26px;
  }
}

.box_privacy::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#popup-contatti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

#popup-contatti .alert-success {
  background: #ffffff;
}

#popup-contatti .alert-success > div {
  padding: 55px;
}

#popup-contatti .alert-success .gradient_r-a {
  color: var(--green);
}

#popup-contatti .alert-success .close-popup {
  position: absolute;
  right: 55px;
  top: 55px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#popup-contatti .alert-success .close-popup.box_priva {
  right: 10px !important;
  top: 10px !important;
  height: 25px;
  width: 25px;
}

#popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
  height: 25px !important;
  left: 12.5px;
}

#popup-contatti .alert-success .close-popup::before, #popup-contatti .alert-success .close-popup::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2.5px;
  background-color: #5e5f5d;
}

#popup-contatti .alert-success .close-popup::before {
  transform: rotate(45deg);
}

#popup-contatti .alert-success .close-popup::after {
  transform: rotate(-45deg);
}

#popup-contatti .alert-success .popup-wrap {
  padding: 95px 0 50px;
  text-align: center;
}

#popup-contatti .alert-success .popup-wrap h3 {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 20px;
}

#popup-contatti .alert-success .popup-wrap p {
  font-size: 28px;
  line-height: 32px;
}

@media screen and (max-width: 1280px) {
  #popup-contatti {
    width: 70%;
  }
  #popup-contatti .alert-success .popup-wrap {
    padding-top: 70px;
  }
  #popup-contatti .alert-success .popup-wrap h3 {
    font-size: 42px;
  }
  #popup-contatti .alert-success .popup-wrap p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  #popup-contatti {
    width: 80%;
  }
  #popup-contatti .alert-success > div {
    padding: 40px;
  }
  #popup-contatti .alert-success .close-popup {
    right: 40px;
    top: 40px;
  }
  #popup-contatti .alert-success .close-popup.box_priva {
    right: 10px !important;
    top: 10px !important;
    height: 25px;
    width: 25px;
  }
  #popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
    height: 25px !important;
    left: 12.5px;
  }
}

@media screen and (max-width: 575px) {
  #popup-contatti {
    filter: drop-shadow(10px 10px 25px #d4d2d1);
    width: calc(100% - 40px);
  }
  #popup-contatti .alert-success > div {
    padding: 20px;
  }
  #popup-contatti .alert-success .close-popup {
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
  }
  #popup-contatti .alert-success .close-popup.box_priva {
    right: 10px !important;
    top: 10px !important;
    height: 25px;
    width: 25px;
  }
  #popup-contatti .alert-success .close-popup.box_priva::before, #popup-contatti .alert-success .close-popup.box_priva::after {
    height: 25px !important;
    left: 12.5px;
  }
  #popup-contatti .alert-success .close-popup::before, #popup-contatti .alert-success .close-popup::after {
    height: 25px;
  }
  #popup-contatti .alert-success .popup-wrap {
    padding: 45px 0 30px;
  }
  #popup-contatti .alert-success .popup-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #popup-contatti .alert-success .popup-wrap p {
    font-size: 18px;
    line-height: 22px;
  }
}

.popup_container {
	width: calc(100% - 170px);
    max-width: 1400px;
    padding: 50px 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
	background-color: rgb(255 255 255 / 0.7);
    backdrop-filter: blur(4px);
	border-radius: 52px;
	text-align: center;
}

.popup_container .close {
	width: 20px;
    height: 20px;
    position: absolute;
	right: 48px;
    cursor: pointer;
}

.popup_container .close:before, .popup_container .close:after {
	position: absolute;
    left: 50%;
    content: '';
    height: 20px;
    width: 3px;
    background-color: var(--green);
	border-radius: 8px;
}

.popup_container .close:before {
	transform: rotate(45deg);
}

.popup_container .close:after {
	transform: rotate(-45deg);
}

.popup_container .logo_above {
	max-height: 40vh;
	max-width: 20vw;
	margin-bottom: 15px;
}

.popup_container .title_wrapper {
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.popup_container .title {
	font-size: 5vw;
    font-weight: bold;
}

.popup_container .title_wrapper img {
	max-height: 4vw;
    margin: 5px 20px;
}

.popup_container .subtitle {
	font-size: 1.8vw;
    font-weight: 500;
    margin-bottom: 55px;
}

@media only screen and (min-width: 1921px) {
	.popup_container .logo_above {
		max-height: 410px;
		max-width: 370px;
	}
	
	.popup_container .title {
		font-size: 96px;
	}
	
	.popup_container .title_wrapper img {
		max-height: 76px;
	}
	
	.popup_container .subtitle {
		font-size: 35px;
	}
}

@media only screen and (max-width: 1440px) {
	.popup_container {
		width: calc(100% - 100px);
	}
	
	.popup_container .subtitle {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1024px) {
	.popup_container {
		width: calc(100% - 80px);
	}
}

@media only screen and (max-width: 991px) {
	.popup_container {
		width: calc(100% - 40px);
		padding: 30px;
	}
	
	.popup_container .close {
		right: 30px;
	}
	
	.popup_container .popup_content {
		margin-top: 20px;
	}
	
	.popup_container .title {
		font-size: 24px;
	}
	
	.popup_container .title_wrapper img {
		max-height: 24px;
	}
	
	.popup_container .subtitle {
		font-size: 20px;
	}
}

.simplePage .header .contact-social svg path, .singlePost .header .contact-social svg path {
  fill: #184510;
}

.header {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.header .mainbar {
  height: 100%;
  padding: 0 150px 0 85px;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.header .mainbar .logo {
  position: absolute;
  left: 85px;
  top: 24px;
  width: 113px;
  z-index: 1;
}

.header .mainbar .logo a, .header .mainbar .logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.header .mainbar .navbar-wrapper {
  height: 100%;
  align-items: center;
  padding-left: 120px;
}

.header .mainbar .navbar {
  height: 100%;
}

.header .mainbar .navbar > ul {
  height: 100%;
}

.header .mainbar .navbar > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}

.header .mainbar .navbar > ul > li a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.header .mainbar .navbar > ul > li a:hover {
  color: var(--yellow);
}

.header .mainbar .navbar > ul > li a:not([href]) {
  cursor: default;
}

.header .mainbar .navbar > ul > li:hover > a {
  color: var(--yellow);
}

.header .mainbar .navbar > ul > li + li {
  margin-left: 65px;
}

.header .mainbar .navbar > ul > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 190px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 40px 10px;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.header .mainbar .navbar > ul > li .sub-menu li + li {
  margin-top: 35px;
}

.header .mainbar .navbar > ul > li:hover .sub-menu {
  display: block;
}

.header .mainbar .languages {
  padding-left: 35px;
}

.header .mainbar .languages ul li {
  position: relative;
  padding: 0 5px;
}

.header .mainbar .languages ul li.active a {
  font-weight: 600;
}

.header .mainbar .languages ul li a {
  font-size: 18px;
  font-weight: 300;
}

.header .mainbar .languages ul li + li::before {
  content: '';
  width: 1px;
  height: 70%;
  display: block;
  position: absolute;
  background-color: var(--green);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header .contact-social {
  position: absolute;
  left: calc(100% - 85px);
  top: calc(100% + 40px);
}

.header .contact-social ul li + li {
  margin-top: 15px;
}

.header .contact-social ul li a {
  border-radius: 50%;
  width: 35px;
}

.header .contact-social ul li a svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .header .mainbar {
    padding-left: 50px;
  }
  .header .mainbar .logo {
    left: 50px;
    width: 100px;
  }
  .header .mainbar .navbar-wrapper {
    padding-left: 110px;
  }
  .header .mainbar .navbar > ul > li {
    margin: 0 10px;
  }
  .header .mainbar .navbar > ul > li a {
    font-size: 18px;
  }
  .header .mainbar .navbar > ul > li .sub-menu {
    padding: 35px 10px;
    min-width: 155px;
  }
  .header .mainbar .navbar > ul > li .sub-menu li + li {
    margin-top: 25px;
  }
  .header .mainbar .navbar > ul > li + li {
    margin-left: 25px;
  }
  .header .mainbar .languages {
    padding-left: 10px;
  }
  .header .mainbar .languages ul li a {
    font-size: 16px;
  }
  .header .contact-social {
    left: auto;
    right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 90px;
  }
  .header .mainbar {
    padding: 0 40px;
  }
  .header .mainbar .navbar-wrapper {
    padding-left: 100px;
  }
  .header .mainbar .navbar > ul > li + li {
    margin-left: 15px;
  }
  .header .mainbar .logo {
    left: 40px;
    width: 90px;
    top: 30px;
  }
  .header .contact-social {
    right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 50px;
    position: absolute;
  }
  .header .mainbar {
    padding: 0 20px;
  }
  .header .mainbar.open {
    box-shadow: none;
  }
  .header .mainbar .navbar-wrapper {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: calc(100vh - 50px);
    left: 0;
    top: 50px;
    padding: 45px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .mainbar .navbar-wrapper.open {
    display: flex;
  }
  .header .mainbar .navbar {
    height: auto;
    width: 100%;
  }
  .header .mainbar .navbar > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .mainbar .navbar > ul > li {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    cursor: pointer;
  }
  .header .mainbar .navbar > ul > li > a {
    font-size: 20px;
    font-weight: 700;
  }
  .header .mainbar .navbar > ul > li.menu-item-has-children {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .header .mainbar .navbar > ul > li.menu-item-has-children > a:after {
    content: '';
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 7px;
  }
  .header .mainbar .navbar > ul > li.menu-item-has-children.open > a {
    color: var(--yellow);
  }
  .header .mainbar .navbar > ul > li.menu-item-has-children.open > a:after {
    color: #000000;
    transform: rotate(-135deg);
  }
  .header .mainbar .navbar > ul > li:hover .sub-menu {
    display: none;
  }
  .header .mainbar .navbar > ul > li .sub-menu.open {
    display: block;
    position: static;
    transform: none;
    background-color: transparent;
    padding: 15px 30px;
    width: 100%;
    min-width: auto;
    z-index: 0;
    text-align: left;
  }
  .header .mainbar .navbar > ul > li .sub-menu.open li + li {
    margin-top: 15px;
  }
  .header .mainbar .navbar > ul > li .sub-menu.open a {
    font-size: 16px;
  }
  .header .mainbar .navbar > ul > li + li {
    margin: 20px 0 0;
  }
  .header .mainbar .logo {
    left: 20px;
    width: 60px;
    top: 10px;
    z-index: 1;
  }
  .header .mainbar .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    width: 20px;
    height: 16px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .header .mainbar .hamburger .navbar-toggler-icon {
    width: 100%;
    height: 3px;
    border-radius: 10px;
    transition: 0.4s;
    background-color: var(--green);
  }
  .header .mainbar .hamburger .navbar-toggler-icon + .navbar-toggler-icon {
    margin-top: 3px;
  }
  .header .mainbar .hamburger.change .bar1 {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .header .mainbar .hamburger.change .bar2 {
    opacity: 0;
  }
  .header .mainbar .hamburger.change .bar3 {
    transform: rotate(135deg) translate(-5px, 4px);
  }
  .header .mainbar .languages {
    padding: 0;
    margin: 20px auto 0;
  }
  .header .contact-social {
    display: none;
  }
}

.footer {
  padding: 50px 85px 25px;
  justify-content: space-between;
  font-size: 15px;
  min-height: 255px;
}

.footer a {
  color: var(--white);
}

.footer > div:not(.privacy) {
  flex: 1;
}

.footer .info-site {
  line-height: 22px;
}

.footer .logo a {
  display: block;
  border-radius: 50%;
  width: 100px;
  margin: 0 auto;
}

.footer .logo a img {
  width: 100%;
  height: auto;
  display: block;
}

.footer .link-site {
  justify-content: flex-end;
}

.footer .link-site nav {
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase;
}

.footer .link-site nav ul li + li {
  margin-top: 8px;
}

.footer .link-site nav ul li a {
  font-size: 16px;
}

.footer .link-site .contact-social span {
  text-align: center;
  font-weight: 300;
}

.footer .link-site .contact-social ul {
  margin-top: 12px;
}

.footer .link-site .contact-social ul li + li {
  margin-top: 8px;
}

.footer .link-site .contact-social ul li a {
  border-radius: 50%;
  width: 30px;
  margin: 0 auto;
}

.footer .link-site .contact-social ul li a svg {
  width: 100%;
  height: auto;
}

.footer .privacy {
  flex: 0 0 100%;
  text-align: center;
  line-height: 18px;
}

.footer .privacy .footer_bottom_menu {
  justify-content: center;
  margin-bottom: 12px;
}

.footer .privacy .footer_bottom_menu li + li {
  padding-left: 20px;
}

.footer .privacy p {
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  .footer {
    padding: 50px 50px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 40px 25px;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 18px 20px 32px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
  }
  .footer .logo {
    order: -1;
  }
  .footer .logo a {
    width: 60px;
  }
  .footer .link-site {
    order: -1;
    flex-direction: column;
    align-items: center;
  }
  .footer .link-site nav {
    padding: 0;
    text-align: center;
  }
  .footer .link-site nav li:not(:last-child) {
    display: none;
  }
  .footer .link-site .contact-social {
    margin: 18px 0;
  }
  .footer .link-site .contact-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .link-site .contact-social ul li + li {
    margin: 0 0 0 7px;
  }
  .footer .link-site .contact-social ul li a {
    width: 22px;
  }
  .footer .info-site {
    line-height: 16px;
  }
  .footer .info-site br:not(#space) {
    display: none;
  }
  .footer .privacy {
    margin-top: 28px;
  }
  .footer .privacy .footer_bottom_menu {
    margin-bottom: 5px;
  }
}

.intro {
  height: 100vh;
  max-height: 1080px;
  position: relative;
}

.intro:after, .intro:before {
  content: '';
  display: block;
  position: absolute;
}

.intro:after {
  background: url("../../public/images/homepage/onda1-sopra.svg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 321px;
  bottom: 83px;
  left: 0;
}

.intro:before {
  background: url("../../public/images/homepage/arrow.svg") center center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}

.intro .intro-text {
  position: absolute;
  bottom: 50px;
  left: 85px;
  z-index: 1;
  max-width: calc(50% - 85px);
}

.intro .intro-text:before {
  content: '';
  background: url("../../public/images/homepage/bottiglie-salov.png") no-repeat bottom left;
  display: block;
  position: absolute;
  background-size: contain;
  width: calc(100% + 50px);
  max-height: 760px;
}

.intro .intro-text .title-intro {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 6px;
}

.intro .intro-text .subtitle-intro {
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 30px;
}

.news {
  position: relative;
  background-color: #D4DEB5;
  padding-bottom: 161px;
}

.news:after {
  content: '';
  height: 170px;
  top: 0;
  display: block;
  position: absolute;
}

.news:after {
  left: 0;
  width: 100%;
  background: url("../../public/images/homepage/onda1-sotto.svg") center top no-repeat;
  background-size: 100%;
}

.news .bg-section {
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 32%;
  height: 0;
  overflow: hidden;
}

.news .bg-section img {
  position: absolute;
  top: 0;
  left: 0;
}

.news .bg-section:before {
  content: '';
  height: 10%;
  top: 0;
  display: block;
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../public/images/tratteggio.svg") center center;
  background-size: cover;
  background-repeat: repeat-y;
  z-index: 1;
}

.news .content-section {
  position: relative;
  padding: 60px 85px;
  text-align: center;
}

.news .content-section:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: url("../../public/images/homepage/onda2-sopra.svg") center bottom no-repeat;
  height: 160px;
  bottom: calc(100% - 1px);
  background-size: 100%;
}

.news .content-section .title-section {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.partner {
  position: relative;
  padding: 40px 85px 90px;
}

.partner:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: url("../../public/images/homepage/onda3-sopra.svg") center bottom no-repeat;
  height: 161px;
  bottom: 100%;
  background-size: 100%;
}

.partner article {
  align-items: center;
  padding: 0 60px;
}

.partner article > div {
  width: 50%;
}

.partner article .partner-image {
  padding-right: 5%;
  position: relative;
}

.partner article .partner-image div {
  border-radius: 50%;
  border: 5px solid #ffffff;
  height: 0;
  overflow: hidden;
}

.partner article .partner-image div.-small {
  position: absolute;
  width: 45%;
  padding-top: calc(45% - 10px);
}

.partner article .partner-image div.-big {
  float: right;
  width: 75%;
  padding-top: calc(75% - 10px);
  margin-top: 15px;
}

.partner article .partner-text .description {
  font-size: 25px;
  line-height: 35px;
  margin: 30px 0 40px;
}

@media screen and (min-height: 768px) and (min-width: 992px) {
  .intro .intro-text:before {
    left: -12px;
    height: calc(60vh - 30px);
    bottom: calc(100% - 20px);
  }
}

@media screen and (max-height: 768px) and (min-width: 992px) {
  .intro .intro-text:before {
    left: -10px;
    height: calc(55vh - 30px);
    bottom: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .intro .intro-text {
    left: 50px;
    bottom: 25px;
    max-width: calc(50% - 50px);
  }
  .intro .intro-text .title-intro {
    font-size: 34px;
    line-height: 40px;
  }
  .intro .intro-text .subtitle-intro {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .news .bg-section:before {
    width: 1px;
  }
  .news .content-section {
    padding: 50px;
  }
  .partner {
    padding: 40px 50px 90px;
  }
  .partner article {
    padding: 0;
  }
  .partner article .partner-text .description {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .intro .intro-text {
    left: 40px;
    bottom: 20px;
    max-width: calc(50% - 40px);
  }
  .intro .intro-text .title-intro {
    font-size: 30px;
    line-height: 38px;
  }
  .intro .intro-text .subtitle-intro {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .news .content-section {
    padding: 50px 40px;
  }
  .partner {
    padding: 40px 40px 70px;
  }
  .partner article .partner-text .description {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .intro {
    height: 0;
    max-height: none;
    padding-top: 56%;
    overflow: hidden;
  }
  .intro .intro-text {
    left: 20px;
    bottom: 20px;
    max-width: calc(50% - 20px);
  }
  .intro .intro-text:before {
    height: 236px;
    bottom: calc(100% - 10px);
    left: -10px;
    background: url("../../public/images/homepage/bottiglie-salov_mobile.png") no-repeat bottom left;
    background-size: contain;
  }
  .intro .intro-text .title-intro {
    font-size: 18px;
    line-height: 22px;
  }
  .intro .intro-text .subtitle-intro {
    font-size: 14px;
    line-height: 19px;
  }
  .news {
    padding-bottom: 80px;
  }
  .news.hide:after {
    content: none;
  }
  .partner {
    padding: 20px 20px 45px;
  }
  .partner:before {
    height: 80px;
  }
  .partner article {
    flex-direction: column;
    text-align: center;
  }
  .partner article > div {
    width: 68%;
  }
  .partner article .partner-image {
    padding: 0 0 40px;
  }
  .partner article .partner-text .description {
    color: var(--green);
  }
}

@media screen and (max-width: 767px) {
  .intro {
    height: 460px;
    padding: 0;
  }
  .intro:after {
    bottom: 119px;
  }
  .intro .intro-text {
    max-width: calc(100% - 40px);
    right: 20px;
  }
  .intro .intro-text:before {
    width: 100%;
    height: 213px;
  }
  .news:after {
    height: 80px;
  }
  .news .bg-section:before {
    height: 12%;
  }
  .news .content-section {
    padding: 45px 20px 50px;
  }
  .news .content-section .title-section {
    position: static;
    transform: none;
    text-align: center;
  }
  .partner article > div {
    width: 100%;
  }
  .partner article .partner-image {
    padding-bottom: 30px;
  }
  .partner article .partner-text .description {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 20px;
  }
}

.brand {
  position: relative;
  background: linear-gradient(90deg, #c9d3c6 50%, #e4e4e4 50%);
  padding-top: 170px;
  padding-bottom: 100px;
  align-items: flex-start;
}

.brand:before, .brand:after {
  content: '';
  display: block;
  position: absolute;
}

.brand:before {
  width: 100%;
  height: 85px;
  bottom: 100%;
  left: 0;
  background: linear-gradient(90deg, #c9d3c6 50%, #e4e4e4 50%);
}

.brand:after {
  width: 2px;
  height: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../public/images/tratteggio.svg") center center;
  background-size: cover;
  background-repeat: repeat-y;
  top: -25px;
  z-index: 1;
}

.brand .bg-section {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-top: 32%;
  height: 0;
  overflow: hidden;
}

.brand .bg-section img {
  position: absolute;
  top: 0;
  left: 0;
}

.brand .bg-section.-bottom {
  top: 100%;
  z-index: -1;
  padding-top: 16%;
}

.brand .brand-item {
  width: 50%;
}

.brand .brand-item .title-section {
  position: absolute;
  top: 100px;
  width: calc(50% - 85px);
  text-align: right;
  padding-right: 130px;
}

.brand .brand-item .text-wrapper {
  width: 65%;
}

.brand .brand-item .text-wrapper .logo {
  width: 250px;
  margin-bottom: 50px;
}

.brand .brand-item .text-wrapper .description {
  color: #778649;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 35px;
}

.brand .brand-item .text-wrapper .brand-link a {
  margin: 5px 0;
}

.brand .brand-item .text-wrapper .brand-link a:not(:last-child) {
  margin-right: 30px;
}

.brand .brand-item:nth-child(2n+0) .title-section {
  text-align: left;
  padding: 0 0 0 130px;
}

.brand .brand-item:nth-child(2n+0) .text-wrapper {
  margin-left: auto;
  text-align: right;
}

.brand .brand-item:nth-child(2n+0) .text-wrapper .logo {
  margin-left: auto;
}

.brand .brand-bottiglie {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(calc(-50% + -1.5px));
  top: 40px;
  width: 16%;
  z-index: 2;
}

.brand .brand-bottiglie object {
  display: block;
}

.brand .tratteggio-bottom {
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../public/images/tratteggio.svg") center top;
  background-size: cover;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .brand:after, .brand .tratteggio-bottom {
    width: 1px;
  }
  .brand .brand-item .title-section {
    width: calc(50% - 50px);
    padding-right: 90px;
  }
  .brand .brand-item .text-wrapper {
    width: 75%;
  }
  .brand .brand-item .text-wrapper .description {
    font-size: 20px;
    line-height: 28px;
  }
  .brand .brand-item:nth-child(2n+0) .title-section {
    padding: 0 0 0 90px;
  }
}

@media screen and (max-width: 1024px) {
  .brand .brand-item .title-section {
    width: calc(50% - 40px);
    padding-right: 70px;
  }
  .brand .brand-item .text-wrapper {
    width: 80%;
  }
  .brand .brand-item .text-wrapper .description {
    font-size: 18px;
    line-height: 26px;
  }
  .brand .brand-item:nth-child(2n+0) .title-section {
    padding: 0 0 0 70px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .brand.open {
    padding-bottom: 0px;
  }
  .brand .brand-item .title-section {
    position: static;
    width: auto;
  }
  .brand .brand-item .text-wrapper .logo {
    width: 135px;
    margin: 45px 0 0;
  }
  .brand .brand-item .text-wrapper .logo.hide {
    visibility: hidden;
  }
  .brand .brand-item .text-wrapper .text {
    display: none;
  }
  .brand .brand-item .text-wrapper .text.open {
    display: block;
    position: relative;
    background-color: #C9D3C6;
    z-index: 3;
    padding: 20px 20px 80px;
    width: 100vw;
    margin-left: -20px;
  }
  .brand .brand-item .text-wrapper .text.open:after, .brand .brand-item .text-wrapper .text.open:before {
    content: '';
    display: block;
    position: absolute;
    height: 75px;
  }
  .brand .brand-item .text-wrapper .text.open:after {
    background: url("../../public/images/homepage/onda1-sotto-mobile.svg") center top no-repeat;
    top: 100%;
    background-size: 100%;
    width: 100%;
    left: 0;
  }
  .brand .brand-item .text-wrapper .text.open:before {
    background: url("../../public/images/homepage/bg-verde-mobile.svg") center top no-repeat;
    bottom: 100%;
    width: calc(50% + 2px);
    right: 0;
    background-size: 100%;
  }
  .brand .brand-item .text-wrapper .text.open .description {
    font-size: 15px;
    line-height: 22px;
    color: #575500;
    margin-bottom: 20px;
    position: relative;
  }
  .brand .brand-item .text-wrapper .text.open .description:after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: calc(100% + 100px);
    top: 0;
    right: 0;
    min-height: 200px;
  }
  .brand .brand-item .text-wrapper .text.open .brand-link a {
    margin: 0;
  }
  .brand .brand-item .text-wrapper .text.open .description > p, .brand .brand-item .text-wrapper .text.open .brand-link {
    width: 60%;
  }
  .brand .brand-item .text-wrapper .text.open .arrow {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    background: url("../../public/images/homepage/arrow.svg") center center no-repeat;
    background-size: 100%;
    bottom: 0;
    transform: rotate(90deg);
    cursor: pointer;
  }
  .brand .brand-item .text-wrapper .text.open#italia .description:after {
    background: url("../../public/images/homepage/brand/berio-ita.png") top right no-repeat;
    background-size: contain;
  }
  .brand .brand-item .text-wrapper .text.open#italia .-internazionale, .brand .brand-item .text-wrapper .text.open#italia .brand-link #btn-berio-int {
    display: none;
  }
  .brand .brand-item .text-wrapper .text.open#int .description:after {
    background: url("../../public/images/homepage/brand/berio-int.png") top right no-repeat;
    background-size: contain;
  }
  .brand .brand-item .text-wrapper .text.open#int .-italia, .brand .brand-item .text-wrapper .text.open#int .brand-link #btn-berio-italia {
    display: none;
  }
  .brand .brand-item .text-wrapper .brand-link.-mobile {
    display: block;
    margin-top: 20px;
  }
  .brand .brand-item .text-wrapper .brand-link.-mobile a {
    min-width: 60%;
  }
  .brand .brand-item .text-wrapper .brand-link.-mobile a:not(:last-child) {
    margin-right: 0;
  }
  .brand .brand-item .text-wrapper .brand-link.-mobile.hide {
    visibility: hidden;
    height: 0;
    margin: 0;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .logo.float {
    right: 20px;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .text.open {
    background: #E4E4E4;
    float: right;
    margin-left: 20px;
    margin-right: -20px;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .text.open .description:after {
    background: url("../../public/images/homepage/brand/sagra.png") top right no-repeat;
    background-size: contain;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .text.open .arrow {
    transform: rotate(-90deg);
    right: auto;
    left: 20px;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .text.open:after {
    background: url("../../public/images/homepage/onda1-sotto-mobile-grigia.svg") center top no-repeat;
    background-size: 100%;
  }
  .brand .brand-item:nth-child(2n+0) .text-wrapper .text.open:before {
    background: url("../../public/images/homepage/bg-grigio-mobile.svg") center top no-repeat;
    right: auto;
    left: 0;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-bottom: 240px;
  }
  .brand:after {
    content: none;
  }
  .brand:before {
    height: 120px;
  }
  .brand .brand-item .title-section {
    padding-right: 40px;
    text-align: left;
  }
  .brand .brand-item .text-wrapper .logo {
    max-width: 100%;
  }
  .brand .brand-item .text-wrapper .brand-link.-mobile a {
    width: 100%;
  }
  .brand .brand-item:nth-child(2n+0) .title-section {
    padding: 0 0 0 40px;
    text-align: right;
  }
  .brand .brand-bottiglie {
    top: auto;
    bottom: 20px;
    max-height: 270px;
    width: auto;
  }
  .brand .brand-bottiglie object {
    height: 270px;
    width: auto;
  }
  .brand .tratteggio-top {
    display: block;
    position: absolute;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../public/images/tratteggio.svg") center center;
    background-size: cover;
    top: -25px;
  }
  .brand .tratteggio-bottom {
    height: 20px !important;
  }
}

#error-page section {
  max-height: 720px;
  height: calc(100vh - 355px);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-page section:before, #error-page section:after {
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
}

#error-page section:before {
  height: 100px;
  background-color: #C9D3C6;
  top: 0;
}

#error-page section:after {
  background: url("../../public/images/services-page/onda.svg") center top no-repeat;
  background-size: 100%;
  height: 170px;
  top: 100px;
}

#error-page section .text--wrapper {
  text-align: center;
}

#error-page section .text--wrapper .title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 120px;
}

#error-page section .text--wrapper .subtitle {
  font-size: 36px;
}

#error-page section .text--wrapper .btn {
  margin-top: 15px;
}

@media screen and (max-width: 1440px) {
  #error-page section .text--wrapper .title {
    font-size: 85px;
  }
  #error-page section .text--wrapper .subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  #error-page section {
    height: calc(100vh - 335px);
  }
}

@media screen and (max-height: 768px) and (min-width: 992px) {
  #error-page section {
    height: calc(100vh - 100px);
  }
}

@media screen and (max-height: 768px) and (max-width: 1024px) and (min-width: 992px) {
  #error-page section {
    height: calc(100vh - 90px);
  }
}

@media screen and (max-width: 991px) {
  #error-page section {
    height: calc(100vh - 50px);
    max-height: 974px;
  }
  #error-page section:before {
    height: 20px;
  }
  #error-page section:after {
    top: 20px;
    height: 75px;
  }
  #error-page section .text--wrapper {
    padding: 0 20px;
  }
  #error-page section .text--wrapper .title {
    font-size: 60px;
  }
  #error-page section .text--wrapper .subtitle {
    font-size: 25px;
  }
}

@media screen\0 {
  main, .header, footer, .back-to-top {
    display: none !important;
  }
  #browser-warning {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../public/images/services-page/404-imm-sfondo.jpg") no-repeat;
    background-size: cover;
  }
  #browser-warning:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0.2);
  }
  #browser-warning .logo {
    margin: 0 auto 40px;
  }
  #browser-warning .text--wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: inline-block;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #ffffff;
  }
  #browser-warning .text--wrapper .title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #browser-warning .text--wrapper p {
    font-size: 30px;
    font-weight: 500;
  }
  #browser-warning .text--wrapper a {
    color: #ffffff;
  }
  #browser-warning .text--wrapper a:hover {
    text-decoration: underline;
  }
  #browser-warning .install-browser {
    margin: 20px auto 0;
    text-align: left;
    width: max-content;
    display: inline-block;
  }
  #browser-warning .install-browser p {
    line-height: 20px;
  }
  #browser-warning .install-browser p:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  #browser-warning .install-browser p#mozilla::before {
    background-image: url("../../public/images/mozilla.svg");
  }
  #browser-warning .install-browser p#chrome::before {
    background-image: url("../../public/images/chrome.svg");
  }
  #browser-warning .install-browser p#edge::before {
    background-image: url("../../public/images/edge.svg");
  }
  #browser-warning .install-browser p, #browser-warning .install-browser a {
    font-size: 20px;
  }
  #browser-warning .install-browser p + p {
    margin-top: 10px;
  }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main, .header, footer, .back-to-top {
    display: none !important;
  }
  #browser-warning {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../public/images/services-page/404-imm-sfondo.jpg") no-repeat;
    background-size: cover;
  }
  #browser-warning:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0.2);
  }
  #browser-warning .logo {
    margin: 0 auto 40px;
  }
  #browser-warning .text--wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: inline-block;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #ffffff;
  }
  #browser-warning .text--wrapper .title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #browser-warning .text--wrapper p {
    font-size: 30px;
    font-weight: 500;
  }
  #browser-warning .text--wrapper a {
    color: #ffffff;
  }
  #browser-warning .text--wrapper a:hover {
    text-decoration: underline;
  }
  #browser-warning .install-browser {
    margin: 20px auto 0;
    text-align: left;
    width: max-content;
    display: inline-block;
  }
  #browser-warning .install-browser p {
    line-height: 20px;
  }
  #browser-warning .install-browser p:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  #browser-warning .install-browser p#mozilla::before {
    background-image: url("../../public/images/mozilla.svg");
  }
  #browser-warning .install-browser p#chrome::before {
    background-image: url("../../public/images/chrome.svg");
  }
  #browser-warning .install-browser p#edge::before {
    background-image: url("../../public/images/edge.svg");
  }
  #browser-warning .install-browser p, #browser-warning .install-browser a {
    font-size: 20px;
  }
  #browser-warning .install-browser p + p {
    margin-top: 10px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1440px), screen and (-ms-high-contrast: active) and (max-width: 1440px) {
  #browser-warning .text--wrapper .title {
    font-size: 40px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 1199px), screen and (-ms-high-contrast: active) and (max-width: 1199px) {
  #browser-warning .text--wrapper .title {
    font-size: 30px;
  }
  #browser-warning .text--wrapper p {
    font-size: 20px;
  }
  #browser-warning .text--wrapper .install-browser p, #browser-warning .text--wrapper .install-browser a {
    font-size: 16px;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px), screen and (-ms-high-contrast: active) and (max-width: 991px) {
  #browser-warning .text--wrapper {
    width: calc(100% - 40px);
  }
  #browser-warning .text--wrapper .title {
    font-size: 25px;
  }
  #browser-warning .text--wrapper p {
    font-size: 18px;
  }
}

@supports (-ms-ime-align: auto) {
  main, .header, footer, .back-to-top {
    display: none !important;
  }
  #browser-warning {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../public/images/services-page/404-imm-sfondo.jpg") no-repeat;
    background-size: cover;
  }
  #browser-warning:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0.2);
  }
  #browser-warning .logo {
    margin: 0 auto 40px;
  }
  #browser-warning .text--wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: inline-block;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #ffffff;
  }
  #browser-warning .text--wrapper .title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #browser-warning .text--wrapper p {
    font-size: 30px;
    font-weight: 500;
  }
  #browser-warning .text--wrapper a {
    color: #ffffff;
  }
  #browser-warning .text--wrapper a:hover {
    text-decoration: underline;
  }
  #browser-warning .install-browser {
    margin: 20px auto 0;
    text-align: left;
    width: max-content;
    display: inline-block;
  }
  #browser-warning .install-browser p {
    line-height: 20px;
  }
  #browser-warning .install-browser p:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  #browser-warning .install-browser p#mozilla::before {
    background-image: url("../../public/images/mozilla.svg");
  }
  #browser-warning .install-browser p#chrome::before {
    background-image: url("../../public/images/chrome.svg");
  }
  #browser-warning .install-browser p#edge::before {
    background-image: url("../../public/images/edge.svg");
  }
  #browser-warning .install-browser p, #browser-warning .install-browser a {
    font-size: 20px;
  }
  #browser-warning .install-browser p + p {
    margin-top: 10px;
  }
  @media screen and (max-width: 1440px) {
    #browser-warning .text--wrapper .title {
      font-size: 40px;
    }
  }
  @media screen and (max-width: 1199px) {
    #browser-warning .text--wrapper .title {
      font-size: 30px;
    }
    #browser-warning .text--wrapper p {
      font-size: 20px;
    }
    #browser-warning .text--wrapper .install-browser p, #browser-warning .text--wrapper .install-browser a {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 991px) {
    #browser-warning .text--wrapper {
      width: calc(100% - 40px);
    }
    #browser-warning .text--wrapper .title {
      font-size: 25px;
    }
    #browser-warning .text--wrapper p {
      font-size: 18px;
    }
  }
}

@media screen\9 {
  main, .header, footer, .back-to-top {
    display: none !important;
  }
  #browser-warning {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../public/images/services-page/404-imm-sfondo.jpg") no-repeat;
    background-size: cover;
  }
  #browser-warning:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 228, 228, 0.2);
  }
  #browser-warning .logo {
    margin: 0 auto 40px;
  }
  #browser-warning .text--wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: inline-block;
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #ffffff;
  }
  #browser-warning .text--wrapper .title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #browser-warning .text--wrapper p {
    font-size: 30px;
    font-weight: 500;
  }
  #browser-warning .text--wrapper a {
    color: #ffffff;
  }
  #browser-warning .text--wrapper a:hover {
    text-decoration: underline;
  }
  #browser-warning .install-browser {
    margin: 20px auto 0;
    text-align: left;
    width: max-content;
    display: inline-block;
  }
  #browser-warning .install-browser p {
    line-height: 20px;
  }
  #browser-warning .install-browser p:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  #browser-warning .install-browser p#mozilla::before {
    background-image: url("../../public/images/mozilla.svg");
  }
  #browser-warning .install-browser p#chrome::before {
    background-image: url("../../public/images/chrome.svg");
  }
  #browser-warning .install-browser p#edge::before {
    background-image: url("../../public/images/edge.svg");
  }
  #browser-warning .install-browser p, #browser-warning .install-browser a {
    font-size: 20px;
  }
  #browser-warning .install-browser p + p {
    margin-top: 10px;
  }
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) {
  position: relative;
  background: url("../../public/images/contatti/bg-contatti.png") center center no-repeat;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 65px;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):before, .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):after {
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):before {
  height: 100px;
  background-color: #C9D3C6;
  top: 0;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):after {
  background: url("../../public/images/services-page/onda.svg") center top no-repeat;
  background-size: 100%;
  height: 170px;
  top: 100px;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article {
  align-items: center;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article > div {
  width: 50%;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .logo {
  width: 160px;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper {
  padding-left: 45px;
  width: calc(100% - 160px);
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .info-item {
  font-size: 22px;
  line-height: 32px;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .info-item a {
  color: #000000;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .btn {
  margin-top: 25px;
}

.contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .map .map-container {
  width: 90%;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  height: 0;
  border-radius: 50%;
  margin-left: auto;
}

.contattiPage.-contatti main > *:not(.slider-circle):not(.slider-circle-mobile), .contattiPage.-lavora-con-noi main > *:not(.slider-circle):not(.slider-circle-mobile) {
  padding: 0;
}

.contattiPage.-contatti main > *:not(.slider-circle):not(.slider-circle-mobile):before, .contattiPage.-lavora-con-noi main > *:not(.slider-circle):not(.slider-circle-mobile):before {
  height: 200px;
}

.contattiPage.-contatti main > *:not(.slider-circle):not(.slider-circle-mobile):after, .contattiPage.-lavora-con-noi main > *:not(.slider-circle):not(.slider-circle-mobile):after {
  top: 200px;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .logo {
    width: 120px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper {
    padding-left: 30px;
    width: calc(100% - 120px);
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .info-item {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .info-item {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):before {
    height: 20px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile):after {
    top: 20px;
    height: 75px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article {
    flex-direction: column;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article > div {
    width: 100% !important;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info {
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .logo {
    margin: 0 auto 20px;
    width: 100px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper {
    padding: 0;
    width: 100%;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .info-item {
    font-size: 16px;
    line-height: 22px;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .info .info-wrapper .btn {
    display: none;
  }
  .contattiPage main > *:not(.slider-circle):not(.slider-circle-mobile) article .map .map-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }
}

.contatti--wrapper, .lavora-con-noi--wrapper {
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

.contatti--wrapper .slick-list, .contatti--wrapper .slick-track, .lavora-con-noi--wrapper .slick-list, .lavora-con-noi--wrapper .slick-track {
  height: 100%;
}

.contatti--wrapper .slick-next, .contatti--wrapper .slick-prev, .lavora-con-noi--wrapper .slick-next, .lavora-con-noi--wrapper .slick-prev {
  bottom: 45px;
  width: 50px;
  height: 50px;
  background-color: #778649;
  border-radius: 50%;
  top: auto;
  left: auto;
  transform: none;
  font-size: 16px;
  color: #000000;
  z-index: 1;
  font-family: 'Dosis', sans-serif;
}

.contatti--wrapper .slick-next span, .contatti--wrapper .slick-prev span, .lavora-con-noi--wrapper .slick-next span, .lavora-con-noi--wrapper .slick-prev span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
}

.contatti--wrapper .slick-next:before, .contatti--wrapper .slick-prev:before, .lavora-con-noi--wrapper .slick-next:before, .lavora-con-noi--wrapper .slick-prev:before {
  content: '';
  background: url("../../public/images/arrow-top.svg") center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}

.contatti--wrapper .slick-next.slick-disabled, .contatti--wrapper .slick-prev.slick-disabled, .lavora-con-noi--wrapper .slick-next.slick-disabled, .lavora-con-noi--wrapper .slick-prev.slick-disabled {
  display: none !important;
}

.contatti--wrapper .slick-next, .lavora-con-noi--wrapper .slick-next {
  right: 85px;
}

.contatti--wrapper .slick-next span, .lavora-con-noi--wrapper .slick-next span {
  right: calc(100% + 20px);
}

.contatti--wrapper .slick-next:before, .lavora-con-noi--wrapper .slick-next:before {
  transform-origin: right;
  transform: translate(-100%, 0%) rotate(90deg);
}

.contatti--wrapper .slick-prev, .lavora-con-noi--wrapper .slick-prev {
  left: 85px;
}

.contatti--wrapper .slick-prev span, .lavora-con-noi--wrapper .slick-prev span {
  left: calc(100% + 20px);
}

.contatti--wrapper .slick-prev:before, .lavora-con-noi--wrapper .slick-prev:before {
  transform-origin: right;
  transform: translate(-100%, -100%) rotate(-90deg);
}

.contatti--wrapper .title-page *, .lavora-con-noi--wrapper .title-page * {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.contatti--wrapper .form-first, .contatti--wrapper .form-data, .lavora-con-noi--wrapper .form-first, .lavora-con-noi--wrapper .form-data {
  display: flex;
}

.contatti--wrapper .form-first figure, .contatti--wrapper .form-data figure, .lavora-con-noi--wrapper .form-first figure, .lavora-con-noi--wrapper .form-data figure {
  width: 35%;
  height: 100%;
}

.contatti--wrapper .form-first figure img, .contatti--wrapper .form-data figure img, .lavora-con-noi--wrapper .form-first figure img, .lavora-con-noi--wrapper .form-data figure img {
  -o-object-position: right;
  object-position: right;
}

.contatti--wrapper .form-first figure img.-mobile, .contatti--wrapper .form-data figure img.-mobile, .lavora-con-noi--wrapper .form-first figure img.-mobile, .lavora-con-noi--wrapper .form-data figure img.-mobile {
  display: none !important;
}

.contatti--wrapper .form-first > div, .contatti--wrapper .form-data > div, .lavora-con-noi--wrapper .form-first > div, .lavora-con-noi--wrapper .form-data > div {
  width: 65% !important;
  height: 100%;
  padding-left: 60px;
  padding-top: 160px;
  display: flex;
  align-items: center;
}

.contatti--wrapper .form-first > div > div, .contatti--wrapper .form-data > div > div, .lavora-con-noi--wrapper .form-first > div > div, .lavora-con-noi--wrapper .form-data > div > div {
  max-height: calc(100% - 295px);
  overflow-x: hidden;
  overflow-y: auto;
}

.contatti--wrapper .form-first > div > div::-webkit-scrollbar, .contatti--wrapper .form-data > div > div::-webkit-scrollbar, .lavora-con-noi--wrapper .form-first > div > div::-webkit-scrollbar, .lavora-con-noi--wrapper .form-data > div > div::-webkit-scrollbar {
  width: 5px;
}

.contatti--wrapper .form-first > div > div::-webkit-scrollbar-track, .contatti--wrapper .form-data > div > div::-webkit-scrollbar-track, .lavora-con-noi--wrapper .form-first > div > div::-webkit-scrollbar-track, .lavora-con-noi--wrapper .form-data > div > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.contatti--wrapper .form-first > div > div::-webkit-scrollbar-thumb, .contatti--wrapper .form-data > div > div::-webkit-scrollbar-thumb, .lavora-con-noi--wrapper .form-first > div > div::-webkit-scrollbar-thumb, .lavora-con-noi--wrapper .form-data > div > div::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.contatti--wrapper .form-first > div > div::-webkit-scrollbar-thumb:hover, .contatti--wrapper .form-data > div > div::-webkit-scrollbar-thumb:hover, .lavora-con-noi--wrapper .form-first > div > div::-webkit-scrollbar-thumb:hover, .lavora-con-noi--wrapper .form-data > div > div::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.contatti--wrapper .form-first > div .form--wrapper, .contatti--wrapper .form-data > div .form--wrapper, .lavora-con-noi--wrapper .form-first > div .form--wrapper, .lavora-con-noi--wrapper .form-data > div .form--wrapper {
  padding: 25px 25px 45px;
  border-radius: 48px;
  background-color: #ffffff;
}

.contatti--wrapper .form-first > div .form--wrapper > button, .contatti--wrapper .form-data > div .form--wrapper > button, .lavora-con-noi--wrapper .form-first > div .form--wrapper > button, .lavora-con-noi--wrapper .form-data > div .form--wrapper > button {
  display: none;
}

.contatti--wrapper .form-first > div .form--wrapper .title, .contatti--wrapper .form-data > div .form--wrapper .title, .lavora-con-noi--wrapper .form-first > div .form--wrapper .title, .lavora-con-noi--wrapper .form-data > div .form--wrapper .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 20px;
}

.contatti--wrapper .form-first > div .form--wrapper .-dati, .contatti--wrapper .form-data > div .form--wrapper .-dati, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-dati, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-dati {
  align-items: flex-end;
}

.contatti--wrapper .form-first > div .form--wrapper .-dati .form-group:nth-child(3n+2), .contatti--wrapper .form-data > div .form--wrapper .-dati .form-group:nth-child(3n+2), .lavora-con-noi--wrapper .form-first > div .form--wrapper .-dati .form-group:nth-child(3n+2), .lavora-con-noi--wrapper .form-data > div .form--wrapper .-dati .form-group:nth-child(3n+2) {
  margin: 15px 5%;
}

.contatti--wrapper .form-first > div .form--wrapper .-settore, .contatti--wrapper .form-data > div .form--wrapper .-settore, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-settore, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-settore {
  flex-direction: column;
}

.contatti--wrapper .form-first > div .form--wrapper .-settore .form-group, .contatti--wrapper .form-data > div .form--wrapper .-settore .form-group, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-settore .form-group, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-settore .form-group {
  width: 40%;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group, .contatti--wrapper .form-data > div .form--wrapper .form-group, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group {
  margin: 15px 0;
  width: 30%;
  display: flex;
  align-items: flex-end;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group label, .contatti--wrapper .form-data > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group label {
  font-size: 22px;
  line-height: 32px;
  margin-right: 10px;
  min-width: max-content;
}

.lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group .languages-group-label {
  font-size: 22px;
  line-height: 32px;
  margin-right: 10px;
  min-width: max-content;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group input, .contatti--wrapper .form-first > div .form--wrapper .form-group select, .contatti--wrapper .form-data > div .form--wrapper .form-group input, .contatti--wrapper .form-data > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select {
  border: 0;
  border-bottom: 1px solid #707070;
  font-size: 22px;
  line-height: 32px;
  padding: 0 10px 5px;
  width: 100%;
  background-color: transparent;
  font-family: 'Dosis', sans-serif;
  color: #000000;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group input option, .contatti--wrapper .form-first > div .form--wrapper .form-group select option, .contatti--wrapper .form-data > div .form--wrapper .form-group input option, .contatti--wrapper .form-data > div .form--wrapper .form-group select option, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input option, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select option, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input option, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select option {
  padding: 0 10px 5px;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group input:focus, .contatti--wrapper .form-first > div .form--wrapper .form-group select:focus, .contatti--wrapper .form-data > div .form--wrapper .form-group input:focus, .contatti--wrapper .form-data > div .form--wrapper .form-group select:focus, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input:focus, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select:focus, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input:focus, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select:focus {
  outline: 0;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group input:-internal-autofill-selected, .contatti--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill, .contatti--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill:hover, .contatti--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill:focus, .contatti--wrapper .form-first > div .form--wrapper .form-group select:-internal-autofill-selected, .contatti--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill, .contatti--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill:hover, .contatti--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill:focus, .contatti--wrapper .form-data > div .form--wrapper .form-group input:-internal-autofill-selected, .contatti--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill, .contatti--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill:hover, .contatti--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill:focus, .contatti--wrapper .form-data > div .form--wrapper .form-group select:-internal-autofill-selected, .contatti--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill, .contatti--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill:hover, .contatti--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill:focus, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input:-internal-autofill-selected, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill:hover, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input:-webkit-autofill:focus, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select:-internal-autofill-selected, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill:hover, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select:-webkit-autofill:focus, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input:-internal-autofill-selected, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill:hover, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input:-webkit-autofill:focus, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select:-internal-autofill-selected, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill:hover, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000000;
}

.contatti--wrapper .form-first > div .form--wrapper .form-group select, .contatti--wrapper .form-data > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select {
  cursor: pointer;
}

.contatti--wrapper .form-second > div, .lavora-con-noi--wrapper .form-second > div {
  height: 100%;
}

.contatti--wrapper .form-second > div > div, .lavora-con-noi--wrapper .form-second > div > div {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 160px;
}

.contatti--wrapper .form-second > div > div .content, .lavora-con-noi--wrapper .form-second > div > div .content {
  max-height: calc(100% - 295px);
  overflow-x: hidden;
  overflow-y: auto;
}

.contatti--wrapper .form-second > div > div .content::-webkit-scrollbar, .lavora-con-noi--wrapper .form-second > div > div .content::-webkit-scrollbar {
  width: 5px;
}

.contatti--wrapper .form-second > div > div .content::-webkit-scrollbar-track, .lavora-con-noi--wrapper .form-second > div > div .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.contatti--wrapper .form-second > div > div .content::-webkit-scrollbar-thumb, .lavora-con-noi--wrapper .form-second > div > div .content::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.contatti--wrapper .form-second > div > div .content::-webkit-scrollbar-thumb:hover, .lavora-con-noi--wrapper .form-second > div > div .content::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.contatti--wrapper .form-second .form--wrapper, .lavora-con-noi--wrapper .form-second .form--wrapper {
  width: 70%;
  margin: 0 auto;
  padding-top: 45px;
}

.contatti--wrapper .form-second .form--wrapper .title, .lavora-con-noi--wrapper .form-second .form--wrapper .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.contatti--wrapper .form-second .form--wrapper .form-group, .lavora-con-noi--wrapper .form-second .form--wrapper .form-group {
  position: relative;
}

.contatti--wrapper .form-second .form--wrapper .form-group.-privacy, .lavora-con-noi--wrapper .form-second .form--wrapper .form-group.-privacy {
  display: flex;
}

.contatti--wrapper .form-second .form--wrapper textarea, .lavora-con-noi--wrapper .form-second .form--wrapper textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: transparent;
  font-family: 'Dosis', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  border-color: #6F8B6A;
  height: 280px;
  resize: none;
  margin: 25px 0 5px;
  background-color: #ffffff;
}

.contatti--wrapper .form-second .form--wrapper textarea:focus, .lavora-con-noi--wrapper .form-second .form--wrapper textarea:focus {
  outline: 0;
}

.contatti--wrapper .form-second .form--wrapper .mandatory-fields, .lavora-con-noi--wrapper .form-second .form--wrapper .mandatory-fields {
  margin-bottom: 25px;
}

.contatti--wrapper .form-second .form--wrapper input[type="checkbox"], .lavora-con-noi--wrapper .form-second .form--wrapper input[type="checkbox"] {
  width: 12px;
  height: 12px;
  left: 0;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: absolute;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  top: 4px;
  margin: 0;
}

.contatti--wrapper .form-second .form--wrapper input[type="checkbox"]:checked, .lavora-con-noi--wrapper .form-second .form--wrapper input[type="checkbox"]:checked {
  background-color: #000000;
}

.contatti--wrapper .form-second .form--wrapper label#privacy, .lavora-con-noi--wrapper .form-second .form--wrapper label#privacy {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 22px;
  cursor: pointer;
}

.contatti--wrapper .form-second .form--wrapper #send-button, .lavora-con-noi--wrapper .form-second .form--wrapper #send-button {
  border: 0;
  margin: 60px auto 0;
  display: block;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
}

.box_privacy {
  max-height: 75%;
  height: 100%;
  background: #ffffff;
  padding: 55px;
}

.box_privacy .alert-success {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

.box_privacy .alert-success::-webkit-scrollbar {
  width: 5px;
}

.box_privacy .alert-success::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.box_privacy .alert-success::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.box_privacy .alert-success::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.box_privacy .alert-success > div {
  padding: 0;
}

.box_privacy .alert-success > div p {
  margin-bottom: 32px;
}

.box_privacy .alert-success > div .btn-wrapper {
  text-align: center;
}

.box_privacy .alert-success > div .btn-wrapper #box_privacy_button {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
}

#thank-you-page #thank-you, #lavora-con-noi-page #thank-you {
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#thank-you-page #thank-you .thank-you, #lavora-con-noi-page #thank-you .thank-you {
  padding-top: 100px;
}

#thank-you-page #thank-you .thank-you .title, #lavora-con-noi-page #thank-you .thank-you .title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--green);
  text-transform: uppercase;
}

#thank-you-page #thank-you .thank-you .subtitle, #lavora-con-noi-page #thank-you .thank-you .subtitle {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .contatti--wrapper .slick-next, .lavora-con-noi--wrapper .slick-next {
    right: 50px;
  }
  .contatti--wrapper .slick-prev, .lavora-con-noi--wrapper .slick-prev {
    left: 50px;
  }
  .contatti--wrapper .title-page *, .lavora-con-noi--wrapper .title-page * {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contatti--wrapper .form-first > div, .contatti--wrapper .form-data > div, .lavora-con-noi--wrapper .form-first > div, .lavora-con-noi--wrapper .form-data > div {
    padding-left: 25px;
  }
  .contatti--wrapper .form-first > div .form--wrapper, .contatti--wrapper .form-data > div .form--wrapper, .lavora-con-noi--wrapper .form-first > div .form--wrapper, .lavora-con-noi--wrapper .form-data > div .form--wrapper {
    padding: 25px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .title, .contatti--wrapper .form-data > div .form--wrapper .title, .lavora-con-noi--wrapper .form-first > div .form--wrapper .title, .lavora-con-noi--wrapper .form-data > div .form--wrapper .title {
    font-size: 20px;
    line-height: 24px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group label, .contatti--wrapper .form-first > div .form--wrapper .form-group input, .contatti--wrapper .form-first > div .form--wrapper .form-group select, .contatti--wrapper .form-data > div .form--wrapper .form-group label, .contatti--wrapper .form-data > div .form--wrapper .form-group input, .contatti--wrapper .form-data > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select {
    font-size: 18px;
    line-height: 26px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group label, .contatti--wrapper .form-data > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group label, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group label {
    min-width: auto;
  }
  .contatti--wrapper .form-second .form--wrapper, .lavora-con-noi--wrapper .form-second .form--wrapper {
    padding-top: 25px;
  }
  .contatti--wrapper .form-second .form--wrapper .title, .lavora-con-noi--wrapper .form-second .form--wrapper .title {
    font-size: 20px;
    line-height: 24px;
  }
  .contatti--wrapper .form-second .form--wrapper .form-group textarea, .lavora-con-noi--wrapper .form-second .form--wrapper .form-group textarea {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
  }
  .contatti--wrapper .form-second .form--wrapper #send-button, .lavora-con-noi--wrapper .form-second .form--wrapper #send-button {
    margin-top: 30px;
  }
  #thank-you-page #thank-you .thank-you .title, #lavora-con-noi-page #thank-you .thank-you .title {
    font-size: 48px;
    margin-bottom: 20px;
  }
  #thank-you-page #thank-you .thank-you .subtitle, #lavora-con-noi-page #thank-you .thank-you .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-height: 767px) and (min-width: 992px) and (max-width: 1440px) {
  .contattiPage.-contatti main > section:before {
    height: 150px !important;
  }
  .contattiPage.-contatti main > section:after {
    top: 149px !important;
    height: 100px;
  }
  .contatti--wrapper .slick-next {
    right: 40px;
    bottom: 25px;
  }
  .contatti--wrapper .slick-prev {
    left: 40px;
    bottom: 25px;
  }
  .contatti--wrapper .form-first > div {
    height: 100%;
    padding-top: 200px;
    padding-bottom: 75px;
  }
  .contatti--wrapper .form-first > div > div {
    max-height: calc(100% - 75px);
  }
  .contatti--wrapper .form-second > div > div {
    padding-top: 200px;
    padding-bottom: 75px;
  }
  .contatti--wrapper .form-second > div > div .content {
    max-height: calc(100% - 75px);
  }
  .contatti--wrapper .form-second .form--wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .contattiPage.-contatti main > section:before {
    height: 75px !important;
  }
  .contattiPage.-contatti main > section:after {
    top: 74px !important;
    height: 85px !important;
  }
  .contatti--wrapper, .lavora-con-noi--wrapper {
    height: auto;
    padding-top: 160px !important;
  }
  .contatti--wrapper .slick-list, .contatti--wrapper .slick-track, .lavora-con-noi--wrapper .slick-list, .lavora-con-noi--wrapper .slick-track {
    height: auto;
  }
  .contatti--wrapper .slick-arrow, .lavora-con-noi--wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 35px;
  }
  .contatti--wrapper .slick-arrow span, .lavora-con-noi--wrapper .slick-arrow span {
    font-size: 14px;
  }
  .contatti--wrapper .slick-arrow:before, .lavora-con-noi--wrapper .slick-arrow:before {
    width: 15px;
    height: 15px;
  }
  .contatti--wrapper > .slick-next, .lavora-con-noi--wrapper > .slick-next {
    right: 20px;
  }
  .contatti--wrapper > .slick-next span, .lavora-con-noi--wrapper > .slick-next span {
    right: calc(100% + 10px);
  }
  .contatti--wrapper .slick-prev, .lavora-con-noi--wrapper .slick-prev {
    left: 20px;
  }
  .contatti--wrapper .slick-prev span, .lavora-con-noi--wrapper .slick-prev span {
    left: calc(100% + 10px);
  }
  .contatti--wrapper .title-page *, .lavora-con-noi--wrapper .title-page * {
    color: var(--green);
  }
  .contatti--wrapper .form-first, .contatti--wrapper .form-data, .lavora-con-noi--wrapper .form-first, .lavora-con-noi--wrapper .form-data {
    flex-direction: column-reverse !important;
    height: auto !important;
  }
  .contatti--wrapper .form-first > button, .contatti--wrapper .form-data > button, .lavora-con-noi--wrapper .form-first > button, .lavora-con-noi--wrapper .form-data > button {
    display: block;
  }
  .contatti--wrapper .form-first > div, .contatti--wrapper .form-data > div, .lavora-con-noi--wrapper .form-first > div, .lavora-con-noi--wrapper .form-data > div {
    padding: 0 20px;
    width: 100%;
  }
  .contatti--wrapper .form-first > div > div, .contatti--wrapper .form-data > div > div, .lavora-con-noi--wrapper .form-first > div > div, .lavora-con-noi--wrapper .form-data > div > div {
    max-height: none;
    overflow: visible;
  }
  .contatti--wrapper .form-first > div .form--wrapper, .contatti--wrapper .form-data > div .form--wrapper, .lavora-con-noi--wrapper .form-first > div .form--wrapper, .lavora-con-noi--wrapper .form-data > div .form--wrapper {
    padding: 25px 20px;
    border-radius: 28px;
    position: relative;
  }
  .contatti--wrapper .form-first > div .form--wrapper .slick-next, .contatti--wrapper .form-data > div .form--wrapper .slick-next, .lavora-con-noi--wrapper .form-first > div .form--wrapper .slick-next, .lavora-con-noi--wrapper .form-data > div .form--wrapper .slick-next {
    display: block;
    right: 20px;
    bottom: -47px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .-dati, .contatti--wrapper .form-data > div .form--wrapper .-dati, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-dati, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-dati {
    justify-content: space-between;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group, .contatti--wrapper .form-data > div .form--wrapper .form-group, .contatti--wrapper .form-data > div .form--wrapper .-settore .form-group, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-settore .form-group, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-settore .form-group {
    width: 48%;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 !important;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group input, .contatti--wrapper .form-first > div .form--wrapper .form-group select, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group input, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group select, .contatti--wrapper .form-data > div .form--wrapper .form-group input, .contatti--wrapper .form-data > div .form--wrapper .form-group select, .contatti--wrapper .form-data > div .form--wrapper .-settore .form-group input, .contatti--wrapper .form-data > div .form--wrapper .-settore .form-group select, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-first > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-settore .form-group input, .lavora-con-noi--wrapper .form-first > div .form--wrapper .-settore .form-group select, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input, .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-settore .form-group input, .lavora-con-noi--wrapper .form-data > div .form--wrapper .-settore .form-group select {
    width: 100%;
    max-width: none;
    padding: 0 0 5px;
  }
  .contatti--wrapper .form-first figure, .contatti--wrapper .form-data figure, .lavora-con-noi--wrapper .form-first figure, .lavora-con-noi--wrapper .form-data figure {
    width: 100%;
    margin-top: 65px;
  }
  .contatti--wrapper .form-first figure .-desktop, .contatti--wrapper .form-data figure .-desktop, .lavora-con-noi--wrapper .form-first figure .-desktop, .lavora-con-noi--wrapper .form-data figure .-desktop {
    display: none;
  }
  .contatti--wrapper .form-first figure img.-mobile, .contatti--wrapper .form-data figure img.-mobile, .lavora-con-noi--wrapper .form-first figure img.-mobile, .lavora-con-noi--wrapper .form-data figure img.-mobile {
    display: block !important;
    -o-object-position: center;
    object-position: center;
  }
  .contatti--wrapper .form-second, .lavora-con-noi--wrapper .form-second {
    height: auto;
  }
  .contatti--wrapper .form-second > div, .lavora-con-noi--wrapper .form-second > div {
    height: auto;
  }
  .contatti--wrapper .form-second > div > div, .lavora-con-noi--wrapper .form-second > div > div {
    height: auto;
    padding: 0;
    padding-bottom: 100px;
  }
  .contatti--wrapper .form-second > div > div .form--wrapper, .lavora-con-noi--wrapper .form-second > div > div .form--wrapper {
    width: calc(100% - 40px);
  }
  #thank-you-page #thank-you, #lavora-con-noi-page #thank-you {
    padding: 0 20px;
  }
  #thank-you-page #thank-you .thank-you .title, #lavora-con-noi-page #thank-you .thank-you .title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  #thank-you-page #thank-you .thank-you .subtitle, #lavora-con-noi-page #thank-you .thank-you .subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .box_privacy {
    padding: 35px;
  }
  .contatti--wrapper .title-page * {
    font-size: 22px;
    line-height: 30px;
  }
  .contatti--wrapper .form-first > div .form--wrapper {
    padding: 0 20px 25px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group {
    width: 100%;
  }
  .contatti--wrapper .form-first > div .form--wrapper .form-group label, .contatti--wrapper .form-first > div .form--wrapper .form-group input, .contatti--wrapper .form-first > div .form--wrapper .form-group select, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group label, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group input, .contatti--wrapper .form-first > div .form--wrapper .-settore .form-group select {
    font-size: 16px;
    line-height: 22px;
  }
  .contatti--wrapper .form-second .form--wrapper .title {
    font-size: 16px;
    line-height: 22px;
  }
  .contatti--wrapper .form-second .form--wrapper .form-group textarea {
    font-size: 16px;
    line-height: 22px;
  }
  .contatti--wrapper .form-second .form--wrapper label#privacy {
    font-size: 12px;
    line-height: 16px;
  }
  .contatti--wrapper .slick-arrow span, .lavora-con-noi--wrapper .slick-arrow span {
    font-size: 12px;
  }
}

.lavora-con-noi--wrapper {
  /* Safari */
}

.lavora-con-noi--wrapper .form-first {
  height: 100%;
}

.lavora-con-noi--wrapper .form-first > div {
  padding-top: 160px;
  display: flex;
  align-items: center;
}

.lavora-con-noi--wrapper .form-first .text-wrapper {
  background-color: #ffffff;
  border-radius: 48px;
  padding: 40px 50px;
  width: 70%;
  margin: 0 auto;
}

.lavora-con-noi--wrapper .form-first .text-wrapper .title-page * {
  text-align: left;
  margin-bottom: 38px;
}

.lavora-con-noi--wrapper .form-data .-wrapper {
  width: 70%;
  margin: 0 auto;
  max-height: 100%;
}

.lavora-con-noi--wrapper .form-data .-wrapper > div {
  background-color: #ffffff;
  border-radius: 48px;
  padding: 45px 25px;
}

.lavora-con-noi--wrapper .form-third > div .form--wrapper .-dati, .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati {
  justify-content: space-between;
  align-items: flex-start;
}

.lavora-con-noi--wrapper .form-third > div .form--wrapper .-dati .form-group, .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati .form-group {
  width: 48% !important;
  margin: 15px 0 !important;
}

.lavora-con-noi--wrapper .form-third > div .form--wrapper .-dati .form-group.-languages, .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati .form-group.-languages {
  width: 100% !important;
}

.lavora-con-noi--wrapper .-languages {
  align-items: flex-start !important;
}

.lavora-con-noi--wrapper .-languages .langages-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lavora-con-noi--wrapper .-languages .langages-list li {
  display: flex;
  align-items: center;
  position: relative;
}

.lavora-con-noi--wrapper .-languages .langages-list li input {
  width: 12px !important;
  height: 12px;
  left: 0;
  -webkit-appearance: inherit;
  appearance: inherit;
  border: 1px solid #000000 !important;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  max-width: none;
  padding: 0 !important;
}

.lavora-con-noi--wrapper .-languages .langages-list li input[type="checkbox"]:checked {
  background-color: #000000;
}

.lavora-con-noi--wrapper .-languages .langages-list li label {
  padding: 0 0 0 10px !important;
}

.lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati .form-group {
  align-items: center;
  justify-content: flex-start !important;
}

.lavora-con-noi--wrapper .form-fourth .form-group {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  flex-wrap: wrap;
}

.lavora-con-noi--wrapper .form-fourth .label-message {
  flex: 0 0 100%;
  color: var(--green);
}

.lavora-con-noi--wrapper .form-fourth textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: transparent;
  font-family: 'Dosis', sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  border-color: #6F8B6A;
  height: 280px;
  resize: none;
  margin: 10px 0 5px;
  background-color: #ffffff;
}

.lavora-con-noi--wrapper .form-fourth textarea:focus {
  outline: 0;
}

.lavora-con-noi--wrapper .form-fourth .mandatory-fields {
  margin-bottom: 25px;
}

.lavora-con-noi--wrapper .form-fourth input[type="checkbox"] {
  width: 12px !important;
  height: 12px;
  left: 0;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: absolute;
  border: 1px solid #000000 !important;
  border-radius: 50%;
  cursor: pointer;
  top: 4px;
  margin: 0;
  padding: 0 !important;
}

.lavora-con-noi--wrapper .form-fourth input[type="checkbox"]:checked {
  background-color: #000000 !important;
}

.lavora-con-noi--wrapper .form-fourth label#privacy {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 22px;
  cursor: pointer;
}

.lavora-con-noi--wrapper .form-fourth #send-button {
  border: 0;
  margin: 60px auto 0;
  display: block;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
}

.lavora-con-noi--wrapper .ajax-loading {
  display: none;
  margin: 0 auto;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #999;
  width: 40px;
  height: 40px;
  /* Safari */
  animation: spin 1s linear infinite;
}

.lavora-con-noi--wrapper .ajax-loading.active {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#lavora-con-noi-page {
  position: relative;
}

#lavora-con-noi-page .form-data .title-wrapper {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

#lavora-con-noi-page .form-data .title-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}

#lavora-con-noi-page .form-data .title-wrapper .subtitle {
  font-size: 22px;
  line-height: 32px;
}

#lavora-con-noi-page .form-data .form--wrapper {
  background-color: transparent;
  border-radius: 0;
  padding: 35px 0 0;
  width: auto;
}

#lavora-con-noi-page .form-data .form--wrapper .-dati .form-group input[type=date] {
  padding: 0;
}

#lavora-con-noi-page .form-data .form--wrapper .-dati .form-group input[type=file] {
  border: 0 !important;
  padding: 0;
  color: transparent;
}

#lavora-con-noi-page .form-data .form--wrapper .-dati .form-group input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}

#lavora-con-noi-page .form-data .form--wrapper .-dati .form-group input[type=file].name_pdf:before {
  content: attr(data-before);
}

#lavora-con-noi-page .form-data .form--wrapper .-dati .form-group input[type=file]::before {
  content: '(PDF_ Max 1 MB)';
  display: inline-block;
  background-color: #D4DEB5;
  border-radius: 24px;
  padding: 12px 25px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #000000;
  width: 100%;
}

#lavora-con-noi-page .form-data > div {
  width: 100% !important;
  padding-top: 160px;
  padding-left: 85px;
}

#lavora-con-noi-page .form-data > div > div {
  padding-top: 0;
  width: 100%;
}

#lavora-con-noi-page .slider-circle {
  bottom: 5.5%;
  left: 18%;
  width: 23%;
  padding-top: 23%;
}

#lavora-con-noi-page .slider-circle .slider-item {
  padding: 4%;
}

#lavora-con-noi-page .box_privacy {
  max-height: 75%;
  height: 100%;
  background: #ffffff;
  padding: 55px;
}

#lavora-con-noi-page .box_privacy .alert-success {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

#lavora-con-noi-page .box_privacy .alert-success::-webkit-scrollbar {
  width: 5px;
}

#lavora-con-noi-page .box_privacy .alert-success::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#lavora-con-noi-page .box_privacy .alert-success::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

#lavora-con-noi-page .box_privacy .alert-success::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

#lavora-con-noi-page .box_privacy .alert-success > div {
  padding: 0;
}

#lavora-con-noi-page .box_privacy .alert-success > div p {
  margin-bottom: 32px;
}

#lavora-con-noi-page .box_privacy .alert-success > div .btn-wrapper {
  text-align: center;
}

#lavora-con-noi-page .box_privacy .alert-success > div .btn-wrapper #box_privacy_button {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  #lavora-con-noi-page .form-data > div {
    padding-left: 50px;
  }
  #lavora-con-noi-page .form-data > div .title-wrapper .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #lavora-con-noi-page .form-data > div .title-wrapper .subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-height: 767px) and (min-width: 992px) and (max-width: 1440px) {
  .lavora-con-noi--wrapper:before {
    height: 150px !important;
  }
  .lavora-con-noi--wrapper:after {
    top: 149px !important;
  }
  .lavora-con-noi--wrapper .form-first > div {
    padding-top: 200px;
    padding-bottom: 75px;
  }
  .lavora-con-noi--wrapper .form-first > div > div {
    max-height: calc(100% - 75px);
  }
  .lavora-con-noi--wrapper .form-first .text-wrapper {
    padding: 20px;
  }
  .lavora-con-noi--wrapper .form-data > div {
    padding-top: 200px !important;
    padding-bottom: 75px;
  }
  .lavora-con-noi--wrapper .form-data > div > div {
    max-height: calc(100% - 75px);
  }
  .lavora-con-noi--wrapper .form-data .-wrapper {
    width: 95%;
  }
  .lavora-con-noi--wrapper .form-data .-wrapper > div {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 1024px) {
  #lavora-con-noi-page .form-data > div {
    padding-left: 40px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .slick-next {
    right: 40px;
    bottom: 25px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .slick-prev {
    left: 40px;
    bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  #lavora-con-noi-page .lavora-con-noi--wrapper:before {
    height: 75px !important;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper:after {
    top: 74px !important;
    height: 85px !important;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .slick-next {
    right: 20px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .slick-prev {
    left: 20px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .slick-slide {
    height: auto;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-first > div {
    padding-top: 0;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-first .text-wrapper {
    padding: 0 25px;
    width: 100%;
    text-align: center;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-first .text-wrapper .title-page * {
    text-align: center;
    margin-bottom: 25px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data {
    height: auto;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div {
    padding: 0 20px !important;
    height: auto;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div > div {
    max-height: none;
    overflow: visible;
    padding-bottom: 0px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data .-wrapper {
    width: 100%;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data .-wrapper > div {
    padding: 25px 20px 150px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data .title-wrapper {
    width: 100%;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data .title-wrapper .title {
    color: var(--green);
    margin-bottom: 15px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati {
    flex-direction: column;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati .form-group {
    width: 100% !important;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati label {
    padding: 0 0 15px 0;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-fourth > div .form--wrapper .-dati input[type=file] {
    width: 100%;
    max-width: none;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .-languages .langages-list {
    flex-direction: column;
    align-items: flex-start;
  }
  #lavora-con-noi-page .slider-circle-mobile {
    background-color: #778649;
    padding: 50px 20px 80px;
    color: #ffffff;
    text-align: center;
  }
  #lavora-con-noi-page .slider-circle-mobile.hide {
    display: none !important;
  }
  #lavora-con-noi-page .slider-circle-mobile .slick-list, #lavora-con-noi-page .slider-circle-mobile .slider-item {
    height: auto !important;
  }
  #lavora-con-noi-page .slider-circle-mobile .slick-dots {
    bottom: 20px;
    right: 0;
  }
  #lavora-con-noi-page .slider-circle-mobile:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background: url("../../public/images/contatti/onda-verde.svg") center bottom no-repeat;
    background-size: 100%;
    height: 80px;
    bottom: calc(100% - 2px);
  }
}

@media screen and (max-width: 767px) {
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group {
    width: 100% !important;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 !important;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input, #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select {
    width: 100%;
    max-width: none;
    padding: 0 0 5px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group label, #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group input, #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group select {
    font-size: 16px;
    line-height: 22px;
  }
  #lavora-con-noi-page .lavora-con-noi--wrapper .form-data > div .form--wrapper .form-group .languages-group-label {
    font-size: 16px;
    line-height: 22px;
  }
  #lavora-con-noi-page .box_privacy {
    padding: 35px;
  }
}

.featured-post-slider .slick-track {
  display: flex !important;
}

.featured-post-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

.featured-post-slider .slick-arrow.slick-next {
  right: 85px;
}

.featured-post-slider .slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.featured-post-slider .slick-arrow.slick-prev {
  left: 85px;
}

.featured-post-slider .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.featured-post-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.featured-post-slider .slick-arrow:before {
  content: '';
  background: url("../../public/images/arrow-green.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  opacity: 1;
}

.featured-post {
  background-color: #C9D3C6;
  padding-top: 85px;
  padding-bottom: 108px;
  overflow: hidden;
  height: inherit !important;
}

.featured-post .content > div {
  width: 50%;
}

.featured-post .featured-post--text {
  padding-top: 25px;
}

.featured-post .featured-post--text p, .featured-post .featured-post--text > div {
  width: 85%;
}

.featured-post .featured-post--text .info-post, .featured-post .featured-post--text .description {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.featured-post .featured-post--text .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
}

.featured-post .featured-post--text .subtitle {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}

.featured-post .featured-post--text .description {
  margin-bottom: 30px;
}

.featured-post .featured-post--image {
  position: relative;
}

.featured-post .featured-post--image .image {
  position: absolute;
  width: 90%;
  padding-top: calc(90% - 8px);
  right: 0;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #ffffff;
}

.archive {
  z-index: 1;
}

.archive .filters {
  position: relative;
  padding-bottom: 167px;
  background-color: #FFFAE0;
  justify-content: space-between;
}

.archive .filters:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: url("../../public/images/category/news/onda-sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 108px;
  bottom: calc(100% - 1px);
}

.archive .filters .filters--wrapper {
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.archive .filters .filters--wrapper .-list {
  padding-left: 10px;
  z-index: 3;
}

.archive .filters .filters--wrapper .-list > li {
  display: flex;
  align-items: center;
  position: relative;
}

.archive .filters .filters--wrapper .-list > li:after {
  content: '';
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 12px;
  cursor: pointer;
}

.archive .filters .filters--wrapper .-list .content-type-sub-list, .archive .filters .filters--wrapper .-list .order-sub-list {
  position: absolute;
  padding: 10px;
  display: none;
  top: 100%;
  left: -10px;
  z-index: 5;
  background-color: #FFFAE0;
  border-radius: 10px;
}

.archive .filters .filters--wrapper .-list .content-type-sub-list > li + li, .archive .filters .filters--wrapper .-list .order-sub-list > li + li {
  margin-top: 5px;
}

.archive .filters .filters--wrapper .-list .content-type-sub-list.open, .archive .filters .filters--wrapper .-list .order-sub-list.open {
  display: block;
}

.archive .filters .filters--wrapper .-list a {
  color: #000000;
  cursor: pointer;
}

.archive .filters .filters--wrapper > div:not(:last-child) {
  padding-right: 50px;
}

.archive .archive--wrapper {
  background-color: #FCFFFC;
  padding-top: 75px;
  position: relative;
  z-index: 2;
}

.archive .archive--wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: url("../../public/images/category/news/onda-sotto.svg") center bottom no-repeat;
  background-size: 100%;
  height: 161px;
  bottom: calc(100% - 1px);
  z-index: -1;
}

.archive .archive--wrapper > div {
  justify-content: flex-start;
  margin-top: -65px;
}

.archive .archive--wrapper > div .archive-item {
  margin: 0 3.16%;
  margin-bottom: 130px;
}

.archive .archive--wrapper > div .archive-item:nth-child(3n-1) {
  margin-top: -75px;
}

@media screen and (max-width: 1440px) {
  .featured-post-slider .slick-arrow.slick-next {
    right: 7.5px;
  }
  .featured-post-slider .slick-arrow.slick-prev {
    left: 7.5px;
  }
  .featured-post .featured-post--text p, .featured-post .featured-post--text > div {
    width: 90%;
  }
  .featured-post .featured-post--text .info-post, .featured-post .featured-post--text .description {
    font-size: 18px;
    line-height: 24px;
  }
  .featured-post .featured-post--text .title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .featured-post .featured-post--text .subtitle {
    font-size: 26px;
    line-height: 30px;
  }
  .archive .filters {
    padding-bottom: 115px;
  }
  .archive .filters:after {
    height: 115px;
  }
  .archive .filters .filters--wrapper {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .featured-post .featured-post--text .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .featured-post .featured-post--text .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .archive .filters {
    padding-bottom: 85px;
  }
  .archive .archive--wrapper:before {
    height: 85px;
  }
  .archive .archive--wrapper > div {
    margin: 0 -1.6% 45px;
  }
  .archive .archive--wrapper > div .archive-item {
    flex: 0 0 30%;
    margin: 0 1.6% 100px;
  }
  .archive .archive--wrapper > div .archive-item .archive-content .title {
    margin: 8px 0 15px;
  }
  .archive .archive--wrapper > div .archive-item .archive-content .title h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .featured-post-slider .slick-track {
    display: block !important;
  }
  .featured-post-slider .slick-arrow {
    top: auto;
    transform: none !important;
    bottom: 60px;
  }
  .featured-post-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .featured-post-slider .slick-arrow.slick-next {
    right: auto;
    left: 65px !important;
  }
  .featured-post {
    padding-top: 50px;
    height: auto !important;
  }
  .featured-post > div {
    flex-direction: column;
  }
  .featured-post .content > div {
    width: 100%;
  }
  .featured-post .content .featured-post--text {
    padding-top: 0;
  }
  .featured-post .content .featured-post--text p, .featured-post .content .featured-post--text > div {
    width: 100%;
  }
  .featured-post .content .featured-post--text .title {
    font-size: 24px;
    line-height: 30px;
  }
  .featured-post .content .featured-post--text .subtitle {
    display: none;
  }
  .featured-post .content .featured-post--text .info-post {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .featured-post .content .featured-post--image .image {
    width: 50%;
    padding-top: calc(50% - 8px);
    top: -40px;
  }
  .category-news .title-section h1 br {
    display: none;
  }
  .archive .filters {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 13%;
  }
  .archive .filters:before {
    height: 40px;
  }
  .archive .filters .title-section {
    text-align: right;
    margin-bottom: 25px;
  }
  .archive .filters .filters--wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
  }
  .archive .filters .filters--wrapper .-list {
    z-index: auto;
  }
  .archive .filters .filters--wrapper > div:not(:last-child) {
    padding: 0;
    margin-bottom: 20px;
  }
  .archive .archive--wrapper {
    padding-top: 10px;
  }
  .archive .archive--wrapper:before {
    height: 75px;
  }
  .archive .archive--wrapper > div {
    margin: 0 0 45px !important;
    flex-direction: column;
    align-items: center;
  }
  .archive .archive--wrapper > div .archive-item {
    width: 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .archive .archive--wrapper > div .archive-item .archive-content {
    margin-top: 25px;
  }
  .archive .archive--wrapper > div .archive-item + .archive-item {
    margin-top: 80px;
  }
  .categoryProgetti .archive .archive--wrapper > div {
    margin-top: -125px !important;
  }
}

@media screen and (max-width: 767px) {
  .featured-post .featured-post--text .info-post {
    font-size: 12px;
    line-height: 15px;
  }
  .featured-post .featured-post--text .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .featured-post .featured-post--text .description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .archive .filters .filters--wrapper {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  .archive .archive--wrapper:before {
    height: 50px;
  }
}

.news-wrapper, .archive--wrapper > div {
  justify-content: center;
  margin-bottom: 45px;
  padding: 0 60px;
}

.news-wrapper .news-item, .news-wrapper .archive-item, .archive--wrapper > div .news-item, .archive--wrapper > div .archive-item {
  flex: 0 0 27%;
  margin: 0 1.6%;
  text-align: center;
}

.news-wrapper .news-item .news-image, .news-wrapper .news-item .archive-image, .news-wrapper .archive-item .news-image, .news-wrapper .archive-item .archive-image, .archive--wrapper > div .news-item .news-image, .archive--wrapper > div .news-item .archive-image, .archive--wrapper > div .archive-item .news-image, .archive--wrapper > div .archive-item .archive-image {
  width: 86%;
  padding-top: calc(86% - 6px);
  overflow: hidden;
  height: 0;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin: 0 auto;
}

.news-wrapper .news-item .news-content, .news-wrapper .news-item .archive-content, .news-wrapper .archive-item .news-content, .news-wrapper .archive-item .archive-content, .archive--wrapper > div .news-item .news-content, .archive--wrapper > div .news-item .archive-content, .archive--wrapper > div .archive-item .news-content, .archive--wrapper > div .archive-item .archive-content {
  margin-top: 30px;
}

.news-wrapper .news-item .news-content header > div, .news-wrapper .news-item .archive-content header > div, .news-wrapper .archive-item .news-content header > div, .news-wrapper .archive-item .archive-content header > div, .archive--wrapper > div .news-item .news-content header > div, .archive--wrapper > div .news-item .archive-content header > div, .archive--wrapper > div .archive-item .news-content header > div, .archive--wrapper > div .archive-item .archive-content header > div {
  margin-bottom: 12px;
}

.news-wrapper .news-item .news-content header > div span, .news-wrapper .news-item .news-content header > div data, .news-wrapper .news-item .archive-content header > div span, .news-wrapper .news-item .archive-content header > div data, .news-wrapper .archive-item .news-content header > div span, .news-wrapper .archive-item .news-content header > div data, .news-wrapper .archive-item .archive-content header > div span, .news-wrapper .archive-item .archive-content header > div data, .archive--wrapper > div .news-item .news-content header > div span, .archive--wrapper > div .news-item .news-content header > div data, .archive--wrapper > div .news-item .archive-content header > div span, .archive--wrapper > div .news-item .archive-content header > div data, .archive--wrapper > div .archive-item .news-content header > div span, .archive--wrapper > div .archive-item .news-content header > div data, .archive--wrapper > div .archive-item .archive-content header > div span, .archive--wrapper > div .archive-item .archive-content header > div data {
  font-weight: 300;
}

.news-wrapper .news-item .news-content .title, .news-wrapper .news-item .archive-content .title, .news-wrapper .archive-item .news-content .title, .news-wrapper .archive-item .archive-content .title, .archive--wrapper > div .news-item .news-content .title, .archive--wrapper > div .news-item .archive-content .title, .archive--wrapper > div .archive-item .news-content .title, .archive--wrapper > div .archive-item .archive-content .title {
  margin-bottom: 20px;
}

.news-wrapper .news-item .news-content .title h2, .news-wrapper .news-item .news-content .title h3, .news-wrapper .news-item .archive-content .title h2, .news-wrapper .news-item .archive-content .title h3, .news-wrapper .archive-item .news-content .title h2, .news-wrapper .archive-item .news-content .title h3, .news-wrapper .archive-item .archive-content .title h2, .news-wrapper .archive-item .archive-content .title h3, .archive--wrapper > div .news-item .news-content .title h2, .archive--wrapper > div .news-item .news-content .title h3, .archive--wrapper > div .news-item .archive-content .title h2, .archive--wrapper > div .news-item .archive-content .title h3, .archive--wrapper > div .archive-item .news-content .title h2, .archive--wrapper > div .archive-item .news-content .title h3, .archive--wrapper > div .archive-item .archive-content .title h2, .archive--wrapper > div .archive-item .archive-content .title h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  word-break: break-word;
}

.news-wrapper .news-item .news-content .description, .news-wrapper .news-item .archive-content .description, .news-wrapper .archive-item .news-content .description, .news-wrapper .archive-item .archive-content .description, .archive--wrapper > div .news-item .news-content .description, .archive--wrapper > div .news-item .archive-content .description, .archive--wrapper > div .archive-item .news-content .description, .archive--wrapper > div .archive-item .archive-content .description {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 1440px) {
  .news-wrapper, .archive--wrapper > div {
    padding: 0;
    margin: 0 -3.16% 45px;
  }
  .news-wrapper .news-item .news-content, .news-wrapper .archive-item .archive-content, .archive--wrapper > div .news-item .news-content, .archive--wrapper > div .archive-item .archive-content {
    margin-top: 25px;
  }
  .news-wrapper .news-item .news-content header > div, .news-wrapper .archive-item .archive-content header > div, .archive--wrapper > div .news-item .news-content header > div, .archive--wrapper > div .archive-item .archive-content header > div {
    margin-bottom: 8px;
  }
  .news-wrapper .news-item .news-content .title, .news-wrapper .archive-item .archive-content .title, .archive--wrapper > div .news-item .news-content .title, .archive--wrapper > div .archive-item .archive-content .title {
    margin-bottom: 15px;
  }
  .news-wrapper .news-item .news-content .title h2, .news-wrapper .news-item .news-content .title h3, .news-wrapper .archive-item .archive-content .title h2, .news-wrapper .archive-item .archive-content .title h3, .archive--wrapper > div .news-item .news-content .title h2, .archive--wrapper > div .news-item .news-content .title h3, .archive--wrapper > div .archive-item .archive-content .title h2, .archive--wrapper > div .archive-item .archive-content .title h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .news-wrapper {
    margin: 0 0 45px;
    flex-direction: column;
    align-items: center;
  }
  .news-wrapper .news-item {
    width: 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .news-wrapper .news-item + .news-item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .news-wrapper, .archive .archive--wrapper > div {
    margin-top: 20px;
  }
  .news-wrapper .news-item, .news-wrapper .archive-item, .archive .archive--wrapper > div .news-item, .archive .archive--wrapper > div .archive-item {
    width: 100%;
  }
  .news-wrapper .news-item .news-content, .news-wrapper .news-item .archive-content, .news-wrapper .archive-item .news-content, .news-wrapper .archive-item .archive-content, .archive .archive--wrapper > div .news-item .news-content, .archive .archive--wrapper > div .news-item .archive-content, .archive .archive--wrapper > div .archive-item .news-content, .archive .archive--wrapper > div .archive-item .archive-content {
    margin-top: 10px;
  }
  .news-wrapper .news-item .news-content span, .news-wrapper .news-item .news-content data, .news-wrapper .news-item .archive-content span, .news-wrapper .news-item .archive-content data, .news-wrapper .archive-item .news-content span, .news-wrapper .archive-item .news-content data, .news-wrapper .archive-item .archive-content span, .news-wrapper .archive-item .archive-content data, .archive .archive--wrapper > div .news-item .news-content span, .archive .archive--wrapper > div .news-item .news-content data, .archive .archive--wrapper > div .news-item .archive-content span, .archive .archive--wrapper > div .news-item .archive-content data, .archive .archive--wrapper > div .archive-item .news-content span, .archive .archive--wrapper > div .archive-item .news-content data, .archive .archive--wrapper > div .archive-item .archive-content span, .archive .archive--wrapper > div .archive-item .archive-content data {
    font-size: 14px;
  }
  .news-wrapper .news-item .news-content .title h2, .news-wrapper .news-item .news-content .title h3, .news-wrapper .news-item .news-content .description, .news-wrapper .news-item .archive-content .title h2, .news-wrapper .news-item .archive-content .title h3, .news-wrapper .news-item .archive-content .description, .news-wrapper .archive-item .news-content .title h2, .news-wrapper .archive-item .news-content .title h3, .news-wrapper .archive-item .news-content .description, .news-wrapper .archive-item .archive-content .title h2, .news-wrapper .archive-item .archive-content .title h3, .news-wrapper .archive-item .archive-content .description, .archive .archive--wrapper > div .news-item .news-content .title h2, .archive .archive--wrapper > div .news-item .news-content .title h3, .archive .archive--wrapper > div .news-item .news-content .description, .archive .archive--wrapper > div .news-item .archive-content .title h2, .archive .archive--wrapper > div .news-item .archive-content .title h3, .archive .archive--wrapper > div .news-item .archive-content .description, .archive .archive--wrapper > div .archive-item .news-content .title h2, .archive .archive--wrapper > div .archive-item .news-content .title h3, .archive .archive--wrapper > div .archive-item .news-content .description, .archive .archive--wrapper > div .archive-item .archive-content .title h2, .archive .archive--wrapper > div .archive-item .archive-content .title h3, .archive .archive--wrapper > div .archive-item .archive-content .description {
    font-size: 16px;
    line-height: 22px;
  }
  .news-wrapper .news-item + .news-item, .news-wrapper .news-item + .archive-item, .news-wrapper .archive-item + .news-item, .news-wrapper .archive-item + .archive-item, .archive .archive--wrapper > div .news-item + .news-item, .archive .archive--wrapper > div .news-item + .archive-item, .archive .archive--wrapper > div .archive-item + .news-item, .archive .archive--wrapper > div .archive-item + .archive-item {
    margin-top: 30px;
  }
}

.intro-page {
  position: relative;
  overflow: hidden;
}

.intro-page .screen {
  height: 0;
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}

.intro-page .screen .link-video-screen {
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-page .screen img, .intro-page .screen .link-video-screen {
  position: absolute;
  top: 0;
}

.intro-page .screen:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../../public/images/intro-pages/onda1-gialla.svg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-height: 150px;
  bottom: -1px;
  left: 0;
}

.intro-page .title-wrapper {
  background-color: #FFFAE0;
  padding-top: 40px;
  padding-bottom: 35px;
}

.intro-page .description {
  position: relative;
  z-index: 1;
  background-color: #C9D3C6;
  padding-top: 75px;
  padding-bottom: 17%;
}

.intro-page .description p {
  font-size: 22px;
  line-height: 32px;
  width: 55%;
}

.intro-page .description:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../../public/images/intro-pages/onda1-verde.svg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 255px;
  bottom: calc(100% - 1px);
  left: 0;
}

.intro-page .description .menu-page {
  margin-bottom: 70px;
  padding: 0 3%;
}

.intro-page .description .menu-page ul {
  justify-content: center;
}

.intro-page .description .menu-page li {
  width: 20%;
  padding: 0 3%;
  text-align: center;
  margin-top: -90px;
}

.intro-page .description .menu-page li.break {
  flex-basis: 100%;
  height: 0;
}

.intro-page .description .menu-page li.break * {
  display: none;
}

.intro-page .description .menu-page li figure {
  width: 100%;
  padding-top: calc(100% - 10px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin-bottom: 30px;
}

.intro-page .description .menu-page li figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-page .description .menu-page li span {
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
  word-break: break-word;
}

.intro-page .description .menu-page li:nth-child(6),
.intro-page .description .menu-page li:nth-child(7){
  margin-top: 40px;
}

.intro-page .intro--image {
  position: absolute;
  width: 37%;
  padding-top: calc(37% - 6px);
  right: -30px;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: 2;
  bottom: -50px;
}

.intro-page .intro--image .link-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  padding-top: 8%;
  display: block;
  background: url("../../public/images/play.png") no-repeat center center;
  background-size: 100%;
  z-index: 1;
}

.intro-page.title-sx .screen:after {
  background: url("../../public/images/profilo-aziendale/onda-1sopra.svg") center bottom no-repeat;
  background-size: 100%;
  max-height: 280px;
}

.intro-page.title-sx .title-wrapper {
  padding-bottom: 70px;
  position: relative;
}

.intro-page.title-sx .title-wrapper .title-section {
  position: absolute;
  bottom: 140px;
  z-index: 3;
}

.intro-page.title-sx .description:before {
  background: url("../../public/images/profilo-aziendale/onda-1sotto.svg") center bottom no-repeat;
  background-size: 100%;
  height: 165px;
}

.intro-page.title-dx .screen:after {
  background: url("../../public/images/ingrediente/onda1-sopra.svg") center bottom no-repeat;
  background-size: 100%;
  max-height: 290px;
}

.intro-page.title-dx .title-wrapper {
  padding-bottom: 100px;
  position: relative;
}

.intro-page.title-dx .title-wrapper .title-section {
  position: absolute;
  bottom: 140px;
  z-index: 3;
  right: 85px;
  text-align: right;
}

.intro-page.title-dx .description:before {
  background: url("../../public/images/ingrediente/onda1-sotto.svg") center bottom no-repeat;
  background-size: 100%;
  height: 175px;
}

@media screen and (max-width: 1600px) {
  .intro-page.title-sx .title-wrapper .title-section, .intro-page.title-dx .title-wrapper .title-section {
    bottom: 115px;
  }
}

@media screen and (max-width: 1280px) {
  .intro-page.title-sx .title-wrapper .title-section, .intro-page.title-dx .title-wrapper .title-section {
    bottom: 100px;
  }
}

@media screen and (max-width: 1440px) {
  .intro-page .description .menu-page {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .intro-page .description .menu-page li {
    padding: 0 20px;
    margin-top: -55px;
  }
  .intro-page .description .menu-page li span {
    font-size: 22px;
    line-height: 28px;
  }
  .intro-page.title-dx .title-wrapper .title-section {
    right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .intro-page .description {
    padding-bottom: 12%;
  }
  .intro-page .description p {
    font-size: 20px;
    line-height: 30px;
  }
  .intro-page .description .menu-page {
    padding: 0;
  }
  .intro-page.title-dx .title-wrapper .title-section {
    right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .intro-page .screen:after {
    max-height: 75px;
  }
  .intro-page .title-wrapper {
    position: relative;
    padding-bottom: 15px;
    padding-top: 35px;
  }
  .intro-page .title-wrapper .title-section {
    position: absolute;
    z-index: 2;
    top: calc(100% + 50px);
  }
  .intro-page .description {
    padding: 110px 20px;
  }
  .intro-page .description p {
    font-size: 18px;
    line-height: 26px;
    width: 80%;
  }
  .intro-page .description:before {
    height: 120px;
  }
  .intro-page .description .menu-page {
    margin-bottom: -80px;
  }
  .intro-page .description .menu-page li {
    padding: 0 25px;
    width: 26%;
    padding-bottom: 130px;
    margin-top: -90px !important;
  }
  .intro-page .intro--image {
    transform: translateY(-65px);
    width: 22%;
    padding-top: calc(22% - 6px);
    bottom: auto;
    right: -10px;
  }
  .intro-page.title-sx .title-wrapper .title-section, .intro-page.title-dx .title-wrapper .title-section {
    top: auto;
  }
  .intro-page.title-dx .title-wrapper .title-section {
    right: 20px;
  }
  .categoryProgetti .intro-page .description {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .intro-page .screen {
    height: 250px;
    padding: 0;
  }
  .intro-page .title-wrapper {
    padding-bottom: 0;
  }
  .intro-page .intro--image {
    transform: none;
    top: 250px;
    width: 30%;
    padding-top: calc(30% - 6px);
  }
  .intro-page .description p {
    width: calc(70% + 20px);
  }
  .intro-page .description .menu-page {
    margin: 0 -15px;
  }
  .intro-page .description .menu-page li {
    width: 50%;
    padding: 0 15px 50px;
    margin-top: -30px !important;
  }
  .intro-page .description .menu-page li figure {
    margin-bottom: 20px;
    border-width: 3px;
  }
  .intro-page .description .menu-page li span {
    font-size: 18px;
    line-height: 24px;
  }
  .intro-page.title-sx .title-wrapper .title-section, .intro-page.title-dx .title-wrapper .title-section {
    top: 5px;
    bottom: auto;
  }
}

@media screen and (max-width: 425px) {
  .intro-page .description p {
    width: 100%;
  }
  .intro-page .description .menu-page li span {
    font-size: 16px;
    line-height: 22px;
  }
}

.single--post {
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
}

.single--post .slick-list, .single--post .slick-track {
  height: 100%;
}

.single--post .slick-next, .single--post .slick-prev {
  bottom: 45px;
  width: 50px;
  height: 50px;
  background-color: #778649;
  border-radius: 50%;
  top: auto;
  left: auto;
  transform: none;
  font-size: 16px;
  color: #000000;
  z-index: 1;
  font-family: 'Dosis', sans-serif;
}

.single--post .slick-next span, .single--post .slick-prev span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.single--post .slick-next:before, .single--post .slick-prev:before {
  content: '';
  background: url("../../public/images/arrow-top.svg") center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}

.single--post .slick-next.slick-disabled, .single--post .slick-prev.slick-disabled {
  display: none !important;
}

.single--post .slick-next {
  right: 145px;
}

.single--post .slick-next span {
  right: calc(100% + 20px);
}

.single--post .slick-next:before {
  transform-origin: right;
  transform: translate(-100%, 0%) rotate(90deg);
}

.single--post .slick-prev {
  right: 425px;
}

.single--post .slick-prev span {
  left: calc(100% + 20px);
}

.single--post .slick-prev:before {
  transform-origin: right;
  transform: translate(-100%, -100%) rotate(-90deg);
}

.single--post .slick-prev.left {
  right: auto;
  left: 85px;
}

.single--post .intro-single {
  display: flex !important;
}

.single--post .intro-single figure {
  width: 56%;
  position: relative;
}

.single--post .intro-single figure:after {
  content: '';
  background: url("../../public/images/category/news/onda-laterale.svg") center left no-repeat;
  width: 180px;
  height: 100%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}

.single--post .intro-single .intro-single-text {
  width: 44%;
  flex-direction: column;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 125px;
}

.single--post .intro-single .intro-single-text .content {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.single--post .intro-single .intro-single-text .content::-webkit-scrollbar {
  width: 5px;
}

.single--post .intro-single .intro-single-text .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.single--post .intro-single .intro-single-text .content::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.single--post .intro-single .intro-single-text .content::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.single--post .intro-single .intro-single-text .info-post {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.single--post .intro-single .intro-single-text .title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.single--post .intro-single .intro-single-text .subtitle {
  font-size: 25px;
  line-height: 35px;
}

.single--post .main-single {
  background: url("../../public/images/contatti/bg-contatti.png") center center no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 125px;
  position: relative;
}

.single--post .main-single > div {
  max-height: 100%;
  overflow-y: auto;
  margin-right: 85px;
  overflow-x: hidden;
}

.single--post .main-single > div::-webkit-scrollbar {
  width: 5px;
}

.single--post .main-single > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.single--post .main-single > div::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.single--post .main-single > div::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.single--post .main-single .info-post {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.single--post .main-single .download {
  position: absolute;
  left: 0;
  bottom: 45px;
}

.single--post .related-post {
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
  text-align: center;
}

.single--post .related-post:after, .single--post .related-post:before {
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  z-index: -1;
}

.single--post .related-post:after {
  background: url("../../public/images/services-page/onda-gialla.svg") center top no-repeat;
  background-size: 100%;
  height: 180px;
  top: 180px;
}

.single--post .related-post:before {
  height: 80px;
  background-color: #FFFAE0;
  top: 100px;
}

.single--post .related-post .title-section {
  position: absolute;
  top: 160px;
  left: 85px;
  font-size: 30px;
}

.single--post .related-post > div {
  position: relative;
  max-height: calc(100% - 120px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 120px 85px 0;
}

.single--post .related-post > div::-webkit-scrollbar {
  width: 5px;
}

.single--post .related-post > div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.single--post .related-post > div::-webkit-scrollbar-thumb {
  background: #6F8B6A;
  border-radius: 10px;
}

.single--post .related-post > div::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.single--post .related-post .news-item {
  flex: 0 0 20%;
  margin: 0 1.5%;
}

.single--post .related-post .news-item .news-image {
  width: 70%;
  padding-top: 70%;
}

.single--post .related-post .news-item .news-content .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .single--post .slick-next {
    right: 50px;
  }
  .single--post .slick-prev {
    right: 330px;
  }
  .single--post .slick-prev.left {
    left: 50px;
  }
  .single--post .intro-single .intro-single-text .content {
    padding-left: 25px;
    padding-right: 15px;
  }
  .single--post .intro-single .intro-single-text .content .info-post {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .single--post .intro-single .intro-single-text .content .title {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
  }
  .single--post .intro-single .intro-single-text .content .subtitle {
    font-size: 23px;
    line-height: 32px;
  }
  .single--post .main-single > div {
    margin-right: 50px;
  }
  .single--post .main-single > div .content {
    padding-right: 15px;
  }
  .single--post .main-single > div .info-post {
    font-size: 18px;
    line-height: 24px;
  }
  .single--post .related-post:before {
    height: 65px;
  }
  .single--post .related-post:after {
    top: 165px;
    height: 115px;
  }
  .single--post .related-post .title-section {
    font-size: 26px;
    left: 50px;
  }
  .single--post .related-post > div {
    margin-left: 50px;
    margin-right: 50px;
  }
  .single--post .related-post .news-wrapper .news-item {
    flex: 0 0 29%;
  }
}

@media screen and (max-width: 1024px) {
  .single--post .slick-next {
    right: 40px;
  }
  .single--post .slick-prev {
    right: 320px;
  }
  .single--post .intro-single .intro-single-text .content .info-post {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .single--post .intro-single .intro-single-text .content .title {
    font-size: 30px;
    line-height: 34px;
  }
  .single--post .intro-single .intro-single-text .content .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .single--post .main-single > div {
    margin-right: 40px;
  }
  .single--post .main-single > div .info-post {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .single--post .related-post {
    padding-top: 90px;
  }
  .single--post .related-post .title-section {
    top: 140px;
  }
  .single--post .related-post > div {
    margin-left: 40px;
    margin-right: 40px;
  }
  .single--post .related-post > div .news-wrapper {
    flex-direction: row;
  }
}

@media screen and (max-height: 767px) and (min-width: 992px) and (max-width: 1440px) {
  .single--post .slick-next, .single--post .slick-prev {
    bottom: 25px;
  }
  .single--post .main-single {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .single--post .main-single .download {
    bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .single--post {
    height: auto;
    max-height: none;
  }
  .single--post .slick-track {
    height: auto;
  }
  .single--post .slick-prev, .single--post .slick-next {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .single--post .slick-prev:before, .single--post .slick-next:before {
    width: 15px;
    height: 15px;
  }
  .single--post .slick-prev span, .single--post .slick-next span {
    display: none;
  }
  .single--post .slick-next {
    right: 20px;
  }
  .single--post .slick-prev {
    right: 90px;
  }
  .single--post .slick-prev.left {
    left: 20px;
  }
  .single--post .intro-single {
    flex-direction: column-reverse;
    padding-top: 50px;
    height: auto;
  }
  .single--post .intro-single .intro-single-text {
    padding: 50px 20px 30px;
    width: 100%;
  }
  .single--post .intro-single .intro-single-text .content {
    padding: 0;
    max-height: none;
    overflow-y: visible;
  }
  .single--post .intro-single .intro-single-text .content header {
    width: 65%;
  }
  .single--post .intro-single figure {
    width: 100%;
    padding-top: 120%;
    height: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .single--post .intro-single figure img {
    position: absolute;
    top: 0;
  }
  .single--post .intro-single figure:after {
    background: url("../../public/images/category/news/onda-sopra-mobile.svg") center top no-repeat;
    width: 100%;
    background-size: 100%;
    top: 0;
    right: 0;
    left: 0;
  }
  .single--post .main-single {
    padding: 100px 0 90px;
    height: auto;
  }
  .single--post .main-single > div {
    max-height: none;
    overflow-y: visible;
    padding-right: 20px;
    margin: 0;
  }
  .single--post .main-single > div .content {
    padding: 0;
  }
  .single--post .main-single .download {
    position: static;
    margin-left: -20px;
  }
  .single--post .related-post {
    padding-top: 50px;
    padding-bottom: 90px;
    height: auto;
  }
  .single--post .related-post:before {
    top: 50px;
    height: 80px;
  }
  .single--post .related-post:after {
    top: 130px;
    height: 80px;
  }
  .single--post .related-post > div {
    margin: 135px 20px 0;
    max-height: none;
    overflow-y: visible;
  }
  .single--post .related-post > div .news-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .single--post .related-post > div .news-wrapper .news-item {
    flex: 0 0 50%;
    margin: 0;
  }
  .single--post .related-post > div .news-wrapper .news-item + .news-item {
    margin-top: 30px;
  }
  .single--post .related-post .title-section {
    left: 20px;
    top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .single--post .intro-single .intro-single-text .content .info-post {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .single--post .intro-single .intro-single-text .content .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .single--post .intro-single .intro-single-text .content .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .single--post .related-post > div .news-wrapper {
    margin-top: 0;
  }
  .single--post .related-post > div .news-wrapper .news-item {
    flex: 0 0 100%;
  }
}

.wrapper-row {
  min-height: 100vh;
  position: relative;
  padding-bottom: 350px;
  z-index: 2;
}

section[class*="row_"] {
  position: relative;
  z-index: 1;
}

section[class*="row_"]:not(:last-child) {
  margin-bottom: 350px;
}

section[class*="row_"]:after, section[class*="row_"]:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}

section[class*="row_"]:before {
  bottom: calc(100% - 2px);
}

section[class*="row_"]:after {
  top: calc(100% - 2px);
}

section[class*="row_"] > div {
  padding: 40px 0;
}

section[class*="row_"] .image {
  width: 55%;
  position: relative;
}

section[class*="row_"] .image .-big {
  border-radius: 50%;
  border: 5px solid #ffffff;
  height: 0;
  overflow: hidden;
  width: 60%;
  padding-top: calc(60% - 10px);
  position: absolute;
  z-index: 1;
}

section[class*="row_"] .image .-small {
  border-radius: 50%;
  border: 3px solid #ffffff;
  height: 0;
  overflow: hidden;
  width: 48%;
  padding-top: calc(48% - 6px);
  position: absolute;
  z-index: 1;
}

section[class*="row_"] .image .slider-circle .slider-item {
  padding: 60px;
}

section[class*="row_"] .text {
  width: 45%;
}

section[class*="row_"] .text .title-section {
  margin-bottom: 20px;
}

section[class*="row_"] .text .title-section * {
  font-size: 32px;
  color: var(--green);
  text-transform: uppercase;
  font-weight: 700;
}

section[class*="row_"] .text .description {
  font-size: 22px;
  line-height: 32px;
}

section[class*="row_"] .text .btn {
  margin-top: 30px;
}

.row_1 {
  background-color: #E4E4E4;
}

.row_1:before {
  background: url("../../public/images/profilo-aziendale/onda-2sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 160px;
}

.row_1:after {
  background: url("../../public/images/profilo-aziendale/onda-2sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 145px;
}

.row_1 .image {
  padding-right: 40px;
}

.row_1 .image .brand-bottiglie {
  margin-left: auto;
  width: 45%;
  margin-top: -10%;
}

.row_1 .text {
  text-align: right;
}

.row_2 {
  background-color: #D4DEB5;
}

.row_2:before {
  background: url("../../public/images/profilo-aziendale/onda-3sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 127px;
}

.row_2:after {
  background: url("../../public/images/profilo-aziendale/onda-3sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 230px;
}

.row_2 .image {
  padding-left: 40px;
}

.row_2 .image .-big {
  right: 0;
  top: -150px;
}

.row_2 .image .slider-circle {
  top: 100px;
}

.row_3 {
  background-color: #C9D3C6;
}

.row_3:before {
  background: url("../../public/images/profilo-aziendale/onda-4sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 135px;
}

.row_3:after {
  background: url("../../public/images/profilo-aziendale/onda-4sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 135px;
}

.row_3 .image {
  padding-right: 40px;
  width: 45% !important;
}

.row_3 .image .-big {
  top: -230px;
  width: 73% !important;
  padding-top: calc(73% - 10px) !important;
}

.row_3 .image .slider-circle .slider-item {
  padding: 70px;
}

.row_3 .text {
  text-align: right;
  width: 55% !important;
}

.row_4 {
  background-color: #E4E4E4;
}

.row_4:before {
  background: url("../../public/images/profilo-aziendale/onda-5sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 140px;
}

.row_4:after {
  background: url("../../public/images/profilo-aziendale/onda-5sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 110px;
}

.row_4 .text {
  width: 55% !important;
}

.row_4 .image {
  padding-left: 40px;
  width: 45% !important;
}

.row_4 .image .-big {
  top: -230px;
  width: 73% !important;
  padding-top: calc(73% - 10px) !important;
  right: 0;
}

.row_4 .image .slider-circle .slider-item {
  padding: 28% 15% !important;
}

.row_5 {
  background-color: #D4DEB5;
}

.row_5:before {
  background: url("../../public/images/profilo-aziendale/onda-6sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 140px;
}

.row_5:after {
  background: url("../../public/images/profilo-aziendale/onda-6sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 230px;
}

.row_5 > div {
  padding-top: 20px !important;
}

.row_5 .image {
  padding-right: 40px;
  width: 45% !important;
}

.row_5 .image .-big {
  top: -230px;
  width: 73% !important;
  padding-top: calc(73% - 10px) !important;
}

.row_5 .image .slider-circle {
  right: 40px;
  width: 59%;
  padding-top: 59%;
}

.row_5 .download {
  margin-top: 30px;
  background-color: #184510;
  border-radius: 35px;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
}

.row_5 .download:hover {
  background-color: #ffffff;
  color: var(--green) !important;
}

.row_5 .text {
  text-align: right;
  width: 55% !important;
}

.row_6 {
  background-color: #E4E4E4;
  margin-top: -50px;
  margin-bottom: 0 !important;
}

.row_6:before {
  background: url("../../public/images/storia/onda-2sopra.svg") center bottom no-repeat;
  background-size: 100%;
  height: 160px;
}

.row_6:after {
  background: url("../../public/images/storia/onda-2sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 270px;
}

.row_6 .image {
  width: 30% !important;
}

.row_6 .image .-big {
  width: calc(100% - 70px) !important;
  padding-top: calc((100% - 10px) - 70px) !important;
  top: -100px;
}

.row_6 .text {
  width: 70% !important;
  margin-left: auto;
}

.row_6 > article {
  margin-bottom: 100px;
  padding-bottom: 2px;
}

.row_6 > article.reverse {
  flex-direction: row-reverse;
}

.row_6 > article.reverse .image .-big {
  right: 0;
}

.row_6 > article.reverse .text {
  text-align: right;
}

@media only screen and (max-width: 1440px) {
  section[class*="row_"] .text .title-section * {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  section[class*="row_"] .text .title-section * {
    font-size: 24px;
  }
  section[class*="row_"] .text .description {
    font-size: 20px;
    line-height: 30px;
  }
  .row_2 .image .slider-circle {
    top: 30px;
  }
  .row_3 .image .-big, .row_4 .image .-big, .row_5 .image .-big {
    top: -190px;
  }
  .row_6 .image .-big {
    width: calc(100% - 40px) !important;
    padding-top: calc((100% - 10px) - 40px) !important;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-row {
    min-height: auto;
  }
  section[class*="row_"] .image {
    width: 66% !important;
  }
  section[class*="row_"] .image .-big {
    width: 60% !important;
    padding-top: calc(60% - 10px) !important;
  }
  section[class*="row_"] .text {
    width: 100% !important;
    padding: 20px 0;
  }
  section[class*="row_"] .text .description {
    font-size: 18px;
    line-height: 26px;
  }
  .row_1:before {
    height: 85px;
  }
  .row_1:after {
    height: 60px;
  }
  .row_1 > div {
    flex-direction: column;
  }
  .row_1 .image {
    padding: 0;
    display: flex;
  }
  .row_1 .image .brand-bottiglie {
    margin-top: 0;
    position: absolute;
    left: 60%;
    transform: translateX(-30px);
  }
  .row_1 .image .-big {
    position: static !important;
    margin-top: 45px;
  }
  .row_2:before {
    height: 60px;
  }
  .row_2:after {
    height: 115px;
  }
  .row_2 > div {
    flex-direction: column-reverse;
    padding: 80px 0;
  }
  .row_2 .image {
    padding: 0;
    margin-left: auto;
  }
  .row_2 .image .-big {
    margin-left: auto;
    top: auto;
    bottom: 100%;
  }
  .row_3:before {
    height: 85px;
  }
  .row_3:after {
    height: 60px;
  }
  .row_3 > div {
    flex-direction: column;
  }
  .row_3 .image .-big {
    top: auto;
    bottom: 100%;
  }
  .row_4:before {
    height: 75px;
  }
  .row_4:after {
    height: 60px;
  }
  .row_4 > div {
    flex-direction: column-reverse;
    padding: 60px 0;
  }
  .row_4 .image {
    margin-left: auto;
  }
  .row_4 .image .-big {
    top: auto;
    bottom: 100%;
  }
  .row_5:before {
    height: 55px;
  }
  .row_5:after {
    height: 120px;
  }
  .row_5 > div {
    flex-direction: column;
  }
  .row_5 .image .-big {
    top: auto;
    bottom: 100%;
  }
  section.row_6 {
    padding-bottom: 5px;
    margin-top: 0;
  }
  section.row_6:before {
    height: 85px;
  }
  section.row_6:after {
    height: 130px;
  }
  section.row_6 article {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
  }
  section.row_6 article:not(:last-child) {
    margin-bottom: 180px;
  }
  section.row_6 article.reverse {
    flex-direction: column;
  }
  section.row_6 article.reverse .text {
    text-align: center;
  }
  section.row_6 .image {
    margin-bottom: 20px;
    margin-top: -120px;
  }
  section.row_6 .image .-big {
    position: static !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  section[class*="row_"] .text .title-section * {
    font-size: 18px;
  }
  section[class*="row_"] .image {
    width: 100% !important;
  }
  section[class*="row_"] .image .-big {
    border-width: 3px;
    width: 50% !important;
    padding-top: calc(50% - 6px) !important;
  }
  .row_1 .brand-bottiglie {
    right: 0;
    left: 50% !important;
    transform: translateX(-70px) !important;
  }
  .row_2 .image .-big, .row_3 .image .-big, .row_4 .image .-big, .row_5 .image .-big {
    bottom: calc(100% - 30px);
  }
}

@media only screen and (max-width: 480px) {
  .wrapper-row {
    padding-bottom: 250px;
  }
  section[class*="row_"] .image .-big {
    width: 65% !important;
    padding-top: calc(65% - 6px) !important;
  }
  section[class*="row_"]:not(:last-child) {
    margin-bottom: 250px;
  }
  .row_1 .brand-bottiglie {
    right: 0;
    left: auto !important;
    transform: none !important;
  }
  .row_2 .image .-big, .row_3 .image .-big, .row_4 .image .-big, .row_5 .image .-big {
    bottom: 100%;
  }
  #villa-page .wrapper-row .video-full,
  #nostro-impegno-page .wrapper-row .video-full {
    margin-top: -250px !important;
  }
}

#profilo-aziendale-page .intro-page .description {
  padding-bottom: 12%;
  padding-top: 0;
}

#profilo-aziendale-page .intro-page .description p {
  width: 100%;
}

#profilo-aziendale-page .row_1:after {
  z-index: -2;
}

#profilo-aziendale-page .row_1 .image .-big {
  z-index: -1;
}

#storia-page .intro-page .screen:after {
  content: none;
}

#storia-page .intro-page .title-wrapper {
  padding-top: 75px;
  padding-bottom: 95px;
  position: absolute;
  z-index: 1;
  width: 100%;
}

#storia-page .intro-page .title-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../../public/images/storia/onda-1.svg") center bottom no-repeat;
  background-size: 100%;
  width: 100%;
  height: 215px;
  bottom: -1px;
  left: 0;
}

#storia-page .video-full {
  height: 100vh;
  max-height: 1080px;
  position: relative;
}

#storia-page .video-full .link-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  padding-top: 50px;
  display: block;
  background: url("../../public/images/play.png") no-repeat center center;
  background-size: 100%;
  z-index: 1;
}

#storia-page .video-full:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../../public/images/intro-pages/onda-sotto.svg") center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 105px;
  top: -1px;
  left: 0;
  z-index: 2;
}

#storia-page .row_6 {
  padding-top: 80px;
}

#storia-page .brand {
  background: #D4DEB5;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 32%;
  margin-bottom: 16%;
}

#storia-page .brand:after, #storia-page .brand:before {
  content: none;
}

#storia-page .brand .brand-item {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
  align-items: flex-end;
}

#storia-page .brand .brand-item:after, #storia-page .brand .brand-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 207px;
  left: 0;
}

#storia-page .brand .brand-item:before {
  background: url("../../public/images/storia/onda-3sopra.svg") center bottom no-repeat;
  background-size: 100%;
  bottom: calc(100% - 2px);
}

#storia-page .brand .brand-item:after {
  background: url("../../public/images/storia/onda-3sotto.svg") center top no-repeat;
  background-size: 100%;
  top: calc(100% - 2px);
}

#storia-page .brand .brand-item .title-section {
  position: static;
  flex: 0 0 100%;
  padding: 0 0 50px;
  text-align: center;
}

#storia-page .brand .brand-item > div {
  width: calc(100% / 3);
}

#storia-page .brand .brand-item .brand-bottiglie {
  position: static;
  transform: none;
  padding: 0 50px;
}

#storia-page .brand .brand-item .brand-bottiglie img {
  margin: 0 auto;
}

#storia-page .brand .brand-item .text-wrapper .brand-link a:not(:last-child) {
  margin-right: 0;
}

#storia-page .brand .brand-item .text-wrapper .brand-link a:not(:first-child) {
  margin-left: 30px;
}

#storia-page .brand .brand-item .text-wrapper:last-child {
  text-align: left;
}

#storia-page .brand .brand-item .text-wrapper:last-child .logo {
  margin: 0 auto 50px 0;
}

#storia-page .brand .brand-item .text-wrapper:last-child .brand-link a:not(:last-child) {
  margin-right: 30px;
}

#storia-page .brand .brand-item .text-wrapper:last-child .brand-link a:not(:first-child) {
  margin-left: 0;
}

.timeline {
  position: relative;
}

.timeline .years--wrapper {
  position: absolute;
  bottom: calc(100% - 10px);
  width: 100%;
  z-index: 2;
}

.timeline .years--wrapper .slick-track {
  display: flex;
transform: none !important;
}

.timeline .years--wrapper .years-item > div {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  height: 0;
}

.timeline .years--wrapper .years-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.timeline .years--wrapper .years-item:not(.slick-current) > div:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #FFFAE0;
  cursor: pointer;
}

.timeline .years--wrapper .years-item.slick-current > div {
  background-color: #FFFAE0;
  cursor: pointer;
}

.timeline .years--wrapper .years-item.slick-current span {
  color: var(--green);
}

.timeline .timeline--wrapper {
  margin-bottom: 0;
  background-color: #C9D3C6;
  padding-top: 20px;
}

.timeline .timeline--wrapper .slick-list {
  z-index: 1;
}

.timeline .timeline--wrapper .timeline-item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  height: auto;
}

.timeline .timeline--wrapper .text-wrap {
  display: flex;
  align-items: center;
  width: 50%;
}

.timeline .timeline--wrapper .text-wrap .year {
  font-size: 40px;
  line-height: 48px;
  margin: 0 40px 0 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
}

.timeline .timeline--wrapper .image {
  position: relative;
  right: -45px;
  top: 45px;
  height: 0;
  width: 40%;
  padding-top: 40%;
}

.timeline .timeline--wrapper .image .slick-arrows {
  position: absolute;
  top: 50%;
  right: calc(100% - 25px);
  transform: translateY(-50%);
  height: 50px;
  width: 130px;
  z-index: 1;
}

.timeline .timeline--wrapper .image .slick-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 0;
  position: absolute;
  cursor: pointer;
}

.timeline .timeline--wrapper .image .slick-arrows .slick-arrow:before {
  content: '';
  background: url("../../public/images/arrow-green.svg") center center no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  opacity: 1;
}

.timeline .timeline--wrapper .image .slick-arrows .prev {
  left: 0;
}

.timeline .timeline--wrapper .image .slick-arrows .prev:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.timeline .timeline--wrapper .image .slick-arrows .next {
  right: 0;
}

.timeline .timeline--wrapper .image .slick-arrows .next:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.timeline .timeline--wrapper .image img {
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1440px) {
  #storia-page .intro-page .title-wrapper {
    padding-bottom: 75px;
    padding-top: 50px;
  }
  .timeline .timeline--wrapper .text-wrap .year, .timeline .years--wrapper .years-item span {
    font-size: 28px;
    line-height: 1;
  }
}

@media screen and (max-width: 1280px) {
  #storia-page .intro-page .title-wrapper {
    padding-bottom: 50px;
  }
  .timeline .years--wrapper .years-item span {
	  font-size: 20px;
  }
	.timeline .years--wrapper .years-item:not(.slick-current) > div:after {
		bottom: -3px;
	}
}

@media screen and (max-width: 1024px) {
  #storia-page .intro-page .title-wrapper {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .timeline .years--wrapper .slick-track.no-translate {
    transform: none !important;
    align-items: flex-end;
    justify-content: space-between;
    width: 100% !important;
  }
	.timeline .years--wrapper .slick-list {
		overflow: visible !important;
	}
}

@media screen and (max-width: 991px) {
  #storia-page .intro-page .title-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #storia-page .intro-page .title-wrapper:after {
    height: 110px;
  }
  #storia-page .intro-page .title-wrapper .title-section {
    top: calc(100% + 30px);
  }
  #storia-page .brand {
    margin-bottom: 32%;
  }
  #storia-page .brand .brand-item {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  #storia-page .brand .brand-item:after, #storia-page .brand .brand-item:before {
    height: 65px;
  }
  #storia-page .brand .brand-item .title-section {
    padding-bottom: 25px;
  }
  #storia-page .brand .brand-item > div {
    width: 100%;
    text-align: left;
  }
  #storia-page .brand .brand-item .brand-bottiglie {
    display: none;
  }
  #storia-page .brand .brand-item .text-wrapper .logo {
    margin: 0 0 20px 35%;
  }
  #storia-page .brand .brand-item .text-wrapper .text {
    display: block;
  }
  #storia-page .brand .brand-item .text-wrapper .text .description > p, #storia-page .brand .brand-item .text-wrapper .text .brand-link {
    width: 65%;
    margin-left: auto;
  }
  #storia-page .brand .brand-item .text-wrapper .text .description {
    display: flex;
    position: relative;
    min-height: 200px;
    margin-bottom: 45px;
  }
  #storia-page .brand .brand-item .text-wrapper .text .description:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    width: 35%;
    height: calc(100% + 40px);
    min-height: 200px;
  }
  #storia-page .brand .brand-item .text-wrapper .text .description.-italia:before {
    background: url("../../public/images/homepage/brand/berio-ita.png") top center no-repeat;
    background-size: contain;
  }
  #storia-page .brand .brand-item .text-wrapper .text .description.-internazionale:before {
    background: url("../../public/images/homepage/brand/berio-int.png") top center no-repeat;
    background-size: contain;
  }
  #storia-page .brand .brand-item .text-wrapper .text .brand-link a:not(:last-child) {
    margin-right: 30px;
  }
  #storia-page .brand .brand-item .text-wrapper .text .brand-link a:not(:first-child) {
    margin-left: 0;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child {
    margin-top: 50px;
    text-align: right;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .logo {
    margin: 0 35% 20px auto;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .text .description > p, #storia-page .brand .brand-item .text-wrapper:last-child .text .brand-link {
    margin-right: auto;
    margin-left: 0;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .text .description:before {
    content: none;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .text .description:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    width: 35%;
    height: calc(100% + 40px);
    background: url("../../public/images/homepage/brand/sagra.png") top center no-repeat;
    background-size: contain;
    min-height: 200px;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .text .brand-link a:not(:last-child) {
    margin-right: 0;
  }
  #storia-page .brand .brand-item .text-wrapper:last-child .text .brand-link a:not(:first-child) {
    margin-left: 30px;
  }
  #storia-page .brand .bg-section.-bottom {
    padding-top: 32%;
  }
  .timeline .years--wrapper {
    padding-left: 40px;
  }
  .timeline .years--wrapper .years-item > div {
    width: 100px;
    padding-top: 100px;
    background-color: #FFFAE0;
  }
  .timeline .years--wrapper .years-item > div span {
    color: var(--green);
	  font-size: 28px;
  }
  .timeline .years--wrapper .years-item:not(.slick-current) > div:after {
    content: none;
  }
  .timeline .timeline--wrapper .timeline-item {
    padding-top: 195px;
    padding-bottom: 200px;
    height: auto;
  }
  .timeline .timeline--wrapper .timeline-item .text-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
  }
  .timeline .timeline--wrapper .timeline-item .text-wrap .year {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .timeline .timeline--wrapper .timeline-item .image {
    position: absolute;
    width: 35%;
    padding-top: 35%;
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  #storia-page .intro-page .title-wrapper {
    padding-bottom: 20px;
  }
  #storia-page .intro-page .title-wrapper:after {
    height: 100%;
  }
  .timeline .timeline--wrapper .timeline-item {
    padding-top: 160px;
  }
  .timeline .timeline--wrapper .timeline-item .image .slick-arrows {
    height: 30px;
    width: 70px;
    right: calc(100% - 15px);
  }
  .timeline .timeline--wrapper .timeline-item .image .slick-arrows .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .timeline .timeline--wrapper .timeline-item .image .slick-arrows .slick-arrow:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 680px) {
  .brand .brand-item .text-wrapper .text .brand-link {
    flex-direction: column;
    display: flex;
  }
  .brand .brand-item .text-wrapper .text .brand-link a {
    margin: 5px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #storia-page .intro-page .timeline .title-wrapper {
    padding-top: 30px;
  }
  .timeline .timeline--wrapper .timeline-item {
    padding-top: 130px;
  }
  .timeline .timeline--wrapper .timeline-item .text-wrap {
    width: 100% !important;
    padding-right: 20px;
  }
  .timeline .timeline--wrapper .timeline-item .image {
    top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .timeline .timeline--wrapper .image .slick-arrows {
    top: 100% !important;
    left: 50%;
    right: auto !important;
    transform: translate(-50%, -50%);
  }
}

#filiera-page .intro-page .screen:after {
  background: url("../../public/images/intro-pages/onda1-verde.svg") center bottom no-repeat;
  background-size: 100%;
  max-height: 255px;
}

#filiera-page .intro-page .title-wrapper {
  background-color: #C9D3C6;
}

#filiera-page .timeline .years--wrapper .slick-list {
  margin: 0 -30px;
}

#filiera-page .timeline .years--wrapper .years-item {
  margin: 0 30px;
}

#filiera-page .timeline .years--wrapper .years-item > div {
  padding-top: 75%;
  width: 75%;
  margin: 0 auto;
}

#filiera-page .timeline .years--wrapper .years-item span {
  font-size: 24px;
  text-align: center;
  width: calc(100% - 10px);
}

#filiera-page .timeline .years--wrapper .years-item:nth-child(2) {
  margin-bottom: 18px;
}

#filiera-page .timeline .years--wrapper .years-item:nth-child(3) {
  margin-bottom: 3.9%;
}

#filiera-page .timeline .years--wrapper .years-item:nth-child(4) {
  margin-bottom: 8.7%;
}

#filiera-page .timeline .years--wrapper .years-item:nth-child(5) {
  margin-bottom: 11.5%;
}

#filiera-page .timeline .years--wrapper .years-item.slick-current > div, #filiera-page .timeline .years--wrapper .years-item:not(.slick-current) > div:after {
  background-color: #C9D3C6;
}

#filiera-page .timeline .timeline--wrapper {
  padding-top: 0;
}

#filiera-page .timeline .timeline--wrapper .slick-list {
  overflow: visible;
}

#filiera-page .timeline .timeline--wrapper .timeline-item {
  padding: 0;
  height: auto;
  align-items: flex-start;
  overflow: visible;
}

#filiera-page .timeline .timeline--wrapper .text-wrap {
  display: block;
  padding-top: 80px;
}

#filiera-page .timeline .timeline--wrapper .text-wrap .year {
  margin: 0 0 20px 0;
  text-align: left;
  text-transform: uppercase;
}

#filiera-page .timeline .timeline--wrapper .text-wrap .text {
  font-size: 22px;
  line-height: 32px;
}

#filiera-page .timeline .timeline--wrapper .image {
  top: -90px;
}

#filiera-page .timeline .timeline--wrapper .image .slick-arrows {
  top: 65%;
  right: calc(100% - 30px);
}

#filiera-page .timeline .timeline--wrapper .image .link-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  padding-top: 8%;
  display: block;
  background: url("../../public/images/play.png") no-repeat center center;
  background-size: 100%;
  z-index: 1;
}

#filiera-page .row_6 {
  margin-bottom: 24% !important;
}

#filiera-page .row_6:after {
  background: url("../../public/images/profilo-aziendale/onda-2sotto.svg") center top no-repeat;
  background-size: 100%;
  height: 145px;
}

#filiera-page .row_6 .image .-big {
  top: 0;
}

#filiera-page .row_6 .text {
  padding: 50px 0;
}

#filiera-page .row_6 .bg-section {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 24%;
  width: 100%;
}

#filiera-page .row_6 .bg-section img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1600px) {
  #filiera-page .timeline .years--wrapper .years-item > div {
    padding-top: 85%;
    width: 85%;
  }
}

@media screen and (max-width: 1440px) {
  #filiera-page .timeline .years--wrapper .slick-list {
    margin: 0 -15px;
  }
  #filiera-page .timeline .years--wrapper .years-item {
    margin: 0 15px;
  }
  #filiera-page .timeline .years--wrapper .years-item > div {
    width: 100%;
    padding-top: 100%;
  }
  #filiera-page .timeline .years--wrapper .years-item span {
    font-size: 20px;
  }
  #filiera-page .timeline .timeline--wrapper {
    padding-bottom: 100px;
  }
  #filiera-page .row_6 {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  #filiera-page .timeline .years--wrapper .slick-track {
    transform: none !important;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  #filiera-page .intro-page .screen:after {
    content: none;
  }
  #filiera-page .timeline .years--wrapper .slick-list {
    margin: 0;
    z-index: 2;
  }
  #filiera-page .timeline .years--wrapper .years-item {
    margin: 0 !important;
  }
  #filiera-page .timeline .years--wrapper .years-item > div {
    width: 100px;
    padding-top: 100px;
    margin: 0;
  }
  #filiera-page .timeline .years--wrapper .years-item span {
    font-size: 13px;
  }
  #filiera-page .timeline .years--wrapper .years-item.slick-current > div {
    background-color: #FFFAE0;
  }
  #filiera-page .timeline .years--wrapper .years-item:not(.slick-current) > div:after {
    content: none;
  }
  #filiera-page .timeline .timeline--wrapper {
    padding: 30px 0 0;
    height: auto;
  }
  #filiera-page .timeline .timeline--wrapper:before, #filiera-page .timeline .timeline--wrapper:after {
    content: '';
    bottom: calc(100% - 115px);
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
  }
  #filiera-page .timeline .timeline--wrapper:before {
    background: url("../../public/images/storia/onda-1.svg") center bottom no-repeat;
    background-size: 100%;
    height: 115px;
    z-index: 1;
  }
  #filiera-page .timeline .timeline--wrapper:after {
    height: 114px;
    background-color: #FFFAE0;
  }
  #filiera-page .timeline .timeline--wrapper .slick-list {
    overflow: hidden;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item {
    padding: 120px 0;
    flex-wrap: wrap;
    width: 100vw !important;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .image {
    top: 0;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .image .slick-arrows {
    top: 50%;
    right: calc(100% - 25px);
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .image .link-video {
    display: none;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .-video {
    display: block;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 13%;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .-video img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .-video .link-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    padding-top: 8%;
    display: block;
    background: url("../../public/images/play.png") no-repeat center center;
    background-size: 100%;
    z-index: 1;
  }
  #filiera-page .timeline .timeline--wrapper .text-wrap {
    width: calc(65% - 130px);
    padding-left: 20px;
    padding-top: 0;
  }
  #filiera-page .timeline .timeline--wrapper .text-wrap .text {
    font-size: 18px;
    line-height: 26px;
  }
  #filiera-page .row_6 .image {
    margin: -75px auto 20px;
  }
  #filiera-page .row_6 .text {
    text-align: center;
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #filiera-page .timeline .timeline--wrapper {
    padding-top: 50px;
  }
  #filiera-page .timeline .timeline--wrapper:before, #filiera-page .timeline .timeline--wrapper:after {
    bottom: calc(100% - 90px);
  }
  #filiera-page .timeline .timeline--wrapper:before {
    height: 90px;
  }
  #filiera-page .timeline .timeline--wrapper:after {
    height: 89px;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item {
    padding-top: 70px;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .image {
    top: 10px;
  }
  #filiera-page .timeline .timeline--wrapper .text-wrap {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  #filiera-page .timeline .timeline--wrapper:before, #filiera-page .timeline .timeline--wrapper:after {
    bottom: calc(100% - 55px);
  }
  #filiera-page .timeline .timeline--wrapper:before {
    height: 55px;
  }
  #filiera-page .timeline .timeline--wrapper:after {
    height: 54px;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item {
    padding-top: 60px;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .image {
    top: 0;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .text-wrap {
    width: calc(65% - 30px) !important;
  }
}

@media screen and (max-width: 374px) {
  #filiera-page .timeline .timeline--wrapper .timeline-item {
    padding-top: 85px;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .text-wrap {
    width: 100% !important;
  }
  #filiera-page .timeline .timeline--wrapper .timeline-item .text-wrap .year {
    width: 65%;
  }
}

#single-brand-page .intro-page {
  overflow: visible;
  margin-bottom: 175px;
}

#single-brand-page .intro-page .screen:after {
  max-height: 140px;
}

#single-brand-page .intro-page .description {
  padding-top: 50px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#single-brand-page .intro-page .description:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 1px);
  height: 175px;
}

#single-brand-page .intro-page .description header {
  margin-top: -40px;
  height: 140px;
}

#single-brand-page .intro-page .description header img {
  height: 140px;
}

#single-brand-page .intro-page .description .intro-brand {
  width: 60%;
}

#single-brand-page .intro-page .description .intro-brand h2 {
  color: var(--green);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}

#single-brand-page .intro-page .description .intro-brand p {
  width: 100%;
}

#single-brand-page .intro-page .description .single-bottiglie {
  position: absolute;
  right: 265px;
  bottom: calc(100% - 180px);
  z-index: -1;
  max-width: 28%;
  height: 40vw;
}

#single-brand-page .intro-page .description .single-bottiglie img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  margin-left: auto;
  height: 100%;
}

#single-brand-page .intro-page .description:before {
  content: none;
}

#single-brand-page .intro-page.-berio .screen:after {
  background: url("../../public/images/single-brand/onda-1sopra.svg") center bottom no-repeat;
  background-size: 100%;
}

#single-brand-page .intro-page.-berio .description {
  background: url("../../public/images/single-brand/ulivo-berio.png") #D4DEB5 right top no-repeat;
  background-size: contain;
  background-position-x: calc(100% - 85px);
}

#single-brand-page .intro-page.-berio .description:after {
  background: url("../../public/images/single-brand/onda-1sotto.svg") center top no-repeat;
  background-size: 100%;
}

#single-brand-page .intro-page.-sagra .screen:after {
  background: url("../../public/images/single-brand/onda-1sopra-gialla.svg") center bottom no-repeat;
  background-size: 100%;
}

#single-brand-page .intro-page.-sagra .description {
  background: url("../../public/images/single-brand/ulivo-sagra.png") #FCF3C0 right top no-repeat;
  background-size: contain;
  background-position-x: calc(100% - 85px);
}

#single-brand-page .intro-page.-sagra .description:after {
  background: url("../../public/images/single-brand/onda-1sotto-gialla.png") center top no-repeat;
  background-size: 100%;
}

#single-brand-page .content-single {
  margin: -100px 0 60px;
  align-items: center;
}

#single-brand-page .content-single:not(:last-child) {
  margin-bottom: 160px;
}

#single-brand-page .content-single > div {
  width: 50%;
  z-index: 1;
}

#single-brand-page .content-single .bottiglie .link-wrap {
  margin-top: 45px;
  text-align: center;
}

#single-brand-page .content-single .bottiglie .link-wrap a {
  margin: 5px 15px;
}

#single-brand-page .content-single .info {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

#single-brand-page .content-single .info .btn-other-page {
  margin-bottom: 50px;
}

#single-brand-page .content-single .info .btn-other-page .btn-big {
  border-radius: 300px 0 0 300px;
  padding: 28px 85px 28px 40px;
  position: relative;
  flex: 0 0 100%;
  display: block;
}

#single-brand-page .content-single .info .btn-other-page .btn-big img {
  max-width: 95px;
}

#single-brand-page .content-single .info .btn-other-page .btn-big:after {
  content: '';
  background: url("../../public/images/arrow-green.svg") center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

#single-brand-page .content-single .info .info-wrapper {
  width: 100%;
}

#single-brand-page .content-single .info .info-wrapper .slick-next {
  bottom: 20px;
  right: 50px;
  width: 20px;
  height: 20px;
  top: auto;
  transform: none;
}

#single-brand-page .content-single .info .info-wrapper .slick-next:before {
  content: '';
  background: url(../../public/images/arrow-green.svg) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: block;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-180deg);
}

#single-brand-page .content-single .info .info-wrapper .info-item {
  display: flex;
  align-items: center;
  border-radius: 300px 0 0 300px;
  padding: 50px 85px 50px 90px;
  color: var(--green);
  height: auto;
}

#single-brand-page .content-single .info .info-wrapper .info-item .icon, #single-brand-page .content-single .info .info-wrapper .info-item .icon img {
  width: 95px;
  max-height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none;
}

#single-brand-page .content-single .info .info-wrapper .info-item .description {
  padding-left: 80px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

#single-brand-page .content-single .info .info-wrapper .info-item .description span {
  text-transform: uppercase;
  font-weight: 700;
}

#single-brand-page .content-single .info .link-site {
  margin: 50px 85px 0 0;
}

#single-brand-page .content-single.-berio .btn-big {
  background-color: #F4F7EC;
}

#single-brand-page .content-single.-berio .btn-big img.logo-berio {
  display: none;
}

#single-brand-page .content-single.-berio .info-wrapper .info-item:nth-child(odd) {
  background-color: #D4DEB5;
}

#single-brand-page .content-single.-berio .info-wrapper .info-item:nth-child(even) {
  background-color: #C9D3C6;
}

#single-brand-page .content-single.-sagra .btn-big {
  background-color: #F9F8EF;
}

#single-brand-page .content-single.-sagra .btn-big img.logo-sagra {
  display: none;
}

#single-brand-page .content-single.-sagra .info-wrapper .info-item:nth-child(odd) {
  background-color: #FCF3C0;
}

#single-brand-page .content-single.-sagra .info-wrapper .info-item:nth-child(even) {
  background-color: #DED391;
}

#single-brand-page .content-single.reverse {
  flex-direction: row-reverse;
}

#single-brand-page .content-single.reverse .info {
  padding: 40px 30px 0 0;
  align-items: flex-start;
}

#single-brand-page .content-single.reverse .info .info-wrapper .slick-next {
  right: auto;
  left: 50px;
}

#single-brand-page .content-single.reverse .info .info-wrapper .info-item {
  border-radius: 0 300px 300px 0;
}

#single-brand-page .content-single.reverse .info .info-wrapper:after {
  float: left;
  left: 50px;
}

#single-brand-page .content-single.reverse .info .link-site {
  margin: 50px 0 0 85px;
}

@media only screen and (min-width: 1921px) {
  #single-brand-page .intro-page .description .single-bottiglie {
    height: 740px;
  }
}

@media only screen and (max-width: 1440px) {
  #single-brand-page .intro-page .description {
    background-position-x: calc(100% - 50px) !important;
  }
  #single-brand-page .intro-page .description header, #single-brand-page .intro-page .description header img {
    height: 100px;
  }
  #single-brand-page .intro-page .description .intro-brand h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #single-brand-page .intro-page .description .single-bottiglie {
    right: 150px;
    bottom: calc(100% - 130px);
    height: 40vw;
  }
  #single-brand-page .content-single .bottiglie {
    width: 40%;
  }
  #single-brand-page .content-single .info {
    width: 60%;
  }
  #single-brand-page .content-single .info .btn-other-page {
    margin-bottom: 40px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big {
    padding-right: 50px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big:after {
    right: 20px;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item {
    padding: 50px 50px 50px 85px;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item .description {
    padding-left: 30px;
  }
  #single-brand-page .content-single .info .link-site {
    margin: 20px 50px 0 0;
  }
  #single-brand-page .content-single.reverse .info .info-item {
    padding: 50px 85px 50px 50px;
  }
  #single-brand-page .content-single.reverse .info .link-site {
    margin: 20px 0 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  #single-brand-page .intro-page .description {
    background-position-x: calc(100% - 40px) !important;
  }
  #single-brand-page .intro-page .description header, #single-brand-page .intro-page .description header img {
    height: 90px;
  }
  #single-brand-page .intro-page .description .intro-brand {
    width: 75%;
  }
  #single-brand-page .intro-page .description .intro-brand h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #single-brand-page .intro-page .description .single-bottiglie {
    right: 135px;
    bottom: calc(100% - 110px);
  }
  #single-brand-page .content-single .bottiglie {
    width: 30%;
  }
  #single-brand-page .content-single .info {
    width: 70%;
  }
  #single-brand-page .content-single .info .btn-other-page {
    margin-bottom: 10px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big {
    padding-right: 40px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big img {
    max-width: 80px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big:after {
    width: 15px;
    height: 15px;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item {
    padding: 50px 40px 50px 85px;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item .description {
    font-size: 20px;
    line-height: 30px;
  }
  #single-brand-page .content-single .info .link-site {
    margin: 20px 40px 0 0;
  }
  #single-brand-page .content-single.reverse .info .info-item {
    padding: 50px 85px 50px 40px;
  }
  #single-brand-page .content-single.reverse .info .link-site {
    margin: 20px 0 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  #single-brand-page .intro-page {
    margin-bottom: 90px;
  }
  #single-brand-page .intro-page .description {
    padding-bottom: 20px;
    background-size: 40% !important;
  }
  #single-brand-page .intro-page .description:after {
    height: 90px;
  }
  #single-brand-page .intro-page .description header {
    position: absolute;
    margin: 0;
    bottom: calc(100% - 35px);
  }
  #single-brand-page .intro-page .description .intro-brand {
    width: 100%;
    color: var(--green);
  }
  #single-brand-page .intro-page .description .intro-brand h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #single-brand-page .intro-page .description .single-bottiglie {
    right: 135px;
    bottom: calc(100% - 30px);
    height: 35vw;
  }
  #single-brand-page .content-single {
    padding: 50px 0 0 !important;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: relative;
  }
  #single-brand-page .content-single .bottiglie {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  #single-brand-page .content-single .bottiglie .link-wrap {
    display: none;
  }
  #single-brand-page .content-single .info {
    padding: 0 !important;
    width: 100%;
    position: static;
  }
  #single-brand-page .content-single .info .btn-other-page {
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
  }
  #single-brand-page .content-single .info .info-wrapper {
    max-height: none !important;
    background-color: #C9D3C6;
    margin-top: 90px;
    padding-bottom: 20px;
    overflow: visible;
    position: relative;
  }
  #single-brand-page .content-single .info .info-wrapper.-desktop {
    display: none;
  }
  #single-brand-page .content-single .info .info-wrapper.-mobile {
    display: block;
  }
  #single-brand-page .content-single .info .info-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../public/images/single-brand/onda-2sopra.svg) center bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 90px;
    bottom: calc(100% - 1px);
    left: 0;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item {
    padding: 10px 20px;
    background-color: transparent !important;
    flex-direction: column;
    text-align: center;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item .description {
    padding: 10px 0 0;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item + .info-item {
    margin: 0;
  }
  #single-brand-page .content-single .info .info-wrapper:after {
    content: none;
  }
  #single-brand-page .content-single.reverse {
    flex-direction: column;
  }
  #single-brand-page .content-single.reverse .info .link-site {
    margin: 0 auto 50px;
    position: relative;
  }
  #single-brand-page .content-single.reverse .info .link-site:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(100% + 51px);
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #C9D3C6;
    z-index: -1;
  }
  #single-brand-page .content-single:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #single-brand-page .intro-page .screen {
    height: 370px;
  }
  #single-brand-page .intro-page .description header, #single-brand-page .intro-page .description header img {
    height: 50px;
  }
  #single-brand-page .intro-page .description .single-bottiglie {
    right: 80px;
    height: 220px;
    max-width: none;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big {
    padding: 15px 40px 15px 20px;
  }
  #single-brand-page .content-single .info .btn-other-page .btn-big img {
    max-width: 60px;
    margin-right: 10px;
  }
  #single-brand-page .content-single .info .info-wrapper .info-item .icon img {
    width: 60px;
    max-height: 100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #single-brand-page .intro-page .description {
    background-size: 50% !important;
  }
}

#ingrediente-page .intro-page .description {
  padding-bottom: 12%;
  padding-top: 0;
}

#ingrediente-page .intro-page .description p {
  width: 100%;
}

#ingrediente-page .row_1 .image .-big {
  top: -155px;
}

#ingrediente-page .row_2 .text, #ingrediente-page .row_3 .text, #ingrediente-page .row_4 .text {
  width: 55%;
}

#ingrediente-page .row_2 .image, #ingrediente-page .row_3 .image, #ingrediente-page .row_4 .image {
  width: 45%;
}

#ingrediente-page .row_2 .image .-big, #ingrediente-page .row_3 .image .-big, #ingrediente-page .row_4 .image .-big {
  width: 73.3%;
  padding-top: calc(73.3% - 10px);
}

#ingrediente-page .row_5 .image {
  width: 55% !important;
}

#ingrediente-page .row_5 .image .-big {
  width: 60% !important;
  padding-top: calc(60% - 10px) !important;
}

#ingrediente-page .row_5 .image .slider-circle {
  width: 48% !important;
  padding-top: 48% !important;
}

#ingrediente-page .row_5 .text {
  width: 45% !important;
}

@media screen and (max-width: 991px) {
  #ingrediente-page .intro-page .description {
    padding-bottom: 120px;
  }
  #ingrediente-page .row_1 > div {
    padding: 0;
  }
  #ingrediente-page .row_1 .image .-big {
    margin-top: -90px;
  }
  #ingrediente-page .row_5 .image {
    width: 66% !important;
  }
  #ingrediente-page .row_5 .image .-big {
    width: 60% !important;
    padding-top: calc(60% - 10px) !important;
  }
  #ingrediente-page .row_5 .text {
    width: 100% !important;
  }
}

#qualita-page .row_1 .image .-big {
  top: -190px;
}

#qualita-page .row_1 .image .slider-circle {
  right: 100px;
}

#qualita-page .row_2 .text {
  width: 55%;
}

#qualita-page .row_2 .image {
  width: 45%;
}

#qualita-page .row_2 .image .-big {
  width: 73%;
  padding-top: calc(73% - 10px);
}

#qualita-page .row_3 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 1280px) {
  #qualita-page .row_1 .image .-big {
    top: -100px;
  }
  #qualita-page .row_1 .image .slider-circle {
    right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  #qualita-page .row_1 {
    padding-bottom: 80px;
  }
  #qualita-page .row_1 .image .-big {
    margin: 0 0 45px;
  }
}

#b2b-page .intro-page {
  z-index: -1;
}

#b2b-page .intro-page .description {
  padding-bottom: 200px;
}

#b2b-page .intro-page .intro--image {
  bottom: -120px;
}

.-b2b {
  background: url("../../public/images/b2b/bg-b2b.png") center top no-repeat;
  background-size: cover;
  margin-top: -160px;
  padding-bottom: 85px;
}

.-b2b > .content {
  padding-top: 160px;
}

.-b2b .b2b-wrapper {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.-b2b .b2b-wrapper .b2b-item {
  width: 20%;
  text-align: center;
  padding: 15px 12px;
}

.-b2b .b2b-wrapper .b2b-item .image {
  width: 80%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 auto;
  background: #6F8B6A;
  border-radius: 50%;
}

.-b2b .b2b-wrapper .b2b-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
}

.-b2b .b2b-wrapper .b2b-item .number {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 3vw;
  color: var(--green);
  margin-top: 25px;
}

.-b2b .b2b-wrapper .b2b-item .description {
  margin-top: 18px;
  font-size: 22px;
  line-height: 28px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1921px) {
  .-b2b .b2b-wrapper .b2b-item .number {
    font-size: 58px;
  }
}

@media screen and (max-width: 1440px) {
  #b2b-page .intro-page .intro--image {
    bottom: auto;
  }
  .-b2b .b2b-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .-b2b .b2b-wrapper .b2b-item .description {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .-b2b > .content {
    padding-top: 70px;
  }
  .-b2b .b2b-wrapper .b2b-item {
    width: 33%;
  }
  .-b2b .b2b-wrapper .b2b-item .number {
    font-size: 24px;
  }
  .-b2b .b2b-wrapper .b2b-item .description {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .-b2b .b2b-wrapper .b2b-item {
    width: 50%;
  }
}

#nostro-impegno-page .intro-page .description {
  padding-bottom: 12%;
  padding-top: 0;
}

#nostro-impegno-page .intro-page .description p {
  width: 100%;
}

#nostro-impegno-page .intro-page .description p a {
  text-decoration: underline;
}

#nostro-impegno-page .wrapper-row {
  padding: 0;
}

#nostro-impegno-page .row_1 .image .-big {
  z-index: 2;
  top: -30px;
}

#nostro-impegno-page .row_1 .image .-small {
  right: 0;
  top: -90px;
}

#nostro-impegno-page .row_2 .text, #nostro-impegno-page .row_3 .text {
  width: 55%;
}

#nostro-impegno-page .row_2 .image, #nostro-impegno-page .row_3 .image {
  width: 45%;
}

#nostro-impegno-page .row_2 .image .-big, #nostro-impegno-page .row_3 .image .-big {
  width: 73.3%;
  padding-top: calc(73.3% - 10px);
  top: -250px;
}

#nostro-impegno-page .row_4 > div .slider-circle {
  width: 58%;
  padding-top: 58%;
  top: 50px;
}

#nostro-impegno-page .row_4 > div .slider-circle .slider-item {
  text-align: left;
}

@media screen and (max-width: 991px) {
  #nostro-impegno-page .intro-page .description {
    padding-bottom: 120px;
  }
  #nostro-impegno-page .row_1 .image .-big {
    margin-bottom: 20px;
  }
  #nostro-impegno-page .row_1 .image .-small {
    left: 60%;
    transform: translateX(-30px);
    right: auto;
    top: 0;
  }
  #nostro-impegno-page .row_2 .image .-big, #nostro-impegno-page .row_3 .image .-big {
    top: auto;
    bottom: 100%;
  }
  #nostro-impegno-page .row_4 > div {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #nostro-impegno-page .row_1 .image .-small {
    left: 50% !important;
    transform: translateX(-70px) !important;
  }
}

#villa-page .intro-page {
  overflow: visible;
}

#villa-page .intro-page .description {
  padding-bottom: 75px;
  padding-top: 0;
}

#villa-page .intro-page .description:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../../public/images/intro-pages/onda-sotto.svg") center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 105px;
  top: calc(100% - 1px);
  left: 0;
  z-index: 2;
}

#villa-page .intro-page .description p {
  width: 100%;
}

#villa-page .intro-page .description .menu-page li:nth-child(4),
#villa-page .intro-page .description .menu-page li:nth-child(5),
#villa-page .intro-page .description .menu-page li:nth-child(8) {
  margin-top: 40px;
}

#villa-page .row_1 > div {
  padding-bottom: 50px;
}

#villa-page .row_1 .text {
  width: 55%;
}

#villa-page .row_1 .image {
  width: 45%;
}

#villa-page .row_1 .image .-big {
  width: 75%;
  padding-top: calc(75% - 10px);
  top: -50px;
}

#villa-page .row_2 {
  z-index: 0;
}

#villa-page .wrapper-row .video-full,
#nostro-impegno-page .wrapper-row .video-full {
	margin-top: -350px;
}

.video-full {
  height: 100vh;
  max-height: 1080px;
  position: relative;
}

.video-full .link-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  padding-top: 50px;
  display: block;
  background: url("../../public/images/play.png") no-repeat center center;
  background-size: 100%;
  z-index: 1;
}

#findHelp .box-popup {
  background-color: #778649;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 48px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  padding: 30px;
  width: 775px;
  text-align: center;
  color: #fff;
}

#findHelp .box-popup .close-popup {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  border-radius: 50%;
}

#findHelp .box-popup .close-popup::before, #findHelp .box-popup .close-popup::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url("../images/close.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

#findHelp .box-popup .wrap-popup {
  padding: 0 50px;
}

#findHelp .box-popup .wrap-popup .title {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}

#findHelp .box-popup .wrap-popup .number {
  max-width: 280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
  padding: 15px 30px;
  text-decoration: none;
}

#findHelp .box-popup .wrap-popup .number img {
  display: block;
}

#findHelp .box-popup .wrap-popup .info {
  padding-top: 15px;
  font-size: 7px;
  line-height: 11px;
  margin: 0;
}

@media screen and (max-height: 900px) {
  #findHelp .box-popup {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  #findHelp .box-popup {
    min-height: auto;
    width: calc(100% - 40px);
    padding: 25px;
  }
  #findHelp .box-popup .close-popup {
    position: relative;
    margin-left: auto;
    right: 0;
  }
  #findHelp .box-popup .wrap-popup {
    padding: 0 20px;
  }
  #findHelp .box-popup .wrap-popup .title {
    line-height: 18px;
    margin: 10px 0 15px;
  }
  #findHelp .box-popup .wrap-popup .number {
    max-width: 210px;
    margin: 0 auto 5px;
    padding: 10px 20px;
  }
  #findHelp .box-popup .wrap-popup .info {
    padding-top: 10px;
  }
}

/* OVERLAY */
.overlay-popup:before, .overlay-popup:after {
  content: none !important;
}

#popup-contatti:before, #popup-contatti:after {
  content: none !important;
}

.overlay-popup {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  z-index: 105;
  background-color: rgba(237, 237, 237, 0.8) !important;
}

@media screen and (max-height: 900px) {
  .overlay-popup {
    height: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
