@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,sans-serif!important;min-height:100vh;width:100%;overflow-x:hidden}body{font-family:Inter,sans-serif!important}.container{width:100%;margin:0 auto;margin-top:clamp(4rem,2.7692307692rem + 1.9230769231vw,4.5rem);margin-bottom:clamp(4rem,2.7692307692rem + 1.9230769231vw,4.5rem)}@media(min-width:1024px){.container{margin-top:clamp(4.5rem,3.2692307692rem + 1.9230769231vw,5rem);margin-bottom:clamp(4.5rem,3.2692307692rem + 1.9230769231vw,5rem)}}.container--nopadd{padding:0}.container--padded{padding:0 16px}@media(min-width:768px){.container--padded{padding:0 24px}}@media(min-width:1280px){.container--padded{max-width:1400px}}@media(min-width:1920px){.container--padded{max-width:1600px}}:root{--navbar-height: 74px;--max-width: 1600px;--color-white: #ffffff;--color-black: #1a1a1a;--color-cta: #1d3bbf;--color-cta-hover: #162e99;--color-border: #e2e2e2;--color-gray: #6b6b6b;--font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--transition-speed: .3s}body{font-family:var(--font-family);color:var(--color-black);-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;z-index:2;background:var(--color-white);box-shadow:0 4px 20px #0000000f}.navbar__wrapper{display:flex;justify-content:space-between;align-items:center;height:var(--navbar-height);padding:0 1.25rem;max-width:var(--max-width);margin:0 auto;position:relative}.navbar__logo{display:flex;align-items:center;z-index:3}.navbar__logo-image{height:28px;display:block}.navbar__menu{position:fixed;top:var(--navbar-height);left:0;width:100%;height:calc(100vh - var(--navbar-height));background:var(--color-white);display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.25rem 1.5rem;opacity:0;visibility:hidden;transition:opacity var(--transition-speed) ease,visibility var(--transition-speed) ease}.navbar__menu.is-open{opacity:1;visibility:visible}.navbar__list{display:flex;flex-direction:column;gap:.25rem}.navbar__list-item a{display:block;padding:.75rem 0;font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.5;transition:color .2s ease}.navbar__list-item a:hover{color:var(--color-cta)}.navbar__socials{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.navbar__socials a{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--color-black);transition:color .2s ease}.navbar__socials a:hover{color:var(--color-cta)}.navbar__socials svg{width:20px;height:20px}.navbar__bottom{margin-bottom:1rem}.navbar__divider{width:100%;height:1px;background-color:var(--color-border);margin-bottom:1.5rem}.navbar__lang{display:flex;align-items:center;gap:.5rem}.navbar__lang svg{width:20px;height:20px;color:var(--color-gray)}.navbar__button{background:none;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:var(--font-weight-regular);color:var(--color-gray);transition:color .2s ease}.navbar__button:hover{color:var(--color-black)}.navbar__button--active{font-weight:var(--font-weight-bold);color:var(--color-black)}.navbar__actions{display:none}.navbar__hamburger{background:none;border:none;padding:.25rem;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;position:relative}.navbar__hamburger-icon,.navbar__close-icon{position:absolute;transition:opacity .2s ease}.navbar__close-icon,.navbar__hamburger.is-open .navbar__hamburger-icon{opacity:0;pointer-events:none}.navbar__hamburger.is-open .navbar__close-icon{opacity:1;pointer-events:auto}.navbar__button--login{font-size:.9375rem;font-weight:var(--font-weight-medium);color:var(--color-black);padding:.5rem 1rem;background:none;border:none;transition:color .2s ease}.navbar__button--login:hover{color:var(--color-cta)}.navbar__button--cta{font-size:.875rem;font-weight:var(--font-weight-semibold);color:var(--color-white);background:var(--color-cta);border:none;border-radius:100px;padding:.625rem 1.5rem;transition:background .2s ease}.navbar__button--cta:hover{background:var(--color-cta-hover)}.navbar__button--lang{font-family:inherit;font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--color-gray);background:none;border:none;padding:.5rem;cursor:pointer;transition:color .2s ease}.navbar__button--lang:hover,.navbar__button--lang:focus-visible{color:var(--color-black)}@media(min-width:1024px){.navbar__wrapper{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 3rem}.navbar__logo{justify-self:start}.navbar__menu{position:static;width:auto;height:auto;padding:0;opacity:1;visibility:visible;flex-direction:row;justify-content:center;align-items:center;background:transparent}.navbar__list{flex-direction:row;gap:0}.navbar__list-item a{padding:.5rem 1.25rem;font-size:.9375rem;white-space:nowrap}.navbar__socials,.navbar__bottom{display:none}.navbar__actions{display:flex;align-items:center;justify-self:end;gap:.5rem}.navbar__hamburger{display:none}}.footer{background:#000;color:#fff;padding:3.75rem 2rem}.footer__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.footer__top,.footer__bottom,.footer__legal{display:contents}.footer__brand{order:1;display:flex;flex-direction:column;gap:.25rem}.footer__title{line-height:0}.footer__title img{display:block;max-width:100%}.footer__subtitle{font-size:.9rem;line-height:1.4}.footer__list{list-style:none;padding:0;margin:0;font-size:1rem;line-height:1.5}.footer__list--primary{order:2}.footer__list--secondary{order:3;border-top:1px solid #222;padding-top:1.5rem}.footer__item{margin-bottom:.75rem}.footer__link{color:inherit;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#598bed}.footer__prr{order:4}.footer__prr img{display:block;width:100%}.footer__socials{order:5;display:flex;gap:1rem}.footer__social{display:flex;color:#b3b3b3;transition:color .2s ease}.footer__social:hover{color:#598bed}.footer__language{order:6;display:flex;align-items:center;gap:.5rem;cursor:pointer}.footer__copyright{order:7;font-size:.8rem;color:#6b6b6b}@media(min-width:1024px){.footer{padding:1.75rem 3rem 2rem}.footer__container{gap:1rem}.footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto 1fr;min-height:4.5rem}.footer__brand{order:initial;grid-column:1;grid-row:1;align-self:start}.footer__subtitle{font-size:.75rem}.footer__list--primary{order:initial;grid-column:2;grid-row:1;display:flex;align-items:center;gap:1.75rem;font-size:.875rem}.footer__list--secondary{order:initial;display:flex;align-items:center;gap:1rem;border-top:0;padding-top:0;font-size:.75rem;color:#b3b3b3}.footer__item{margin-bottom:0}.footer__socials{order:initial;grid-column:2;grid-row:2;align-self:end;justify-self:end;gap:.75rem}.footer__prr{display:none}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;border-top:1px solid #222;padding-top:1.25rem}.footer__legal{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright,.footer__language{order:initial;flex-shrink:0;font-size:.75rem}}
