:root{--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:3rem;--sp-8:4rem;--ds-container:1280px;--ds-gutter:clamp(16px, 4vw, 32px);--ds-col-min:280px;--ds-tap:44px;--ds-ring:0 0 0 3px #e0322e29}.ds-container{width:100%;max-width:var(--ds-container);padding-inline:var(--ds-gutter);margin-inline:auto}.ds-container--narrow{--ds-container:820px}.ds-container--wide{--ds-container:1440px}.ds-container--full{--ds-container:none}.ds-section{padding-block:clamp(32px,6vw,72px)}.ds-section--sm{padding-block:clamp(20px,4vw,40px)}.ds-stack{gap:var(--ds-stack-gap,var(--sp-4));flex-direction:column;min-width:0;display:flex}.ds-stack--xs{--ds-stack-gap:var(--sp-1)}.ds-stack--sm{--ds-stack-gap:var(--sp-2)}.ds-stack--lg{--ds-stack-gap:var(--sp-5)}.ds-stack--xl{--ds-stack-gap:var(--sp-6)}.ds-cluster{gap:var(--ds-cluster-gap,var(--sp-3));align-items:var(--ds-cluster-align,center);flex-wrap:wrap;min-width:0;display:flex}.ds-cluster--between{justify-content:space-between}.ds-cluster--end{justify-content:flex-end}.ds-cluster--start{--ds-cluster-align:flex-start}.ds-grid{gap:var(--ds-grid-gap,var(--sp-4));grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--ds-col-min)), 1fr));min-width:0;display:grid}.ds-grid--sm{--ds-col-min:200px}.ds-grid--md{--ds-col-min:280px}.ds-grid--lg{--ds-col-min:360px}.ds-grid--sidebar{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.ds-card{background:var(--surface,#fff);border:1px solid var(--surface-container,#e9e9eb);border-radius:var(--r-lg,1rem);box-shadow:var(--shadow-1,0 1px 4px #1f293714);gap:var(--sp-3);flex-direction:column;min-width:0;padding:clamp(16px,4vw,24px);display:flex}.ds-card--flat{box-shadow:none}.ds-card--pad-sm{padding:clamp(12px,3vw,16px)}.ds-img{width:100%;height:auto;display:block}.ds-media{width:100%;aspect-ratio:var(--ds-ratio,1 / 1);border-radius:var(--r-md,.75rem);background:var(--surface-low,#f4f4f5);position:relative;overflow:hidden}.ds-media>img{object-fit:cover;width:100%;height:100%}.ds-media--contain>img{object-fit:contain}.ds-btn{justify-content:center;align-items:center;gap:var(--sp-2);min-height:var(--ds-tap);border-radius:var(--r-full,9999px);font:inherit;cursor:pointer;text-align:center;border:1.5px solid #0000;max-width:100%;padding-block:0;padding-inline:clamp(16px,3vw,22px);font-size:clamp(14px,2.4vw,15px);font-weight:600;line-height:1.1;text-decoration:none;transition:background .15s,border-color .15s,filter .15s,transform 50ms;display:inline-flex}.ds-btn:active{transform:translateY(1px)}.ds-btn:focus-visible{box-shadow:var(--ds-ring);outline:none}.ds-btn[disabled],.ds-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.ds-btn--block{width:100%}.ds-btn--primary{background:var(--primary,#e0322e);color:#fff}.ds-btn--primary:hover{filter:brightness(1.05)}.ds-btn--dark{background:var(--accent,#18181b);color:#fff}.ds-btn--dark:hover{filter:brightness(1.15)}.ds-btn--outline{border-color:var(--outline,#c9cace);color:var(--on-surface,#18181b);background:#fff}.ds-btn--outline:hover{border-color:var(--on-surface,#18181b)}.ds-btn--ghost{color:var(--on-surface,#18181b);background:0 0}.ds-btn--ghost:hover{background:var(--surface-low,#f4f4f5)}.ds-field{gap:var(--sp-2);flex-direction:column;min-width:0;display:flex}.ds-label{color:var(--on-variant,#44454a);font-size:13px;font-weight:600}.ds-label .ds-opt{opacity:.6;font-weight:400}.ds-input,.ds-textarea,.ds-select{width:100%;min-height:var(--ds-tap);border:1px solid var(--outline,#c9cace);border-radius:var(--r,.5rem);font:inherit;color:var(--on-surface,#18181b);box-sizing:border-box;background:#fff;padding:11px 13px;font-size:16px}.ds-textarea{min-height:calc(var(--ds-tap) * 2);resize:vertical}.ds-input:focus,.ds-textarea:focus,.ds-select:focus{border-color:var(--primary,#e0322e);box-shadow:var(--ds-ring);outline:none}.ds-input::placeholder,.ds-textarea::placeholder{color:var(--outline-strong,#74757b)}.ds-hint{color:var(--on-variant,#44454a);font-size:12px}.ds-error{color:var(--error,#c2161b);font-size:12.5px;font-weight:600}.ds-modal-overlay{z-index:1000;overscroll-behavior:contain;background:#0f121499;place-items:center;padding:clamp(12px,4vw,24px);display:grid;position:fixed;inset:0}.ds-modal{width:100%;max-width:min(var(--ds-modal-w,560px), 100%);border-radius:var(--r-lg,1rem);max-height:90dvh;box-shadow:var(--shadow-2,0 8px 24px #1f29371f);background:#fff;flex-direction:column;display:flex;overflow-y:auto}.ds-modal--sm{--ds-modal-w:420px}.ds-modal--lg{--ds-modal-w:820px}.ds-modal-head{justify-content:space-between;align-items:center;gap:var(--sp-3);border-bottom:1px solid var(--surface-container,#e9e9eb);padding:clamp(16px,4vw,20px) clamp(16px,4vw,24px);display:flex}.ds-modal-head h2{margin:0;font-size:clamp(17px,4vw,19px);font-weight:800}.ds-modal-body{gap:var(--sp-4);flex-direction:column;padding:clamp(16px,4vw,24px);display:flex}.ds-modal-x{min-width:var(--ds-tap);min-height:var(--ds-tap);cursor:pointer;color:var(--on-variant,#44454a);border-radius:var(--r,.5rem);background:0 0;border:0;place-items:center;font-size:20px;line-height:1;display:grid}.ds-modal-x:hover{background:var(--surface-low,#f4f4f5)}.ds-drawer-overlay{z-index:1000;background:#00000073;position:fixed;inset:0}.ds-drawer{overscroll-behavior:contain;z-index:1001;gap:var(--sp-4);background:#fff;flex-direction:column;width:min(88vw,360px);max-width:100%;padding:clamp(16px,4vw,20px);transition:transform .28s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.ds-drawer--right{left:auto;right:0;transform:translate(100%)}.ds-drawer.ds-open{transform:translate(0)}.ds-hide-scroll{scrollbar-width:none}.ds-hide-scroll::-webkit-scrollbar{display:none}.ds-flow>*+*{margin-top:var(--ds-flow,var(--sp-4))}.ds-truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}
@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/91bd2e40df15814e-s.19s5evoqhirey.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.386o_ri1vb0yv.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.44dak0sams9f0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.3lxpqujs87tck.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk Fallback;src:local(Arial);ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.0%;size-adjust:100.94%}.hanken_grotesk_1f9df4ac-module__9BP4uW__className{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.hanken_grotesk_1f9df4ac-module__9BP4uW__variable{--font-hanken:"Hanken Grotesk", "Hanken Grotesk Fallback"}
@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0d9446e69c4847e-s.3h31fjnwrfycc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.3o02-8iknf6dl.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/3fd967fc5374d70a-s.42u1-lj4buy61.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/dd14639a62c56cb2-s.0kda-l-rfpyyq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.1bk8_xp319hr4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0d9446e69c4847e-s.3h31fjnwrfycc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.3o02-8iknf6dl.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/3fd967fc5374d70a-s.42u1-lj4buy61.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/dd14639a62c56cb2-s.0kda-l-rfpyyq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.1bk8_xp319hr4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d0d9446e69c4847e-s.3h31fjnwrfycc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.3o02-8iknf6dl.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/3fd967fc5374d70a-s.42u1-lj4buy61.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/dd14639a62c56cb2-s.0kda-l-rfpyyq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.1bk8_xp319hr4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded Fallback;src:local(Arial);ascent-override:73.93%;descent-override:18.2%;line-gap-override:0.0%;size-adjust:134.59%}.unbounded_458da408-module__Bs678W__className{font-family:Unbounded,Unbounded Fallback;font-style:normal}.unbounded_458da408-module__Bs678W__variable{--font-display:"Unbounded", "Unbounded Fallback"}
@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.1gyfqm5yhhzs7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.357dd_6abeqge.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.17-aodiw50953.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.1gyfqm5yhhzs7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.357dd_6abeqge.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.17-aodiw50953.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.1gyfqm5yhhzs7.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.357dd_6abeqge.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.17-aodiw50953.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_65b5faab-module__wjk3QG__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_65b5faab-module__wjk3QG__variable{--font-archivo:"Archivo", "Archivo Fallback"}
