.ActionButton_action__Qjmfe{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center}.Actions_actions__oaDuX{display:flex;align-items:center;gap:1em;font-size:1.2em}.BrandLogo_logo__OK8pB{filter:invert(100%);mix-blend-mode:difference;font-weight:700;font-size:1.2em}@media(min-width:768px){.BrandLogo_logo__OK8pB{font-size:1.5em}}.NavLink_link__jnGSe{font-weight:500}.Navbar_header__Y5V_H{padding-inline:var(--layoutPadding);height:var(--headerHeight);position:-webkit-sticky;position:sticky;top:0;background-color:var(--backgroundBody);display:flex;align-items:center;justify-content:space-between;z-index:10000}.Navbar_navbar__gfeO3{display:flex;align-items:center;gap:1em;gap:2em}.Navbar_navLinks__Bvfgm{display:none;position:fixed;gap:1em;border-radius:.5em;top:calc(var(--headerHeight));right:var(--layoutPadding);border:1px solid var(--borderColorInput);padding:1em;background-color:var(--backgroundBody)}.Navbar_navLinks__Bvfgm.Navbar_active__ENh5d{display:grid}@media(min-width:600px){.Navbar_navLinks__Bvfgm{position:inherit;display:flex;align-items:center;gap:1em;border:none}.Navbar_navLinks__Bvfgm.Navbar_active__ENh5d{display:inherit}}@media(min-width:800px){.Navbar_navLinks__Bvfgm{gap:2em}}.Navbar_menu__33Swv{color:var(--colorTitle);padding:.5em;font-size:1.2em}@media(min-width:600px){.Navbar_menu__33Swv{display:none}}:root{--backgroundBody:#f5efe2;--colorTitle:#1e180a;--colorSubTitle:#69531b;--colorText:#4d4635;--backgroundButton:#c6b591;--backgroundButtonDisabled:#e0d9cc;--backgroundButtonHover:#a7957c;--backgroundInput:#fff3da;--borderColorInput:#c6b591;--borderColorCard:#ede8de;--backgroundCardAlt:#f3f0eb;--boxShadowCard:0 0 1em rgba(78,53,7,.301);--boxShadowCardLight:0 0 1em rgba(78,53,7,.065);--backgroundCard:#dbcaa576;--layoutPadding:10px;--headerHeight:70px;--heroHeight:calc(100vh - var(--headerHeight));--gapInterSections:4em}@media(min-width:600px){:root{--layoutPadding:30px}}@media(min-width:768px){:root{--layoutPadding:50px}}@media(min-width:800px){:root{--layoutPadding:80px}}@media(min-width:1200px){:root{--layoutPadding:120px}}*{margin:0;padding:0;box-sizing:border-box}::-webkit-tap-highlight-color{background-color:transparent}html{scroll-behavior:smooth;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:var(--backgroundBody)}.container{padding-inline:var(--layoutPadding);display:grid}a{text-decoration:none;color:inherit}svg{fill:currentColor;width:1.25em;height:1.25em;display:block}h1,h2,h3,h4,h5,h6{color:var(--colorTitle)}li,ol,ul{list-style:none}mark{background-color:transparent;color:var(--colorSubTitle)}button{background-color:var(--backgroundButton);padding:.25em 1em;border:none;outline:none;border-radius:.5em;color:var(--colorTitle);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s}button:disabled{background-color:var(--backgroundButtonDisabled);color:var(--colorText);cursor:not-allowed}button:hover{background-color:var(--backgroundButtonHover)}p{line-height:1.8;font-size:1.2em}input,p,textarea{color:var(--colorText)}input,textarea{width:100%;outline:none;border:1px solid var(--borderColorInput);padding:.75em 1em;border-radius:.5em;background-color:var(--backgroundInput)}input::placeholder,textarea::placeholder{color:var(--colorText)}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--backgroundInput) inset!important;-webkit-text-fill-color:var(--colorTitle)!important}input:focus,input:hover,textarea:focus,textarea:hover{box-shadow:0 0 0 1px var(--borderColorInput)}iframe{max-width:100%;width:100%;border:none;border-radius:1em;box-shadow:var(--boxShadowCardLight)}