:root {
  --maxw: 1350px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.navbar {
  background-image: linear-gradient(#004c97, #003057);
  border-bottom: 3px solid #07c1ff;
}

.container {
  max-width: var(--maxw);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.link {
  color: #fff;
  text-decoration: none;
}

.div-block {
  width: 450px;
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: #02ce56;
  border-radius: 3px;
  font-weight: 400;
}

.div-block-2 {
  width: 450px;
  text-align: center;
}

.jumbotron {
  height: 750px;
  background-image: url('../images/atf-bg-sorgentelight-omaggio.jpeg');
  background-position: 190%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.div-block-3 {
  width: 450px;
  text-align: center;
}

.heading {
  color: #9c8c8c;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-4 {
  width: 600px;
  position: static;
  top: 167px;
  left: 157px;
}

.text-span {
  color: #02ce56;
  font-weight: 600;
}

.heading-2 {
  color: #2a8dd8;
  margin-top: 0;
  font-weight: 700;
}

.text-span-2 {
  color: #015db6;
  text-decoration: underline;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-7 {
  width: 285px;
}

.text-block, .text-block-2, .text-block-3 {
  color: #2a8dd8;
  font-weight: 500;
}

.paragraph {
  max-width: 450px;
  font-size: 18px;
  line-height: 29px;
}

.button-2 {
  max-width: 350px;
  text-align: center;
  text-transform: uppercase;
  background-color: #02ce56;
  border: 2px solid #047e36;
  font-weight: 600;
  display: block;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, .2);
}

.button-2.approfita-btn {
  max-width: 300px;
  border-style: none;
  padding: 4px;
  font-size: 14px;
}

.image {
  mix-blend-mode: darken;
  margin-top: 20px;
}

.partner.after-form {
  background-color: #f6f6f6;
}

.container-2 {
  max-width: var(--maxw);
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 25px;
}

.bold-text {
  color: #015db6;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  background-image: url('../images/background-lp-fede-1.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  max-width: var(--maxw);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  max-width: 500px;
  background-color: #025ab1;
  border: 2px solid #2a8dd8;
  padding: 16px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 600;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.text-span-3 {
  color: #00ff80;
}

.text-field, .text-field-2 {
  border-radius: 5px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 15px;
}

.checkbox-label, .link-2 {
  color: #fff;
}

.submit-button {
  width: 100%;
  background-color: #02ce56;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-10 {
  max-width: 500px;
  background-color: rgba(255, 255, 255, .47);
  padding: 10px;
  box-shadow: 0 0 11px -4px rgba(0, 0, 0, .2);
}

.heading-5 {
  text-align: center;
  font-size: 22px;
}

.text-block-5 {
  color: #025ab1;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}

.div-block-11 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.text-block-6 {
  color: #fff;
  background-color: #02ce56;
  border: 3px solid #1c9458;
  padding: 6px 17px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 11%;
  right: auto;
}

.text-block-7 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 26px;
}

.div-block-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.verification {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-4 {
  max-width: var(--maxw);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  font-size: 30px;
}

.div-block-13 {
  width: 800px;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 25px;
}

.button-3 {
  text-transform: uppercase;
  background-color: #02ce56;
  margin-top: 15px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 17px;
  font-weight: 400;
}

.differenza {
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-7 {
  color: #003057;
  text-align: center;
  margin-bottom: 45px;
  font-size: 25px;
}

.container-5 {
  max-width: var(--maxw);
}

.div-block-14 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.depuratori-standard {
  max-width: 500px;
  background-color: #fcb596;
  border: 4px solid #ff521b;
  border-radius: 20px;
  padding: 25px;
}

.heading-8 {
  line-height: 30px;
}

.purificatori-acquafacile {
  max-width: 500px;
  background-color: #c4de8b;
  border: 4px solid #87c124;
  border-radius: 20px;
  padding: 25px;
}

.heading-9 {
  color: #003057;
}

.heading-10 {
  color: #003057;
  font-size: 24px;
}

.type-of-purificatori {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-6 {
  max-width: var(--maxw);
}

.heading-7-copy {
  color: #003057;
  text-align: center;
  margin-bottom: 45px;
  font-size: 25px;
}

.heading-11 {
  color: #003057;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.text-block-8 {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.div-block-16 {
  max-width: 350px;
  background-color: #f6f6f6;
  border-radius: 14px;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
}

.text-block-9 {
  color: #003057;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.image-3 {
  margin-bottom: 15px;
}

.div-block-17 {
  padding: 15px;
}

.sorgentelight {
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 10%;
}

.container-7 {
  max-width: var(--maxw);
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}

.sorgentesport {
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 10%;
}

.card-image-02 {
  height: 235px;
  background-image: url('../images/immagine_sport_sorgentesport.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-image-01 {
  height: 235px;
  background-image: url('../images/immagine_donna_sorgentelight.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-image-03 {
  height: 235px;
  background-image: url('../images/immagine_anziani_sorgentehealth.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 14px 14px 0 0;
}

.card-image-04 {
  height: 235px;
  background-image: url('../images/immagine_famiglia_sorgentefamily.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-image-05 {
  height: 235px;
  background-image: url('../images/immagine_mamma-figlia_sorgentetailored.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-image-06 {
  height: 235px;
  background-image: url('../images/immagine_acqua-rubinetto_sorgentelightfrizz.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.container-8 {
  max-width: var(--maxw);
  text-align: center;
  margin-bottom: 45px;
}

.text-block-10 {
  max-width: 600px;
  color: #003057;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-4 {
  color: #02ce56;
  font-size: 25px;
}

.text-block-11 {
  max-width: 600px;
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.container-9 {
  background-image: linear-gradient(#288cd7, #2273b0);
  border: 3px dashed #00c8ff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  max-width: 600px;
  color: #fff;
  margin-bottom: 0;
  margin-left: 160px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-18 {
  max-width: 300px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 200px;
  padding: 29px;
}

.text-block-12 {
  font-size: 12px;
}

.bold-text-5 {
  font-family: Great Vibes, cursive;
}

.heading-12 {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 25px;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 0;
  font-size: 10px;
}

.image-4 {
  margin-right: 36px;
  position: absolute;
  top: -36%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.container-10 {
  height: 750px;
  max-width: var(--maxw);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.approfita {
  background-color: #025ab0;
  padding-top: 45px;
  padding-bottom: 45px;
}

.container-11 {
  max-width: var(--maxw);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-size: 30px;
}

.div-block-19 {
  width: 600px;
}

.paragraph-4 {
  color: #fff;
  font-size: 16px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: #02ce56;
  font-weight: 600;
}

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  width: 2px;
  height: 80px;
  background-color: #fff;
}

.div-block-22 {
  width: 250px;
  color: #fff;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-14 {
  font-weight: 300;
  line-height: 24px;
}

.div-block-23 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.div-block-24 {
  width: 120px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: #2a8dd8;
}

.section {
  height: auto;
  background-image: url('../images/famiglia-cucina-acqua-sana-depurata.jpeg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 900px;
  background-attachment: scroll;
  padding-top: 40px;
  padding-bottom: 65px;
}

.text-block-18 {
  color: #07c1ff;
  font-size: 17px;
  font-weight: 500;
}

.paragraph-5 {
  margin-top: 20px;
  line-height: 25px;
}

.div-block-25 {
  max-width: 500px;
}

.heading-15 {
  font-size: 28px;
}

.container-12 {
  max-width: 500px;
  align-items: center;
  display: block;
  position: relative;
  top: 41px;
  left: -325px;
}

.container-13 {
  max-width: var(--maxw);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 181px;
  display: flex;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-20 {
  color: #07c1ff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.div-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-19 {
  font-size: 13px;
}

.section-2 {
  background-color: #003057;
  padding-top: 35px;
  padding-bottom: 35px;
}

.container-14 {
  color: #a85d5d;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-15 {
  text-align: center;
}

.heading-21 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.heading-22 {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#015db5, #024d9d);
  margin-bottom: 0;
  padding: 14px;
  font-weight: 400;
}

.faq-answer-1 {
  max-width: 800px;
  text-align: left;
  border: 1px solid #000;
  border-top-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 15px;
  line-height: 26px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-29 {
  margin-bottom: 30px;
}

.faq-answer-2, .faq-answer-3, .faq-answer-4, .faq-answer-5 {
  max-width: 800px;
  text-align: left;
  border: 1px solid #000;
  border-top-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: 15px;
  line-height: 26px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 15px;
    justify-content: center;
  }

  .jumbotron {
    height: 700px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-4 {
    text-align: center;
  }

  .div-block-5 {
    justify-content: center;
  }

  .paragraph, .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    grid-row-gap: 25px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .paragraph-3 {
    margin-left: 0;
  }

  .image-4 {
    position: static;
  }

  .container-10, .container-11 {
    justify-content: center;
  }

  .div-block-20 {
    margin-top: 46px;
  }

  .container-12 {
    background-color: rgba(255, 255, 255, .68);
    padding: 15px;
    position: static;
  }

  .container-13 {
    justify-content: center;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .container-9 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .jumbotron {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .heading {
    margin-bottom: 15px;
  }

  .div-block-4 {
    width: auto;
    max-width: 600px;
    text-align: center;
    padding: 22px;
    position: static;
    left: 0;
  }

  .heading-2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 25px;
  }

  .div-block-5 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-8 {
    grid-row-gap: 45px;
  }

  .container-4 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .heading-7 {
    line-height: 30px;
  }

  .div-block-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-11 {
    line-height: 30px;
  }

  .sorgentesport {
    bottom: 36%;
    right: 3%;
  }

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

  .container-9 {
    text-align: center;
  }

  .image-4 {
    margin-right: 0;
  }

  .container-10 {
    height: 860px;
  }

  .div-block-25 {
    margin-top: 25px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .div-block-27 {
    text-align: center;
    flex-wrap: wrap;
  }
}
