@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/_astro/figtree-latin-ext-wght-normal.DCwSJGxG.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(/_astro/figtree-latin-wght-normal.D_ZTVpCC.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--red: #e32626;--red-dark: #c11d1d;--ink: #1a1a1a;--dark: #181818;--black: #000000;--bar: #111111;--cream: #f4f3ef;--white: #ffffff;--line: rgba(26, 26, 26, .12);--card-border: rgba(26, 26, 26, .12);--radius: 14px;--radius-lg: 24px;--font: "Figtree Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--wrap: 1160px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:1.0625rem;line-height:1.6;color:var(--ink);background:var(--white)}img,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:1.15;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em;text-wrap:balance}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.15rem,2.5vw,1.4rem)}p{margin:0 0 1em}a{color:var(--red)}.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.section{padding-block:clamp(3rem,8vw,5.5rem)}.section--cream{background:var(--cream)}.section--dark{background:linear-gradient(180deg,var(--dark),var(--black));color:var(--white)}.eyebrow{display:block;font-size:.8125rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}.section--dark .eyebrow,.hero .eyebrow{color:#ff9c9c}.btn{display:inline-block;padding:.85rem 1.75rem;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;border:2px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--red{background:var(--red);color:var(--white)}.btn--red:hover{background:var(--red-dark)}.btn--ghost{border-color:var(--white);color:var(--white)}.btn--ghost:hover{background:var(--white);color:var(--ink)}.btn--outline{border-color:var(--red);color:var(--red)}.btn--outline:hover{background:var(--red);color:var(--white)}.btn--white{background:var(--white);color:var(--red)}.btn--white:hover{background:var(--cream)}.card-grid{display:grid;gap:1.25rem}@media(min-width:640px){.card-grid--2{grid-template-columns:repeat(2,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.card-grid--4{grid-template-columns:repeat(4,1fr)}.card-grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--cream);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.75rem}.card h3{margin-top:0}.center{text-align:center}.center .lead{margin-inline:auto}.mt-0{margin-top:0}.lead{font-size:clamp(1.1rem,2vw,1.3rem);max-width:46rem}ul.checks{list-style:none;padding:0;margin:0 0 1.25rem}ul.checks li{padding-left:1.6rem;position:relative;margin-bottom:.55rem}ul.checks li:before{content:"";position:absolute;left:0;top:.42em;width:.85rem;height:.85rem;border-radius:3px;background:var(--red);clip-path:polygon(14% 44%,0 62%,40% 100%,100% 16%,84% 2%,39% 70%)}.spec-table{width:100%;border-collapse:collapse;margin:0 0 1.5rem;font-size:.98rem}.spec-table th,.spec-table td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid var(--line)}.spec-table th{background:var(--cream);font-weight:700}.table-scroll{overflow-x:auto}.faq details{border-bottom:1px solid var(--line);padding:.35rem 0}.faq summary{cursor:pointer;font-weight:700;padding:.75rem 0;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;color:var(--red);line-height:1;flex-shrink:0;transition:transform .25s ease}.faq details[open]:not(.is-closing) summary:after{transform:rotate(45deg)}.faq summary:hover{color:var(--red)}.faq .faq-a{padding:0 0 1rem;max-width:60rem}.form-grid{display:grid;gap:1rem}@media(min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}.form-grid .full{grid-column:1 / -1}}label{display:block;font-weight:600;font-size:.95rem;margin-bottom:.3rem}input,select,textarea{width:100%;padding:.75rem .9rem;border:1px solid rgba(26,26,26,.25);border-radius:8px;font:inherit;background:var(--white);color:var(--ink)}select{appearance:none;-webkit-appearance:none;padding-right:2.75rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23e32626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.75rem}select:hover{border-color:#1a1a1a73}input:focus,select:focus,textarea:focus{outline:2px solid var(--red);outline-offset:1px;border-color:var(--red)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--white);color:var(--ink);padding:.5rem 1rem;z-index:100}.skip-link:focus{left:0}.mnav[data-astro-cid-37bvxqo4]{display:none}@media(max-width:860px){.mnav[data-astro-cid-37bvxqo4]{display:block}}.mnav-scrim[data-astro-cid-37bvxqo4]{position:fixed;inset:0;background:#0000008c;z-index:60}.mnav-toggle[data-astro-cid-37bvxqo4]{position:fixed;right:1.1rem;bottom:1.1rem;z-index:62;width:3.5rem;height:3.5rem;border:0;border-radius:50%;background:var(--red);color:var(--white);box-shadow:0 8px 22px #00000052;cursor:pointer;display:grid;place-items:center;padding:0}.mnav-toggle[data-astro-cid-37bvxqo4]:focus-visible{outline:3px solid var(--white);outline-offset:2px}.mnav-bars[data-astro-cid-37bvxqo4]{display:block;width:1.4rem;height:1rem;position:relative}.mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]{position:absolute;left:0;width:100%;height:2.5px;border-radius:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(1){top:0}.mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(2){top:50%;margin-top:-1.25px}.mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(3){bottom:0}.mnav[data-astro-cid-37bvxqo4].is-open .mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(1){transform:translateY(.44rem) rotate(45deg)}.mnav[data-astro-cid-37bvxqo4].is-open .mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(2){opacity:0}.mnav[data-astro-cid-37bvxqo4].is-open .mnav-bars[data-astro-cid-37bvxqo4] i[data-astro-cid-37bvxqo4]:nth-child(3){transform:translateY(-.44rem) rotate(-45deg)}.mnav-panel[data-astro-cid-37bvxqo4]{position:fixed;right:1.1rem;bottom:5.1rem;z-index:61;width:min(17rem,calc(100vw - 2.2rem));background:var(--white);border-radius:var(--radius-lg);box-shadow:0 18px 44px #00000057;padding:1.1rem;max-height:calc(100vh - 7.5rem);overflow-y:auto}.mnav-panel[data-astro-cid-37bvxqo4][hidden]{display:none}.mnav-list[data-astro-cid-37bvxqo4]{list-style:none;margin:0 0 .9rem;padding:0}.mnav-list[data-astro-cid-37bvxqo4] li[data-astro-cid-37bvxqo4]+li[data-astro-cid-37bvxqo4]{border-top:1px solid rgba(26,26,26,.1)}.mnav-list[data-astro-cid-37bvxqo4] a[data-astro-cid-37bvxqo4]{display:block;padding:.8rem .35rem;color:var(--ink);text-decoration:none;font-weight:700;font-size:1.05rem}.mnav-list[data-astro-cid-37bvxqo4] a[data-astro-cid-37bvxqo4]:hover,.mnav-list[data-astro-cid-37bvxqo4] a[data-astro-cid-37bvxqo4]:focus-visible{color:var(--red)}.mnav-actions[data-astro-cid-37bvxqo4]{display:grid;gap:.6rem;border-top:1px solid rgba(26,26,26,.1);padding-top:.9rem}.mnav-actions[data-astro-cid-37bvxqo4] .btn[data-astro-cid-37bvxqo4]{width:100%;padding-block:.8rem}.mnav-call[data-astro-cid-37bvxqo4]{text-align:center;font-weight:700;color:var(--ink);text-decoration:none;padding:.3rem}.site-header[data-astro-cid-5hce7sga]{background:var(--red);position:sticky;top:0;z-index:50}.site-nav[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:.6rem}.nav-links[data-astro-cid-5hce7sga]{display:flex;gap:1.4rem}.nav-link[data-astro-cid-5hce7sga]{color:var(--white);text-decoration:none;font-weight:600;font-size:.98rem;white-space:nowrap}.nav-link[data-astro-cid-5hce7sga]:hover{text-decoration:underline;text-underline-offset:4px}.brand[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-self:center}.brand-logo[data-astro-cid-5hce7sga]{height:52px;width:auto}.nav-cta[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:1rem;justify-self:end}.nav-phone[data-astro-cid-5hce7sga]{color:var(--white);font-weight:700;text-decoration:none;white-space:nowrap}.nav-quote[data-astro-cid-5hce7sga]{padding:.6rem 1.3rem;font-size:.95rem;white-space:nowrap}@media(max-width:860px){.site-nav[data-astro-cid-5hce7sga]{grid-template-columns:auto 1fr}.brand[data-astro-cid-5hce7sga]{justify-self:start}.nav-links[data-astro-cid-5hce7sga],.nav-phone[data-astro-cid-5hce7sga]{display:none}}.site-footer[data-astro-cid-5hce7sga]{margin-top:clamp(3rem,8vw,5rem)}.footer-card[data-astro-cid-5hce7sga]{background:var(--red);color:var(--white);border-radius:var(--radius-lg);padding:clamp(1.75rem,5vw,3rem);display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:820px){.footer-card[data-astro-cid-5hce7sga]{grid-template-columns:1.4fr 1fr 1fr;gap:3rem}}.footer-logo[data-astro-cid-5hce7sga]{height:72px;width:auto;margin-bottom:.75rem}.sr-only[data-astro-cid-5hce7sga]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.footer-tagline[data-astro-cid-5hce7sga]{opacity:.92;margin:0;max-width:30rem}.footer-heading[data-astro-cid-5hce7sga]{font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;margin:0 0 .9rem}.footer-links[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:.55rem}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga],.footer-contact[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--white);text-decoration:none}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover,.footer-contact[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{text-decoration:underline;text-underline-offset:3px}.footer-contact[data-astro-cid-5hce7sga] address[data-astro-cid-5hce7sga]{font-style:normal;margin-bottom:.75rem}.footer-lines[data-astro-cid-5hce7sga]{margin-bottom:1rem;font-weight:600}.footer-social[data-astro-cid-5hce7sga]{display:flex;gap:.9rem}.footer-bar[data-astro-cid-5hce7sga]{background:var(--bar);color:#ffffffbf;font-size:.9rem;padding-block:1.1rem}.footer-bar-inner[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 2rem}.footer-bar[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{margin:0}.footer-bar-links[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-credit[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.6rem}.footer-credit[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{height:22px;width:auto;opacity:.9;transition:opacity .15s ease}.footer-credit[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover img[data-astro-cid-5hce7sga]{opacity:1}.footer-bar[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:#ffffffbf}
