/* Text Elements */

h1.energia.heading-1 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-size: 44px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h1.capovolta.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  font-family: 'Lexend Deca', sans-serif;
}

h1.heading-1.privacy {
  text-align: center;
  font-size: 30px;
  font-family: 'Lexend Deca', sans-serif;
}

h1.heading-4 {
  text-align: center;
}

h2.carichiamo.heading-2 {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h2.amolla.heading-2 {
  margin-top: 0;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  font-family: 'Lexend Deca', sans-serif;
}

h3.heading-2 {
  color: #000;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h3.heading-3 {
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h4.headling-4 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 19px;
}

h4.carica.headling-4 {
  font-weight: 400;
  line-height: 19px;
}

p.paragraph {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: 'Andale Mono', AndaleMono, monospace;
}

p.paragraph.footer-text {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph.paragraph-1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph.paragraph-1.plus {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

p.paragraph a.paragraph-text-1 {
  color: #282828;
}

/* Interaction Elements */

a.link-button.btn {
  margin-top: 50px;
  padding: 15px 20px;
  min-height: auto;
  width: 200px;
  border-width: 0;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Lexend Deca', sans-serif;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

/* Layout Elements */

body {
  padding-right: 6px;
  padding-left: 6px;
}

.campi {
  width: 300px;
  text-align: center;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #626262;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.formtitle{  
  font-weight: 300;
  font-size: 24px;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000000;
}

/* Form Elements */

.formlabel{  
  font-weight: 300;
  font-size: 18px;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
  padding: 20px 6px 0px 6px;
  line-height: 1.42857143;
  color: #000000;
}


body.body-1 {
  display: grid;
  padding-right: 0;
  padding-left: 0;
  background-color: #fcf73f;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.container-grid.container-1 {
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container-grid.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 20px;
  border-bottom: 1px solid #000;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  margin-bottom: 30px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-grid.container-7 {
  padding: 30px 20px;
  background-color: #fff;
}

.container-grid.container-1.due {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ececec;
}

.container-grid.container-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-grid.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  margin-top: 30px;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-3 {
  width: 80px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.container-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

div.responsive-picture.picture-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 170px;
}

.container-grid.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 341px) {
  /* Text Elements */

  h1.capovolta.heading-1 {
    text-transform: uppercase;
    font-size: 50px;
  }

  h1.energia.heading-1 {
    font-size: 50px;
  }

  h1.heading-1.privacy {
    text-align: left;
  }

  h2.carichiamo.heading-2 {
    font-size: 38px;
  }

  h2.amolla.heading-2 {
    font-size: 50px;
  }

  h3.heading-2 {
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph.footer-text {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
  }

  p.paragraph.paragraph-1.plus {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fcf13f;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container-grid.container-1 {
    padding-top: 0;
    padding-right: 0;
  }

  div.responsive-picture.picture-1 {
    min-height: auto;
    max-width: 230px;
    max-height: none;
    width: auto;
  }

  div.responsive-picture.picture-2 {
    max-width: 250px;
  }

  .container-grid.container-6 {
    width: auto;
  }

  .container-grid.container-1.due {
    padding-left: 20px;
  }

  .container-grid.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-4 {
    max-width: 170px;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.energia.heading-1 {
    text-align: left;
    font-size: 70px;
  }

  h1.capovolta.heading-1 {
    text-align: left;
    font-size: 69px;
  }

  h2.carichiamo.heading-2 {
    font-size: 50px;
  }

  h2.amolla.heading-2 {
    font-size: 70px;
  }

  h3.heading-2 {
    text-align: left;
  }

  h4.headling-4 {
    text-align: left;
    font-size: 19px;
    line-height: 21px;
  }

  h4.carica.headling-4 {
    margin-bottom: 50px;
    width: 70%;
    text-align: center;
    font-size: 19px;
    line-height: 21px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Interaction Elements */

  a.link-button.btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container-grid.container-2 {
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-grid.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    margin-bottom: 0;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container-grid.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  div.responsive-picture.picture-2 {
    max-width: 350px;
  }

  .container-grid.container-1.due {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-grid.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.container-10 {
    display: grid;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    vertical-align: top;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    grid-template-rows: repeat(2 , auto);
    grid-template-columns: repeat(2 , auto);
    justify-items: start;
  }

  .container-grid.container-13 {
    width: 100%;
  }

  .container-grid.container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    margin-bottom: 0;
    min-height: 0;
    vertical-align: baseline;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  div.responsive-picture.picture-1 {
    margin-bottom: 0;
    max-width: 230px;
  }

  .container-grid.container-12 {
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  div.responsive-picture.picture-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.energia.heading-1 {
    font-size: 78px;
  }

  h1.capovolta.heading-1 {
    font-size: 77px;
  }

  h2.carichiamo.heading-2 {
    font-size: 50px;
  }

  h2.amolla.heading-2 {
    font-size: 70px;
  }

  h3.heading-2 {
    font-size: 30px;
  }

  h3.heading-3 {
    vertical-align: top;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fcf13f;
  }

  .container-grid.container-1 {
    background-color: transparent;
  }

  .container-grid.container-2 {
    display: grid;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;

    justify-self: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container-grid.container-9 {
    vertical-align: top;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }

  .container-grid.container-10 {
    display: grid;
    -ms-flex-pack: center;
    vertical-align: top;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.container-11 {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.energia.heading-1 {
    font-size: 90px;
  }

  h1.capovolta.heading-1 {
    font-weight: 700;
    font-size: 90px;
  }

  h3.heading-3 {
    width: auto;
  }

  p.paragraph.paragraph-1.plus {
    text-align: left;
  }

  p.paragraph a.paragraph-text-1 {
    color: #282828;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
    -ms-flex-pack: center;
    clear: none;
    background-color: #fcf13f;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    vertical-align: top;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    grid-area: auto / auto / auto / auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container-grid.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container-grid.container-2 {
    width: 1200px;
  }

  .container-grid.container-7 {
    position: static;
    display: block;
    background-color: #fff;
    vertical-align: baseline;

    justify-self: auto;
  }

  div.responsive-picture.picture-2 {
    max-width: 450px;
  }

  .container-grid.container-10 {
    display: grid;
    -ms-flex-pack: center;
    width: 1201px;

    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    grid-auto-flow: column;
  }

  .container-grid.container-11 {
    width: 1200px;
  }
}

@media screen and (min-width: 1574px) {
  .container-grid.container-10 {
    width: 1200px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}