@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-BlackOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hando;
  src: url('../fonts/HandoTrial-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  max-width: 1000px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 15px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

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

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

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

.section-2 {
  padding: 60px 15px;
}

.section-2._1dobra {
  background-image: url('../images/bg01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.section-2.black-bg-padding-bottom {
  background-image: radial-gradient(circle, #2e5ed4a6, #0000 33%);
  padding-bottom: 117px;
}

.section-2._1 {
  padding-top: 30px;
}

.section-2.bg-blue {
  background-color: #2e5ed4;
}

.section-2.fixed-bg {
  background-image: radial-gradient(circle, #2e5ed463, #0000 67%);
}

.section-2.bg-pink {
  background-color: #c927d3;
  padding-top: 22px;
  padding-bottom: 57px;
  position: relative;
}

.section-2.bg-price {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg01.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-2.bg-price._1 {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle at 50% 0, #2e5ed470, #0000 26%), url('../images/bg01.png');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 1px solid #2e5ed4;
}

.section-2.bg-price._2 {
  background-image: url('../images/bg01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2.alt {
  background-color: #000e29;
}

.heading {
  margin-top: 29px;
  margin-bottom: 29px;
  font-size: 22px;
  font-weight: 300;
}

.heading._1dobra {
  font-size: 20px;
  line-height: 28px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #26c947;
  background-image: linear-gradient(90deg, #0a6802, #14ce04);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 19px 13px;
  text-decoration: none;
  display: flex;
}

.link-block.contained {
  max-width: 500px;
}

.link-block.price-container {
  margin-top: 30px;
}

.text-block {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}

.div-block-4 {
  text-align: left;
  text-transform: uppercase;
  background-color: #2248a5;
  background-image: url('../images/arrow.svg'), linear-gradient(90deg, #1b3f97, #0193ff);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 30px;
  width: 100%;
  max-width: 500px;
  padding: 10px 20px 10px 51px;
  font-weight: 300;
}

.div-block-4.pink {
  background-color: #ae19b8;
  background-image: url('../images/arrow.svg'), linear-gradient(270deg, #ef09fc, #8e0c8f);
  background-position: 3%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
}

.div-block-4.large {
  max-width: 600px;
}

.div-block-4.white {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
}

.text-block-2 {
  text-transform: none;
  font-family: Hando, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-3 {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
}

.text-block-3.left {
  text-align: left;
  font-size: 21px;
}

.text-block-3.left._1 {
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
}

.text-block-3.left._1.margin {
  margin-bottom: 31px;
}

.text-block-3.subheadline {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 26px;
}

.text-block-3._2 {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: 22px;
}

.text-block-3._3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-3.centered {
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
}

.text-block-3.centered._1 {
  max-width: 600px;
}

.list {
  background-image: url('../images/Linha.svg');
  background-position: 15% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
  list-style-type: none;
}

.list.alt {
  background-position: 7% 0;
}

.list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #9b9b9b36;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
  padding: 11px;
  display: flex;
}

.text-block-4 {
  font-size: 20px;
  font-weight: 300;
}

.text-block-5 {
  letter-spacing: 1px;
  font-size: 34px;
  font-weight: 900;
  line-height: 33px;
}

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

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-image: url('../images/Base.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: 29px;
  padding: 58px;
  font-family: Hando, Arial, sans-serif;
  display: flex;
  position: relative;
}

.div-block-6._1 {
  margin-top: 72px;
  margin-bottom: 70px;
}

.image {
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-6 {
  background-color: #d623e1;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 12px;
  font-size: 27px;
  font-weight: 700;
}

.list-2 {
  margin-top: 34px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  background-image: url('../images/checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-bottom: 1px solid #292929;
  margin-bottom: 18px;
  padding: 12px 11px 12px 40px;
}

.text-block-7 {
  font-size: 23px;
  font-weight: 300;
  line-height: 20px;
}

.image-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #d623e1;
  border-radius: 8px;
  width: 350px;
  padding: 10px;
}

.div-block-7 {
  background-color: #d623e1;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
  margin-bottom: 88px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.container-2 {
  background-image: radial-gradient(circle, #2e5ed466, #0000 63%);
  margin-top: 80px;
}

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

.list-item-3 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 16px 16px 16px 84px;
  display: flex;
}

.list-item-3._1 {
  background-image: url('../images/01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.list-item-3._2 {
  background-image: url('../images/02.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.list-item-3._3 {
  background-image: url('../images/03.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.list-item-3._4 {
  background-image: url('../images/04.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.div-block-8 {
  background-color: #333;
  width: 100%;
  padding-bottom: 1px;
}

.text-block-8 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 300;
}

.grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  background-color: #ffffff29;
  background-image: linear-gradient(135deg, #ffffff3b, #0000 53%);
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 36px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.container-3 {
  text-align: center;
  max-width: 1100px;
}

.text-block-10 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-11 {
  font-size: 17px;
  font-weight: 300;
}

.image-3 {
  width: 135px;
  margin-bottom: -27px;
}

.div-block-10 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #1c419c3b;
  border: 10px solid #2e5ed466;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  display: flex;
}

.text-block-12 {
  color: #ff2d2d;
  letter-spacing: -1px;
  margin-top: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-decoration: line-through;
}

.text-block-13 {
  margin-top: 7px;
  margin-bottom: 1px;
  font-size: 68px;
  font-weight: 700;
  line-height: 60px;
}

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

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

.column {
  text-align: center;
}

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

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

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

.faq-a-text {
  color: #e2e2e2;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
}

.faq-q-text {
  color: #fff;
  font-size: 22px;
}

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

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

.c-faq {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.divider-3 {
  opacity: .35;
  background-color: #5a5a5a;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  box-shadow: 0 0 20px 1px #72612f57;
}

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

.c-faq-item {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #5858585c;
  border-bottom: 2px solid #2e5ed47a;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

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

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

.section-3 {
  background-color: #2e5ed4;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 11px 25px;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-block-2 {
  padding: 4px;
}

.image-4 {
  width: 40px;
}

.image-4._1 {
  width: 32px;
}

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

.div-block-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-6 {
  max-width: 1000px;
}

.heading-2 {
  font-size: 40px;
}

.heading-2.center {
  text-align: center;
  margin-bottom: 24px;
}

.heading-2.contained {
  max-width: 700px;
  margin-bottom: 32px;
}

.heading-2.contained.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-2.contained.center.margin {
  margin-top: 120px;
}

.heading-2._1dobra {
  font-size: 35px;
  line-height: 38px;
}

.image-5 {
  width: 22px;
}

.code-embed-2 {
  width: 100%;
  max-width: 130%;
}

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

.button {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #2e5ed4;
  border-radius: 20px;
  padding: 7px 23px;
  font-size: 14px;
  font-weight: 700;
}

.button.pink {
  background-color: #d623e1;
}

.image-6 {
  width: 34px;
}

.marquee-horizontal-2 {
  z-index: 200;
  color: #fff;
  background-color: #9c00a1;
  background-image: linear-gradient(90deg, #fe26f6, #4877f0);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 53px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-2.red {
  background-color: #d623e1;
  background-image: none;
  font-weight: 300;
  box-shadow: 0 0 60px #3339;
}

.marquee-horizontal-2.blue {
  z-index: 30;
  filter: blur(2px);
  background-color: #2e5ed4;
  background-image: none;
  margin-bottom: -4px;
  font-weight: 700;
  transform: rotate(-3deg);
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-right: 30px;
  font-size: 17px;
  font-style: normal;
}

.text-span {
  margin-left: 30px;
}

.bold-text-8 {
  font-weight: 900;
}

.sticky-container {
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
}

.sticky-wrap {
  width: 100%;
  height: 400px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner-3 {
  align-items: flex-start;
  width: 2580px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.scroll-card-3 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 400px;
  min-height: 24.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.modulos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-image: linear-gradient(338deg, #323a408c, #00000024);
  border: 1px solid #44515c;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 312px;
  margin-top: 58px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.modulo {
  z-index: 1;
  clear: left;
  opacity: 1;
  border-radius: 5px;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.heading-3 {
  max-width: 560px;
  font-size: 36px;
  line-height: 35px;
}

.image-7 {
  width: 80px;
}

.text-block-16 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.image-8 {
  width: 137px;
}

.bold-text-9 {
  background-color: #d623e1;
  padding-left: 5px;
  padding-right: 5px;
}

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

.text-block-18 {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-5 {
  font-size: 28px;
}

.heading-5.margin {
  margin-top: 82px;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #d623e1;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  background-color: #d623e1;
  inset: 0% 0% 0% auto;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.gradient-bg {
  z-index: -1;
  filter: hue-rotate(243deg);
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slider {
  margin-top: 42px;
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  border-radius: 5px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.carousel-arrows {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.carousel-arrow-oval-2 {
  z-index: 3;
  background-color: #19ff00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval-2.next-arrow {
  inset: 0% 0% 0% auto;
}

.gradient-bg-2 {
  z-index: -1;
  filter: hue-rotate(108deg);
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section-4 {
  padding: 60px 15px;
  position: relative;
  overflow: visible;
}

.section-4.margin-bottom {
  padding-top: 21px;
  padding-bottom: 48px;
}

.text-block-19 {
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-20 {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-21 {
  font-size: 22px;
  font-weight: 300;
}

.image-9 {
  position: absolute;
  bottom: 10%;
  left: -20%;
  right: auto;
}

.image-10 {
  position: absolute;
  inset: auto -11% -19% auto;
}

.image-11 {
  position: absolute;
  inset: -9% -11% auto auto;
}

.image-11._1 {
  top: -17%;
}

.container-7 {
  max-width: 1000px;
}

.image-12 {
  position: absolute;
  inset: -19% auto auto 0%;
}

.heading-6 {
  font-weight: 300;
}

.text-block-22 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-22._1 {
  text-align: center;
  margin-top: 38px;
}

.text-span-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 21px;
}

.div-block-13 {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #f669ff;
  padding: 6px 6px 28px;
}

.image-13 {
  margin-bottom: 9px;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 78px;
  display: flex;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 39px;
  line-height: 41px;
}

.text-block-23 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 55px;
}

.column-2 {
  background-image: url('../images/line.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 100%;
  padding-left: 41px;
}

.heading-8 {
  font-size: 34px;
}

.heading-9 {
  text-transform: uppercase;
  max-width: 700px;
  margin: 26px auto 47px;
  font-size: 29px;
}

.heading-9._1 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.image-14 {
  position: absolute;
  inset: -19% auto auto 0%;
}

.image-14.other {
  filter: blur(9px);
  inset: auto 0% -9% auto;
}

.heading-10 {
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

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

.image-15 {
  background-image: radial-gradient(circle, #1f439cc9, #0000 65%);
}

.div-block-44 {
  z-index: 201;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #2a9238;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 11px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 11px 11px auto;
}

.text-block-55 {
  border-radius: 0;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-17 {
  filter: invert();
  width: 25px;
}

.code-embed {
  padding-bottom: 6px;
}

.field-label {
  font-size: 18px;
}

.container-popup {
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 550px;
  padding: 48px 24px;
  position: relative;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(45deg, #2e5ed4 10%, #d623e1);
  border-radius: 20px;
  width: 100%;
  margin-top: 13px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
}

.form-block {
  margin-top: 24px;
}

.dica-popup {
  color: #999;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.heading-popup {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.text-block-popup {
  font-size: 17px;
  font-weight: 500;
}

.text-field {
  border-radius: 8px;
  height: 46px;
  margin-bottom: 0;
  font-size: 16px;
}

.popup-section {
  z-index: 999;
  background-color: #00000057;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 27px 15px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-form {
  cursor: pointer;
  width: 30px;
  position: absolute;
  inset: 5px 5px auto auto;
}

.disclaimer-popup {
  text-align: center;
}

.link {
  color: #d623e1;
}

.bold-text-10, .bold-text-11 {
  font-weight: 900;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 22px auto;
  display: flex;
}

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

.text-block-56 {
  text-align: center;
  max-width: 500px;
  font-size: 23px;
  line-height: 28px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
}

.div-block-47 {
  text-align: center;
  text-transform: uppercase;
  background-color: #2e5ed4;
  border-radius: 30px;
  padding: 10px 28px;
  font-weight: 300;
}

.div-block-47.pink {
  background-color: #d623e1;
}

.text-block-57 {
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.bold-text-12 {
  font-weight: 900;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 39px;
  line-height: 41px;
}

.div-block-48 {
  background-color: #17317126;
  border: 1px solid #5178da;
  border-radius: 16px;
  padding: 41px 22px;
}

.div-block-48.denied {
  background-color: #7117195e;
  border-color: #da5153;
}

.heading-13 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 700;
}

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

.list-item-4 {
  background-image: url('../images/checmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 5px;
  padding: 6px 8px 6px 32px;
}

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

.text-block-58 {
  font-size: 20px;
}

.columns-4 {
  margin-top: 27px;
  margin-bottom: 103px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 21px;
  margin-bottom: 58px;
}

.div-block-49 {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #f669ff;
  padding: 6px 6px 28px;
}

.image-18 {
  margin-bottom: 9px;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 78px;
  display: flex;
}

.heading-14 {
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 39px;
  line-height: 41px;
}

.text-block-59 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 55px;
  margin-bottom: 41px;
}

.list-item-5 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 37px;
  padding: 16px 16px 16px 84px;
  display: flex;
}

.list-item-5._3 {
  background-image: url('../images/03.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.list-item-5._1 {
  background-image: url('../images/01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 65px;
}

.list-item-5._4 {
  background-image: url('../images/04.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.list-item-5._2 {
  background-image: url('../images/02.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 71px;
}

.text-block-60 {
  font-size: 18px;
  font-weight: 700;
}

.column-7 {
  background-image: url('../images/line.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 100%;
  padding-left: 41px;
}

.heading-15 {
  text-align: center;
  font-size: 34px;
}

.heading-15.left {
  text-align: left;
}

.text-block-61 {
  font-size: 16px;
  font-weight: 300;
}

.container-11 {
  margin-top: 80px;
}

.div-block-50 {
  background-color: #333;
  width: 100%;
  padding-bottom: 1px;
}

.heading-16 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.container-12 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #0000005c;
  border: 1px solid #14cb04;
  border-radius: 20px;
  margin-top: 22px;
  padding: 20px 37px;
  box-shadow: 0 0 10px #0fb83ecf;
}

.video {
  width: 100%;
  max-width: 114%;
}

.code-embed-3 {
  width: 130%;
}

.text-block-62 {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
}

.text-block-62._2 {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: 22px;
}

.text-block-63 {
  text-align: center;
  font-size: 19px;
  line-height: 23px;
}

.text-block-63._3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.heading-17 {
  text-align: center;
  margin-bottom: 37px;
  font-size: 28px;
  line-height: 34px;
}

@media screen and (min-width: 1920px) {
  .marquee-horizontal-2 {
    box-shadow: none;
  }

  .marquee-text {
    color: #fff;
    font-style: normal;
  }

  .slider {
    margin-bottom: 8em;
  }
}

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

  .sticky-wrap {
    height: 720px;
  }

  .scroll-inner-3 {
    width: 600vw;
    height: auto;
  }

  .scroll-card-3 {
    width: 390px;
    margin-top: -1px;
    bottom: 0%;
  }

  .slider {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card-3 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    justify-content: center;
  }

  .div-block-3 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .section-2.bg-blue {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .section-2.fixed-bg {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .section-2.bg-price._1 {
    padding-bottom: 50px;
  }

  .heading {
    margin-top: 3px;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 25px;
  }

  .link-block.price-container.open-popup {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 12px 15px;
  }

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

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

  .div-block-4 {
    padding-left: 36px;
    padding-right: 13px;
  }

  .div-block-4.pink {
    padding-left: 33px;
  }

  .div-block-5 {
    margin-bottom: 3px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-3.left {
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-3.left._1 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-3.left._1.margin {
    font-size: 21px;
    line-height: 26px;
  }

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

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

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

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

  .list, .list.alt {
    background-position: 19% 0;
  }

  .list-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .container {
    text-align: left;
  }

  .div-block-6 {
    height: auto;
    padding: 43px 17px;
  }

  .div-block-6._1 {
    margin-bottom: 32px;
  }

  .image {
    margin-top: -15px;
  }

  .div-block-7 {
    flex-flow: column;
    margin-bottom: 37px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    margin-top: 46px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10 {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .text-block-13 {
    font-size: 52px;
  }

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

  .column {
    text-align: center;
  }

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

  .faq-a-text {
    font-size: 19px;
  }

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

  .c-faq {
    padding: 0;
  }

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

  .bold-text-7 {
    font-size: 17px;
  }

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

  .div-block-12 {
    flex-flow: column-reverse;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 32px;
  }

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

  .heading-2.contained.center.margin {
    margin-top: 60px;
    font-size: 22px;
  }

  .heading-2._1dobra {
    font-size: 23px;
    line-height: 29px;
  }

  .columns-2 {
    flex-flow: row-reverse wrap-reverse;
  }

  .button {
    text-align: center;
  }

  .marquee-horizontal-2.red {
    z-index: 100;
  }

  .sticky-container {
    flex-direction: column;
    height: auto;
  }

  .sticky-wrap {
    position: relative;
  }

  .scroll-card-3 {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .modulos {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }

  .modulo {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .heading-5 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 31px;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-19 {
    margin-bottom: 9px;
    font-size: 23px;
    line-height: 29px;
  }

  .text-block-21 {
    line-height: 22px;
  }

  .image-9, .image-10, .image-11, .image-12 {
    display: none;
  }

  .heading-6 {
    font-size: 23px;
    line-height: 29px;
  }

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

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

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-8 {
    margin-top: 42px;
  }

  .heading-7 {
    font-size: 27px;
    line-height: 34px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .column-2 {
    padding-left: 24px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-14 {
    display: none;
  }

  .column-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    max-width: 51%;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    margin-bottom: 29px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 26px;
    font-size: 33px;
    line-height: 33px;
  }

  .div-block-44 {
    z-index: 140;
    background-color: #2a9238;
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .container-popup {
    padding-left: 17px;
    padding-right: 17px;
  }

  .heading-popup {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 30px;
  }

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

  .div-block-46 {
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-57 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-12 {
    font-size: 27px;
    line-height: 34px;
  }

  .div-block-48 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .columns-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container-10 {
    margin-top: 42px;
  }

  .heading-14 {
    font-size: 27px;
    line-height: 34px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .column-7 {
    padding-left: 24px;
  }

  .heading-15 {
    font-size: 29px;
    line-height: 34px;
  }

  .container-11 {
    margin-top: 46px;
  }

  .heading-16 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .container-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .code-embed-3 {
    width: 100%;
  }

  .text-span-3 {
    background-color: #2e5ed4;
  }

  .text-block-62._2 {
    text-align: left;
    font-size: 18px;
  }

  .text-block-63._3 {
    font-size: 23px;
  }

  .heading-17 {
    font-size: 23px;
    line-height: 32px;
  }
}

#w-node-d31216c4-3706-bf33-5fdc-950754c47e88-cc5b0d9a {
  place-self: center end;
}

#w-node-_38aeb849-e598-0012-7515-6734e70e9c56-cc5b0d9a, #w-node-d4f70df9-419d-13d5-392e-07b416189a2c-cc5b0d9a, #w-node-_3a73c800-2fc1-16b1-1960-dac99a9f5e40-cc5b0d9a, #w-node-db1e4c31-0f6a-8d94-dd19-8919f866ac9c-cc5b0d9a, #w-node-_83495e45-a2bb-a143-0f77-54b48338c065-cc5b0d9a, #w-node-e7f54f66-4e07-ed98-6f35-bc41b0a7a7d9-cc5b0d9a, #w-node-_9093a673-5e87-c90d-1d82-2647f45fbc35-cc5b0d9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}