:root {
  --white: white;
  --black: black;
}

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

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

@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 {
  z-index: 99999;
  grid-column-gap: 500px;
  background-color: #222632;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-8 {
  width: 450px;
  color: #25632d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  color: #145da0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.bold-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.text-span-3 {
  color: red;
  font-size: 20px;
}

.button {
  width: 36%;
  color: #b88917;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b88917;
  border-radius: 30px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 800;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #9b6f06;
}

.button.w--current {
  color: #b88917;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b88917;
  border-radius: 30px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.button.w--current:hover {
  background-color: #fff;
}

.jumbotron-section {
  height: auto;
  grid-column-gap: 50px;
  background-image: url('../images/jumbotron-background.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 20px;
  display: block;
}

.heading-23 {
  width: 500px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #000;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.submit-button {
  width: 100%;
  color: #000;
  background-color: #fcbf00;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.submit-button:hover {
  background-color: #f8b447;
}

.div-block-2 {
  width: 400px;
  background-color: #fff;
  border-radius: 8px;
  padding: 22px 20px 15px;
  box-shadow: -2px 0 12px -10px #000;
}

.select-field {
  background-color: #fff;
}

.checkbox-label-2 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.link-2 {
  color: #1923f0;
}

.text-span-4 {
  color: #ff0606;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.text-field {
  border: 1px solid #e2e2e2;
  border-radius: 17px;
  padding-left: 12px;
  padding-right: 4px;
  font-family: Exo, sans-serif;
}

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

.checkbox-label-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

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

.text-span-5 {
  color: #bb1823;
}

.heading-24 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 91px;
  padding-right: 91px;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
}

.body {
  background-color: #0c0c0c;
}

.cta-section {
  background-color: #131313;
  padding-top: 80px;
  padding-bottom: 0;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  width: auto;
  text-align: center;
  background-color: #fad02c;
  border-radius: 18px;
  padding: 19px 20px;
}

.heading-25 {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.list {
  padding-left: 20px;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button-4 {
  width: 250px;
  text-align: center;
  background-color: #196d2b;
  border-radius: 20px;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading-26 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.div-block-17 {
  width: 6%;
  height: 2px;
  background-color: #fcbf00;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container-2 {
  margin-bottom: 0;
  padding-top: 49px;
  padding-bottom: 49px;
}

.section-4 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0;
}

.section-4.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-4.footer.copyright {
  color: #939596;
  background-color: #c0bbac;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.text-block-11 {
  color: #000;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #42310a;
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  padding: 19px;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.div-block-19 {
  width: 225px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-right: .4px solid rgba(255, 255, 255, .28);
  border-radius: 3px;
  flex: 0 auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px;
  display: flex;
}

.section-5 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-section {
  background-color: #131313;
  margin-bottom: 45px;
  padding-top: 35px;
  padding-bottom: 65px;
}

.paragraph {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-span-6 {
  font-size: 30px;
  font-weight: 800;
}

.text-span-7 {
  color: #bb1823;
  font-size: 30px;
  font-weight: 800;
}

.container-3 {
  max-width: 1000px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  background-image: url('../images/profit.png');
  background-position: 0 0;
  background-size: cover;
}

.container-4 {
  max-width: 1920px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-copy {
  width: 100%;
  color: #ecb121;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ecb121;
  border-radius: 30px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 800;
  display: block;
}

.button-copy:hover {
  color: #fff;
  background-color: #9b6f06;
}

.button-copy.w--current {
  color: #b88917;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b88917;
  border-radius: 30px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.button-copy.w--current:hover {
  background-color: #fff;
}

.account-ottieni-last {
  width: 225px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex: 0 auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-top: 30px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.text-span-8 {
  font-size: 25px;
}

.bold-text-2 {
  font-size: 30px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
}

.heading-28 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.text-block-13 {
  color: #eed256;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-span-9, .text-span-10 {
  color: #eed256;
}

.text-span-11 {
  color: #fff;
}

.image-11 {
  margin-bottom: 7px;
}

.heading-29 {
  color: #fcbf00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.text-block-14 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 31px;
}

.div-block-21 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  border-radius: 12px;
}

.text-span-12 {
  color: #000;
  background-color: #fcbf00;
}

.heading-30 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.container-5 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  padding: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-5 {
  font-size: 16px;
}

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

.heading-31 {
  color: #fcbf00;
  text-align: center;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.div-block-22 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.container-7 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.block-quote {
  width: auto;
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
}

.slide {
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav {
  display: none;
}

.slide-2, .slide-3, .slide-4 {
  padding: 35px;
}

.left-arrow {
  margin-left: -51px;
}

.right-arrow {
  margin-right: -32px;
}

.footer-container {
  text-align: center;
  background-color: #dbd5c1;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-7 {
  color: #000;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 300px;
  }

  .button {
    font-size: 20px;
  }

  .heading-23 {
    width: 100%;
    text-align: center;
  }

  .div-block-2 {
    width: 500px;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-4 {
    flex-flow: wrap;
  }

  .button-copy {
    width: 100%;
    font-size: 20px;
  }

  .div-block-20 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .div-block-23 {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }

  .left-arrow {
    margin-left: -32px;
  }

  .right-arrow {
    margin-right: -5px;
  }

  .text-details-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    grid-column-gap: 250px;
    text-align: center;
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .jumbotron-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    width: auto;
  }

  .container {
    flex-direction: column;
  }

  .container-2 {
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .section-4 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .div-block-18 {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 33px;
  }

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

  .button-copy {
    width: 65%;
    margin-bottom: 15px;
  }

  .paragraph-2 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .block-quote {
    width: auto;
  }

  .slider {
    margin-left: 26px;
    margin-right: 26px;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .div-block-8 {
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .button {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
  }

  .button.w--current {
    width: auto;
    font-size: 18px;
  }

  .jumbotron-section {
    height: auto;
    flex-direction: column;
    display: block;
  }

  .heading-23 {
    width: auto;
    text-align: center;
    font-size: 33px;
  }

  .submit-button {
    width: 100%;
    font-size: 15px;
  }

  .div-block-2 {
    width: auto;
  }

  .heading-24 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .container {
    flex-direction: column;
  }

  .div-block-16 {
    width: auto;
  }

  .heading-26 {
    font-size: 23px;
  }

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

  .div-block-18 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-section {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph {
    font-size: 20px;
  }

  .text-span-6, .text-span-7 {
    font-size: 25px;
  }

  .container-3 {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container-4 {
    flex-direction: column;
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-copy {
    width: auto;
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .heading-31 {
    font-size: 23px;
  }

  .left-arrow {
    margin-left: -11px;
  }

  .mask {
    padding: 27px;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .paragraph-7 {
    text-align: center;
  }
}
