.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-b {
  text-align: center;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.benefit-section {
  padding: 64px 0 50px;
}

.div-block-3 {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4, .div-block-5 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button {
  text-align: center;
  background-color: #30b939;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.w--current {
  text-align: center;
  background-color: #46a814;
  border-radius: 18px;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  display: block;
}

.container-2 {
  margin-bottom: 0;
  padding: 10px 20px;
}

.form-section {
  background-image: url('../images/bagniitaliani_may25_product.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: static;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-size: 21px;
}

.container-3 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  border-radius: 11px;
  width: 50%;
  padding: 18px;
  position: relative;
  left: -707px;
  box-shadow: 1px 1px 11px -10px #000;
}

.italic-text {
  color: #278a31;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}

.div-block-7 {
  width: 70%;
}

.heading {
  font-family: PT Sans, sans-serif;
  font-size: 31px;
}

.text-block {
  max-width: 80%;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.italic-text-2 {
  padding-left: 7px;
  padding-right: 7px;
  font-family: Bitter, serif;
  font-size: 30px;
  font-style: normal;
}

.italic-text-3 {
  font-family: Bitter, serif;
  font-size: 16px;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 25px;
  font-style: normal;
  line-height: 35px;
}

.div-block-8 {
  grid-column-gap: 20px;
  display: block;
}

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

.select-field {
  background-color: #fff;
  border-radius: 4px;
}

.submit-button {
  background-color: #30b939;
  width: 100%;
}

.button-2 {
  text-align: center;
  background-color: #8dac16;
  width: 100%;
  margin-top: 7px;
  font-family: Bitter, serif;
  font-size: 17px;
  font-weight: 700;
}

.checkbox-label {
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-field {
  padding-top: 7px;
  padding-bottom: 0;
}

.jumbotron-img-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.image {
  padding-top: 0;
}

.text-span {
  color: #fff;
  background-color: #000;
  padding: 0;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-family: Bitter, serif;
  line-height: 47px;
}

.text-span-2 {
  font-size: 27px;
}

.paragraph {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 25px;
}

.image-2 {
  margin: 15px auto;
  display: block;
}

.div-block-9 {
  text-align: center;
  margin-top: 25px;
}

.paragraph-2 {
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 30px;
}

.button-3 {
  text-align: center;
  background-color: #8dac16;
  border-radius: 11px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-10 {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-2 {
  font-weight: 400;
}

.text-block-3 {
  padding-left: 20px;
  font-family: Bitter, serif;
  font-size: 13px;
}

.container-4 {
  margin-top: 25px;
}

.paragraph-3 {
  color: #8dac16;
  text-align: center;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-4 {
  color: #8b8b8b;
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
  font-family: Bitter, serif;
}

@media screen and (max-width: 991px) {
  .form-section {
    background-position: 50% 0;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 0;
  }

  .container-3 {
    flex-wrap: wrap;
  }

  .div-block-6 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffed;
    width: 70%;
    position: relative;
    top: 22px;
    left: 0;
  }

  .div-block-7 {
    margin-bottom: 45px;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
  }

  .jumbotron-img-wrapper {
    justify-content: center;
  }

  .image, .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .benefit-section {
    padding-top: 25px;
    padding-bottom: 8px;
  }

  .button.w--current {
    width: 60%;
  }

  .container-3 {
    flex-direction: column;
  }

  .div-block-6 {
    width: 80%;
  }

  .heading, .text-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text-2 {
    font-size: 23px;
  }

  .jumbotron-img-wrapper {
    grid-column-gap: 15px;
    margin-bottom: 30px;
  }

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

  .image-3 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .button-3 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-row-gap: 40px;
    flex-flow: column;
    place-content: center;
  }

  .benefit-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .button {
    width: 100%;
    font-family: Bitter, serif;
    line-height: 25px;
  }

  .button.w--current {
    width: 90%;
  }

  .container-3 {
    flex-flow: wrap;
    align-content: center;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 20px;
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .heading {
    text-align: center;
    line-height: 45px;
  }

  .text-block {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text-2 {
    text-align: center;
    font-size: 25px;
    line-height: 20px;
  }

  .jumbotron-img-wrapper {
    grid-row-gap: 45px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

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

  .heading-3 {
    line-height: 35px;
  }

  .text-span-2 {
    font-size: 16px;
    line-height: 35px;
  }

  .image-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    width: 90%;
    font-size: 19px;
  }
}

#w-node-_5262633b-70a2-8e03-33c5-819380327a79-74743a63 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fc2bf04-820b-3028-99b5-25e0772738f9-74743a63, #w-node-c3c9cce4-20eb-4417-3696-96e688a5bdf8-74743a63, #w-node-c03fbc47-ec0e-79cf-80e4-84c64f67309a-74743a63, #w-node-da90f4db-9e82-8050-f8c8-99f0ca9b38f1-74743a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1e8bbda-7ba2-099f-bf6c-6786533e703c-74743a63 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-e1e8bbda-7ba2-099f-bf6c-6786533e703c-74743a63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
