*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px;color:#45463f;background:#faf7f1;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:#043b38;text-decoration:none;transition:color .3s cubic-bezier(.22,1,.36,1)}a:hover{color:#d9a24e}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;color:#043b38;font-weight:600;line-height:1.15;margin:0 0 .5em;letter-spacing:.2px}h1{font-size:clamp(2.4rem,5vw,3.5rem)}h2{font-size:clamp(1.9rem,3.6vw,2.6rem)}h3{font-size:1.6rem}p{margin:0 0 1.1rem}.container{max-width:1180px;margin:0 auto;padding:0 20px;width:100%}.section{padding:5.5rem 0}.section--cream{background:#faf7f1}.section--cream-2{background:#f3f0e8}.section--green{background:#043b38;color:#ffffffe6}@media(max-width:768px){.section{padding:3.2rem 0}h1{font-size:clamp(2rem,9vw,2.6rem)}h2{font-size:clamp(1.7rem,7vw,2.1rem)}.container{padding:0 16px}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.9rem;border-radius:30px;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:.95rem;line-height:1;border:1.5px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.btn--gold{background:#f7be68;color:#022b29}.btn--gold:hover{background:#d9a24e;color:#022b29;transform:translateY(-2px)}.btn--ghost{background:transparent;border-color:#ffffff73;color:#fff}.btn--ghost:hover{background:#ffffff1f;color:#fff}.btn--outline{background:transparent;border-color:#043b38;color:#043b38}.btn--outline:hover{background:#043b38;color:#fff}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.eyebrow{display:inline-block;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#d9a24e;margin-bottom:.6rem}.section-title{margin:0}.section-rule{width:56px;height:3px;border-radius:3px;background:#f7be68;margin:1rem auto 0}.section-head--light .eyebrow{color:#f7be68}.section-head--light .section-title{color:#fff}.section-head--left{text-align:left;max-width:none;margin:0 0 2.2rem}.section-head--left .section-rule{margin:1rem 0 0}.card-soft{background:#fff;border:1px solid #ece6d8;border-radius:14px;box-shadow:0 6px 24px #043b380f;overflow:hidden;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.card-soft:hover{transform:translateY(-6px);box-shadow:0 14px 40px #043b3814}.l-topbar{background:#ed9c63;color:#022b29e6}.l-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:38px}.l-topbar__right{display:flex;align-items:center;gap:1rem}.l-topbar__lang{display:flex;align-items:center;gap:5px;padding-right:.95rem;border-right:1px solid rgba(2,43,41,.22);line-height:0}.l-topbar__lang a,.l-topbar__lang .glink{display:inline-flex;align-items:center;line-height:0}.l-topbar__lang img{display:inline-block;vertical-align:middle;border-radius:2px;opacity:.85;transition:opacity .2s ease,transform .2s ease}.l-topbar__lang a:hover img{opacity:1;transform:scale(1.12)}.l-topbar__search{background:none;border:0;cursor:pointer;color:#022b29e6;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;transition:color .3s cubic-bezier(.22,1,.36,1)}.l-topbar__search i{font-size:.9rem}.l-topbar__search:hover{color:#043b38}.l-topbar__label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#022b29bf}.l-topbar__social{display:flex;gap:.5rem}.l-topbar__social a{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#022b291f;color:#022b29;font-size:.85rem;transition:background .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.l-topbar__social a:hover{background:#022b29;color:#fff}@media(max-width:576px){.l-topbar__label{display:none}}.l-header{position:sticky;top:0;z-index:100;background:#faf7f1f7;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid rgba(4,59,56,.08);transition:box-shadow .3s cubic-bezier(.22,1,.36,1);overflow:visible}.l-header.is-stuck{box-shadow:0 6px 22px #043b3812}.l-header.is-stuck .l-header__logo{width:106px;height:106px;margin:0 auto -32px}.l-header.is-stuck .l-header__logo img{max-height:78px}.l-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem;padding:.55rem 0}.l-header__logo{display:flex;align-items:center;justify-content:center;width:130px;height:130px;margin:0 auto -44px;background:#fff;border-radius:50%;box-shadow:0 8px 24px #043b3829;position:relative;z-index:3;transition:width .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),margin .3s cubic-bezier(.22,1,.36,1)}.l-header__logo a{display:flex;align-items:center;justify-content:center;line-height:0}.l-header__logo img{max-height:98px;width:auto;display:block;transition:max-height .3s cubic-bezier(.22,1,.36,1)}.l-header__nav--left{justify-self:end}.l-header__nav--right{justify-self:start}.l-header__menu{display:flex;align-items:center;gap:1.4rem;list-style:none;margin:0;padding:0}.l-header__menu li{position:relative}.l-header__menu>li>a{position:relative;display:inline-flex;align-items:center;gap:.34rem;color:#043b38;font-weight:600;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;padding:.4rem 0;white-space:nowrap}.l-header__menu>li>a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#f7be68;transition:width .3s cubic-bezier(.22,1,.36,1)}.l-header__menu>li:hover>a:after,.l-header__menu>li.current-menu-item>a:after{width:100%}.l-header__menu>li.current-menu-item>a{color:#d9a24e}.l-header__menu .menu-item-has-children>a:before{content:"";order:2;width:0;height:0;margin-left:.34rem;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.65}.l-header .sub-menu{position:absolute;top:100%;left:0;min-width:230px;list-style:none;margin:0;padding:.5rem 0;background:#fff;border:1px solid #ece6d8;border-radius:8px;box-shadow:0 14px 40px #043b3814;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.22,1,.36,1);z-index:30}.l-header .sub-menu li a{display:block;padding:.6rem 1.2rem;color:#043b38;font-size:.9rem;font-weight:600;white-space:nowrap;transition:background .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.l-header .sub-menu li a:hover{background:#f3f0e8;color:#d9a24e}.l-header__nav--right .sub-menu{left:auto;right:0}.l-header li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.l-header__toggle{display:none;background:none;border:0;font-size:1.6rem;color:#043b38;cursor:pointer}.l-mobile-menu{position:fixed;inset:0 0 0 auto;width:min(330px,88vw);background:#043b38;padding:4.5rem 1.5rem 2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);z-index:120;overflow-y:auto}.l-mobile-menu.is-open{transform:none;box-shadow:-20px 0 60px #00000040}.l-mobile-menu ul{list-style:none;margin:0;padding:0}.l-mobile-menu .l-mobile-menu__list{margin-bottom:.5rem}.l-mobile-menu a{display:block;color:#ffffffe6;font-weight:600;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.1);text-transform:uppercase;font-size:.82rem;letter-spacing:.04em}.l-mobile-menu a:hover{color:#f7be68}.l-mobile-menu .sub-menu a{padding-left:1rem;text-transform:none;font-weight:400;font-size:.86rem;color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.06)}.l-mobile-menu .menu-item-has-children>a{color:#f7be68}.l-mobile-menu__close{position:absolute;top:.9rem;right:1.1rem;background:none;border:0;color:#ffffffd9;font-size:1.7rem;line-height:1;cursor:pointer;padding:.3rem;transition:color .3s cubic-bezier(.22,1,.36,1)}.l-mobile-menu__close:hover{color:#f7be68}.l-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#022b298c;opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1);z-index:119}.l-mobile-backdrop.is-open{opacity:1}body.menu-open{overflow:hidden}@media(max-width:992px){.l-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.l-header__nav--left,.l-header__nav--right{display:none}.l-header__logo{width:auto;height:auto;margin:0;background:none;border-radius:0;box-shadow:none;justify-content:flex-start}.l-header__logo img{max-height:50px}.l-header__toggle{display:inline-flex}}.l-footer{background:#022b29;color:#ffffffc7;font-size:.96rem}.l-footer a{color:#ffffffd1}.l-footer a:hover{color:#f7be68}.l-footer__newsletter{background:#0a514c;border-bottom:1px solid rgba(255,255,255,.08)}.l-footer__newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:1.8rem 0}.l-footer__news-title{color:#fff;margin:0 0 .15rem;font-size:1.7rem}.l-footer__news-text{color:#ffffffb8;margin:0}.l-footer__news-form{display:flex;gap:.6rem;flex-wrap:wrap}.l-footer__news-form input[type=email]{border:0;border-radius:30px;padding:.8rem 1.3rem;min-width:260px;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;color:#45463f}.l-footer__grid{display:grid;grid-template-columns:1.4fr 1.1fr 1fr;gap:2.5rem;padding:3.4rem 0 2rem}.l-footer__col p{color:#ffffff9e;line-height:1.7}.l-footer__title{color:#fff;font-size:1.4rem;margin-bottom:1rem}.l-footer__contact{list-style:none;margin:0;padding:0}.l-footer__contact li{display:flex;gap:.7rem;margin-bottom:.8rem;line-height:1.6}.l-footer__contact i{color:#f7be68;margin-top:.25rem}.l-footer__social{display:flex;gap:.6rem;margin-bottom:1.5rem}.l-footer__social a{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;color:#fff;font-size:1rem;transition:background .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.l-footer__social a:hover{background:#f7be68;color:#022b29}.l-footer__partners{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.l-footer__partners img{max-height:42px;width:auto;opacity:.9}.l-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.4rem 0;text-align:center;font-size:.82rem;letter-spacing:.03em;color:#ffffff8c}@media(max-width:768px){.l-footer__grid{grid-template-columns:1fr;gap:2rem}.l-footer__newsletter-inner{flex-direction:column;align-items:flex-start}}.l-hero-slider{position:relative;width:100%;background:#022b29;overflow:hidden}.l-hero-slider__track{position:relative;aspect-ratio:1024/435}.l-hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.l-hero-slider__slide img{width:100%;height:100%;object-fit:cover;display:block}.l-hero-slider__slide.is-active{opacity:1}.l-hero-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#022b2966;color:#fff;font-size:1.1rem;cursor:pointer;transition:background .3s cubic-bezier(.22,1,.36,1)}.l-hero-slider__nav:hover{background:#022b29b3}.l-hero-slider__nav--prev{left:18px}.l-hero-slider__nav--next{right:18px}.l-hero-slider__dots{position:absolute;left:0;right:0;bottom:16px;z-index:3;display:flex;gap:9px;justify-content:center}.l-hero-slider__dot{width:11px;height:11px;border-radius:50%;border:2px solid #ffffff;background:transparent;padding:0;cursor:pointer;transition:background .3s cubic-bezier(.22,1,.36,1)}.l-hero-slider__dot.is-active{background:#f7be68;border-color:#f7be68}@media(max-width:768px){.l-hero-slider__nav{width:36px;height:36px}.l-hero-slider__dots{bottom:8px}.l-hero-slider__dot{width:9px;height:9px}}.l-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.l-pillar{display:flex;flex-direction:column;text-align:center;padding:2.2rem 1.7rem 2rem}.l-pillar__media{height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.l-pillar__media img{max-height:130px;width:auto;object-fit:contain}.l-pillar__title{font-size:1.65rem;margin-bottom:.6rem}.l-pillar__text{color:#45463f;font-size:.98rem;line-height:1.7;margin-bottom:1.2rem;flex:1}.l-pillar__link{font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#d9a24e}.l-pillar__link i{transition:transform .3s cubic-bezier(.22,1,.36,1);margin-left:.3rem}.l-pillar__link:hover i{transform:translate(4px)}.l-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.l-post-card{display:flex;flex-direction:column}.l-post-card__thumb{aspect-ratio:16/10;overflow:hidden;background:#f3f0e8}.l-post-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.l-post-card:hover .l-post-card__thumb img{transform:scale(1.06)}.l-post-card__body{padding:1.2rem 1.3rem 1.5rem}.l-post-card__date{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#d9a24e;font-weight:700}.l-post-card__title{font-size:1.35rem;line-height:1.2;margin:.4rem 0 .5rem}.l-post-card__title a{color:#043b38}.l-post-card__title a:hover{color:#d9a24e}.l-post-card__excerpt{font-size:.93rem;color:#45463f}.l-carousel{position:relative}.l-carousel__track{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem .3rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.l-carousel__track::-webkit-scrollbar{display:none}.l-carousel__item{flex:0 0 calc((100% - 3.2rem) / 3);scroll-snap-align:start}.l-carousel__nav{position:absolute;top:42%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:#fff;color:#043b38;box-shadow:0 6px 24px #043b380f;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;font-size:1.05rem;transition:background .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1)}.l-carousel__nav:hover{background:#f7be68;color:#022b29}.l-carousel__nav.is-disabled{opacity:.3;pointer-events:none}.l-carousel__nav--prev{left:-12px}.l-carousel__nav--next{right:-12px}@media(max-width:992px){.l-carousel__item{flex-basis:calc((100% - 1.6rem)/2)}}@media(max-width:768px){.l-carousel__item{flex-basis:86%}.l-carousel__nav{display:none}}.l-news__top{display:grid;grid-template-columns:1.5fr 1fr;gap:1.6rem;margin-bottom:1.6rem}.l-news__side{display:grid;grid-template-rows:1fr 1fr;gap:1.6rem}.l-news__feature,.l-news__small{position:relative;display:flex;overflow:hidden;border-radius:14px;box-shadow:0 6px 24px #043b380f;background:#043b38;color:#fff;text-decoration:none;min-height:215px}.l-news__feature:after,.l-news__small:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#02211fe6 8%,#02211f26 58%,#02211f00)}.l-news__feature:hover .l-news__img img,.l-news__small:hover .l-news__img img{transform:scale(1.06)}.l-news__feature{min-height:430px}.l-news__img{position:absolute;top:0;right:0;bottom:0;left:0}.l-news__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.l-news__content{position:relative;z-index:2;margin-top:auto;padding:1.4rem 1.5rem}.l-news__date{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#f7be68;font-weight:700}.l-news__title{color:#fff;font-size:1.25rem;line-height:1.25;margin:.35rem 0 0}.l-news__title--lg{font-size:1.95rem}.l-news__excerpt{color:#ffffffd9;font-size:.95rem;margin:.6rem 0 0}.l-news__bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}@media(max-width:992px){.l-news__top{grid-template-columns:1fr}.l-news__side{grid-template-rows:none;grid-template-columns:1fr 1fr}.l-news__feature{min-height:340px}.l-news__bottom{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.l-news__side,.l-news__bottom{grid-template-columns:1fr}.l-news__feature{min-height:260px}.l-news__small{min-height:170px}}.l-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.l-gallery__item{aspect-ratio:1/1;border-radius:8px;overflow:hidden;position:relative;display:block;background:#f3f0e8}.l-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.l-gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#043b3859;opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.l-gallery__item:hover img{transform:scale(1.08)}.l-gallery__item:hover:after{opacity:1}.l-intro__text{max-width:800px;margin:0 auto;text-align:center;font-size:1.18rem;line-height:1.95;color:#45463f}.l-stats{background:#043b38;color:#fff;padding:3.2rem 0}.l-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.l-stats__item{display:flex;flex-direction:column;gap:.35rem;padding:.4rem 1rem}.l-stats__item+.l-stats__item{border-left:1px solid rgba(255,255,255,.15)}.l-stats__num{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:3.6rem;font-weight:700;color:#f7be68;line-height:1}.l-stats__label{font-size:.96rem;color:#ffffffd9}.l-founder__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:center}.l-founder__media img{width:100%;border-radius:14px;box-shadow:0 14px 40px #043b3814;display:block}.l-founder__body .eyebrow{color:#d9a24e}.l-founder__body .section-title{text-align:left;margin-bottom:1rem}.l-founder__body p{color:#45463f;margin-bottom:1.6rem}.l-founder__quote{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.65rem;font-style:italic;line-height:1.4;color:#043b38;margin:0 0 1.3rem;padding-left:1.3rem;border-left:3px solid #F7BE68}.l-vocacao{background:#0a514c;padding:3.4rem 0}.l-vocacao__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.l-vocacao__eyebrow{display:block;color:#f7be68;text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:.82rem;margin-bottom:.4rem}.l-vocacao__title{color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);margin:0 0 .4rem}.l-vocacao__text{color:#ffffffd1;margin:0;max-width:560px}@media(max-width:992px){.l-pillars__grid,.l-posts__grid{grid-template-columns:1fr}.l-gallery__grid{grid-template-columns:repeat(2,1fr)}.l-founder__grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.l-stats__grid{grid-template-columns:1fr;gap:1.8rem}.l-stats__item+.l-stats__item{border-left:0}.l-vocacao__inner{flex-direction:column;align-items:flex-start}}.l-page-banner{background:#043b38;color:#fff;padding:3.4rem 0;text-align:center}.l-page-banner__title{color:#fff;margin:0}.l-page-banner__meta{color:#f7be68;margin:.4rem 0 0;font-size:.95rem}.l-prose{font-size:1.07rem;line-height:1.85;color:#45463f}.l-prose h2,.l-prose h3,.l-prose h4{margin-top:2rem}.l-prose p{margin:0 0 1.3rem}.l-prose img{border-radius:8px;margin:1rem 0}.l-prose iframe,.l-prose video,.l-prose embed,.l-prose object{max-width:100%;border-radius:8px}.l-prose table{display:block;width:100%;max-width:100%;overflow-x:auto}.l-prose a{color:#d9a24e;text-decoration:underline}.l-prose ul,.l-prose ol{margin:0 0 1.3rem 1.2rem}.l-prose li{margin-bottom:.5rem}.l-prose blockquote{margin:1.6rem 0;padding:.4rem 0 .4rem 1.4rem;border-left:3px solid #F7BE68;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.35rem;font-style:italic;color:#043b38}.site-main--builder{width:100%}.l-page-content{padding:2.8rem 0 4.5rem}.l-prose--page>figure:first-child,.l-prose--page>p:first-child>img:first-child{margin-top:0}.l-prose--page>figure:first-child img{width:100%;border-radius:14px}.l-sidenav{position:sticky;top:110px;background:#fff;border:1px solid #ece6d8;border-radius:14px;box-shadow:0 6px 24px #043b380f;overflow:hidden}.l-sidenav__title{margin:0;background:#043b38;color:#fff;font-size:1.15rem;padding:1rem 1.3rem}.l-sidenav__list{list-style:none;margin:0;padding:.4rem 0}.l-sidenav__list li a{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.72rem 1.3rem;color:#043b38;font-weight:600;font-size:.95rem;border-left:3px solid transparent;transition:background .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.l-sidenav__list li a i{font-size:.75rem;opacity:0;transform:translate(-4px);transition:all .3s cubic-bezier(.22,1,.36,1);color:#d9a24e}.l-sidenav__list li a:hover{background:#f3f0e8;color:#d9a24e}.l-sidenav__list li a:hover i{opacity:1;transform:none}.l-sidenav__list li+li a{border-top:1px solid #ece6d8}.l-sidenav__list li.is-active a{background:#fef4e6;border-left-color:#f7be68;color:#022b29}.l-sidenav__list li.is-active a i{opacity:1;transform:none}@media(max-width:992px){.l-sidenav{position:static;margin-bottom:2rem;top:auto}.l-sidenav-col{order:2}}.l-page-banner__eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#f7be68;margin-bottom:.5rem}.l-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.l-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.l-photo-grid__item{display:block;aspect-ratio:1/1;border-radius:8px;overflow:hidden;position:relative;background:#f3f0e8}.l-photo-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.l-photo-grid__item:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#043b3873;opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.l-photo-grid__item:hover img{transform:scale(1.07)}.l-photo-grid__item:hover:after{opacity:1}.l-gal-card{display:block}.l-gal-card__thumb{aspect-ratio:4/3;overflow:hidden;background:#f3f0e8}.l-gal-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.l-gal-card:hover .l-gal-card__thumb img{transform:scale(1.06)}.l-gal-card__title{font-size:1.3rem;margin:0;padding:1rem 1.2rem 1.3rem;color:#043b38}.l-members-grid{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:center}.l-members-grid .l-member{width:250px;flex:0 0 250px}.l-member{text-align:center;padding:2rem 1.4rem}.l-member__photo{width:150px;height:150px;margin:0 auto 1.1rem;border-radius:50%;overflow:hidden;border:4px solid #F7BE68}.l-member__photo img{width:100%;height:100%;object-fit:cover}.l-member__name{font-size:1.4rem;margin:0 0 .2rem}.l-member__role{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#d9a24e;font-weight:700}.l-materials-grid{display:grid;grid-template-columns:1fr;gap:1.4rem;max-width:920px}.l-material{display:flex;flex-direction:row;align-items:stretch}.l-material__thumb{flex:0 0 220px;max-width:220px;overflow:hidden;background:#f3f0e8}.l-material__thumb img{width:100%;height:100%;object-fit:cover}.l-material__body{padding:1.5rem 1.7rem;display:flex;flex-direction:column;flex:1}.l-material__title{font-size:1.3rem;margin:0 0 .5rem;line-height:1.25}.l-material__desc{font-size:.95rem;color:#45463f;margin-bottom:1.1rem;flex:1}.l-material .btn{align-self:flex-start}@media(max-width:576px){.l-material{flex-direction:column}.l-material__thumb{flex:0 0 auto;max-width:none;aspect-ratio:16/9}}.l-group__title{text-align:center;margin:0 0 2rem;font-size:2rem;color:#043b38}.l-group__title:after{content:"";display:block;width:50px;height:3px;background:#f7be68;border-radius:3px;margin:.8rem auto 0}.l-group+.l-group{margin-top:3.5rem}@media(max-width:992px){.l-card-grid{grid-template-columns:1fr 1fr}.l-photo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.l-card-grid{grid-template-columns:1fr}}.l-share{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin:2.2rem 0 0;padding-top:1.6rem;border-top:1px solid #ece6d8}.l-share__label{font-weight:700;color:#043b38;margin-right:.3rem;font-size:.95rem}.l-share__btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:1rem;border:0;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),filter .3s cubic-bezier(.22,1,.36,1)}.l-share__btn:hover{transform:translateY(-3px);color:#fff;filter:brightness(1.05)}.l-share__btn--facebook{background:#1877f2}.l-share__btn--whatsapp{background:#25d366}.l-share__btn--twitter{background:#111}.l-share__btn--telegram{background:#08c}.l-share__btn--copy{background:#54595f}.l-share__copied{font-size:.85rem;color:#d9a24e;font-weight:600;opacity:0;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.l-share__copied.is-on{opacity:1}.l-sidebar{position:sticky;top:110px}@media(max-width:992px){.l-sidebar{position:static;margin-top:2.5rem}}.l-sidebar-banner{margin-bottom:1.6rem;border-radius:14px;overflow:hidden;box-shadow:0 6px 24px #043b380f;line-height:0}.l-sidebar-banner img{width:100%;height:auto;display:block;transition:transform .5s ease}.l-sidebar-banner a:hover img{transform:scale(1.03)}.l-widget{background:#fff;border:1px solid #ece6d8;border-radius:14px;box-shadow:0 6px 24px #043b380f;padding:1.4rem 1.5rem;margin-bottom:1.6rem}.l-widget__title{font-size:1.3rem;margin:0 0 1.1rem;padding-bottom:.7rem;border-bottom:2px solid #F7BE68;display:inline-block}.l-widget__post{display:flex;gap:.85rem;align-items:center;padding:.7rem 0}.l-widget__post+.l-widget__post{border-top:1px solid #ece6d8}.l-widget__post-thumb{width:64px;height:64px;flex:0 0 64px;border-radius:8px;overflow:hidden;background:#f3f0e8}.l-widget__post-thumb img{width:100%;height:100%;object-fit:cover}.l-widget__post-title{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;line-height:1.35;margin:0}.l-widget__post-title a{color:#043b38}.l-widget__post-title a:hover{color:#d9a24e}.l-widget__post-date{font-size:.74rem;color:#8a8a82}.l-widget__list{list-style:none;margin:0;padding:0}.l-widget__list li{border-bottom:1px solid #ece6d8}.l-widget__list li:last-child{border-bottom:0}.l-widget__list a{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;color:#043b38;font-weight:600;font-size:.92rem}.l-widget__list a:hover{color:#d9a24e}.l-widget__list a span{background:#f3f0e8;color:#8a8a82;border-radius:20px;font-size:.75rem;padding:1px 9px;font-weight:700}.l-widget__social{display:flex;gap:.55rem}.l-widget__social a{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#043b38;color:#fff;font-size:1rem;transition:background .3s cubic-bezier(.22,1,.36,1)}.l-widget__social a:hover{background:#f7be68;color:#022b29}.l-contato__info h2{font-size:1.8rem;margin-bottom:1.2rem}.l-contato__list{list-style:none;margin:0 0 1.5rem;padding:0}.l-contato__list li{display:flex;gap:.8rem;margin-bottom:1rem;line-height:1.6;color:#45463f}.l-contato__list i{color:#d9a24e;margin-top:.3rem;font-size:1.05rem}.l-contato__list a{color:#043b38}.l-contato__list a:hover{color:#d9a24e}.l-contato__social{display:flex;gap:.6rem}.l-contato__social a{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#043b38;color:#fff;font-size:1.05rem;transition:background .3s cubic-bezier(.22,1,.36,1)}.l-contato__social a:hover{background:#f7be68;color:#022b29}.l-contato__form{background:#fff;border:1px solid #ece6d8;border-radius:14px;box-shadow:0 6px 24px #043b380f;padding:1.8rem;display:flex;flex-direction:column;gap:1rem}.l-contato__form input,.l-contato__form textarea{width:100%;border:1px solid #ece6d8;border-radius:8px;padding:.85rem 1rem;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.98rem;color:#45463f;background:#faf7f1;transition:border-color .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.l-contato__form input:focus,.l-contato__form textarea:focus{outline:none;border-color:#f7be68;box-shadow:0 0 0 3px #f7be6833}.l-contato__form textarea{resize:vertical}.l-contato__form button{align-self:flex-start;border:0}.l-contato__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.l-contato__sent{background:#fdf2e1;border:1px solid #F7BE68;color:#022b29;border-radius:8px;padding:.9rem 1.2rem;margin-bottom:1.2rem;font-weight:600}.l-contato__sent i{color:#2e7d32;margin-right:.4rem}.l-contato__map{line-height:0}.l-contato__map iframe{display:block;width:100%;filter:grayscale(.1)}@media(max-width:768px){.l-contato__row{grid-template-columns:1fr}.l-contato__info{margin-bottom:2rem}}.l-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#022b29f0;display:none;align-items:center;justify-content:center}.l-lightbox.is-open{display:flex}.l-lightbox__stage{margin:0;display:flex;flex-direction:column;align-items:center;max-width:92vw}.l-lightbox__img{max-width:92vw;max-height:82vh;object-fit:contain;border-radius:6px;box-shadow:0 24px 70px #0000008c;background:#faf7f1}.l-lightbox__counter{color:#fffc;margin-top:.9rem;font-size:.9rem;letter-spacing:.04em}.l-lightbox__close{position:absolute;top:18px;right:26px;background:none;border:0;color:#fff;font-size:2.6rem;line-height:1;cursor:pointer;transition:color .3s cubic-bezier(.22,1,.36,1)}.l-lightbox__close:hover{color:#f7be68}.l-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:0;background:#ffffff1f;color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.l-lightbox__nav:hover{background:#f7be68;color:#022b29}.l-lightbox__prev{left:18px}.l-lightbox__next{right:18px}body.lightbox-open{overflow:hidden}@media(max-width:576px){.l-lightbox__nav{width:42px;height:42px}.l-lightbox__prev{left:8px}.l-lightbox__next{right:8px}}.l-searchbar{display:none;background:#f3f0e8;border-bottom:1px solid #ece6d8}.l-searchbar.is-open{display:block}.l-searchbar .container{padding-top:1.1rem;padding-bottom:1.1rem}.l-search-form{display:flex;max-width:640px;margin:0 auto}.l-search-form__input{flex:1;border:1px solid #ece6d8;border-right:0;border-radius:30px 0 0 30px;padding:.85rem 1.3rem;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#45463f;background:#fff}.l-search-form__input:focus{outline:none;border-color:#f7be68}.l-search-form__btn{border:0;background:#043b38;color:#fff;padding:0 1.5rem;border-radius:0 30px 30px 0;cursor:pointer;font-size:1rem;transition:background .3s cubic-bezier(.22,1,.36,1)}.l-search-form__btn:hover{background:#f7be68;color:#022b29}.l-search-refine{max-width:640px;margin:0 auto 2.6rem}.l-result{display:flex;gap:1.3rem;align-items:flex-start;padding:1.4rem 0;border-bottom:1px solid #ece6d8}.l-result:first-child{padding-top:0}.l-result__thumb{flex:0 0 120px;width:120px;height:86px;border-radius:8px;overflow:hidden;background:#f3f0e8}.l-result__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.l-result__thumb:hover img{transform:scale(1.06)}.l-result__body{flex:1;min-width:0}.l-result__type{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#d9a24e;font-weight:700}.l-result__title{font-size:1.32rem;margin:.2rem 0 .45rem;line-height:1.25}.l-result__title a{color:#043b38}.l-result__title a:hover{color:#d9a24e}.l-result__excerpt{font-size:.95rem;color:#45463f;margin:0}.l-search-empty{text-align:center;padding:2rem 0 1rem}.l-search-empty>i{font-size:3rem;color:#f7be68;margin-bottom:1rem;display:block}.l-search-empty h2{font-size:1.8rem;margin:0 0 .5rem}.l-search-empty p{color:#45463f;max-width:480px;margin:0 auto 1.8rem}@media(max-width:576px){.l-result__thumb{flex-basis:84px;width:84px;height:64px}}.l-404{text-align:center;padding:4.5rem 0 5.5rem}.l-404__code{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(5rem,16vw,9rem);font-weight:700;line-height:1;color:#043b38;margin:0}.l-404__title{font-size:2rem;margin:.4rem 0 .6rem}.l-404__text{color:#45463f;max-width:520px;margin:0 auto 2rem}.l-404 .l-search-form{margin:0 auto 2.5rem}.l-404__links{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}@media(max-width:576px){.l-topbar__label,.l-topbar__search span{display:none}}
