:root{--light-teal: #CADAFC;--medium-teal: #80A6F7;--dark-teal: #518FFF;--light-blue: #325FEC;--dark-blue: #081116;--white: #FFFFFF;--black: #081116;--neutral-100: #EEEEEE;--neutral-200: #DDDDDD;--neutral-300: #C7C7C7;--neutral-400: #AAAAAA;--neutral-500: #636363;--neutral-600: #333333;--neutral-700: #222222;--neutral-800: #161616;--neutral-900: #0F0F0F;--error: #FF0000;--success: #00FF77;--cubic-default: cubic-bezier(.65, .05, 0, 1);--animation-ease: .3s ease;--duration-default: .735s;--duration-default-long: .85s;--duration-default-half: .45s;--animation-default: var(--duration-default) var(--cubic-default);--animation-default-long: var(--duration-default-long) var(--cubic-default);--animation-default-half: var(--duration-default-half) var(--cubic-default);--fluid-start: 27.5rem}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none}html{scrollbar-width:none}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}img,picture,video,canvas{display:block;max-width:100%}svg{max-width:none;height:auto;box-sizing:border-box;vertical-align:middle}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}a,button{color:inherit;text-decoration:inherit}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}html,body{color-scheme:dark;overflow-x:hidden;font-style:normal;font-synthesis:none;font-optical-sizing:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:var(--space-grotesk),sans-serif;background:var(--dark-blue);color:var(--white)}::selection{background-color:var(--light-blue);color:var(--black);text-shadow:none}::-moz-selection{background-color:var(--light-blue);color:var(--black);text-shadow:none}.display-xl,.display-lg,.title-lg,.title-md,.title-sm,.title-xs,.text-lg,.text-md,.text-sm,.label-md{font-size:clamp(var(--fs-min),var(--fs-base) + var(--fs-slope) * (100vw - var(--fluid-start)),var(--fs-max))}.display-xl{--fs-min: 4.375rem;--fs-base: 4.375rem;--fs-slope: .087838;--fs-max: 12.5rem;letter-spacing:-.3rem;line-height:1.2;font-weight:500}.display-lg{--fs-min: 3.5rem;--fs-base: 3.5rem;--fs-slope: .058108;--fs-max: 9.375rem;letter-spacing:-.25rem;line-height:1.2;font-weight:500}.title-lg{--fs-min: 2.35rem;--fs-base: 2.35rem;--fs-slope: .046216;--fs-max: 6.625rem;letter-spacing:-.04rem;line-height:1.2;font-weight:500}.title-md{--fs-min: 2rem;--fs-base: 2rem;--fs-slope: .033784;--fs-max: 5.125rem;letter-spacing:-.04rem;line-height:1.2;font-weight:500}.title-sm{--fs-min: 1.875rem;--fs-base: 1.875rem;--fs-slope: .016216;--fs-max: 3.375rem;letter-spacing:-.04rem;line-height:1.2;font-weight:500}.title-xs{--fs-min: 1.565rem;--fs-base: 1.565rem;--fs-slope: .010108;--fs-max: 2.5rem;letter-spacing:-.04rem;line-height:1.2;font-weight:400}.text-lg{--fs-min: 1.5rem;--fs-base: 1.5rem;--fs-slope: .005405;--fs-max: 2rem;letter-spacing:-.04rem;line-height:1.2;font-weight:400}.text-md{--fs-min: 1.125rem;--fs-base: 1.125rem;--fs-slope: .002432;--fs-max: 1.35rem;letter-spacing:-.04rem;line-height:1.2;font-weight:400}.text-sm{--fs-min: 1rem;--fs-base: 1rem;--fs-slope: .002703;--fs-max: 1.25rem;letter-spacing:-.04rem;line-height:1.2;font-weight:400}.label-md{font-size:.875rem;font-family:var(--roboto-mono),monospace;line-height:.875;font-weight:400;text-transform:uppercase}.header{position:fixed;top:0;left:0;right:0;z-index:999;pointer-events:none}.header .header-content{--width: 96rem;--target-gutter: 2.25rem;--margin-unit: .75rem}@media(max-width:1535.98px){.header .header-content{--target-gutter: 1.5rem}}@media(max-width:1023.98px){.header .header-content{--margin-unit: .5rem;--target-gutter: 1.25rem}}@media(max-width:767.98px){.header .header-content{--target-gutter: 1rem}}.header .header-content{--container-padding: var(--target-gutter);width:100%;max-width:calc(var(--width) + 4 * var(--container-padding));margin-left:auto;margin-right:auto;padding:var(--container-padding);position:relative;z-index:999;display:flex;align-items:center;justify-content:space-between}.header .header-content .left-side,.header .header-content .right-side{pointer-events:auto}.header .header-content .left-side{width:9rem}@media(max-width:767.98px){.header .header-content .left-side{width:8rem}}.header .header-content .left-side .site-logo{color:var(--black);transition:color var(--animation-ease)}.header .header-content .left-side .site-logo svg{display:block;width:100%;height:auto}.header .header-content .left-side .site-logo svg *{fill:currentColor!important;stroke:currentColor!important}.header .header-content .right-side{padding:.5rem .5rem .5rem 1.125rem;background-color:#000}@media(max-width:767.98px){.header .header-content .right-side{padding:0;background-color:transparent}}.header .header-content .right-side .header-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header .header-content .right-side .header-nav .nav-list{display:flex;align-items:center;justify-content:space-between;list-style:none;gap:1rem}@media(max-width:767.98px){.header .header-content .right-side .header-nav .nav-list{display:none}}@media(hover:hover)and (pointer:fine){.header .header-content .right-side .header-nav .nav-list:hover .nav-item-link{opacity:.35}.header .header-content .right-side .header-nav .nav-list:hover .nav-item-link:hover{opacity:1}.header .header-content .right-side .header-nav .nav-list:focus-within .nav-item-link{opacity:.35}.header .header-content .right-side .header-nav .nav-list:focus-within .nav-item-link:focus-visible,.header .header-content .right-side .header-nav .nav-list:focus-within .nav-item-link:focus-within{opacity:1}}.header .header-content .right-side .header-nav .nav-list .nav-item-link{display:inline-flex;align-items:center;transition:opacity var(--animation-ease)}.header .header-content .right-side .header-nav .header-cta{display:inline-flex;gap:.5rem}@media(max-width:767.98px){.header .header-content .right-side .header-nav .header-cta{display:none}}.header .header-content .right-side .header-nav .header-menu-toggle{display:none}@media(max-width:767.98px){.header .header-content .right-side .header-nav .header-menu-toggle{display:inline-flex}}.header .mobile-menu{visibility:hidden;overflow:hidden;position:fixed;inset:0;z-index:998;display:grid;grid-template-columns:1fr 1fr;pointer-events:none}@media(max-width:767.98px){.header .mobile-menu{visibility:visible}}.header .mobile-menu .mobile-menu-column{background:var(--dark-blue);will-change:transform}.header .mobile-menu .mobile-menu-column-left{transform:translateY(-100%)}.header .mobile-menu .mobile-menu-column-right{transform:translateY(100%)}.header .mobile-menu .mobile-menu-content{--width: 96rem;--target-gutter: 2.25rem;--margin-unit: .75rem}@media(max-width:1535.98px){.header .mobile-menu .mobile-menu-content{--target-gutter: 1.5rem}}@media(max-width:1023.98px){.header .mobile-menu .mobile-menu-content{--margin-unit: .5rem;--target-gutter: 1.25rem}}@media(max-width:767.98px){.header .mobile-menu .mobile-menu-content{--target-gutter: 1rem}}.header .mobile-menu .mobile-menu-content{--container-padding: var(--target-gutter);width:100%;max-width:calc(var(--width) + 4 * var(--container-padding));margin-left:auto;margin-right:auto;padding:var(--container-padding);padding-top:4.375rem;position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.header .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list{list-style:none}.header .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-link-wrap{overflow:hidden}.header .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-link-wrap .mobile-menu-nav-link{display:block;padding:1rem 0;color:var(--white);text-decoration:none;transform:translateY(100%);opacity:0;transition:transform var(--animation-default),opacity var(--animation-default)}.header .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-separator{width:100%;height:1px;overflow:hidden}.header .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-separator .mobile-menu-nav-separator-fill{display:block;width:100%;height:100%;background:var(--light-blue);opacity:.45;transform:scaleX(0);transform-origin:left center;transition:transform var(--animation-default)}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom{display:flex;flex-direction:column;gap:1rem}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-socials{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-socials .mobile-menu-social-link{display:inline-flex;align-items:center}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions .mobile-menu-action{display:flex;width:100%;opacity:0;transition:transform var(--animation-default),opacity var(--animation-default)}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions .mobile-menu-action .dots-button .dots-button-inner{justify-content:space-between}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions .mobile-menu-action-left{transform:translateY(-1rem)}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions .mobile-menu-action-right{transform:translateY(1rem)}.header .mobile-menu .mobile-menu-content .mobile-menu-bottom .mobile-menu-actions .mobile-menu-action .dots-button{width:100%}.header.is-menu-ready .mobile-menu .mobile-menu-column{transition:transform var(--animation-default)}.header.is-menu-open .mobile-menu,.header.is-menu-closing .mobile-menu{pointer-events:auto}.header.is-menu-open .mobile-menu .mobile-menu-column-left,.header.is-menu-closing .mobile-menu .mobile-menu-column-left,.header.is-menu-open .mobile-menu .mobile-menu-column-right,.header.is-menu-closing .mobile-menu .mobile-menu-column-right{transform:translateY(0)}.header.is-menu-open .mobile-menu .mobile-menu-content{pointer-events:auto}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(1) .mobile-menu-nav-link{transition-delay:.48s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(1) .mobile-menu-nav-separator-fill{transition-delay:.48s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(2) .mobile-menu-nav-link{transition-delay:.54s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(2) .mobile-menu-nav-separator-fill{transition-delay:.54s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(3) .mobile-menu-nav-link{transition-delay:.6s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(3) .mobile-menu-nav-separator-fill{transition-delay:.6s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(4) .mobile-menu-nav-link{transition-delay:.66s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(4) .mobile-menu-nav-separator-fill{transition-delay:.66s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(5) .mobile-menu-nav-link{transition-delay:.72s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(5) .mobile-menu-nav-separator-fill{transition-delay:.72s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(6) .mobile-menu-nav-link{transition-delay:.78s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item:nth-child(6) .mobile-menu-nav-separator-fill{transition-delay:.78s;transform:scaleX(1)}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-actions .mobile-menu-action-left{transition-delay:.72s;transform:translateY(0);opacity:1}.header.is-menu-open .mobile-menu .mobile-menu-content .mobile-menu-actions .mobile-menu-action-right{transition-delay:.78s;transform:translateY(0);opacity:1}.header.is-menu-closing .mobile-menu .mobile-menu-content{pointer-events:none}.header.is-menu-closing .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-link{transition-delay:0s;transform:translateY(100%);opacity:0}.header.is-menu-closing .mobile-menu .mobile-menu-content .mobile-menu-nav .mobile-menu-nav-list .mobile-menu-nav-item .mobile-menu-nav-separator-fill{transition-delay:0s;transform:scaleX(0)}.header.is-menu-closing .mobile-menu .mobile-menu-content .mobile-menu-actions .mobile-menu-action-left{transition-delay:0s;transform:translateY(-1rem);opacity:0}.header.is-menu-closing .mobile-menu .mobile-menu-content .mobile-menu-actions .mobile-menu-action-right{transition-delay:0s;transform:translateY(1rem);opacity:0}.scramble-text{display:inline-flex;align-items:center;color:inherit;user-select:none}.scramble-text .scramble-text-char{display:inline-block;color:inherit;transition:color .2s ease,opacity .2s ease}.scramble-text .scramble-text-char.is-scrambling{color:var(--scramble-highlight-color, var(--medium-teal))}.scramble-text .scramble-text-char.is-hidden{opacity:0}.dots-button{--elastic-ease-out: linear( 0, .5737 7.6%, .8382 11.87%, .9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, .9995 46.99%, .9872 51.63%, .9842 58.77%, 1.0011 81.26%, 1 );--smooth-ease: cubic-bezier(.32, .72, 0, 1);position:relative;display:inline-grid;max-width:100%;border:0;padding:0;background:transparent;text-decoration:none;transform-style:preserve-3d;transition:transform .45s var(--elastic-ease-out);color:var(--dots-button-text-color);user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.dots-button:active{transform:scaleX(.955) scaleY(.954)}.dots-button.dots-button-dark{--dots-button-bg-color: var(--black);--dots-button-text-color: var(--white);--dots-button-border-color: transparent}.dots-button.dots-button-blue{--dots-button-bg-color: var(--light-blue);--dots-button-text-color: var(--white);--dots-button-border-color: transparent}.dots-button.dots-button-light{--dots-button-bg-color: var(--white);--dots-button-text-color: var(--black);--dots-button-border-color: transparent}.dots-button.dots-button-blur{--dots-button-bg-color: #ffffff10;--dots-button-text-color: var(--white);--dots-button-border-color: #ffffff20}.dots-button.dots-button-blur .dots-button-bg{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dots-button .dots-button-bg{grid-area:1/1;overflow:clip;background-color:var(--dots-button-bg-color);border:1px solid var(--dots-button-border-color);transition:scale .45s var(--smooth-ease),background-color .45s var(--smooth-ease),border-color .45s var(--smooth-ease)}.dots-button .dots-button-inner{position:relative;z-index:1;display:grid;align-items:center;grid-area:1/1;padding:.75rem;translate:0}.dots-button.has-label .dots-button-inner{grid-auto-flow:column;gap:.625rem}.dots-button.is-icon-only .dots-button-inner{grid-auto-flow:column;gap:0}.dots-button .dots-button-text{display:inline-flex;align-items:center}.dots-button .dots-button-icon-wrap{display:grid;grid-row:1}.dots-button .dots-button-icon{display:grid;grid-area:1/1;grid-template-columns:repeat(5,1fr);gap:.0625rem;align-self:center;justify-self:center}.dots-button .dots-button-dot{display:block;width:.125rem;height:.125rem;border-radius:.0625rem;background-color:currentColor;transition:scale 1.25s var(--smooth-ease);transition-delay:calc(var(--index) * .04s);transform-origin:center}.dots-button .dots-button-icon.is-target .dots-button-dot{scale:0;transition-delay:0s}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(1){grid-area:3/1}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(2){grid-area:3/2}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(3){grid-area:3/3}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(4){grid-area:3/4}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(5){grid-area:3/5}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(6){grid-area:2/4}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(7){grid-area:1/3}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(8){grid-area:4/4}.dots-button .dots-button-icon.is-arrow-right .dots-button-dot:nth-child(9){grid-area:5/3}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(1){grid-area:3/1}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(2){grid-area:3/2}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(3){grid-area:3/3}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(4){grid-area:3/4}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(5){grid-area:3/5}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(6){grid-area:2/2}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(7){grid-area:1/3}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(8){grid-area:4/2}.dots-button .dots-button-icon.is-arrow-left .dots-button-dot:nth-child(9){grid-area:5/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(1){grid-area:1/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(2){grid-area:2/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(3){grid-area:3/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(4){grid-area:4/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(5){grid-area:5/3}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(6){grid-area:4/2}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(7){grid-area:3/1}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(8){grid-area:4/4}.dots-button .dots-button-icon.is-arrow-down .dots-button-dot:nth-child(9){grid-area:3/5}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(1){grid-area:1/3}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(2){grid-area:2/3}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(3){grid-area:3/3}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(4){grid-area:4/3}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(5){grid-area:5/3}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(6){grid-area:2/2}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(7){grid-area:3/1}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(8){grid-area:2/4}.dots-button .dots-button-icon.is-arrow-up .dots-button-dot:nth-child(9){grid-area:3/5}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(1){grid-area:1/1}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(2){grid-area:2/2}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(3){grid-area:3/3}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(4){grid-area:4/4}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(5){grid-area:5/5}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(6){grid-area:1/5}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(7){grid-area:2/4}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(8){grid-area:4/2}.dots-button .dots-button-icon.is-x .dots-button-dot:nth-child(9){grid-area:5/1}@media(hover:hover)and (pointer:fine){.dots-button.dots-button-trigger-hover:is(:hover,:focus-visible) .dots-button-dot{scale:0;transition-delay:calc(var(--index) * .04s + var(--index-parent) * .07s)}.dots-button.dots-button-trigger-hover:is(:hover,:focus-visible) .dots-button-icon.is-target .dots-button-dot{scale:1}}.dots-button.dots-button-trigger-click.is-active .dots-button-dot{scale:0;transition-delay:calc(var(--index) * .04s + var(--index-parent) * .07s)}.dots-button.dots-button-trigger-click.is-active .dots-button-icon.is-target .dots-button-dot{scale:1}@media(hover:none),(pointer:coarse){.dots-button:active .dots-button-bg{transition-duration:0s}.dots-button.dots-button-trigger-hover .dots-button-dot{scale:0}.dots-button.dots-button-trigger-hover .dots-button-icon.is-target .dots-button-dot{scale:1!important}}.footer{position:relative;padding-top:15rem;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;background:linear-gradient(to top,var(--dark-blue) 0%,var(--light-blue) 20%,var(--white) 62%)}@media(max-width:639.98px){.footer{background:linear-gradient(to top,var(--dark-blue) 0%,var(--light-blue) 20%,var(--white) 80%)}}.footer .footer-container{--width: 96rem;--target-gutter: 2.25rem;--margin-unit: .75rem}@media(max-width:1535.98px){.footer .footer-container{--target-gutter: 1.5rem}}@media(max-width:1023.98px){.footer .footer-container{--margin-unit: .5rem;--target-gutter: 1.25rem}}@media(max-width:767.98px){.footer .footer-container{--target-gutter: 1rem}}.footer .footer-container{--container-padding: var(--target-gutter);max-width:calc(var(--width) + 4 * var(--container-padding));margin-left:auto;margin-right:auto;padding:var(--container-padding);width:100%;height:100%;display:flex;justify-content:flex-end;flex-direction:column}.footer .footer-container .footer-content{--width: 96rem;--target-gutter: 2.25rem;--margin-unit: .75rem}@media(max-width:1535.98px){.footer .footer-container .footer-content{--target-gutter: 1.5rem}}@media(max-width:1023.98px){.footer .footer-container .footer-content{--margin-unit: .5rem;--target-gutter: 1.25rem}}@media(max-width:767.98px){.footer .footer-container .footer-content{--target-gutter: 1rem}}.footer .footer-container .footer-content{--container-padding: var(--target-gutter);max-width:calc(var(--width) + 4 * var(--container-padding));margin-left:auto;margin-right:auto;padding:var(--container-padding);position:relative;display:flex;flex-direction:column;gap:1rem;width:100%;color:var(--black);background-color:var(--white)}.footer .footer-container .footer-content .footer-content-top{position:relative;z-index:2;display:flex;align-items:stretch;justify-content:space-between;gap:1rem;width:100%}@media(max-width:1023.98px){.footer .footer-container .footer-content .footer-content-top{flex-direction:column}}.footer .footer-container .footer-content .footer-content-top .left-side,.footer .footer-container .footer-content .footer-content-top .right-side{display:flex;flex-direction:column;gap:1rem;width:50%}@media(max-width:1023.98px){.footer .footer-container .footer-content .footer-content-top .left-side,.footer .footer-container .footer-content .footer-content-top .right-side{width:100%}}.footer .footer-container .footer-content .footer-content-top .left-side .side-heading,.footer .footer-container .footer-content .footer-content-top .right-side .side-heading{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;max-width:max-content}.footer .footer-container .footer-content .footer-content-top .left-side .side-heading .box,.footer .footer-container .footer-content .footer-content-top .right-side .side-heading .box{width:.75rem;aspect-ratio:1;background-color:var(--light-blue)}.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists{display:flex;align-items:flex-start;justify-content:flex-start;gap:2rem}@media(max-width:639.98px){.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists{flex-direction:column;gap:1rem}}.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists .infos-list,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists .infos-list,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists .infos-list,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists .infos-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;padding:0;margin:0}.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists .infos-list .info-element .bold,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists .infos-list .info-element .bold,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists .infos-list .info-element .bold,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists .infos-list .info-element .bold{font-weight:600}.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists .infos-list .info-element a,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists .infos-list .info-element a,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists .infos-list .info-element a,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists .infos-list .info-element a{display:inline-flex;align-items:center;color:inherit;text-decoration:none}.footer .footer-container .footer-content .footer-content-top .left-side .left-side-infos-lists .major-gap,.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists .major-gap,.footer .footer-container .footer-content .footer-content-top .right-side .left-side-infos-lists .major-gap,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists .major-gap{gap:1rem}@media(max-width:639.98px){.footer .footer-container .footer-content .footer-content-top .left-side .right-side-infos-lists,.footer .footer-container .footer-content .footer-content-top .right-side .right-side-infos-lists{flex-direction:row}}.footer .footer-container .footer-content .footer-content-bottom{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;width:100%}@media(max-width:767.98px){.footer .footer-container .footer-content .footer-content-bottom{flex-direction:column;align-items:flex-start}}.footer .footer-container .footer-content .footer-content-bottom .left-side-bottom{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-top:12rem;max-width:max-content;color:inherit;text-decoration:none}@media(max-width:1023.98px){.footer .footer-container .footer-content .footer-content-bottom .left-side-bottom{margin-top:8rem}}@media(max-width:767.98px){.footer .footer-container .footer-content .footer-content-bottom .left-side-bottom{margin-top:3rem}}.footer .footer-container .footer-content .footer-content-bottom .left-side-bottom svg{width:1.75rem;color:var(--white);border-radius:.125rem;background-color:var(--light-blue)}.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom{width:50%;margin-top:auto;display:flex;align-items:center;justify-content:center;color:var(--black)}@media(max-width:1023.98px){.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom{width:100%}}.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--black)}.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo svg{display:block;width:100%;height:100%;color:currentColor}.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo path,.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo rect,.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo circle,.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo polygon,.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo line,.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo polyline{fill:currentColor;stroke:currentColor}.footer .footer-container .footer-content .footer-content-bottom .right-side-bottom .footer-logo [fill=none]{fill:none}.footer .footer-container .footer-content .footer-background{position:absolute;inset:0;z-index:1;background-color:var(--white)}.footer .footer-container .footer-content .footer-borders{position:absolute;inset:0;z-index:0}.footer .footer-container .footer-content .footer-borders .footer-border{position:absolute;width:1rem;aspect-ratio:1;background-color:var(--neutral-200)}.footer .footer-container .footer-content .footer-borders .footer-border-tl{top:-1px;left:-1px}.footer .footer-container .footer-content .footer-borders .footer-border-tr{top:-1px;right:-1px}.footer .footer-container .footer-content .footer-borders .footer-border-bl{bottom:-1px;left:-1px}.footer .footer-container .footer-content .footer-borders .footer-border-br{bottom:-1px;right:-1px}.footer .footer-container .bottom-footer-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-top:2.25rem}@media(max-width:1535.98px){.footer .footer-container .bottom-footer-content{margin-top:1.5rem}}@media(max-width:1023.98px){.footer .footer-container .bottom-footer-content{margin-top:1.25rem}}@media(max-width:767.98px){.footer .footer-container .bottom-footer-content{margin-top:1rem;gap:.5rem;flex-direction:column;align-items:flex-start}}.footer .footer-container .bottom-footer-content .right-side{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.footer .footer-container .bottom-footer-content .right-side .scramble-text{cursor:pointer;color:var(--light-teal)}.underline-text{position:relative;display:inline-block;max-width:max-content}.underline-text .underline-text-label{display:inline}.underline-text .underline-text-line{position:absolute;left:0;bottom:-.08em;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform var(--animation-default);pointer-events:none}@media(hover:hover)and (pointer:fine){.underline-text:hover .underline-text-line{transform:scaleX(1);transform-origin:left center}}.underline-text:focus-within .underline-text-line{transform:scaleX(1);transform-origin:left center}html.is-page-transition-arrival .page-transition{visibility:visible;pointer-events:auto}html.is-page-transition-arrival .page-transition .page-transition-column{transform:translateY(0);transition-duration:0s!important;transition-delay:0s!important}.page-transition{position:fixed;inset:0;z-index:999999;pointer-events:none;visibility:hidden}.page-transition .page-transition-columns{display:grid;grid-template-columns:repeat(4,1fr);width:100%;height:100%}@media(max-width:1023.98px){.page-transition .page-transition-columns{grid-template-columns:repeat(3,1fr)}}@media(max-width:767.98px){.page-transition .page-transition-columns{grid-template-columns:repeat(2,1fr)}}.page-transition .page-transition-columns .page-transition-column{position:relative;background-color:var(--dark-blue);transform:translateY(-100%);will-change:transform;transition:transform var(--animation-default)}.page-transition .page-transition-columns .page-transition-column:before{content:"";position:absolute;top:0;bottom:0;left:0;z-index:2;width:1px;height:100%;opacity:.45;background-color:var(--light-blue);pointer-events:none}.page-transition .page-transition-columns .page-transition-column:nth-child(1):before{display:none}.page-transition .page-transition-columns .page-transition-column:nth-child(2){transition-delay:.08s}.page-transition .page-transition-columns .page-transition-column:nth-child(3){transition-delay:.16s}@media(max-width:767.98px){.page-transition .page-transition-columns .page-transition-column:nth-child(3){display:none}}.page-transition .page-transition-columns .page-transition-column:nth-child(4){transition-delay:.24s}@media(max-width:1023.98px){.page-transition .page-transition-columns .page-transition-column:nth-child(4){display:none}}.page-transition.is-covering,.page-transition.is-covered,.page-transition.is-revealing{visibility:visible;pointer-events:auto}.page-transition.is-covering .page-transition-column,.page-transition.is-covered .page-transition-column{transform:translateY(0)}.page-transition.is-revealing .page-transition-column{transform:translateY(100%)}.page-transition.is-instant .page-transition-column{transition-duration:0s!important;transition-delay:0s!important}@media(prefers-reduced-motion:reduce){.page-transition .page-transition-column{transition-duration:.01s;transition-delay:0s!important}}.site-intro{position:fixed;inset:0;z-index:10000;pointer-events:none;visibility:hidden}.site-intro .site-intro-columns{display:grid;grid-template-columns:repeat(4,1fr);width:100%;height:100%}@media(max-width:1023.98px){.site-intro .site-intro-columns{grid-template-columns:repeat(3,1fr)}}@media(max-width:767.98px){.site-intro .site-intro-columns{grid-template-columns:repeat(2,1fr)}}.site-intro .site-intro-columns .site-intro-column{position:relative;background-color:var(--dark-blue);transform:translateY(0);will-change:transform;transition:transform var(--animation-default)}.site-intro .site-intro-columns .site-intro-column:before{content:"";position:absolute;top:0;bottom:0;left:0;z-index:2;width:1px;height:100%;opacity:.45;background-color:var(--light-blue);pointer-events:none}.site-intro .site-intro-columns .site-intro-column:nth-child(1):before{display:none}.site-intro .site-intro-columns .site-intro-column:nth-child(2){transition-delay:.08s}.site-intro .site-intro-columns .site-intro-column:nth-child(3){transition-delay:.16s}@media(max-width:767.98px){.site-intro .site-intro-columns .site-intro-column:nth-child(3){display:none}}.site-intro .site-intro-columns .site-intro-column:nth-child(4){transition-delay:.24s}@media(max-width:1023.98px){.site-intro .site-intro-columns .site-intro-column:nth-child(4){display:none}}.site-intro.is-active{visibility:visible;pointer-events:auto}.site-intro.is-revealing .site-intro-column{transform:translateY(-100%)}@media(prefers-reduced-motion:reduce){.site-intro .site-intro-column{transition-duration:.01s;transition-delay:0s!important}}
