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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.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 {
  aspect-ratio: auto;
  color: #fff;
  background-color: #131313;
  font-family: Generalsans, Impact, sans-serif;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.heading {
  text-align: center;
  max-width: 800px;
  margin-top: 182px;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
}

.body-large {
  text-align: center;
  max-width: 43ch;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
}

.image {
  z-index: -3;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -10% 0% auto;
}

.image-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: block;
}

.section {
  background-image: url('../images/glow_transparent.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 20px;
}

.image-3 {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -16% 0% auto;
}

.bold-text {
  opacity: 1;
  color: #303030;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(59deg, #10dffd, #ca81d4 27%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.button {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 700;
}

.text-block {
  background-color: #131313;
  border-radius: 150px;
  padding: 16px 24px;
}

.button-medium {
  color: #fff;
  background-color: #131313;
  background-image: repeating-linear-gradient(225deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  border-radius: 150px;
  padding: 1px;
  font-weight: 600;
  text-decoration: none;
}

.section-2 {
  background-color: #212039;
  border-radius: 0;
  margin-top: 0;
}

.container-full {
  -webkit-text-fill-color: inherit;
  background-color: #212039;
  background-image: linear-gradient(#10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  background-clip: padding-box;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 2px 0;
  display: flex;
}

.container-timer {
  background-color: #212039;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1216px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.section-3 {
  background-color: #212039;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.body-default {
  text-align: center;
  max-width: 48ch;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2 {
  color: #f70ca8;
  margin-top: 40px;
  text-decoration: underline;
}

.stroke-div {
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 100%;
  min-height: 1px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  min-width: 100%;
  min-height: 100%;
  margin-bottom: 64px;
  display: flex;
}

.heading-2-gradient-2 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 0;
}

.heading-2-gradient-1 {
  z-index: 10;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
}

.heading-2-gradient-3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
}

.heading-2-gradient-glow-top {
  z-index: 11;
  opacity: .68;
  filter: blur(8px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-dodge;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: absolute;
  top: auto;
}

.heading-2-gradient-glow-bottom {
  z-index: -2;
  opacity: 1;
  filter: blur(16px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: absolute;
  top: auto;
}

.card-img {
  background-color: #212039;
  border-radius: 10px 10px 0 0;
}

.cell {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  background-clip: border-box;
  border-radius: 10px;
  padding: 1px;
}

.cell:hover {
  transform-origin: 0%;
  mix-blend-mode: normal;
  box-shadow: 0 0 19px -8px #ffffff57;
}

.image-card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.preco-original {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #212039;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.body-14-light {
  font-weight: 300;
  text-decoration: line-through;
}

.text-block-3 {
  font-weight: 700;
}

.div-block-2 {
  background-color: #ca81d4;
  border-radius: 5px;
  padding: 6px 10px;
}

.text-block-4 {
  text-align: center;
  min-width: auto;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.preco-desconto {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #212039;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.body-14-light-copy {
  font-weight: 300;
  text-decoration: none;
}

.body-14-light-line {
  font-weight: 300;
  text-decoration: line-through;
}

.precos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #212039;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 0;
  display: flex;
}

.card-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #212039;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.combo-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.quick-stack {
  margin-bottom: 64px;
  padding: 0;
}

.heading-2-gradient-glow-top-cursos {
  z-index: 11;
  opacity: .68;
  filter: blur(8px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-dodge;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: absolute;
  top: auto;
}

.heading-2-gradient-glow-bottom-cursos {
  z-index: -2;
  opacity: 1;
  filter: blur(16px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: absolute;
  top: auto;
}

.heading-2-gradient-glow-bottom-copy {
  z-index: -2;
  opacity: 1;
  filter: blur(16px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(207deg, #10dffd, #ca81d4 34%, #aa3ce2 66%, #6a83e7);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  display: block;
  position: absolute;
  top: auto;
}

.div-block-3 {
  padding-right: 144px;
  display: block;
  position: relative;
}

.image-4 {
  vertical-align: baseline;
  align-self: center;
  padding-right: 0;
}

.div-block-4 {
  padding-right: 148px;
  position: relative;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #e4bee9;
  border-radius: 62.5rem;
  padding: 1rem 2rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-animations {
  z-index: auto;
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.glowing-wrapper-button-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-animations-2 {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-text-2 {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.section-4 {
  background-image: url('../images/glow_transparent_top.png'), url('../images/glow_transparent.png');
  background-position: 64% 55%, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.heading-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  position: static;
}

.div-block-5 {
  background-image: url('../images/teste2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 1000px;
}

.bonus {
  min-width: 100%;
  margin-top: 64px;
  padding: 0;
}

.bonus-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #212039;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  min-height: 100%;
  padding: 31px;
  display: flex;
}

.cell-2, .cell-3 {
  background-color: #212039;
}

.bonus-fill {
  background-color: #212039;
  border-radius: 10px;
  min-width: 100%;
  min-height: 100%;
}

.quick-stack-bonus {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 0;
}

.div-block-6 {
  border-radius: 10px;
  padding: 10px;
}

.container-bonus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.body-default-left {
  text-align: left;
  max-width: 48ch;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.heading-3-bonus {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  min-width: 20ch;
  max-width: 20ch;
}

.div-block-7 {
  background-image: url('../images/teste2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.div-block-8 {
  min-width: 0;
}

.div-block-9 {
  background-image: url('../images/teste2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
}

.div-block-10 {
  min-height: 100%;
}

.quick-stack-2 {
  min-width: 100%;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.heading-bonus {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.image-5 {
  vertical-align: middle;
  max-width: 40px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.quick-stack-3 {
  min-width: 100%;
  padding: 0;
}

.software-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.software-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-width: 40px;
  max-width: 0;
  display: flex;
}

.cell-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: linear-gradient(30deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  background-clip: border-box;
  border-radius: 10px;
  padding: 1px;
}

.acesso-software {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.text-block-5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-14 {
  z-index: 0;
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 285px;
  min-height: 2px;
  position: absolute;
}

.div-block-14-glow {
  z-index: 2;
  filter: blur(5px);
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 280px;
  min-height: 2px;
  position: absolute;
}

.body-default-left-light {
  text-align: left;
  max-width: 48ch;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.incluso {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.disclaimer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-7 {
  line-height: 125%;
}

.text-block-8 {
  opacity: .8;
  font-size: 12px;
  line-height: 125%;
}

.div-block-15 {
  z-index: 0;
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 300px;
  min-height: 2px;
  position: absolute;
}

.div-block-15-glow {
  z-index: 2;
  filter: blur(5px);
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 300px;
  min-height: 2px;
  position: absolute;
}

.body-default-left-bonus {
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.quick-stack-4 {
  order: 0;
  min-width: 100%;
  padding: 0;
}

.cell-5 {
  background-image: url('../images/testeantonio.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-2-professor {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.body-default-center {
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  line-height: 150%;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

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

.body-large-left {
  text-align: left;
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
}

.bonus-final-border {
  margin-top: 20px;
}

.bonus-final-borderstroke {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: linear-gradient(30deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  background-clip: border-box;
  border-radius: 10px;
  min-width: 100%;
  margin-top: 20px;
  padding: 1px;
}

.image-6, .image-7 {
  max-width: 40px;
}

.text-block-9 {
  color: #fff0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(56deg, #ca81d400, #ca81d4 77%);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
}

.div-bonus-conjunto {
  z-index: 0;
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 374px;
  min-height: 2px;
  position: absolute;
}

.conjunta-glow {
  z-index: 2;
  filter: blur(5px);
  background-image: linear-gradient(90deg, #10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  min-width: 374px;
  min-height: 2px;
  position: absolute;
}

.body-default-left-100 {
  text-align: left;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-17 {
  border-radius: 10px;
  min-width: 100%;
  min-height: 100%;
}

.image-8 {
  border-radius: 10px;
  min-width: 100%;
  min-height: auto;
}

.image-9 {
  z-index: -1;
  opacity: .63;
  max-width: 65%;
  margin: -131px -417px -371px -69px;
  position: absolute;
}

.section-5 {
  background-image: url('../images/glow_transparent.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider {
  background-color: #21203900;
  min-width: 100%;
  position: relative;
}

.section-6 {
  background-color: #212039;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonials {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.depoimento-texto {
  color: #212039;
  min-width: 100%;
  font-size: 18px;
  line-height: 135%;
}

.slide {
  background-color: #99a2e0;
  max-width: 50%;
  margin-right: 1.13rem;
  padding: 1px;
}

.depoimento-border {
  background-color: #99a2e0;
  padding: 1px;
}

.depoimento-contet {
  background-color: #403f70;
  min-width: 100%;
  min-height: 100%;
  padding: 23px;
}

.mask {
  min-width: 100%;
}

.slider_comp {
  background-color: #212039;
  border-radius: 10px;
  min-width: 100%;
}

.slider_mask {
  border-radius: 10px;
}

.slider_slide {
  background-color: #6966c5;
  border-radius: 10px;
  margin-right: 20px;
  padding: 1px;
}

.slide_content {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #49478c;
  background-image: url('../images/glow.png');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  padding: 32px;
  display: flex;
}

.depoimento-titulo {
  color: #fff;
  text-align: center;
  min-width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.bold-text-2 {
  color: #ca81d4;
  text-decoration: underline;
}

.text-block-10 {
  color: #d2daf3;
}

.depoimento_autor {
  color: #d2daf3;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.autor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.depoimento_curso {
  opacity: .8;
  color: #d2daf3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.bold-text-3, .bold-text-4 {
  color: #ca81d4;
}

.description {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 100%;
  font-size: 14px;
  line-height: 150%;
  overflow: hidden;
}

.desc {
  text-align: center;
  line-height: 150%;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: #ca81d4;
}

.top-header {
  z-index: 3;
  background-image: linear-gradient(#10dffd, #ca81d4 33%, #aa3ce2 66%, #6a83e7);
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: sticky;
  top: 24px;
}

.div-block-20 {
  background-color: #deb0f7;
  border-radius: 0;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
}

.text-block-12 {
  color: #131313;
}

.div-block-21 {
  margin-left: 40px;
  margin-right: 40px;
}

.section-7 {
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 1px;
}

.link {
  color: #38084a;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 74px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-22 {
  min-width: 100%;
}

.quick-stack-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #fff 31%, #d79edf);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
  line-height: 120%;
  position: static;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cell-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-24 {
  background-color: #403e4e;
  min-width: 100%;
  min-height: 1px;
  margin-bottom: 24px;
}

.div-block-25 {
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

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

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

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

.body-default-copy {
  text-align: center;
  max-width: 65%;
  font-size: 16px;
  line-height: 150%;
}

.container-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.cell-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.left-arrow, .right-arrow {
  opacity: 0;
}

.container-copy-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1296px;
  margin-top: 0;
  padding: 64px 40px;
  display: flex;
}

.countdown_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.countdown_number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(23deg, #fff 30%, #d79edf 86%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.25em;
  line-height: 1.2;
}

.countdown_label {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875em;
}

.hide {
  display: none;
}

.div-block-28 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .image-3 {
    top: -1%;
  }

  .image-card {
    min-width: 100%;
  }

  .section-4 {
    background-image: url('../images/glow_transparent_top.png'), url('../images/glow_transparent.png');
    background-position: 64% -15%, 50% 115%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

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

  .div-block-14, .div-block-14-glow {
    min-width: 264px;
  }

  .body-default-left-light {
    font-size: 14px;
  }

  .div-block-15, .div-block-15-glow {
    min-width: 280px;
  }

  .quick-stack-4 {
    order: -9999;
  }

  .div-bonus-conjunto, .conjunta-glow {
    min-width: 340px;
  }

  .text-block-13 {
    letter-spacing: -4px;
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 48px;
  }

  .image-3 {
    max-width: 110%;
    inset: 0% auto auto -26px;
  }

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

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    background-position: 64% -25%, 50% 115%;
  }

  .testimonials {
    text-align: center;
  }

  .slider_comp {
    width: 500px;
    min-width: 77%;
  }

  .slider_mask, .slider_slide {
    min-width: 100%;
  }

  .depoimento-titulo {
    font-size: 16px;
  }

  .text-block-13 {
    letter-spacing: 0;
    font-size: 25px;
  }

  .div-block-25 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .container-copy {
    min-width: 100%;
    max-width: 0;
  }

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

  .icon {
    opacity: 0;
    overflow: hidden;
  }

  .countdown_number {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 48px 16px;
  }

  .heading {
    margin-top: 88px;
    font-size: 32px;
  }

  .image-2 {
    max-width: 40px;
  }

  .image-3 {
    max-width: 100%;
    left: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-bottom: 32px;
  }

  .heading-2-gradient-1, .heading-2-gradient-glow-top, .heading-2-gradient-glow-bottom {
    font-size: 20px;
  }

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

  .combo-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack {
    margin-bottom: 32px;
  }

  .heading-2-gradient-glow-top-cursos, .heading-2-gradient-glow-bottom-cursos, .heading-2-gradient-glow-bottom-copy {
    font-size: 20px;
  }

  .div-block-3 {
    box-sizing: border-box;
    object-fit: contain;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-4 {
    width: 16px;
  }

  .div-block-4 {
    aspect-ratio: auto;
    object-fit: contain;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: 0;
    margin: 6px auto 29px 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 115%;
  }

  .bonus-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .container-bonus {
    padding: 32px 16px;
  }

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

  .software-title {
    font-size: 20px;
    line-height: 115%;
  }

  .div-block-14, .div-block-14-glow {
    min-width: 248px;
  }

  .body-default-left-light {
    max-width: none;
    font-size: 12px;
    text-decoration: none;
  }

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

  .div-block-15, .div-block-15-glow {
    min-width: 248px;
  }

  .body-default-left-bonus {
    font-size: 14px;
  }

  .div-bonus-conjunto, .conjunta-glow {
    min-width: 248px;
  }

  .slider_comp {
    width: 300px;
    min-width: 100%;
    height: 400px;
  }

  .slide_content {
    background-image: url('../images/glow.png');
    background-position: 50% 300%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .depoimento-titulo {
    display: block;
  }

  .text-block-13 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-block-24 {
    margin-bottom: 20px;
  }

  .container-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-default-copy {
    max-width: 100%;
  }

  .image-10 {
    width: 16px;
  }

  .container-copy-2 {
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .countdown_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .countdown_number {
    font-size: 2.5em;
  }

  .countdown_label {
    font-size: .75em;
  }
}

#w-node-_7ed92f96-a6fe-168c-2630-620bdde169b4-b35ea22b, #w-node-_9adfe90a-552b-a63f-4bff-1d58de621f9c-b35ea22b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46d156bb-9d24-68a2-799d-6523ae54d487-b35ea22b, #w-node-_0161126e-422b-41e6-66a4-f85730437617-b35ea22b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_51926b50-e500-a217-23d6-823c73d5d15b-b35ea22b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7ed92f96-a6fe-168c-2630-620bdde169b4-b35ea22b, #w-node-_9adfe90a-552b-a63f-4bff-1d58de621f9c-b35ea22b, #w-node-_0161126e-422b-41e6-66a4-f85730437617-b35ea22b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51926b50-e500-a217-23d6-823c73d5d15b-b35ea22b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46d156bb-9d24-68a2-799d-6523ae54d487-b35ea22b, #w-node-_51926b50-e500-a217-23d6-823c73d5d15b-b35ea22b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}