:root{--background-color:#fff;--background-color-darker:#e6e6e6;--inverted-background-color:#000;--modal-background:#000000b3;--text-color:#000;--text-color-lighter:#4d4d4d;--text-placeholder-color:#757575;--inverted-text-color:#fff;--inverted-text-color-darker:#e6e6e6;--separator-color:#1a1a1a;--scroll-bar-color:#2275b4;--scroll-bar-color-darker:#14466b;--accent-color-lighter:#54a2de;--accent-color:#2275b4;--accent-color-darker:#14466b;--shadow-color:#00000080;--hover-tint:#0000001a;--three-d-thickness-color:#ccc;--success-color:#22b45f;--error-color:#b42222;--header-height:90px;--field-height:40px;--field-border-thickness:2px;--total-field-height:calc(var(--field-height) + var(--field-border-thickness));--required-outline-color:red;scrollbar-gutter:stable both-edges;scroll-padding-top:var(--header-height);overflow:auto}html,body{min-width:350px;max-width:100vw}html{scroll-behavior:smooth}body{color:var(--text-color);background:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{background-color:var(--background-color);width:1.5rem}::-webkit-scrollbar-track{background:0 0;margin-block:1rem}::-webkit-scrollbar-thumb{background:var(--scroll-bar-color);border:.5rem solid var(--background-color);border-radius:100vw}::-webkit-scrollbar-thumb:hover{background:var(--scroll-bar-color-darker)}::selection{color:var(--inverted-text-color);background:var(--accent-color)}
.Header-module__XGnLpG__global-header{--sides-width:8rem;width:100%;height:var(--header-height);grid-template-columns:var(--sides-width) auto var(--sides-width);background-color:var(--background-color);z-index:100;align-items:center;padding:0 4rem;display:grid;position:sticky;top:0}.Header-module__XGnLpG__global-header>section{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__XGnLpG__logo-link{width:fit-content;height:fit-content}.Header-module__XGnLpG__logo-link>img{display:block}.Header-module__XGnLpG__global-header>section>figure{background-color:#0000;display:none;position:relative}.Header-module__XGnLpG__global-header>section>figure>input[type=checkbox]{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.Header-module__XGnLpG__global-header>section>figure>input[type=checkbox]:hover{cursor:pointer}.Header-module__XGnLpG__global-header>nav{grid-template-columns:repeat(3,auto);justify-content:center;align-items:center;gap:2rem;font-size:1.15rem;font-weight:600;display:grid}.Header-module__XGnLpG__global-header>nav>a{position:relative}.Header-module__XGnLpG__global-header>nav>a:after{content:"";background-color:var(--text-color);width:100%;height:3px;display:none;position:absolute;bottom:-5px;left:0}.Header-module__XGnLpG__global-header>nav>a[selected=yes]{pointer-events:none;color:var(--accent-color)}.Header-module__XGnLpG__global-header>nav>a[selected=no]:hover:after{display:block}.Header-module__XGnLpG__contact-button-link{color:var(--inverted-text-color);background-color:var(--accent-color);text-align:center;border-radius:.5rem;align-items:center;height:60%;font-size:1.15rem;font-weight:600;display:grid}.Header-module__XGnLpG__contact-button-link:hover{background-color:var(--accent-color-darker)}@media screen and (max-width:800px){.Header-module__XGnLpG__global-header{grid-template-rows:var(--header-height) auto auto;grid-template-columns:100%;padding:0 2rem;transition:height .5s;display:grid;overflow:hidden}.Header-module__XGnLpG__global-header>section{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__XGnLpG__global-header>section>figure{display:block}.Header-module__XGnLpG__global-header:has(section>figure>input[type=checkbox]:checked){height:325px}.Header-module__XGnLpG__global-header>nav{grid-template-rows:repeat(3,auto);grid-template-columns:100%;gap:2rem;font-size:1.15rem;font-weight:600;display:grid}}
.Footer-module__9H8DDa__global-footer-content{background-color:var(--inverted-background-color);color:var(--inverted-text-color);border-top-left-radius:2rem;border-top-right-radius:2rem;padding:0 6rem}.Footer-module__9H8DDa__global-footer-content>article{flex-wrap:wrap;justify-content:center;gap:2.5rem 2rem;max-width:1000px;margin:auto;padding:4rem 0;display:flex}.Footer-module__9H8DDa__footer-links-group{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__9H8DDa__footer-links-group>ul{color:var(--inverted-text-color-darker);flex-direction:column;gap:1rem;font-size:1rem;list-style:none;display:flex}.Footer-module__9H8DDa__footer-path-link{position:relative}.Footer-module__9H8DDa__footer-path-link:after{content:"";background-color:var(--inverted-text-color);transform-origin:100% 100%;width:100%;height:1px;transition:transform .5s ease-out;position:absolute;bottom:-.25rem;left:0;transform:scaleX(0)}.Footer-module__9H8DDa__footer-path-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Footer-module__9H8DDa__footer-contact-group{flex-direction:column;gap:2.5rem;display:flex}.Footer-module__9H8DDa__footer-separator{background-color:var(--separator-color);border-radius:100vw;height:2px;margin:auto;display:block}.Footer-module__9H8DDa__footer-aside-group{justify-content:space-between;padding:1.25rem;display:flex}.Footer-module__9H8DDa__footer-icons-group{gap:2rem;display:flex}.Footer-module__9H8DDa__footer-icon-link{transition:transform .25s;transform:scale(1)}.Footer-module__9H8DDa__footer-icon-link:hover{transform:scale(1.25)}.Footer-module__9H8DDa__footer-aside-group>p{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Footer-module__9H8DDa__footer-aside-group img{display:block}.Footer-module__9H8DDa__footer-privacy-and-terms-group{text-align:center;align-items:center;gap:1rem;display:flex}.Footer-module__9H8DDa__center-links{margin:0 auto}@media screen and (max-width:1000px){.Footer-module__9H8DDa__footer-links-group,.Footer-module__9H8DDa__footer-contact-group{text-align:center;min-width:250px}}@media screen and (max-width:800px){.Footer-module__9H8DDa__footer-aside-group{flex-direction:column-reverse;align-items:center;row-gap:1rem;padding:1.25rem 0}}
