/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/new-main.scss ***!
  \************************************************************************************************************************/
body {
  overflow-x: hidden;
}

a.mega-menu-link {
  line-height: 1.5em !important;
  font-size: 16px !important;
  padding: 10px 10px !important;
}

.i-nostri-centri-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #163b4b;
  color: white;
  height: 50px;
  padding: 10px 80px !important;
  gap: 32px;
}
@media screen and (max-width: 380px) {
  .i-nostri-centri-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 392px) {
  .i-nostri-centri-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .i-nostri-centri-container {
    justify-content: none;
  }
}
@media screen and (max-width: 767px) {
  .i-nostri-centri-container {
    padding: 10px 32px !important;
    gap: 16px;
  }
}
.i-nostri-centri-container__paragraph {
  font-family: "Mulish";
  font-weight: 600;
  color: white;
  font-size: 15px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .i-nostri-centri-container__paragraph {
    font-size: 13px;
  }
}
.i-nostri-centri-container__link {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  cursor: pointer;
}
.i-nostri-centri-container__link > i {
  color: white;
}
.i-nostri-centri-container__link > span {
  color: #61ccca;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .i-nostri-centri-container__link > i {
    color: #61ccca;
    font-size: 20px;
  }
  .i-nostri-centri-container__link > span {
    display: none;
  }
}

