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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.section.hero {
  color: #fff;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.section.line {
  border-bottom: 2px solid #232222;
}

.section.red {
  background-color: #6a052c;
}

.container {
  min-width: 940px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
}

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

.selo {
  color: #fff;
  background-image: linear-gradient(90deg, #c79549, #a96d1d);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  min-width: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
  display: inline-block;
}

.cta-text {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.paragraph {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph.opacity {
  opacity: .35;
  font-family: Sora, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

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

.box-cta.block {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  border: 1px solid #ffffff1c;
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.cta-link {
  background-image: linear-gradient(90deg, #c79549, #a96d1d);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  display: flex;
}

.detail-cta {
  background-color: #895009;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.box-cta-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image {
  margin-bottom: 15px;
}

.marquee-horizontal-2 {
  z-index: 200;
  box-shadow: none;
  color: #000;
  background-image: linear-gradient(90deg, #c79248, #ae7022);
  border-top: 1px solid #d89c4a;
  border-bottom: 1px solid #d89c4a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 59px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.track-horizontal-alt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-281 {
  grid-column-gap: 1px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.image-4 {
  margin-right: 15px;
}

.text-block-11 {
  color: #895007;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 3px #fff;
  margin-right: 6px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

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

.headline-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-flex.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 28px;
}

.paragraph-center {
  color: #ffffff87;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.subtext {
  color: #ffffff87;
  text-align: center;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}

.box {
  background-color: #ffffff08;
  border-left: 5px solid #6b052c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 45px;
  margin-bottom: 45px;
}

.box-content {
  background-color: #141414;
  border: 1px solid #262626;
  border-radius: 15px;
  padding: 25px;
}

.icon {
  background-color: #6a042c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon.v2 {
  width: 75px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
}

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

.grid-2 {
  grid-template-rows: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

.list {
  background-color: #141414;
  background-image: url('../images/check-icon.png');
  background-position: 20px 25px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #262626;
  border-radius: 15px;
  padding: 25px 25px 25px 52px;
}

.modulo {
  background-color: #0000001c;
  border: 1px solid #410119;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 25px;
}

.modulo.bg-2 {
  background-color: #3c0017;
}

.modulo-headline {
  text-align: left;
  font-size: 28px;
}

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

.module-number {
  width: 24%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

.list-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.module-text {
  width: 76%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}

.columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-46 {
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-289 {
  border: 1px solid #262626;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
}

.h2 {
  color: #bf883e;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

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

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

.no-image {
  text-align: center;
  border-bottom: 1px solid #333;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 600px;
  min-height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 30px;
  display: flex;
}

.div-block-286 {
  background-color: #c69147;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

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

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

.cartabutton.animation-pulse {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #3a990e;
  background-image: linear-gradient(72deg, #058c0b, #05cd0d);
  border-style: none;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 23px;
  padding: 25px 15px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.cartabutton.animation-pulse {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  background-color: #47bb36;
  background-image: linear-gradient(270deg, #4ac84a, #44aa1c);
  border-style: none;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 20px auto 23px;
  padding: 25px 15px;
  font-size: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #2bb45999;
}

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

.price-value {
  text-align: center;
  margin: 0 10px;
  font-size: 140px;
  font-weight: 700;
  line-height: .8em;
}

.price-box {
  color: #bf883e;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 110px;
  margin: 30px auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-287 {
  z-index: 999;
  background-color: #181818;
  border: 1px solid #242324;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 10%;
  position: relative;
}

.div-block-285 {
  border: 0 solid #454545;
}

.pricen-cents {
  color: #bf883e;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 53px;
}

.paragraph-12 {
  color: #bf883e;
  font-size: 40px;
  font-weight: 600;
}

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

.paragraph-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

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

.price-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5em;
}

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

.old-price-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5em;
}

.old-price-text.center {
  text-align: center;
}

.old-price {
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
  text-decoration-thickness: 2px;
}

.flex-bonus {
  display: flex;
}

.bonus-text {
  color: #ffffff87;
  text-align: left;
  width: 76%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}

.big {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.div-block {
  background-color: #6b052c;
  border-radius: 20px;
  margin-top: 26px;
  margin-bottom: 60px;
  padding: 15px;
}

.column {
  padding-left: 30px;
  padding-right: 30px;
}

.heading-3 {
  color: #c38f45;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph-14 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

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

.headline-note {
  color: #be863c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

.section-2 {
  background-color: #000;
  padding: 60px 15px;
  position: relative;
  overflow: visible;
}

.section-2.about {
  color: #fff;
  background-image: url('../images/bg-about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-47 {
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.text-block-48 {
  letter-spacing: 1px;
  text-transform: none;
  border-right: 3px #fff;
  margin-bottom: 30px;
  margin-right: 6px;
  padding-right: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}

.heading-4 {
  color: #c0893d;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 400;
}

.footer {
  background-color: #6b042c;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer.hero {
  color: #fff;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.footer.line {
  border-bottom: 2px solid #232222;
}

.footer.red {
  background-color: #6a052c;
}

.movile {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

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

  .cartabutton.animation-pulse {
    width: 100%;
  }
}

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

  .section.hero {
    background-position: 0%;
    min-height: auto;
    padding-bottom: 80px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading.sub, .heading.left {
    text-align: left;
  }

  .cta-text {
    width: 80%;
    padding-left: 0;
    padding-right: 10px;
  }

  .paragraph.opacity {
    font-size: 16px;
  }

  .box-cta.block {
    width: 100%;
  }

  .image {
    max-width: 70%;
  }

  .marquee-horizontal-2 {
    bottom: 0;
    left: 0;
  }

  .div-block-281 {
    margin-right: 0;
  }

  .image-4 {
    margin-left: 15px;
  }

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

  .subtext {
    width: 100%;
  }

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

  .icon.v2 {
    width: 50px;
    height: 50px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .modulo.bg-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .module-number {
    width: 40%;
  }

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

  .h2 {
    font-size: 30px;
  }

  .h2.center {
    font-size: 28px;
  }

  .no-image {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 100%;
    margin-top: 34px;
    padding: 12px 15px;
  }

  .price-value {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1em;
  }

  .price-box {
    justify-content: center;
    align-items: flex-end;
    width: 280px;
    height: auto;
  }

  .div-block-287 {
    margin-top: 37px;
    padding: 30px 15px;
  }

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

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

  .price-headline {
    font-size: 20px;
  }

  .price-headline.center {
    font-size: 19px;
  }

  .old-price-text {
    font-size: 21px;
  }

  .flex-bonus {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block {
    border-radius: 15px;
    padding-top: 50px;
  }

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

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

  .headline-note {
    font-size: 14px;
  }

  .image-49 {
    margin-bottom: 26px;
  }

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

  .section-2.about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .text-block-48 {
    width: 100%;
    margin-bottom: 0;
    font-size: 17px;
  }

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

  .movile {
    width: 100%;
    padding-left: 0;
  }

  .image-51 {
    width: 25px;
  }
}


