/** Shopify CDN: Minification failed

Line 694:7 Unexpected "{"
Line 694:16 Expected ":"
Line 695:7 Unexpected "{"
Line 695:16 Expected ":"
Line 696:7 Unexpected "{"
Line 696:16 Expected ":"
Line 697:7 Unexpected "{"
Line 697:16 Expected ":"
Line 698:7 Unexpected "{"
Line 698:16 Expected ":"
... and 4 more hidden warnings

**/
.shopify-section:not(:first-child).section-hero {
  --header-height: 0px;
}

@media (min-width: 990px) {
  .hero {
    max-height: 65rem;
  }

  .hero div {
    max-height: 65rem;
  }
}

.hero .hero__outer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero.section--has-overlay .hero__outer--overlay .hero__content {
  padding-top: calc(var(--header-height) + 2.4rem);
}
.hero.section--has-overlay > .container .hero__outer--overlay .hero__content {
  padding-top: calc(var(--header-height) + 2.4rem);
}
.hero .container .hero__outer--overlay {
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (min-width: 990px) {
  .hero .container .hero__outer--overlay {
    border-radius: 1.8rem;
    max-height: 65rem;
  }
}
.hero > .container .hero__image-inner svg {
  border-radius: 1.2rem;
}
.hero > .container .hero__outer--overlay .hero__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 750px) {
  .hero > .container .hero__outer--overlay .hero__content {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 990px) {
  .hero > .container .hero__outer--overlay .hero__content {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .hero > .container .hero__outer--overlay .hero__content {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.hero
  > .container
  .hero__outer--overlay
  .hero__content
  > *:not(.hero__subscription) {
  max-width: 60rem;
}
@media screen and (min-width: 1360px) {
  .hero
    > .container
    .hero__outer--overlay
    .hero__content
    > *:not(.hero__subscription) {
    max-width: 70rem;
  }
}
@media screen and (min-width: 1536px) {
  .hero
    > .container
    .hero__outer--overlay
    .hero__content
    > *:not(.hero__subscription) {
    max-width: 79.8rem;
  }
}
.hero > .container .hero__outer--overlay .hero__content > .hero__description {
  max-width: 47rem;
}
@media screen and (min-width: 1360px) {
  .hero > .container .hero__outer--overlay .hero__content > .hero__description {
    max-width: 61rem;
  }
}
@media screen and (min-width: 1536px) {
  .hero > .container .hero__outer--overlay .hero__content > .hero__description {
    max-width: 71.2rem;
  }
}
.hero
  > .container
  .hero__outer--overlay
  .hero__content--center
  > *:not(.hero__subscription) {
  max-width: 88rem;
}
.hero
  > .container
  .hero__outer--overlay
  .hero__content--center
  > .hero__description {
  max-width: 67rem;
}
.hero__outer {
  display: flex;
  justify-content: space-between;
}
.hero__outer--horizontal {
  flex-direction: column;
}
@media (min-width: 990px) {
  .hero__outer--horizontal {
    flex-direction: row;
  }
}
.hero__outer--horizontal .hero__image {
  width: 100%;
}
@media (min-width: 990px) {
  .hero__outer--horizontal .hero__image {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero__outer--horizontal .hero__image {
    width: 44.12%;
  }
}
.hero__outer--horizontal .hero__image-inner {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}
.hero__outer--horizontal .hero__image-inner img,
.hero__outer--horizontal .hero__image-inner svg,
.hero__outer--horizontal .hero__image-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__outer--horizontal .hero__content {
  width: 100%;
}
@media (min-width: 990px) {
  .hero__outer--horizontal .hero__content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero__outer--horizontal .hero__content {
    width: 55.88%;
  }
}
.hero__outer--horizontal .hero__content > *:not(.hero__subscription-wrapper) {
  max-width: 72rem;
}
.hero__outer--vertical {
  flex-direction: column;
  justify-content: flex-start;
}
.hero__outer--vertical .hero__image-inner {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 990px) {
  .hero__outer--vertical .hero__image-inner {
    border-radius: 1.8rem;
  }
}
.hero__outer--vertical .hero__image-inner img,
.hero__outer--vertical .hero__image-inner svg,
.hero__outer--vertical .hero__image-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
@media (min-width: 990px) {
  .hero__outer--vertical .hero__image-inner img,
  .hero__outer--vertical .hero__image-inner svg,
  .hero__outer--vertical .hero__image-inner video {
    border-radius: 1.8rem;
  }
}
.hero__outer--vertical .hero__content {
  width: 100%;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 576px) {
  .hero__outer--vertical .hero__content {
    max-width: 106rem;
  }
}
@media (min-width: 990px) {
  .hero__outer--vertical .hero__content {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 990px) {
  .hero__outer--vertical.hero__outer--desktop-order .hero__image {
    margin-bottom: 4rem;
  }
}
@media (max-width: 989px) {
  .hero__outer--vertical.hero__outer--mobile-order .hero__image {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 989px) {
  .hero__outer--vertical.hero__outer--mobile-order .hero__image-inner {
    border-radius: 0.8rem;
  }
}
@media (max-width: 989px) {
  .hero__outer--vertical.hero__outer--mobile-order .hero__content {
    padding-bottom: 0;
  }
}
.hero__outer--overlay {
  position: relative;
}
.hero__outer--overlay .hero__subtitle {
  background-color: rgb(var(--color-foreground), 0.2);
}
.hero__outer--overlay .hero__subtitle svg {
  color: rgb(var(--color-foreground));
}
.hero__outer--overlay .hero__image {
  position: absolute;
  inset: 0;
}
.hero__outer--overlay .hero__image-inner {
  position: relative;
  height: 100%;
}
.hero__outer--overlay .hero__image-inner img,
.hero__outer--overlay .hero__image-inner svg,
.hero__outer--overlay .hero__image-inner video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.hero__outer--overlay .hero__content {
  /* padding-top: 5.6rem;
  padding-bottom: 5.6rem; */
  flex-grow: 1;
  justify-content: center;
  /* max-height: 41rem; */
}
/* @media (min-width: 750px) {
  .hero__outer--overlay .hero__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 990px) {
  .hero__outer--overlay .hero__content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .hero__outer--overlay .hero__content {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
} */
.hero__outer--overlay .hero__content > *:not(.hero__subscription) {
  max-width: 104rem;
}
.hero__outer--overlay .hero__content .hero__description {
  max-width: 60rem;
}
.hero__outer--overlay .hero__users-image {
  border-color: rgba(var(--color-foreground), 0.2);
}
.hero__outer--overlay .hero__users > span {
  color: rgba(var(--color-foreground), 0.6);
}
.hero__outer--overlay.color-background-1 .hero__users-image,
.hero__outer--overlay.color-background-2 .hero__users-image {
  border-color: rgba(var(--color-background), 0.2);
}
@media screen and (max-width: 749px) {
  .hero__outer--overlay.hero__outer--mobile-image-before,
  .hero__outer--overlay.hero__outer--mobile-image-after {
    flex-direction: column;
    margin-left: -2rem;
    margin-right: -2rem;
    border-radius: 0;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before .hero__overlay,
  .hero__outer--overlay.hero__outer--mobile-image-after .hero__overlay {
    display: none;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before .hero__content,
  .hero__outer--overlay.hero__outer--mobile-image-after .hero__content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before .hero__image-inner,
  .hero__outer--overlay.hero__outer--mobile-image-after .hero__image-inner {
    min-height: 32rem;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before .hero__image,
  .hero__outer--overlay.hero__outer--mobile-image-after .hero__image {
    position: initial;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before::before,
  .hero__outer--overlay.hero__outer--mobile-image-after::before {
    display: none !important;
  }
  .hero__outer--overlay.hero__outer--mobile-image-before {
    flex-direction: column-reverse;
  }
}
.hero__outer--plain .hero__content {
  padding-top: 0;
}
@media (min-width: 990px) {
  .hero__outer--plain .hero__content {
    padding: 3.2rem 3.2rem 3.2rem 0;
  }
}
@media (min-width: 1200px) {
  .hero__outer--plain .hero__content {
    padding: 10.4rem 6.4rem 10.4rem 0;
  }
}
.hero__outer--plain .hero__image {
  padding-top: 3.2rem;
}
@media (min-width: 990px) {
  .hero__outer--plain .hero__image {
    padding-top: 0;
  }
}
@media (min-width: 990px) {
  .hero__outer--plain.hero__outer--desktop-order .hero__content {
    padding: 3.2rem 0 3.2rem 3.2rem;
  }
}
@media (min-width: 1200px) {
  .hero__outer--plain.hero__outer--desktop-order .hero__content {
    padding: 6.4rem 0 6.4rem 6.4rem;
  }
}
@media (max-width: 989px) {
  .hero__outer--plain.hero__outer--mobile-order .hero__content {
    padding-top: 3.2rem;
  }
}
@media (max-width: 989px) {
  .hero__outer--plain.hero__outer--mobile-order .hero__image {
    padding-top: 0;
  }
}
.hero__outer--subtle {
  background-color: rgb(var(--color-background-secondary));
  border-radius: 1.2rem;
}
.hero__outer--subtle .hero__content {
  padding: 2.4rem;
}
@media (min-width: 576px) {
  .hero__outer--subtle .hero__content {
    padding: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .hero__outer--subtle .hero__content {
    padding: 6.4rem;
  }
}
@media (min-width: 990px) {
  .hero__outer--desktop-order .hero__image {
    order: -1;
  }
}
@media (max-width: 989px) {
  .hero__outer--mobile-order .hero__image {
    order: -1;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgb(0, 0, 0);
  opacity: var(--overlay-opacity);
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.hero__content > *:last-child {
  margin-bottom: 0;
}
.hero__content--top {
  justify-content: flex-start;
}
.hero__content--middle {
  justify-content: center;
}
.hero__content--bottom {
  justify-content: flex-end;
}
.hero__content--left {
  align-items: flex-start;
  text-align: left;
}
.hero__content--left .hero__users {
  justify-content: flex-start;
}
.hero__content--center {
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.hero__content--center .hero__users {
  justify-content: center;
}
.hero__content--center .hero__captions {
  justify-content: center;
}
.hero__content--center
  .hero__title--word_break_an.js-anim-rolling
  .js-anim-title,
.hero__content--center
  .hero__title--word_break_an.js-anim-appearing
  .js-anim-title {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.hero__content--center
  .hero__title--word_break_an.js-anim-rolling
  .js-anim-title
  span,
.hero__content--center
  .hero__title--word_break_an.js-anim-appearing
  .js-anim-title
  span {
  justify-content: center;
}
.hero__content--right {
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
}
.hero__content--right .hero__users {
  justify-content: flex-end;
}
.hero__content--right .js-anim-rolling .js-anim-title > span,
.hero__content--right .js-anim-appearing .js-anim-title > span {
  justify-content: flex-end;
}
.hero__subtitle {
  margin-bottom: 1.6rem;
}
.hero__subtitle svg {
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-accent));
}
.hero__subtitle + .hero__title {
  margin-top: 0;
}
.hero__title {
  width: 100%;
  margin-bottom: 1.6rem;
}
.hero__title a {
  text-decoration: none;
  transition: color var(--duration-default);
}
.hero__title a:hover {
  color: rgb(var(--color-accent));
}
.hero__title--simple span[style*="text-decoration:underline"] {
  display: inline-block;
  text-decoration-color: var(--color-line) !important;
  text-underline-offset: 6%;
}
.hero__title--rounded span[style*="text-decoration:underline"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  text-decoration: none !important;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .hero__title--rounded span[style*="text-decoration:underline"] {
    padding-bottom: 0.7rem;
  }
}
.hero__title--rounded
  span[style*="text-decoration:underline"].title--rounded-xs {
  padding-bottom: 0.5rem;
}
.hero__title--background {
  position: relative;
  z-index: 1;
}
.hero__title--background span[style*="text-decoration:underline"] {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  padding: 0 0.8rem;
  background-color: var(--color-line);
  border-radius: 0.6rem;
  z-index: -1;
}
.hero__title--word_break span[style*="text-decoration:underline"] {
  display: inline;
}
.hero__title--word_break_an .js-anim-title {
  display: block;
}
.hero__description {
  margin-bottom: 2.4rem;
}
.hero__image-inner {
  /*svg {
  	border-radius: 1.2rem;
  }*/
}
.hero__image-inner--contain svg {
  object-fit: contain;
  height: auto !important;
  margin: auto;
}
.hero__image-inner--cover svg {
  object-fit: cover;
}
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 990px) {
  .hero__buttons {
    margin-bottom: 3.2rem;
  }
}
.hero__captions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 990px) {
  .hero__captions {
    margin-bottom: 3.2rem;
  }
}
.hero__captions-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hero__captions-item svg {
  width: 2rem;
  height: 2rem;
}
.hero__captions-item span {
  font-weight: var(--font-additional-weight);
}
.hero__users {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 2.4rem;
  font-weight: var(--font-heading-weight);
}
@media (min-width: 990px) {
  .hero__users {
    margin-bottom: 3.2rem;
  }
}
.hero__users > span {
  max-width: 143px;
  color: rgb(var(--color-foreground-secondary));
  text-align: left;
}
.hero__users-image {
  min-width: 5.2rem;
  max-width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.2rem solid rgb(var(--color-background));
}
.hero__users-image + .hero__users-image {
  margin-left: -2.2rem;
}
.hero__users-image img,
.hero__users-image svg,
.hero__users-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__subscription-wrapper {
  width: 100%;
  margin-bottom: 2.4rem;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .hero__subscription-wrapper {
    width: 48rem;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .hero__subscription-wrapper {
    margin-bottom: 3.2rem;
  }
}
.hero__subscription {
  width: 100%;
  max-width: unset;
}

[data-scheme="dark"]
  .hero__title--simple
  span[style*="text-decoration:underline"] {
  text-decoration-color: #4a4a4c !important;
}
[data-scheme="dark"]
  .hero__title--background
  span[style*="text-decoration:underline"] {
  background-color: #4a4a4c;
}

@media (prefers-color-scheme: dark) {
  [data-scheme="auto"]
    .hero__title--simple
    span[style*="text-decoration:underline"] {
    text-decoration-color: #4a4a4c !important;
  }
  [data-scheme="auto"]
    .hero__title--background
    span[style*="text-decoration:underline"] {
    background-color: #4a4a4c;
  }
}

/* 1) Não deixe as camadas visuais do Hero capturarem cliques */
#Hero-{{ section.id }} .hero__overlay,
#Hero-{{ section.id }} .hero__image,
#Hero-{{ section.id }} .hero__image-inner,
#Hero-{{ section.id }} .hero__image-inner::before,
#Hero-{{ section.id }} .hero__outer--overlay::before {
  pointer-events: none !important;
}

/* 2) Garanta a ordem de empilhamento correta dentro do Hero */
#Hero-{{ section.id }} .hero__image { z-index: 1; }
#Hero-{{ section.id }} .hero__content { position: relative; z-index: 3; }

/* 3) (Opcional) Se ainda houver algo por cima, levante a seção do formulário */
.custom-form-section { position: relative; z-index: 10; }


/* === Contenção de overflow horizontal no Hero (Collection) ===
   collection.description pode conter HTML rico (URLs longas, imagens,
   tabelas, iframes). Garantimos que nada estoure a largura do hero. */
.hero .hero__description {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.hero .hero__description * {
  max-width: 100%;
  box-sizing: border-box;
}
.hero .hero__description img,
.hero .hero__description video,
.hero .hero__description iframe,
.hero .hero__description embed,
.hero .hero__description object {
  height: auto;
}
.hero .hero__description table {
  display: block;
  overflow-x: auto;
}

/* === Hero (Collection): adapta grids/flex inline da description ===
   Editores ricos costumam injetar <div style="display:grid;grid-template-columns:repeat(4,1fr);...">
   com filhos <div style="white-space:nowrap">. Em viewports estreitas, isso
   força o grid a ficar maior que o container e estoura a página.
   Aqui forçamos o grid a se adaptar e os textos a poderem quebrar APENAS no
   mobile — no desktop deixamos o layout autoral (4 colunas) intacto. */
@media (max-width: 749px) {
  .hero .hero__description * {
    min-width: 0;
  }
  .hero .hero__description [style*="display:grid"],
  .hero .hero__description [style*="display: grid"] {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hero .hero__description [style*="display:flex"],
  .hero .hero__description [style*="display: flex"] {
    flex-wrap: wrap !important;
    max-width: 100% !important;
  }
  .hero .hero__description [style*="white-space:nowrap"],
  .hero .hero__description [style*="white-space: nowrap"] {
    white-space: normal !important;
  }
}