.lp-custom-template .lp-wrap {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 79px);
  padding-right: clamp(20px, 5vw, 79px);
}
.lp-custom-template .lp-wrapbox {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1200px) {
  .lp-custom-template .lp-wrapbox {
    max-width: 630px;
  }
}
.lp-custom-template .title {
  font-family: "Mulish", sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: #163B4B;
  line-height: 130%;
  margin-bottom: 13px;
}
.lp-custom-template .title--white {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template .title {
    font-size: 36px;
  }
}
.lp-custom-template .subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #163B4B;
  line-height: 130%;
  text-align: left;
}
.lp-custom-template .subtitle--white {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template .subtitle {
    font-size: 20px;
  }
}
.lp-custom-template > header {
  top: 0;
  padding: 1rem 0px;
  display: none;
}
.lp-custom-template > header > .lp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.lp-custom-template > header > .lp-header > .lp-logo > img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.lp-custom-template > header > .lp-header > .lp-menu > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  gap: 20px;
}
.lp-custom-template > header > .lp-header > .lp-menu > ul > li::before {
  content: "";
  display: none;
}
.lp-custom-template > header > .lp-header > .lp-menu > ul > li > a {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #163B4B;
}
.lp-custom-template > header > .lp-header > .lp-menu > ul > li > a:hover, .lp-custom-template > header > .lp-header > .lp-menu > ul > li > a:focus, .lp-custom-template > header > .lp-header > .lp-menu > ul > li > a:active {
  color: #61CCCA;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > header {
    display: block;
  }
}
.lp-custom-template > main {
  position: relative;
  background-color: white;
  margin-top: 72vh;
  padding: 0;
  border-radius: 16px 16px 0px 0px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main {
    margin: 0px auto;
    margin-top: 5.996rem;
    border-radius: 0px 0px 0px 0px;
  }
}
.lp-custom-template > main > .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}
.lp-custom-template > main > .lp-form {
  display: block;
  position: fixed;
  /* z-index: 10; */
  z-index: 999999;
  /* top: 70px; */
  top: 100vh;
  left: 0px;
  right: auto;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  overflow: hidden;
  transition: none !important;
  will-change: top, position;
  transform: inherit;
  border-radius: 16px 16px 0px 0px;
  background: white;
  border: solid 1px #EDF0F5;
  padding: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main > .lp-form {
    display: block;
    top: 160px;
    right: calc((100% - 100vw) / 2);
    transform: translateX(53%);
    transition: all 0.3s ease-in-out;
    max-width: 487px;
    height: 503px;
    border-radius: 16px;
    padding: 30px 20px;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .lp-custom-template > main > .lp-form {
    display: block;
    top: 160px;
    right: calc((100% - 100vw) / 2);
    transform: translateX(74%);
    transition: all 0.3s ease-in-out;
    max-width: 487px;
    height: 503px;
    border-radius: 16px;
    padding: 30px 20px;
    z-index: 10;
  }
}
@media screen and (min-width: 1440px) {
  .lp-custom-template > main > .lp-form {
    display: block;
    top: 160px;
    right: calc((100% - 100vw) / 2);
    transform: translateX(74%);
    transition: all 0.3s ease-in-out;
    max-width: 487px;
    height: 503px;
    border-radius: 16px;
    padding: 30px 20px;
    z-index: 10;
  }
}
.lp-custom-template > main > .lp-form .lp-form-close {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main > .lp-form .lp-form-close {
    display: none;
  }
}
.lp-custom-template > main > .lp-form .lp-form-close svg {
  width: 30px;
  height: 30px;
  color: #4F4F4F;
}
.lp-custom-template > main > .lp-form .lp-form-content > h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  color: #61CCCA;
}
.lp-custom-template > main > .lp-form .lp-form-content > p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  color: #023C4D;
  line-height: 150%;
}
.lp-custom-template > main > .lp-form .lp-form-content form {
  width: 100%;
  margin-top: 30px;
}
.lp-custom-template > main > .lp-form .lp-form-content form input[type=submit] {
  margin-top: 14px !important;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: 18px;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control {
  width: 100% !important;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-input,
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-select {
  position: relative;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-select {
  width: 100%;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-check {
  position: relative;
  margin-top: 30px;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-check label {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  gap: 10px;
  max-width: 420px;
  text-wrap-mode: wrap;
  line-height: 1rem;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control .form-control-check label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0px;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #163B4B;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #163B4B;
  background: white;
  margin-bottom: 10px;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control input:focus {
  border-color: #61CCCA;
  box-shadow: none;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control select {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #163B4B;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #163B4B;
  background: white;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control label {
  position: absolute;
  z-index: 10;
  background: white;
  padding: 10px 7px;
  font-size: 12px;
  line-height: 0;
  left: 6px;
  top: -22px;
  width: max-content;
}
.lp-custom-template > main > .lp-form .lp-form-content form .form-control p {
  padding: 0px;
  margin: 0px;
}
.lp-custom-template > main > .lp-sticky {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 90px;
  background: #ffffff;
  z-index: 99999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px -2px 23px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 23px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 23px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main > .lp-sticky {
    display: none;
  }
}
.lp-custom-template > main > .lp-sticky > .cta > a {
  background: #61CCCA;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 800;
}
.lp-custom-template > main .lp-showcase {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.lp-custom-template > main .lp-showcase__container picture {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: block;
  border-radius: 0px 0px 0px 0px;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container picture {
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    max-height: 700px;
  }
}
.lp-custom-template > main .lp-showcase__container picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container picture img {
    height: auto;
  }
}
.lp-custom-template > main .lp-showcase__container picture .img-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
.lp-custom-template > main .lp-showcase__container__text {
  position: absolute;
  top: 30.7%;
  transform: translateY(-50%);
  padding: 0px 20px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container__text {
    top: 50%;
    max-width: 470px;
    text-align: left;
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .lp-custom-template > main .lp-showcase__container__text {
    max-width: 585px;
  }
}
.lp-custom-template > main .lp-showcase__container__text > .logo {
  margin: 0px auto 38px auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container__text > .logo {
    display: none;
  }
}
.lp-custom-template > main .lp-showcase__container__text > h1 {
  font-family: "Mulish", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #023C4D;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container__text > h1 {
    font-size: 48px;
  }
}
.lp-custom-template > main .lp-showcase__container__text > p {
  font-size: 20px;
  font-weight: 500;
  color: #163B4B;
  margin-top: 10px;
}
.lp-custom-template > main .lp-showcase__container__text > .cta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase__container__text > .cta {
    display: none;
  }
}
.lp-custom-template > main .lp-showcase__container__text > .cta > a {
  display: block;
  background: #61CCCA;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 800;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-showcase {
    position: relative;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  .lp-custom-template > main .lp-showcase {
    position: relative;
    margin: 0px auto;
    padding-left: clamp(20px, 5vw, 79px);
    padding-right: clamp(20px, 5vw, 79px);
    z-index: 0;
  }
}
.lp-custom-template > main .lp-bchoose {
  margin-top: 22px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-bchoose {
    margin-top: 82px;
    margin-bottom: 175px;
  }
}
.lp-custom-template > main .lp-bchoose__container__list {
  margin-top: 94px;
}
.lp-custom-template > main .lp-bchoose__container__list > ul {
  list-style: none;
  counter-reset: item;
  padding: 0px;
}
.lp-custom-template > main .lp-bchoose__container__list > ul > li {
  font-family: "Mulish", sans-serif;
  counter-increment: item;
  position: relative;
  margin: 87px 0px;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.lp-custom-template > main .lp-bchoose__container__list > ul > li::before {
  content: counter(item);
  font-family: "Mulish", sans-serif;
  font-size: 164px;
  font-weight: 800;
  color: #61CCCA;
  line-height: 130%;
  display: inline-block;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
}
.lp-custom-template > main .lp-bchoose__container__list > ul > li > span {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #023C4D;
  line-height: 130%;
}
.lp-custom-template > main .lp-service {
  background-color: #EDF0F5;
  padding-top: 82px;
  padding-bottom: 52px;
}
.lp-custom-template > main .lp-service__container__slider {
  display: flex;
  justify-self: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 47px;
}
.lp-custom-template > main .lp-service__container__slider .slider-items {
  width: 100%;
  max-width: 228px;
  margin-right: 20px;
}
.lp-custom-template > main .lp-service__container__slider .slider-items > img {
  width: 100%;
  max-width: 228px;
  height: auto;
  border-radius: 6px;
}
.lp-custom-template > main .lp-service__container__slider .slider-items > h5 {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #023C4D;
  line-height: 130%;
  margin-top: 26px;
}
.lp-custom-template > main .lp-service__container__slider .slider-items > p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  line-height: 150%;
}
.lp-custom-template > main .lp-service__container__slider .slider-items > .text > h5 {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #023C4D;
  line-height: 130%;
  margin-top: 26px;
}
.lp-custom-template > main .lp-service__container__slider .slider-items > .text > p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  line-height: 150%;
}
.lp-custom-template > main .lp-service__container__slider .slick-arrow {
  position: absolute;
  border: solid 2px #61CCCA;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-service__container__slider .slick-arrow {
    display: block !important;
  }
}
.lp-custom-template > main .lp-service__container__slider .slick-prev {
  top: -68px;
  right: 57px;
  margin-left: auto;
}
.lp-custom-template > main .lp-service__container__slider .slick-prev::before {
  content: "\f341";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-94%, -79%);
}
.lp-custom-template > main .lp-service__container__slider .slick-next {
  top: -68px;
  right: 1px;
}
.lp-custom-template > main .lp-service__container__slider .slick-next::before {
  content: "\f345";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -79%);
}
.lp-custom-template > main .lp-service__container > .column {
  flex-direction: column;
}
.lp-custom-template > main .lp-service__container > .column > .slider-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  max-width: 625px;
}
@media screen and (min-width: 1200px) {
  .lp-custom-template > main .lp-service__container > .column > .slider-items {
    flex-direction: row;
    gap: 20px;
  }
}
.lp-custom-template > main .lp-service__container > .column > .slider-items > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .lp-custom-template > main .lp-service__container > .column > .slider-items > img {
    max-width: 228px;
  }
}
.lp-custom-template > main .lp-testimonials__container__gslide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  margin-top: 50px;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-track {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-slide {
  height: 100%;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-slide > div {
  height: 100%;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-arrow {
  position: absolute;
  border: solid 2px #61CCCA;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-testimonials__container__gslide .slick-arrow {
    display: block !important;
  }
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-prev {
  top: -37px;
  right: 57px;
  margin-left: auto;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-prev::before {
  content: "\f341";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-94%, -79%);
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-next {
  top: -37px;
  right: 1px;
}
.lp-custom-template > main .lp-testimonials__container__gslide .slick-next::before {
  content: "\f345";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -79%);
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items {
  background-color: rgba(237, 240, 245, 0.5019607843);
  border: solid 1px #E0E0E0;
  padding: 32px 24px;
  border-radius: 6px;
  width: 100%;
  max-width: 365px;
  margin-right: 20px;
  height: 100%;
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items > p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #163B4B;
  line-height: 150%;
  margin-top: 20px;
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items__info > picture > img {
  width: 100%;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items__info--name > .name {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4F4F4F;
  line-height: 100%;
}
.lp-custom-template > main .lp-testimonials__container__gslide .gslider-items__info--name > .date {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4F4F4F;
  line-height: 100%;
  margin-top: 8px;
}
.lp-custom-template > main .lp-security {
  background-color: #61CCCA;
  padding-top: 82px;
  padding-bottom: 52px;
}
.lp-custom-template > main .lp-security__container__box > .box {
  padding: 32px 24px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-security__container__box > .box {
    flex-direction: row;
  }
}
.lp-custom-template > main .lp-security__container__box > .box > picture > img {
  /* width: 100%; */
  max-width: 85px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-security__container__box > .box > picture > img {
    max-width: 48px;
  }
}
.lp-custom-template > main .lp-security__container__box > .box > .text > h4 {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 130%;
}
.lp-custom-template > main .lp-security__container__box > .box > .text > p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 150%;
  margin-top: 10px;
}
.lp-custom-template > main .lp-store {
  padding: 0px 20px;
}
.lp-custom-template > main .lp-store .title-centri {
  padding: 0 0;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-store .title-centri {
    padding: 20px 20px 0px 20px;
  }
}
.lp-custom-template > main .lp-store h2 {
  font-size: 32px;
}
.lp-custom-template > main .lp-store .component-centri {
  padding: 0px 0px;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-store .component-centri {
    padding: 0px 20px;
  }
}
.lp-custom-template > main .lp-media__container {
  max-width: 100%;
}
.lp-custom-template > main .lp-media__container__ytslide {
  margin-top: 40px;
}
.lp-custom-template > main .lp-media__container__ytslide .slick-arrow {
  position: absolute;
  border: solid 2px #61CCCA;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-media__container__ytslide .slick-arrow {
    display: block !important;
  }
}
.lp-custom-template > main .lp-media__container__ytslide .slick-prev {
  top: -64px;
  right: 57px;
  margin-left: auto;
}
.lp-custom-template > main .lp-media__container__ytslide .slick-prev::before {
  content: "\f341";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-94%, -79%);
}
.lp-custom-template > main .lp-media__container__ytslide .slick-next {
  top: -64px;
  right: 1px;
}
.lp-custom-template > main .lp-media__container__ytslide .slick-next::before {
  content: "\f345";
  font-family: "dashicons";
  display: block;
  width: 12px;
  height: 12px;
  color: #61CCCA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -79%);
}
.lp-custom-template > main .lp-media__container .ytslider-items__info > iframe {
  max-width: 410px;
  height: 228px;
  margin-right: 20px;
}
.lp-custom-template > main .lp-faq__container {
  max-width: 100%;
}
.lp-custom-template > main .lp-faq__container .accordion {
  margin-top: 40px;
}
.lp-custom-template > main .lp-faq__container .accordion-item button {
  padding: 27px 25px;
  border: 2px solid #013c4c;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .lp-custom-template > main .lp-faq__container .accordion-item button {
    font-size: 26px;
  }
}
.lp-custom-template > main .lp-faq__container .accordion-item .accordion-collapse {
  padding: 30px 31px 1px 31px;
}
.lp-custom-template > main .lp-faq__container .accordion-item .accordion-collapse p {
  font-size: 18px;
}

.showcase {
  position: relative;
  background: white;
  padding: 0px !important;
  margin: 0px !important;
}
@media screen and (min-width: 1024px) {
  .showcase {
    background: #6DC3C6;
  }
}
@media (max-width: 1024px) {
  .showcase .container {
    max-width: 100%;
  }
}
.showcase__store--form {
  position: relative;
  bottom: 0px;
  z-index: 10;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .showcase__store--form {
    position: absolute;
    bottom: 90px;
  }
}
.showcase__store #bookingForm_drawer {
  position: relative;
  transform: none;
  margin: 0px;
  left: initial;
  box-shadow: none;
  padding: 15px 0px;
  max-width: 837px;
}
.showcase__store #bookingForm_drawer label {
  color: #111111;
  margin-bottom: 1px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .showcase__store #bookingForm_drawer label {
    font-size: 1rem;
  }
}
.showcase__store #bookingForm_drawer select {
  height: 50px;
  padding: 0px 20px;
  font-size: 16px;
}
.showcase__store #bookingForm_drawer > .button {
  padding: 11px 15px;
  font-size: 18px;
  width: 100%;
  max-width: calc(100% - 5.5rem);
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .showcase__store #bookingForm_drawer > .button {
    width: fit-content;
    max-width: 188px;
  }
}
.showcase__content {
  background: #6DC3C6;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .showcase__content {
    background: transparent;
  }
}
.showcase__content h2 {
  font-size: 23px;
  font-weight: 800;
  line-height: 120%;
  color: #163B4B;
  max-width: 640px;
  position: absolute;
  max-width: 265px;
  margin-bottom: 0px;
  padding-left: 4%;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  .showcase__content h2 {
    position: relative;
    max-width: 100%;
    font-size: 38px;
    margin-bottom: 0px;
    padding-left: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .showcase__content h2 {
    position: relative;
    max-width: 100%;
    font-size: 42px;
    margin-bottom: 130px;
    padding-left: 0%;
  }
}
.showcase__content h2 > span {
  color: #fff;
}
.showcase__content .swiper-slide {
  padding-top: 49px;
  background: #6DC3C6;
}
@media screen and (min-width: 1024px) {
  .showcase__content .swiper-slide {
    padding-top: 0px;
  }
}
.showcase__content .swiper-slide > div {
  background-color: #6DC3C6;
}
.showcase__content .swiper-slide img {
  min-width: 205px;
  object-position: 27px 0px;
}
@media screen and (min-width: 1024px) {
  .showcase__content .swiper-slide img {
    object-position: 0px 80px;
  }
}

.flex-1024-row-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .flex-1024-row-reverse {
    flex-direction: row;
  }
}

