.Header_header__KwdYD{position:fixed;top:0;left:0;width:100%;padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.Header_branding__f11b4{display:flex;align-items:center;gap:1.2rem}.Header_logo____uDV{font-family:var(--font-serif);font-size:1.8rem;line-height:1;color:var(--text-light)}.Header_logo____uDV sup{font-family:var(--font-sans);font-size:.6rem;color:var(--accent-coral);vertical-align:super;margin-left:2px}.Header_nav__tNWGY{display:flex;gap:2rem}.Header_nav__tNWGY a{text-decoration:none;color:var(--text-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;transition:color .3s}.Header_nav__tNWGY a:hover{color:var(--accent-coral)}.Header_actions__dQYHE{display:flex;align-items:center;gap:.75rem}.Header_themeToggle__n7epd{background:none;border:1px solid var(--border-color);border-radius:50px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;color:var(--text-muted);transition:border-color .2s,color .2s,box-shadow .2s;flex-shrink:0}.Header_themeToggle__n7epd:hover{border-color:var(--accent-coral);color:var(--accent-coral);box-shadow:0 0 0 2px rgba(124,58,237,.08)}.Header_langToggle__FMrsG{background:none;border:1px solid var(--border-color);border-radius:50px;padding:.4rem .9rem;display:flex;align-items:center;gap:.3rem;cursor:pointer;font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted);transition:border-color .2s,box-shadow .2s}.Header_langToggle__FMrsG:hover{border-color:var(--accent-coral);box-shadow:0 0 0 2px rgba(124,58,237,.08)}.Header_langToggle__FMrsG .Header_active__c7HdO{color:var(--accent-coral)}.Header_separator__dLpI4{opacity:.35}.Header_hamburger__zEELl{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:32px;height:32px}.Header_bar__O6T0V{display:block;width:22px;height:1.5px;background-color:var(--text-light);border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.Header_barTop__ouWEU{transform:translateY(6.5px) rotate(45deg)}.Header_barMid___h4ke{opacity:0;transform:scaleX(0)}.Header_barBot__udYYj{transform:translateY(-6.5px) rotate(-45deg)}.Header_overlay__QkI_s{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:99}.Header_mobileNav__FuzZI{display:none;position:fixed;top:0;right:0;height:100dvh;width:min(320px,80vw);background:var(--bg-secondary);flex-direction:column;padding:7rem 2.5rem 3rem;gap:0;z-index:200;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.08)}.Header_mobileNavOpen__TS0MH{transform:translateX(0)}.Header_mobileLink__uu_l_{display:block;padding:1.2rem 0;border-bottom:1px solid var(--border-color);text-decoration:none;font-family:var(--font-sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--text-light);transition:color .2s}.Header_mobileLink__uu_l_:hover{color:var(--accent-coral)}.Header_mobileLang__6xQOe{margin-top:auto;padding-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.Header_mobileLang__6xQOe .Header_themeToggle__n7epd{width:auto;padding:.4rem .9rem;font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.1em}@media (max-width:768px){.Header_header__KwdYD{padding:1.5rem}.Header_actions__dQYHE>.Header_langToggle__FMrsG,.Header_nav__tNWGY{display:none}.Header_hamburger__zEELl,.Header_mobileNav__FuzZI{display:flex}}.WorkflowSection_section__8J9QS{position:relative;height:calc(var(--steps, 5) * 60vh)}.WorkflowSection_stickyWrap___Exjv{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;padding:5rem 0 4rem}.WorkflowSection_header__mDu9H{flex-shrink:0;margin-bottom:2.5rem}.WorkflowSection_eyebrow__BdRxn{display:block;font-size:.625rem;color:#7c4ef0;text-transform:uppercase;letter-spacing:.2em;font-weight:600;margin-bottom:1.25rem}.WorkflowSection_heading__b_pHD{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.12;color:var(--text-light);margin-bottom:1.25rem}.WorkflowSection_heading__b_pHD i{color:#7c4ef0;font-style:italic}.WorkflowSection_sub___x4k9{font-size:1rem;line-height:1.7;color:var(--text-muted);max-width:520px}.WorkflowSection_grid__Qt_dd{display:grid;grid-template-columns:44% 56%;flex:1 1;min-height:0;align-items:center;position:relative}.WorkflowSection_grid__Qt_dd:before{content:"";position:absolute;left:44%;top:0;height:100%;width:1px;background:rgba(124,78,240,.25);pointer-events:none}.WorkflowSection_leftCol__k4h9_{height:100%;display:flex;align-items:center;justify-content:center}.WorkflowSection_rightCol__Rt_PM{padding-left:4rem;height:100%;display:flex;align-items:center}.WorkflowSection_panelWrap__YW8yn{position:relative;width:100%}.WorkflowSection_panel__fpULp{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(10px);transition:opacity .36s ease,transform .36s ease;pointer-events:none}.WorkflowSection_panelActive__XOOkX{position:relative;opacity:1;transform:translateY(0);pointer-events:auto}.WorkflowSection_panelNum___1_St{display:block;font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#7c4ef0;font-family:var(--font-sans);margin-bottom:1rem}.WorkflowSection_panelTitle__3pAup{font-family:var(--font-serif);font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:400;color:var(--text-light);line-height:1.15;margin-bottom:1.5rem}.WorkflowSection_panelDesc__VCPwE{font-size:1rem;line-height:1.85;color:var(--text-muted);max-width:460px;margin-bottom:1.75rem}.WorkflowSection_tags__FwFiz{display:flex;flex-wrap:wrap;gap:.5rem}.WorkflowSection_tag__sfhVy{font-size:.65625rem;font-family:var(--font-sans);font-weight:500;letter-spacing:.04em;color:#7c4ef0;background:rgba(124,78,240,.1);padding:.35rem .75rem;border-radius:20px}.WorkflowSection_mobileTrack__7d4dS{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:0 1.5rem .5rem;scroll-padding-left:1.5rem}.WorkflowSection_mobileTrack__7d4dS::-webkit-scrollbar{display:none}.WorkflowSection_mobileCard__w_wiT{flex:0 0 85%;scroll-snap-align:start;background:var(--bg-secondary);border:1px solid rgba(124,78,240,.15);border-radius:1rem;padding:2rem 1.75rem}.WorkflowSection_mobileDots__F9Pc2{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1.5rem}.WorkflowSection_dot__ped_k{width:6px;height:6px;border-radius:50%;border:none;background:rgba(124,78,240,.25);cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.WorkflowSection_dotActive__wrNOI{background:#7c4ef0;transform:scale(1.4)}@media (max-width:767px){.WorkflowSection_section__8J9QS{height:auto;padding:4rem 0;border-top:1px solid var(--border-color)}.WorkflowSection_stickyWrap___Exjv{display:none}.WorkflowSection_header__mDu9H{margin-bottom:3rem}}.Especialidades_section__YVywx{margin-bottom:6rem}.Especialidades_header__DsID2{margin-bottom:40px}.Especialidades_sectionEyebrow__cf6kR{display:block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-coral);margin-bottom:10px}.Especialidades_sectionHeading___lCFe{font-family:var(--font-sans);font-size:32px;font-weight:400;color:var(--text-light);line-height:1.15}.Especialidades_bento__rgWtM{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-gap:10px;gap:10px}.Especialidades_card__SYy9W{position:relative;border-radius:18px;padding:32px;background:var(--bg-secondary);border:1px solid rgba(124,58,237,.12);overflow:hidden;display:flex;flex-direction:column;cursor:default;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.Especialidades_card__SYy9W:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(124,58,237,.08);background:var(--card-hover-bg);border-color:rgba(124,58,237,.2)}.Especialidades_cardBody__z5UR3{position:relative;z-index:1;display:flex;flex-direction:column}.Especialidades_wide__ZUXDW{grid-column:span 2}.Especialidades_featured__ILWub{grid-row:span 2;min-height:300px;background:var(--card-featured-bg);border-color:rgba(124,58,237,.15)}.Especialidades_featured__ILWub:hover{background:var(--card-featured-hover-bg);border-color:rgba(124,58,237,.25);box-shadow:0 20px 48px rgba(124,58,237,.1)}.Especialidades_icon__ocE9T{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(124,58,237,.1);color:var(--accent-coral);margin-bottom:18px;flex-shrink:0;transition:background .22s ease}.Especialidades_card__SYy9W:hover .Especialidades_icon__ocE9T{background:rgba(124,58,237,.16)}.Especialidades_eyebrow__GKnC9{display:block;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-coral);margin-bottom:10px}.Especialidades_title__uIJwd{font-family:var(--font-sans);font-size:21px;font-weight:400;color:var(--text-light);line-height:1.3;margin-bottom:12px}.Especialidades_featured__ILWub .Especialidades_title__uIJwd{font-size:24px}.Especialidades_desc__ItClZ{font-size:14px;color:var(--text-muted);line-height:1.65;margin:0}.Especialidades_kpisRow__Ls49q{display:flex;gap:0;margin-top:20px;padding-top:20px;border-top:1px solid rgba(124,58,237,.1)}.Especialidades_kpiItem__cUbza{display:flex;flex-direction:column;gap:3px;flex:1 1;padding-right:12px}.Especialidades_kpiItem__cUbza+.Especialidades_kpiItem__cUbza{padding-left:12px;padding-right:12px;border-left:1px solid rgba(124,58,237,.1)}.Especialidades_kpiItem__cUbza:last-child{padding-right:0}.Especialidades_kpiValue__NEbYc{font-family:var(--font-sans);font-size:22px;font-weight:500;color:var(--text-light);line-height:1}.Especialidades_kpiLabel__pMMx3{font-size:11px;color:var(--text-muted);line-height:1.4}.Especialidades_toolsRow__IuTTN{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.Especialidades_toolTag__bS_9l{font-size:10px;font-family:var(--font-sans);color:rgba(124,58,237,.8);background:rgba(124,58,237,.1);border-radius:99px;padding:4px 10px;letter-spacing:.04em;white-space:nowrap}.Especialidades_cta__iFnqo{display:inline-flex;align-items:center;gap:6px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(124,58,237,.1);font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--text-light);text-decoration:none;transition:color .2s ease,gap .2s ease}.Especialidades_cta__iFnqo:hover{color:rgba(124,58,237,.85);gap:10px}.Especialidades_decorNum__vm1l7{position:absolute;bottom:16px;right:22px;font-family:var(--font-sans);font-size:56px;font-style:italic;color:rgba(124,58,237,.08);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .22s ease}.Especialidades_card__SYy9W:hover .Especialidades_decorNum__vm1l7{color:rgba(124,58,237,.15)}@media (max-width:768px){.Especialidades_bento__rgWtM{grid-template-columns:1fr}.Especialidades_featured__ILWub{grid-row:span 1;min-height:auto}.Especialidades_wide__ZUXDW{grid-column:span 1}.Especialidades_decorNum__vm1l7{font-size:40px}}.SobreMim_section__gnn7T{background:var(--bg-subtle);border-radius:16px;padding:5rem 4rem;margin-bottom:6rem}.SobreMim_top__tnYjO{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start;margin-bottom:4rem}.SobreMim_eyebrow__JRqH2{display:block;font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-coral);margin-bottom:.75rem}.SobreMim_heading__Cklf_{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.15;color:var(--text-light)}.SobreMim_heading__Cklf_ i{color:var(--accent-coral);font-style:italic}.SobreMim_sub__Plnv_{font-size:.95rem;line-height:1.8;color:var(--text-muted);padding-top:.5rem}.SobreMim_timeline__I8AWW{margin-bottom:3.5rem}.SobreMim_timelineTrack__GHTy2{display:grid;grid-template-columns:repeat(3,1fr);position:relative;margin-bottom:1.5rem}.SobreMim_timelineTrack__GHTy2:before{content:"";position:absolute;top:50%;left:calc(100% / 6);right:calc(100% / 6);height:1px;background:var(--border-color);transform:translateY(-50%);z-index:0}.SobreMim_dot__Wbyev{width:14px;height:14px;border-radius:50%;background:var(--accent-coral);border:3px solid var(--bg-subtle);outline:1.5px solid var(--accent-coral);margin:0 auto;position:relative;z-index:1}.SobreMim_timelineSteps__SC3IH{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.SobreMim_step__aIpCl{display:flex;flex-direction:column;gap:.6rem}.SobreMim_stepNum__JRXmV{font-family:var(--font-sans);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-coral);font-weight:600}.SobreMim_stepTitle__2kj50{font-family:var(--font-sans);font-size:1.05rem;font-weight:600;color:var(--text-light);line-height:1.3}.SobreMim_stepDesc__tGadD{font-size:.85rem;line-height:1.7;color:var(--text-muted)}.SobreMim_stepDesc__tGadD strong{color:var(--text-light);font-weight:600}.SobreMim_features__WRKZd{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.SobreMim_featureCard__lJk_n{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:10px;padding:1.1rem 1.4rem;display:flex;align-items:center;gap:1rem}.SobreMim_featureIcon__N2YHq{color:var(--accent-coral);flex-shrink:0;display:flex}.SobreMim_featureTitle___61aq{font-size:.8rem;font-weight:600;color:var(--text-light);margin-bottom:.15rem}.SobreMim_featureSub__BRAyD{font-size:.75rem;color:var(--text-muted);line-height:1.4}@media (max-width:900px){.SobreMim_top__tnYjO{grid-template-columns:1fr;gap:1.5rem}.SobreMim_timelineTrack__GHTy2{display:none}.SobreMim_timelineSteps__SC3IH{grid-template-columns:1fr;gap:0}.SobreMim_step__aIpCl{position:relative;padding-left:2.25rem;padding-bottom:2.5rem}.SobreMim_step__aIpCl:last-child{padding-bottom:0}.SobreMim_step__aIpCl:before{content:"";position:absolute;left:-4px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--accent-coral);border:3px solid var(--bg-subtle);outline:1.5px solid var(--accent-coral);z-index:1}.SobreMim_step__aIpCl:after{content:"";position:absolute;left:5px;top:16px;bottom:0;width:1px;background:var(--border-color)}.SobreMim_step__aIpCl:last-child:after{display:none}.SobreMim_features__WRKZd{grid-template-columns:1fr 1fr}}@media (max-width:600px){.SobreMim_section__gnn7T{padding:3rem 1.5rem}.SobreMim_features__WRKZd{grid-template-columns:1fr}}.Marcas_section__PlecV{margin-bottom:6rem}.Marcas_header__g5gHd{margin-bottom:2.5rem}.Marcas_heading__WW4OQ{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;color:var(--text-light);line-height:1.15;margin-bottom:.6rem}.Marcas_sub__08w6a{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.Marcas_grid__A3BKg{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden;background:var(--bg-secondary)}.Marcas_cell__gVG_I{display:flex;align-items:center;justify-content:center;padding:2.2rem 2rem;border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);transition:background .2s ease;min-height:100px}.Marcas_cell__gVG_I:nth-child(4n){border-right:none}.Marcas_cell__gVG_I:nth-last-child(-n+4){border-bottom:none}.Marcas_cell__gVG_I:hover{background:var(--card-featured-bg)}.Marcas_logo__BkmsH{width:100%;max-width:150px;height:90px;object-fit:contain;opacity:.55;filter:grayscale(1);transition:opacity .25s ease,filter .25s ease}.Marcas_cell__gVG_I:hover .Marcas_logo__BkmsH{opacity:1;filter:grayscale(0)}@media (max-width:768px){.Marcas_grid__A3BKg{grid-template-columns:repeat(2,1fr);border-radius:12px}.Marcas_cell__gVG_I:nth-child(4n){border-right:1px solid var(--border-subtle)}.Marcas_cell__gVG_I:nth-child(2n){border-right:none}.Marcas_cell__gVG_I:nth-last-child(-n+4){border-bottom:1px solid var(--border-subtle)}.Marcas_cell__gVG_I:nth-last-child(-n+2){border-bottom:none}.Marcas_cell__gVG_I{padding:1.8rem 1.5rem;min-height:80px}}.CrystalTower_towerBody__pj6j8{will-change:transform;animation:CrystalTower_ctFloat__QCGFP 4.5s ease-in-out infinite}@keyframes CrystalTower_ctFloat__QCGFP{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.CrystalTower_dustCloud__GFm85{transform-box:fill-box;transform-origin:center;animation:CrystalTower_ctDust__iyTJp 4.5s ease-in-out infinite}@keyframes CrystalTower_ctDust__iyTJp{0%,to{transform:scaleX(1);opacity:1}50%{transform:scaleX(.65);opacity:.35}}.CrystalTower_glowRing___LE_s{transform-box:fill-box;transform-origin:center;animation:CrystalTower_ctGlow__MppMA 3s ease-in-out infinite}@keyframes CrystalTower_ctGlow__MppMA{0%,to{transform:scale(.88);opacity:.45}50%{transform:scale(1.28);opacity:1}}.CrystalTower_particle__OFN9J{animation:CrystalTower_ctParticle__1c0uw ease-in-out infinite}.CrystalTower_p1__BT2eQ{animation-duration:5s;animation-delay:0s}.CrystalTower_p2__34wzG{animation-duration:6s;animation-delay:-1.2s}.CrystalTower_p3__gamzN{animation-duration:4.5s;animation-delay:-2.5s}.CrystalTower_p4__UQtFl{animation-duration:7s;animation-delay:-3.8s}.CrystalTower_p5__YAyUD{animation-duration:5.5s;animation-delay:-.7s}@keyframes CrystalTower_ctParticle__1c0uw{0%,to{opacity:.15}50%{opacity:.9}}.page_main__nw1Wk{max-width:1200px;margin:0 auto;padding:12rem 3rem 8rem}.page_hero__7KFOs{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:6rem}.page_heroContent__dzLob{display:flex;flex-direction:column}.page_heroVisual__b_sym{display:flex;align-items:center;justify-content:center}.page_crystalTower__1BqzN{width:100%;max-width:420px;height:auto}.page_label__jI4Tf{font-size:.75rem;color:var(--accent-coral);text-transform:uppercase;letter-spacing:.2em;font-weight:600;margin-bottom:2rem;display:block}.page_heading__eEOyF{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.12;font-weight:400;margin-bottom:2.5rem;color:var(--text-light)}.page_heading__eEOyF i{color:var(--accent-coral);font-style:italic}.page_bioSection__0p9KV{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.page_bioSection__0p9KV p{font-size:1rem;line-height:1.8;color:var(--text-muted)}.page_ctaContainer__Oo_f_{display:flex;gap:1rem;flex-wrap:wrap}.page_btnPill__mb7_5{background-color:var(--accent-coral);border:none;border-radius:50px;padding:1rem 1.8rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:#fff;text-decoration:none;transition:transform .2s ease,background-color .2s ease;font-family:var(--font-sans)}.page_btnPill__mb7_5:hover{transform:translateY(-2px);background-color:var(--text-light);color:var(--bg-primary)}.page_dot__aVcaO{width:7px;height:7px;background-color:#fff;border-radius:50%;flex-shrink:0}.page_btnSecondary__s2OE4{background:transparent;border:1.5px solid var(--text-light);color:var(--text-light)}.page_btnSecondary__s2OE4:hover{background:var(--text-light);color:var(--bg-primary);transform:translateY(-2px)}.page_dotAccent__6y5Lg{background-color:var(--accent-coral)}.page_footer__F3MD0{border-top:var(--border-style);padding:2rem 3rem}.page_footerInner__5TPTB{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.page_footerBrand__LFSWn{display:flex;align-items:center;gap:.75rem}.page_footerName__WDuD0{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;line-height:1;color:var(--text-light)}.page_footerName__WDuD0 sup{font-size:.55rem;color:var(--accent-coral);text-transform:uppercase;letter-spacing:.1em;margin-left:1px}.page_footerCopy__1MvSI{letter-spacing:.02em}.page_footerCopy__1MvSI,.page_footerLinkedIn__t1WGr{font-family:var(--font-sans);font-size:.75rem;color:var(--text-muted)}.page_footerLinkedIn__t1WGr{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;text-decoration:none;transition:color .2s ease}.page_footerLinkedIn__t1WGr:hover{color:var(--accent-coral)}@media (max-width:768px){.page_footerInner__5TPTB{flex-direction:column;text-align:center;gap:1.25rem}.page_main__nw1Wk{padding:5rem 1.5rem 6rem}.page_hero__7KFOs{grid-template-columns:1fr}.page_heroVisual__b_sym{display:none}.page_ctaContainer__Oo_f_{flex-direction:column;align-items:center}.page_btnPill__mb7_5{width:100%;max-width:300px}}