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

body {
  color: #fefefe;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.section {
  background-image: url('../images/LP-DESK_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 37%, #010300), url('../images/LP-DESK_01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 20px;
  padding-bottom: 140px;
}

.section._2 {
  height: 100%;
  background-image: linear-gradient(#010300, rgba(158, 158, 158, 0) 56%, #010300), url('../images/LP-DESK_02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section._3 {
  background-image: linear-gradient(#010300, rgba(133, 133, 133, 0) 53%, #010300), url('../images/LP-DESK_03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._4 {
  color: #131313;
  background-color: #fefefe;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._5, .section._6 {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body {
  background-color: #010300;
}

.container {
  max-width: 1180px;
}

.hero.left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quick-stack {
  grid-column-gap: 60px;
}

.logo {
  width: 200px;
}

.heading {
  letter-spacing: -.05px;
  margin-top: 134px;
  font-size: 30px;
  line-height: 120%;
}

.subhead {
  font-size: 18px;
  line-height: 150%;
}

.highlight {
  color: #5cff92;
}

.text-block-32 {
  flex: none;
}

.payment {
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.payment.preco {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  position: relative;
}

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

.price__strike {
  color: #323232;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: relative;
}

.subscript-3 {
  font-size: 20px;
  font-weight: 200;
}

.html-embed-2 {
  width: 125px;
  height: 125px;
  transform-style: preserve-3d;
  display: flex;
  position: absolute;
  top: -13px;
  bottom: 0%;
  left: 129px;
  right: auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(44deg);
}

.x {
  width: 100px;
  height: 100px;
  color: #f40;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: auto;
  right: -24px;
}

.x.blur {
  filter: blur(6px);
}

.price-highlight {
  text-shadow: 0 0 12px rgba(255, 255, 255, .66), 0 0 4px #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 50px;
}

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

.text-block-14.strike {
  color: #faf9f6;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.button {
  z-index: 20;
  color: #fefefe;
  cursor: pointer;
  background-image: linear-gradient(225deg, #34af45, #0a9c5d);
  border: 0 solid #5f0000;
  border-bottom: 4px solid #125801;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px rgba(27, 255, 156, .37), 0 19px 14px -8px rgba(24, 0, 0, .6);
}

.button.b {
  max-width: 640px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  width: 25px;
  height: auto;
  color: #10fc6e;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-right: 20px;
  display: inline-block;
}

.icon-2.arrow {
  color: #fefefe;
}

.divider {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #025328, rgba(255, 255, 255, 0) 77%);
  margin-top: 10px;
  margin-bottom: 30px;
}

.divider.b {
  height: 5px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 6%, #025328 47%, rgba(255, 255, 255, 0) 87%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.divider.b.c {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  margin-bottom: 0;
}

.heading-2.bigger {
  letter-spacing: -5px;
  font-size: 75px;
  line-height: 75px;
}

.cell-3 {
  justify-content: center;
}

.quick-stack-2 {
  grid-column-gap: 60px;
}

.checklist__hero {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin: 20px auto auto;
  padding-left: 0;
  display: grid;
}

.item__checklist {
  text-align: left;
  align-items: flex-start;
  line-height: 150%;
  display: flex;
}

.check__lottie {
  width: 25px;
  height: 25px;
  filter: saturate(200%);
  color: #0e6932;
  flex: none;
  position: relative;
}

.check_blur {
  z-index: -1;
  opacity: .33;
  filter: blur(30px) hue-rotate(94deg);
  background-color: #ff3503;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-7 {
  margin-left: 10px;
}

.text-block-7.small {
  max-width: 200px;
}

.quick-stack-3 {
  grid-column-gap: 60px;
  border: 1px solid rgba(35, 255, 157, .63);
  border-radius: 10px;
  padding: 32px;
}

.cell-4, .cell-5 {
  justify-content: center;
}

.cta-center {
  text-align: center;
  border-radius: 10px;
  padding: 60px;
}

.paragraph {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bg-blur {
  z-index: -1;
  width: 100%;
  height: 100px;
  filter: blur(300px);
  background-color: #23ff9d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.bg-blur.b {
  width: 200px;
  height: 200px;
  background-color: #dde02b;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-2 {
  z-index: 5;
  background-image: radial-gradient(circle closest-corner at 50% -60%, #14bb25, rgba(255, 255, 255, 0)), url('../images/grid-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 100px;
  display: flex;
  position: relative;
}

.section-2.b {
  z-index: 4;
  background-color: #12151b;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.section-2.b.footer {
  background-color: #0a0a0a;
  border: 1px solid rgba(64, 82, 95, .44);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer__disclaimer {
  max-width: 640px;
}

.footer__disclaimer.center {
  max-width: 760px;
  color: rgba(216, 217, 233, .4);
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.image {
  width: 200px;
}

@media screen and (min-width: 1920px) {
  .checklist__hero {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-bottom: 40px;
  }

  .section._3, .section._4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .checklist__hero {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding-left: 10px;
  }

  .cell-5 {
    align-items: center;
  }

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

  .section-2.b.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-6, .cell-7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 37%, #010300), url('../images/Sem-Titulo-2.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, contain;
  }

  .logo {
    display: none;
  }

  .html-embed-2 {
    width: 100px;
    height: 100px;
    margin-right: 36px;
    top: 14px;
  }

  .button {
    width: 100%;
    margin-top: 40px;
  }

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

@media screen and (max-width: 479px) {
  .section._2 {
    background-image: linear-gradient(#010300, rgba(133, 133, 133, 0) 5%, rgba(75, 76, 75, 0) 19%, #010300 37%), url('../images/LP-DESK_02.webp');
    background-position: 0 0, 5% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 960px;
  }

  .section._3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section._5 {
    padding-bottom: 20px;
  }

  .hero.left {
    margin-top: 263px;
  }

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

  .subhead {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .payment {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment.preco {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .price__strike {
    margin-right: 20px;
  }

  .subscript-3 {
    font-size: 14px;
  }

  .html-embed-2 {
    width: 70px;
    height: 70px;
    margin-right: 0;
    display: none;
    top: 13px;
    left: 48px;
    transform: translate(5px)rotateX(180deg)rotateY(180deg)rotateZ(37deg);
  }

  .x {
    width: 100px;
    height: 100px;
    bottom: -38px;
    right: -32px;
  }

  .price-highlight {
    font-size: 50px;
  }

  .text-block-14.strike {
    margin-bottom: 0;
    font-size: 30px;
  }

  .button {
    text-align: center;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.b {
    line-height: 150%;
  }

  .divider {
    height: 5px;
  }

  .divider.b {
    margin-bottom: 0;
  }

  .heading-2.mw {
    font-size: 24px;
    line-height: 120%;
  }

  .heading-2.bigger {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 120%;
  }

  .checklist__hero {
    grid-column-gap: 50px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .item__checklist {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .check__lottie {
    width: 20px;
    height: 20px;
  }

  .text-block-7.small {
    max-width: none;
  }

  .quick-stack-3 {
    padding: 20px;
  }

  .cta-center {
    padding: 20px 20px 100px;
  }

  .paragraph {
    text-align: left;
    padding-top: 20px;
  }

  .section-2.b, .section-2.b.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-33 {
    max-width: 250px;
  }

  .image {
    width: 170px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-4 {
    margin-top: 302px;
  }
}

#w-node-b60ba825-1bdb-a337-a26a-a5fbed21b753-0e2c2108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b179fb1-68d8-2019-50f7-39441087d4e2-0e2c2108 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_84483733-f1b4-2b53-630f-a329d8cb5635-0e2c2108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0d4fe92-882f-cf1c-1b86-2ad6c76b1a35-0e2c2108, #w-node-f0d4fe92-882f-cf1c-1b86-2ad6c76b1a3b-0e2c2108, #w-node-f0d4fe92-882f-cf1c-1b86-2ad6c76b1a41-0e2c2108, #w-node-f0d4fe92-882f-cf1c-1b86-2ad6c76b1a47-0e2c2108, #w-node-_40718f6b-5a7d-8072-0894-f99b9aaa3cd3-0e2c2108, #w-node-e348d9f1-caa0-ccfa-fce4-b101d9ed1ace-0e2c2108, #w-node-cc048ff6-34cc-cb89-e0d9-8c5185edca02-0e2c2108 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3dbd2b35-4a02-3068-46c5-5793344920ee-0e2c2108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c497a9ef-8afe-ceaf-5c5f-a237c088cd0a-0e2c2108 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b60ba825-1bdb-a337-a26a-a5fbed21b753-0e2c2108, #w-node-_2b179fb1-68d8-2019-50f7-39441087d4e2-0e2c2108, #w-node-_84483733-f1b4-2b53-630f-a329d8cb5635-0e2c2108, #w-node-_3dbd2b35-4a02-3068-46c5-5793344920ee-0e2c2108, #w-node-c497a9ef-8afe-ceaf-5c5f-a237c088cd0a-0e2c2108 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}