.footer{margin-top:120px;padding-top:calc(var(--mantine-spacing-xl)*2);padding-bottom:calc(var(--mantine-spacing-xl)*2);background-color:var(--mantine-color-gray-0);border-top:1px solid var(--mantine-color-gray-2)}.footer .logo{max-width:200px}@media(max-width:48em){.footer .logo{display:flex;flex-direction:column;align-items:center}}.footer .description{margin-top:5px}@media(max-width:48em){.footer .description{margin-top:var(--mantine-spacing-xs);text-align:center}}.footer .inner{display:flex;justify-content:space-between}@media(max-width:48em){.footer .inner{flex-direction:column;align-items:center}}.footer .groups{display:flex;flex-wrap:wrap}@media(max-width:48em){.footer .groups{display:block;text-align:center}.footer .groups>div{margin-top:var(--mantine-spacing-md)}}.footer .wrapper{width:160px}.footer .link{display:block;color:var(--mantine-color-gray-6);font-size:var(--mantine-font-size-sm);padding-top:3px;padding-bottom:3px}.footer .link:hover{text-decoration:underline}.footer .title{font-size:var(--mantine-font-size-lg);font-weight:700;font-family:Greycliff CF,var(--mantine-font-family);margin-bottom:calc(var(--mantine-spacing-xs)/2);color:var(--mantine-color-black)}.footer .afterFooter{display:flex;justify-content:space-between;align-items:center;margin-top:var(--mantine-spacing-xl);padding-top:var(--mantine-spacing-xl);padding-bottom:var(--mantine-spacing-xl);border-top:1px solid var(--mantine-color-gray-2)}@media(max-width:48em){.footer .afterFooter{flex-direction:column}.footer .social{margin-top:var(--mantine-spacing-xs)}}.logo{color:var(--mantine-color-black)}.logo img{height:33px;width:auto;object-fit:contain;object-position:left}.logo h2{font-size:1.375rem;font-weight:var(--mantine-h1-font-weight)}:root{--mantine-spacing-xs:4px;--mantine-spacing-sm:8px;--mantine-spacing-md:16px;--mantine-spacing-lg:32px;--mantine-spacing-xl:64px}.header{border-bottom:1px solid var(--mantine-color-gray-3);background-color:var(--mantine-color-white);position:fixed;box-shadow:var(--mantine-shadow-lg);z-index:10;top:0;width:100%;transition:all .2s ease}.header>div{height:60px}.header--top{box-shadow:none}a{text-decoration:none}.header-link{display:flex;align-items:center;height:100%;padding-left:var(--mantine-spacing-md);padding-right:var(--mantine-spacing-md);color:var(--mantine-color-black);font-weight:600;font-size:var(--mantine-font-size-md)}@media(max-width:48em){.header-link{height:42px;width:100%}}.header-link:hover{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-blue-5)}.header-subLink{width:100%;padding:var(--mantine-spacing-xs) var(--mantine-spacing-md);border-radius:var(--mantine-radius-md)}.header-subLink:hover{background-color:var(--mantine-color-gray-0);color:var(--mantine-color-blue-5)}.header-dropdownFooter{background-color:var(--mantine-color-gray-0);margin:calc(var(--mantine-spacing-md)*-1);margin-top:var(--mantine-spacing-sm);padding:var(--mantine-spacing-md) calc(var(--mantine-spacing-md)*2);padding-bottom:var(--mantine-spacing-xl);border-top:1px solid var(--mantine-color-gray-1)}