.store-info .map-container .map-canvas {
  display: none;
}

.lightbox-ds__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.lightbox-ds__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 646px;
  overflow: hidden;
  z-index: 100000;
  background-color: white;
  border-radius: 16px;
  padding: 16px;
}
.lightbox-ds__container--close {
  text-align: right;
}
.lightbox-ds__container--close > button {
  border: 0px;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.lightbox-ds__container--close > button > i {
  font-size: 24px;
  color: #4F4F4F;
}
.lightbox-ds__container__body {
  position: relative;
  width: 100%;
  height: 96%;
}
.lightbox-ds__container__body > .map-canvas {
  height: 100%;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.drawer__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -100%;
  max-width: 590px;
  padding: 20px;
  z-index: 999999;
  background: white;
}
@media screen and (min-width: 768px) {
  .drawer__container {
    padding: 40px;
  }
}
.drawer__container--close {
  text-align: right;
}
.drawer__container--close > button {
  border: 0px;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.drawer__container--close > button > i {
  font-size: 24px;
  color: #4F4F4F;
}
.drawer__container__body {
  position: relative;
  width: 100%;
  height: 96%;
  overflow-y: auto;
}
.drawer__container__body > .map-canvas {
  height: 100%;
}

.general-form-drawer {
  margin-top: 35px;
}
.general-form-drawer .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.2em;
}
.general-form-drawer p.text-small {
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #023C4D;
}
.general-form-drawer h5 {
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 15px;
}
.general-form-drawer h6 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 21px;
}
.general-form-drawer h6.normal {
  font-weight: 600;
  margin-top: 38px;
}
.general-form-drawer .full {
  display: block !important;
}
.general-form-drawer .form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.general-form-drawer .form-row .select-input {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #111111;
  border-radius: 1px;
  padding: 10px 15px 0px 15px;
  line-height: 1.5rem;
  color: #023C4D;
}
.general-form-drawer .form-row .width-fix {
  width: 30%;
}
.general-form-drawer .form-row .width-flex {
  flex: 0 1 50%;
}
.general-form-drawer .form-row .form-group input:read-only {
  background: #F3F4F5;
  color: #163B4B;
  border: solid 1px #C8CACC;
}
.general-form-drawer .form-row .form-group input:read-only:focus {
  outline: none;
  box-shadow: none;
}
.general-form-drawer .form-row .form-group input {
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #111111;
  border-radius: 4px;
  padding: 15px 15px;
  line-height: 1.5rem;
  color: #023C4D;
}
.general-form-drawer .form-row .form-group input::placeholder {
  color: #023C4D;
}
.general-form-drawer .form-row .form-group .btn-send {
  width: 100%;
  border: none;
  background: #59ccc9 !important;
  color: white !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  border: none !important;
}
.general-form-drawer .form-control {
  margin-bottom: 20px;
  border: none;
}

