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

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

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

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

.body {
  background-color: #04060b;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #04060bb8;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.menu-item {
  color: #b8b8b8;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: color .2s;
}

.menu-item:hover {
  color: #fff;
}

.primary-button-navbar {
  background-color: #2474ed;
  border-radius: 20px;
  margin-left: 12px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  transition: background-color .2s;
}

.primary-button-navbar:hover {
  background-color: #3c84f1;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container.column {
  flex-direction: column;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.container.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block {
  color: #b8b8b8;
  text-align: center;
  letter-spacing: .4px;
  max-width: 356px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 160%;
}

.heading {
  color: #fff;
  margin-top: -16px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 144px;
  line-height: 110%;
}

.title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 98px;
  display: flex;
}

.image {
  object-fit: cover;
  width: auto;
  height: 1490px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  max-width: 21ch;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

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

.text-block-3 {
  color: #475467;
  text-align: center;
  letter-spacing: 0;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 62px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 180%;
}

.bold-text {
  color: #101828;
}

.thumb-container {
  opacity: .85;
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 36px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumb-container:hover {
  opacity: 1;
}

.thumb-container.open-popup {
  z-index: 999;
  opacity: 1;
  position: absolute;
  bottom: 20vh;
}

.icon-play {
  width: 110px;
  height: 110px;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

.text-block-4 {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: -.2px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 160%;
}

.thumb-trailer {
  opacity: 1;
}

.section {
  z-index: 5;
  background-color: #f5f5f6;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 170px;
  position: relative;
}

.hero-image-container {
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 1490px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.section-2 {
  width: 100%;
  height: 300vh;
  padding-top: 0;
  position: relative;
  top: 0;
}

.container-view-360 {
  z-index: auto;
  width: 100%;
  max-width: 956px;
  height: 100%;
  position: relative;
}

.animation-container {
  width: 100%;
  height: auto;
  line-height: 1;
  position: sticky;
  top: 0;
}

.lottie-animation {
  object-fit: contain;
  height: 100%;
}

.lottie-container {
  height: 100vh;
  padding-top: 80px;
  position: relative;
  top: 0;
}

.text-2 {
  color: #b8b8b8;
  text-align: left;
  letter-spacing: .2px;
  width: 100%;
  max-width: 267px;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.text-3 {
  color: #b8b8b8;
  letter-spacing: .2px;
  width: 100%;
  max-width: 267px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -49%);
}

.text-span, .text-span-2, .text-span-3 {
  color: #fff;
}

.text-1 {
  color: #b8b8b8;
  letter-spacing: .2px;
  width: 100%;
  max-width: 267px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.text-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-video-1 {
  object-fit: cover;
  background-color: #f3f3f3;
  height: 300vh;
  margin-top: 64px;
  padding-top: 0;
  position: relative;
}

.container-video {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.video-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-video-container {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  transform: translate(0);
}

.heading-3 {
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-5 {
  color: #b8b8b8;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 160%;
}

.videos-wrapper {
  display: block;
}

.section-video-2 {
  opacity: 1;
  object-fit: cover;
  background-color: #0000;
  height: 300vh;
  margin-top: -100vh;
  padding-top: 0;
  position: relative;
}

.section-video-3 {
  opacity: 1;
  object-fit: cover;
  background-color: #f3f3f3;
  height: 300vh;
  margin-top: -100vh;
  padding-top: 0;
  position: relative;
}

.play-pause-button, .play-pause-button-2, .play-pause-button-3 {
  z-index: 99;
}

.text-block-6 {
  color: #b6b6b6;
  text-align: center;
  letter-spacing: .2px;
  width: 100%;
  margin-top: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.heading-4 {
  color: #f5f5f6;
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 120%;
}

.section-3 {
  z-index: 99;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 110vh;
  margin-top: 0;
  padding-top: 124px;
  padding-bottom: 64px;
  display: block;
  position: relative;
}

.div-block-3 {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-5 {
  color: #c27c5b;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 160%;
}

.gallery-old {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.grid {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.grid.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.grid.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.grid.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 980px;
  margin: 64px auto 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.acessorio-1 {
  object-fit: fill;
  align-self: auto;
  width: 150%;
  max-width: none;
  height: 150%;
  overflow: visible;
}

.acessorio-2 {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
  margin-left: -20%;
  overflow: hidden;
}

.acessorio-3 {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
  margin-top: -20%;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 478px;
  display: flex;
  overflow: visible;
}

.button-float {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  position: relative;
  bottom: auto;
}

.button-float-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 64px;
  padding: 8px 8px 8px 18px;
  display: block;
  position: sticky;
  bottom: 104px;
  box-shadow: 0 0 0 5px #bec1ca40;
}

.text-block-7 {
  color: #494f5c;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-5 {
  color: #a1a1a1;
  background-color: #4374ee;
  border-radius: 100px;
}

.slide-item {
  object-fit: cover;
  background-color: #1f1f1f;
  border-radius: 8px;
  width: 390px;
  max-width: 90vw;
  height: 70vh;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.slide-nav {
  background-color: #0000;
}

.slide-2 {
  background-color: #4299a5;
}

.mask {
  width: 406px;
  max-width: 90vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  overflow: visible;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.left-arrow {
  background-color: #42424599;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding-right: 6px;
  left: 24px;
}

.icon-2 {
  font-family: Inter, sans-serif;
}

.image-14 {
  width: 90%;
  height: 100%;
}

.right-arrow {
  background-color: #42424599;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding-left: 6px;
  padding-right: 0;
  right: 24px;
}

.image-15 {
  width: 90%;
  height: 100%;
}

.section-5 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 64px;
  display: block;
}

.image-16 {
  height: 980px;
}

.accordion-item {
  border-top: 1px solid #0000004d;
  width: 100%;
  overflow: hidden;
}

.accordion-item.negative-color {
  border-top-color: #ffffff4d;
}

.accordion-toggle {
  align-items: center;
  height: auto;
  min-height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.heading-6 {
  color: #101828;
  text-align: center;
  max-width: 20ch;
  margin-bottom: 64px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.accordion-title {
  color: #101828;
  white-space: normal;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.accordion-title.negative-color {
  color: #f5f5f6;
  letter-spacing: .2px;
  white-space: normal;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
  position: static;
}

.dropdown-list.negative-color {
  background-color: #0000;
}

.accordion-icon {
  color: #c27c5b;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.image-flex-wrapper {
  object-fit: fill;
  object-position: 50% 0%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 980px;
  margin-bottom: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-17 {
  align-self: auto;
  width: 1910px;
  max-width: none;
  height: auto;
  margin-top: -345px;
  position: relative;
  top: auto;
  left: auto;
}

.heading-lg {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.heading-lg.faq.negative-color {
  color: #101828;
  text-align: left;
  margin-bottom: 24px;
  font-size: 48px;
}

.heading-lg.padre-pio {
  color: #f5f5f6;
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-block-accordion {
  line-height: 160%;
}

.text-block-accordion.negative-color {
  color: #8f8f8f;
  letter-spacing: .5px;
}

.paragraph {
  color: #8f8f8f;
  letter-spacing: .3px;
  width: 100%;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 160%;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: #fff;
}

.section-6 {
  padding-bottom: 120px;
  display: block;
}

.section-7 {
  padding-top: 249px;
  padding-bottom: 328px;
}

.info-price {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.main-image-price-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1500px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.title-price {
  color: #c27c5b;
  text-align: center;
  letter-spacing: 0;
  width: 550px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.price-wrapper {
  color: #fff;
  width: 180px;
  padding-top: 16px;
  padding-bottom: 4px;
  display: block;
  position: relative;
  overflow: visible;
}

.card {
  text-align: center;
  border: 1px #c17c5b;
  border-radius: 8px;
  width: 480px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
  display: inline-block;
}

.text-span-7, .text-span-8 {
  font-size: 24px;
}

.text-block-10 {
  color: #c27c5b;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 110%;
  position: absolute;
  top: 0;
  left: 32px;
}

.text-block-11 {
  color: #8b8b8b;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 110%;
  position: absolute;
  bottom: 0;
  right: -32px;
}

.text-block-12 {
  color: #c27c5b;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  display: none;
}

.text-span-9 {
  font-size: 18px;
  font-weight: 600;
}

.list-price {
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.list-item {
  color: #b8b8b8;
  letter-spacing: .5px;
  border-bottom: 1px solid #36383c;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 160%;
}

.list-item.last-child {
  border-bottom-style: none;
}

.primary-button {
  background-color: #2474ed;
  border-radius: 200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 48px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s;
}

.primary-button:hover {
  background-color: #3c84f1;
}

.obs {
  text-align: center;
  margin-top: 8px;
}

.text-block-13 {
  color: #b8b8b8;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.main-image-price {
  object-fit: cover;
  object-position: 50% 0%;
  max-width: none;
  height: 1500px;
  position: relative;
  top: -79px;
}

.container-pricing {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-pricing.row {
  background-color: #03060b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-pricing.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.container-pricing.column {
  flex-direction: column;
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.footer-subscribe {
  background-color: #ededf2;
  border-top: 1px solid #ebebeb;
  padding: 80px 30px 40px;
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 64px 0;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  background-color: #eee;
  border: 1px solid #00000012;
  width: 440px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Inter, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fc9;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  font-family: Inter, sans-serif;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-three {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #8e8e8e;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #fffc;
}

.footer-social-block-three {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-link-three {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.footer-divider-two {
  background-color: #dfdfdf;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-copyright {
  color: #667085;
  font-family: Inter, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #4676b6;
  margin-left: 24px;
  font-family: Inter, sans-serif;
}

.footer-legal-link:hover {
  color: #2774db;
}

.div-block-9 {
  padding-right: 24px;
}

.text-block-14 {
  font-family: Inter, sans-serif;
  line-height: 160%;
}

.footer-link-phone {
  color: #8e8e8e;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-phone:hover {
  color: #fffc;
}

.text-block-15 {
  color: #8e8e8e;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  font-family: Inter, sans-serif;
}

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

.heading-7 {
  color: #000;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.footer-about-description {
  color: #959595;
  letter-spacing: 0;
  max-width: 57ch;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.bold-text-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
  line-height: 130%;
}

.collection-item-wrapper {
  color: #5f3636;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  padding-right: 15px;
}

.collection-item-wrapper.negative-border-color {
  border-bottom-color: #363636;
}

.faq-item-wrapper {
  background-color: #0000;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.accordion-title-wrapper {
  color: #475467;
  cursor: pointer;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.accordion-description-wrapper {
  height: auto;
  padding-right: 89px;
  overflow: hidden;
}

.accordion-description {
  color: #475467;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.accordion-description.negative-color {
  color: #8f8f8f;
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-icon-wrapper {
  width: 26px;
  height: 26px;
}

.html-embed {
  color: #c27c5b;
  font-size: 0;
  line-height: 0;
  transform: rotate(45deg);
}

.html-embed-2 {
  color: #3f3f3f;
  font-size: 0;
  line-height: 0;
  transform: rotate(45deg);
}

.collection-list-wrapper {
  width: 100%;
}

.pop-up-wrapper {
  z-index: 99999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.pop-up-video-wrapper {
  width: 940px;
  height: 500px;
}

.popup {
  z-index: 99999;
  opacity: 1;
  background-color: #000000d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.close-button-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button {
  z-index: 10;
  opacity: .55;
  background-color: #0000;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  inset: 0% 0% auto auto;
}

.popup-video {
  z-index: 999999;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.player-button-svg {
  opacity: .4;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/play-white.svg');
  background-position: 0 0;
  background-size: cover;
  align-self: auto;
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.acessorio-img-2, .acessorio-img-3 {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.acessorio-img-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 478px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery {
  z-index: 999;
  background-image: linear-gradient(0deg, #0c0c0c, #04060b);
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.swiper {
  position: relative;
}

.swiper.first-swiper {
  overflow: hidden;
}

.swiper-wrapper.first-swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.slide {
  object-fit: cover;
  background-color: #1f1f1f;
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  max-width: 90vw;
  height: 55vw;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #4242454d;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.carousel-arrow-oval.next-arrow {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

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

.carousel-arrow {
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

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

.carousel-arrow-w.arrow-next {
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.carousel-arrow-w.arrow-previous {
  flex: 0 auto;
  margin-right: 10px;
  position: static;
}

.swiper-pagination {
  display: none;
}

.title-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.content-description {
  z-index: 99;
  cursor: pointer;
  padding: 10px 42px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paragraph-description {
  color: #eee;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.click-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  align-items: center;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  display: flex;
}

.title-icon {
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  transform: rotate(45deg);
}

.section-8 {
  background-color: #111;
  padding-top: 140px;
  padding-bottom: 64px;
  display: block;
}

.swiper-slide-content {
  width: 100%;
}

.heading-8 {
  color: #f5f5f6;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 160%;
  display: block;
}

.slide-description {
  color: #86868b;
  letter-spacing: .2px;
  width: 85%;
  height: 105px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 155%;
  overflow: hidden;
}

.image-wrapper {
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
}

.lottie-item {
  object-fit: cover;
  width: 590px;
  height: 940px;
  margin-left: auto;
  margin-right: auto;
}

.detail-bold {
  color: #fff;
}

.view-360-animation {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 400vh;
  margin-top: -98svh;
  padding-top: 0;
  display: block;
  position: relative;
}

.first-detail {
  z-index: 2;
  color: #b8b8b8;
  letter-spacing: .2px;
  width: auto;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translate(0, -50%);
}

.thrid-detail {
  z-index: 2;
  color: #b8b8b8;
  letter-spacing: .2px;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 140%;
  display: block;
  position: absolute;
  top: 62%;
  left: -110px;
  transform: translate(0, -49%);
}

.parent-sticky {
  align-items: center;
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.container-view-361 {
  z-index: auto;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-bottom: 200px;
  position: relative;
}

.lottie-wrapper {
  z-index: 1;
  align-items: center;
  width: 710px;
  max-width: 1440px;
  height: 100vh;
  min-height: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.second-detail {
  z-index: 2;
  color: #b8b8b8;
  text-align: left;
  letter-spacing: .2px;
  width: auto;
  max-width: none;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  right: -140px;
  transform: translate(0, -50%);
}

.container-360-view {
  z-index: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.hero-background-video {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
}

.measure-label {
  color: #f5f5f6;
  letter-spacing: .1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
}

.measure-label.top {
  opacity: 1;
  margin-left: 18px;
  top: 125px;
  left: 50%;
  transform: translate(-50%);
}

.measure-label.right {
  opacity: 1;
  top: 557px;
  right: 127px;
}

.third-phrase {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translate(0, 100svh);
}

.hero-title {
  z-index: 1;
  color: #f5f5f6;
  text-align: center;
  letter-spacing: -.3px;
  max-width: 22ch;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  line-height: 132%;
  position: relative;
}

.hero-text-background {
  z-index: 1;
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.hero-video {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 300vh;
  min-height: 1200px;
  font-family: Inter, sans-serif;
  font-style: normal;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.first-phrase {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50vh;
  transform: translate(0, -50%);
}

.hero-thin-line {
  z-index: 1;
  color: #b8b8b8;
  text-align: center;
  letter-spacing: .5px;
  max-width: 50ch;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 180%;
  display: none;
  position: relative;
}

.second-phrase {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translate(0, 100svh);
}

.titulo-galeria {
  z-index: 99;
  background-color: #04060b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section-pricing {
  background-color: #101010;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.text-block-17 {
  color: #f0f0f0;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.final-price {
  color: #f5f5f6;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
}

.text-span-10 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-11 {
  font-size: 18px;
  font-weight: 400;
}

.section-pricing-2 {
  background-color: #101010;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.container-pricing-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-pricing-2.row {
  background-color: #03060b;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.container-pricing-2.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.container-pricing-2.column {
  flex-direction: column;
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-7-copy {
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 32px;
  display: flex;
}

.text-block-8-copy {
  color: #c27c5b;
  text-align: center;
  letter-spacing: .8px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}

.section-pricing-3 {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.section-pricing-4 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-pricing-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-pricing-copy.row {
  background-color: #03060b;
  border: 1px #c17c5b;
  border-radius: 80px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  display: flex;
  overflow: visible;
}

.container-pricing-copy.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.container-pricing-copy.column {
  flex-direction: column;
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.section-9 {
  padding-top: 120px;
}

.navbar-center {
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #04060bb8;
  border-bottom: .5px solid #2b2b2b;
  height: 73px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.icon-3 {
  opacity: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.hamburger {
  padding: 0 20px;
  display: none;
}

.hamburger.w--open {
  background-color: #c8c8c800;
}

.sancta-maria-logo.footer {
  width: 68px;
}

.container-center-menu-2 {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  height: 100%;
  font-style: normal;
  display: flex;
  position: relative;
}

.logo-link {
  width: 45px;
  position: absolute;
}

.menu-item-2 {
  color: #b8b8b8;
  letter-spacing: .3px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.menu-item-2:hover {
  color: #fff;
}

.buy-button {
  background-color: #2474ed;
  border-radius: 20px;
  margin-left: 12px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  transition: background-color .2s;
  position: absolute;
  right: 0;
}

.buy-button:hover {
  background-color: #3c84f1;
}

.brand-center {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 45px;
  display: flex;
  position: absolute;
}

.nav-menu-2 {
  letter-spacing: .3px;
  background-color: #0000;
  align-items: center;
  width: auto;
  min-width: 300px;
  padding: 0 30px 0 20px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.custom-menu {
  position: absolute;
  top: 6px;
}

.hero-first-video {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
}

.icon-wrapper {
  width: auto;
  height: auto;
  margin-left: 60px;
  padding-top: 5px;
  position: absolute;
  top: 4px;
  right: 0;
}

.plus-icon {
  color: #c27c5b;
  font-size: 19px;
  line-height: 0;
  position: static;
  top: 0;
}

.lottie-item-2 {
  object-fit: cover;
  width: 710px;
  height: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.section-thin-line.paragraph-ligth-theme {
  color: #8f8f8f;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 90px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-thin-line.paragraph-ligth-theme.negative-color {
  color: #475467;
  text-align: left;
  letter-spacing: -.1px;
  max-width: 37ch;
  margin-bottom: 30px;
  font-size: 19px;
}

.trailer-section-title {
  z-index: 1;
  color: #101828;
  text-align: center;
  letter-spacing: -1.6px;
  border-radius: 0;
  max-width: 21ch;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.label {
  color: #b4b4b4;
  letter-spacing: .1px;
  font-size: 22px;
  font-weight: 500;
}

.image-wrapper {
  overflow: hidden;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 1325px;
  margin-top: -345px;
}

.flex-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 980px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section-price {
  background-color: #04060b;
  padding-top: 65px;
  padding-bottom: 128px;
  display: block;
}

.container-price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  padding-top: 1204px;
  display: flex;
  position: relative;
}

.container-price.row {
  flex-direction: column;
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-price.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.container-price.column {
  flex-direction: column;
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-13-5 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.list-price-item {
  color: #58606b;
  letter-spacing: .5px;
  border-bottom: .5px solid #ffffff29;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 160%;
}

.list-price-item.last-child {
  border-bottom-style: none;
}

.background-360 {
  z-index: 0;
  background-color: #03070a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
}

._360-text {
  z-index: 2;
  color: #b8b8b8;
  letter-spacing: .2px;
  width: 100%;
  max-width: 295px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 145%;
  position: static;
  top: 50%;
  left: -110px;
}

._360-title {
  color: #e7e7e7;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

.html-embed-4 {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0;
}

.first-phrase-copy {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 0;
  transform: translate(0, 100svh);
}

.gallery-hero-title {
  z-index: 1;
  color: #f5f5f6;
  text-align: center;
  letter-spacing: -.3px;
  max-width: 21ch;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 132%;
  position: relative;
}

.gallery-label {
  color: #b4b4b4;
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.container-elements {
  align-items: center;
  width: 710px;
  height: 1100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.section-8-white {
  background-color: #fff;
  padding: 140px 30px 64px;
}

.gallery-label-2 {
  color: #b4b4b4;
  text-align: center;
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.gallery-hero-title-2 {
  z-index: 1;
  color: #f5f5f6;
  text-align: center;
  letter-spacing: -.3px;
  max-width: 21ch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 132%;
  position: relative;
}

.footer-subscribe-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 48px;
  padding-right: 0;
  display: block;
}

.links-footer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.link-footer {
  color: #475467;
  letter-spacing: .2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.field-label {
  color: #101828;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: none;
}

.text-field {
  color: #667085;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  flex: 0 auto;
  align-self: auto;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.field-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #101828;
  border: 1px solid #101828;
  border-radius: 8px;
  padding: 10px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-itens-wrapper {
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 392px;
  margin-bottom: 0;
}

.footer-cnpj {
  color: #667085;
  font-family: Inter, sans-serif;
}

.copyright-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-top: 1px solid #eaecf026;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 32px;
  display: flex;
}

.contaner.subscription {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  display: flex;
}

.heading-9 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-19 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.subscription {
  background-color: #f9fafb;
  width: 100%;
  display: block;
}

.top-navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #04060bb8;
  border-bottom: .5px solid #2b2b2b;
  height: 73px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-center-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
  position: absolute;
  left: 20px;
}

.section-10 {
  text-align: center;
  margin-top: 140px;
}

.heading-10 {
  color: #101828;
  font-family: Inter, sans-serif;
  line-height: 48px;
}

.text-block-20 {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.container-750 {
  width: 100%;
  max-width: 750px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #475467;
  letter-spacing: .1px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.heading-11 {
  color: #101828;
  margin-top: 5px;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.list-item-6 {
  font-family: Inter, sans-serif;
}

.list-item-2 {
  color: #47546799;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.section-11 {
  padding-bottom: 50px;
}

.container-750-title {
  width: 100%;
  max-width: 750px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.body-lp {
  background-color: #03060b;
}

.display-primary {
  max-width: 21ch;
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 200;
  line-height: 135%;
}

.container-paddging {
  text-align: center;
  width: 100%;
  padding-top: 150px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.display-support {
  color: #c9a26f;
  letter-spacing: 0;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 39px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.form-wrapper-pio-lp {
  z-index: 9;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1c1e22b3;
  border: 1px solid #c9a27085;
  border-radius: 8px;
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
  padding: 36px 32px;
  position: relative;
}

.text-field-pio-lp {
  border-radius: 5px;
  height: 53px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.display-margin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: none;
}

.submit-pio-lp {
  letter-spacing: .4px;
  border-radius: 5px;
  width: 100%;
  height: 53px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-3 {
  color: #58606b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-21 {
  color: #58606b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-item-lp {
  color: #abafb4;
  text-transform: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.list-wrapper-lp {
  z-index: 9;
  text-align: left;
  flex-flow: column;
  padding: 0 28px 32px 0;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

.checkbox-label {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
}

.radio-button-lp {
  color: #8b929b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.radio-options-lp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.radio-wrapper-lp {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 4px;
  display: flex;
}

.radio-label-lp {
  color: #bcc4cf;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-title {
  color: #e2e2e2;
  text-align: left;
  letter-spacing: .6px;
  text-transform: none;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.text-span-12, .text-span-13 {
  text-transform: none;
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.image-pio-lp {
  z-index: 4;
  width: 1150px;
  max-width: none;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 0;
  right: 220px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(1deg);
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  min-height: 1200px;
}

.background-video-3 {
  z-index: 0;
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-video-wrapper {
  width: 100%;
  height: 1300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-video-overlay-lp {
  z-index: 1;
  background-image: linear-gradient(0deg, #03060b, #03060b00);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.block-lp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.circle-icon-lp {
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}

.text-span-14 {
  color: #c9a270;
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.icon-check-lp {
  color: #c9a270;
  flex: none;
  width: 20px;
  height: 20px;
}

.list-item-wrapper-lp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.liste-item-mark, .text-span-16 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.image-pio-lmobile-p {
  z-index: 4;
  width: 1150px;
  max-width: none;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 0;
  right: 220px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(1deg);
}

.main-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.section-pio-lp_i {
  z-index: 9;
  background-color: #fff;
  padding-top: 120px;
  position: relative;
}

.display-section {
  color: #707070;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  line-height: 138%;
}

.container-section-lp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-section-lp.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-section-lp.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-section-lp.column {
  flex-direction: column;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.container-section-lp.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px 32px;
}

.container-section-lp.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-section-lp.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-section-lp.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-section-lp.form-container-pio-lp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.container-section-lp.section_i {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 80px;
}

.display-section-support-lp {
  color: #c9a270;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 138%;
}

.text-body-pio-lp {
  color: #b3b3b3;
  letter-spacing: .3px;
  max-width: 77ch;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 172%;
}

.section-text-block-pio-lp {
  width: 100%;
  margin-bottom: 62px;
}

.display-margin-ii {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: block;
}

.description-lp {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-22 {
  color: #b3b3b3;
  letter-spacing: .3px;
  max-width: 30ch;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 172%;
}

.heading-style-h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.padding-global {
  z-index: 9;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.inicio_features-list_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.inicio_features-list_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inicio_features-list_item-list {
  z-index: 9;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.inicio_features-list_image {
  object-fit: cover;
  object-position: 50% 0%;
  height: 1560px;
  transform-style: preserve-3d;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(1deg);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #b3b3b3;
  letter-spacing: .3px;
  padding-left: 59px;
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  color: #b3b3b3;
}

.icon-1x1 {
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1.3em;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon-1x1.text-color-pink400 {
  color: #c9a270;
}

.icon-1x1.pio-lp {
  color: #c9a270;
  width: 36px;
  height: 40px;
}

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

.padding-global-copy {
  z-index: 9;
  padding: 86px 5%;
  position: relative;
}

.inicio_features-list_component-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.inicio_features-list_item-list-copy {
  z-index: 9;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.inicio_features-list_image-copy {
  object-fit: cover;
  object-position: 50% 0%;
  height: 790px;
  transform-style: preserve-3d;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(1deg);
}

.inicio_features-list_image-wrapper-copy {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.card-row17_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.card-row17_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-row17_card-large-image-wrapper {
  z-index: 9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  display: flex;
  position: relative;
}

.card-row17_card-large {
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.heading-style-h5-2 {
  color: #c9a270;
  letter-spacing: .4px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.card-row17_card-large-content {
  background-color: #1a1a1a;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.card-row17_component {
  z-index: 9;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 1240px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.card-row17_card-small-content {
  background-color: #1a1a1a;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.background-video-wrapper-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-row17_card-large-video {
  width: 100%;
  min-height: 100%;
}

.heading-12 {
  color: #c9a270;
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 140%;
}

.paragraph-6 {
  color: #6e6e6e;
  font-size: 20px;
  line-height: 172%;
}

.background-video-4 {
  width: 100%;
  height: 170px;
}

.paragraph-7 {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 160%;
}

.section_2 {
  padding-bottom: 200px;
  padding-left: 25px;
  padding-right: 25px;
}

.section-pio-lp_i-copy {
  z-index: 9;
  background-color: #03060b;
  padding-top: 0;
  position: relative;
}

.text-field-pio-lp-copy {
  border-radius: 5px;
  height: 53px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.body-padrepio-cadastro {
  background-color: #111;
}

.hero-padrepio-cadastro {
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.container-padrepio-cadastro {
  z-index: 9;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.horizontal-padding-container {
  padding-left: 24px;
  padding-right: 24px;
}

.display-large-sansserif {
  color: #cfcfcf;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 130%;
}

.display-large-serif {
  color: #9f7558;
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Playfair Display, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
}

.headline-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -200px;
  display: flex;
}

.headeline-description {
  color: #a8a8a8;
  letter-spacing: .01em;
  max-width: 40ch;
  margin-bottom: 55px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.button-cta-padrepio-cadastro {
  color: #b46f3d;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #9e6e4a;
  border-radius: 180px;
  width: 370px;
  padding: 22px 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color .5s, background-color .5s;
}

.button-cta-padrepio-cadastro:hover {
  color: #fff;
  background-color: #80583c;
  border-color: #80583b;
}

.button-cta-padrepio-cadastro.footer {
  text-align: center;
  width: 480px;
  margin-left: 0;
}

.background-video-hero-padrepio-cadastro {
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.text-description-highlight, .text-span-17 {
  color: #dadada;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_field-wrapper {
  position: relative;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_contact-modal1 {
  z-index: 999;
  position: relative;
}

.success-text {
  font-weight: 600;
}

.contact-modal1_content-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.text-size-medium {
  font-size: 1.125rem;
}

.show-mobile-landscape {
  display: none;
}

.error-text {
  color: #e23939;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact-modal1_close-button {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal-padrepio-cadastro {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 700px;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

.modal-inner-wrapper {
  z-index: 99;
  text-align: left;
  background-color: #1b1b1b;
  border: 1px solid #c9a27085;
  border-radius: 12px;
  width: 460px;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-header {
  padding: 43px 36px 14px;
  position: relative;
}

.modal-header-title {
  color: #2b2b2b;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.modal-header-description {
  color: #e2e2e2;
  letter-spacing: .01em;
  max-width: 38ch;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 152%;
}

.modal-form-block {
  margin-bottom: 0;
}

.modal-form-input {
  border-radius: 5px;
  height: 54px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.modal-form-input.lr-input-error {
  background-color: #fff1f1;
  border: 2px solid #eb7878;
  box-shadow: inset 0 0 2px 5px #ebc3c380;
}

.modal-form-input.lr-input-error::placeholder {
  color: #af8686;
}

.modal-form-label {
  color: #e2e2e2;
  padding-top: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.modal-form-submit {
  color: #fff;
  background-color: #3898ec;
  border: 1px solid #3898ec;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 54px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .5s, background-color .5s;
}

.modal-form-submit:hover {
  background-color: #378dd8;
}

.modal-form-submit.lr-button-inactive {
  opacity: .5;
  pointer-events: none;
  cursor: auto;
}

.radio-field-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.radio-button-label {
  color: #e2e2e2;
  font-size: 16px;
}

.form-submit-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 28px 36px;
  display: flex;
}

.radio-button {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.radio-button-field {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.field-wrapper {
  padding: 14px 36px;
}

.modal-close {
  color: #ffffff80;
  cursor: pointer;
  border: 1px solid #d8d9de80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.modal-close-icon {
  width: 16px;
  height: 16px;
}

.modal-overlay {
  z-index: 98;
  opacity: 1;
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.section-i-padrepio-cadastro {
  margin-top: -190px;
  padding-bottom: 180px;
}

.section-i-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.section-i-column-one {
  flex: none;
  width: 40%;
}

.section-i-column-two {
  width: 60%;
}

.highlight-video-1 {
  object-fit: cover;
  width: 100%;
  display: none;
}

.background-video-5 {
  width: 100%;
}

.highlight-video-2 {
  display: none;
}

.highlight-img-1 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.highlight-father-pio {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 110%;
  max-width: none;
  margin-bottom: 0;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
}

.highlight-title-1 {
  color: #b6652a;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.highlight-text-1 {
  color: #86868b;
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.highlight-mark-text {
  color: #888892;
  font-weight: 600;
}

.highlight-title-2 {
  color: #b6652a;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.highlight-text-2 {
  color: #86868b;
  letter-spacing: .01em;
  max-width: 48ch;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.section-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.divider {
  background-color: #4242457a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.highlight-icon {
  color: #4b4b4b;
  flex: none;
  width: 54px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: 32px;
  margin-left: -3px;
  position: absolute;
}

.highlight-icon.margin-left-negative {
  margin-left: -16px;
}

.highlight-icon.highlight-color {
  color: #4d4d4d;
  flex: none;
  width: 50px;
  height: 50px;
  margin: -7px 0 22px -2px;
  display: block;
}

.background-video-hero-wrapper-padrepio-cadastro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.background-video-overflow-padrepio-cadastro {
  background-image: linear-gradient(#0000, #111);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-ii-padrepio-cadastro {
  background-color: #161616;
  padding-top: 180px;
  padding-bottom: 180px;
}

.display-large-section-padrepio-cadastro {
  color: #f8f8f8;
  width: 100%;
  max-width: 17ch;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 136%;
}

.section-ii-column {
  flex: 0 auto;
}

.section-ii-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.highlight-title-3 {
  color: #d4d4d4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.highlight-text-3 {
  color: #67676e;
  letter-spacing: .005em;
  max-width: 45ch;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 152%;
}

.section-ii-head {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.display-support-section-padrepio-cadastro {
  color: #b6652a;
  max-width: 19ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.section-ii-reason-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.section-ii-column-one {
  flex: 0 auto;
  width: 100%;
}

.section-ii-column-two {
  flex: none;
  width: 40%;
  min-width: 520px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.image-photo-low-light {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 1000px;
  max-width: none;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-48%, -39px);
}

.reason-block {
  margin-bottom: 60px;
}

.highlight-icon-3 {
  color: #4b4b4b;
  flex: none;
  width: 32px;
  height: 33px;
  margin: 0 15px 0 -5px;
}

.highlight-icon-3.margin-left-negative {
  margin-left: -16px;
}

.highlight-icon-3.highlight-color {
  color: #9f7558;
}

.confirmation-title-h1 {
  color: #e6e6e6;
  text-transform: uppercase;
  max-width: 18ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 130%;
}

.display-large-serif-2 {
  color: #b46f3d;
  text-transform: none;
  max-width: 13ch;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
}

.footer-subscribe-3 {
  background-color: #161616;
  padding-top: 0;
  padding-bottom: 32px;
  padding-right: 0;
  display: block;
}

.links-footer-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.footer-itens-wrapper-3 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #86868b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-cnpj-3, .footer-text {
  font-family: Inter, sans-serif;
}

.copyright-wrapper-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-top: 1px solid #55555512;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 28px;
  display: flex;
}

.body-padrepio-obrigado {
  background-color: #000;
}

.text-description-highlight-obrigado {
  color: #dadada;
}

.display-large-serif-obrigado {
  color: #a07658;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
  line-height: 102%;
}

.display-large-sansserif-obrigado {
  color: #e6e6e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 130%;
}

.headline-thanks {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.headeline-description-obrigado {
  color: #a8a8a8;
  letter-spacing: .01em;
  max-width: 45ch;
  margin-bottom: 72px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 152%;
}

.submitbutton {
  cursor: pointer;
  background-color: #3898ec;
  border: 1px solid #3898ec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  display: flex;
}

.lr-button-text {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.lr-loading-icon {
  display: none;
}

.section-ii-reason-title-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: none;
}

.reason-block-head {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.section-i-block-head {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.modal-padrepio-cadastro-2 {
  z-index: 99;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-inner-wrapper-2 {
  z-index: 99;
  text-align: left;
  background-color: #141516;
  border: 1px solid #c9a27085;
  border-radius: 12px;
  width: 460px;
  max-width: 100%;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}

.modal-close-2 {
  color: #ffffff80;
  cursor: pointer;
  border: 1px solid #d8d9de80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close-2:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.html-embed-5 {
  border: 1px #000;
  width: 100%;
  height: 490px;
  padding: 20px 25px;
  font-family: Inter, sans-serif;
}

.modal-close-x {
  color: #ffffff80;
  cursor: pointer;
  border: 1px solid #d8d9de80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close-x:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.highlight-icon-lock {
  color: #4b4b4b;
  width: 31px;
  height: 31px;
  margin: 0 16px 0 -5px;
}

.highlight-icon-lock.margin-left-negative {
  margin-left: -16px;
}

.highlight-icon-lock.highlight-color {
  color: #9f7558;
}

.highlight-text-care {
  color: #86868b;
  letter-spacing: .01em;
  max-width: 48ch;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.highlight-text-generation {
  color: #86868b;
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.highlight-icon-details {
  color: #4b4b4b;
  flex: none;
  width: 60px;
  height: 60px;
  margin-top: -4px;
  margin-bottom: 32px;
  margin-left: -6px;
}

.highlight-icon-details.margin-left-negative {
  margin-left: -16px;
}

.highlight-icon-details.highlight-color {
  color: #9f7558;
  flex: none;
  width: 38px;
  height: 45px;
  margin: 3px 15px 22px -4px;
}

.icon-box {
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.icon-box-features {
  flex: none;
  width: 37px;
  height: 39px;
  margin-top: 8px;
  margin-bottom: 30px;
  margin-right: 12px;
}

.highlight-title-no-icon {
  color: #b6652a;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.icon-box-features-mobile {
  flex: none;
  width: 35px;
  height: 35px;
  margin-top: 8px;
  margin-bottom: 30px;
  margin-right: 12px;
}

.highlight-icon-mobile {
  color: #4b4b4b;
  flex: none;
  width: 54px;
  height: 60px;
  margin-top: -6px;
  margin-bottom: 32px;
  margin-left: -3px;
  position: absolute;
}

.highlight-icon-mobile.margin-left-negative {
  margin-left: -16px;
}

.highlight-icon-mobile.highlight-color {
  color: #9f7558;
  flex: none;
  width: 38px;
  height: 45px;
  margin: -5px 15px 22px -2px;
}

.modal-header-line {
  background-color: #242424;
  height: auto;
  padding: 23px 32px 22px;
}

.modal-header-line-text {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 500;
}

.modal-footer {
  background-color: #242424;
  height: auto;
  padding: 25px 32px 22px;
}

.text-block-23 {
  color: #646464;
}

.ora-pro-nobis {
  color: #a07658;
  text-transform: none;
  max-width: 14ch;
  margin-top: 0;
  margin-bottom: 44px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
}

.headeline-description-subscription {
  color: #a8a8a8;
  letter-spacing: .01em;
  max-width: 38ch;
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 152%;
}

.father-pio-wrapper {
  border-radius: 10px;
  height: 880px;
  position: relative;
  overflow: hidden;
}

.features-box {
  border-radius: 8px;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.button-wrapper.max-width-full-mobile-landscape {
  flex: 0 auto;
  order: -1;
}

.whatsapp-icon {
  width: 23px;
  height: 27px;
  margin-right: 10px;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.is-button-large-whatsapp {
  grid-column-gap: .75rem;
  background-color: #7f56d9;
  border-style: none;
  border-radius: .4rem;
  width: 250px;
  height: 58px;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large-whatsapp:hover {
  background-color: #6941c6;
}

.button-secondary-gray.is-button-large-whatsapp:focus {
  box-shadow: none;
}

.button-secondary-gray.is-button-large-whatsapp.theme-style-cta.inscricao-confimada {
  padding: 22px 0;
}

.button-cta-padrepio-wpp {
  color: #b46f3d;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #9e6e4a;
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding: 22px 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.button-cta-padrepio-wpp:hover {
  color: #fff;
  background-color: #80583c;
  border-color: #80583b;
}

.button-cta-padrepio-wpp.footer {
  text-align: center;
  width: 480px;
  margin-left: 0;
}

.footer-white-background {
  padding-top: 0;
  padding-bottom: 32px;
  padding-right: 0;
  display: block;
}

.top-navbar-container {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  display: flex;
  position: relative;
}

.top-navbar-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
  position: relative;
}

.top-navbar-logo-link {
  width: 45px;
  position: absolute;
}

.sancta-maria-clemens-logo.footer {
  width: 68px;
}

.container-footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-footer.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-footer.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-footer.column {
  flex-direction: column;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.container-footer.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-footer.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-footer.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-footer.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-footer.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.container-footer.footer-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: flex;
}

.section-video-i {
  z-index: 5;
  background-color: #f5f5f6;
  height: 130vh;
  display: block;
  position: relative;
}

.container-video-i {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-video-i.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-video-i.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-video-i.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1260px;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.container-video-i.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-video-i.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-video-i.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-video-i.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-video-i.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

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

.header-video-i {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.section-video-ii {
  z-index: 5;
  background-color: #f5f5f6;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 170px;
  position: relative;
}

.container-video-ii {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-video-ii.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-video-ii.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-video-ii.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.container-video-ii.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-video-ii.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-video-ii.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-video-ii.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-video-ii.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.header-video-ii {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.thumb-container-video-ii {
  opacity: .85;
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 36px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumb-container-video-ii:hover, .thumb-container-video-ii.open-popup {
  opacity: 1;
}

.section-video-iii {
  z-index: 5;
  background-color: #f5f5f6;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 170px;
  position: relative;
}

.container-video-iii {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-video-iii.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-video-iii.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-video-iii.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1260px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.container-video-iii.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-video-iii.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-video-iii.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-video-iii.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-video-iii.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.header-video-iii {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
}

.thumb-container-video-iii {
  opacity: .85;
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 36px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumb-container-video-iii:hover, .thumb-container-video-iii.open-popup {
  opacity: 1;
}

.video-hero {
  z-index: 99;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50% 0;
  transform-origin: 0%;
  mix-blend-mode: normal;
  border: .5px solid #423828;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: perspective(862px)perspective(2000px)translate(-50%);
}

.inner-video {
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: visible;
}

.background-video-vicio-em-telas {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-video-vimeo__script {
  z-index: 8;
  opacity: 0;
  background-color: #06080c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
}

.button-play-trailer {
  z-index: 99;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #c1c1c159;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
}

.button-play-trailer:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(315deg, #0b0c0c4d, #6d6d6d4d);
}

.icon-play-2 {
  width: 24px;
  height: 24px;
}

.text-play-button {
  color: #f6f6f6;
  letter-spacing: .2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 124%;
  text-decoration: none;
}

.background-video-padrepio-iii {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.inner-video-padrepio-iii {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: visible;
}

.background-video-padrepio-iii-thumb {
  z-index: 1;
  opacity: .66;
  filter: blur(2px);
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.container-video-padrepio-iii {
  z-index: 99;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50% 0;
  transform-origin: 0%;
  mix-blend-mode: normal;
  border: .5px solid #423828;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: perspective(862px)perspective(2000px)translate(-50%);
}

.trailer-section-title--video-padrepio-iii {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1.6px;
  border-radius: 0;
  max-width: 21ch;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.text--video-padrepio-iii {
  color: #b6b6b6;
  text-align: center;
  letter-spacing: 0;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 62px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 180%;
}

.text-bold-video-padrepio-iii {
  color: #e9e9e9;
}

.section-video-iv {
  z-index: 5;
  background-color: #05080c;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.container-video-iv {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-video-iv.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-video-iv.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-video-iv.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.container-video-iv.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-video-iv.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-video-iv.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-video-iv.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-video-iv.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.container-video-padrepio-iv {
  z-index: 99;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50% 0;
  transform-origin: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  left: 50%;
  transform: perspective(862px)perspective(2000px)translate(-50%);
}

.inner-video-padrepio-iv {
  background-color: #000;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  overflow: visible;
}

.background-video-padrepio-iv {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.trailer-section-title--video-padrepio-iv {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1.6px;
  border-radius: 0;
  max-width: 21ch;
  margin-top: 0;
  margin-bottom: 82px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.text--video-padrepio-iv {
  color: #b6b6b6;
  text-align: center;
  letter-spacing: 0;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 62px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 180%;
  display: none;
}

.overflow-video-padrepio-iv {
  z-index: 99;
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.container-parallax-i {
  position: relative;
}

.section-price-ii {
  z-index: 999;
  background-color: #000;
  padding: 65px 20px 128px;
  display: block;
  position: relative;
}

.title-price-ii {
  color: #f5f5f6;
  text-align: center;
  letter-spacing: 0;
  max-width: 14ch;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.primary-button-ii {
  text-align: center;
  background-color: #2474ed;
  border-radius: 200px;
  width: 270px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 48px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s;
}

.primary-button-ii:hover {
  background-color: #3c84f1;
}

.final-price-ii {
  color: #f5f5f6;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
}

.highlight-final-price-ii {
  font-size: 28px;
  font-weight: 700;
}

.price-text-support {
  color: #4b5361;
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 110%;
}

.price-text-support.last-child {
  border-bottom-style: none;
}

.price-text-support._01 {
  color: #b4b4b4;
  font-size: 27px;
}

.container-benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 140px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.box-benefit {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #0c111a;
  border: 1px solid #cd7b6012;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px 32px 52px;
  display: flex;
}

.box-benefit-icon {
  color: #3d3d3d;
  width: 36px;
  height: 36px;
}

.box-benefit-title {
  color: #fff;
  letter-spacing: .5px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.box-benefit-text {
  color: #b1b3b6;
  letter-spacing: .4px;
  width: 100%;
  max-width: 31ch;
  font-size: 16px;
  line-height: 160%;
}

.info-price-ii {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-accessories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.container-accessories._01 {
  flex-flow: column;
  margin-bottom: 0;
}

.display-title-accessories-wrapper {
  text-align: left;
  width: 33.33%;
}

.display-title-accessories-wrapper._01 {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.display-title-accessories {
  color: #f5f5f6;
  max-width: 17ch;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 130%;
}

.display-title-accessories._01 {
  max-width: 28ch;
}

.accessories-itens-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  width: 66.66%;
  padding-top: 4px;
  display: flex;
}

.accessories-itens-wrapper._01 {
  width: 100%;
}

.display-text-support-accessories {
  color: #b1b3b6;
  letter-spacing: .4px;
  max-width: 34ch;
  font-size: 19px;
  line-height: 148%;
}

.display-text-support-accessories._01 {
  max-width: 54ch;
}

.accessories-item-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  display: flex;
}

.accessories-item-number {
  color: #cd7b60;
  text-align: right;
  letter-spacing: -.8px;
  width: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.accessories-item-title {
  color: #f5f5f6;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.accessories-item-description {
  color: #b1b3b6;
  letter-spacing: -.1px;
  max-width: 36ch;
  font-size: 16px;
  line-height: 24px;
}

.accessories-itens-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.accessories-itens-column._01 {
  flex-flow: row;
}

.container-more-benefits {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 140px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: grid;
}

.ghost-box-benefit {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.box-more-benefit-icon {
  color: #cd7b60;
  width: 36px;
  height: 36px;
}

.container-more-benefits-row {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.box-benefit-text-highlight {
  color: #ececec;
  font-weight: 500;
}

.line-divisor {
  border-bottom: 1px solid #2b2b2b;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 140px;
}

.box-benefit-text-2 {
  color: #b1b3b6;
  letter-spacing: .4px;
  font-size: 16px;
  line-height: 160%;
}

.social-link-icon {
  color: #101728;
  width: 20px;
  height: 20px;
}

.container-more-benefits-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 140px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.trailer-section-title--video-padrepio-iv--mobile {
  color: #fff;
  text-align: center;
  letter-spacing: -1.6px;
  border-radius: 0;
  max-width: 21ch;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 120%;
  display: none;
  position: relative;
}

.header-container-faq {
  text-align: left;
  position: sticky;
  top: 54%;
}

.container-faq {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.container-faq.row {
  justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container-faq.row.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.container-faq.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1340px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.container-faq.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 32px;
  display: none;
}

.container-faq.copyright {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  max-width: 1440px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.container-faq.copiright {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-faq.container-lp {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq.form-container-pio-lp {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.container-policy {
  width: 100%;
  max-width: 750px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.divider-line {
  background-color: #55555512;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-sancta-maria {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  padding: 80px 30px 40px;
  display: block;
  position: relative;
}

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

.footer-about-title {
  color: #101010;
  letter-spacing: -.2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.footer-about-description-higlight {
  color: #000;
  font-weight: 500;
}

.footer-social-block-title {
  color: #101010;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.social-link-label {
  color: #383838;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.footer-link-label {
  color: #383838;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-link-label.email {
  text-decoration: none;
}

.footer-bottom_ii {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(468px, 2fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-description-more-button {
  color: #6e6e6e;
  cursor: pointer;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

.description-final {
  color: #b4b4b4;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.special-title-price {
  color: #cd7b60;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 400;
}

.price-text-support-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.price-text-support-strike {
  position: relative;
}

.strike-line {
  background-color: #b4b4b4;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: rotate(-8deg);
}

.price-text-support-2 {
  color: #4b5361;
  letter-spacing: .5px;
  margin-bottom: 140px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 110%;
}

@media screen and (min-width: 1440px) {
  .body.no-scroll {
    overflow: hidden;
  }

  .navbar {
    background-color: #04060bb8;
    border-bottom: .5px solid #2b2b2b;
  }

  .icon-play {
    opacity: 1;
    display: none;
  }

  .text-block-4 {
    margin-top: 140px;
  }

  .text-block-6 {
    margin-top: 12px;
  }

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

  .section-3 {
    margin-top: 0;
    padding-top: 124px;
  }

  .gallery-old {
    display: none;
  }

  .acessorio-1 {
    object-fit: cover;
    align-self: auto;
    width: 140%;
    height: 140%;
  }

  .acessorio-2 {
    object-fit: cover;
    width: 120%;
    max-width: none;
    height: 120%;
    margin-left: -20%;
    transform: none;
  }

  .acessorio-3 {
    object-fit: cover;
    width: 120%;
    max-width: none;
    height: 120%;
    margin-top: -20%;
    transform: none;
  }

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

  .button-float-wrapper {
    display: none;
  }

  .heading-lg.padre-pio {
    margin-top: 32px;
  }

  .accordion-icon-wrapper {
    overflow: visible;
  }

  .html-embed {
    width: 26px;
    height: 26px;
    position: absolute;
  }

  .html-embed.icon-play {
    display: block;
  }

  .html-embed.icon-play-svg {
    opacity: 1;
    width: 80px;
    height: 80px;
    display: block;
    transform: none;
  }

  .popup {
    z-index: 99999;
    background-color: #131313e8;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .popup.close-popup {
    background-color: #030303d9;
    display: none;
  }

  .close-button-wrapper {
    top: 20px;
    right: 20px;
  }

  .player-button-svg {
    opacity: .4;
    display: block;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
  }

  .acessorio-img-1 {
    position: relative;
  }

  .gallery {
    height: auto;
  }

  .slide {
    height: 35vw;
  }

  .carousel-arrow-oval.next-arrow {
    position: static;
  }

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

  .carousel-arrow-w.arrow-previous {
    margin-right: 10px;
    position: relative;
  }

  .title-description {
    z-index: 999;
    color: #fff;
    letter-spacing: .5px;
    flex: 0 auto;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 21px;
    line-height: 160%;
    position: static;
    bottom: 0;
    left: 0;
  }

  .content-description {
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 10px 42px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .paragraph-description {
    color: #eee;
    letter-spacing: .2px;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .click-area {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
    position: relative;
  }

  .title-icon {
    color: #fff;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    position: static;
  }

  .title-icon.icon-play {
    display: block;
  }

  .title-icon.icon-play-svg {
    opacity: 1;
    width: 80px;
    height: 80px;
    display: block;
    transform: none;
  }

  .slide-description {
    font-size: 16px;
  }

  .lottie-wrapper {
    display: flex;
  }

  .second-detail {
    z-index: 1;
  }

  .measure-label.right {
    opacity: 1;
  }

  .titulo-galeria {
    margin-top: 0;
    padding-top: 124px;
  }

  .section-pricing {
    background-color: #03060b;
  }

  .text-span-10 {
    -webkit-text-stroke-color: #707070;
  }

  .trailer-section-title {
    margin-top: 0;
  }

  .text-block-13-5 {
    color: #475467;
  }

  .form-title {
    margin-bottom: 32px;
  }

  .text-span-12 {
    text-transform: none;
    font-family: Libre Baskerville, sans-serif;
    font-size: 19px;
    font-style: italic;
  }

  .card-row17_card-small-content {
    background-color: #191919;
  }

  .video-hero {
    border-width: .5px;
    border-color: #423828;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 60px;
  }

  .inner-video, .hero-video-vimeo__script, .inner-video-padrepio-iii {
    border-radius: 6px;
  }

  .container-video-padrepio-iii {
    border-width: .5px;
    border-color: #423828;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 60px;
  }

  .trailer-section-title--video-padrepio-iii {
    margin-top: 0;
  }

  .container-video-padrepio-iv {
    border-width: .5px;
    border-color: #423828;
    border-radius: 8px;
    width: 100%;
  }

  .inner-video-padrepio-iv {
    border-radius: 6px;
  }

  .trailer-section-title--video-padrepio-iv {
    margin-top: 0;
  }

  .highlight-final-price-ii {
    -webkit-text-stroke-color: #707070;
  }

  .container-accessories._01 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .display-title-accessories-wrapper._01 {
    width: 100%;
    margin-bottom: 64px;
    display: flex;
  }

  .display-title-accessories._01 {
    max-width: 28ch;
  }

  .accessories-itens-wrapper._01 {
    width: 100%;
  }

  .display-text-support-accessories._01 {
    max-width: 54ch;
  }

  .accessories-itens-column._01 {
    flex-flow: row;
  }

  .line-divisor {
    background-color: #464646;
  }

  .trailer-section-title--video-padrepio-iv--mobile {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .container.row.gap {
    flex-direction: column;
  }

  .container.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .hero {
    height: auto;
  }

  .heading {
    font-size: 112px;
  }

  .image {
    margin-top: -22px;
  }

  .heading-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .text-block-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .thumb-container {
    margin-top: 36px;
  }

  .text-block-4 {
    margin-top: 84px;
  }

  .section {
    margin-top: 0;
  }

  .text-2 {
    text-align: right;
  }

  .text-container {
    max-width: 100%;
  }

  .text-block-6 {
    text-align: center;
    max-width: 700px;
  }

  .heading-4 {
    text-align: center;
    max-width: none;
    font-size: 48px;
  }

  .div-block-3 {
    justify-content: center;
  }

  .div-block-4 {
    align-items: center;
  }

  .heading-5 {
    text-align: center;
    max-width: 500px;
  }

  .grid.column {
    margin-bottom: 0;
  }

  .acessorio-1 {
    object-fit: cover;
  }

  .title-price {
    font-size: 58px;
  }

  .main-image-price {
    object-fit: cover;
    object-position: 50% 0%;
    height: 1400px;
    overflow: visible;
  }

  .container-pricing.row.gap {
    flex-direction: column;
  }

  .container-pricing.column {
    margin-bottom: 0;
  }

  .footer-form-two {
    text-align: center;
    padding: 40px 0;
  }

  .footer-form-container-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .footer-form-title {
    margin-bottom: 11px;
    margin-right: 15px;
  }

  .footer-form-input {
    width: 480px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    width: 100%;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-legal-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-9 {
    padding-right: 0;
  }

  .text-block-14 {
    text-align: center;
    padding-right: 0;
  }

  .footer-about-description {
    max-width: none;
  }

  .collection-item-wrapper.last-child-item {
    border-bottom-style: none;
  }

  .player-button-svg {
    left: 50%;
  }

  .slide {
    height: 70vw;
  }

  .slide-description {
    font-size: 14px;
  }

  .view-360-animation {
    margin-top: 0;
  }

  .first-detail, .thrid-detail {
    left: -10px;
  }

  .second-detail {
    text-align: right;
    right: -10px;
  }

  .measure-label.right {
    right: 127px;
  }

  .hero-title {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .hero-thin-line {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-pricing, .section-pricing-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-pricing-2.row.gap {
    flex-direction: column;
  }

  .container-pricing-2.column {
    margin-bottom: 0;
  }

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

  .section-pricing-3, .section-pricing-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-pricing-copy.row.gap {
    flex-direction: column;
  }

  .container-pricing-copy.column {
    margin-bottom: 0;
  }

  .navbar-center {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .icon-3 {
    color: #dfdfdf;
    font-family: Inter, sans-serif;
  }

  .section-thin-line.paragraph-ligth-theme.negative-color {
    max-width: none;
    margin-bottom: 60px;
    font-size: 17px;
  }

  .trailer-section-title {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .section-price {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-price {
    padding-top: 1144px;
  }

  .container-price.row.gap {
    flex-direction: column;
  }

  .container-price.column {
    margin-bottom: 0;
  }

  .gallery-hero-title {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .section-8-white {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .gallery-hero-title-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .title-subscription-wrapper {
    width: 100%;
  }

  .top-navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .container-750, .container-750-title {
    padding-left: 25px;
    padding-right: 25px;
  }

  .display-primary {
    text-align: center;
    max-width: none;
    font-size: 28px;
  }

  .container-paddging {
    padding-top: 100px;
  }

  .display-support {
    text-align: center;
    max-width: none;
    font-size: 40px;
  }

  .form-wrapper-pio-lp {
    max-width: 560px;
  }

  .display-margin {
    margin-bottom: 30px;
  }

  .image-pio-lp {
    width: 880px;
  }

  .background-video-2 {
    width: 100vw;
    height: 1050px;
    min-height: auto;
    position: absolute;
    top: 0;
  }

  .block-lp {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-pio-lmobile-p {
    width: 880px;
  }

  .section-pio-lp_i {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-section-lp.row.gap {
    flex-direction: column;
  }

  .container-section-lp.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-section-lp.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .display-margin-ii {
    margin-bottom: 30px;
  }

  .description-lp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-22 {
    text-align: center;
    max-width: none;
  }

  .div-block-13 {
    margin-bottom: 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inicio_features-list_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .inicio_features-list_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 630px;
    display: flex;
    overflow: visible;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .inicio_features-list_image {
    height: 920px;
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inicio_features-list_component-copy {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .inicio_features-list_image-copy {
    height: 920px;
    position: relative;
  }

  .inicio_features-list_image-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
    height: 630px;
    display: flex;
    overflow: visible;
  }

  .card-row17_card-large-image-wrapper {
    height: 280px;
  }

  .card-row17_component {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .card-row17_card-small-content {
    padding: 4rem 3rem;
  }

  .background-video-4 {
    height: 280px;
  }

  .section_2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-pio-lp_i-copy {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-padrepio-cadastro {
    height: 100vh;
  }

  .display-large-sansserif {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .display-large-serif {
    font-size: 43px;
  }

  .headline-wrapper {
    margin-top: 0;
  }

  .headeline-description {
    margin-bottom: 50px;
  }

  .button-cta-padrepio-cadastro.footer {
    text-align: center;
    align-self: center;
    margin-top: 0;
  }

  .background-video-hero-padrepio-cadastro {
    opacity: .3;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-i-padrepio-cadastro {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .section-i-column-one {
    order: 1;
    width: 100%;
  }

  .section-i-column-two {
    width: 100%;
  }

  .highlight-img-1 {
    margin-bottom: 35px;
  }

  .highlight-father-pio {
    margin-top: 0;
    margin-bottom: 35px;
    top: -97px;
  }

  .highlight-text-2 {
    max-width: none;
  }

  .section-row {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .divider {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .section-ii-padrepio-cadastro {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-ii-column {
    width: 100%;
  }

  .section-ii-row {
    flex-flow: column;
  }

  .highlight-text-3 {
    max-width: 56ch;
  }

  .section-ii-head {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .display-support-section-padrepio-cadastro {
    max-width: none;
    font-size: 34px;
  }

  .section-ii-reason-title {
    width: 100%;
    display: none;
  }

  .section-ii-column-one {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .section-ii-column-two {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .reason-block.last-child {
    margin-bottom: 100px;
  }

  .confirmation-title-h1 {
    max-width: 17ch;
    font-size: 45px;
  }

  .display-large-serif-2 {
    max-width: 13ch;
    font-size: 56px;
  }

  .display-large-serif-obrigado {
    font-size: 43px;
  }

  .display-large-sansserif-obrigado {
    font-size: 48px;
  }

  .section-ii-reason-title-mobile {
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .highlight-icon-lock {
    flex: none;
  }

  .highlight-text-care {
    max-width: none;
  }

  .highlight-title-no-icon {
    margin-bottom: 5px;
  }

  .icon-box-features-mobile {
    margin-bottom: 0;
  }

  .highlight-icon-mobile.highlight-color {
    color: #616161;
    margin-top: -8px;
    margin-bottom: 0;
  }

  .ora-pro-nobis {
    max-width: 14ch;
    font-size: 56px;
  }

  .headeline-description-subscription {
    max-width: 33ch;
  }

  .father-pio-wrapper {
    margin-bottom: 40px;
  }

  .features-box {
    height: 540px;
    margin-bottom: 30px;
  }

  .button-row.button-row-center.is-reverse-mobile-landscape {
    flex-wrap: wrap;
  }

  .button-secondary-gray.is-button-large-whatsapp {
    border-radius: .3rem;
  }

  .button-cta-padrepio-wpp.footer {
    text-align: center;
    align-self: center;
    margin-top: 0;
  }

  .container-footer.row.gap {
    flex-direction: column;
  }

  .container-footer.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-footer.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .section-video-i {
    margin-top: 0;
  }

  .container-video-i.row.gap {
    flex-direction: column;
  }

  .container-video-i.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-video-i.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .section-video-ii {
    margin-top: 0;
  }

  .container-video-ii.row.gap {
    flex-direction: column;
  }

  .container-video-ii.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-video-ii.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .thumb-container-video-ii {
    margin-top: 36px;
  }

  .section-video-iii {
    margin-top: 0;
  }

  .container-video-iii.row.gap {
    flex-direction: column;
  }

  .container-video-iii.column {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-video-iii.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .header-video-iii {
    margin-bottom: 0;
  }

  .thumb-container-video-iii {
    margin-top: 36px;
  }

  .video-hero, .container-video-padrepio-iii {
    width: 100%;
    margin-bottom: 50px;
  }

  .trailer-section-title--video-padrepio-iii {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .text--video-padrepio-iii {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-video-iv {
    margin-top: 0;
  }

  .container-video-iv.row.gap {
    flex-direction: column;
  }

  .container-video-iv.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .container-video-padrepio-iv {
    width: 100%;
  }

  .trailer-section-title--video-padrepio-iv {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .text--video-padrepio-iv {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-price-ii {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-price-ii {
    font-size: 58px;
  }

  .price-text-support {
    margin-bottom: 100px;
  }

  .price-text-support._01 {
    margin-bottom: 0;
  }

  .container-benefits {
    flex-flow: column;
    margin-bottom: 100px;
  }

  .container-accessories {
    flex-flow: column;
    margin-bottom: 0;
  }

  .display-title-accessories-wrapper {
    width: 100%;
    margin-bottom: 44px;
  }

  .display-title-accessories-wrapper._01 {
    flex-flow: column;
  }

  .display-title-accessories {
    max-width: 30ch;
  }

  .accessories-itens-wrapper {
    width: 100%;
  }

  .accessories-itens-wrapper._01 {
    flex-flow: row;
  }

  .display-text-support-accessories {
    max-width: 71ch;
  }

  .display-text-support-accessories._01 {
    max-width: none;
  }

  .accessories-item-box {
    flex-flow: column;
  }

  .accessories-item-description._01 {
    max-width: none;
  }

  .accessories-itens-column._01 {
    flex-flow: row;
  }

  .container-more-benefits {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
  }

  .container-more-benefits-row {
    flex-flow: column;
    max-width: 560px;
  }

  .line-divisor {
    margin-bottom: 100px;
  }

  .container-more-benefits-copy {
    flex-flow: column;
    max-width: 560px;
  }

  .trailer-section-title--video-padrepio-iv--mobile {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
  }

  .header-container-faq {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: auto;
  }

  .container-faq.row.gap {
    flex-direction: column;
  }

  .container-faq.column {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .container-faq.form-container-pio-lp {
    max-width: 768px;
    padding-top: 60px;
  }

  .container-policy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .divider-line {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-main-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .price-text-support-2 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nav-menu {
    background-color: #221f1d;
  }

  .menu-item {
    padding-left: 38px;
  }

  .primary-button-navbar {
    float: right;
    display: inline-block;
  }

  .container {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.footer {
    padding-top: 0;
  }

  .container.container-lp {
    max-width: 7680px;
  }

  .container.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .hero {
    max-width: 100%;
  }

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

  .image {
    margin-top: -18px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .text-block-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 155%;
  }

  .thumb-container {
    border-radius: 8px;
  }

  .thumb-container.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

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

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

  .lottie-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-2 {
    text-align: right;
    right: 0%;
    transform: translate(0%, -50%);
  }

  .text-3, .text-1 {
    left: 0%;
    transform: translate(0%, -50%);
  }

  .text-container {
    width: 90%;
    max-width: 90%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

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

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

  .text-block-6 {
    text-align: left;
    max-width: none;
    padding-right: 0;
  }

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

  .div-block-3 {
    justify-content: flex-start;
  }

  .div-block-4 {
    align-items: center;
  }

  .heading-5 {
    text-align: left;
    width: 100%;
    max-width: none;
  }

  .grid {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid.column {
    margin-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .acessorio-1 {
    object-fit: cover;
    width: 150%;
    height: 140%;
    display: block;
  }

  .acessorio-2 {
    object-fit: cover;
    object-position: 50% 0%;
    display: block;
  }

  .acessorio-3 {
    object-fit: cover;
    object-position: 50% 100%;
    align-self: auto;
    margin-top: 0%;
    display: block;
  }

  .div-block-5 {
    flex-direction: column;
    width: 100%;
    height: 716px;
  }

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

  .image-16 {
    max-height: 90vh;
  }

  .heading-6 {
    font-size: 36px;
  }

  .accordion-title {
    align-self: flex-start;
    line-height: 26px;
  }

  .heading-lg.faq {
    text-align: left;
  }

  .heading-lg.faq.negative-color {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
  }

  .info-price {
    width: 100%;
  }

  .main-image-price-wrapper {
    width: 100%;
    height: 980px;
    overflow: visible;
  }

  .title-price {
    max-width: 16ch;
    font-size: 36px;
  }

  .card {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .primary-button {
    float: right;
    letter-spacing: -.1px;
    font-size: 18px;
    display: inline-block;
  }

  .main-image-price {
    height: 1000px;
  }

  .container-pricing {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-pricing.row {
    flex-direction: column;
    justify-content: center;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    text-align: left;
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-14 {
    text-align: left;
    padding-right: 0;
  }

  .footer-link-phone {
    margin-bottom: 10px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }

  .collection-item-wrapper {
    padding-right: 0;
  }

  .faq-item-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }

  .accordion-title-wrapper {
    align-items: flex-start;
  }

  .accordion-description-wrapper {
    padding-right: 5px;
  }

  .accordion-description {
    letter-spacing: -.2px;
    padding-top: 0;
  }

  .close-button-wrapper {
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
  }

  .player-button-svg {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
  }

  .acessorio-img-2, .acessorio-img-3 {
    width: 100%;
    height: 350px;
  }

  .acessorio-img-1 {
    height: 350px;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .slide {
    height: 100vw;
    max-height: 80vh;
  }

  .carousel-arrows {
    display: none;
  }

  .content-description {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-8, .slide-description {
    font-size: 16px;
  }

  .lottie-item {
    width: 468px;
    height: 940px;
  }

  .view-360-animation {
    margin-top: -90svh;
    overflow: visible;
  }

  .first-detail {
    left: auto;
    transform: translate(0%, -50%);
  }

  .thrid-detail {
    display: block;
    top: 50%;
    left: auto;
    transform: translate(0%, -50%);
  }

  .lottie-wrapper {
    justify-content: center;
    align-items: center;
    width: 468px;
    max-width: none;
    min-height: 740px;
    display: flex;
  }

  .second-detail {
    text-align: right;
    display: block;
    right: auto;
    transform: translate(0%, -50%);
  }

  .measure-label.top {
    margin-left: 15px;
    top: 121px;
  }

  .measure-label.right {
    top: 491px;
    right: 28px;
  }

  .hero-title {
    margin-top: 10px;
    font-size: 27px;
    font-weight: 600;
  }

  .hero-video {
    display: block;
  }

  .hero-thin-line {
    font-size: 18px;
  }

  .text-block-17 {
    font-weight: 500;
  }

  .final-price {
    color: #f5f5f6;
  }

  .container-pricing-2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-pricing-2.row {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-7-copy {
    width: 100%;
    padding-bottom: 0;
  }

  .container-pricing-copy {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-pricing-copy.row {
    flex-direction: column;
    justify-content: center;
  }

  .navbar-center {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 55px;
  }

  .hamburger {
    padding-left: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .container-center-menu-2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-item-2 {
    margin-bottom: 4px;
    padding-left: 0;
  }

  .buy-button {
    float: right;
    display: inline-block;
  }

  .brand-center {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .nav-menu-2 {
    background-color: #181818;
    min-width: 350px;
    padding-top: 96px;
    padding-bottom: 55px;
    padding-left: 25px;
  }

  .section-thin-line.paragraph-ligth-theme {
    text-align: left;
    margin-bottom: 40px;
  }

  .section-thin-line.paragraph-ligth-theme.negative-color {
    letter-spacing: -.3px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .trailer-section-title {
    font-size: 30px;
  }

  .label {
    font-size: 19px;
  }

  .image-19 {
    width: 850px;
    height: 1020px;
    margin-top: -220px;
  }

  .flex-image-wrapper {
    height: 780px;
    margin-bottom: 40px;
  }

  .section-price {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .container-price {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 821px;
    display: flex;
  }

  .container-price.row {
    flex-direction: column;
    justify-content: center;
  }

  .list-price-item {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .list-price-item.last-child {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  ._360-text {
    text-align: center;
    max-width: 305px;
    font-size: 16px;
    line-height: 140%;
    left: 50px;
  }

  ._360-text.second {
    max-width: 264px;
  }

  ._360-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .gallery-hero-title {
    font-size: 36px;
  }

  .container-elements {
    width: 468px;
    max-width: 100%;
    height: 1000px;
    padding-top: 80px;
  }

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

  .gallery-label-2 {
    font-size: 18px;
  }

  .gallery-hero-title-2 {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 30px;
  }

  .links-footer-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field {
    border-radius: 40px;
    height: 56px;
    padding-left: 27px;
    font-size: 16px;
  }

  .field-group {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .submit-button {
    letter-spacing: .3px;
    border-radius: 50px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
  }

  .footer-itens-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-block {
    max-width: 100%;
  }

  .footer-cnpj {
    font-size: 14px;
    line-height: 20px;
  }

  .copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .contaner.subscription {
    grid-column-gap: 32px;
    grid-row-gap: 27px;
    flex-direction: column;
  }

  .title-subscription-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }

  .heading-9 {
    text-align: center;
    letter-spacing: -.3px;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .text-block-19 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .subscription {
    background-color: #e0d9d1;
  }

  .top-navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .brand-center-2 {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .heading-10 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 21px;
  }

  .container-750, .container-750-title {
    margin-top: 40px;
  }

  .display-primary {
    font-size: 19px;
  }

  .container-paddging {
    padding-top: 40px;
  }

  .display-support {
    font-size: 27px;
  }

  .form-wrapper-pio-lp {
    max-width: none;
  }

  .list-wrapper-lp {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    top: -310px;
  }

  .image-pio-lp {
    display: none;
  }

  .background-video-2 {
    height: 830px;
  }

  .block-lp {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .image-pio-lmobile-p {
    width: 700px;
    display: block;
    position: relative;
    right: 0;
  }

  .display-section {
    font-size: 32px;
  }

  .container-section-lp {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-section-lp.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-section-lp.container-lp {
    max-width: 7680px;
  }

  .container-section-lp.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .text-block-22 {
    text-align: center;
    max-width: 36ch;
    font-size: 16px;
  }

  .div-block-13 {
    margin-bottom: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inicio_features-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .inicio_features-list_image-wrapper {
    max-width: 100%;
    overflow: hidden;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .inicio_features-list_image {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    flex-flow: wrap;
  }

  .inicio_features-list_component-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .inicio_features-list_image-copy {
    position: relative;
  }

  .inicio_features-list_image-wrapper-copy {
    max-width: 100%;
    overflow: hidden;
  }

  .card-row17_card-large-image-wrapper {
    height: 280px;
  }

  .heading-style-h5-2 {
    max-width: 17ch;
    font-size: 32px;
  }

  .card-row17_card-large-content {
    flex: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-row17_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .card-row17_card-small-content {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 2rem 32px;
  }

  .heading-12 {
    font-size: 32px;
  }

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

  .background-video-4 {
    height: 280px;
  }

  .paragraph-7 {
    font-size: 17px;
    line-height: 172%;
  }

  .hero-padrepio-cadastro {
    justify-content: center;
    align-items: center;
    min-height: 700px;
  }

  .display-large-sansserif {
    max-width: 20ch;
    margin-bottom: 6px;
    font-size: 38px;
    font-weight: 200;
  }

  .display-large-serif {
    max-width: 15ch;
    margin-bottom: 32px;
    font-size: 49px;
  }

  .headline-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headeline-description {
    max-width: 45ch;
    margin-bottom: 36px;
    font-size: 17px;
  }

  .button-cta-padrepio-cadastro {
    letter-spacing: .03em;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    font-size: 15px;
  }

  .button-cta-padrepio-cadastro.footer {
    letter-spacing: .03em;
    max-width: 100%;
    margin-left: 0;
  }

  .background-video-hero-padrepio-cadastro {
    display: block;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .modal-padrepio-cadastro {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 50px;
    display: none;
    position: absolute;
    top: 0;
    transform: translate(-50%);
  }

  .modal-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-header-title {
    font-size: 20px;
  }

  .form-submit-wrapper, .field-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal-overlay {
    background-color: #000000cf;
    display: none;
    position: fixed;
  }

  .section-i-padrepio-cadastro {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .section-i-column-one {
    order: 1;
  }

  .section-i-column-two {
    order: -1;
  }

  .highlight-img-1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .highlight-father-pio {
    width: 770px;
    margin-top: 0;
    margin-bottom: 20px;
    top: -78px;
    left: 45%;
  }

  .highlight-title-1 {
    max-width: none;
    margin-bottom: 0;
    font-size: 27px;
  }

  .highlight-text-1 {
    font-size: 16px;
  }

  .highlight-title-2 {
    max-width: none;
    margin-bottom: 0;
    font-size: 27px;
  }

  .highlight-text-2 {
    font-size: 16px;
  }

  .section-row {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .divider {
    margin-top: 45px;
    margin-bottom: 55px;
  }

  .highlight-icon {
    width: 36px;
    height: 36px;
    margin: -1px 11px 0 -1px;
  }

  .highlight-icon.highlight-color {
    width: 30px;
    height: 40px;
    margin: -2px 19px 0 -4px;
    padding-top: 0;
  }

  .background-video-overflow-padrepio-cadastro {
    height: 230px;
  }

  .section-ii-padrepio-cadastro {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .display-large-section-padrepio-cadastro {
    font-size: 40px;
  }

  .section-ii-row {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .highlight-title-3 {
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 150%;
  }

  .highlight-text-3 {
    letter-spacing: .01em;
    max-width: none;
    padding-left: 32px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 160%;
  }

  .display-support-section-padrepio-cadastro {
    max-width: none;
    margin-bottom: 0;
    font-size: 27px;
  }

  .section-ii-reason-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 22px;
    display: none;
  }

  .section-ii-column-one {
    justify-content: space-around;
    align-items: stretch;
    overflow: hidden;
  }

  .section-ii-column-two {
    min-width: 100%;
    font-family: Inter, sans-serif;
  }

  .image-photo-low-light {
    object-fit: cover;
    object-position: 50% 0%;
    width: auto;
    height: 710px;
    position: absolute;
    left: 44%;
    transform: translate(-50%, -43px);
  }

  .reason-block {
    margin-bottom: 40px;
  }

  .reason-block.last-child {
    margin-bottom: 60px;
  }

  .highlight-icon-3 {
    width: 28px;
    height: 30px;
    margin: 1px 12px 2px -5px;
  }

  .confirmation-title-h1 {
    margin-bottom: 6px;
    font-size: 42px;
    line-height: 120%;
  }

  .display-large-serif-2 {
    max-width: 13ch;
    margin-bottom: 32px;
    font-size: 49px;
  }

  .links-footer-wrapper-3 {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-itens-wrapper-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-cnpj-3, .footer-text {
    font-size: 14px;
    line-height: 20px;
  }

  .copyright-wrapper-3 {
    flex-direction: column;
  }

  .display-large-serif-obrigado {
    max-width: 15ch;
    margin-bottom: 32px;
    font-size: 56px;
  }

  .display-large-sansserif-obrigado {
    max-width: 12ch;
    margin-bottom: 6px;
    font-size: 54px;
    line-height: 120%;
  }

  .headline-thanks {
    margin-top: 0;
  }

  .headeline-description-obrigado {
    max-width: 45ch;
    margin-bottom: 36px;
    font-size: 17px;
  }

  .submitbutton {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submitbutton:hover {
    background-color: #2474b9;
  }

  .submitbutton:active {
    background-color: #1863a5;
  }

  .lr-loading-icon {
    display: none;
  }

  .section-ii-reason-title-mobile {
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .reason-block-head {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    display: flex;
  }

  .section-i-block-head {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
    display: flex;
  }

  .modal-padrepio-cadastro-2 {
    width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .modal-close-2 {
    top: 12px;
    right: 12px;
  }

  .html-embed-5 {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlight-icon-lock {
    width: 27px;
    height: 30px;
    margin: 2px 12px 2px -5px;
  }

  .highlight-text-care, .highlight-text-generation {
    padding-left: 45px;
    font-size: 16px;
  }

  .highlight-icon-details {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 11px;
  }

  .highlight-icon-details.highlight-color {
    width: 30px;
    height: 40px;
    margin: -2px 19px 0 -4px;
    padding-top: 0;
  }

  .icon-box {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .icon-box-features {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .highlight-title-no-icon {
    max-width: none;
    margin-bottom: 10px;
    font-size: 27px;
  }

  .icon-box-features-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    display: flex;
  }

  .highlight-icon-mobile {
    width: 36px;
    height: 36px;
    margin: -1px 11px 0 -1px;
  }

  .highlight-icon-mobile.highlight-color {
    color: #444;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 1px auto auto -3px;
    display: block;
    position: relative;
  }

  .ora-pro-nobis {
    max-width: 14ch;
    margin-bottom: 32px;
    font-size: 47px;
  }

  .headeline-description-subscription {
    max-width: 33ch;
    font-size: 17px;
  }

  .father-pio-wrapper {
    height: 660px;
    display: block;
  }

  .features-box {
    border-radius: 8px;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
  }

  .btn-text-pio {
    letter-spacing: -.2px;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.button-row-center.is-reverse-mobile-landscape {
    flex-flow: column-reverse;
  }

  .button-wrapper.max-width-full-mobile-landscape {
    order: 1;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-secondary-gray.is-button-large-whatsapp {
    grid-column-gap: .5rem;
    border-radius: 50px;
    width: auto;
    height: 58px;
    padding: 0 1.25rem;
    font-size: 1rem;
  }

  .button-cta-padrepio-wpp {
    letter-spacing: .03em;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    font-size: 15px;
  }

  .button-cta-padrepio-wpp.footer {
    letter-spacing: .03em;
    max-width: 100%;
    margin-left: 0;
  }

  .top-navbar-container {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .top-navbar-logo-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-navbar-logo-link {
    padding-left: 0;
  }

  .container-footer {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-footer.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-footer.footer {
    padding-top: 0;
  }

  .container-footer.container-lp {
    max-width: 7680px;
  }

  .container-footer.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .container-footer.footer-container {
    padding-top: 0;
  }

  .section-video-i {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .container-video-i {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-video-i.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-video-i.footer {
    padding-top: 0;
  }

  .container-video-i.container-lp {
    max-width: 7680px;
  }

  .container-video-i.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .section-video-ii {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .container-video-ii {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-video-ii.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-video-ii.footer {
    padding-top: 0;
  }

  .container-video-ii.container-lp {
    max-width: 7680px;
  }

  .container-video-ii.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .thumb-container-video-ii {
    border-radius: 8px;
  }

  .thumb-container-video-ii.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

  .section-video-iii {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .container-video-iii {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-video-iii.column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-video-iii.footer {
    padding-top: 0;
  }

  .container-video-iii.container-lp {
    max-width: 7680px;
  }

  .container-video-iii.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .header-video-iii {
    inset: 0;
  }

  .thumb-container-video-iii {
    border-radius: 8px;
  }

  .thumb-container-video-iii.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

  .video-hero {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 40px;
    padding: 5px;
  }

  .button-play-trailer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 1px 0 0;
  }

  .icon-play-2 {
    width: 21px;
    height: 21px;
    margin-left: 1px;
    padding-left: 2px;
  }

  .text-play-button {
    font-size: 14px;
    display: none;
  }

  .container-video-padrepio-iii {
    border-radius: 6px;
    width: 100%;
    margin-bottom: 40px;
    padding: 5px;
  }

  .trailer-section-title--video-padrepio-iii {
    font-size: 30px;
  }

  .text--video-padrepio-iii {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 155%;
  }

  .container-video-iv {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-video-iv.footer {
    padding-top: 0;
  }

  .container-video-iv.container-lp {
    max-width: 7680px;
  }

  .container-video-iv.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .container-video-padrepio-iv {
    width: 100%;
  }

  .trailer-section-title--video-padrepio-iv {
    letter-spacing: -.6px;
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 26px;
    display: none;
  }

  .text--video-padrepio-iv {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 155%;
  }

  .container-parallax-i {
    z-index: 9;
  }

  .section-price-ii {
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .title-price-ii {
    max-width: 16ch;
    font-size: 36px;
  }

  .primary-button-ii {
    float: right;
    letter-spacing: -.1px;
    width: 100%;
    max-width: 320px;
    margin-bottom: 80px;
    font-size: 18px;
    display: inline-block;
  }

  .final-price-ii {
    color: #f5f5f6;
    font-size: 44px;
  }

  .price-text-support {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .price-text-support.last-child {
    max-width: 30ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .price-text-support._01 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .container-benefits {
    margin-bottom: 60px;
  }

  .info-price-ii {
    width: 100%;
  }

  .display-title-accessories-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .display-title-accessories-wrapper._01 {
    margin-bottom: 24px;
  }

  .display-title-accessories {
    max-width: 22ch;
    font-size: 28px;
  }

  .accessories-itens-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .accessories-itens-wrapper._01 {
    flex-flow: column;
  }

  .display-text-support-accessories {
    max-width: 47ch;
    font-size: 18px;
  }

  .accessories-item-description {
    max-width: 55ch;
  }

  .accessories-itens-column._01 {
    flex-flow: column;
  }

  .container-more-benefits {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    margin-bottom: 60px;
  }

  .ghost-box-benefit {
    padding-left: 12px;
  }

  .line-divisor {
    margin-bottom: 60px;
  }

  .box-benefit-text-2 {
    max-width: 45ch;
  }

  .button-click-area-class {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .trailer-section-title--video-padrepio-iv--mobile {
    letter-spacing: -.6px;
    width: 100%;
    margin-bottom: 45px;
    font-size: 30px;
    display: block;
  }

  .container-faq {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-faq.footer {
    padding-top: 0;
  }

  .container-faq.container-lp {
    max-width: 7680px;
  }

  .container-faq.form-container-pio-lp {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .container-policy {
    margin-top: 40px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .divider-line {
    margin-top: 45px;
    margin-bottom: 55px;
  }

  .footer-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .footer-bottom_ii {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .description-final {
    font-size: 16px;
  }

  .price-text-support-2 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #04060b;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
  }

  .nav-menu {
    background-color: #04060b;
  }

  .container {
    position: relative;
  }

  .container.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.form-container-pio-lp {
    max-width: 100%;
  }

  .hero {
    margin-bottom: 0;
  }

  .text-block {
    max-width: 278px;
    margin-top: 24px;
    font-size: 14px;
  }

  .heading {
    margin-top: 8px;
    font-size: 60px;
  }

  .title-wrapper {
    padding-top: 38px;
  }

  .image {
    width: auto;
    max-width: none;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .icon {
    font-size: 28px;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .text-block-3 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .thumb-container.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

  .icon-play {
    width: 60px;
    height: 60px;
  }

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

  .section {
    background-color: #f5f5f6;
    border: 1px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .hero-image-container {
    height: 1090px;
    margin-bottom: 0;
    position: relative;
  }

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

  .section-video-3 {
    height: 300vh;
    margin-top: -100vh;
  }

  .text-block-6 {
    letter-spacing: 0;
    margin-top: 16px;
    font-size: 18px;
  }

  .heading-4 {
    max-width: 320px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 42px;
  }

  .section-3 {
    padding-top: 86px;
  }

  .div-block-3 {
    justify-content: flex-start;
  }

  .heading-5 {
    font-size: 18px;
  }

  .grid {
    position: relative;
  }

  .grid.column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    grid-template-rows: 1fr 2fr;
    grid-auto-rows: 2fr;
    height: auto;
    margin-top: 36px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .acessorio-1 {
    object-fit: cover;
    height: 140%;
    display: block;
  }

  .acessorio-2 {
    object-fit: cover;
    align-self: auto;
    width: 120%;
    height: 120%;
    display: block;
  }

  .acessorio-3 {
    object-fit: cover;
    align-self: auto;
    width: 120%;
    height: 120%;
    margin-top: -10%;
    display: block;
  }

  .div-block-5 {
    width: 100%;
    height: 716px;
  }

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

  .slide-item {
    max-width: 85vw;
  }

  .slider {
    align-self: center;
  }

  .left-arrow {
    width: 48px;
    height: 48px;
    left: 16px;
  }

  .right-arrow {
    width: 48px;
    height: 48px;
    right: 16px;
  }

  .image-16 {
    object-fit: cover;
    height: 720px;
    max-height: 90vh;
  }

  .accordion-toggle {
    flex-wrap: nowrap;
    height: auto;
  }

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

  .accordion-title {
    font-size: 18px;
  }

  .accordion-title.negative-color {
    white-space: normal;
    flex: 1;
    max-width: 100%;
    font-size: 18px;
  }

  .image-flex-wrapper {
    height: 500px;
  }

  .image-17 {
    object-position: 50% 35%;
    height: 500px;
  }

  .heading-lg {
    margin-top: 36px;
    font-size: 38px;
  }

  .heading-lg.faq {
    text-align: left;
  }

  .heading-lg.faq.negative-color {
    margin-top: 0;
  }

  .info-price {
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-image-price-wrapper {
    object-fit: cover;
    width: 100%;
    height: 640px;
  }

  .title-price {
    width: 100%;
    font-size: 31px;
  }

  .card {
    padding-left: 0;
    padding-right: 0;
  }

  .container-pricing {
    position: relative;
  }

  .container-pricing.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    overflow: hidden;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-10 {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .heading-7 {
    line-height: 140%;
  }

  .footer-about-description {
    line-height: 160%;
  }

  .slide {
    max-width: 85vw;
  }

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

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

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

  .lottie-item {
    object-fit: fill;
    width: 360px;
    height: 750px;
    margin-left: -30px;
  }

  .lottie-wrapper {
    width: 320px;
  }

  .measure-label.top {
    top: 91px;
    left: 44%;
  }

  .measure-label.right {
    top: 383px;
    right: 15px;
  }

  .hero-title {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .hero-video {
    height: 300vh;
    margin-bottom: 0;
  }

  .hero-thin-line {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 18px;
  }

  .titulo-galeria {
    padding-top: 86px;
  }

  .container-pricing-2 {
    position: relative;
  }

  .container-pricing-2.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-7-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-pricing-copy {
    position: relative;
  }

  .container-pricing-copy.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    overflow: hidden;
  }

  .navbar-center {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
  }

  .icon-3 {
    font-size: 28px;
  }

  .container-center-menu-2 {
    position: relative;
  }

  .nav-menu-2 {
    background-color: #04060b;
  }

  .image-19 {
    height: 820px;
    margin-top: -120px;
  }

  .flex-image-wrapper {
    height: 680px;
  }

  .section-price {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-price {
    position: relative;
  }

  .container-price.row {
    padding-top: 0;
  }

  .container-price.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    overflow: hidden;
  }

  .gallery-hero-title {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .container-elements {
    width: 320px;
    height: 750px;
    padding-top: 50px;
  }

  .section-8-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-itens-wrapper {
    align-items: center;
  }

  .top-navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #04060bb8;
  }

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

  .display-primary {
    letter-spacing: 7px;
    max-width: 26ch;
    font-size: 16px;
  }

  .display-support {
    font-size: 22px;
  }

  .form-wrapper-pio-lp {
    padding: 16px 20px;
  }

  .list-item-lp {
    flex: none;
    font-size: 16px;
  }

  .list-wrapper-lp {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-title {
    letter-spacing: .6px;
    max-width: 28ch;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .text-span-12 {
    font-size: 16px;
  }

  .background-video-2 {
    height: 820px;
  }

  .block-lp {
    width: 100%;
  }

  .icon-check-lp {
    margin-top: 16px;
  }

  .list-item-wrapper-lp {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .liste-item-mark {
    font-size: 18px;
  }

  .display-section {
    font-size: 26px;
  }

  .container-section-lp {
    position: relative;
  }

  .container-section-lp.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-section-lp.form-container-pio-lp {
    max-width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inicio_features-list_component, .inicio_features-list_item-list {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inicio_features-list_component-copy, .inicio_features-list_item-list-copy {
    grid-template-columns: 1fr;
  }

  .card-row17_card-large {
    flex-direction: column;
    display: flex;
  }

  .card-row17_card-large-content {
    display: block;
  }

  .card-row17_component {
    grid-template-columns: 1fr;
  }

  .display-large-sansserif {
    font-size: 30px;
  }

  .display-large-serif {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 40px;
  }

  .headeline-description {
    max-width: 32ch;
  }

  .button-cta-padrepio-cadastro {
    cursor: pointer;
    font-size: 14px;
  }

  .button-cta-padrepio-cadastro.footer {
    letter-spacing: .02em;
    cursor: pointer;
    font-size: 14px;
  }

  .contact-modal1_component {
    display: none;
  }

  .modal-padrepio-cadastro {
    min-height: 0;
  }

  .highlight-father-pio {
    width: 671px;
    top: -74px;
    left: 40%;
  }

  .highlight-icon.highlight-color {
    margin-right: 10px;
  }

  .section-ii-row {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .highlight-title-3 {
    font-weight: 600;
  }

  .image-photo-low-light {
    width: 490px;
    height: auto;
  }

  .confirmation-title-h1 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 140%;
  }

  .display-large-serif-2 {
    margin-bottom: 35px;
    font-size: 33px;
    line-height: 112%;
  }

  .links-footer-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-itens-wrapper-3 {
    align-items: center;
  }

  .footer-text {
    text-align: center;
    line-height: 160%;
  }

  .copyright-wrapper-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    padding-top: 22px;
  }

  .display-large-serif-obrigado {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 40px;
  }

  .display-large-sansserif-obrigado {
    font-size: 42px;
  }

  .headeline-description-obrigado {
    max-width: 31ch;
    font-size: 16px;
  }

  .section-ii-reason-title-mobile, .section-i-block-head {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .html-embed-5 {
    height: 500px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .highlight-icon-details.highlight-color {
    margin-right: 10px;
  }

  .icon-box-features-mobile {
    display: none;
  }

  .highlight-icon-mobile.highlight-color {
    margin-right: 10px;
    display: none;
  }

  .ora-pro-nobis {
    margin-bottom: 35px;
    font-size: 33px;
    line-height: 112%;
  }

  .headeline-description-subscription {
    max-width: 31ch;
    font-size: 16px;
  }

  .father-pio-wrapper {
    height: 430px;
  }

  .text-span-18 {
    display: block;
  }

  .features-box {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .button-secondary-gray.is-button-large-whatsapp {
    grid-column-gap: .5rem;
  }

  .button-cta-padrepio-wpp {
    cursor: pointer;
    font-size: 14px;
  }

  .button-cta-padrepio-wpp.footer {
    letter-spacing: .02em;
    cursor: pointer;
    font-size: 14px;
  }

  .top-navbar-container, .container-footer {
    position: relative;
  }

  .container-footer.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-footer.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-footer.form-container-pio-lp {
    max-width: 100%;
  }

  .container-footer.footer-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-video-i {
    background-color: #f5f5f6;
    border: 1px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .container-video-i {
    position: relative;
  }

  .container-video-i.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-video-i.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-video-i.form-container-pio-lp {
    max-width: 100%;
  }

  .section-video-ii {
    background-color: #f5f5f6;
    border: 1px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .container-video-ii {
    position: relative;
  }

  .container-video-ii.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-video-ii.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-video-ii.form-container-pio-lp {
    max-width: 100%;
  }

  .thumb-container-video-ii.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

  .section-video-iii {
    background-color: #f5f5f6;
    border: 1px solid #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .container-video-iii {
    position: relative;
  }

  .container-video-iii.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .container-video-iii.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-video-iii.form-container-pio-lp {
    max-width: 100%;
  }

  .thumb-container-video-iii.open-popup {
    border-radius: 4px;
    margin-top: 0;
  }

  .text--video-padrepio-iii {
    padding-left: 4px;
    padding-right: 4px;
  }

  .section-video-iv, .container-video-iv {
    position: relative;
  }

  .container-video-iv.column {
    overflow: hidden;
  }

  .container-video-iv.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-video-iv.form-container-pio-lp {
    max-width: 100%;
  }

  .text--video-padrepio-iv {
    padding-left: 4px;
    padding-right: 4px;
  }

  .section-price-ii {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .title-price-ii {
    width: 100%;
    font-size: 31px;
  }

  .price-text-support._01 {
    font-size: 19px;
  }

  .info-price-ii {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-faq {
    position: relative;
  }

  .container-faq.column {
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    border: 1px solid #0000;
    margin-bottom: 0;
    overflow: hidden;
  }

  .container-faq.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-faq.form-container-pio-lp {
    max-width: 100%;
  }

  .footer-about {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .footer-about-title {
    line-height: 140%;
  }

  .footer-bottom_ii {
    text-align: center;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .special-title-price {
    font-size: 18px;
  }
}

#w-node-_11eb6ff5-4000-98f0-2c3a-de965b758974-1bbe76b9, #w-node-_11eb6ff5-4000-98f0-2c3a-de965b758974-e7334af0 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_1488e702-ca9a-592e-c938-ec66455df7bf-1bbe76b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc4b6b8a-de03-5177-7ebd-3a18e1296158-1bbe76b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1488e702-ca9a-592e-c938-ec66455df7bf-e7334af0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bc4b6b8a-de03-5177-7ebd-3a18e1296158-e7334af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc4b6b8a-de03-5177-7ebd-3a18e1296158-1bbe76b9, #w-node-bc4b6b8a-de03-5177-7ebd-3a18e1296158-e7334af0 {
    grid-column: span 1 / span 1;
  }
}


