nav[data-astro-cid-xkrhstpm]{display:flex;flex-direction:row;justify-content:space-between;max-width:var(--header-width);margin:0 auto;height:100%}header[data-astro-cid-xkrhstpm]{background:#fff;height:7rem;position:fixed;top:0;left:0;right:0;z-index:100}.nav-left[data-astro-cid-xkrhstpm],.nav-right[data-astro-cid-xkrhstpm]{padding:0 2rem;height:100%}.nav-left[data-astro-cid-xkrhstpm],.nav-right[data-astro-cid-xkrhstpm]{display:flex;flex-direction:row;gap:3rem;align-items:center}.nav-left[data-astro-cid-xkrhstpm]{gap:2rem;height:7rem}#tagline[data-astro-cid-xkrhstpm]{margin:0;padding-top:1rem}.nav-link[data-astro-cid-xkrhstpm]{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:500;text-transform:uppercase}.nav-link[data-astro-cid-xkrhstpm].normal{text-transform:none}.nav-link[data-astro-cid-xkrhstpm].normal:before{background-image:PersonIcon}.nav-link__icon[data-astro-cid-xkrhstpm]{display:block;width:2rem;height:2rem}.nav-link__icon-wrap[data-astro-cid-xkrhstpm]{width:2rem;height:2rem;min-width:2rem;min-height:2rem;line-height:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 2rem}.nav-link__label[data-astro-cid-xkrhstpm]{font-size:1.333333rem;font-weight:600;letter-spacing:.08em}.nav-link__icon--login[data-astro-cid-xkrhstpm]{width:1.333333rem;height:1.333333rem}.nav-link__icon--language[data-astro-cid-xkrhstpm]{width:2rem;height:2rem}.nav-logo[data-astro-cid-xkrhstpm]{height:36px;width:auto;display:block}.nav-toggle[data-astro-cid-xkrhstpm]{background:transparent;border:0;padding:0;box-shadow:none;outline:none;appearance:none;-webkit-appearance:none;display:none}.nav-toggle__icon--close[data-astro-cid-xkrhstpm]{display:none}.nav-toggle__icon[data-astro-cid-xkrhstpm]{width:2rem;height:2rem}.nav-toggle[data-astro-cid-xkrhstpm][data-open=true] .nav-toggle__icon--close[data-astro-cid-xkrhstpm]{display:block}.nav-toggle[data-astro-cid-xkrhstpm][data-open=true] .nav-toggle__icon--burger[data-astro-cid-xkrhstpm]{display:none}@media(max-width:60rem){.nav-toggle[data-astro-cid-xkrhstpm]{display:inline-flex;align-items:center}header[data-astro-cid-xkrhstpm]{height:auto}nav[data-astro-cid-xkrhstpm]{flex-direction:column;align-items:flex-start;gap:0}.nav-right[data-astro-cid-xkrhstpm]{flex-direction:column;align-items:flex-start;gap:0;background:#e9e9e9;width:100%;padding:0}.nav-left[data-astro-cid-xkrhstpm]{width:100%;justify-content:space-between}.nav-link[data-astro-cid-xkrhstpm]{height:4rem;border:.083333rem solid #000;padding:0 2rem;width:100%}.nav-right[data-astro-cid-xkrhstpm][hidden]{display:none}}@media(max-width:45rem){.nav-logo[data-astro-cid-xkrhstpm]{height:24px;width:auto;display:block}.nav-left[data-astro-cid-xkrhstpm]{height:5rem}}@media(max-width:78rem){#tagline[data-astro-cid-xkrhstpm]{display:none}}:root{--header-width: 128rem;--header-height: 7rem;--header-height-mobile: 5rem;--text-color: #241D49;--link-color: #160B2E;--color-text: var(--text-color);--neutral-100: #ffffff;--neutral-200: #e6e6e6;--neutral-300: #cccccc;--neutral-400: #b3b3b3;--neutral-500: #999999;--neutral-600: #666666;--neutral-700: #4c4c4c;--neutral-800: #333333;--neutral-900: #000000;--teal-100: #2ef0da;--teal-200: #6cf3e8;--teal-300: #8ae8df;--teal-400: #65d7d8;--teal-500: #46bdc7;--teal-600: #3aa9b3;--teal-700: #34959d;--teal-800: #387f86;--teal-900: #417d82;--pink-100: #ff95d6;--pink-200: #ffa6dc;--pink-300: #fbb0df;--pink-400: #eea9d6;--pink-500: #dd97c2;--pink-600: #cb88b2;--pink-700: #bd7aa4;--pink-800: #b16e99;--pink-900: #af6693;--blue-100: #6b62da;--blue-200: #554dce;--blue-300: #4136c1;--blue-400: #3d33b2;--blue-500: #36316f;--blue-600: #2f2b5f;--blue-700: #26234e;--blue-800: #1d1a3d;--blue-900: #160b2e;--gradient-light: linear-gradient(90deg, var(--blue-100), var(--teal-100), var(--pink-100));--gradient-medium: linear-gradient(90deg, var(--blue-300), var(--teal-500), var(--pink-500));--gradient-dark: linear-gradient(90deg, var(--blue-500), var(--teal-900), var(--pink-900))}html{font-size:.75rem}@font-face{font-family:DM Sans;src:url(/fonts/DMSans-VariableFont_opsz,wght.ttf) format("truetype");font-weight:200 700;font-style:normal;font-display:swap}:root{--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--font-heading: "DM Sans", system-ui, -apple-system, sans-serif;--type-breakpoint: 60rem;--weight-extra-light: 200;--weight-light: 300;--weight-regular: 400;--weight-bold: 700}body{margin:0;font-family:var(--font-body);color:var(--color-text);line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--link-color);text-decoration:none}a:hover,a:focus{text-decoration:underline}button{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{margin:0 0 .3em;font-family:var(--font-heading);font-weight:400}h1{font-size:6.666667rem;line-height:7.5rem}h2{font-size:4rem;line-height:3.5rem}h3{font-size:3rem;line-height:auto}h4{font-size:2rem;line-height:2rem}h5{font-size:1.666667rem;line-height:auto}h6{font-size:1.5rem;line-height:1.625rem;font-weight:700}p{margin:0 0 1em;font-size:1.5rem;line-height:28px}.p-small,p.small{font-size:1.166667rem;line-height:1.375rem}.p-medium,p.medium{font-size:1.333333rem;line-height:1.5rem}.navlink-text{font-size:1.5rem;color:var(--link-color);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.link-text{font-weight:600}.button-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}@media(max-width:60rem){h1{font-size:4rem}h2{font-size:2.5rem;line-height:auto}h3{font-size:1.833333rem;line-height:auto}h4{font-size:1.833333rem;line-height:2.25rem}h5{font-size:1.5rem;line-height:1.625rem}h6{font-size:1.333333rem;line-height:1.5rem}p{font-size:1.5rem;line-height:28px}.p-small,p.small{font-size:1.166667rem;line-height:1.375rem}.p-medium,p.medium{font-size:1.333333rem;line-height:1.5rem}.navlink-text{font-size:1.083333rem;letter-spacing:.03em}.button-text{font-size:1.166667rem}}.newsletter[data-astro-cid-bel2brut]{display:flex;justify-content:center;flex-direction:column;max-width:30rem;width:100%;min-width:0;min-height:4rem;background:#c5fbff;border-bottom:.083333rem solid rgba(36,27,76,.15)}.newsletter[data-astro-cid-bel2brut].newsletter--secondary{background:#fff}.newsletter-row[data-astro-cid-bel2brut]{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;height:4rem}.newsletter-input[data-astro-cid-bel2brut]{width:100%;height:100%;border:none;padding:0 0 0 1.333333rem;font-size:1.333333rem;color:#241d49;background:transparent;min-width:0}.newsletter[data-astro-cid-bel2brut] .newsletter-button.btn--ghost{padding-left:1rem;padding-right:1rem;width:auto;min-width:0}.newsletter[data-astro-cid-bel2brut] .newsletter-button{background:#4136c126;height:100%;align-self:stretch}.newsletter[data-astro-cid-bel2brut]:not(.newsletter--secondary) .newsletter-button{background:transparent}.footer[data-astro-cid-sz7xmlte]{width:100%;background:#fff;padding:8rem 4rem 2rem;display:flex;justify-content:center}.footer-wrapper[data-astro-cid-sz7xmlte]{display:flex;width:100%;max-width:var(--header-width);gap:3rem}.footer-left[data-astro-cid-sz7xmlte]{flex:1 1 auto;min-width:0;min-height:10rem;display:flex;flex-direction:column;gap:1.333333rem;align-items:flex-start}.footer-left[data-astro-cid-sz7xmlte] .left-content[data-astro-cid-sz7xmlte]{width:30rem;max-width:100%;display:flex;flex-direction:column;gap:3rem}.footer-right[data-astro-cid-sz7xmlte]{flex:0 0 62rem;max-width:62rem;min-height:10rem}.brand-block[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.833333rem}.brand-block[data-astro-cid-sz7xmlte] div[data-astro-cid-sz7xmlte]{font-size:1.333333rem;font-weight:400}.logo[data-astro-cid-sz7xmlte]{height:36px;width:auto;display:block}.newsletter[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.666667rem}.newsletter-row[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.666667rem;border-bottom:.083333rem solid rgba(36,27,76,.15);padding-bottom:.5rem}.newsletter[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{border:none;background:transparent;font:inherit;padding:.5rem .333333rem;color:inherit}.newsletter[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]:focus{outline:none}.newsletter[data-astro-cid-sz7xmlte] button[data-astro-cid-sz7xmlte]{border:none;background:#e0dff1;color:#241b4c;font-weight:700;padding:.666667rem 1rem;border-radius:.5rem;cursor:pointer}.socials[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.833333rem;margin-top:4rem}.social[data-astro-cid-sz7xmlte]{width:3.166667rem;height:3.166667rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ecebf9;color:var(--text-color, #241d49);cursor:pointer}.social[data-astro-cid-sz7xmlte].is-disabled{opacity:.4;pointer-events:none}.social-icon[data-astro-cid-sz7xmlte]{width:1.5rem;height:1.5rem;display:block;color:currentColor}.social-icon[data-astro-cid-sz7xmlte] svg{width:100%;height:100%;display:block;fill:currentColor!important}.social-icon[data-astro-cid-sz7xmlte] path,.social-icon[data-astro-cid-sz7xmlte] circle,.social-icon[data-astro-cid-sz7xmlte] rect{fill:currentColor!important}.right-columns[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.333333rem;color:#241b4c}.col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.col-section[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.666667rem;padding-bottom:1rem}.col-title[data-astro-cid-sz7xmlte]{font-size:1.333333rem;font-weight:700}.col-link[data-astro-cid-sz7xmlte]{color:var(--text-color, #241d49);font-size:1.333333rem;font-weight:400}.address[data-astro-cid-sz7xmlte]{line-height:1.5;display:flex;flex-direction:column;gap:.166667rem;font-size:1.333333rem;font-weight:400}.apps[data-astro-cid-sz7xmlte]{gap:1rem}.store[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.833333rem;padding:1rem 1.166667rem;background:#e5e4f3;max-width:21.333333rem}.store-icon[data-astro-cid-sz7xmlte]{color:var(--text-color, #241d49);padding:0 .833333rem}.store-icon-img[data-astro-cid-sz7xmlte]{width:2rem;height:2rem;display:block;color:currentColor}.store-icon-img[data-astro-cid-sz7xmlte] svg{width:100%;height:100%;display:block;fill:currentColor!important}.store-icon-img[data-astro-cid-sz7xmlte] path,.store-icon-img[data-astro-cid-sz7xmlte] circle,.store-icon-img[data-astro-cid-sz7xmlte] rect{fill:currentColor!important}.store-copy[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.166667rem;padding-left:1.5rem;position:relative}.store-copy[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.store-copy[data-astro-cid-sz7xmlte] h6[data-astro-cid-sz7xmlte]{margin:0;font-size:1.333333rem;font-weight:400}.store-copy[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:.083333rem;background:var(--text-color, #241d49)}.apps[data-astro-cid-sz7xmlte] .store[data-astro-cid-sz7xmlte]+.store[data-astro-cid-sz7xmlte]{margin-top:1.5rem}@media(max-width:80rem){.footer-wrapper[data-astro-cid-sz7xmlte]{flex-direction:column}.footer-left[data-astro-cid-sz7xmlte],.footer-right[data-astro-cid-sz7xmlte]{flex:1 1 auto}.footer-right[data-astro-cid-sz7xmlte]{width:fit-content;max-width:none;align-self:flex-start}}@media(max-width:60rem){.right-columns[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer[data-astro-cid-sz7xmlte]{padding:8rem 2rem 2rem}}@media(max-width:45rem){.logo[data-astro-cid-sz7xmlte]{height:24px}}html,body{margin:0;width:100%;min-height:100vh;background:#eee}body{display:flex;flex-direction:column}main[data-astro-cid-sckkx6r4]{flex:1 0 auto;padding-top:var(--header-height)}@media(max-width:45rem){main[data-astro-cid-sckkx6r4]{flex:1 0 auto;padding-top:var(--header-height-mobile)}}*,*:before,*:after{box-sizing:border-box}.nav-wrapper{position:sticky;top:0;z-index:10}
