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

.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 {
  padding: 60px 15px;
  position: relative;
  overflow: visible;
}

.section.hero {
  background-image: linear-gradient(to top, #1d1d1d, #fff0 64%), url('../images/head-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 91vh;
  padding-top: 184px;
}

.section.bg-1 {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 100px;
}

.section.bg-2 {
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 163px;
  padding-bottom: 200px;
  position: relative;
}

.section.bg-3 {
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.bg-4 {
  z-index: 7;
  background-image: linear-gradient(132deg, #945c17, #000 25%, #0f0c02f5 75%, #955d155e);
  border-bottom: 1px solid #b46b1145;
  padding-bottom: 81px;
  position: static;
  overflow: visible;
}

.section.bg-4.off {
  background-image: url('../images/bg-5.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  border-bottom-style: none;
  border-bottom-color: #2c2c2c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.bg-4.off.hidden {
  display: none;
}

.section.margin-bottom {
  padding-bottom: 109px;
}

.section.no-margin {
  padding-bottom: 0;
}

.section.orange {
  color: #000;
  background-color: #f7a900;
}

.section.bg-5 {
  background-image: url('../images/bg-5.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
}

.section.bg-6 {
  background-image: linear-gradient(#00000036, #00000036), url('../images/bg-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  position: relative;
}

.section.bg-4-copy {
  z-index: 7;
  background-image: linear-gradient(132deg, #945c17, #000 25%, #0f0c02f5 75%, #955d155e);
  border-bottom: 1px solid #b46b1145;
  padding-bottom: 81px;
  position: static;
  overflow: visible;
}

.section.white {
  background-color: #fff;
}

.div-block {
  width: 80%;
}

.div-block._2 {
  border-left: 1px solid #ffa505;
  padding-left: 18px;
}

.headline {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 1.3em;
}

.headline.center {
  text-align: center;
}

.headline.center.plus {
  color: #f7a900;
  font-size: 90px;
  font-weight: 800;
  line-height: 1em;
}

.highlight {
  color: #ffc300;
}

.highlight.v2 {
  color: #ff8000;
}

.sub-headline {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4em;
}

.sub-headline.center {
  text-align: center;
}

.cartabutton, .cartabutton-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton.animation-pulse, .cartabutton-2.animation-pulse{
  color: #000;
  text-align: center;
  background-color: #f1c22d;
  background-image: linear-gradient(225deg, #ffd90a, #e07600);
  border: 2px solid #ffec39;
  border-radius: 50px;
  width: 100%;
  max-width: 500px;
  margin: 25px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 1.2em;
  display: block;
  box-shadow: 0 0 11px #fbcd09;
}

.cartabutton.animation-pulse.w--current {
  max-width: 600px;
}

.text-block-23 {
  color: #fff;
  font-weight: 800;
}

.bold-text {
  color: #000;
}

.body {
  color: #fff;
  background-color: #161616;
}

.box-content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(225deg, #4a331a87, #fff0 52%);
  border: 1px solid #694d1e;
  border-radius: 25px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.box-content.list {
  background-image: url('../images/check_1check.png'), linear-gradient(45deg, #4a331a87, #fff0 52%);
  background-position: 2%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 31px, auto;
  padding-left: 58px;
}

.image {
  border-right: 1px solid #56421c;
  width: 150px;
  margin-right: 15px;
  padding-right: 15px;
}

.grid {
  margin-top: 57px;
}

.text-body {
  letter-spacing: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-body.center {
  text-align: center;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.letter {
  z-index: 46;
  color: #030303;
  background-color: #e6e6e6;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: -99px;
  padding: 20px 15px;
  position: relative;
}

.letter.header {
  background-color: #e6e6e600;
  background-image: url('../images/nav-top.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  height: 59px;
  margin-bottom: -4px;
}

.letter-negative {
  z-index: 3;
  margin-top: -188px;
  position: relative;
}

.image-2 {
  max-width: 110%;
  margin: 35px -5%;
}

.chat {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.msg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  margin-bottom: 28px;
  padding: 15px;
  display: inline-block;
  position: relative;
}

.msg.self {
  color: #fff;
  background-color: #9a9a9a;
  width: auto;
  max-width: 70%;
  margin-left: auto;
  position: relative;
}

.arrow-msg {
  position: absolute;
  inset: 30% -20px 0% auto;
}

.arrow-msg._2 {
  inset: auto auto 20px -20px;
}

.image-3 {
  border-radius: 15px;
}

.image-4 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.columns-3 {
  border-bottom: 1px dashed #ffffff1c;
  flex-direction: row;
  align-items: stretch;
  margin-top: 48px;
  padding-bottom: 20px;
  display: flex;
}

.column-3 {
  margin-top: 0;
  position: relative;
}

.highlight-2 {
  color: #f1c22d;
  text-shadow: 0 0 7px #f1c22de0;
  font-weight: 700;
}

.image-34 {
  position: relative;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-8._2 {
  text-align: center;
  text-shadow: 0 0 8px #d4f00380;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 40px;
  line-height: 1.1em;
  display: block;
}

.heading-8._2._3 {
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.heading-8._2._4 {
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.text-body-2 {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.check-2 {
  background-image: url('../images/check_1check.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 22px;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-left: 28px;
  display: flex;
  position: relative;
}

.check-2.nocheckmark {
  background-image: none;
  padding-left: 0;
}

.list-item {
  text-transform: none;
  width: 70%;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
}

.list-item.price {
  text-align: right;
  width: 29%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: line-through;
}

.list-item.price._2 {
  width: 39%;
  font-size: 21px;
  font-weight: 700;
}

.module-number-box {
  float: left;
  clear: left;
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.title {
  color: #f1c22d;
  border: 2px solid #f1c22d;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
  box-shadow: inset 0 0 14px #f1c22d4f, 0 0 11px #f1c22d4f;
}

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

.image-35 {
  z-index: 5;
  max-width: 177%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -50%;
  display: block;
  position: absolute;
  bottom: -127.188px;
  left: 217px;
}

.container {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}

.list-item-3 {
  color: #fff;
  background-image: url('../images/check_1check.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  list-style: none;
}

.list-item-3.nocheckmark {
  list-style: none;
}

.box_corner {
  background-color: #303030;
  border-radius: 42px;
  margin-left: 0;
  padding: 15px;
  display: inline-block;
}

.box_corner.margin-left {
  margin-left: 30px;
}

.list-3 {
  color: #505050;
  width: 100%;
  margin: 13px auto 0;
  padding-left: 0;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.3em;
  list-style: none;
}

.imagem-fload {
  align-items: center;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.box-fullwidth {
  z-index: 0;
  background-color: #202020;
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.image-23 {
  width: auto;
  max-width: none;
  height: 90%;
  margin-top: 36px;
}

.alunos {
  align-items: center;
  display: flex;
}

.avatar-img {
  border-radius: 100%;
  width: 50px;
  margin-right: -19px;
}

.title_alunos {
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-273 {
  width: 47%;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

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

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.scroll-card {
  background-color: #161616;
  border: .0625rem #83838329;
  border-radius: 11px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: 30%;
  overflow: hidden;
}

.white {
  color: #fff;
}

.headline-copy {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  line-height: 1.3em;
}

.headline-copy.center {
  text-align: center;
}

.headline-led {
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 3px #f7a900, 0 1px 1px #0003, 0 0 9px #f7a90061, 0 0 2px #f7a900;
  margin-bottom: -4px;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  line-height: 1em;
}

.headline-led.center {
  text-align: center;
}

.headline-led.margin {
  margin-bottom: 95px;
}

.divider-2 {
  opacity: .35;
  background-image: linear-gradient(225deg, #0d181200, #e4d900 51%, #0d181200);
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px 1px #e4ba0091;
}

.columns-2 {
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.depoimentos-img {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
}

.cartabonus-2 {
  font-size: 18px;
}

.columns-4 {
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.columns-4.two {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}

.titlewrapper-2 {
  align-self: flex-start;
  width: 400px;
}

.titlewrapper-2._2 {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  display: inline-block;
}

.titlewrapper-2._2._3 {
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titlewrapper-2._2._3.elitehouse {
  margin-bottom: 21px;
}

.line {
  border-bottom: 1px dashed #fff;
  width: 30%;
  margin-bottom: 4px;
}

.line._2 {
  border-bottom-style: solid;
  margin-bottom: 0;
}

.pvsection2 {
  box-shadow: none;
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.pbutton-2 {
  font-size: 11px;
  position: relative;
}

.glosario {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.glosario.total {
  align-items: center;
  margin-top: 28px;
}

.bold {
  font-weight: 500;
}

.price-title {
  text-align: center;
  margin-top: 45px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3em;
}

.price-title._2 {
  margin-top: 4px;
}

.price-title.up {
  margin-top: 10px;
}

.kit {
  margin-top: -114px;
  margin-bottom: -25px;
  margin-left: 14px;
}

.container-1320 {
  max-width: 1220px;
  position: relative;
}

.pricen-cents {
  color: #fff;
  text-align: center;
  margin-top: -60px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.list-item-copy {
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.list-item-copy.total {
  font-weight: 700;
}

.text-block-53 {
  font-size: 24px;
  position: relative;
}

.price-all {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -17px;
  font-size: 19px;
  font-weight: 300;
  text-decoration: underline;
}

.price-box {
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-11 {
  color: #f0c12d;
  font-size: 40px;
  font-weight: 700;
}

.button.animated-button1 {
  filter: brightness(110%) saturate(120%);
  background-color: #007ae457;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  box-shadow: 0 10px 66px #007ae473, inset 1px 1px 10px 1px #007ae4;
}

.button.animated-button1.box-with {
  filter: brightness(110%) saturate(120%);
  background-color: #caa315;
  width: 570px;
  max-width: none;
  margin: 40px auto;
  box-shadow: 0 10px 66px #e4940052, inset 1px 1px 10px 1px #e4c900;
}

.button.animated-button1.box-with.flex {
  width: 100%;
  margin-bottom: 0;
}

.price-value {
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 113px;
  font-weight: 700;
}

.price-box-real {
  background-image: linear-gradient(#ffffff08, #ffffff17);
  border-radius: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.c-faq-item-2 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #362d16;
  border-radius: 7px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.divider-4 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.columns-5 {
  text-align: left;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.text-3 {
  text-transform: none;
  max-width: 600px;
  margin: 0 auto 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.big {
  font-size: 90px;
}

.headline-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.headline-2.left {
  text-align: left;
}

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

.headline-3 {
  color: #f0c12d;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7em;
}

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

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

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

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

._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-q {
  background-color: #111;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  color: #080808;
}

.small {
  font-size: 20px;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.columns-6 {
  margin-top: 49px;
}

.faq-a-text-2 {
  color: #797979;
  font-size: 16px;
  line-height: 1.6em;
}

.pvsection4 {
  background-color: #080808;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
  box-shadow: inset 1px 1px 66px 2px #57575726;
}

.footer {
  border-top: 1px solid #f1c22d40;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer.blue {
  background-color: #1b1b1b;
  border-top-color: #e4ba0040;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-4.footer {
  border-top-style: none;
  width: 540px;
}

.text-block-7 {
  color: #ffffff40;
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.link {
  color: #ffffff40;
}

.image-36 {
  filter: saturate(200%);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 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;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

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

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  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 {
  inset: 0% 0% 0% auto;
}

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

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

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

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

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

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

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

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

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

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

.image-copy {
  border-right: 1px solid #ffa60070;
  width: 100%;
  margin-right: 15px;
  padding-right: 15px;
}

.paragraph-12 {
  color: #f0c12d;
  font-size: 40px;
  font-weight: 700;
}

.divider-3 {
  opacity: .35;
  background-image: linear-gradient(225deg, #0d181200, #e4d900 51%, #0d181200);
  width: 100%;
  height: 1px;
  margin: 30px auto;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px 1px #e4ba0091;
}

.image-12 {
  margin-top: 30px;
}

.image-12.desktop {
  opacity: .39;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.box-content-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(225deg, #4a331a87, #fff0 52%);
  border: 1px solid #694d1e;
  border-radius: 25px;
  align-items: center;
  padding: 15px 30px;
  display: block;
}

.box-content-2.list {
  background-image: url('../images/check_1check.png'), linear-gradient(45deg, #4a331a87, #fff0 52%);
  background-position: 2%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 31px, auto;
  padding-left: 58px;
}

.image-37 {
  width: 150%;
  max-width: none;
  margin-top: -200px;
  margin-bottom: -113px;
  margin-left: -25%;
}

.columns-7 {
  align-items: stretch;
  display: flex;
}

.column-4 {
  background-image: url('../images/flare.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  display: flex;
}

.divider-5 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.columns-8 {
  text-align: left;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.headline-4 {
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.headline-4.left {
  text-align: left;
}

.headline-5 {
  color: #f0c12d;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7em;
}

.bold-text-8 {
  color: #080808;
}

.columns-9 {
  margin-top: 49px;
}

.list-item-4 {
  list-style: none;
}

.columns-10 {
  display: flex;
}

.list-item-5, .list-item-6 {
  list-style: none;
}

.grid-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 40px;
  display: grid;
}

.image-29 {
  border-radius: 5px;
  margin-bottom: 12px;
}

.bonus-2 {
  z-index: 5;
  border-radius: 5px;
  max-width: 100%;
  margin-top: -87px;
  margin-bottom: -115px;
  margin-left: auto;
  display: block;
  position: relative;
}

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

.columns-11.revert {
  flex-direction: row-reverse;
}

.price-old {
  text-align: right;
  text-transform: none;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: line-through;
}

.price-old.total {
  font-weight: 700;
}

.price-old.sin-target {
  text-decoration: none;
}

.price-old.sin-target.sized {
  width: 42%;
  font-size: 21px;
}

.image-41 {
  border-radius: 5px;
  margin-bottom: 12px;
}

.text-span {
  text-decoration: none;
}

.bold-text-9 {
  margin-left: 15px;
  font-size: 23px;
  font-weight: 500;
  text-decoration: line-through;
}

.image-42 {
  margin-top: -64px;
  margin-bottom: -70px;
}

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

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

.heading-9.minor {
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 26px;
}

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

.bold-text-13 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
}

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

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

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

.text-block-45 {
  color: #000;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

.cartabutton2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton2.animation-pulse {
  box-shadow: none;
  color: #000;
  text-align: center;
  background-color: #f1c22d;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  margin: 1px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.cartabutton2.animation-pulse.w--current {
  max-width: 600px;
}

.text-block-46 {
  color: #fff;
  font-weight: 800;
}

.text-block-54 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.cronos-countwrapper {
  z-index: 999;
  filter: none;
  color: #00cfef;
  background-color: #ff0006;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.csv-crannoucement {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 7px #ffffffa8;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.text-block-17 {
  text-shadow: 0 0 7px #0f0000a8;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.div-block-247 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-copy-2 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -20px 1px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}

.cronos-countnumber {
  color: #fffdf7;
  letter-spacing: 6px;
  text-shadow: 0 0 12px #3c00006e;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 5px;
  font-size: 43px;
  font-weight: 700;
  line-height: 80px;
}

.cronos-count-t {
  color: #fffdf7;
  text-shadow: 0 0 6px #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.section-8 {
  background-color: #000;
  background-image: url('../images/BANNER.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.box-white {
  z-index: 999;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  margin-top: -83px;
  margin-bottom: -104px;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.cartaheadline {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

.underline {
  text-decoration: underline;
}

.pcarta {
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: Varela Round, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.cartaheadline2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

.feature {
  background-color: #f4fff9;
  border: 3px dashed #03f04e99;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  margin: 60px auto;
  padding: 30px 15px;
  display: flex;
  box-shadow: 0 12px 17px -9px #00000029;
}

.text-block-21 {
  color: #03f076;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #03f076a8;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline;
}

.bold-text-14 {
  text-shadow: none;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.text-block-22 {
  color: #03f076;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
}

.section-9 {
  background-color: #1e1e1e;
  padding-top: 60px;
  padding-bottom: 60px;
}

.price-old-2 {
  text-decoration: line-through;
}

.container-1321 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-15 {
  color: #000;
}

.highlight-4 {
  color: #ffc300;
}

.text-block-55 {
  color: #fff;
  font-weight: 800;
}

.marquee-horizontal-2 {
  z-index: 200;
  box-shadow: none;
  background-color: #fbce0a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.video-2 {
  position: absolute;
  inset: 0%;
}

.video-2.back {
  z-index: 0;
  filter: brightness(200%) blur(60px);
  width: 100%;
  height: 600px;
  min-height: auto;
  transform: scale(1.1);
}

.video-2.front {
  z-index: 1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 600px;
  min-height: auto;
}

.text-span-34 {
  color: red;
}

.headwrapper-2 {
  width: 760px;
  margin: 40px auto 60px;
}

.headwrapper-2.upsell {
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.te-section--1-2 {
  background-color: #101010;
  padding-top: 10px;
  padding-bottom: 140px;
  position: relative;
}

.te-section--1-2.upsell {
  background-image: linear-gradient(#000000db, #351900c2), url('../images/661036923215b72c0c3599ae_BG-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-245 {
  z-index: 20;
  color: #fff;
  background-color: #ed1f24;
  width: 760px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
}

.pvbacklight {
  color: #141414;
  background-color: #f2f600;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.embed {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.suriel-lan {
  border: 1px solid #10ee74;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px #10ee745e, inset 0 0 7px #10ee74de;
}

.suriel-lan._1gbg {
  box-shadow: none;
  border-style: none;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.te-h1-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.te-h1-2._2 {
  color: #dadada;
  text-align: center;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
}

.te-h1-2.pv23 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}

.loading {
  filter: saturate(200%) hue-rotate(47deg);
  width: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-14 {
  position: absolute;
  inset: 40px 24px 0% auto;
}

.te-container-2 {
  z-index: 10;
  text-align: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.te-container-2.upsell {
  color: #fff;
  width: 100%;
  max-width: 1140px;
}

.video-wrapper {
  background-color: #08080800;
  width: 100%;
  height: 600px;
  min-height: 100%;
  padding-bottom: 0%;
  position: relative;
}

.link-block-2 {
  z-index: 9999;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-284 {
  color: #fff;
  background-color: #25d366;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px;
  display: flex;
}

.image-44 {
  width: 33px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  text-decoration: none;
}

.box-good-good {
  background-image: linear-gradient(54deg, #0000, #ffa6002e);
  border: 1px solid #ffa60070;
  border-radius: 15px;
  padding: 15px;
}

.div-block-285 {
  background-image: linear-gradient(270deg, #0000, #ffc300 50%, #0000);
  width: 100%;
  height: 2px;
  box-shadow: 0 0 5px #ffbf0017;
}

.cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f2af06;
  border: 1px solid #fdd209;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.link-block-3 {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-block-56 {
  text-transform: uppercase;
  font-size: 25px;
}

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

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

.marquee-text-2 {
  color: #5f1230;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .module-number-box {
    float: left;
  }

  .suriel-lan._1gbg {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero {
    align-items: center;
    min-height: 95vh;
    display: flex;
  }

  .section.bg-4-copy {
    background-image: linear-gradient(312deg, #945c17, #000 25%, #0f0c02f5 75%, #955d155e);
  }

  .module-number-box {
    float: none;
  }

  .slider {
    margin-bottom: 8em;
  }

  .headwrapper-2 {
    margin-top: 40px;
  }

  .te-section--1-2 {
    padding-top: 20px;
  }

  .pvbacklight {
    background-color: #03aa4e;
  }

  .te-container-2 {
    width: 1280px;
  }

  .video-wrapper {
    background-color: #00070400;
  }
}

@media screen and (max-width: 991px) {
  .heading-8 {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading-8._2._3, .heading-8._2._4 {
    font-size: 30px;
  }

  .text-body-2 {
    text-align: center;
    margin-top: 0;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .titlewrapper-2 {
    width: auto;
  }

  .titlewrapper-2._2._3 {
    margin-bottom: 40px;
  }

  .titlewrapper-2._2._3.elitehouse {
    margin-bottom: 20px;
  }

  .pvsection2 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px #daab1726;
  }

  .button.animated-button1.box-with {
    width: 100%;
  }

  .c-faq-item-2 {
    margin-bottom: 20px;
  }

  .pvsection4 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px #daab1726;
  }

  .container-4 {
    width: auto;
  }

  .slider {
    display: flex;
  }

  .image-12.desktop {
    display: none;
  }

  .cartaheadline, .cartaheadline2 {
    font-size: 28px;
  }

  .headwrapper-2 {
    width: auto;
  }

  .headwrapper-2.upsell {
    width: 100%;
  }

  .te-section--1-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .embed, .suriel-lan._1gbg {
    width: 100%;
  }

  .te-h1-2._2 {
    width: auto;
    font-size: 26px;
  }

  .te-h1-2.pv23 {
    font-size: 40px;
  }

  .te-container-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cartabutton {
    text-align: center;
  }

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

  .heading-8._2._3, .heading-8._2._4 {
    padding-left: 0;
    font-size: 24px;
  }

  .text-body-2 {
    text-align: left;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

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

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

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

  .titlewrapper-2._2._3 {
    margin-bottom: 20px;
  }

  .button.animated-button1.w--current {
    max-width: 100%;
  }

  .grid-copy {
    flex-direction: column;
    display: flex;
  }

  .input-field.atual {
    margin-bottom: 0;
  }

  .cartabutton2 {
    text-align: center;
  }

  .cronos-countwrapper {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-247 {
    display: flex;
  }

  .section-8 {
    display: none;
  }

  .feature {
    width: 350px;
  }

  .headwrapper-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .te-section--1-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .te-section--1-2.upsell {
    padding-bottom: 20px;
  }

  .div-block-245 {
    width: 100%;
  }

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

  .te-h1-2 {
    font-size: 18px;
  }

  .te-h1-2._2 {
    width: 100%;
    font-size: 18px;
  }

  .te-h1-2.pv23 {
    font-size: 30px;
  }
}

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

  .section.hero {
    padding-top: 156px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.hero {
    background-image: linear-gradient(to top, #1d1d1d, #fff0 64%), url(../images/head-bg.jpg);
    background-position: top center;
    background-repeat: repeat, no-repeat;
    background-size: 200%;
    min-height: auto;
  }
  .image-43 {
    margin: 0 auto;
    display: block;
  }
  .sub-headline {
      text-align: center;
      margin-bottom: 35px;
      font-size: 18px;
  }
  .section.bg-3 {
    padding-bottom: 0px;
  }

  .section.orange {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.bg-5.margin-z {
    padding-bottom: 0;
  }

  .div-block {
    width: 100%;
  }

  .div-block._2 {
    margin-bottom: 47px;
  }

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

  .headline.center {
    font-size: 22px;
  }

  .headline.center.plus {
    font-size: 65px;
  }

  .sub-headline {
    text-align: center;
    margin-bottom: 35px;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 94%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .box-content {
    flex-direction: column;
  }

  .image {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .text-body {
    overflow-wrap: anywhere;
    font-size: 18px;
  }

  .text-body.notation-left {
    text-align: left;
  }

  .list {
    list-style: none;
  }

  .image-2 {
    max-width: 115%;
    margin-left: -7%;
    margin-right: -7%;
  }

  .chat {
    width: 100%;
  }

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

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

  .heading-8._2 {
    padding-left: 0;
    font-size: 24px;
  }

  .heading-8._2._3, .heading-8._2._4 {
    text-align: center;
    text-shadow: 0 0 8px #ffffff80;
    font-size: 26px;
  }

  .text-body-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
  }

  .check-2 {
    background-position: 1% 30%;
    background-size: 20px;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
  }

  .list-item {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .list-item.price._2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .module-number-box {
    margin-bottom: 25px;
  }

  .title {
    width: 100%;
    margin-bottom: 15px;
  }

  .check-list {
    list-style: none;
  }

  .image-35 {
    float: none;
    clear: none;
    max-width: 100%;
    margin-top: -118px;
    margin-left: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .avatar_box {
    width: 50%;
  }

  .list-item-3 {
    margin-bottom: 16px;
    padding-left: 30px;
  }

  .box_corner.margin-left {
    width: 50%;
  }

  .list-3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
    list-style: none;
  }

  .imagem-fload {
    width: 100%;
    position: static;
  }

  .box-fullwidth {
      padding-top: 0;
      padding-bottom: 0;
  }

  .image-23 {
    width: 100%;
    height: auto;
  }

  .avatar-img {
    width: 30px;
    margin-right: -10px;
  }

  .paragraph-9 {
    font-size: 17px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-273 {
    width: 100%;
  }

  .headline-led {
    margin-top: 5px;
    margin-bottom: -18px;
    font-size: 49px;
  }

  .headline-led.margin {
    font-size: 30px;
  }

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

  .columns-2, .columns-4 {
    flex-direction: column;
    margin-top: 20px;
  }

  .columns-4.two {
    width: 100%;
  }

  .titlewrapper-2._2 {
    width: auto;
  }

  .titlewrapper-2._2._3.elitehouse {
    margin-top: 60px;
  }

  .line._2 {
    display: none;
  }

  .pvsection2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pbutton-2 {
    line-height: 1.5em;
    position: relative;
  }

  .glosario.total {
    flex-direction: column;
    align-items: flex-end;
  }

  .pricen-cents {
    margin-top: -38px;
    font-size: 30px;
  }

  .list-item-copy {
    text-align: left;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .list-item-copy.total {
    text-align: center;
    width: 100%;
  }

  .text-block-53 {
    position: relative;
  }

  .price-box {
    width: 280px;
    margin-top: -17px;
    margin-bottom: -23px;
  }

  .paragraph-11 {
    font-size: 30px;
  }

  .button.animated-button1 {
    position: relative;
  }

  .button.animated-button1.box-with {
    padding: 20px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .price-value {
    font-size: 70px;
  }

  .price-box-real {
    margin-top: 114px;
  }

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

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

  .columns-5 {
    flex-direction: column;
  }

  .text-3 {
    margin-top: 38px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .headline-2 {
    font-size: 25px;
    line-height: 1.2em;
  }

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

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

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

  .bold-text-6 {
    font-size: 61px;
  }

  .image-32 {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pvsection4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    align-items: center;
    width: 100%;
  }

  .container-4.footer {
    width: 100%;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

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

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

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

  .image-copy {
    border-right-style: none;
  }

  .paragraph-12 {
    font-size: 30px;
  }

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

  .box-content-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-37 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .columns-7 {
    flex-direction: column;
  }

  .column-4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .columns-8 {
    flex-direction: column;
  }

  .headline-4 {
    font-size: 25px;
    line-height: 1.2em;
  }

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

  .bold-text-8 {
    font-size: 61px;
  }

  .image-38 {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-39 {
    width: 190px;
  }

  .column-5, .columns-10 {
    flex-direction: column;
    display: flex;
  }

  .image-40 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-5, .list-item-6 {
    list-style: none;
  }

  .grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-281 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
.price-old.sin-target.sized
  .bonus-2 {
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .columns-11 {
    flex-direction: column;
    display: flex;
  }

  .columns-11.revert {
    flex-direction: column;
  }

  .price-old {
    text-align: left;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .price-old.total {
    text-align: center;
    width: 100%;
  }

  .price-old.sin-target.sized {
    width: 90%;
  }
.section.bg-3 {
    background-image: url(../images/bg-2.jpg);
    background-position: top center;
    background-size: 200%;
    background-repeat: no-repeat;
    padding-top: 200px;
}
.section.bg-2 {
  background-position: top center;
    background-size: 200%;
    background-repeat: no-repeat;
}
  .div-block-282 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

  .bold-text-13 {
    font-size: 18px;
  }

  .text-block-45 {
    font-size: 15px;
    line-height: 1.3em;
  }

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

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

  .cartabutton2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton2.animation-pulse {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding: 12px 0;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .text-block-17 {
    z-index: 10;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    position: relative;
  }

  .div-block-247 {
    z-index: 10;
    position: relative;
  }

  .box-copy-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cronos-countnumber {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .cronos-count-t {
    font-size: 16px;
  }

  .section-8 {
    background-size: cover;
    height: 90px;
    display: block;
  }

  .box-white {
    margin-top: -20px;
  }

  .cartaheadline, .cartaheadline2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .feature {
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .bold-text-14 {
    font-size: 64px;
  }

  .text-block-22 {
    margin-top: 5px;
  }

  .container-1321 {
    display: block;
  }

  .image-43 {
    width: 190px;
  }

  .text-block-55 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .marquee-text {
    font-family: Montserrat, sans-serif;
  }

  .headwrapper-2 {
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .te-section--1-2 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .te-section--1-2.upsell {
    min-height: 100vh;
  }

  .div-block-245 {
    margin-bottom: 0;
    position: relative;
    bottom: 0;
  }

  .embed {
    margin-top: 20px;
  }

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

  .suriel-lan._1gbg {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .te-h1-2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .te-h1-2._2 {
    font-size: 18px;
  }

  .te-h1-2.pv23 {
    font-size: 26px;
  }

  .image-14 {
    top: 64px;
    right: 31px;
  }

  .te-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .te-container-2.upsell {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    width: 100%;
  }

  .text-block-56 {
    font-size: 21px;
  }
  .bonus-2 {
    z-index: 5;
    border-radius: 5px;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
    display: block;
    position: relative;
}
}

#w-node-_3969fb80-b053-70c9-7490-9aeeb8e9018d-368e9cd3, #w-node-_7f3ce630-f045-43c2-1874-3c373260636a-368e9cd3, #w-node-_0ab0c6cd-a7d3-6f87-0137-61c43eb08abc-368e9cd3, #w-node-c7eaa781-146e-b3b9-cbed-a3a35a76c631-368e9cd3, #w-node-fa8aaeaf-dce4-204b-2d1d-ee9ce74ba8b8-368e9cd3, #w-node-_62d7f23b-c118-ad5d-f154-e5dd98e7ef3f-368e9cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52e5e2-aa27-7380-4a10-3c21ac127d0e-368e9cd3 {
  place-self: center end;
}

#w-node-_7dd54546-fe4c-5e35-cc5a-3dc8d0f6a689-368e9cd3, #w-node-_7dd54546-fe4c-5e35-cc5a-3dc8d0f6a68c-368e9cd3, #w-node-_7dd54546-fe4c-5e35-cc5a-3dc8d0f6a68f-368e9cd3, #w-node-_7dd54546-fe4c-5e35-cc5a-3dc8d0f6a692-368e9cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