.whatsapp .dashicons-whatsapp {
  color: #ffffff;
}
.whatsapp a {
  font-size: 14px;
  justify-content: center;
  margin-bottom: 40px;
}

.link_centro {
  margin-top: 30px;
}
.link_centro a {
  color: #111111;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}
.link_centro a:hover {
  color: #59ccc9;
}

.leaft-map {
  height: 455px;
}
.leaft-map .leaflet-container {
  height: 455px;
}

.component-centri {
  margin-bottom: 60px !important;
  /* Chrome, Safari e Opera */
}
.component-centri .filter {
  margin-bottom: 50px;
}
.component-centri .filter ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.component-centri .filter ul > li::before {
  display: none;
}
.component-centri .filter ul > li .btn-primary {
  background-color: transparent;
  border: solid 1px #023C4D;
  color: #023C4D;
  border-radius: 78px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
}
.component-centri .filter ul > li .btn-primary:hover {
  background-color: #023C4D;
  border: solid 1px #023C4D;
  color: white;
}
.component-centri .filter ul > li .active {
  background-color: #023C4D;
  border: solid 1px #023C4D;
  color: white;
}
.component-centri .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 60px 20px;
  margin-top: 20px;
}
.component-centri .list .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.component-centri .list .item .item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.component-centri .list .item .item-content > h3 {
  font-size: 22px;
  font-weight: 600;
  color: #61CCCA;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.component-centri .list .item .item-content > p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.7em;
}
.component-centri .list .item .item-content .email {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: #013c4c;
}
.component-centri .list .item .item-content .email:hover {
  color: #61CCCA;
}
.component-centri .list .item .item-content > a {
  font-size: 16px;
  font-weight: 500;
  color: #61CCCA;
  text-decoration: none;
  margin-top: 20px;
  padding-bottom: 10px;
}
.component-centri .list .item .item-content > a:hover {
  color: #013c4c;
}
.component-centri .list .item .item-content > .btn-light {
  width: fit-content;
  background-color: transparent;
  border: solid 1px #023C4D;
  color: #023C4D;
  border-radius: 6px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 800;
  margin-top: auto !important;
}
.component-centri .list .item .item-content > .btn-light:hover {
  background-color: #023C4D;
  border: solid 1px #023C4D;
  color: white;
}
.component-centri .region-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* scrolling fluido su iOS */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.component-centri .region-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px;
  margin: 0;
  list-style: none;
  min-width: max-content;
}
.component-centri .region-list li {
  scroll-snap-align: start;
  flex: 0 0 auto;
}
.component-centri .region-scroll::-webkit-scrollbar {
  display: none;
}

