.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-alert {
  color: #fff;
  background-color: #e93e3d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.headline-h2 {
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

.headline-h2.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  color: #fff;
  background-color: #081f05;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.hero {
  color: #fff;
  background-image: linear-gradient(#0000 78%, #081f05), url('../images/bg-1.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  padding-top: 362px;
}

.section.bg-2 {
  color: #fff;
  background-image: url('../images/tmpsrd2d6ne.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.section.dark {
  background-color: #061a04;
}

.logo {
  width: 540px;
  margin-bottom: -58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headline {
  font-family: Sora, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}

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

.headline.small {
  font-size: 27px;
}

.headline-sub {
  font-family: Sora, sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}

.headline-sub.center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.headline-sub.center.no-m {
  margin-bottom: 0;
}

.data-box {
  color: #fff;
  background-image: linear-gradient(148deg, #092304, #134f0e);
  border-radius: 20px;
  max-width: 300px;
  margin: 30px auto;
  padding-top: 20px;
  overflow: hidden;
}

.icon {
  width: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.data {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.data.small {
  font-size: 15px;
}

.data.no-m {
  margin-bottom: 0;
}

.white-label {
  color: #000;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cartabutton {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f7ae55;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 20px auto 40px;
  padding: 20px 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.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.w--current {
  max-width: 600px;
}

.cartabutton.no-m {
  margin-bottom: 0;
}

.text-cta {
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-cta.sub {
  font-size: 12px;
  font-weight: 300;
}

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

.box-white {
  color: #141414;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}

.paragraph {
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.list-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-item-2 {
  background-image: url('../images/check.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.list-text {
  letter-spacing: 1px;
  text-transform: none;
  border-right: 3px #fff;
  width: 100%;
  margin-bottom: 0;
  font-weight: 300;
}

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

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

.itens-list-invert {
  filter: invert();
  color: #000;
  background-color: #00000012;
  background-image: url('../images/check.png');
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #00000021;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 15px 15px 15px 45px;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.box-glass {
  background-color: #ffffff0d;
  border: 1px solid #ffffff2b;
  border-radius: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.headline-h3 {
  font-family: Sora, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}

.headline-h3.center {
  color: #ccab7c;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.light-list {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  position: relative;
}

.light-bullet {
  background-color: #bd9f75;
  background-image: radial-gradient(circle, #fff, #0000);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 15px auto auto 0%;
  box-shadow: 0 0 5px #fff3;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.marquee-horizontal-2 {
  z-index: 200;
  box-shadow: none;
  color: #000;
  background-image: linear-gradient(90deg, #ccab7c, #b9975f);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 43px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-281 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.image-4 {
  width: 30px;
  min-width: 30px;
  margin-right: 40px;
}

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

.div-block-282 {
  background-color: #776449;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.price-note {
  font-family: Sora, sans-serif;
  font-weight: 300;
  line-height: 1.1em;
}

.price-note.center {
  color: #c4a370;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}

.price-note.center.no-m {
  margin-bottom: 0;
}

.price {
  font-family: Sora, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
}

.price.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

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

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

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

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

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

  .logo {
    margin-bottom: -31px;
  }

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

  .headline-sub.center {
    font-size: 17px;
  }

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

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

  .list-item-2 {
    text-align: left;
  }

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

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

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

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


