:root{--bg-light:#fff;--bg-dark:var(--blue-900);--bg-hero-section:linear-gradient(135deg, #ff9f6e, #9b7bff);--bg-grey-300-08:#29292914;--bg-transparent-10:#ffffff1a;--bg-transparent-20:#fff3;--bg-transparent-30:#ffffff4d;--bg-transparent-50:#ffffff80;--bg-transparent-60:#fff9;--bg-transparent-80:#fffc;--text:var(--grey-900);--text-muted:var(--grey-700);--text-light:var(--grey-100);--text-light-muted:var(--grey-300);--blue:#0084f7;--pink:#ffd5ff;--purple:#ececff;--blue-100:#edf7ff;--blue-200:#b2dcff;--blue-300:#77c0ff;--blue-400:#3ba2ff;--blue-500:#0084f7;--blue-600:#005ec6;--blue-700:#003c8c;--blue-800:#001f53;--blue-900:#00081a;--grey-100:#f6f6f6;--grey-200:#d3d3d3;--grey-300:#b0b0b0;--grey-400:#8d8d8d;--grey-500:#6a6a6a;--grey-600:#555;--grey-700:#3f3f3f;--grey-800:#2a2a2a;--grey-900:#141414;--border-button-primary:1px solid var(--blue-600);--shadow-inset-bg:inset 0 0 0 1px #0000000d;--shadow-border:inset 0 0 0 1px #0000001a;--shadow-icon:inset 0 0 0 1px #0003, 0 2px 4px var(--blue-200);--shadow-header:var(--shadow-border), 0 1px 2px #0000000d;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--font-fallback:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-hero-subtitle:clamp(1rem, .911rem + .45vw, 1.25rem);--font-size-h3:1.25em;--font-size-h2:clamp(2rem, 1.643rem + 1.79vw, 3rem);--font-size-h1:clamp(2rem, .929rem + 5.36vw, 5rem);--font-weight-light:300;--font-weight-medium:400;--font-weight-regular:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-base:1rem;--spacing-lg:1.25rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--spacing-3xl:3rem;--spacing-section-header:4rem;--spacing-footer-nav:4rem;--spacing-section:6rem;--spacing-section-hero:7rem;--transition-fast:.2s}@supports (color:lab(0% 0 0)){:root{--pink:lab(89.8664% 20.3299 -14.8095);--purple:lab(93.058% 13.254 -38.8193)}}html{scroll-behavior:smooth;font-feature-settings:"cv11";height:100%;font-family:var(--font-inter), var(--font-fallback);color:var(--text)}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-light);flex-direction:column;min-height:100%;display:flex}*{box-sizing:border-box;margin:0;padding:0;line-height:1.25em}h1,h2{font-family:var(--font-bricolage-grotesque)}main{flex:1 0 auto;display:block}a{color:inherit;text-decoration:none}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;border:0;margin:0;padding:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
.header-module__MIcRHW__header{z-index:99;justify-content:center;width:100%;display:flex;position:fixed}.header-module__MIcRHW__headerWrapper{width:90%;max-width:76rem;padding-top:var(--spacing-lg);transition:var(--transition-fast);margin:auto}.header-module__MIcRHW__hidden{max-width:56rem;transition:var(--transition-fast);padding-top:var(--spacing-sm)}.header-module__MIcRHW__container{background-color:var(--bg-transparent-30);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-sm);padding:var(--spacing-sm) var(--spacing-base);box-shadow:var(--shadow-border);transition:var(--transition-fast);grid-template-columns:1fr 2fr 1fr;grid-template-areas:"logo""nav""buttons";align-items:center;display:grid}.header-module__MIcRHW__opaque{box-shadow:var(--shadow-header);background-color:var(--bg-transparent-60);transition:var(--transition-fast)}.header-module__MIcRHW__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-extrabold)}.header-module__MIcRHW__nav{justify-content:center;height:fit-content;display:flex}.header-module__MIcRHW__list{display:flex}.header-module__MIcRHW__link{font-size:var(--font-size-base);font-weight:var(--font-weight-regular);padding:var(--spacing-xs) var(--spacing-base);cursor:pointer;color:var(--text-muted);border-radius:var(--border-radius-sm);transition:var(--transition-fast)}.header-module__MIcRHW__link:hover{color:var(--text);transition:var(--transition-fast);background-color:var(--bg-grey-300-08)}.header-module__MIcRHW__header__buttons{justify-content:end;align-items:center;height:100%;display:flex}.header-module__MIcRHW__header__button{background-color:var(--blue-500);color:var(--bg-light);border-radius:var(--border-radius-sm);border:var(--border-button-primary);height:100%;transition:var(--transition-fast);cursor:pointer;justify-content:center;align-items:center;display:flex}.header-module__MIcRHW__header__button:hover{background-color:var(--blue-600);border-color:var(--blue-700);transition:var(--transition-fast)}.header-module__MIcRHW__header__buttonLink{font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);padding:var(--spacing-sm) var(--spacing-base)}@media (max-width:768px){.header-module__MIcRHW__nav{display:none}.header-module__MIcRHW__header__buttons{grid-column:-1}}
@font-face{font-family:inter;src:url(../media/Inter_Regular-s.p.0unnsdurm3hlu.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_Medium-s.p.00ro-sl07kghe.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_SemiBold-s.p.0555j6sha32q8.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_Bold-s.p.0j0e039fqdt~z.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_ExtraBold-s.p.0fvbp-7iaowkm.woff2)format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:inter;src:url(../media/Inter_Black-s.p.15gci1m.6e0z8.woff2)format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:inter Fallback;src:local(Arial);ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:107.89%}.inter_b5512be0-module__zcpvFW__className{font-family:inter,inter Fallback}.inter_b5512be0-module__zcpvFW__variable{--font-inter:"inter", "inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.0s19wthhh_6~m.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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.0dza.stei.9v7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.03nf~dfjdkf~..woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.0gfhww.tctz1o.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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.09q3q1i5159bl.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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.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:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_707233f-module__9hS9bG__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_707233f-module__9hS9bG__variable{--font-jetbrains-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.0ekd.j2hc~_w0.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:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.0rqws-.h91di~.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:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.179.vsfvxa6t5.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:Bricolage Grotesque Fallback;src:local(Arial);ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.0%;size-adjust:105.43%}.bricolage_grotesque_a9d71e39-module__030vkW__className{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.bricolage_grotesque_a9d71e39-module__030vkW__variable{--font-bricolage-grotesque:"Bricolage Grotesque", "Bricolage Grotesque Fallback"}
.footer-module__1jeW9a__footer{width:100%;padding-top:var(--spacing-section);padding-bottom:var(--spacing-xl)}.footer-module__1jeW9a__footer__container{width:90%;max-width:76rem;margin:auto}.footer-module__1jeW9a__footer__top{padding:var(--spacing-xl) 0;grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-module__1jeW9a__footer__brand{text-align:left}.footer-module__1jeW9a__footer__brandName{font-size:var(--font-size-xl);font-weight:var(--font-weight-extrabold);font-family:var(--font-bricolage-grotesque);margin-bottom:var(--spacing-base)}.footer-module__1jeW9a__footer__brandTagline{font-size:var(--font-size-base);font-weight:var(--font-weight-regular)}.footer-module__1jeW9a__footer__navTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-regular);margin-bottom:var(--spacing-sm)}.footer-module__1jeW9a__footer__navList li{padding:var(--spacing-xs) 0}.footer-module__1jeW9a__footer__navLink{color:var(--text-muted);font-size:var(--font-size-base);text-decoration:underline}.footer-module__1jeW9a__footer__payment{padding:var(--spacing-xl) 0;border-bottom:1px solid var(--grey-300);border-top:1px solid var(--grey-300);justify-content:flex-start;align-items:center;display:flex}.footer-module__1jeW9a__footer__paymentTitle{font-weight:var(--font-weight-semibold);font-size:var(--font-size-lg);margin-right:var(--spacing-2xl)}.footer-module__1jeW9a__footer__paymentList{display:flex}.footer-module__1jeW9a__footer__paymentItem{padding-right:var(--spacing-sm);padding-left:var(--spacing-sm);align-items:center;display:flex}.footer-module__1jeW9a__footer__paymentItem:first-child{padding-left:0}.footer-module__1jeW9a__footer__paymentItem:last-child{padding-right:0}.footer-module__1jeW9a__footer__paymentLabel{font-size:var(--font-size-base)}.footer-module__1jeW9a__footer__iconWrapper{padding:var(--spacing-xs);border-radius:var(--border-radius-sm);margin-right:var(--spacing-xs)}.footer-module__1jeW9a__footer__iconBadge{width:18px;height:18px}.footer-module__1jeW9a__lucide{width:18px;height:18px;color:var(--text-muted)}.footer-module__1jeW9a__footer__paymentLabel{color:var(--muted)}.footer-module__1jeW9a__footer__bottom{padding-top:var(--spacing-xl);font-family:var(--font-jetbrains-mono);justify-content:space-between;align-items:center;max-width:76rem;margin:auto;display:flex}.footer-module__1jeW9a__footer__bottom p{color:var(--text-muted);font-size:var(--font-size-sm)}@media (max-width:1024px){.footer-module__1jeW9a__footer__top{grid-row-gap:var(--spacing-2xl);grid-template-columns:repeat(3,1fr)}.footer-module__1jeW9a__footer__brand{grid-column:1/-1}.footer-module__1jeW9a__footer__payment{flex-direction:column;align-items:start}.footer-module__1jeW9a__footer__paymentTitle{margin-right:0;margin-bottom:var(--spacing-base)}}@media (max-width:480px){.footer-module__1jeW9a__footer__top{grid-row-gap:var(--spacing-2xl);grid-template-columns:repeat(2,1fr)}.footer-module__1jeW9a__footer__paymentList{flex-direction:column}.footer-module__1jeW9a__footer__paymentItem{padding:0}}
