.Navbar-module-scss-module__uZSb2G__wrapper{z-index:100;width:100%;padding:0 1rem;position:fixed;top:0;left:0}.Navbar-module-scss-module__uZSb2G__container{--nav-blur:blur(12px) saturate(140%);background:hsl(var(--background-hsl)/.45);-webkit-backdrop-filter:var(--nav-blur);border:1px solid #0000;border-radius:16px;margin-top:.5rem;transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,margin-top .35s,box-shadow .35s}.Navbar-module-scss-module__uZSb2G__containerScrolled{--nav-blur:blur(22px) saturate(150%);background:hsl(var(--background-hsl)/.72);border-color:hsl(var(--border-hsl)/.35);box-shadow:0 10px 30px #00000080,0 1px 3px hsl(var(--primary-hsl)/.05);margin-top:.25rem}.Navbar-module-scss-module__uZSb2G__content{justify-content:space-between;align-items:center;height:72px;padding:.75rem 1.5rem;display:flex}.Navbar-module-scss-module__uZSb2G__logo{display:block}.Navbar-module-scss-module__uZSb2G__logo img{filter:drop-shadow(0 1px 6px #00000059);height:24px}.Navbar-module-scss-module__uZSb2G__menu{align-items:center;gap:2rem;list-style:none;display:none}@media (min-width:64rem){.Navbar-module-scss-module__uZSb2G__menu{display:flex}}.Navbar-module-scss-module__uZSb2G__menuLink{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9375rem;font-weight:500;transition:color .15s;position:relative}.Navbar-module-scss-module__uZSb2G__menuLink:after{content:"";background-color:var(--primary);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-2px;left:0}.Navbar-module-scss-module__uZSb2G__menuLink:hover{color:var(--foreground)}.Navbar-module-scss-module__uZSb2G__menuLink:hover:after{width:100%}.Navbar-module-scss-module__uZSb2G__menuLink.Navbar-module-scss-module__uZSb2G__active{color:var(--primary)}.Navbar-module-scss-module__uZSb2G__menuLink.Navbar-module-scss-module__uZSb2G__active:after{width:100%}.Navbar-module-scss-module__uZSb2G__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module-scss-module__uZSb2G__btnCliente{color:#fff9;white-space:nowrap;background:0 0;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:.375rem;height:36px;padding:0 .875rem;font-size:.8125rem;font-weight:500;transition:color .2s,border-color .2s,background .2s;display:none}.Navbar-module-scss-module__uZSb2G__btnCliente:hover{color:#fff;background:#ffffff0d;border-color:#ffffff47}@media (min-width:40rem){.Navbar-module-scss-module__uZSb2G__btnCliente{display:inline-flex}}.Navbar-module-scss-module__uZSb2G__btnPrimary{background-color:var(--primary);color:var(--primary-foreground);cursor:pointer;white-space:nowrap;height:40px;box-shadow:0 4px 14px hsl(var(--primary-hsl)/.25);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition:filter .15s,opacity .15s,transform .1s;display:inline-flex}.Navbar-module-scss-module__uZSb2G__btnPrimary:hover{filter:brightness(1.1);opacity:.95;transform:translateY(-1px)}.Navbar-module-scss-module__uZSb2G__btnPrimary:active{transform:translateY(0)}.Navbar-module-scss-module__uZSb2G__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:20px;height:14px;display:inline-flex}.Navbar-module-scss-module__uZSb2G__burger span{background-color:var(--foreground);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.Navbar-module-scss-module__uZSb2G__burger.Navbar-module-scss-module__uZSb2G__burgerOpen span:first-child{transform:translateY(6px)rotate(45deg)}.Navbar-module-scss-module__uZSb2G__burger.Navbar-module-scss-module__uZSb2G__burgerOpen span:nth-child(2){opacity:0}.Navbar-module-scss-module__uZSb2G__burger.Navbar-module-scss-module__uZSb2G__burgerOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (min-width:64rem){.Navbar-module-scss-module__uZSb2G__burger{display:none}}.Navbar-module-scss-module__uZSb2G__mobilePanel{border-top:1px solid var(--border);background:hsl(var(--background-hsl)/.85);-webkit-backdrop-filter:blur(22px)saturate(150%);border-radius:0 0 16px 16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:none;box-shadow:0 15px 30px #0006}.Navbar-module-scss-module__uZSb2G__mobilePanel.Navbar-module-scss-module__uZSb2G__mobilePanelOpen{display:flex}.Navbar-module-scss-module__uZSb2G__mobileLinkBtn{color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff08;padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .15s}.Navbar-module-scss-module__uZSb2G__mobileClienteLink{color:#ffffff8c;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;transition:color .15s;display:flex}.Navbar-module-scss-module__uZSb2G__mobileClienteLink:hover{color:#ffffffd9}.Navbar-module-scss-module__uZSb2G__mobilePrimaryBtn{background-color:var(--primary);width:100%;color:var(--primary-foreground);cursor:pointer;height:44px;box-shadow:0 4px 14px hsl(var(--primary-hsl)/.25);border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:.5rem;padding:0 1rem;font-size:.9375rem;font-weight:500;transition:filter .15s;display:inline-flex}.Navbar-module-scss-module__uZSb2G__mobilePrimaryBtn:hover{filter:brightness(1.1)}
.Footer-module-scss-module__mTn3Ma__footer{background-color:var(--background);border-top:1px solid var(--border);background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:56px 56px;padding-top:3rem;padding-bottom:2.5rem}.Footer-module-scss-module__mTn3Ma__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:40rem){.Footer-module-scss-module__mTn3Ma__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.Footer-module-scss-module__mTn3Ma__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module-scss-module__mTn3Ma__brand img{width:auto;height:24px}.Footer-module-scss-module__mTn3Ma__brandText{color:var(--muted-foreground);margin-top:1rem;font-size:.875rem;line-height:1.5}.Footer-module-scss-module__mTn3Ma__brandSubtext{color:var(--muted-foreground);opacity:.7;margin-top:.75rem;font-size:.75rem;line-height:1.5}.Footer-module-scss-module__mTn3Ma__navTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.Footer-module-scss-module__mTn3Ma__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module-scss-module__mTn3Ma__linkItem{color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .15s}.Footer-module-scss-module__mTn3Ma__linkItem:hover{color:var(--foreground)}.Footer-module-scss-module__mTn3Ma__socialLink{color:var(--muted-foreground);align-items:center;gap:.625rem;font-size:.875rem;transition:color .15s;display:inline-flex}.Footer-module-scss-module__mTn3Ma__socialLink:hover{color:var(--foreground)}.Footer-module-scss-module__mTn3Ma__socialLink:hover .Footer-module-scss-module__mTn3Ma__socialLinkIcon{color:var(--primary)}.Footer-module-scss-module__mTn3Ma__socialLinkIcon{color:var(--muted-foreground);justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.Footer-module-scss-module__mTn3Ma__copyright{color:var(--muted-foreground);opacity:.7;margin-top:1.25rem;font-size:.75rem;line-height:1.5}
.CTASection-module-scss-module__YokaoG__section{text-align:center;border-top:1px solid #0b16281a;padding-top:4rem;padding-bottom:5rem;overflow:hidden}@media (min-width:48rem){.CTASection-module-scss-module__YokaoG__section{padding-top:6rem;padding-bottom:8rem}}.CTASection-module-scss-module__YokaoG__badge{color:#fff;letter-spacing:.12em;text-transform:uppercase;opacity:0;background:#0b1628;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.6875rem;font-weight:700;transition:opacity .65s,transform .65s;display:inline-flex;transform:translateY(28px)}.CTASection-module-scss-module__YokaoG__badge.CTASection-module-scss-module__YokaoG__isVisible{opacity:1;transform:translateY(0)}.CTASection-module-scss-module__YokaoG__badgeDot{background-color:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.CTASection-module-scss-module__YokaoG__title{color:#0b1628;opacity:0;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.15;transition:opacity .65s 70ms,transform .65s 70ms;transform:translateY(28px)}.CTASection-module-scss-module__YokaoG__title.CTASection-module-scss-module__YokaoG__isVisible{opacity:1;transform:translateY(0)}.CTASection-module-scss-module__YokaoG__title span{color:#139cae}.CTASection-module-scss-module__YokaoG__desc{color:#3a5070;opacity:0;max-width:36rem;margin:0 auto;font-size:1.125rem;line-height:1.6;transition:opacity .65s .14s,transform .65s .14s;transform:translateY(28px)}.CTASection-module-scss-module__YokaoG__desc.CTASection-module-scss-module__YokaoG__isVisible{opacity:1;transform:translateY(0)}.CTASection-module-scss-module__YokaoG__formCard{text-align:left;opacity:0;background:#fff;border:1px solid #0b162814;border-radius:20px;max-width:56rem;margin-top:3rem;margin-left:auto;margin-right:auto;padding:1.25rem;transition:opacity .65s .21s,transform .65s .21s;transform:translateY(28px);box-shadow:0 4px 32px #0b162814}@media (min-width:40rem){.CTASection-module-scss-module__YokaoG__formCard{padding:2rem}}@media (min-width:48rem){.CTASection-module-scss-module__YokaoG__formCard{padding:2.5rem}}.CTASection-module-scss-module__YokaoG__formCard.CTASection-module-scss-module__YokaoG__isVisible{opacity:1;transform:translateY(0)}.CTASection-module-scss-module__YokaoG__formGrid{grid-template-columns:1fr;gap:0 2.5rem;display:grid}@media (min-width:40rem){.CTASection-module-scss-module__YokaoG__formGrid{grid-template-columns:repeat(2,1fr)}}.CTASection-module-scss-module__YokaoG__formGroup{margin-bottom:1.5rem}.CTASection-module-scss-module__YokaoG__label{color:#1c2e44;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;display:block}.CTASection-module-scss-module__YokaoG__required{color:#1294a5}.CTASection-module-scss-module__YokaoG__input{color:#0b1628;-webkit-appearance:none;appearance:none;background:0 0;border:none;border-bottom:1px solid #0b16282e;border-radius:0;outline:none;width:100%;height:40px;padding:.25rem 0;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.CTASection-module-scss-module__YokaoG__input::placeholder{color:#0b162852}.CTASection-module-scss-module__YokaoG__input:focus{border-bottom-color:#139cae}.CTASection-module-scss-module__YokaoG__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B1628' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .25rem center;background-repeat:no-repeat;padding-right:1.5rem}.CTASection-module-scss-module__YokaoG__select option{color:#0b1628;background:#fff}.CTASection-module-scss-module__YokaoG__textarea{resize:none;height:90px;padding-top:.5rem}.CTASection-module-scss-module__YokaoG__checkRow{align-items:flex-start;gap:.75rem;margin-top:.5rem;display:flex}.CTASection-module-scss-module__YokaoG__checkRow input[type=checkbox]{accent-color:#1294a5;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:.15rem}.CTASection-module-scss-module__YokaoG__checkRow label{color:#4a6080;cursor:pointer;font-size:.8125rem;line-height:1.55}.CTASection-module-scss-module__YokaoG__checkRow label a{color:#118c9c;text-underline-offset:2px;text-decoration:underline}.CTASection-module-scss-module__YokaoG__footerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:39.999rem){.CTASection-module-scss-module__YokaoG__footerRow{flex-direction:column;align-items:stretch}}.CTASection-module-scss-module__YokaoG__contactInfo{color:#6b849e;font-size:.8125rem}.CTASection-module-scss-module__YokaoG__errorMsg{color:#e53e3e;margin-bottom:.75rem;font-size:.875rem}.CTASection-module-scss-module__YokaoG__submitBtn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#0b1628;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;height:44px;padding:0 2rem;font-size:.9375rem;font-weight:500;transition:background-color .15s,transform .1s;display:inline-flex}@media (max-width:39.999rem){.CTASection-module-scss-module__YokaoG__submitBtn{width:100%}}.CTASection-module-scss-module__YokaoG__submitBtn:hover{background-color:#162438;transform:translateY(-1px)}.CTASection-module-scss-module__YokaoG__submitBtn:active{transform:translateY(0)}.CTASection-module-scss-module__YokaoG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.CTASection-module-scss-module__YokaoG__spinner{width:18px;height:18px;animation:1s linear infinite CTASection-module-scss-module__YokaoG__spin}@keyframes CTASection-module-scss-module__YokaoG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.HeroSection-module-scss-module__MLkS8a__section{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:56px 56px;padding-top:5.5rem;padding-bottom:4rem;position:relative;overflow:hidden}@media (min-width:40rem){.HeroSection-module-scss-module__MLkS8a__section{padding-top:7rem;padding-bottom:5rem}}@media (min-width:48rem){.HeroSection-module-scss-module__MLkS8a__section{padding-top:8rem;padding-bottom:5rem}}@media (min-width:64rem){.HeroSection-module-scss-module__MLkS8a__section{padding-top:7rem;padding-bottom:4.5rem}}@media (min-width:80rem){.HeroSection-module-scss-module__MLkS8a__section{padding-top:8rem;padding-bottom:5rem}}.HeroSection-module-scss-module__MLkS8a__radialGlow{pointer-events:none;z-index:-10;background-image:radial-gradient(ellipse at center, hsl(var(--primary-hsl)/.12) 0%, hsl(var(--primary-hsl)/.04) 40%, transparent 70%);width:800px;height:600px;animation:4s ease-in-out infinite HeroSection-module-scss-module__MLkS8a__glowPulse;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}@keyframes HeroSection-module-scss-module__MLkS8a__glowPulse{0%,to{opacity:.7}50%{opacity:1}}.HeroSection-module-scss-module__MLkS8a__heroRow{flex-direction:column;align-items:center;display:flex}.HeroSection-module-scss-module__MLkS8a__heroText{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.HeroSection-module-scss-module__MLkS8a__badge{border:1px solid var(--border);color:var(--muted-foreground);background-color:hsl(var(--muted-hsl)/.2);cursor:pointer;opacity:0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.875rem;transition:all .2s;animation:.7s .1s forwards HeroSection-module-scss-module__MLkS8a__heroFadeUp;display:inline-flex}.HeroSection-module-scss-module__MLkS8a__badge span{color:var(--primary);font-weight:700}.HeroSection-module-scss-module__MLkS8a__badge:hover{border-color:hsl(var(--primary-hsl)/.4);color:var(--foreground);background-color:hsl(var(--muted-hsl)/.4)}@keyframes HeroSection-module-scss-module__MLkS8a__heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module-scss-module__MLkS8a__title{letter-spacing:-.03em;max-width:48rem;color:var(--foreground);text-wrap:balance;opacity:0;margin:.75rem auto 0;font-size:2.25rem;font-weight:500;line-height:1.15;animation:.7s .25s forwards HeroSection-module-scss-module__MLkS8a__heroFadeUp}.HeroSection-module-scss-module__MLkS8a__title span{color:var(--primary);text-shadow:0 0 40px hsl(var(--primary-hsl)/.15)}@media (min-width:40rem){.HeroSection-module-scss-module__MLkS8a__title{font-size:2.75rem}}@media (min-width:48rem){.HeroSection-module-scss-module__MLkS8a__title{font-size:3rem}}@media (min-width:64rem){.HeroSection-module-scss-module__MLkS8a__title{font-size:3rem}}@media (min-width:80rem){.HeroSection-module-scss-module__MLkS8a__title{font-size:3.25rem}}@media (min-width:90rem){.HeroSection-module-scss-module__MLkS8a__title{font-size:3.5rem}}.HeroSection-module-scss-module__MLkS8a__subtitle{max-width:42rem;color:var(--muted-foreground);opacity:0;margin-top:1.25rem;margin-left:auto;margin-right:auto;font-size:1.0625rem;line-height:1.6;animation:.7s .4s forwards HeroSection-module-scss-module__MLkS8a__heroFadeUp}@media (min-width:80rem){.HeroSection-module-scss-module__MLkS8a__subtitle{max-width:44rem;font-size:1.125rem}}.HeroSection-module-scss-module__MLkS8a__ctas{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:2rem;animation:.7s .55s forwards HeroSection-module-scss-module__MLkS8a__heroFadeUp;display:flex}@media (min-width:40rem){.HeroSection-module-scss-module__MLkS8a__ctas{flex-direction:row;gap:1.25rem;width:auto}}.HeroSection-module-scss-module__MLkS8a__btnPrimary{background-color:var(--primary);color:var(--primary-foreground);cursor:pointer;white-space:nowrap;width:100%;height:48px;box-shadow:0 4px 14px hsl(var(--primary-hsl)/.25);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;font-size:1rem;font-weight:500;transition:filter .15s,opacity .15s,transform .1s;display:inline-flex}@media (min-width:40rem){.HeroSection-module-scss-module__MLkS8a__btnPrimary{width:auto;height:44px}}.HeroSection-module-scss-module__MLkS8a__btnPrimary:hover{filter:brightness(1.1);opacity:.95;transform:translateY(-1px)}.HeroSection-module-scss-module__MLkS8a__btnPrimary:active{transform:translateY(0)}.HeroSection-module-scss-module__MLkS8a__btnGhost{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:1rem;font-weight:500;transition:background-color .15s;display:inline-flex}.HeroSection-module-scss-module__MLkS8a__btnGhost span{color:var(--primary)}.HeroSection-module-scss-module__MLkS8a__btnGhost:hover{background-color:hsl(var(--muted-hsl)/.4)}.HeroSection-module-scss-module__MLkS8a__partners{opacity:0;flex-direction:column;align-items:center;gap:.875rem;margin-top:2.75rem;animation:.7s .7s forwards HeroSection-module-scss-module__MLkS8a__heroFadeUp;display:flex}.HeroSection-module-scss-module__MLkS8a__partnersLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.HeroSection-module-scss-module__MLkS8a__partnersLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.HeroSection-module-scss-module__MLkS8a__partnerChip{background:#fff;border-radius:14px;justify-content:center;align-items:center;height:84px;padding:1rem 1.5rem;display:inline-flex;box-shadow:0 4px 18px #0003}.HeroSection-module-scss-module__MLkS8a__partnerChip img{width:auto;height:56px;display:block}
.AboutSection-module-scss-module__BjCpcq__section{}.AboutSection-module-scss-module__BjCpcq__grid{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:48rem){.AboutSection-module-scss-module__BjCpcq__grid{grid-template-columns:1fr 1fr}}@media (min-width:64rem){.AboutSection-module-scss-module__BjCpcq__grid{grid-template-columns:1.1fr .9fr;gap:5rem}}.AboutSection-module-scss-module__BjCpcq__sectionTag{color:#187d8b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:inline-block}.AboutSection-module-scss-module__BjCpcq__titleWrapper{margin-bottom:2rem}.AboutSection-module-scss-module__BjCpcq__titleWrapper h2{color:#0b1628;margin-top:.5rem}.AboutSection-module-scss-module__BjCpcq__aboutText{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.AboutSection-module-scss-module__BjCpcq__aboutText.AboutSection-module-scss-module__BjCpcq__isVisible{opacity:1;transform:translateY(0)}.AboutSection-module-scss-module__BjCpcq__paragraph{color:#3a5070;font-size:1.125rem;line-height:1.55}.AboutSection-module-scss-module__BjCpcq__paragraph+.AboutSection-module-scss-module__BjCpcq__paragraph{margin-top:1.25rem}.AboutSection-module-scss-module__BjCpcq__paragraph strong{color:#0b1628}.AboutSection-module-scss-module__BjCpcq__statsTitle{color:#0b1628;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.AboutSection-module-scss-module__BjCpcq__statsTitle span{color:#1791a1}.AboutSection-module-scss-module__BjCpcq__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.AboutSection-module-scss-module__BjCpcq__statCard{text-align:center;opacity:0;background:#fff;border:1px solid #0b162817;border-radius:16px;padding:1.5rem;transition:opacity .65s,transform .65s,border-color .3s;transform:translateY(28px);box-shadow:0 2px 16px #0b162812}.AboutSection-module-scss-module__BjCpcq__statCard.AboutSection-module-scss-module__BjCpcq__isVisible{opacity:1;transform:translateY(0)}.AboutSection-module-scss-module__BjCpcq__statCard.AboutSection-module-scss-module__BjCpcq__isVisible .AboutSection-module-scss-module__BjCpcq__statValue{animation:.55s cubic-bezier(.34,1.56,.64,1) forwards AboutSection-module-scss-module__BjCpcq__statPop}.AboutSection-module-scss-module__BjCpcq__statCard:hover{border-color:#00c6e066;transform:translateY(-3px)}.AboutSection-module-scss-module__BjCpcq__statCard:first-child{transition-delay:50ms}.AboutSection-module-scss-module__BjCpcq__statCard:first-child .AboutSection-module-scss-module__BjCpcq__statValue{animation-delay:0s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(2){transition-delay:.12s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(2) .AboutSection-module-scss-module__BjCpcq__statValue{animation-delay:.12s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(3){transition-delay:.19s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(3) .AboutSection-module-scss-module__BjCpcq__statValue{animation-delay:.24s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(4){transition-delay:.26s}.AboutSection-module-scss-module__BjCpcq__statCard:nth-child(4) .AboutSection-module-scss-module__BjCpcq__statValue{animation-delay:.36s}@keyframes AboutSection-module-scss-module__BjCpcq__statPop{0%{opacity:0;transform:scale(.75)}70%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.AboutSection-module-scss-module__BjCpcq__statValue{color:#118c9c;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}@media (min-width:64rem){.AboutSection-module-scss-module__BjCpcq__statValue{font-size:2.75rem}}.AboutSection-module-scss-module__BjCpcq__statLabel{color:#4a6080;font-size:.8125rem;line-height:1.3}.AboutSection-module-scss-module__BjCpcq__statsNote{color:#6b849e;opacity:.7;margin-top:1rem;font-size:.75rem;font-style:italic}
.WhatWeDoSection-module-scss-module__OPez6q__head{text-align:center;max-width:46rem;margin:0 auto 3rem}.WhatWeDoSection-module-scss-module__OPez6q__tag{letter-spacing:.08em;text-transform:uppercase;color:#187d8b;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.WhatWeDoSection-module-scss-module__OPez6q__sub{margin-top:1rem;font-size:1rem;line-height:1.6}.WhatWeDoSection-module-scss-module__OPez6q__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:40rem){.WhatWeDoSection-module-scss-module__OPez6q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.WhatWeDoSection-module-scss-module__OPez6q__grid{grid-template-columns:repeat(3,1fr)}}.WhatWeDoSection-module-scss-module__OPez6q__card{background:#fff;border:1px solid #0b162814;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.WhatWeDoSection-module-scss-module__OPez6q__card:hover{border-color:#14a5b866;transform:translateY(-3px);box-shadow:0 12px 28px #0b162814}.WhatWeDoSection-module-scss-module__OPez6q__cardTitle{color:#0b1628;font-size:1.0625rem;font-weight:600}.WhatWeDoSection-module-scss-module__OPez6q__cardDesc{color:#3a5070;flex:1;font-size:.9rem;line-height:1.6}.WhatWeDoSection-module-scss-module__OPez6q__tags{flex-wrap:wrap;gap:.5rem;display:flex}.WhatWeDoSection-module-scss-module__OPez6q__pill{color:#156e79;background:#14a5b81a;border-radius:9999px;padding:.2rem .6rem;font-size:.6875rem;font-weight:600}.WhatWeDoSection-module-scss-module__OPez6q__sectors{text-align:center;border-top:1px solid #0b16281a;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.WhatWeDoSection-module-scss-module__OPez6q__sectorsLabel{text-transform:uppercase;letter-spacing:.08em;color:#187d8b;font-size:.75rem;font-weight:700}.WhatWeDoSection-module-scss-module__OPez6q__sectorList{flex-wrap:wrap;justify-content:center;gap:.625rem;display:flex}.WhatWeDoSection-module-scss-module__OPez6q__sectorPill{color:#3a5070;background:#fff;border:1px solid #0b16281a;border-radius:9999px;padding:.4rem 1rem;font-size:.875rem}
.ProcessSection-module-scss-module__FLqhMG__section{padding-top:3rem;padding-bottom:4rem;position:relative}@media (min-width:48rem){.ProcessSection-module-scss-module__FLqhMG__section{padding-top:5rem;padding-bottom:8rem}}.ProcessSection-module-scss-module__FLqhMG__titleWrapper{text-align:center;margin-bottom:3.5rem}.ProcessSection-module-scss-module__FLqhMG__sectionTag{color:#187d8b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:inline-block}.ProcessSection-module-scss-module__FLqhMG__flow{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid;position:relative}@media (min-width:48rem){.ProcessSection-module-scss-module__FLqhMG__flow{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.ProcessSection-module-scss-module__FLqhMG__flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:0}}.ProcessSection-module-scss-module__FLqhMG__step{text-align:center;opacity:0;flex-direction:column;align-items:center;gap:1rem;transition:opacity .55s,transform .55s;display:flex;transform:translateY(20px)scale(.97)}.ProcessSection-module-scss-module__FLqhMG__step.ProcessSection-module-scss-module__FLqhMG__isVisible{opacity:1;transform:translateY(0)scale(1)}.ProcessSection-module-scss-module__FLqhMG__stepNumber{color:#108493;letter-spacing:.05em;background-color:#00b4cc1a;border:1px solid #00b4cc4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:.8125rem;font-weight:700;display:flex}.ProcessSection-module-scss-module__FLqhMG__stepTitle{color:#0b1628;margin-bottom:.375rem;font-size:1.125rem;font-weight:600}.ProcessSection-module-scss-module__FLqhMG__stepDesc{color:#3a5070;font-size:.9375rem}.ProcessSection-module-scss-module__FLqhMG__connector{align-items:center;gap:0;width:4rem;min-width:2.5rem;padding-top:28px;display:none}@media (min-width:64rem){.ProcessSection-module-scss-module__FLqhMG__connector{display:flex}}.ProcessSection-module-scss-module__FLqhMG__connectorLine{background:#0b16281a;border-radius:9999px;flex:1;height:2px;position:relative;overflow:hidden}.ProcessSection-module-scss-module__FLqhMG__connectorFill{transform-origin:0;background:linear-gradient(90deg,#1294a5,#17bdd3);border-radius:9999px;transition:transform .12s ease-out;position:absolute;inset:0}.ProcessSection-module-scss-module__FLqhMG__connectorTip{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid #14a5b8;flex-shrink:0;width:0;height:0;margin-left:1px;transition:opacity .25s,transform .25s}
.TestimonialsSection-module-scss-module___HzFsq__section{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:56px 56px;padding-top:3rem;padding-bottom:4rem;position:relative;overflow:hidden}@media (min-width:48rem){.TestimonialsSection-module-scss-module___HzFsq__section{padding-top:5rem;padding-bottom:8rem}}.TestimonialsSection-module-scss-module___HzFsq__arc{pointer-events:none;z-index:0;border:1px solid #00c9e00a;border-radius:50%;width:70rem;height:70rem;position:absolute;top:-24rem;right:-24rem}.TestimonialsSection-module-scss-module___HzFsq__innerWrapper{z-index:1;position:relative}.TestimonialsSection-module-scss-module___HzFsq__titleWrapper{text-align:center;margin-bottom:3.5rem}.TestimonialsSection-module-scss-module___HzFsq__sectionTag{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:inline-block}.TestimonialsSection-module-scss-module___HzFsq__googleBadge{background:var(--card);border:1px solid var(--border);color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 1.125rem;font-size:.9375rem;display:inline-flex}.TestimonialsSection-module-scss-module___HzFsq__googleBadge strong{color:var(--foreground);font-weight:600}.TestimonialsSection-module-scss-module___HzFsq__googleG{flex-shrink:0}.TestimonialsSection-module-scss-module___HzFsq__grid{grid-template-columns:1fr;gap:1.25rem;margin-top:3rem;display:grid}@media (min-width:40rem){.TestimonialsSection-module-scss-module___HzFsq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.TestimonialsSection-module-scss-module___HzFsq__grid{grid-template-columns:repeat(3,1fr)}}.TestimonialsSection-module-scss-module___HzFsq__card{background-color:var(--card);border:1px solid var(--border);opacity:0;border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem;transition:border-color .25s,transform .25s;animation:.6s forwards TestimonialsSection-module-scss-module___HzFsq__testFadeUp;display:flex}.TestimonialsSection-module-scss-module___HzFsq__card:hover{border-color:hsl(var(--primary-hsl)/.4);transform:translateY(-4px)}@keyframes TestimonialsSection-module-scss-module___HzFsq__testFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TestimonialsSection-module-scss-module___HzFsq__stars{color:#fbbf24;gap:.2rem;display:flex}.TestimonialsSection-module-scss-module___HzFsq__quote{color:var(--foreground);flex:1;font-size:.9375rem;line-height:1.65}.TestimonialsSection-module-scss-module___HzFsq__person{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.TestimonialsSection-module-scss-module___HzFsq__avatar{background-color:hsl(var(--primary-hsl)/.14);border:1px solid hsl(var(--primary-hsl)/.25);width:64px;height:64px;color:var(--primary);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;display:flex;position:relative;overflow:hidden}.TestimonialsSection-module-scss-module___HzFsq__avatarImg{box-sizing:border-box;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.TestimonialsSection-module-scss-module___HzFsq__avatarImgWhite{filter:brightness(0)invert()}.TestimonialsSection-module-scss-module___HzFsq__avatarLogo{background-color:hsl(var(--background-hsl));border-color:#ffffff1f}.TestimonialsSection-module-scss-module___HzFsq__avatarLogo .TestimonialsSection-module-scss-module___HzFsq__avatarImg{object-fit:contain;padding:7px}.TestimonialsSection-module-scss-module___HzFsq__personInfo{flex-direction:column;gap:.1rem;display:flex}.TestimonialsSection-module-scss-module___HzFsq__personName{color:var(--foreground);font-size:.9375rem;font-weight:600}.TestimonialsSection-module-scss-module___HzFsq__personRole{color:var(--muted-foreground);font-size:.8125rem}
.Modal-module-scss-module__o5PEPq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;pointer-events:none;background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.Modal-module-scss-module__o5PEPq__overlayOpen{opacity:1;pointer-events:all}.Modal-module-scss-module__o5PEPq__container{background-color:var(--card);border:1px solid var(--border);width:100%;max-width:480px;box-shadow:0 25px 50px -12px #000c,0 0 50px hsl(var(--primary-hsl)/.15);border-radius:20px;padding:2.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:relative;transform:scale(.9)}.Modal-module-scss-module__o5PEPq__containerOpen{transform:scale(1)}.Modal-module-scss-module__o5PEPq__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Modal-module-scss-module__o5PEPq__closeBtn:hover{color:var(--foreground);background-color:#ffffff0d}.Modal-module-scss-module__o5PEPq__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.Modal-module-scss-module__o5PEPq__desc{color:var(--muted-foreground);margin-bottom:2rem;font-size:.875rem;line-height:1.5}.Modal-module-scss-module__o5PEPq__formGroup{margin-bottom:1.25rem}.Modal-module-scss-module__o5PEPq__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.Modal-module-scss-module__o5PEPq__input{background-color:hsl(var(--background-hsl)/.6);border:1px solid var(--border);width:100%;height:44px;color:var(--foreground);border-radius:10px;outline:none;padding:0 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.Modal-module-scss-module__o5PEPq__input::placeholder{color:var(--muted-foreground)}.Modal-module-scss-module__o5PEPq__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px hsl(var(--primary-hsl)/.15)}.Modal-module-scss-module__o5PEPq__textarea{resize:none;height:80px;padding-top:.75rem}.Modal-module-scss-module__o5PEPq__errorMsg{color:#e53e3e;margin-bottom:.75rem;font-size:.875rem}.Modal-module-scss-module__o5PEPq__submitBtn{background-color:var(--primary);width:100%;height:44px;color:var(--primary-foreground);cursor:pointer;box-shadow:0 4px 14px hsl(var(--primary-hsl)/.25);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9375rem;font-weight:500;transition:filter .15s,opacity .15s;display:inline-flex}.Modal-module-scss-module__o5PEPq__submitBtn:hover{filter:brightness(1.1)}.Modal-module-scss-module__o5PEPq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Modal-module-scss-module__o5PEPq__spinner{width:18px;height:18px;animation:1s linear infinite Modal-module-scss-module__o5PEPq__spin}@keyframes Modal-module-scss-module__o5PEPq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Toast-module-scss-module__fKr3QW__toast{background-color:var(--card);border:1px solid var(--success);z-index:2000;opacity:0;pointer-events:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 10px 25px #00000080}.Toast-module-scss-module__fKr3QW__toastVisible{opacity:1;pointer-events:all;transform:translateY(0)}.Toast-module-scss-module__fKr3QW__icon{color:var(--success);font-size:1.25rem;font-weight:700}.Toast-module-scss-module__fKr3QW__text{color:var(--foreground);font-size:.875rem;font-weight:500}
.LegalPage-module-scss-module__ho8vSW__header{z-index:10;background:#0b1628;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.LegalPage-module-scss-module__ho8vSW__headerLogo{display:block}.LegalPage-module-scss-module__ho8vSW__backLink{color:#ffffff8c;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.LegalPage-module-scss-module__ho8vSW__backLink:hover{color:#ffffffe6}.LegalPage-module-scss-module__ho8vSW__page{background-color:#edf2f9;background-image:radial-gradient(circle,#0b162812 1px,#0000 1px);background-size:22px 22px;min-height:100vh;padding-top:5.5rem}.LegalPage-module-scss-module__ho8vSW__wrapper{max-width:48rem;min-height:60vh;margin:0 auto;padding:1.5rem 1.5rem 6rem}@media (max-width:40rem){.LegalPage-module-scss-module__ho8vSW__wrapper{padding:1rem 1.25rem 4rem}}.LegalPage-module-scss-module__ho8vSW__docHeader{border-bottom:1px solid #0b16281a;margin-bottom:3rem;padding-bottom:2rem}.LegalPage-module-scss-module__ho8vSW__docHeader h1{color:#0b1628;letter-spacing:-.025em;margin-top:1.25rem;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.2}@media (max-width:40rem){.LegalPage-module-scss-module__ho8vSW__docHeader h1{font-size:1.5rem}}.LegalPage-module-scss-module__ho8vSW__badge{letter-spacing:.1em;text-transform:uppercase;color:#118c9c;background:#14a5b814;border:1px solid #14a5b833;border-radius:9999px;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-block}.LegalPage-module-scss-module__ho8vSW__updated{color:#6b849e;font-size:.875rem}.LegalPage-module-scss-module__ho8vSW__content{flex-direction:column;gap:2.5rem;display:flex}.LegalPage-module-scss-module__ho8vSW__intro{color:#3a5070;text-align:justify;font-size:1rem;line-height:1.75}.LegalPage-module-scss-module__ho8vSW__intro strong{color:#0b1628}.LegalPage-module-scss-module__ho8vSW__intro a{color:#118c9c;text-underline-offset:2px;text-decoration:underline}.LegalPage-module-scss-module__ho8vSW__section{flex-direction:column;gap:1rem;display:flex}.LegalPage-module-scss-module__ho8vSW__section h2{color:#0b1628;letter-spacing:-.01em;border-bottom:1.5px solid #14a5b82e;padding-bottom:.625rem;font-size:1.125rem;font-weight:700}.LegalPage-module-scss-module__ho8vSW__section h3{color:#1c2e44;margin-top:.25rem;font-size:.9375rem;font-weight:600}.LegalPage-module-scss-module__ho8vSW__section h4{color:#0b1628;margin-bottom:.2rem;font-size:.875rem;font-weight:600}.LegalPage-module-scss-module__ho8vSW__section p{color:#3a5070;text-align:justify;font-size:.9375rem;line-height:1.75}.LegalPage-module-scss-module__ho8vSW__section ul{flex-direction:column;gap:.625rem;padding-left:.25rem;list-style:none;display:flex}.LegalPage-module-scss-module__ho8vSW__section li{color:#3a5070;text-align:justify;padding-left:1.25rem;font-size:.9375rem;line-height:1.65;position:relative}.LegalPage-module-scss-module__ho8vSW__section li:before{content:"";background:#14a5b8;border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.LegalPage-module-scss-module__ho8vSW__section li strong{color:#1c2e44;font-weight:600}.LegalPage-module-scss-module__ho8vSW__rightsList{flex-direction:column;gap:.75rem;display:flex}.LegalPage-module-scss-module__ho8vSW__rightItem{background:#fff;border:1px solid #0b162812;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.LegalPage-module-scss-module__ho8vSW__rightItem p{color:#4a6080;font-size:.875rem;line-height:1.6}.LegalPage-module-scss-module__ho8vSW__rightNum{color:#118c9c;background:#14a5b814;border:1px solid #14a5b833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.05rem;font-size:.75rem;font-weight:700;display:flex}.LegalPage-module-scss-module__ho8vSW__infoCard{color:#3a5070;background:#fff;border:1px solid #0b162814;border-left:3px solid #14a5b8;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;font-size:.9375rem;line-height:1.7}.LegalPage-module-scss-module__ho8vSW__infoCard strong{color:#1c2e44}.LegalPage-module-scss-module__ho8vSW__contactCard{background:#0b1628;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.75rem 2rem;display:flex}.LegalPage-module-scss-module__ho8vSW__contactCard p{color:#ffffffa6;font-size:.9375rem;line-height:1.6}.LegalPage-module-scss-module__ho8vSW__contactCard strong{color:#fff}.LegalPage-module-scss-module__ho8vSW__contactCard a{color:#1acee6}.LegalPage-module-scss-module__ho8vSW__contactCard a:hover{color:#47d8eb}.LegalPage-module-scss-module__ho8vSW__inlineLink{color:#118c9c;text-underline-offset:2px;text-decoration:underline}.LegalPage-module-scss-module__ho8vSW__inlineLink:hover{color:#0e7381}.LegalPage-module-scss-module__ho8vSW__footer{color:#ffffff4d;background:#0b1628;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem 2rem;font-size:.75rem;display:flex}.LegalPage-module-scss-module__ho8vSW__footer a{color:#ffffff73}.LegalPage-module-scss-module__ho8vSW__footer a:hover{color:#ffffffbf}
.blog-module-scss-module__ogKm5W__head{text-align:center;max-width:46rem;margin:0 auto 3rem}.blog-module-scss-module__ogKm5W__tag{letter-spacing:.08em;text-transform:uppercase;color:#187d8b;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.blog-module-scss-module__ogKm5W__head h1{letter-spacing:-.02em;color:#0b1628;font-size:2rem;font-weight:700}@media (min-width:48rem){.blog-module-scss-module__ogKm5W__head h1{font-size:2.5rem}}.blog-module-scss-module__ogKm5W__headSub{color:#3a5070;margin-top:1rem;font-size:1rem;line-height:1.6}.blog-module-scss-module__ogKm5W__grid{grid-template-columns:1fr;gap:1.25rem;max-width:60rem;margin:0 auto;display:grid}@media (min-width:48rem){.blog-module-scss-module__ogKm5W__grid{grid-template-columns:repeat(2,1fr)}}.blog-module-scss-module__ogKm5W__card{background-color:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.blog-module-scss-module__ogKm5W__card:hover{border-color:hsl(var(--primary-hsl)/.4);transform:translateY(-3px)}.blog-module-scss-module__ogKm5W__cardCover{background:radial-gradient(circle at 30% 30%, hsl(var(--primary-hsl)/.35), transparent 60%),linear-gradient(135deg, #0d2942, #0a1a2e);border-bottom:1px solid var(--border);height:120px;display:block;position:relative;overflow:hidden}.blog-module-scss-module__ogKm5W__cardCoverImg{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.blog-module-scss-module__ogKm5W__cardCategory{letter-spacing:.06em;text-transform:uppercase;color:#0d6b77;border:1px solid hsl(var(--primary-hsl)/.35);z-index:1;background:#ffffffeb;border-radius:9999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;position:absolute;top:.875rem;left:.875rem}.blog-module-scss-module__ogKm5W__cardBody{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.blog-module-scss-module__ogKm5W__cardMeta{color:var(--muted-foreground);font-size:.8125rem}.blog-module-scss-module__ogKm5W__cardTitle{color:var(--foreground);font-size:1.25rem;font-weight:600;line-height:1.25}.blog-module-scss-module__ogKm5W__cardExcerpt{color:var(--muted-foreground);flex:1;font-size:.9375rem;line-height:1.6}.blog-module-scss-module__ogKm5W__cardLink{color:var(--primary);font-size:.875rem;font-weight:600}.blog-module-scss-module__ogKm5W__article{max-width:44rem;margin:0 auto;padding:0 1.5rem}.blog-module-scss-module__ogKm5W__articleHeader{border-bottom:1px solid #0b16281a;margin-bottom:2.5rem;padding-bottom:2rem}.blog-module-scss-module__ogKm5W__articleHeader h1{color:#0b1628;letter-spacing:-.025em;margin:1rem 0 .75rem;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:40rem){.blog-module-scss-module__ogKm5W__articleHeader h1{font-size:2.5rem}}.blog-module-scss-module__ogKm5W__articleMeta{color:#6b849e;font-size:.875rem}.blog-module-scss-module__ogKm5W__back{color:#187d8b;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;display:inline-flex}.blog-module-scss-module__ogKm5W__content h2{color:#0b1628;margin:2rem 0 .75rem;font-size:1.375rem;font-weight:700}.blog-module-scss-module__ogKm5W__content p{color:#3a5070;text-align:justify;margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.blog-module-scss-module__ogKm5W__content ul{margin:0 0 1.25rem;padding-left:1.25rem;list-style:none}.blog-module-scss-module__ogKm5W__content li{color:#3a5070;margin-bottom:.625rem;padding-left:1rem;font-size:1.0625rem;line-height:1.7;position:relative}.blog-module-scss-module__ogKm5W__content li:before{content:"";background:#1f9dad;border-radius:50%;width:6px;height:6px;position:absolute;top:.7em;left:0}.blog-module-scss-module__ogKm5W__content strong{color:#0b1628;font-weight:700}.blog-module-scss-module__ogKm5W__postCta{border:1px solid hsl(var(--primary-hsl)/.25);text-align:center;background:linear-gradient(135deg,#0d2942,#0a1a2e);border-radius:16px;margin-top:3rem;padding:2.5rem 2rem}.blog-module-scss-module__ogKm5W__postCta .blog-module-scss-module__ogKm5W__postCtaText{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.blog-module-scss-module__ogKm5W__postCtaBtn{background-color:var(--primary);height:46px;color:var(--primary-foreground);box-shadow:0 4px 14px hsl(var(--primary-hsl)/.25);border-radius:12px;justify-content:center;align-items:center;padding:0 1.75rem;font-size:1rem;font-weight:500;transition:filter .15s,transform .1s;display:inline-flex}.blog-module-scss-module__ogKm5W__postCtaBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}
.contato-module-scss-module__4GTOWq__head{text-align:center;max-width:46rem;margin:0 auto 2.5rem}.contato-module-scss-module__4GTOWq__tag{letter-spacing:.08em;text-transform:uppercase;color:#187d8b;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.contato-module-scss-module__4GTOWq__head h1{color:#0b1628;letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}@media (min-width:48rem){.contato-module-scss-module__4GTOWq__head h1{font-size:2.5rem}}.contato-module-scss-module__4GTOWq__intro{color:#3a5070;font-size:1rem;line-height:1.7}.contato-module-scss-module__4GTOWq__cards{grid-template-columns:1fr;gap:1rem;max-width:52rem;margin:0 auto;display:grid}@media (min-width:40rem){.contato-module-scss-module__4GTOWq__cards{grid-template-columns:repeat(2,1fr)}}.contato-module-scss-module__4GTOWq__card{background:#fff;border:1px solid #0b162814;border-radius:14px;align-items:flex-start;gap:.875rem;padding:1.25rem;display:flex}.contato-module-scss-module__4GTOWq__cardIcon{background:hsl(var(--primary-hsl)/.1);color:#108493;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contato-module-scss-module__4GTOWq__cardLabel{color:#6b849e;margin-bottom:.15rem;font-size:.75rem;display:block}.contato-module-scss-module__4GTOWq__cardValue{color:#0b1628;font-size:.9375rem;font-weight:600;line-height:1.4}.contato-module-scss-module__4GTOWq__cardValue a{color:inherit}
.sobre-module-scss-module__dRHhrq__head{text-align:center;max-width:46rem;margin:0 auto 2.5rem}.sobre-module-scss-module__dRHhrq__tag{letter-spacing:.08em;text-transform:uppercase;color:#187d8b;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.sobre-module-scss-module__dRHhrq__head h1{letter-spacing:-.02em;color:#0b1628;font-size:2rem;font-weight:700}@media (min-width:48rem){.sobre-module-scss-module__dRHhrq__head h1{font-size:2.5rem}}.sobre-module-scss-module__dRHhrq__content{max-width:44rem;margin:0 auto}.sobre-module-scss-module__dRHhrq__content p{color:#3a5070;margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.sobre-module-scss-module__dRHhrq__content h2{color:#0b1628;margin:2rem 0 .75rem;font-size:1.375rem;font-weight:700}.sobre-module-scss-module__dRHhrq__content strong{color:#0b1628;font-weight:700}.sobre-module-scss-module__dRHhrq__content a{color:#187d8b;font-weight:600}.sobre-module-scss-module__dRHhrq__content ul{margin:0 0 1.25rem;padding-left:1.25rem;list-style:none}.sobre-module-scss-module__dRHhrq__content li{color:#3a5070;margin-bottom:.625rem;padding-left:1rem;font-size:1.0625rem;line-height:1.7;position:relative}.sobre-module-scss-module__dRHhrq__content li:before{content:"";background:#1f9dad;border-radius:50%;width:6px;height:6px;position:absolute;top:.7em;left:0}
