.header[data-astro-cid-j2devmb2]{position:fixed;top:0;left:0;right:0;z-index:1001;background-color:#000;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease}.header[data-astro-cid-j2devmb2].animate-on-load{transform:translateY(-100%);animation:slideDownHeader 1.4s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideDownHeader{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.header[data-astro-cid-j2devmb2].initial-load-complete{transform:translateY(0);animation:none}.header[data-astro-cid-j2devmb2].hidden,.header[data-astro-cid-j2devmb2].initial-load-complete.hidden{transform:translateY(-100%)}.header[data-astro-cid-j2devmb2].transparent{background-color:transparent}.header[data-astro-cid-j2devmb2].dropdown-open{background-color:var(--green-600)}.header-container[data-astro-cid-j2devmb2]{display:flex;justify-content:center;width:100%}.header-content[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:space-between;height:var(--header-height-mobile)}.logo[data-astro-cid-j2devmb2]{display:flex}.logo[data-astro-cid-j2devmb2] img[data-astro-cid-j2devmb2]{width:auto;height:37px}@media (min-width: 768px){.header-content[data-astro-cid-j2devmb2]{height:var(--header-height-tablet)}}@media (min-width: 1025px){.header-content[data-astro-cid-j2devmb2]{height:var(--header-height-desktop);margin-top:12px}}.nav-list[data-astro-cid-j2devmb2]{display:flex;align-items:center;gap:24px;list-style:none}.nav-link[data-astro-cid-j2devmb2]{font-weight:700;font-size:.729375rem;letter-spacing:.05em;text-transform:uppercase;color:#fff;padding:.5rem 0;position:relative;transition:opacity .2s ease}.nav-link[data-astro-cid-j2devmb2]:hover,.nav-link[data-astro-cid-j2devmb2]:focus{opacity:1}.nav-link[data-astro-cid-j2devmb2]:after,.dropdown-trigger[data-astro-cid-j2devmb2]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#e6e6e6;transition:width .2s ease}.nav-link[data-astro-cid-j2devmb2]:hover:after,.nav-link[data-astro-cid-j2devmb2]:focus:after,.dropdown-trigger[data-astro-cid-j2devmb2]:hover:after{width:100%}.nav-item--dropdown[data-astro-cid-j2devmb2]{margin-top:6px}.dropdown[data-astro-cid-j2devmb2]{position:relative}.dropdown-trigger[data-astro-cid-j2devmb2]{font-weight:700;font-size:.729375rem;letter-spacing:.05em;text-transform:uppercase;color:#fff;padding:.5rem 0;cursor:pointer;list-style:none;display:flex;align-items:center;gap:.25rem;transition:opacity .2s ease}.dropdown-trigger[data-astro-cid-j2devmb2]:hover,.dropdown-trigger[data-astro-cid-j2devmb2]:focus{opacity:1}.dropdown-icon[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:center;width:18px;height:18px;transform:rotate(90deg);transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-icon[data-astro-cid-j2devmb2]{transform:rotate(-90deg)}.dropdown[data-astro-cid-j2devmb2].closing .dropdown-icon[data-astro-cid-j2devmb2]{transform:rotate(90deg)}.dropdown-menu[data-astro-cid-j2devmb2]{position:fixed;top:var(--header-height-desktop);left:0;width:100vw;height:0;background-color:var(--green-600);border:none;border-radius:0;padding:0;list-style:none;opacity:0;overflow:hidden;transform:translateY(-100%);transition:none;pointer-events:none;z-index:1000;display:flex;justify-content:center;align-items:stretch;will-change:opacity,height,transform;visibility:hidden}.dropdown[data-astro-cid-j2devmb2].ready .dropdown-menu[data-astro-cid-j2devmb2]{transition:opacity .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1)}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-menu[data-astro-cid-j2devmb2]{opacity:1;height:calc(100vh - var(--header-height-desktop));transform:translateY(0);pointer-events:auto;visibility:visible}.dropdown[data-astro-cid-j2devmb2]:not([open]) .dropdown-menu[data-astro-cid-j2devmb2]{opacity:0;height:0;transform:translateY(-100%);pointer-events:none}.dropdown[data-astro-cid-j2devmb2].closing .dropdown-menu[data-astro-cid-j2devmb2]{opacity:0;height:0;transform:translateY(-100vh);pointer-events:none;visibility:hidden;transition:opacity .6s cubic-bezier(.25,.1,.25,1),height .6s cubic-bezier(.25,.1,.25,1),transform .6s cubic-bezier(.25,.1,.25,1),visibility .6s cubic-bezier(.25,.1,.25,1)}.dropdown-container[data-astro-cid-j2devmb2]{width:100%;margin-top:48px;opacity:0;transition:opacity .3s ease .2s}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-container[data-astro-cid-j2devmb2]{opacity:1}.dropdown[data-astro-cid-j2devmb2].closing .dropdown-container[data-astro-cid-j2devmb2]{opacity:0;transition:opacity .1s ease-out}.dropdown-content-grid[data-astro-cid-j2devmb2]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;color:#fff}@media (max-width: 1023px){.dropdown-menu[data-astro-cid-j2devmb2]{top:var(--header-height-tablet)}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-menu[data-astro-cid-j2devmb2]{height:calc(100vh - var(--header-height-tablet))}.dropdown-menu-list[data-astro-cid-j2devmb2]{max-height:calc(100vh - var(--header-height-tablet) - 120px)}}@media (max-width: 767px){.dropdown-menu[data-astro-cid-j2devmb2]{top:var(--header-height-mobile)}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-menu[data-astro-cid-j2devmb2]{height:calc(100vh - var(--header-height-mobile))}.dropdown-menu-list[data-astro-cid-j2devmb2]{max-height:calc(100vh - var(--header-height-mobile) - 120px)}}.dropdown-menu-list[data-astro-cid-j2devmb2]{list-style:none;margin-top:-24px;padding:0;max-height:calc(100vh - var(--header-height-desktop) - 120px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.dropdown-menu-list[data-astro-cid-j2devmb2]::-webkit-scrollbar{width:6px}.dropdown-menu-list[data-astro-cid-j2devmb2]::-webkit-scrollbar-track{background:transparent}.dropdown-menu-list[data-astro-cid-j2devmb2]::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.dropdown-menu-list[data-astro-cid-j2devmb2]::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.dropdown-item[data-astro-cid-j2devmb2]{border-bottom:1px solid #969693}.dropdown-item[data-astro-cid-j2devmb2]:last-child{border-bottom:none}.dropdown-link[data-astro-cid-j2devmb2]{display:block;opacity:0;padding-top:24px;padding-bottom:24px;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-link[data-astro-cid-j2devmb2]{opacity:1;transform:translateY(0)}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-link[data-astro-cid-j2devmb2]:nth-child(1){transition-delay:.3s}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-link[data-astro-cid-j2devmb2]:nth-child(2){transition-delay:.4s}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-link[data-astro-cid-j2devmb2]:nth-child(3){transition-delay:.5s}.dropdown[data-astro-cid-j2devmb2][open] .dropdown-link[data-astro-cid-j2devmb2]:nth-child(4){transition-delay:.6s}.dropdown-content[data-astro-cid-j2devmb2]{display:grid;grid-template-columns:220px 320px auto;align-items:center;width:100%}.dropdown-title[data-astro-cid-j2devmb2]{font-size:1.875rem;font-weight:500;color:#f0f0ee;line-height:1.2}.dropdown-description[data-astro-cid-j2devmb2]{font-size:1.125rem;font-weight:500;color:#f0f0ee;line-height:1.2}.dropdown-chevron[data-astro-cid-j2devmb2]{font-size:24px;color:#f0f0ee;margin-inline-start:auto;opacity:0;transition:all .5s ease}.dropdown-link[data-astro-cid-j2devmb2]:hover,.dropdown-link[data-astro-cid-j2devmb2]:focus{background-color:transparent}.dropdown-link[data-astro-cid-j2devmb2]:hover .dropdown-chevron[data-astro-cid-j2devmb2],.dropdown-link[data-astro-cid-j2devmb2]:focus .dropdown-chevron[data-astro-cid-j2devmb2]{transform:translate(4px);opacity:1}.mobile-nav-trigger[data-astro-cid-j2devmb2]{cursor:pointer;list-style:none;padding:.5rem}.hamburger[data-astro-cid-j2devmb2]{display:flex;flex-direction:column;gap:4px;width:24px;height:18px;position:relative}.hamburger[data-astro-cid-j2devmb2] span[data-astro-cid-j2devmb2]{width:100%;height:2px;background-color:#f5f5f5;transform-origin:center center;transition:transform .2s ease,opacity .2s ease}.mobile-nav[data-astro-cid-j2devmb2][open] .hamburger[data-astro-cid-j2devmb2] span[data-astro-cid-j2devmb2]:nth-child(1){transform:rotate(45deg) translate(0);position:absolute;top:50%;left:0;margin-top:-1px}.mobile-nav[data-astro-cid-j2devmb2][open] .hamburger[data-astro-cid-j2devmb2] span[data-astro-cid-j2devmb2]:nth-child(2){opacity:0}.mobile-nav[data-astro-cid-j2devmb2][open] .hamburger[data-astro-cid-j2devmb2] span[data-astro-cid-j2devmb2]:nth-child(3){transform:rotate(-45deg) translate(0);position:absolute;top:50%;left:0;margin-top:-1px}.nav-mobile[data-astro-cid-j2devmb2]{position:absolute;top:100%;left:0;right:0;background-color:#0b0b0b;border-bottom:1px solid #969693;padding:1rem 0;max-height:calc(100vh - 60px);overflow-y:auto;z-index:999;height:100vh}@media (min-width: 768px){.nav-mobile[data-astro-cid-j2devmb2]{max-height:calc(100vh - 70px)}}@media (min-width: 1025px){.nav-mobile[data-astro-cid-j2devmb2]{max-height:calc(100vh - 80px)}}.nav-mobile-list[data-astro-cid-j2devmb2]{list-style:none;padding-inline-start:20px}.nav-mobile-link[data-astro-cid-j2devmb2]{display:block;padding:.875rem 1rem;font-weight:500;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#f5f5f5;transition:background-color .2s ease}@media (min-width: 768px){.nav-mobile-link[data-astro-cid-j2devmb2]{padding:1rem;font-size:.875rem}.nav-mobile-list[data-astro-cid-j2devmb2]{padding-inline-start:40px}}.nav-mobile-link[data-astro-cid-j2devmb2]:hover,.nav-mobile-link[data-astro-cid-j2devmb2]:focus{background-color:#f5f5f50d}.mobile-dropdown-trigger[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 2rem .875rem 1rem;font-weight:500;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#f5f5f5;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left}@media (min-width: 768px){.mobile-dropdown-trigger[data-astro-cid-j2devmb2]{padding:1rem 60px 1rem 1rem;font-size:.875rem}}.mobile-dropdown-trigger[data-astro-cid-j2devmb2]:hover,.mobile-dropdown-trigger[data-astro-cid-j2devmb2]:focus{background-color:#f5f5f50d}.mobile-dropdown-icon[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:center;width:18px;height:18px;transform:rotate(90deg);transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1);margin-left:.25rem}.nav-mobile-item[data-astro-cid-j2devmb2].open .mobile-dropdown-icon[data-astro-cid-j2devmb2]{transform:rotate(-90deg)}.mobile-dropdown-menu[data-astro-cid-j2devmb2]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--green-600);z-index:1002;opacity:0;transform:translateY(-100%);visibility:hidden;pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-dropdown-menu[data-astro-cid-j2devmb2].open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.mobile-dropdown-header[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #ffffff}@media (min-width: 768px){.mobile-dropdown-header[data-astro-cid-j2devmb2]{padding:1.5rem 2rem}}.mobile-dropdown-branding[data-astro-cid-j2devmb2]{display:flex;flex-direction:column;gap:.25rem}.mobile-dropdown-branding[data-astro-cid-j2devmb2] img[data-astro-cid-j2devmb2]{filter:brightness(0) invert(1);height:auto;width:auto;max-width:150px}@media (min-width: 768px){.mobile-dropdown-branding[data-astro-cid-j2devmb2] img[data-astro-cid-j2devmb2]{max-width:180px}}.mobile-dropdown-branding-text[data-astro-cid-j2devmb2]{font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff}@media (min-width: 768px){.mobile-dropdown-branding-text[data-astro-cid-j2devmb2]{font-size:.75rem}}.mobile-dropdown-close[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #ffffff;background:transparent;color:#fff;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.mobile-dropdown-close[data-astro-cid-j2devmb2]:hover,.mobile-dropdown-close[data-astro-cid-j2devmb2]:focus{background-color:#ffffff1a}.mobile-dropdown-close[data-astro-cid-j2devmb2] svg[data-astro-cid-j2devmb2]{width:18px;height:18px}.mobile-dropdown-divider[data-astro-cid-j2devmb2]{height:1px;background-color:#fff;margin:0}.mobile-dropdown-container[data-astro-cid-j2devmb2]{padding:1.5rem 1.5rem 2rem;opacity:0;transition:opacity .3s ease .2s}@media (min-width: 768px){.mobile-dropdown-container[data-astro-cid-j2devmb2]{padding:2rem 2rem 3rem}}.mobile-dropdown-menu[data-astro-cid-j2devmb2].open .mobile-dropdown-container[data-astro-cid-j2devmb2]{opacity:1}.mobile-dropdown-menu-list[data-astro-cid-j2devmb2]{list-style:none;margin:0;padding:0}.mobile-dropdown-item[data-astro-cid-j2devmb2]{border-bottom:1px solid #ffffff}.mobile-dropdown-item[data-astro-cid-j2devmb2]:last-child{border-bottom:none}.mobile-dropdown-link[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;color:#fff;text-decoration:none;transition:background-color .2s ease}@media (min-width: 768px){.mobile-dropdown-link[data-astro-cid-j2devmb2]{padding:1.5rem 0}}.mobile-dropdown-content[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}@media (min-width: 768px){.mobile-dropdown-content[data-astro-cid-j2devmb2]{display:grid;grid-template-columns:180px 280px auto;align-items:center;gap:1.5rem}}.mobile-dropdown-text[data-astro-cid-j2devmb2]{display:flex;flex-direction:column;gap:.5rem;flex:1}@media (min-width: 768px){.mobile-dropdown-text[data-astro-cid-j2devmb2]{display:contents}}.mobile-dropdown-title[data-astro-cid-j2devmb2]{font-size:1.125rem;font-weight:500;color:#fff;line-height:1.2;margin:0}@media (min-width: 768px){.mobile-dropdown-title[data-astro-cid-j2devmb2]{font-size:1.25rem}}.mobile-dropdown-description[data-astro-cid-j2devmb2]{font-size:.875rem;font-weight:500;color:#fff;line-height:1.4;opacity:.9}@media (min-width: 768px){.mobile-dropdown-description[data-astro-cid-j2devmb2]{font-size:1rem}}.mobile-dropdown-chevron[data-astro-cid-j2devmb2]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff;flex-shrink:0}.mobile-dropdown-chevron[data-astro-cid-j2devmb2] svg[data-astro-cid-j2devmb2]{width:24px;height:24px}.mobile-dropdown-link[data-astro-cid-j2devmb2]:hover,.mobile-dropdown-link[data-astro-cid-j2devmb2]:focus{background-color:#ffffff0d}.mobile-dropdown-link[data-astro-cid-j2devmb2]:hover .mobile-dropdown-chevron[data-astro-cid-j2devmb2],.mobile-dropdown-link[data-astro-cid-j2devmb2]:focus .mobile-dropdown-chevron[data-astro-cid-j2devmb2]{transform:translate(4px)}@media (max-width: 1023px){.dropdown-title[data-astro-cid-j2devmb2]{font-size:1.25rem}.dropdown-description[data-astro-cid-j2devmb2]{font-size:.8rem}.dropdown-link[data-astro-cid-j2devmb2]{padding:1.25rem 1.5rem}}@media (max-width: 767px){.dropdown-title[data-astro-cid-j2devmb2]{font-size:1.125rem}.dropdown-description[data-astro-cid-j2devmb2]{font-size:.75rem}.dropdown-link[data-astro-cid-j2devmb2]{padding:1rem 1.25rem}.dropdown-chevron[data-astro-cid-j2devmb2]{font-size:1rem}}.nav-desktop[data-astro-cid-j2devmb2]{display:none}.mobile-nav[data-astro-cid-j2devmb2]{display:block}@media (min-width: 1025px){.nav-desktop[data-astro-cid-j2devmb2]{display:block}.mobile-nav[data-astro-cid-j2devmb2]{display:none}}body.dropdown-open{overflow:hidden}html{scrollbar-gutter:stable}@media (prefers-reduced-motion: reduce){.header[data-astro-cid-j2devmb2],.header[data-astro-cid-j2devmb2].animate-on-load,.dropdown-menu[data-astro-cid-j2devmb2],.dropdown-icon[data-astro-cid-j2devmb2],.dropdown-link[data-astro-cid-j2devmb2],.dropdown-container[data-astro-cid-j2devmb2],.mobile-dropdown-menu[data-astro-cid-j2devmb2],.mobile-dropdown-icon[data-astro-cid-j2devmb2],.mobile-dropdown-link[data-astro-cid-j2devmb2],.mobile-dropdown-container[data-astro-cid-j2devmb2],.hamburger[data-astro-cid-j2devmb2] span[data-astro-cid-j2devmb2]{transition:none;animation:none}.header[data-astro-cid-j2devmb2].animate-on-load{transform:translateY(0)}}:root{--footer-bg: var(--bg-dark-grey);--footer-text: var(--text-white);--footer-accent: var(--green-700)}.footer[data-astro-cid-cpgxvzen]{background-color:var(--footer-bg);color:var(--footer-text);position:relative;overflow:hidden;width:100%;max-width:100vw;flex-shrink:0}.footer[data-astro-cid-cpgxvzen]:after{content:"";position:absolute;bottom:0;right:0;width:0;height:0;border-left:197px solid transparent;border-bottom:556px solid var(--footer-accent);z-index:1;pointer-events:none}.footer-container[data-astro-cid-cpgxvzen]{position:relative;padding-block:64px}.footer-content[data-astro-cid-cpgxvzen]{display:grid;grid-template-columns:1fr;gap:3rem}.footer-brand[data-astro-cid-cpgxvzen] img[data-astro-cid-cpgxvzen]{width:252.5px;height:35px}.footer-brand-column[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:2rem;justify-content:space-between}.footer-contact-container[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:var(--space-xl)}.cta-link[data-astro-cid-cpgxvzen]{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-family-heading);font-size:2.375rem;font-weight:var(--type-weight-medium);color:var(--footer-text);text-decoration:none;transition:opacity .2s ease}.cta-link[data-astro-cid-cpgxvzen]:hover{opacity:.8}.cta-arrow[data-astro-cid-cpgxvzen]{display:inline-flex;align-items:center;justify-content:center}.social-icons[data-astro-cid-cpgxvzen]{display:flex;gap:1rem;flex-wrap:wrap;margin-inline-start:-4px}.social-link[data-astro-cid-cpgxvzen]{display:inline-flex;align-items:flex-end;justify-content:center;width:2.5rem;height:2.5rem;color:var(--footer-text);text-decoration:none;transition:opacity .2s ease}.social-link[data-astro-cid-cpgxvzen]:hover{opacity:.7}.social-link[data-astro-cid-cpgxvzen] img[data-astro-cid-cpgxvzen]{width:1.5rem;height:1.5rem;transition:opacity .2s ease}.footer-copyright[data-astro-cid-cpgxvzen] p[data-astro-cid-cpgxvzen]{font-family:var(--font-family-mono);font-size:var(--type-scale-1);line-height:var(--line-height-2);color:var(--dark-500);margin:0;max-width:180px}.footer-advertise-column[data-astro-cid-cpgxvzen],.footer-company-column[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:var(--space-lg);z-index:2}.footer-section-title[data-astro-cid-cpgxvzen]{font-family:var(--font-family-body);font-size:var(--type-scale-4);font-weight:var(--type-weight-bold);line-height:var(--line-height-1);text-transform:uppercase;color:var(--footer-text);margin:0}.footer-links[data-astro-cid-cpgxvzen]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link[data-astro-cid-cpgxvzen]{font-family:var(--font-family-body);font-size:var(--type-scale-3);font-weight:var(--type-weight-medium);line-height:var(--line-height-2);color:var(--footer-text);text-decoration:none;transition:opacity .2s ease}.footer-link[data-astro-cid-cpgxvzen]:hover{opacity:.8}.footer-bottom[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;justify-content:space-between;padding-top:2rem;gap:24px}.legal-links[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:18px;margin-inline-end:20%}.legal-link[data-astro-cid-cpgxvzen]{font-family:var(--font-family-mono);font-size:var(--type-scale-1);line-height:var(--line-height-1);color:var(--dark-500);text-decoration:none;transition:color .2s ease}.legal-link[data-astro-cid-cpgxvzen]:hover{color:var(--footer-text)}.legal-links-group[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;gap:var(--space-lg)}.footer-content[data-astro-cid-cpgxvzen]{gap:var(--space-2xl)}.footer-links-container[data-astro-cid-cpgxvzen]{display:flex;gap:80px}@media (min-width: 768px){.footer-contact-container[data-astro-cid-cpgxvzen]{gap:40px}.footer-brand[data-astro-cid-cpgxvzen] img[data-astro-cid-cpgxvzen]{width:450px;height:62px}.footer-container[data-astro-cid-cpgxvzen]{padding-block:80px}.footer-content[data-astro-cid-cpgxvzen]{gap:var(--space-3xl)}.footer-links-container[data-astro-cid-cpgxvzen]{gap:120px}.footer-copyright[data-astro-cid-cpgxvzen] p[data-astro-cid-cpgxvzen]{max-width:100%}.footer-section-title[data-astro-cid-cpgxvzen]{font-size:var(--type-scale-5);line-height:var(--line-height-1)}.footer-link[data-astro-cid-cpgxvzen]{font-size:var(--type-scale-4);line-height:var(--line-height-1)}}@media (min-width: 1025px){.footer[data-astro-cid-cpgxvzen]{display:flex;justify-content:center;height:556px;max-width:100%}.footer-container[data-astro-cid-cpgxvzen]{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-block-start:83px;padding-block-end:75px;padding-inline-start:132px}.footer-contact-container[data-astro-cid-cpgxvzen]{gap:60px}.footer-brand-column[data-astro-cid-cpgxvzen][data-astro-cid-cpgxvzen]{gap:92px}.footer-brand[data-astro-cid-cpgxvzen] img[data-astro-cid-cpgxvzen]{width:527px;height:auto}.footer-content[data-astro-cid-cpgxvzen]{grid-template-columns:auto 1fr;gap:230px}.footer-bottom[data-astro-cid-cpgxvzen]{flex-direction:row;padding-top:0;gap:0}.legal-links[data-astro-cid-cpgxvzen]{flex-direction:row;justify-content:center;align-items:center;gap:6.25rem;margin-inline-end:0;z-index:2}.legal-links-group[data-astro-cid-cpgxvzen]{flex-direction:row;align-items:center;gap:var(--space-xl)}.footer-links-container[data-astro-cid-cpgxvzen]{gap:220px}.footer-section-title[data-astro-cid-cpgxvzen]{font-size:var(--type-scale-3);font-weight:var(--type-weight-bold)}.footer-link[data-astro-cid-cpgxvzen]{font-size:var(--type-scale-3);font-weight:var(--type-weight-medium)}}.footer[data-astro-cid-cpgxvzen] [data-astro-cid-cpgxvzen]{box-sizing:border-box}.footer[data-astro-cid-cpgxvzen] a[data-astro-cid-cpgxvzen]{will-change:auto}.footer[data-astro-cid-cpgxvzen] a[data-astro-cid-cpgxvzen]:hover{will-change:opacity}@font-face{font-family:NYTCheltenham;src:url(/fonts/NYTCheltenham/NYTCheltenhamBook.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NYTCheltenham;src:url(/fonts/NYTCheltenham/NYTCheltenhamMedium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NYTCheltenham;src:url(/fonts/NYTCheltenham/NYTCheltenhamBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:NYTFranklin;src:url(/fonts/NYTFranklin/NYTFranklinMedium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NYTFranklin;src:url(/fonts/NYTFranklin/NYTFranklinSemibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:NYTFranklin;src:url(/fonts/NYTFranklin/NYTFranklinBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:NYTFranklin;src:url(/fonts/NYTFranklin/NYTFranklinExtraBold.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:SöhneMono;src:url(/fonts/SohneMono/S%C3%B6hneMono-Buch.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--bg-black: #000000;--bg-dark: #121212;--bg-dark-grey: #191919;--bg-white: #ffffff;--bg-light-grey: #f0f0ee;--muted-dark: #b7b7b7;--accent-dark: #e6e6e6;--text-white: #ffffff;--text-black: #000000;--text-dark: #121212;--text-light: #323232;--muted-light: #b7b7b7;--accent-light: #e6e6e6;--dark-500: #969693;--light-500: #515151;--light-600: #323232;--light-700: #292626;--gold-500: #c89e57;--green-500: #1b8d54;--green-600: #1d5644;--green-700: #2d5c4d;--green-800: #0e3330;--text: var(--text-light);--muted: var(--muted-light);--accent: var(--accent-light);--bg: var(--bg-white);--header-height-mobile: 88px;--header-height-tablet: 104px;--header-height-desktop: 105px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-md-lg: 1.125rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xl-30: 1.875rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 5rem;--space-5xl: 8rem;--space-section: 5.625rem;--space-hero-margin: 13.125rem;--space-content-gap: 3.75rem;--space-stats-gap: 3.5rem;--page-header-spacing-mobile: var(--header-height-mobile);--page-header-spacing-tablet: var(--header-height-tablet);--page-header-spacing-desktop: var(--header-height-desktop);--desktop-max-width: 1728px;--desktop-home-padding-inline: 0 216px;--tablet-max-width: 100%;--tablet-home-padding-inline: 0 48px;--mobile-max-width: 100%;--mobile-home-padding-inline: 0 24px;--home-content-max-width-desktop: 1440px;--home-content-max-width-desktop-padding-inline: 0 47px 0 24px;--content-max-width-desktop: 1350px;--content-max-width-tablet: 750px;--content-max-width-mobile: 327px;--small-heading-font-size-mobile: 1.875rem;--small-heading-font-size-tablet: 1.875rem;--small-heading-font-size-desktop: 2.5rem;--small-heading-font-weight: 500;--small-heading-line-height: 1.2;--medium-heading-font-size-mobile: 2.5rem;--medium-heading-font-size-tablet: 2.5rem;--medium-heading-font-size-desktop: 3.5rem;--medium-heading-font-weight: 700;--medium-heading-line-height: 1.2;--extra-medium-heading-font-size-mobile: 2.5rem;--extra-medium-heading-font-size-tablet: 2.5rem;--extra-medium-heading-font-size-desktop: 3rem;--extra-medium-heading-font-weight: 500;--extra-medium-heading-line-height: 48px;--large-heading-font-size-mobile: 2.5rem;--large-heading-font-size-tablet: 2.5rem;--large-heading-font-size-desktop: 4.375rem;--large-heading-font-weight: 700;--large-heading-line-height: 70px;--type-scale-1: .875rem;--type-scale-2: 1rem;--type-scale-3: 1.125rem;--type-scale-4: 1.25rem;--type-scale-5: 1.5rem;--type-scale-6: 1.75rem;--type-scale-7: 1.875rem;--type-scale-8: 2rem;--type-scale-9: 2.5rem;--type-scale-10: 2.75rem;--type-scale-11: 3rem;--type-scale-12: 3.25rem;--type-scale-13: 3.5rem;--type-scale-14: 3.75rem;--type-scale-15: 5rem;--type-scale-16: 8rem;--line-height-1: 1.2;--line-height-2: 1.3;--line-height-3: 1.4;--line-height-4: 1.5;--type-weight-regular: 400;--type-weight-medium: 500;--type-weight-semibold: 600;--type-weight-bold: 700;--type-weight-extra-bold: 800;--font-family-heading: "NYTCheltenham", -apple-system, BlinkMacSystemFont;--font-family-body: "NYTFranklin", -apple-system, BlinkMacSystemFont;--font-family-mono: "SöhneMono", "Courier New", Courier, monospace}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto}img[width][height]{aspect-ratio:attr(width) / attr(height)}html{font-size:16px;height:100%;overflow-x:hidden}body{margin:0;padding:0;font-family:var(--font-family-body),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--light-700);font-size:var(--type-scale-4);font-weight:var(--type-weight-medium);line-height:var(--line-height-1);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%}:focus-visible{outline:2px solid #e6e6e6;outline-offset:2px}main{flex:1 0 auto;max-width:100%;padding-bottom:80px;overflow-x:hidden}.content-container{width:100%;display:flex;align-items:center;justify-content:center}.content-max-width{width:100%;max-width:var(--mobile-max-width);padding:var(--mobile-home-padding-inline)}.small-heading-size{font-size:var(--small-heading-font-size-mobile);font-weight:var(--small-heading-font-weight);line-height:var(--small-heading-line-height)}.medium-heading-size{font-size:var(--medium-heading-font-size-mobile);font-weight:var(--medium-heading-font-weight);line-height:var(--medium-heading-line-height)}.extra-medium-heading-size{font-size:var(--extra-medium-heading-font-size-mobile);font-weight:var(--extra-medium-heading-font-weight);line-height:var(--extra-medium-heading-line-height)}.large-heading-size{font-size:var(--large-heading-font-size-mobile);font-weight:var(--large-heading-font-weight);line-height:var(--large-heading-line-height)}.page-header-spacing{padding-top:var(--page-header-spacing-mobile)}@media (min-width: 768px){.page-header-spacing{padding-top:var(--page-header-spacing-tablet)}.content-max-width{width:100%;max-width:var(--tablet-max-width);padding:var(--tablet-home-padding-inline)}.small-heading-size{font-size:var(--small-heading-font-size-tablet)}.medium-heading-size{font-size:var(--medium-heading-font-size-tablet)}.extra-medium-heading-size{font-size:var(--extra-medium-heading-font-size-tablet)}.large-heading-size{font-size:var(--large-heading-font-size-tablet)}}@media (min-width: 1025px){main{padding-bottom:120px}.extra-medium-heading-size{line-height:58px}.page-header-spacing{padding-top:var(--page-header-spacing-desktop)}.content-max-width{width:100%;max-width:var(--desktop-max-width);padding:var(--desktop-home-padding-inline)}.small-heading-size{font-size:var(--small-heading-font-size-desktop)}.medium-heading-size{font-size:var(--medium-heading-font-size-desktop)}.extra-medium-heading-size{font-size:var(--extra-medium-heading-font-size-desktop)}.large-heading-size{font-size:var(--large-heading-font-size-desktop)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0}p{margin:0}a{text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.background-color-light-grey{background-color:var(--bg-light-grey)}.animate-section{opacity:0;visibility:hidden}