.leaflet-control-attribution {
  display: none !important;
}

.leaft-map {
  /* background: #61989a; */
  background: #d4dadc;
  padding: 0px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}

#leaflrt-map {
  /*  mix-blend-mode: color-burn; */
}

.box-column {
  background-color: #EDF0F5;
  padding: 90px 30px;
}
.box-column h2.title {
  color: #61CCCA;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  line-height: 1.3em;
}
.box-column h4.title {
  color: #023C4D;
  font-size: 20px;
  font-weight: 800;
}
.box-column p {
  color: #163B4B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.box-column .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.box-column .head > .icon > img {
  width: 50px;
  height: 50px;
}
.box-column .description p {
  color: #163B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.box-column .separetor {
  border-right: none;
}
.box-column .separetor:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .box-column .separetor {
    border-right: solid 2px #61CCCA;
  }
}

.form-booking h2 {
  padding-bottom: 16px;
  max-width: 450px;
}
.form-booking button {
  background: #f9f9f9 !important;
  padding: 24px 20px !important;
  font-weight: 400;
  font-size: 17px;
}
.form-booking button::after {
  width: 2.375rem !important;
  height: 2.375rem !important;
}
.form-booking .subtitle {
  padding-top: 25px;
  font-size: 18px !important;
  font-weight: 700;
}
.form-booking .touchpoint-inner-booking {
  margin-top: 15px;
  margin-bottom: 20px;
}
.form-booking .touchpoint-inner-booking > a {
  padding: 18px;
  font-size: 18px;
  justify-content: flex-start;
}
.form-booking .accordion-item {
  margin-top: 20px !important;
}
.form-booking .accordion-item .accordion-header button {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  background-color: white !important;
  border: solid 2px #cccccc;
  padding: 15px 20px !important;
}
.form-booking .touchpoint-image > img {
  border-radius: 0 1rem 1rem 0;
  object-position: right top;
  max-height: 522px;
}
