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

.section {
  padding: 60px 15px;
}

.section.hero {
  background-image: linear-gradient(#fff0 74%, #000), url('../images/bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section.bg-2 {
  background-color: #071914;
  background-image: linear-gradient(#000, #fff0), url('../images/bg-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.bg-2.hiden {
  display: none;
}

.section.bg-3 {
  background-image: linear-gradient(#fff0, #000), url('../images/bg-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.bg-4 {
  background-color: #001f18;
  background-image: linear-gradient(#000, #fff0 49%, #000), url('../images/bg-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.hiden {
  display: none;
}

.list {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1px;
  padding: 7px 10px 7px 30px;
}

.list-item.close {
  background-image: url('../images/close.png');
}

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

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

.text-block-2 {
  text-align: center;
  font-size: 22px;
}

.columns {
  margin-top: 35px;
}

.heading-2 {
  text-align: center;
}

.columns-2 {
  margin-top: 30px;
}

.container {
  text-align: center;
}

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

.heading-3, .container-2 {
  text-align: center;
}

.text-block-4 {
  font-size: 18px;
}

.div-block {
  text-align: center;
  background-image: linear-gradient(205deg, #0000, #00d0a024);
  border: 1px solid #00d0a04f;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 32px;
}

.div-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.image {
  width: 23px;
}

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

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

.text-block-5 {
  text-align: center;
  font-size: 25px;
}

.bonus {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-image: linear-gradient(148deg, #0000, #00d0a024);
  border: 1px solid #00d0a04f;
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 17px;
  display: flex;
}

.text-block-6 {
  font-size: 15px;
}

.heading-5 {
  text-align: center;
}

.price-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00d0a012;
  border: 1px solid #00d0a054;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-top: 58px;
  padding: 32px 30px;
  display: flex;
}

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

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

.list-2 {
  list-style-type: none;
}

.div-block-6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  display: flex;
}

.heading-7 {
  margin-top: 0;
}

.heading-8 {
  text-align: center;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-q-text {
  color: #090909;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-faq {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-a-text {
  color: #5f5f5f;
  font-size: 19px;
  line-height: 1.6em;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.faq-stripe-1 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.faq-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.divider-3 {
  opacity: .35;
  background-image: linear-gradient(225deg, #0d181200, #d4d4d4 51%, #0d181200);
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px solid #00c89a;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.text-block-7 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
}

.section-2 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.text-block-8 {
  text-align: center;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Chakra Petch, sans-serif;
}

.list-3 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.list-3.margin-none {
  margin-bottom: -29px;
}

.list-item-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/check_1.png'), linear-gradient(135deg, #24e4b826, #fff0);
  background-position: 10px 11px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 21px, auto;
  border: 1px solid #24e4b847;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 45px;
}

.list-item-2.close {
  background-image: url('../images/cross.png'), linear-gradient(135deg, #e4242726, #fff0);
  border-color: #e4242747;
  padding-right: 15px;
}

.list-item-2.box-step {
  text-align: center;
  background-image: linear-gradient(135deg, #24e4b826, #fff0);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 51px;
  font-weight: 600;
  position: relative;
}

.list-item-2._2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: url('../images/check-mark-2.png');
  border-style: none;
  margin-bottom: 0;
}

.list-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #50e916;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.button-2.shiny-cta {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.text-body {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3em;
}

.columns-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.headline {
  text-align: center;
}

.new {
  border-radius: 15px;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.highlight {
  color: #00d0a0;
}

.data {
  color: #00d0a0;
  margin-bottom: -18px;
  font-size: 30px;
  line-height: 1.1em;
}

.calendar-title {
  border-bottom: 1px dashed #00d0a047;
  padding-bottom: 10px;
}

.icon-revert {
  filter: invert();
  width: 23px;
}

.box-detail {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  opacity: .45;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.title-bonus {
  margin-top: 0;
}

.imagem-depoimentos {
  margin-top: -186px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price-zone {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.1em;
}

.price-big {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.1em;
  display: flex;
}

.smal {
  margin-top: -23px;
  margin-left: 10px;
  font-size: 30px;
}

.arrow-bottom {
  width: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: -46px;
}

.image-2, .image-3 {
  width: 100%;
}

.image-4 {
  border-radius: 15px;
  width: 100%;
}

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  filter: hue-rotate(330deg);
}

.content-module {
  width: 60%;
}

.img-bonus {
  width: 35%;
}

.link-block {
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #ffd90a, #e07600);
  border-radius: 30px;
  width: 100%;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block.submit {
  color: #000;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

.section-7 {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  width: 100%;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-7.popup {
  background-color: #000000cf;
  background-image: url('../images/texture-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-13 {
  text-transform: none;
  font-size: 30px;
  line-height: 35px;
}

.heading-13.minor {
  text-transform: none;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 26px;
}

.highlight-3 {
  color: #f1c22d;
  text-shadow: 0 0 2px #f1c22dcc;
}

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 5px 5px auto auto;
}

.input-field {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: #8b8b8b80;
}

.input-field.atual {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.input-field.atual::placeholder {
  color: #868484;
}

.formwrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-10 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.container-10.modal {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 11px #00d0a066;
}

.form-block {
  margin-top: 0;
}

.dados {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.dados-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  filter: invert();
  width: 30px;
}

.data-text {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.data-text.left {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .c-faq-item-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .input-field.atual {
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-position: 0 0, 30%;
  }

  .heading {
    font-size: 23px;
    line-height: 1.1em;
  }

  .columns {
    flex-flow: column-reverse;
    display: flex;
  }

  .heading-3, .heading-4 {
    font-size: 25px;
    line-height: 1.1em;
  }

  .bonus {
    text-align: center;
    flex-flow: column;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 1.1em;
  }

  .faq-q-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .c-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-faq-q-text {
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 4px;
  }

  .faq-stripe-1, .faq-stripe-2 {
    background-color: #000;
  }

  .c-faq-icon {
    padding: 13px;
  }

  .divider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-text {
    font-size: 16px;
  }

  .text-body {
    text-align: center;
    font-size: 16px;
  }

  .headline {
    font-size: 21px;
    line-height: 1.1em;
  }

  .new {
    width: 100%;
  }

  .data {
    font-size: 28px;
  }

  .box-detail {
    flex-flow: column;
  }

  .imagem-depoimentos {
    margin-top: -100px;
  }

  .price-big {
    font-size: 60px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .heading-10 {
    text-align: center;
  }

  .heading-11 {
    text-align: center;
    font-size: 24px;
    line-height: 1.1em;
  }

  .heading-12 {
    text-align: center;
  }

  .content-module, .img-bonus {
    width: 100%;
  }

  .link-block {
    border-radius: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7.popup {
    display: none;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-13.minor {
    font-size: 18px;
  }

  .input-field.atual {
    height: 41px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .formwrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .form-block {
    margin-top: 0;
  }
}


