*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}input:focus{outline:0;box-shadow:none}body{background-color:#fff;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;color:var(--text-color)}main{padding-top:15px}:root{--brand-color-dark:#0b662a;--brand-color:#118e34;--text-color:#202f3c;--bg-color:#e6ebf2}.container{max-width:1440px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (max-width:768px){.container{max-width:100%;padding-left:30px;padding-right:30px}}header{margin:30px 0}header.is-white{position:absolute;left:0;right:0;z-index:1}header.is-white .header-wrapper{margin-top:30px;padding:0 75px;color:#fff}@media (max-width:768px){header.is-white .header-wrapper{padding:0 15px}}header .header-wrapper{display:flex;flex-direction:column;gap:16px}header .header-wrapper .header-wrapper-bottom{display:flex;align-items:center;justify-content:space-between}header .lang-switcher{display:flex;align-items:center;justify-content:end;gap:10px}header .lang-switcher li a{display:block;width:24px;aspect-ratio:4/3;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:4px;transition:all .3s}header .lang-switcher li a:hover{opacity:.3}header .lang-switcher li img{display:none}header .lang-switcher li.lang-item-en a{background-image:url(../../assets/img/lang/us.svg)}header .lang-switcher li.lang-item-pt a{background-image:url(../../assets/img/lang/pt.svg)}header .lang-switcher li.lang-item-es a{background-image:url(../../assets/img/lang/es.svg)}header .lang-switcher li.lang-item-pt-br a{background-image:url(../../assets/img/lang/br.svg)}header .lang-switcher .current-lang a{opacity:.3}header .header-wrapper-mobile{display:flex;flex-direction:column;gap:32px}header .header-menu-mobile{display:flex;justify-content:space-between;align-items:baseline;gap:16px}header .header-menu-mobile .menu-toggle{background:0 0;border:0;padding:0}header .header-menu-mobile .menu-toggle i{font-size:40px}header.is-white .header-menu-mobile .menu-toggle{color:#fff}.menu .sub-menu a,.menu li a{display:block;transition:all .3s;padding-bottom:12px;padding-top:12px;font-size:20px}.menu .sub-menu a:hover,.menu li a:hover{opacity:.6}.menu li.current-menu-item a{font-weight:700;color:var(--brand-color)}.menu{display:flex;align-items:center;justify-content:space-between;gap:22px}@media (max-width:768px){.menu{flex-direction:column;align-items:start;gap:0}}.menu li{position:relative}.menu li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s,transform .3s,visibility 0s}.menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;opacity:0;visibility:hidden;transform:translateY(22px);border:1px solid var(--brand-color);background-color:var(--brand-color);border-radius:15px;padding-top:12px;color:#fff}@media (max-width:768px){.menu .sub-menu{position:relative;top:initial;left:initial;min-width:initial;opacity:1;visibility:visible;transform:initial;padding:15px}}.menu .sub-menu a{padding-top:0;padding-left:12px;padding-right:12px}@media (max-width:768px){.menu .sub-menu a{padding:0}}.menu .sub-menu .sub-menu{left:100%;top:0;border-color:var(--brand-color-dark);background-color:var(--brand-color-dark)}@media (max-width:768px){.menu .sub-menu .sub-menu{top:initial;left:initial;margin-top:15px}}header.is-white .menu li.current-menu-item a{font-weight:400;color:#fff;opacity:.6}header.is-white .menu .sub-menu{backdrop-filter:blur(40px);border-color:rgba(184,184,184,.631372549);background-color:transparent}header.is-white .menu .sub-menu .sub-menu{background-color:transparent;border-color:rgba(184,184,184,.631372549)}body.mobile-menu-open{overflow:hidden}.offcanvas-menu{position:fixed;top:0;left:0;width:80%;height:100vh;background:#f9faff;color:#202f3c;display:flex;flex-direction:column;gap:16px;padding:30px;transform:translateX(-100%);transition:transform .35s ease;z-index:10}.offcanvas-menu .menu-close{align-self:flex-end;background:0 0;border:none;color:#202f3c;font-size:24px;cursor:pointer}.offcanvas-menu.active{transform:translateX(0)}.offcanvas-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:9}.offcanvas-overlay.active{opacity:1;visibility:visible}footer{padding:60px 0;border-top:1px solid #e5e7eb}.button,.toolbar .nav-links .current,.toolbar .nav-links a{border-radius:8px;border:1px solid #118e34;background-color:#118e34;color:#fff;font-size:14px;height:40px;min-width:138px;display:flex;align-items:center;justify-content:center;transition:all .3s;padding:0 16px;cursor:pointer}@media (max-width:768px){.button,.toolbar .nav-links .current,.toolbar .nav-links a{font-size:12px}}.button:hover,.toolbar .nav-links .current:hover,.toolbar .nav-links a:hover{border-color:#0b662a;background-color:#0b662a}.button.secondary,.toolbar .nav-links .secondary.current,.toolbar .nav-links a.secondary{border-color:#2c4a8a;background-color:#2c4a8a;color:#fff}.button.secondary:hover,.toolbar .nav-links .secondary.current:hover,.toolbar .nav-links a.secondary:hover{border-color:#0351c1;background-color:#0351c1}.button.tertiary,.toolbar .nav-links .current,.toolbar .nav-links a,.toolbar .nav-links a.button,.toolbar .nav-links a.tertiary{border-color:rgba(184,184,184,.631372549);background-color:rgba(234,234,234,.2);color:#2e4151}.button.tertiary:hover,.toolbar .nav-links .current:hover,.toolbar .nav-links a:hover{border-color:rgba(234,234,234,.2);background-color:rgba(184,184,184,.631372549)}.button.blur,.toolbar .nav-links .blur.current,.toolbar .nav-links a.blur{border-color:rgba(234,234,234,.2);background-color:rgba(234,234,234,.0588235294);backdrop-filter:blur(40px)}.button.blur:hover,.toolbar .nav-links .blur.current:hover,.toolbar .nav-links a.blur:hover{border-color:rgba(184,184,184,.631372549);background-color:rgba(184,184,184,.631372549)}.breadcrumbs{margin-bottom:30px;color:#62768a;font-size:16px}@media (max-width:768px){.breadcrumbs{font-size:14px}}.breadcrumbs span{font-weight:700;color:var(--brand-color)}.breadcrumbs .breadcrumb{display:flex;align-items:center;gap:12px}@media (max-width:768px){.breadcrumbs .breadcrumb{flex-wrap:wrap;gap:8px}}.breadcrumbs .breadcrumb i{font-size:12px}.posts-card-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width:768px){.posts-card-wrapper{grid-template-columns:repeat(1,1fr)}}.posts-card-wrapper.loading{display:flex;min-height:300px}.post-card{border-radius:16px;border:1px solid #e6ebf2;background-color:#fff;transition:box-shadow .2s ease,transform .2s ease;height:100%}.post-card:hover{box-shadow:0 0 30px rgba(17,142,52,.2117647059)}.post-card .wp-post-image{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:250px;object-fit:cover}.post-card h3{font-size:16px!important;font-weight:700!important}.post-card h3 a{color:#101c26!important}.post-card p{font-size:14px;line-height:20px;color:#62768a}.post-card .categories-wrapper{display:flex;align-items:center;justify-content:space-between}.post-card .categories-wrapper i{font-size:22px;color:#fed871}.post-card .content{padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.post-card .content .content-wrapper{display:flex;flex-direction:column;gap:16px}.post-card .content .page-title-wrapper{display:flex;flex-direction:column;gap:8px}.pill{display:flex;align-items:center;justify-content:space-between;gap:8px;width:max-content;border:1px solid #e6ebf2;border-radius:10px;font-size:12px;color:#62768a;padding:8px 16px}@media (max-width:768px){.pill{font-size:10px}}.category-pill{border-color:#118e34;color:#118e34}.featured-pill i{color:#fed871;font-size:14px}@media (max-width:768px){.featured-pill i{font-size:12px}}.author-wrapper{display:flex;align-items:center;gap:10px;margin-top:auto}.author-wrapper img{border-radius:50%}.author-wrapper .author{display:flex;flex-direction:column}.author-wrapper .author a{color:#202f3c;font-weight:500;font-size:16px}@media (max-width:768px){.author-wrapper .author a{font-size:14px}}.author-wrapper .author small{font-size:12px;color:#9fadba}@media (max-width:768px){.author-wrapper .author small{font-size:10px}}.author-wrapper-full{display:flex;flex-direction:column;gap:16px;padding-top:16px}.author-wrapper-full img{border-radius:50%}.author-wrapper-full .author{display:flex;flex-direction:column;gap:4px}.author-wrapper-full .author a{width:max-content}.author-wrapper-full .author small{color:#9fadba;font-size:12px}.author-wrapper-full .about{display:flex;align-items:center;gap:16px}.author-wrapper-full p{font-size:12px;line-height:24px;max-width:50%}@media (max-width:768px){.author-wrapper-full p{max-width:100%}}.toolbar{padding-top:40px}.toolbar .nav-links{display:flex;align-items:center;justify-content:space-between}.toolbar .nav-links .current{min-width:initial}.toolbar .nav-links a{border-color:#2c4a8a;color:#2c4a8a;display:flex;align-items:center;gap:8px}.toolbar .nav-links a i{font-size:18px}.toolbar .nav-links a.prev:before{font-family:Phosphor;font-size:18px;content:"\e058";margin-right:8px}.toolbar .nav-links a.next:after{font-family:Phosphor;font-size:18px;content:"\e06c";margin-left:8px}.toolbar .nav-links a.page-numbers:not(.next):not(.prev){min-width:initial}.blog main{padding-top:0}.blog .blog-title{padding-bottom:60px;color:#202f3c}.blog .blog-title h1{font-weight:600;font-size:48px}@media (max-width:768px){.blog .blog-title h1{font-size:22px}}.blog .blog-title p{font-weight:400;font-size:20px;line-height:30px}@media (max-width:768px){.blog .blog-title p{font-size:14px;line-height:22px}}.blog .blog-title .blog-title-wrapper{display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.blog .blog-title .blog-title-wrapper{flex-direction:column;gap:16px;align-items:start}}.blog .blog-title .blog-title-wrapper h1{max-width:60%}@media (max-width:768px){.blog .blog-title .blog-title-wrapper h1{max-width:100%}}.blog .blog-title .blog-title-wrapper p{max-width:32%}@media (max-width:768px){.blog .blog-title .blog-title-wrapper p{max-width:100%}}.blog .blog-page h2{font-weight:600;font-size:28px;color:#2c4a8a;margin-bottom:30px}@media (max-width:768px){.blog .blog-page h2{font-size:22px}}.blog .blog-page>div{padding:60px 0}@media (max-width:768px){.blog .blog-page>div{padding:30px 0}}.blog .blog-page>div.blog-featured{background-color:#f9faff}.blog .blog-page>div.blog-featured .blog-featured-wrapper{display:flex;justify-content:space-between;gap:48px}@media (max-width:768px){.blog .blog-page>div.blog-featured .blog-featured-wrapper{flex-direction:column;gap:32px}}.blog .blog-page>div.blog-featured .blog-featured-wrapper>div{width:50%}@media (max-width:768px){.blog .blog-page>div.blog-featured .blog-featured-wrapper>div{width:100%;display:flex;flex-direction:column;gap:32px}}.blog .blog-page>div.blog-featured .featured-secondary-wrapper{display:flex;flex-direction:column;gap:48px}.blog .blog-page>div.blog-featured .featured-secondary-wrapper .post-card{display:flex;justify-content:space-between;gap:24px}.blog .blog-page>div.blog-featured .featured-secondary-wrapper .post-card .wp-post-image{min-width:250px;height:100%;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:16px}.blog .blog-page>div.blog-all-posts{background:linear-gradient(180.04deg,#fff -16.3%,#f4f5fa 99.96%)}.blog .blog-page>div.blog-all-posts .posts-filter{display:flex;flex-direction:column;gap:32px}.blog .blog-page>div.blog-all-posts .posts-filter .loading{display:flex;align-items:center;justify-content:center;animation:spin 1s linear infinite}.blog .blog-page>div.blog-all-posts .posts-filter .loading i{font-size:50px;color:var(--brand-color-dark)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-header{display:flex;align-items:center;justify-content:space-between;gap:64px}@media (max-width:768px){.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-header{flex-direction:column;align-items:start;gap:32px}}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-tabs{display:flex;align-items:center;gap:16px}@media (max-width:768px){.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-tabs{flex-wrap:wrap}}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-tabs button{border-radius:16px;border:1px solid #9fadba;color:#62768a;background:0 0;padding:0 16px;height:48px;cursor:pointer;transition:all .3s;background-color:#fff}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-tabs button.active,.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-tabs button:hover{border-color:#2c4a8a;background-color:#2c4a8a;color:#fff}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search{height:48px;border:1px solid #c3ced8;border-radius:16px;padding:0 16px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;flex:auto}@media (max-width:768px){.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search{width:100%}}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search i,.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search input{color:#c3ced8}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search input{border:0;height:100%;width:100%}.blog .blog-page>div.blog-all-posts .posts-filter .posts-filter-search i{font-size:20px}.blog .blog-page>div.blog-all-posts .posts-filter-load-more{display:flex;align-items:center;justify-content:center}.blog .blog-page>div.blog-all-posts .posts-filter-load-more button{gap:16px}.blog .blog-page>div.blog-contact{background-color:#f4f5fa}.blog .blog-page>div.blog-contact h2{color:#fff;font-size:42px;font-weight:700}@media (max-width:768px){.blog .blog-page>div.blog-contact h2{font-size:32px}}.blog .blog-page>div.blog-contact .blog-contact-wrapper{background:url(../../assets/img/blog/bg-contact.jpg) no-repeat;border-radius:40px;padding:88px 72px;background-size:cover;background-position:0 60%;position:relative;overflow:hidden}@media (max-width:768px){.blog .blog-page>div.blog-contact .blog-contact-wrapper{padding:32px}}.blog .blog-page>div.blog-contact .blog-contact-wrapper h2{max-width:50%}@media (max-width:768px){.blog .blog-page>div.blog-contact .blog-contact-wrapper h2{max-width:100%}}.blog .blog-page>div.blog-contact .blog-contact-wrapper>*{position:relative;z-index:2}.blog .blog-page>div.blog-contact .blog-contact-wrapper:before{content:"";position:absolute;inset:0;background:rgba(19,33,62,.4);z-index:1}.blog .blog-page>div.blog-contact .blog-contact-wrapper .button-wrapper{display:flex;justify-content:start}.post-template-default .pills-wrapper{display:flex;align-items:center;gap:16px}.post-template-default .post-header{display:flex;align-items:stretch;gap:100px;padding-bottom:100px}@media (max-width:768px){.post-template-default .post-header{gap:32px;flex-direction:column-reverse;align-items:start}}.post-template-default .post-header h1{font-size:48px;font-weight:600;color:#202f3c}@media (max-width:768px){.post-template-default .post-header h1{font-size:22px}}.post-template-default .post-header .post-description{font-size:20px;color:#202f3c}@media (max-width:768px){.post-template-default .post-header .post-description{font-size:14px}}.post-template-default .post-header .post-info-wrapper{display:flex;flex-direction:column;gap:16px}.post-template-default .post-header .col-one{display:flex;flex-direction:column;gap:16px;flex:1}.post-template-default .post-header .wp-post-image{border-radius:16px}.post-template-default .post-footer{padding-top:60px}.post-template-default .post-footer .post-share{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid #c3ced8}.post-template-default .post-footer .post-share span{font-weight:600;color:#2e4151;font-size:14px}.post-template-default .post-footer .post-share a{font-size:18px;color:#2981fd}.post-template-default .post-footer .post-footer-bottom{background-color:#f4f5fa;padding:64px 0}@media (max-width:768px){.post-template-default .post-footer .post-footer-bottom{padding-bottom:32px}}.post-template-default .post-footer .related-posts{padding-bottom:100px;background:linear-gradient(180.04deg,#f4f5fa,#fff);border-bottom:1px solid #e5e7eb}.post-template-default .post-footer .related-posts h2{font-size:28px;font-weight:600;color:#2c4a8a;margin-bottom:32px}@media (max-width:768px){.post-template-default .post-footer .related-posts h2{font-size:22px}}.category main{padding-top:0}.category .category-header{padding-bottom:60px;color:#202f3c}@media (max-width:768px){.category .category-header{padding-bottom:30px}}.category .category-header h1{font-weight:600;font-size:48px}@media (max-width:768px){.category .category-header h1{font-size:28px}}.category .category-header p{font-weight:400;font-size:20px;line-height:30px}@media (max-width:768px){.category .category-header p{font-size:14px;line-height:22px}}.category .category-header .category-header-wrapper{display:flex;justify-content:space-between;align-items:center}.category .category-header .category-header-wrapper h1{max-width:60%}@media (max-width:768px){.category .category-header .category-header-wrapper h1{max-width:100%}}.category .category-header .category-header-wrapper p{max-width:32%}@media (max-width:768px){.category .category-header .category-header-wrapper p{max-width:100%}}.category .category-post{background:linear-gradient(to bottom,#fff,#f4f5fa)}.category .toolbar{background-color:#f4f5fa}.category .toolbar .nav-links{justify-content:center;gap:16px;position:relative}.category .toolbar .nav-links .next,.category .toolbar .nav-links .prev{position:absolute}.category .toolbar .nav-links .prev{left:0}.category .toolbar .nav-links .next{right:0}.author main{padding-top:0}.author .author-header{padding-bottom:60px;color:#202f3c}@media (max-width:768px){.author .author-header{padding-bottom:30px}}.author .author-header h1{font-weight:600;font-size:48px}@media (max-width:768px){.author .author-header h1{font-size:28px}}.author .author-header p{font-weight:400;font-size:20px;line-height:30px}@media (max-width:768px){.author .author-header p{font-size:14px;line-height:22px}}.author .author-header .author-avatar-wrapper{display:flex;align-items:center;gap:16px}.author .author-header .author-avatar-wrapper img{border-radius:50%}.author .author-header .author-header-wrapper{display:flex;justify-content:space-between;flex-direction:column;gap:32px}.author .author-post{background:linear-gradient(to bottom,#fff,#f4f5fa)}.author .toolbar{background-color:#f4f5fa}.author .toolbar .nav-links{justify-content:center;gap:16px;position:relative}.author .toolbar .nav-links .next,.author .toolbar .nav-links .prev{position:absolute}.author .toolbar .nav-links .prev{left:0}.author .toolbar .nav-links .next{right:0}
/*# sourceMappingURL=style.min.css.map */
