.cadastro-form-module__baT7eq__form,.cadastro-form-module__baT7eq__successCard{--color-primary:#211f1b;--color-on-primary:#fff;--color-secondary:#4a463f;--color-accent:var(--verde);--color-accent-hover:var(--verde-escuro);--color-surface:#fff;--color-muted:#faf8f4;--color-border:#ded8cc;--color-destructive:#b91c1c;--color-destructive-bg:#fef2f2;--color-ring:var(--verde)}.cadastro-form-module__baT7eq__form{flex-direction:column;gap:28px;display:flex}.cadastro-form-module__baT7eq__section{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;flex-direction:column;gap:16px;padding:20px;display:flex}.cadastro-form-module__baT7eq__sectionTitle{color:var(--color-primary);padding:0 4px;font-size:1.05rem;font-weight:700}.cadastro-form-module__baT7eq__fieldRow{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:560px){.cadastro-form-module__baT7eq__fieldRow{grid-template-columns:1fr 1fr}}.cadastro-form-module__baT7eq__field{flex-direction:column;gap:6px;display:flex}.cadastro-form-module__baT7eq__field label,.cadastro-form-module__baT7eq__checkboxField label,.cadastro-form-module__baT7eq__fieldLabelText{color:var(--color-secondary);font-size:.95rem;font-weight:600}.cadastro-form-module__baT7eq__field input[type=text],.cadastro-form-module__baT7eq__field input[type=email],.cadastro-form-module__baT7eq__field input[type=tel],.cadastro-form-module__baT7eq__field input[type=date],.cadastro-form-module__baT7eq__field select{border:1.5px solid var(--color-border);background:var(--color-surface);min-height:48px;color:var(--color-primary);border-radius:10px;width:100%;padding:10px 14px;font-size:1rem;transition:border-color .15s,box-shadow .15s}.cadastro-form-module__baT7eq__field input[type=text]:focus,.cadastro-form-module__baT7eq__field input[type=email]:focus,.cadastro-form-module__baT7eq__field input[type=tel]:focus,.cadastro-form-module__baT7eq__field input[type=date]:focus,.cadastro-form-module__baT7eq__field select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #2d8a502e}.cadastro-form-module__baT7eq__dropzone{border:2px dashed var(--color-border);background:var(--color-muted);min-height:96px;color:var(--color-secondary);text-align:center;cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:20px 16px;transition:border-color .15s,background-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.cadastro-form-module__baT7eq__dropzone:hover{border-color:var(--color-accent)}.cadastro-form-module__baT7eq__dropzone:focus-within{outline:3px solid var(--color-ring);outline-offset:2px}.cadastro-form-module__baT7eq__dropzoneActive{border-color:var(--color-accent);background:var(--color-surface);box-shadow:0 0 0 3px var(--color-ring);transform:scale(1.01)}.cadastro-form-module__baT7eq__dropzoneInvalid{border-color:var(--color-destructive)}.cadastro-form-module__baT7eq__dropzoneInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cadastro-form-module__baT7eq__dropzoneIcon{color:var(--color-accent)}.cadastro-form-module__baT7eq__dropzoneCta{font-size:.95rem;font-weight:600}.cadastro-form-module__baT7eq__dropzoneFileName{color:var(--color-primary);font-size:.95rem;font-weight:600}.cadastro-form-module__baT7eq__dropzonePreview{flex-direction:column;align-items:center;gap:10px;animation:.2s cadastro-form-module__baT7eq__dropzoneFileIn;display:flex}.cadastro-form-module__baT7eq__dropzoneThumbnail{object-fit:cover;border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;width:88px;height:88px}.cadastro-form-module__baT7eq__dropzoneRemoveButton{min-height:44px;color:var(--color-destructive);background:var(--color-surface);border:1.5px solid var(--color-destructive);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background-color .15s;display:inline-flex}.cadastro-form-module__baT7eq__dropzoneRemoveButton:hover{background:var(--color-destructive-bg)}.cadastro-form-module__baT7eq__dropzoneRemoveButton:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}@keyframes cadastro-form-module__baT7eq__dropzoneFileIn{0%{opacity:0;transform:translateY(3px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cadastro-form-module__baT7eq__field input:focus-visible,.cadastro-form-module__baT7eq__field select:focus-visible,.cadastro-form-module__baT7eq__checkboxField input:focus-visible,.cadastro-form-module__baT7eq__submitButton:focus-visible,.cadastro-form-module__baT7eq__secondaryButton:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}.cadastro-form-module__baT7eq__field input[aria-invalid=true],.cadastro-form-module__baT7eq__field select[aria-invalid=true]{border-color:var(--color-destructive)}.cadastro-form-module__baT7eq__helperText{color:var(--color-secondary);font-size:.85rem;line-height:1.4}.cadastro-form-module__baT7eq__fieldError{color:var(--color-destructive);font-size:.85rem;font-weight:600;line-height:1.4}.cadastro-form-module__baT7eq__checkboxField{align-items:flex-start;gap:12px;display:flex}.cadastro-form-module__baT7eq__checkboxField input[type=checkbox]{width:22px;min-width:22px;height:22px;accent-color:var(--color-accent);margin-top:2px}.cadastro-form-module__baT7eq__checkboxField label{font-weight:400;line-height:1.5}.cadastro-form-module__baT7eq__checkboxField a{color:var(--color-accent);font-weight:600;text-decoration:underline}.cadastro-form-module__baT7eq__requiredNote{color:var(--color-secondary);font-size:.85rem}.cadastro-form-module__baT7eq__submitButton{min-height:52px;color:var(--color-on-primary);background:var(--color-accent);cursor:pointer;border:none;border-radius:14px;padding:14px 24px;font-size:1.05rem;font-weight:700;transition:background-color .2s}.cadastro-form-module__baT7eq__submitButton:hover:not(:disabled){background:var(--color-accent-hover)}.cadastro-form-module__baT7eq__submitButton:disabled{opacity:.6;cursor:not-allowed}.cadastro-form-module__baT7eq__banner{background:var(--color-destructive-bg);color:var(--color-destructive);border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:.95rem;font-weight:600;display:flex}.cadastro-form-module__baT7eq__banner svg{flex-shrink:0}.cadastro-form-module__baT7eq__honeypotWrap{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.cadastro-form-module__baT7eq__successCard{text-align:center;border:1px solid var(--color-border,#14532d);background:var(--color-surface,#fff);border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:40px 24px;display:flex}.cadastro-form-module__baT7eq__successIcon{color:#16a34a}.cadastro-form-module__baT7eq__successTitle{color:#0f172a;font-size:1.4rem;font-weight:700}.cadastro-form-module__baT7eq__successText{color:#334155;max-width:44ch;line-height:1.6}.cadastro-form-module__baT7eq__secondaryButton{min-height:48px;color:var(--verde);border:1.5px solid var(--verde);cursor:pointer;background:0 0;border-radius:10px;margin-top:8px;padding:10px 22px;font-size:1rem;font-weight:600;transition:background-color .2s}.cadastro-form-module__baT7eq__secondaryButton:hover{background:#0369a114}@media (prefers-reduced-motion:reduce){.cadastro-form-module__baT7eq__submitButton,.cadastro-form-module__baT7eq__secondaryButton,.cadastro-form-module__baT7eq__dropzone,.cadastro-form-module__baT7eq__dropzoneRemoveButton{transition:none}.cadastro-form-module__baT7eq__dropzoneActive{transform:none}.cadastro-form-module__baT7eq__dropzonePreview{animation:none}}.cadastro-form-module__baT7eq__nextSteps{text-align:left;background:var(--color-muted,#eef2f6);border-radius:14px;width:100%;max-width:46ch;margin-top:8px;padding:20px}.cadastro-form-module__baT7eq__nextStepsTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--color-secondary,#334155);margin-bottom:12px;font-size:.8rem;font-weight:700}.cadastro-form-module__baT7eq__stepList{flex-direction:column;gap:14px;margin:0;padding-left:1.35rem;display:flex}.cadastro-form-module__baT7eq__step{color:var(--color-primary,#0f172a);line-height:1.6}.cadastro-form-module__baT7eq__step::marker{color:var(--color-accent);font-weight:700}.cadastro-form-module__baT7eq__stepLink{border:1px solid var(--color-accent);min-height:44px;color:var(--color-accent);word-break:break-word;border-radius:8px;margin-top:8px;padding:12px 14px;font-weight:600;text-decoration:none;display:block}.cadastro-form-module__baT7eq__stepLink:hover,.cadastro-form-module__baT7eq__stepLink:focus-visible{background:var(--color-accent);color:var(--color-on-primary,#fff)}
.site-header-module__O2uXQG__barra{z-index:20;-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);background:#ffffffe6;border-bottom:1px solid #e7e2d8;position:sticky;top:0}.site-header-module__O2uXQG__barraConteudo{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1080px;min-height:64px;margin:0 auto;padding:0 24px;display:flex}.site-header-module__O2uXQG__barraEstreita{max-width:768px}.site-header-module__O2uXQG__marca{align-items:center;gap:10px;min-width:0;display:flex}.site-header-module__O2uXQG__marcaSimbolo{flex-shrink:0;width:auto;height:34px}.site-header-module__O2uXQG__marcaNome{letter-spacing:-.02em;min-width:0;color:var(--verde-profundo);align-items:baseline;gap:8px;font-size:1.02rem;font-weight:800;display:flex}.site-header-module__O2uXQG__marcaFina{color:#4a463f;letter-spacing:0;white-space:nowrap;font-size:.88rem;font-weight:500;display:none}.site-header-module__O2uXQG__botaoBarra{background:var(--verde);color:#fff;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;min-height:40px;padding:0 18px;font-size:.9rem;font-weight:700;transition:background-color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1);display:inline-flex}.site-header-module__O2uXQG__botaoBarra:hover{background:var(--verde-escuro);transform:translateY(-1px)}.site-header-module__O2uXQG__botaoBarra:focus-visible,.site-header-module__O2uXQG__marca:focus-visible{outline:3px solid var(--verde);outline-offset:2px}@media (min-width:720px){.site-header-module__O2uXQG__marcaFina{display:inline}.site-header-module__O2uXQG__marcaFina:before{content:"· ";color:#cdc7ba}}@media (prefers-reduced-motion:reduce){.site-header-module__O2uXQG__botaoBarra{transition:none}}
.page-module__IV_Ema__page{background:#faf8f4;min-height:100dvh;padding:28px 24px 64px}.page-module__IV_Ema__container{flex-direction:column;gap:28px;max-width:720px;margin:0 auto;display:flex}.page-module__IV_Ema__header{flex-direction:column;gap:8px;display:flex}.page-module__IV_Ema__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--verde-escuro);font-size:.8rem;font-weight:700}.page-module__IV_Ema__title{letter-spacing:-.03em;color:#211f1b;font-size:clamp(1.7rem,4vw,2.2rem);font-weight:800;line-height:1.16}.page-module__IV_Ema__subtitle{color:#4a463f;max-width:62ch;font-size:1rem;line-height:1.65}@media (min-width:640px){.page-module__IV_Ema__page{padding:44px 24px 80px}}
.page-module__E0kJGG__page{--tinta:#211f1b;--tinta-media:#4a463f;--fundo:#fff;--fundo-alt:#faf8f4;--linha:#e7e2d8;--largura:1080px;--raio:14px;--transicao:.18s cubic-bezier(.22, 1, .36, 1);background:var(--fundo);color:var(--tinta)}.page-module__E0kJGG__container{width:100%;max-width:var(--largura);margin:0 auto;padding:0 24px}.page-module__E0kJGG__barra{z-index:20;-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);border-bottom:1px solid var(--linha);background:#ffffffe6;position:sticky;top:0}.page-module__E0kJGG__barraConteudo{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.page-module__E0kJGG__marca{align-items:center;gap:10px;min-width:0;display:flex}.page-module__E0kJGG__marcaSimbolo{flex-shrink:0;width:auto;height:34px}.page-module__E0kJGG__marcaNome{letter-spacing:-.02em;min-width:0;color:var(--verde-profundo);align-items:baseline;gap:8px;font-size:1.02rem;font-weight:800;display:flex}.page-module__E0kJGG__marcaFina{color:var(--tinta-media);letter-spacing:0;white-space:nowrap;font-size:.88rem;font-weight:500;display:none}.page-module__E0kJGG__botaoBarra{background:var(--verde);color:#fff;cursor:pointer;min-height:40px;transition:background-color var(--transicao), transform var(--transicao);border-radius:999px;flex-shrink:0;align-items:center;padding:0 18px;font-size:.9rem;font-weight:700;display:inline-flex}.page-module__E0kJGG__botaoBarra:hover{background:var(--verde-escuro);transform:translateY(-1px)}.page-module__E0kJGG__hero{background:radial-gradient(130% 100% at 15% 0%, #1d6039 0%, #113d2400 64%), var(--verde-profundo);color:#fff;padding:clamp(56px,8vw,104px) 0 clamp(52px,7vw,96px)}.page-module__E0kJGG__tag{letter-spacing:.01em;color:#cfe9d8;background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;margin-bottom:26px;padding:7px 15px;font-size:.84rem;font-weight:700;display:inline-block}.page-module__E0kJGG__headline{letter-spacing:-.035em;max-width:17ch;margin-bottom:22px;font-size:clamp(2.2rem,5.6vw,3.9rem);font-weight:800;line-height:1.08}.page-module__E0kJGG__headlineAccent{color:#8fdcab}.page-module__E0kJGG__subheadline{color:#ffffffdb;max-width:54ch;margin-bottom:30px;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.62}.page-module__E0kJGG__ctaPrimary,.page-module__E0kJGG__ctaPrimaryInverso{text-align:center;cursor:pointer;width:100%;min-height:54px;transition:background-color var(--transicao), transform var(--transicao), box-shadow var(--transicao);border-radius:999px;padding:16px 34px;font-size:1.03rem;font-weight:700;display:block}.page-module__E0kJGG__ctaPrimary{background:var(--dourado);color:#2a1f00;box-shadow:0 10px 24px #00000038}.page-module__E0kJGG__ctaPrimary:hover{background:#f0bd10;transform:translateY(-2px);box-shadow:0 16px 30px #00000042}.page-module__E0kJGG__ctaPrimaryInverso{color:var(--verde-profundo);background:#fff;box-shadow:0 10px 24px #0000002e}.page-module__E0kJGG__ctaPrimaryInverso:hover{transform:translateY(-2px);box-shadow:0 16px 30px #00000038}.page-module__E0kJGG__ctaPrimary:focus-visible,.page-module__E0kJGG__ctaPrimaryInverso:focus-visible{outline-offset:3px;outline:3px solid #fff}.page-module__E0kJGG__botaoBarra:focus-visible,.page-module__E0kJGG__faqPergunta:focus-visible{outline:3px solid var(--verde);outline-offset:2px}.page-module__E0kJGG__ctaSupport{color:#ffffffc2;margin-top:16px;font-size:.9rem}.page-module__E0kJGG__section{padding:clamp(52px,6vw,84px) 0}.page-module__E0kJGG__sectionMuted{background:var(--fundo-alt);border-top:1px solid var(--linha);border-bottom:1px solid var(--linha)}.page-module__E0kJGG__sectionTitle{letter-spacing:-.03em;max-width:24ch;margin-bottom:26px;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:800;line-height:1.18}.page-module__E0kJGG__body{color:var(--tinta-media);max-width:64ch;font-size:1.02rem;line-height:1.72}.page-module__E0kJGG__body+.page-module__E0kJGG__body{margin-top:16px}.page-module__E0kJGG__passos{grid-template-columns:1fr;gap:20px;margin:0;padding:0;list-style:none;display:grid}.page-module__E0kJGG__passo{border-radius:var(--raio);background:var(--fundo);border:1px solid var(--linha);transition:transform var(--transicao), box-shadow var(--transicao);padding:28px 26px}.page-module__E0kJGG__passo:hover{transform:translateY(-3px);box-shadow:0 14px 30px #211f1b17}.page-module__E0kJGG__passoNumero{background:var(--verde);color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;margin-bottom:18px;font-weight:800;display:grid}.page-module__E0kJGG__passoTitulo{letter-spacing:-.015em;margin-bottom:6px;font-size:1.1rem;font-weight:800}.page-module__E0kJGG__passoPreco{color:var(--verde-escuro);margin-bottom:8px;font-size:.95rem;font-weight:700}.page-module__E0kJGG__passoTexto{color:var(--tinta-media);font-size:.98rem;line-height:1.65}.page-module__E0kJGG__cartoes{grid-template-columns:1fr;gap:20px;display:grid}.page-module__E0kJGG__cartao{border-radius:var(--raio);border:1px solid var(--linha);border-top:3px solid var(--dourado);background:var(--fundo);transition:transform var(--transicao), box-shadow var(--transicao);padding:28px 26px}.page-module__E0kJGG__cartao:hover{transform:translateY(-3px);box-shadow:0 14px 30px #211f1b17}.page-module__E0kJGG__cartaoTitulo{letter-spacing:-.015em;margin-bottom:10px;font-size:1.1rem;font-weight:800}.page-module__E0kJGG__cartaoTexto{color:var(--tinta-media);font-size:.98rem;line-height:1.68}.page-module__E0kJGG__categorias{grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.page-module__E0kJGG__categoria{border-radius:var(--raio);background:var(--fundo);border:1px solid var(--linha);transition:border-color var(--transicao), transform var(--transicao);align-items:center;gap:12px;padding:14px 16px;font-size:.98rem;font-weight:700;display:flex}.page-module__E0kJGG__categoria:hover{border-color:var(--verde);transform:translateY(-2px)}.page-module__E0kJGG__categoriaIcone{width:40px;height:40px;color:var(--verde-escuro);background:#2d8a501a;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.page-module__E0kJGG__secaoPreco{border-top:1px solid var(--linha);border-bottom:1px solid var(--linha);background:linear-gradient(#2d8a5012,#2d8a5005)}.page-module__E0kJGG__precoEtiqueta{letter-spacing:.12em;text-transform:uppercase;color:var(--tinta-media);margin-bottom:12px;font-size:.76rem;font-weight:700}.page-module__E0kJGG__precoNumero{letter-spacing:-.045em;color:var(--verde-escuro);font-size:clamp(2.6rem,7.5vw,5.2rem);font-weight:800;line-height:.98}.page-module__E0kJGG__precoLegenda{color:var(--tinta);margin-top:14px;font-size:clamp(1rem,1.7vw,1.16rem);font-weight:700}.page-module__E0kJGG__secaoPreco .page-module__E0kJGG__body{margin-top:22px}.page-module__E0kJGG__faq{flex-direction:column;gap:10px;display:flex}.page-module__E0kJGG__faqItem{border:1px solid var(--linha);border-radius:var(--raio);background:var(--fundo);transition:border-color var(--transicao);overflow:hidden}.page-module__E0kJGG__faqItem[open]{border-color:var(--verde)}.page-module__E0kJGG__faqPergunta{cursor:pointer;align-items:center;gap:12px;min-height:56px;padding:16px 20px;font-weight:700;list-style:none;display:flex}.page-module__E0kJGG__faqPergunta::-webkit-details-marker{display:none}.page-module__E0kJGG__faqPergunta:after{content:"";border-right:2px solid var(--verde-escuro);border-bottom:2px solid var(--verde-escuro);width:10px;height:10px;transition:transform var(--transicao);flex-shrink:0;margin-left:auto;transform:translateY(-3px)rotate(45deg)}.page-module__E0kJGG__faqItem[open] .page-module__E0kJGG__faqPergunta:after{transform:translateY(2px)rotate(-135deg)}.page-module__E0kJGG__faqResposta{color:var(--tinta-media);max-width:68ch;padding:0 20px 20px;line-height:1.68}.page-module__E0kJGG__faqItem[open] .page-module__E0kJGG__faqResposta{animation:.24s cubic-bezier(.22,1,.36,1) both page-module__E0kJGG__revelar}.page-module__E0kJGG__ctaFinal{background:var(--verde-escuro);color:#fff;padding:clamp(56px,6vw,88px) 0}.page-module__E0kJGG__ctaFinalTitulo{letter-spacing:-.03em;max-width:20ch;margin-bottom:14px;font-size:clamp(1.55rem,3.2vw,2.4rem);font-weight:800;line-height:1.16}.page-module__E0kJGG__ctaFinalSubtitulo{color:#ffffffdb;max-width:52ch;margin-bottom:28px;font-size:1.03rem;line-height:1.6}@keyframes page-module__E0kJGG__revelar{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.page-module__E0kJGG__tag,.page-module__E0kJGG__headline,.page-module__E0kJGG__subheadline,.page-module__E0kJGG__hero .page-module__E0kJGG__ctaPrimary,.page-module__E0kJGG__ctaSupport{animation:.62s cubic-bezier(.22,1,.36,1) both page-module__E0kJGG__revelar}.page-module__E0kJGG__headline{animation-delay:80ms}.page-module__E0kJGG__subheadline{animation-delay:.16s}.page-module__E0kJGG__hero .page-module__E0kJGG__ctaPrimary{animation-delay:.24s}.page-module__E0kJGG__ctaSupport{animation-delay:.32s}@supports (animation-timeline:view()){.page-module__E0kJGG__sectionTitle,.page-module__E0kJGG__body,.page-module__E0kJGG__passo,.page-module__E0kJGG__cartao,.page-module__E0kJGG__categoria,.page-module__E0kJGG__precoEtiqueta,.page-module__E0kJGG__precoNumero,.page-module__E0kJGG__precoLegenda,.page-module__E0kJGG__faqItem,.page-module__E0kJGG__ctaFinalTitulo,.page-module__E0kJGG__ctaFinalSubtitulo,.page-module__E0kJGG__ctaFinal .page-module__E0kJGG__ctaPrimaryInverso{animation:.62s cubic-bezier(.22,1,.36,1) both page-module__E0kJGG__revelar;animation-timeline:view();animation-range:entry 5% cover 20%}}@media (min-width:720px){.page-module__E0kJGG__marcaFina{display:inline}.page-module__E0kJGG__marcaFina:before{content:"· ";color:var(--linha)}.page-module__E0kJGG__ctaPrimary,.page-module__E0kJGG__ctaPrimaryInverso{width:auto;display:inline-block}.page-module__E0kJGG__passos,.page-module__E0kJGG__cartoes{grid-template-columns:repeat(3,1fr);gap:24px}.page-module__E0kJGG__categorias{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.page-module__E0kJGG__categorias{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){.page-module__E0kJGG__barra,.page-module__E0kJGG__botaoBarra,.page-module__E0kJGG__tag,.page-module__E0kJGG__headline,.page-module__E0kJGG__subheadline,.page-module__E0kJGG__ctaPrimary,.page-module__E0kJGG__ctaPrimaryInverso,.page-module__E0kJGG__ctaSupport,.page-module__E0kJGG__sectionTitle,.page-module__E0kJGG__body,.page-module__E0kJGG__passo,.page-module__E0kJGG__cartao,.page-module__E0kJGG__categoria,.page-module__E0kJGG__precoEtiqueta,.page-module__E0kJGG__precoNumero,.page-module__E0kJGG__precoLegenda,.page-module__E0kJGG__faqItem,.page-module__E0kJGG__faqPergunta,.page-module__E0kJGG__faqPergunta:after,.page-module__E0kJGG__faqResposta,.page-module__E0kJGG__faqItem[open] .page-module__E0kJGG__faqResposta,.page-module__E0kJGG__ctaFinalTitulo,.page-module__E0kJGG__ctaFinalSubtitulo{transition:none!important;animation:none!important}}
