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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #000;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 2px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}

.heading.iv2-1 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading.v3 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

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

.head-highlight {
  font-weight: 500;
}

.data {
  color: #f1c22d;
  font-size: 17px;
  font-weight: 500;
}

.highlight-yellow {
  color: #e3c215;
  font-weight: 400;
  text-shadow: 0 0 3px #f1c22d;
}

.highlight-yellow.white {
  text-shadow: 1px 0 6px #f1c22d;
}

.highlight-yellow.gold {
  color: #f1c22d;
}

.paragraph {
  color: #f1c22d;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
}

.paragraph.iv2-2 {
  margin-top: 10px;
  color: #979797;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph.iv2-3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph.v3 {
  text-align: center;
}

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

.email::-webkit-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.email:-ms-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.email::-ms-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.email::placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.infowrapper {
  position: relative;
  z-index: 5;
  margin-top: 60px;
}

.infowrapper.b {
  width: 610px;
}

.infowrapper.b.original {
  display: block;
  width: 800px;
}

.infowrapper.b.teste {
  display: none;
  width: 800px;
}

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

.gdpr {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.section {
  position: relative;
  height: 770px;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), linear-gradient(225deg, rgba(241, 194, 45, 0.23), hsla(0, 0%, 100%, 0)), url('../images/bg-missaocripto-c.jpg');
  background-position: 0px 0px, 0px 0px, 0% -105px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.inv2 {
  background-image: linear-gradient(0deg, #000, rgba(9, 9, 9, 0.8)), linear-gradient(225deg, rgba(241, 194, 45, 0.23), hsla(0, 0%, 100%, 0)), url('../images/bg-missaocripto-c.jpg');
  background-position: 0px 0px, 0px 0px, 0% -105px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.v4 {
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), linear-gradient(225deg, rgba(241, 194, 45, 0.23), hsla(0, 0%, 100%, 0)), url('../images/bg-missaocripto-v4.jpg');
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.container.footer.v3 {
  width: 100%;
  margin-top: 60px;
}

.container.iv2-depoimento {
  width: 760px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.b {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.v3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.27), inset 0 0 7px 0 rgba(241, 194, 45, 0.88);
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, box-shadow 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, box-shadow 500ms ease, -webkit-transform 500ms ease;
  color: #f1c22d;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(241, 194, 45, 0.47);
}

.tech:hover {
  box-shadow: 0 0 10px 0 rgba(241, 194, 45, 0.24), inset 0 0 17px 0 rgba(241, 194, 45, 0.89);
  opacity: 0.88;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.tech.full {
  margin-bottom: 0px;
  border-color: #07993a;
  background-color: #07993a;
  box-shadow: none;
  opacity: 0.88;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.47);
}

.tech.full:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tech.full.v3 {
  border-color: #ff311e;
  background-color: #ff311e;
  box-shadow: 0 0 6px 0 rgba(255, 49, 30, 0.27), inset 0 0 7px 0 rgba(255, 49, 30, 0.88);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-indent: 0px;
  text-transform: uppercase;
}

.tech.full.v4 {
  border-style: none;
}

.tech.full.cronograma {
  width: 540px;
  border-style: none;
  background-color: #f12d2d;
}

.clock-number-copy {
  color: #f1c22d;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.clock-number-copy.highlight-yellow {
  position: relative;
  z-index: 5;
  text-shadow: 0 0 5px #f1c22d;
}

.div-block-248 {
  position: absolute;
  left: 0%;
  top: -150px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 500px;
  background-image: url('../images/DS-DIGII.TTF'), radial-gradient(circle closest-corner at 50% 50%, rgba(241, 194, 45, 0.2) 2%, transparent 23%);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.js-clock-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(237, 31, 36, 0);
  color: #00cfef;
}

.text-block-36 {
  color: #f2f2f2;
}

.box-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  margin-left: 1px;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Ds digib', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.text-block-34 {
  color: #f1c22d;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

.text-block-34.highlight-yellow {
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-2 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.section-2.off {
  display: none;
}

.text-block-35 {
  color: #f1c22d;
  font-weight: 400;
}

.text-block-35.highlight-yellow {
  color: #f1c22d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #f1c22d;
}

.text-block-35.highlight-yellow.mobile {
  display: none;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  color: #f2f2f2;
  font-size: 22px;
  letter-spacing: 4.4px;
}

.text-block-2 {
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 17px;
  font-weight: 500;
}

.div-block-4 {
  position: relative;
  z-index: 10;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-3 {
  line-height: 1.6em;
}

.div-block-250 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 300px;
  opacity: 0.2;
}

.div-block-2 {
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.div-block-2.none {
  display: block;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.glow {
  position: relative;
  box-shadow: 0 0 100px 0 rgba(241, 194, 45, 0.15);
}

.text-block {
  font-family: 'Ds digib', sans-serif;
  color: #f1c22d;
  font-size: 48px;
  line-height: 1em;
  font-weight: 400;
}

.text-block.highlight-yellow {
  text-shadow: 0 0 6px #f1c22d;
}

.div-block-249 {
  position: relative;
}

.grid {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
  justify-items: stretch;
  grid-row-gap: 100px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1c22d;
  border-radius: 5px;
  box-shadow: inset 0 0 14px 0 rgba(241, 194, 45, 0.31), 0 0 11px 0 rgba(241, 194, 45, 0.31);
  color: #f1c22d;
  font-size: 29px;
  line-height: 1.3em;
  font-weight: 400;
}

.title.v3 {
  font-size: 32px;
  text-align: center;
}

.section-4 {
  padding-top: 60px;
  background-color: #141514;
}

.image-2 {
  border-top: 1px solid #f1c22d;
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 16px;
}

.paragraph-2.v3 {
  font-size: 18px;
}

.div-block-6 {
  width: 420px;
  padding-bottom: 10px;
}

.div-block-6.v3 {
  width: 100%;
}

.div-block-5 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-6 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #f1c22d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
}

.text-block-6.cronograma {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.div-block-7 {
  display: -ms-grid;
  display: grid;
  width: 800px;
  margin: 100px auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(241, 194, 45, 0.25);
}

.footer.blue {
  border-top-color: rgba(228, 186, 0, 0.25);
  background-color: #131313;
}

.text-block-7 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 14px;
  text-align: center;
}

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

.zaiguide {
  width: 320px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-10 {
  position: relative;
  width: 80%;
  height: 35px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  box-shadow: inset 0 0 7px 0 rgba(241, 194, 45, 0.88), 0 0 6px 0 rgba(241, 194, 45, 0.27);
  opacity: 1;
}

.button-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #07993a;
  -webkit-transition: all 275ms ease-in;
  transition: all 275ms ease-in;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #077299;
}

.button-2.cta2 {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.button-2.cta2:hover {
  background-color: #07993a;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-2.cta2.whatsapp {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
}

.button-2.cta2.whatsapp.launch {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 500px;
  margin-top: 32px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25d366;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.div-block-13 {
  width: 760px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.27), inset 0 0 7px 0 rgba(241, 194, 45, 0.88);
}

.div-block-13.none {
  display: none;
}

.importante {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f12d2d;
  box-shadow: 0 0 60px 0 rgba(241, 45, 45, 0.04);
  font-size: 25px;
  font-weight: 700;
}

._1passo {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(315deg, rgba(31, 24, 4, 0.97), rgba(0, 0, 0, 0.89)), url('../images/obrigado-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-12 {
  position: relative;
  width: 700px;
  padding: 30px 40px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.27), inset 0 0 7px 0 rgba(241, 194, 45, 0.88);
}

.text-block-11 {
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 600;
}

.text-block-13 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.image-4 {
  margin-left: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-4.launch {
  margin-right: 20px;
  margin-left: 0px;
}

.zapwrapper {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.zapwrapper.cronograma {
  margin-bottom: 60px;
}

.underline {
  text-decoration: underline;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-12 {
  z-index: 2;
  font-family: 'Ds digi', sans-serif;
  color: #000;
  font-size: 24px;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f1c22d;
  box-shadow: 1px 1px 3px 0 #f1c22d;
  text-align: right;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #07993a;
  background-color: #202020;
}

.section-6.none {
  display: none;
}

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

.text-block-16 {
  margin-left: 20px;
  color: #07993a;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
}

.iv2-depoimento {
  margin-bottom: 40px;
  color: #f1c22d;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 4px #f1c22d;
}

.iv2-prints {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.iv2-depoimentodiv {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
}

.video {
  width: 100%;
  padding: 5px;
  border: 1px solid #f1c22d;
  border-radius: 5px;
  box-shadow: inset 0 0 3px 0 #f1c22d, 0 0 6px 0 rgba(241, 194, 45, 0.4);
}

.none {
  display: none;
}

.coins-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-listitem {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.conlistitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coin {
  margin-left: 20px;
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.v3-pagewrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

.v3-headline {
  margin-top: 40px;
}

.v3-section {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.v3-section.who {
  margin-top: 60px;
  margin-bottom: 20px;
}

.v3-whopicture {
  width: 480px;
}

.footerlink {
  color: hsla(0, 0%, 100%, 0.25);
}

.v3-cta2wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-251 {
  display: none;
}

.csv-crdescbold {
  font-weight: 600;
}

.csv-crcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csv-cronograma {
  width: 960px;
  margin-top: 20px;
}

.lembrete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f1c22d;
  background-image: linear-gradient(173deg, #f1c22d 22%, #cfc126 53%, #f1c22d 98%);
  box-shadow: 0 0 30px 0 rgba(241, 194, 45, 0.44);
  font-family: Oswald, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.lembrete.off {
  display: none;
}

.js-clock-copy-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(237, 31, 36, 0);
  color: #00cfef;
}

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

.data-hora {
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  color: #f1c22d;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #f1c22d;
}

.csv-crwrapper {
  width: 100vw;
  padding-top: 20px;
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 34, 3, 0.93)), color-stop(44%, #131313)), url('../images/obrigado-bg.jpg');
  background-image: linear-gradient(180deg, rgba(44, 34, 3, 0.93), #131313 44%), url('../images/obrigado-bg.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.playoverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(39, 30, 1, 0.3);
}

.text-block-39 {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #f1c22d;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #f1c22d;
}

.info-geral {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.info-geral.parte2 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.csv-crbold1 {
  color: #f1c22d;
  font-weight: 400;
  text-shadow: 0 0 4px #f1c22d;
}

.csv-crbold1.two {
  font-weight: 600;
  text-shadow: 0 0 4px rgba(241, 194, 45, 0.3);
}

.play {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
}

.ul {
  width: 540px;
  margin: 0px auto 40px;
}

.ul._2 {
  margin-right: auto;
  margin-left: auto;
}

.ul._2._3 {
  width: 760px;
  margin-top: 40px;
}

.heading-6 {
  color: #f1c22d;
  text-shadow: 0 0 4px rgba(241, 194, 45, 0.8);
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.heading-7.mc-cronograma {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.li {
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/checkmark.svg');
  background-position: 0px 15px;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 4px #fff;
}

.li.checkmark {
  background-image: url('../images/star_1star.png');
  text-align: left;
  text-shadow: none;
}

.div-block-253 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.csv-crdivider {
  width: 100%;
  height: 1px;
  margin: 40px auto;
  background-image: linear-gradient(225deg, #111, #f28705 51%, #111);
  box-shadow: 0 0 66px 1px #f28705;
  opacity: 0.35;
}

.csv-crdivider.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.csv-crdivider.alt {
  width: 760px;
  margin-top: 0px;
  margin-bottom: 60px;
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), #f28705 51%, rgba(17, 17, 17, 0));
}

.tag {
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  background-color: rgba(242, 135, 5, 0);
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.27), inset 0 0 7px 0 rgba(241, 194, 45, 0.87);
  font-family: Oswald, sans-serif;
  color: #f1c22d;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cronograma {
  margin-bottom: 60px;
  text-align: center;
}

.csv-crannoucement {
  margin-bottom: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 7px hsla(0, 0%, 100%, 0.66);
}

.div-block-254 {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-254.atual {
  border-radius: 3px;
  background-color: rgba(241, 194, 45, 0.05);
  box-shadow: 0 0 40px 0 rgba(241, 194, 45, 0.1);
}

.div-block-254.next {
  opacity: 0.6;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}

.div-block-261 {
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}

.div-block-261._2 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #2c2c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff7de), to(#fff6d8));
  background-image: linear-gradient(180deg, #fff7de, #fff6d8);
  color: #000;
}

.data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-252 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.37), inset 0 0 7px 0 rgba(241, 194, 45, 0.87);
}

.div-block-252.off {
  cursor: not-allowed;
}

.paragraph-3 {
  width: 540px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.paragraph-3.full-width {
  width: 100%;
}

.paragraph-3.width2 {
  width: 800px;
  margin-top: 60px;
  color: #000;
  text-align: left;
}

.reminder {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: 10px;
  width: 50px;
}

.cartawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  line-height: 1.4em;
}

.cartabonus {
  font-family: Filson, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cartasection {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #f5f5ed;
  background-image: url('../images/texture-noise.png');
  background-position: 50% 50%;
  background-size: contain;
  color: #202020;
}

.cartavideo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pcarta {
  margin-top: 22px;
  margin-bottom: 22px;
}

.li-2 {
  width: 640px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/Ativo-1.svg');
  background-position: 0% 30%;
  background-size: 25px;
  background-repeat: no-repeat;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 4px #fff;
}

.cartaheadline {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.text-block-21 {
  display: inline;
  color: #03f076;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 0 6px rgba(3, 240, 118, 0.66);
}

.text-block-21.pv {
  color: #f1c22d;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(241, 194, 45, 0.3);
}

.cartaimagemgrid {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(3, 240, 118, 0.6);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(3, 240, 118, 0.44), inset 0 0 9px 0 rgba(3, 240, 118, 0.88);
}

.cartabutton {
  margin: 20px auto 40px;
  padding: 20px;
  border-bottom: 5px solid #056d29;
  border-radius: 3px;
  background-color: #07993a;
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.13);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cartabutton.none {
  display: none;
}

.ul-2 {
  margin: 0px auto;
}

.cartacenter {
  width: 540px;
  margin: 40px auto;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.image-7 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #5790ec;
  box-shadow: 0 14px 30px 1px rgba(0, 0, 0, 0.39);
}

.cartaazul {
  color: #0e41b9;
}

.boxmanual {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cartaheadlinebold {
  font-weight: 500;
}

.grid-3 {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cartadepoimento2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.text-block-22 {
  color: #03f076;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 212, 255, 0.66);
}

.highlight {
  color: #f1c22d;
  font-weight: 700;
  text-shadow: 0 0 7px rgba(241, 194, 45, 0.88);
}

.highlight.blue {
  color: #e4d100;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(228, 163, 0, 0.88);
}

.highlight.uppercase {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(241, 194, 45, 0.44);
}

.pagamentowrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagamentowrapper.pv {
  width: 960px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pagamentowrapper.margintop {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagamentowrapper.margintop.card {
  width: auto;
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.youtube {
  z-index: 6;
}

.pvsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.c-page-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

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

.button.animated-button1.full-width {
  max-width: none;
  background-color: #caa315;
  box-shadow: 0 10px 66px 0 rgba(228, 148, 0, 0.32), inset 1px 1px 10px 1px #e4c900;
  -webkit-filter: brightness(110%) saturate(120%);
  filter: brightness(110%) saturate(120%);
}

.button.animated-button1.full-width._123 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

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

.button.animated-button1.box-with._123 {
  max-width: 500px;
}

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

.button.animated-button1.box-with.mg {
  margin-bottom: 95px;
}

.pagamentos {
  z-index: 9999;
  width: 300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.pagamentos.elitehouse {
  width: 360px;
}

.videowrapper2 {
  width: 760px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c22d;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(241, 194, 45, 0.27), inset 0 0 7px 0 rgba(241, 194, 45, 0.88);
}

.videowrapper2.pv {
  width: 960px;
}

.videowrapper2.pv.blue {
  padding: 15px;
  border-color: rgba(228, 186, 0, 0.45);
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(228, 171, 0, 0.22), inset 0 0 7px 0 rgba(228, 201, 0, 0.45);
}

._1ren {
  position: relative;
  z-index: 30;
  max-width: 1100px;
}

.bold {
  font-weight: 500;
}

.pvheadline {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Filson, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

._2ren {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.cartoes {
  margin-top: 10px;
  opacity: 0.75;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 10px auto 50px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, 0.57);
  opacity: 0.35;
}

.divider.hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(240, 181, 3, 0.57);
}

.divider.bk {
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #1b1b1b 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(63, 63, 63, 0.57);
}

._100seguro {
  font-family: Filson, sans-serif;
  color: hsla(0, 0%, 100%, 0.38);
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-bubbles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  background-image: url('../images/background-seuprimeirotrade-g.png');
  background-position: 0px 0px;
  background-size: auto;
}

.c-bubbles.elitehouse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/Hero-Magnata.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/Hero-Magnata.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.pbutton {
  position: relative;
  font-family: Filson, sans-serif;
}

.text-block-50 {
  position: relative;
  font-family: Filson, sans-serif;
}

.image-8 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-8.mobile {
  display: none;
}

.videodepoimentowrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.bold-text-2 {
  font-family: Filson, sans-serif;
}

.featureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-264 {
  width: 100%;
  margin-top: 0px;
}

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

.pvsection2._2nd {
  position: relative;
  box-shadow: none;
}

.pvsection2.price {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#141414));
  background-image: linear-gradient(0deg, #000, #141414);
  box-shadow: none;
}

.pvsection2.price._2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8b3f00), to(#000));
  background-image: linear-gradient(0deg, #8b3f00, #000);
}

.bonusdescr {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
}

.obj1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.obj1.sl {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.obj3 {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

.pvsubheadline {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.pvsubheadline.left {
  font-family: Filson, sans-serif;
  text-align: left;
  text-transform: none;
}

.pvsubheadline.center {
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}

.pvsubheadline.center.left {
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.pvsubheadline.big {
  color: #b5b5b5;
  font-size: 31px;
}

.pvsubheadline.big._2 {
  text-transform: none;
}

.pvsubheadline.big._3 {
  font-family: Filson, sans-serif;
  color: #e9e9e9;
  font-size: 22px;
  text-transform: none;
}

.obj4 {
  position: relative;
  margin-top: 60px;
}

.videoembeded {
  width: 100%;
}

.lottie-animation {
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
}

.text-block-52 {
  font-size: 24px;
  line-height: 30px;
}

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

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

.titlewrapper-2._2._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

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

.titlewrapper-2._2._3.elitehouse._21 {
  width: 1100px;
}

.titlewrapper-2.card {
  width: 760px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.titlewrapper-2.card.garantia {
  width: auto;
  margin-bottom: 40px;
}

.titlewrapper-2.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Filson, sans-serif;
}

.ul-3 {
  width: 760px;
  margin: 0px auto 40px;
}

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

.bonusimg {
  margin-bottom: 40px;
}

.bonusimg.box_shadow {
  max-width: 500px;
  min-width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.heading-8.fsizeg {
  font-family: Filson, sans-serif;
  font-size: 29px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(241, 194, 45, 0.66);
}

.heading-8.fsizeg.cta {
  font-size: 30px;
}

.heading-8._2 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 20px;
  font-family: Filson, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
  text-align: center;
  text-shadow: 0 0 8px rgba(212, 240, 3, 0.5);
}

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

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

.heading-8.center {
  font-family: Filson, sans-serif;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 0 8px rgba(240, 220, 3, 0.5);
}

.heading-8.faq {
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 8px #fff;
}

.heading-8.highlight {
  text-shadow: 0 0 7px rgba(241, 194, 45, 0.65);
}

.div-block-265 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.titlewrapper {
  width: 500px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-263 {
  display: none;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(3, 240, 118, 0.6);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(3, 240, 118, 0.44), inset 0 0 9px 0 rgba(3, 240, 118, 0.88);
}

.feature.pv {
  width: 560px;
  margin-top: 0px;
  margin-bottom: 26px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-color: #f1c22d;
  box-shadow: 0 0 44px 0 rgba(241, 194, 45, 0.25), inset 0 0 9px 0 #f1c22d;
  font-family: Filson, sans-serif;
  text-align: center;
}

.li-3 {
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/checkmark.svg');
  background-position: 0px 15px;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-filter: saturate(108%) hue-rotate(270deg);
  filter: saturate(108%) hue-rotate(270deg);
  font-family: Filson, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.66);
}

.divider-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  margin: 0px auto;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4d900 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(228, 186, 0, 0.57);
  opacity: 0.35;
}

.divider-2.green {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(3, 240, 118, 0.59) 49%, #03f076 77%, #03f076);
}

.divider-2.green.left2right {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(241, 194, 45, 0.59) 49%, #f1c22d 77%, #f1c22d);
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, 0.57);
}

.divider-2.blue {
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #007ae4 51%, rgba(13, 24, 18, 0));
}

.divider-2.faq {
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4ba00 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(228, 163, 0, 0.57);
}

.bonustext {
  width: 760px;
  margin-top: 40px;
}

.text-span-2 {
  text-transform: uppercase;
  text-shadow: 0 0 6px hsla(0, 0%, 100%, 0.88);
}

.image-10 {
  -webkit-filter: hue-rotate(139deg);
  filter: hue-rotate(139deg);
}

.bonus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonus.segundo {
  margin-top: 60px;
}

.bonusanimation {
  position: absolute;
  left: -94px;
  top: auto;
  right: auto;
  bottom: 22px;
  z-index: 30;
  width: 150px;
  margin-bottom: 30px;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.eadimg {
  position: absolute;
  left: auto;
  top: 0%;
  right: -6%;
  bottom: auto;
  text-align: center;
}

.bonustitle {
  position: relative;
}

.hdivider {
  width: 100%;
  height: 2px;
  margin: 40px auto;
  background-image: linear-gradient(225deg, #111, #f28705 51%, #111);
  box-shadow: 0 0 66px 1px #f28705;
  opacity: 0.35;
}

.hdivider.red {
  margin-top: 20px;
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(174, 6, 6, 0.66) 21%, red 50%, rgba(248, 0, 0, 0.66) 79%, rgba(243, 0, 0, 0));
  box-shadow: 0 0 66px 1px #f30000;
}

.hdivider.red.hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(238, 227, 16, 0.66) 21%, #eed410 50%, rgba(238, 234, 16, 0.66) 79%, rgba(243, 0, 0, 0));
  box-shadow: 0 0 66px 1px #f1c22d;
}

.hdivider.red.hero.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.hdivider.red.hero.top.blue {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(219, 157, 0, 0.66) 21%, #dbc900 50%, rgba(219, 164, 0, 0.66) 79%, rgba(243, 0, 0, 0));
}

.hdivider.red.hero.blue {
  background-image: linear-gradient(225deg, rgba(17, 17, 17, 0), rgba(33, 0, 219, 0.66) 21%, #2100db 50%, rgba(33, 0, 219, 0.66) 79%, rgba(243, 0, 0, 0));
}

.barwrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070606;
  text-align: center;
}

.div-block-266 {
  width: 760px;
  -webkit-perspective: 980px;
  perspective: 980px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(784px);
  transform: perspective(784px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #f2f2f2;
  letter-spacing: 4.4px;
}

.ctawrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-span-12 {
  font-size: 19px;
  font-weight: 200;
}

.text-span-12.de {
  margin-right: 10px;
  font-size: 26px;
}

.faq-q-text {
  font-family: Filson, sans-serif;
}

.c-faq-q-text {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.obj15 {
  margin-bottom: 100px;
}

._194 {
  border-bottom: 3px solid #007ae4;
  font-size: 55px;
  line-height: 35px;
  font-weight: 700;
}

._194._2 {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-style: none;
  font-size: 20px;
  text-decoration: none;
}

._194.avista {
  border: 1px none #000;
  font-size: 40px;
  line-height: 40px;
}

._194.avista._1 {
  text-decoration: line-through;
}

.text-block-30 {
  margin-top: 0px;
  font-family: Filson, sans-serif;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.66);
}

.text-block-30.avista {
  margin-top: 40px;
  font-family: Filson, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.image-13 {
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 20px;
  -webkit-filter: saturate(100%) hue-rotate(273deg);
  filter: saturate(100%) hue-rotate(273deg);
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-faqwrapper {
  min-height: 50vh;
}

.box {
  overflow: hidden;
  margin-right: 6px;
  margin-left: 6px;
  padding: 2.5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(3, 240, 118, 0.98)), to(#03f076));
  background-image: linear-gradient(90deg, rgba(3, 240, 118, 0.98), #03f076);
  box-shadow: 0 0 10px 1px rgba(3, 240, 118, 0.4);
}

.box.card {
  width: 760px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4ba00;
  background-color: rgba(0, 0, 0, 0.73);
  background-image: none;
  box-shadow: inset 1px 1px 20px 0 rgba(228, 179, 0, 0.42), 0 0 40px 1px rgba(228, 171, 0, 0.47);
}

.paragraph-6 {
  position: relative;
  width: 450px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 200;
}

.paragraph-6._2 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-size: 20px;
  text-align: center;
}

.paragraph-6._2._3 {
  margin-top: 0px;
}

.obj9 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.garantia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.garantia.two {
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-a-text {
  font-family: Filson, sans-serif;
  color: #b1b1b1;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

.smallprice {
  font-size: 55px;
  font-weight: 700;
}

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

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

.c-faq-icon {
  position: relative;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.c-faq-divider.dividider-blue {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-7 {
  margin-top: 20px;
}

.paragraph-7._2 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
}

.paragraph-7._2._3 {
  width: 760px;
  margin-top: 20px;
  text-align: center;
}

.paragraph-7._2._3.g {
  width: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Filson, sans-serif;
  font-size: 20px;
  text-align: left;
}

.paragraph-7._2._3.g._23 {
  width: 760px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: left;
}

.c-faq {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

.bodyhighlight {
  font-weight: 500;
}

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

.bonusanimation-2 {
  position: absolute;
  left: -94px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 30;
  width: 150px;
  margin-bottom: 30px;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

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

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

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

.pvhighlight {
  color: #00d549;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(16, 238, 116, 0.66);
}

.pvhighlight.gold {
  color: #ffe100;
  text-shadow: none;
}

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

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

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

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

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

.te-section--1-2.upsell {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(53, 25, 0, 0.76))), url('../images/BG-OPERAÇÃO-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(53, 25, 0, 0.76)), url('../images/BG-OPERAÇÃO-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 24px;
  bottom: 0%;
}

.text-span-33 {
  color: red;
  font-weight: 600;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  min-height: 100%;
  padding-bottom: 0%;
  background-color: rgba(9, 9, 9, 0);
}

.video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

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

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

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

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

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

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

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

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

.suriel-lan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #10ee74;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(16, 238, 116, 0.37), inset 0 0 7px 0 rgba(16, 238, 116, 0.87);
}

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

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

.pvbacklight.gold {
  background-color: #ffd000;
}

.logo {
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

.div-block-267 {
  margin-top: 52px;
}

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

.image-15 {
  margin: 25px auto;
  border-radius: 5px;
  text-align: center;
}

.box_shadow {
  max-width: 70%;
  min-width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.image-16 {
  margin-top: 45px;
}

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0px auto 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-9 {
  display: block;
  max-width: 700px;
  margin: 35px auto;
  border-radius: 5px;
}

.image-17 {
  border-radius: 5px;
}

.youtube-2 {
  overflow: hidden;
  border-radius: 5px;
}

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

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

.box_half {
  width: 63%;
}

.imagem {
  position: relative;
  width: 34%;
  margin-top: -50px;
  margin-bottom: -50px;
}

.bonus-small-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bonus-small-list.padding {
  position: relative;
  min-height: 300px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: left;
}

.bonus-small-list.padding.revert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.image-29 {
  max-width: 100%;
  border-radius: 5px;
}

.pvh2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  text-transform: none;
}

.pvh2.bonus {
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 1.5em;
}

.pvh2.bonus.center {
  font-size: 20px;
  line-height: 1.1em;
}

.text {
  max-width: 100%;
  margin: 0px auto;
  font-family: Filson, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}

.black {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/BG-02.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/BG-02.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pvsubheadline-buy {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.pvsubheadline-buy.left {
  text-align: left;
  text-transform: none;
}

.pvsubheadline-buy.center {
  max-width: 700px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: Filson, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.pvsubheadline-buy.center.left {
  color: #b5b5b5;
  text-align: center;
}

.pvsubheadline-buy.big {
  color: #b5b5b5;
  font-size: 31px;
}

.pvsubheadline-buy.big._2 {
  text-transform: none;
}

.pvsubheadline-buy.big._3 {
  color: #e9e9e9;
  font-size: 22px;
  text-transform: none;
}

.div-block-268 {
  width: 503px;
  max-width: 500px;
}

.columns-dual {
  width: 65%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cartaimagemgrid-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.white-bg {
  width: 100%;
  padding: 53px 60px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #000;
  color: #202020;
}

.div-block-269 {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #000;
}

.icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.whats {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1555;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 30px;
  background-color: #25d366;
}

.image-29-copy {
  max-width: 110%;
  border-radius: 5px;
}

.paragraph-8 {
  font-family: Filson, sans-serif;
}

.grid-5 {
  margin-top: 43px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-flod {
  position: relative;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.14);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.68);
}

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

.text-body.left {
  font-family: Filson, sans-serif;
  text-align: left;
  text-transform: none;
}

.text-body.center {
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}

.text-body.center.left {
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.text-body.big {
  color: #b5b5b5;
  font-size: 31px;
}

.text-body.big._2 {
  text-transform: none;
}

.text-body.big._3 {
  font-family: Filson, sans-serif;
  color: #e9e9e9;
  font-size: 22px;
  text-transform: none;
}

.text-body.cta {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.check {
  position: absolute;
  left: auto;
  top: -10px;
  right: -10px;
  bottom: auto;
  padding: 5px;
  border-radius: 100% 10px 100% 100%;
  background-color: #f1c22d;
  box-shadow: 0 0 11px 0 rgba(241, 194, 45, 0.39);
}

.pvsection1 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111;
  box-shadow: inset 1px 1px 66px 2px rgba(87, 87, 87, 0.15);
  font-family: Montserrat, sans-serif;
}

.pvsection1._2nd {
  position: relative;
  box-shadow: none;
}

.cta-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  margin: 50px auto;
  padding: 10px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f1c22d;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta-module:hover {
  background-color: #f1c22d;
  color: #fff;
}

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

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.11);
}

.module-number-box {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  overflow: hidden;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.03);
}

.name-modulo {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c0c0c;
  font-family: Filson, sans-serif;
  font-size: 23px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.number-modulo {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Filson, sans-serif;
  font-size: 70px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.check-2 {
  padding-left: 28px;
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0px 2px;
  background-size: 19px;
  background-repeat: no-repeat;
}

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

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

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

.div-block-270 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  margin-right: 11px;
}

.pvsection3 {
  position: relative;
  display: block;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070707;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/Hero-Magnata.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/Hero-Magnata.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: inset 1px 1px 66px 2px rgba(87, 87, 87, 0.15);
  font-family: Montserrat, sans-serif;
}

.pvsection3._2nd {
  position: relative;
  box-shadow: none;
}

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

.imagem-fload {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-fullwidth {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #202020;
}

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

.alunos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.paragraph-9 {
  margin-bottom: 0px;
}

.list-item-3 {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  background-image: url('../images/check-2_1check (2).png');
  background-position: 0% 0%;
  background-size: 23px;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(192deg);
  filter: hue-rotate(192deg);
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

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

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

.pvsubheadline-2 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.pvsubheadline-2.left {
  font-family: Filson, sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.pvsubheadline-2.center {
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Filson, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.pvsubheadline-2.center.left {
  font-family: Filson, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.titlewrapper-3 {
  width: 430px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.divider-3 {
  width: 100%;
  height: 2px;
  margin: 0px auto;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #e4d900 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(0, 122, 228, 0.57);
  opacity: 0.35;
}

.divider-3.green {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(3, 240, 118, 0.59) 49%, #03f076 77%, #03f076);
}

.divider-3.green.left2right {
  background-image: linear-gradient(225deg, rgba(22, 30, 36, 0), rgba(241, 194, 45, 0.59) 49%, #f1c22d 77%, #f1c22d);
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, 0.57);
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 8px rgba(3, 240, 118, 0.5);
}

.heading-9.fsizeg {
  font-family: Filson, sans-serif;
  font-size: 37px;
  line-height: 1.1em;
  text-shadow: none;
}

.heading-9._2 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-left: 20px;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 0 8px rgba(212, 240, 3, 0.5);
}

.heading-9._2._3 {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 30px;
  text-transform: uppercase;
}

.heading-9.fsizeg {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  text-shadow: 0 0 8px rgba(241, 194, 45, 0.66);
}

.heading-9.fsizeg.cta {
  font-size: 30px;
}

.highlight-2 {
  color: #f1c22d;
  font-weight: 500;
  text-shadow: 0 0 7px rgba(241, 194, 45, 0.88);
}

.container-4 {
  position: relative;
}

.li-4 {
  margin-bottom: 20px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/checkmark.svg');
  background-position: 0px 15px;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-filter: saturate(108%) hue-rotate(270deg);
  filter: saturate(108%) hue-rotate(270deg);
  font-family: Filson, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.66);
}

.text-block-53 {
  position: relative;
  font-family: Filson, sans-serif;
  font-size: 24px;
}

.pbutton-2 {
  position: relative;
  font-family: Filson, sans-serif;
  font-size: 11px;
}

.grid-6 {
  width: 100%;
  margin: 0px auto 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.pvsection4._2nd {
  position: relative;
  box-shadow: none;
}

.cartabonus-2 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.text-2 {
  max-width: 100%;
  margin: 0px auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: none;
}

.bold-text-4 {
  font-size: 20px;
}

.paragraph-10 {
  margin-top: 45px;
  font-family: Filson, sans-serif;
}

.price-title {
  margin-top: 45px;
  font-family: Filson, sans-serif;
  font-weight: 300;
  text-align: center;
}

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

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

.paragraph-11 {
  font-family: Filson, sans-serif;
  color: #f0c12d;
  font-size: 40px;
  font-weight: 700;
}

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

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

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

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

.glosario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.glosario.total {
  margin-top: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.list-item-copy.price {
  width: 23%;
}

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

.price-box-real {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), to(hsla(0, 0%, 100%, 0.09)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.09));
}

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

.highlight-3 {
  color: #d60c0c;
  text-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
}

.check-list-2 {
  display: block;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.check-list-2.margin-top {
  margin-top: -23px;
}

.list-item-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: none;
}

.list-item-4.small {
  font-family: Filson, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.headline.left {
  font-family: Filson, sans-serif;
  text-align: left;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.check-3 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 38px;
  background-image: url('../images/check-3.png');
  background-position: 0px 0px;
  background-size: 22px;
  background-repeat: no-repeat;
}

.check-3.small {
  padding-left: 25px;
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0px 0px;
  background-size: 20px;
  font-size: 12px;
}

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

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

.big {
  font-size: 90px;
}

.divider-4 {
  width: 100%;
  height: 1px;
  margin: 0px auto;
  background-color: hsla(0, 0%, 77.3%, 0.55);
  opacity: 0.35;
}

.faq-q-text-2 {
  font-family: Filson, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

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

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

.small {
  font-size: 20px;
}

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

.bold-text-6 {
  font-family: Filson, sans-serif;
  color: #080808;
}

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

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

.html-embed-2 {
  overflow: hidden;
  border-radius: 5px;
}

.circle-light {
  width: 1px;
  height: 1px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #f0c12d, 0 0 4px 3px #f0c12d, 0 0 11px 4px #f0c12d;
  color: #f0c12d;
}

.text-span-35 {
  font-family: Barlow, sans-serif;
  font-size: 19px;
}

.columns-6 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  margin-bottom: -85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-1321 {
  position: relative;
}

.column {
  position: relative;
}

.image-33 {
  position: relative;
}

.image-34 {
  position: relative;
}

.column-2 {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-10 {
  font-size: 31px;
}

.heading-10.gradient-effect {
  position: -webkit-sticky;
  position: sticky;
}

.heading-10.gradient-effect.scrolling {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  float: left;
  clear: left;
  font-size: 50px;
  line-height: 1.2em;
}

.list {
  padding-left: 0px;
  border-left: 2px solid #96fad0;
  font-size: 30px;
  list-style-type: none;
}

.list-item-5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-block-54 {
  margin-left: -14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  background-image: url('../images/checkbox_2checkbox.png');
  background-position: 0px 15px;
  background-size: 26px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}

.section-2-copy {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #061015;
  color: #fff;
}

.divider-5 {
  width: 100%;
  height: 1px;
  margin: 10px auto 0px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #f1c22d 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(241, 194, 45, 0.57);
  opacity: 0.35;
}

.divider-5.hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 2px;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #00ff8d 51%, rgba(13, 24, 18, 0));
  box-shadow: 0 0 20px 1px rgba(45, 241, 159, 0.57);
}

.div-block-274 {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icone {
  display: block;
  width: 130px;
  margin: 30px auto;
}

.column-5 {
  font-family: Filson, sans-serif;
}

.link {
  color: hsla(0, 0%, 100%, 0.25);
}

.link-2 {
  color: hsla(0, 0%, 100%, 0.25);
}

.image-37 {
  width: 15px;
}

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

.cartabutton-2.animation-pulse {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  padding: 30px 10px;
  background-color: #f9cb12;
  box-shadow: 0 0 10px 1px rgba(249, 203, 18, 0.66);
  font-size: 18px;
  text-align: center;
}

.cartabutton-2.animation-pulse.center {
  display: block;
  max-width: 500px;
}

.cartabutton-2.animation-pulse.center.margin-top {
  margin-top: 57px;
}

.cartabutton-2.animation-pulse.center.margin-top.form {
  max-width: 100%;
  margin-top: 0px;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal {
  position: relative;
  display: block;
  max-width: 600px;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.form-block-2 {
  margin-top: 15px;
}

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

.input-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.input-field:-ms-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.input-field::-ms-input-placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.input-field::placeholder {
  color: hsla(0, 0%, 54.7%, 0.5);
}

.input-field.atual {
  margin-bottom: 15px;
}

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

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

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

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

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

.heading-3 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.heading-3.center {
  font-size: 35px;
  text-align: center;
}

.heading-3.center.black {
  color: #003c42;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  background-color: #002720;
}

.text-block-23 {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 800;
}

.heading-modal {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.heading-modal.center {
  font-size: 35px;
  text-align: center;
}

.heading-modal.center.black {
  color: #003c42;
}

.subheadline-modal {
  margin-top: -12px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.subheadline-modal.center {
  font-size: 35px;
  text-align: center;
}

.subheadline-modal.center.black {
  color: #003c42;
}

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

@media screen and (min-width: 1280px) {
  .suriel-lan._1gbg {
    max-width: 1140px;
  }

  .bonus-small-list.padding {
    min-height: 300px;
  }

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

  .div-block-274 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1380px;
  }
}

@media screen and (min-width: 1920px) {
  .button.animated-button1.full-width._123 {
    max-width: 600px;
  }

  .button.animated-button1.box-with._123 {
    max-width: 600px;
  }

  .bonusimg.box_shadow {
    margin-right: auto;
    margin-left: auto;
  }

  .pvhighlight {
    color: #0fc360;
  }

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

  .video-wrapper {
    background-color: rgba(0, 7, 4, 0);
  }

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

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

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

  .box_shadow {
    max-width: 100%;
    min-width: 77%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .column-4 {
    position: relative;
  }

  .div-block-274 {
    width: 1680px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .heading.iv2-1 {
    width: 550px;
    font-size: 32px;
  }

  .infowrapper.b.teste {
    width: auto;
  }

  .section {
    height: auto;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }

  .container {
    width: auto;
  }

  .container.iv2-depoimento {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-35.highlight-yellow.desktop {
    display: none;
  }

  .text-block-35.highlight-yellow.mobile {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-2.none {
    display: none;
  }

  .section-3 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3.glow {
    padding-bottom: 60px;
  }

  .grid {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-row-gap: 20px;
    -ms-grid-columns: 0.25fr 0.75fr;
    grid-template-columns: 0.25fr 0.75fr;
  }

  .title.v3 {
    display: none;
  }

  .title.v3.mob {
    display: block;
  }

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

  .div-block-5 {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-column-gap: 30px;
  }

  .div-block-7 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button-2.cta2.whatsapp.launch {
    text-align: center;
  }

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

  .section-5 {
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container-2 {
    width: 100%;
  }

  .iv2-depoimento {
    font-size: 32px;
    text-align: center;
  }

  .v3-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v3-section.who {
    margin-top: 20px;
  }

  .div-block-251 {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .csv-crcontainer {
    width: auto;
  }

  .csv-cronograma {
    width: auto;
  }

  .csv-crwrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ul._2._3 {
    width: auto;
  }

  .csv-crdivider.alt {
    width: 100%;
  }

  .div-block-261._2 {
    padding-bottom: 60px;
  }

  .paragraph-3.width2 {
    width: auto;
  }

  .cartawrapper {
    width: auto;
  }

  .cartasection {
    padding: 20px;
  }

  .cartaheadline {
    font-size: 28px;
  }

  .pagamentowrapper {
    width: 100%;
  }

  .pagamentowrapper.pv {
    width: 100%;
  }

  .pvsection {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .videowrapper2 {
    width: 100%;
  }

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

  .videowrapper2.pv.blue {
    margin-top: 20px;
  }

  ._1ren {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pvheadline {
    font-size: 26px;
  }

  ._2ren {
    margin-top: 0px;
  }

  .image-8 {
    display: none;
    margin-top: 26px;
  }

  .image-8.mobile {
    display: block;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .videodepoimentowrapper {
    width: auto;
  }

  .div-block-264 {
    margin-top: 20px;
  }

  .pvsection2 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, 0.15);
  }

  .obj1 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .obj3 {
    margin-top: 0px;
  }

  .obj3.b {
    margin-top: 40px;
  }

  .pvsubheadline {
    margin-top: 0px;
    text-align: center;
  }

  .obj4 {
    margin-top: 20px;
  }

  .titlewrapper-2 {
    width: auto;
  }

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

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

  .titlewrapper-2._2._3.elitehouse._21 {
    width: auto;
  }

  .titlewrapper-2.card {
    margin-bottom: 60px;
  }

  .ul-3 {
    width: auto;
    margin-top: 40px;
  }

  .heading-8 {
    margin-bottom: 40px;
    text-align: center;
  }

  .heading-8.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

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

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

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

  .heading-8.faq {
    margin-bottom: 20px;
  }

  .titlewrapper {
    width: auto;
  }

  .li-3 {
    margin-left: 20px;
  }

  .bonustext {
    width: auto;
  }

  .bonus.segundo {
    margin-top: 20px;
  }

  .bonusanimation {
    left: 0px;
    bottom: -1px;
  }

  .eadimg {
    position: static;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .barwrapper {
    width: 100%;
  }

  .div-block-266 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .ctawrapper {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .obj15 {
    margin-bottom: 60px;
  }

  .box.card {
    width: auto;
  }

  .paragraph-6 {
    width: auto;
    margin-top: 20px;
  }

  .obj9 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .garantia.two {
    margin-top: 0px;
  }

  .paragraph-7._2._3 {
    width: auto;
  }

  .paragraph-7._2._3.g._23 {
    width: auto;
  }

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

  .bonusanimation-2 {
    left: 0px;
    bottom: -1px;
  }

  .embed {
    width: 100%;
  }

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

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

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

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

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

  .headwrapper-2 {
    width: auto;
  }

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

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

  .cartaheadline2 {
    font-size: 28px;
  }

  .pvsubheadline-buy {
    margin-top: 0px;
    text-align: center;
  }

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

  .pvsection1 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, 0.15);
  }

  .pvsection3 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, 0.15);
  }

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

  .titlewrapper-3 {
    width: auto;
  }

  .heading-9 {
    margin-bottom: 40px;
    text-align: center;
  }

  .heading-9.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-9._2._3 {
    font-size: 30px;
  }

  .heading-9.fsizeg {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .li-4 {
    margin-left: 20px;
  }

  .pvsection4 {
    padding-top: 20px;
    box-shadow: inset 1px 1px 66px 2px rgba(218, 171, 23, 0.15);
  }

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

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

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

  .heading.iv2-1 {
    width: auto;
  }

  .paragraph {
    font-size: 18px;
  }

  .infowrapper {
    width: 420px;
  }

  .infowrapper.b {
    width: auto;
  }

  .section {
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .js-clock-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-247 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-250 {
    width: 200px;
  }

  .section-3 {
    padding-bottom: 60px;
  }

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

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

  .div-block-7 {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .iv2-depoimento {
    font-size: 26px;
  }

  .iv2-prints {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .coins-list {
    width: 85%;
  }

  .coin {
    margin-left: 0px;
  }

  .csv-crcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .js-clock-copy-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-7 {
    font-size: 26px;
  }

  .div-block-253 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-254 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-261._2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .li-2 {
    width: auto;
  }

  .div-block-16 {
    width: 350px;
  }

  .cartabutton {
    text-align: center;
  }

  .boxmanual {
    margin-left: 60px;
  }

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

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

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

  .pvheadline {
    font-size: 24px;
  }

  .pvsection2._2nd {
    padding-top: 60px;
  }

  .pvsubheadline {
    text-align: left;
  }

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

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

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

  .bonusimg {
    margin-bottom: 0px;
  }

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

  .heading-8.fsizeg {
    text-align: left;
  }

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

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

  .heading-8.center {
    font-size: 30px;
  }

  .feature {
    width: 350px;
  }

  .feature.pv {
    margin-bottom: 40px;
  }

  .bonusanimation {
    position: static;
  }

  .bonustitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box {
    margin-bottom: 12px;
  }

  .box.card {
    width: 90%;
  }

  .bonusanimation-2 {
    position: static;
  }

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

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

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

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

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

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

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

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

  .grid-4 {
    width: 100%;
  }

  .pvh2 {
    font-size: 30px;
    line-height: 42px;
  }

  .pvsubheadline-buy {
    text-align: left;
  }

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

  .pvsection1._2nd {
    padding-top: 60px;
  }

  .pvsection3._2nd {
    padding-top: 60px;
  }

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

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

  .heading-9.fsizeg {
    text-align: left;
  }

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

  .heading-9.fsizeg {
    text-align: left;
  }

  .grid-6 {
    width: 100%;
  }

  .pvsection4._2nd {
    padding-top: 60px;
  }

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

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

@media screen and (max-width: 479px) {
  .text-block-37 {
    font-size: 12px;
  }

  .heading {
    font-size: 24px;
  }

  .heading.iv2-1 {
    width: auto;
    margin-top: 20px;
    font-size: 24px;
    text-align: left;
  }

  .heading.v3 {
    font-size: 26px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .paragraph.iv2-2 {
    width: auto;
    font-size: 16px;
  }

  .paragraph.iv2-3 {
    font-size: 16px;
    text-align: left;
  }

  .infowrapper {
    width: auto;
    margin-top: 40px;
  }

  .infowrapper.b.teste {
    margin-top: 20px;
  }

  .section {
    padding: 20px 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(0deg, #000 19%, hsla(0, 0%, 100%, 0)), linear-gradient(225deg, rgba(241, 194, 45, 0.23) 17%, hsla(0, 0%, 100%, 0)), url('../images/bg-missaocripto.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 60% 0%;
    background-size: auto, auto, auto, auto;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section.v4 {
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), linear-gradient(225deg, rgba(241, 194, 45, 0.23), hsla(0, 0%, 100%, 0)), url('../images/bg-missaocripto-v4.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 70% 50%, 0px 0px;
    background-size: auto, auto, cover, auto;
    background-repeat: repeat, repeat, no-repeat, repeat;
  }

  .container {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.footer {
    width: 100%;
  }

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

  .tech.full.v3 {
    display: block;
  }

  .clock-number-copy {
    font-size: 16px;
  }

  .clock-number-copy.highlight-yellow {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-248 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 400px;
    background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(241, 194, 45, 0.1) 2%, transparent 68%);
  }

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

  .text-block-34.highlight-yellow {
    margin-top: 0px;
    font-size: 36px;
  }

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

  .div-block {
    line-height: 1.3em;
  }

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

  .section-3.glow {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .text-block-6 {
    line-height: 1.5em;
    text-align: center;
  }

  .text-block-6.cronograma {
    margin-bottom: 20px;
  }

  .para-voce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .zaiguide {
    width: 100%;
  }

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

  .button-2.cta2.whatsapp {
    position: relative;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  ._1passo {
    margin-top: 30px;
  }

  .section-5 {
    min-height: auto;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .div-block-12 {
    padding: 10px 10px 40px;
  }

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

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

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

  .image-4.launch {
    display: none;
    margin-right: 10px;
  }

  .text-block-14 {
    line-height: 1.3em;
  }

  .section-6 {
    height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .text-block-16 {
    margin-top: 40px;
  }

  .coins-list {
    width: 100%;
    grid-row-gap: 20px;
  }

  .text-listitem {
    font-size: 18px;
  }

  .coin {
    position: relative;
    top: auto;
    right: auto;
  }

  .v3-headline {
    margin-top: 20px;
  }

  .v3-section {
    padding-right: 10px;
    padding-left: 0px;
  }

  .v3-whopicture {
    width: 100%;
  }

  .div-block-251 {
    margin-top: 20px;
  }

  .data-hora {
    padding-right: 10px;
    padding-left: 10px;
  }

  .csv-crwrapper {
    padding-top: 20px;
  }

  .text-block-39 {
    width: 280px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 12px;
    line-height: 1.8em;
  }

  .info-geral {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ul {
    width: auto;
  }

  .ul._2 {
    width: auto;
  }

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

  .heading-7.mc-cronograma {
    width: auto;
    font-size: 26px;
  }

  .li {
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .li.checkmark {
    background-image: url('../images/checkmark.svg');
  }

  .csv-crdivider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .csv-crdivider.alt {
    margin-bottom: 40px;
  }

  .div-block-254.atual {
    grid-row-gap: 15px;
  }

  .div-block-261 {
    margin-bottom: 40px;
  }

  .div-block-261._2 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .data-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-3 {
    width: auto;
    font-size: 14px;
  }

  .paragraph-3.width2 {
    margin-top: 20px;
  }

  .bold-text {
    line-height: 70px;
  }

  .li-2 {
    margin-left: 0px;
    background-position: 0% 15%;
    font-size: 20px;
    line-height: 1.4em;
  }

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

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

  .div-block-16 {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
  }

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

  .ul-2 {
    width: auto;
  }

  .cartacenter {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .boxmanual {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

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

  .cartadepoimento2 {
    grid-template-areas: "Area";
  }

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

  .pagamentowrapper.pv {
    margin-bottom: 0px;
  }

  .pagamentowrapper.margintop.card {
    margin-top: 30px;
  }

  .pvsection {
    min-height: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

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

  .pagamentos {
    width: auto;
    margin-bottom: 20px;
  }

  .pagamentos.elitehouse {
    margin-top: 40px;
  }

  .videowrapper2.pv.blue {
    margin-top: 10px;
  }

  .pvheadline {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4em;
  }

  ._2ren {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cartoes {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .divider.hero {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ._100seguro {
    color: rgba(223, 250, 255, 0.5);
  }

  .c-bubbles {
    background-position: 0px 0px, 100% 0%;
  }

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

  .text-block-50 {
    position: relative;
    font-size: 18px;
  }

  .image-8 {
    display: none;
    width: 100%;
  }

  .image-8.mobile {
    display: block;
    width: 80%;
  }

  .videodepoimentowrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .pvsection2._2nd {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .obj1 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pvsubheadline {
    font-size: 17px;
    text-align: center;
  }

  .pvsubheadline.big {
    font-size: 20px;
  }

  .pvsubheadline.big._3 {
    margin-top: 54px;
  }

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

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

  .titlewrapper-2.card {
    width: auto;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .titlewrapper-2.card.garantia {
    margin-bottom: 20px;
  }

  .ul-3 {
    width: auto;
    margin-top: -81px;
    margin-bottom: 0px;
  }

  .bonusimg.box_shadow {
    min-width: 100%;
    margin-left: 51%;
  }

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

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

  .heading-8.fsizeg.cta {
    font-size: 26px;
  }

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

  .heading-8._2._3 {
    font-size: 26px;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }

  .heading-8._2._4 {
    font-size: 26px;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }

  .heading-8.center {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .heading-8.highlight {
    text-align: left;
  }

  .feature {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
  }

  .feature.pv {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .li-3 {
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .hdivider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .barwrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
  }

  .div-block-266 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  ._194 {
    font-size: 45px;
  }

  .text-block-30 {
    margin-top: 0px;
  }

  .image-13 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .box.card {
    width: 95%;
    height: auto;
  }

  .paragraph-6._2 {
    margin-bottom: 40px;
  }

  .paragraph-6._2._3 {
    margin-top: 0px;
    font-size: 18px;
  }

  .obj9 {
    width: 100%;
    margin-bottom: 20px;
  }

  .garantia.two {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }

  .paragraph-7._2._3.g {
    width: auto;
    font-size: 17px;
  }

  .embed {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .logo {
    max-width: 44%;
    margin-top: -21px;
    margin-bottom: 14px;
  }

  .columns {
    margin-top: 20px;
  }

  .grid-4 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-9 {
    max-width: 100%;
  }

  .columns-2 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .box_half {
    width: 100%;
    padding-bottom: 15px;
  }

  .imagem {
    width: 100%;
    margin-top: 3px;
  }

  .bonus-small-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bonus-small-list.padding.revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 34px;
  }

  .pvh2 {
    text-align: center;
  }

  .pvh2.bonus {
    font-size: 22px;
    line-height: 32px;
  }

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

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

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

  .pvsubheadline-buy {
    font-size: 17px;
    text-align: center;
  }

  .pvsubheadline-buy.big {
    font-size: 20px;
  }

  .pvsubheadline-buy.big._3 {
    margin-top: 54px;
  }

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

  .columns-dual {
    width: 100%;
    margin-top: 20px;
  }

  .white-bg {
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-10 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .image-29-copy {
    margin-bottom: 34px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-flod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .text-body.big {
    font-size: 20px;
  }

  .text-body.big._3 {
    margin-top: 54px;
  }

  .check {
    left: -10px;
    right: auto;
    width: 30px;
    height: 32px;
  }

  .pvsection1._2nd {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .check-2 {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 50%;
    background-size: 25px;
  }

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

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

  .pvsection3._2nd {
    padding-top: 40px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .avatar_box {
    width: 50%;
  }

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

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

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

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

  .pvsubheadline-2 {
    font-size: 17px;
    text-align: center;
  }

  .pvsubheadline-2.center.left {
    font-size: 17px;
  }

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

  .heading-9 {
    margin-bottom: 0px;
  }

  .heading-9.fsizeg {
    font-size: 24px;
  }

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

  .heading-9._2._3 {
    font-size: 26px;
    text-align: center;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }

  .heading-9.fsizeg {
    font-size: 24px;
  }

  .heading-9.fsizeg.cta {
    font-size: 26px;
  }

  .li-4 {
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.4em;
  }

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

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

  .grid-6 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .pvsection4._2nd {
    padding-top: 40px;
    padding-bottom: 0px;
  }

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

  .price-box {
    width: 280px;
  }

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

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

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

  .glosario.total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .line._2 {
    display: none;
  }

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

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

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

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

  .check-list-2.margin-top {
    padding-left: 0px;
  }

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

  .list-item-4.small {
    margin-top: 0px;
  }

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

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .check-3 {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 50%;
    background-size: 25px;
  }

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

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

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

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

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

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

  .columns-6 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-10.gradient-effect.scrolling {
    font-size: 35px;
  }

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

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

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

  .icone {
    width: 50px;
    margin: 0px 21px 0px 0px;
  }

  .image-35 {
    margin-bottom: 26px;
  }

  .image-36 {
    width: 36px;
  }

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

  .cartabutton-2.animation-pulse {
    width: 100%;
    min-width: 100%;
  }

  .overlay {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal {
    min-width: auto;
  }

  .input-field.atual {
    margin-bottom: 5px;
  }

  .formwrapper {
    display: block;
    margin-bottom: 10px;
    grid-row-gap: 5px;
  }

  .heading-3.center.black {
    font-size: 27px;
  }

  .text-block-23 {
    line-height: 1.3em;
  }

  .heading-modal.center.black {
    font-size: 27px;
  }

  .subheadline-modal.center.black {
    font-size: 27px;
  }
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cc3-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cca-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd1-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cd8-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6cdf-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_876d0519-c0e1-9273-8ed4-19fcaa1a6ce6-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169dd-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.videodepoimentowrapper>#w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169df-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169e1-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_312dee89-49f3-1290-de26-e617b0e169e3-9485b5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff803-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff80a-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff811-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff818-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff81f-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a455b59-7aec-00e1-53c1-9fd7821ff826-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_996a773c-261e-3c5d-bc22-3ee94737123a-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.videodepoimentowrapper>#w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#w-node-_996a773c-261e-3c5d-bc22-3ee94737123c-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_996a773c-261e-3c5d-bc22-3ee94737123e-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_996a773c-261e-3c5d-bc22-3ee947371240-2285b600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .videodepoimentowrapper>#w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  #w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .videodepoimentowrapper>#w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  @media screen and (max-width: 479px) {
    #w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_312dee89-49f3-1290-de26-e617b0e169de-9485b5f8 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }

    #w-node-_996a773c-261e-3c5d-bc22-3ee94737123b-2285b600 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
  }
}

@font-face {
  font-family: 'Ds digi';
  src: url('../fonts/DS-DIGI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ds digib';
  src: url('../fonts/DS-DIGIB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filson';
  src: url('../fonts/FilsonProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}