@import"https://fonts.googleapis.com/css2?family=Gloock&family=Inter:wght@100..900&display=swap";*{--accent-color-50: color-mix(in srgb, var(--accent-color), #fff 90%);--accent-color-100: color-mix(in srgb, var(--accent-color), #fff 80%);--accent-color-200: color-mix(in srgb, var(--accent-color), #fff 60%);--accent-color-300: color-mix(in srgb, var(--accent-color), #fff 40%);--accent-color-400: color-mix(in srgb, var(--accent-color), #fff 20%);--accent-color-500: var(--accent-color);--accent-color-600: color-mix(in srgb, var(--accent-color), #000 20%);--accent-color-700: color-mix(in srgb, var(--accent-color), #000 40%);--accent-color-800: color-mix(in srgb, var(--accent-color), #000 60%);--accent-color-900: color-mix(in srgb, var(--accent-color), #000 80%);--accent-color-950: color-mix(in srgb, var(--accent-color), #000 90%);--accent-color-contrast: lab(from var(--accent-color) round(108 - L, 100) 0 0);--accent-color-text: var(--accent-color-contrast)}@supports (selector(::view-transition)){*{--accent-color-text: rgb( from color-mix( in srgb, var(--accent-color-contrast), var(--accent-color-dark)) calc(2*r) calc(2*g) calc(2*b) )}}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}html{color:var(--root-color);font-family:var(--root-font-family);font-size:var(--root-font-size);line-height:var(--root-line-height);interpolate-size:allow-keywords;-webkit-text-size-adjust:100%}button,input,optgroup,progress,select,textarea{accent-color:var(--accent-color)}p{margin:0 0 2rem;overflow-wrap:break-word}p:last-child{margin-bottom:0}canvas,img,picture,svg,video{height:auto;max-width:100%}a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"]){touch-action:manipulation}button{cursor:pointer}blockquote,dl,hr,ol,picture,pre,table,ul,p:has(+:where(blockquote,hr,ol,picture,pre,table,ul)){margin-top:0;margin-bottom:3rem}address{font-style:normal;line-height:1.25;margin-bottom:.5em}blockquote{box-shadow:4px 0 var(--accent-color-200) inset;margin-left:1.5em;margin-right:0;padding-left:1.5em}blockquote cite{display:block;font-style:normal;margin-bottom:1em}dialog{border-radius:1rem;border:0;box-shadow:var(--root-box-shadow-med);color:var(--root-color);padding:1.5rem 2rem;max-width:36rem;top:0;right:0;bottom:0;left:0}hr{border:4px solid var(--accent-color);max-width:8rem}code{background:var(--accent-color-50);box-shadow:0 0 0 2px var(--accent-color-50)}pre{color:var(--accent-color);white-space:pre-wrap;overflow-wrap:break-word}:root{--fluid-rem-sm-md: clamp(0px, (100vw - 1px * var(--root-breakpoint-sm)) * 16 / (var(--root-breakpoint-md) - var(--root-breakpoint-sm)), 1rem);--fluid-rem-md-lg: clamp(0px, (100vw - 1px * var(--root-breakpoint-md)) * 16 / (var(--root-breakpoint-lg) - var(--root-breakpoint-md)), 1rem);--fluid-rem-sm-lg: clamp(0px, (100vw - 1px * var(--root-breakpoint-sm)) * 16 / (var(--root-breakpoint-lg) - var(--root-breakpoint-sm)), 1rem);--fluid-sm-md: clamp(0px, (100vw - 1px * var(--root-breakpoint-sm)) / (var(--root-breakpoint-md) - var(--root-breakpoint-sm)), 1px);--fluid-md-lg: clamp(0px, (100vw - 1px * var(--root-breakpoint-md)) / (var(--root-breakpoint-lg) - var(--root-breakpoint-md)), 1px);--fluid-sm-lg: clamp(0px, (100vw - 1px * var(--root-breakpoint-sm)) / (var(--root-breakpoint-lg) - var(--root-breakpoint-sm)), 1px)}@property --root-font-family{syntax: "*"; inherits: true; initial-value: system-ui,sans-serif;}@property --root-font-family-heading{syntax: "*"; inherits: true; initial-value: Inter,Roboto,"Helvetica Neue","Arial Nova","Nimbus Sans",Arial,sans-serif;}@property --root-font-size-h1{syntax: "<length>"; inherits: true; initial-value: 48px;}@property --root-font-size-h2{syntax: "<length>"; inherits: true; initial-value: 40px;}@property --root-font-size-h3{syntax: "<length>"; inherits: true; initial-value: 32px;}@property --root-font-size-h4{syntax: "<length>"; inherits: true; initial-value: 24px;}@property --root-font-size-h5{syntax: "<length>"; inherits: true; initial-value: 20px;}@property --root-font-size-h6{syntax: "<length>"; inherits: true; initial-value: 16px;}@property --root-font-size{syntax: "<length>"; inherits: true; initial-value: 16px;}@property --root-font-size-sm{syntax: "<length>"; inherits: true; initial-value: 12px;}@property --root-font-size-lg{syntax: "<length>"; inherits: true; initial-value: 24px;}@property --root-line-height{syntax: "<number>"; inherits: true; initial-value: 1.5;}@property --root-color{syntax: "<color>"; inherits: true; initial-value: #666666;}@property --root-color-inactive{syntax: "<color>"; inherits: true; initial-value: #999999;}@property --root-border-color{syntax: "<color>"; inherits: true; initial-value: #b3b3b3;}@property --root-background-color{syntax: "<color>"; inherits: true; initial-value: #ffffff;}@property --root-background-color-inactive{syntax: "<color>"; inherits: true; initial-value: #cccccc;}@property --root-icon-fill-color{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --root-icon-stroke-color{syntax: "<color>"; inherits: true; initial-value: #fff;}@property --root-icon-stroke-width{syntax: "<number>"; inherits: true; initial-value: 2;}@property --icon-fill-color{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --icon-stroke-color{syntax: "<color>"; inherits: true; initial-value: currentColor;}@property --icon-stroke-width{syntax: "<number>"; inherits: true; initial-value: 2;}@property --root-breakpoint-sm{syntax: "<number>"; inherits: true; initial-value: 320;}@property --root-breakpoint-md{syntax: "<number>"; inherits: true; initial-value: 744;}@property --root-breakpoint-lg{syntax: "<number>"; inherits: true; initial-value: 1300;}@property --root-border-width{syntax: "<length>"; inherits: true; initial-value: 2px;}@property --root-border-radius{syntax: "<length>"; inherits: true; initial-value: 4px;}@property --root-gap{syntax: "<length>"; inherits: true; initial-value: 16px;}@property --root-padding-block{syntax: "<length>"; inherits: true; initial-value: 16px;}@property --root-padding-inline{syntax: "<length>"; inherits: true; initial-value: 32px;}@property --root-box-shadow-low{syntax: "*"; inherits: true; initial-value: 0px 16px 64px rgba(0,0,0,.05);}@property --root-box-shadow-med{syntax: "*"; inherits: true; initial-value: 0px 16px 32px rgba(0,0,0,.1);}@property --root-box-shadow-high{syntax: "*"; inherits: true; initial-value: 0px 16px 64px rgba(0,0,0,.05);}@property --root-duration-fast{syntax: "<time>"; inherits: true; initial-value: .15s;}@property --root-duration-moderate{syntax: "<time>"; inherits: true; initial-value: .25s;}@property --root-duration-slow{syntax: "<time>"; inherits: true; initial-value: .4s;}@property --root-ease-in{syntax: "*"; inherits: true; initial-value: cubic-bezier(.755,.05,.855,.06);}@property --root-ease-out{syntax: "*"; inherits: true; initial-value: cubic-bezier(.23,1,.32,1);}@property --root-ease-in-out{syntax: "*"; inherits: true; initial-value: cubic-bezier(.86,0,.07,1);}@view-transition{navigation:auto}.container{--columns: 1;--gap: var(--root-gap, 16px);--container-width: 320px;display:grid;gap:var(--gap);grid:auto/[wide-start] 1fr [main-start] repeat(var(--columns),minmax(0,calc((var(--container-width) - (var(--columns) - 1) * var(--gap)) / var(--columns)))) [main-end] 1fr [wide-end]}.container.-columns-2{--columns: 2}.container.-columns-3{--columns: 3}.container.-columns-4{--columns: 4}.container.-columns-5{--columns: 5}.container.-columns-6{--columns: 6}.container.-columns-7{--columns: 7}.container.-columns-8{--columns: 8}.container.-columns-9{--columns: 9}.container.-columns-10{--columns: 10}.container.-columns-11{--columns: 11}.container.-columns-12{--columns: 12}.container>*{grid-column:main/main}@media(min-width:368px){.container{--container-width: 744px}}@media(min-width:808px){.container{--container-width: 1300px}}.cell{--cell-span: clamp(1, round(var(--span, 1) * 3), var(--columns));grid-column:span var(--cell-span)}.cell.-left{grid-column:main/span var(--cell-span)}.cell.-right{grid-column:span var(--cell-span)/main}.cell.-center{grid-column-start:round(down,1 + (var(--columns, 1) - var(--cell-span)) / 2,1);grid-column-end:span calc(var(--cell-span) + mod(var(--columns) - var(--cell-span),2))}:where(.container)>.cell.-center{grid-column-start:round(down,2 + (var(--columns, 1) - var(--cell-span)) / 2,1)}.cell.-prioritize{order:-1}@media(min-width:808px){.cell.-prioritize{order:unset}}.cell.-span-1{--span: 1}.cell.-span-2{--span: 2}.cell.-span-3{--span: 3}.cell.-span-4{--span: 4}.cell.-span-5{--span: 5}.cell.-span-6{--span: 6}.cell.-span-7{--span: 7}.cell.-span-8{--span: 8}.cell.-span-9{--span: 9}.cell.-span-10{--span: 10}.cell.-span-11{--span: 11}.cell.-span-12{--span: 12}@media(min-width:368px){.cell{--cell-span: clamp(1, round(var(--span, 1) * 1.5), var(--columns))}}@media(min-width:808px){.cell{--cell-span: var(--span, 1)}}.grid{--columns: 1;--gap: var(--root-gap, 16px);display:grid;gap:var(--gap);grid:auto/[wide-start main-start] repeat(var(--columns),1fr) [main-end wide-end]}.grid>*{min-width:0}.grid.-columns-2{--columns: 2}.grid.-columns-3{--columns: 3}.grid.-columns-4{--columns: 4}.grid.-columns-5{--columns: 5}.grid.-columns-6{--columns: 6}.grid.-columns-7{--columns: 7}.grid.-columns-8{--columns: 8}.grid.-columns-9{--columns: 9}.grid.-columns-10{--columns: 10}.grid.-columns-11{--columns: 11}.grid.-columns-12{--columns: 12}.grid.-tight{row-gap:0}.srOnly{border-width:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.accent-color-scale{--size: 1.5em;font-size:1.5em;background:linear-gradient(var(--accent-color-50) 100%,tan) 0/10%,linear-gradient(var(--accent-color-100) 100%,tan) 10%/10%,linear-gradient(var(--accent-color-200) 100%,tan) 20%/10%,linear-gradient(var(--accent-color-300) 100%,tan) 30%/10%,linear-gradient(var(--accent-color-400) 100%,tan) 40%/10%,linear-gradient(var(--accent-color-500) 100%,tan) 50%/10%,linear-gradient(var(--accent-color-600) 100%,tan) 60%/10%,linear-gradient(var(--accent-color-700) 100%,tan) 70%/10%,linear-gradient(var(--accent-color-800) 100%,tan) 80%/10%,linear-gradient(var(--accent-color-900) 100%,tan) 90%/10%,linear-gradient(var(--accent-color-950) 100%,tan) 100%/10%;background-repeat:no-repeat;display:inline grid;height:1.5em;width:16.5em}.placeholder{aspect-ratio:1;--placeholder-color: rgb(from var(--accent-color) r g b / .2);border:2px solid var(--placeholder-color);background:linear-gradient(to top right,rgba(0,0,0,0) calc(50% - 2px),var(--placeholder-color),rgba(0,0,0,0) calc(50% + 2px)),linear-gradient(to top left,rgba(0,0,0,0) calc(50% - 2px),var(--placeholder-color),rgba(0,0,0,0) calc(50% + 2px)) rgb(from var(--accent-color) r g b/.1);align-content:center;text-align:center;color:var(--accent-color)}:root{--root-font-family: initial;--root-font-family-heading: initial;--root-font-size-h1: calc(2rem + var(--fluid-rem-sm-md) * .5 + var(--fluid-rem-md-lg) * .5);--root-font-size-h2: calc(1.5rem + var(--fluid-rem-sm-md) * .5 + var(--fluid-rem-md-lg) * .5);--root-font-size-h3: calc(1.25rem + var(--fluid-rem-sm-md) * .25 + var(--fluid-rem-md-lg) * .5);--root-font-size-h4: calc(1.125rem + var(--fluid-rem-sm-md) * .125 + var(--fluid-rem-md-lg) * .25);--root-font-size-h5: calc(1rem + var(--fluid-rem-sm-md) * .125 + var(--fluid-rem-md-lg) * .125);--root-font-size-sm: .75rem;--root-font-size-lg: 1.5rem;--color-gray-50: #f2f2f2;--color-gray-100: #e5e5e5;--color-gray-200: #cccccc;--color-gray-300: #b3b3b3;--color-gray-400: #999999;--color-gray-500: #808080;--color-gray-600: #666666;--color-gray-700: #4c4c4c;--color-gray-800: #333333;--color-gray-900: #1a1a1a;--color-gray-950: #0d0d0d;--color-purple: #9933ff;--color-blue: #0066FF;--color-blue-700: #003D99;--color-aqua: #00CCCC;--color-aqua-700: #009999;--accent-color: var(--color-purple);--root-color: #666666;--accent-color-dark: #222222;--root-color-headings: #222222;--root-border-color: #b3b3b3;--root-background-color: #ffffff;--root-color-inactive: #999999;--root-background-color-inactive: #cccccc;--icon-fill-color: var(--root-icon-fill-color);--icon-stroke-color: var(--root-icon-stroke-color);--root-color-error-50: #fff3f1;--root-color-error: #e53411;--root-color-error-900: #320800;--root-color-warning-50: #fff8ea;--root-color-warning: #f2a60f;--root-color-warning-900: #322100;--root-color-success-50: #ebffee;--root-color-success: #28c642;--root-color-success-900: #003208;--root-color-info-50: #ebf8ff;--root-color-info: #1ba9f0;--root-color-info-900: #002233;--root-ease-in-fast: var(--root-duration-fast) var(--root-ease-in);--root-ease-in-moderate: var(--root-duration-moderate) var(--root-ease-in);--root-ease-in-slow: var(--root-duration-slow) var(--root-ease-in);--root-ease-out-fast: var(--root-duration-fast) var(--root-ease-out);--root-ease-out-moderate: var(--root-duration-moderate) var(--root-ease-out);--root-ease-out-slow: var(--root-duration-slow) var(--root-ease-out);--root-ease-in-out-fast: var(--root-duration-fast) var(--root-ease-in-out);--root-ease-in-out-moderate: var(--root-duration-moderate) var(--root-ease-in-out);--root-ease-in-out-slow: var(--root-duration-slow) var(--root-ease-in-out);--root-breakpoint-sm: 320;--root-breakpoint-md: 744;--root-breakpoint-lg: 1300;--root-gap: 16px}@media(min-width:368px){:root{--root-gap: 24px}}@media(min-width:808px){:root{--root-gap: 32px}}@media(prefers-reduced-motion:reduce){:root{--root-duration-fast: 0;--root-duration-moderate: 0;--root-duration-slow: 0}}.icon{--icon-color: var(--accent-color);aspect-ratio:1;height:1.5em}.icon.-square,.icon.-circle{background:var(--accent-color);--icon-color: var(--icon-stroke-color);display:inline grid;padding:.3125em}.icon.-square{border-radius:.25em}.icon.-circle{mask:radial-gradient(closest-side,#fff calc(100% - 1px),rgba(0,0,0,0))}.icon.-light{--icon-color: var(--accent-color-700);background:var(--accent-color-300)}.breadcrumbs{--accent-color: var(--link-color, var(--color-blue));font-size:.75rem}.breadcrumbs__list{list-style:none;display:inline flex;gap:1em}.breadcrumbs__item:nth-child(n+2):before{display:inline grid;content:"";background:var(--color-gray-300);aspect-ratio:1;height:.75em;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 36'%3E%3Cpath d='M2 2L18 18L2 34' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat}.breadcrumbs__link{--accent-color: inherit;align-items:normal;gap:.5rem}.breadcrumbs__item{display:inline flex;align-items:center;gap:1em}.breadcrumbs__icon{height:.875rem}.button{align-items:center;background-color:var(--accent-color);border-radius:3em;border:var(--root-border-width) solid var(--accent-color);color:var(--accent-color-text);cursor:pointer;display:inline flex;font-weight:700;gap:1em;line-height:1;padding:calc(1em - var(--root-border-width)) calc(2em - var(--root-border-width));text-decoration:none;transition:background var(--root-ease-out-fast),border-color var(--root-ease-out-fast)}.button__icon{width:1em;height:1em;margin:-.25em 0}.button__icon.-large{width:2em;height:2em}.button:hover,.button:active{color:#fff;background-color:var(--accent-color-700);border-color:var(--accent-color-700)}.button[aria-disabled=true],.button[disabled],.button.-disabled{--accent-color: var(--root-background-color-inactive);--accent-color-text: white;cursor:initial;pointer-events:none}.button.-outline,.button.-outline-fill{background:#0000;color:var(--accent-color)}.button.-outline:hover,.button.-outline-fill:hover{color:var(--accent-color-700)}.button.-outline-fill:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--accent-color-text)}.button.-ghost{background:#0000;border-color:#0000;color:var(--accent-color)}.button.-ghost:hover{background-color:var(--accent-color-50)}.button.-square,.button.-circle{display:inline grid;height:3em;padding:0;place-content:center;width:3em}.button.-square{border-radius:0}:where(input[type=checkbox]),.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-gray-50);border-radius:5px;border:2px solid var(--color-gray-500);display:inline grid;height:1.5em;transition:background var(--root-ease-out-fast),border-color var(--root-ease-out-fast);width:1.5em}:where(input[type=checkbox]):before,.checkbox:before{content:"";background:var(--accent-color-contrast);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 8L9.75 16.25L6 12.5' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");display:none}@media(any-hover:hover)and (any-pointer:fine){:where(input[type=checkbox]):hover,.checkbox:hover{border-color:var(--accent-color-700)}:where(input[type=checkbox]):hover:not(.-disabled,:disabled):before,.checkbox:hover:not(.-disabled,:disabled):before{display:block;background:var(--color-gray-200)}}:where(input[type=checkbox]).-checked,:where(input[type=checkbox]):checked,.checkbox.-checked,.checkbox:checked{background:var(--accent-color);border-color:var(--accent-color)}:where(input[type=checkbox]).-checked:before,:where(input[type=checkbox]):checked:before,.checkbox.-checked:before,.checkbox:checked:before{display:block}@media(any-hover:hover)and (any-pointer:fine){:where(input[type=checkbox]).-checked:hover,:where(input[type=checkbox]):checked:hover,.checkbox.-checked:hover,.checkbox:checked:hover{background:var(--accent-color-600);border-color:var(--accent-color-600)}}:where(input[type=checkbox]).-disabled,:where(input[type=checkbox]):disabled,.checkbox.-disabled,.checkbox:disabled{background:var(--color-gray-50);border-color:var(--color-gray-200)}:where(input[type=checkbox]).-disabled:before,:where(input[type=checkbox]):disabled:before,.checkbox.-disabled:before,.checkbox:disabled:before{background-color:var(--color-gray-200)}@media(any-hover:hover)and (any-pointer:fine){:where(input[type=checkbox]).-disabled:hover,:where(input[type=checkbox]):disabled:hover,.checkbox.-disabled:hover,.checkbox:disabled:hover{border-color:var(--color-gray-200);background:var(--color-gray-50)}}.dropdown{background:#fff;box-shadow:var(--root-box-shadow-med);padding:1.5rem;position:absolute;width:max-content;max-width:320px;z-index:1;transition:opacity var(--root-ease-out-moderate)}@starting-style{.dropdown{opacity:0}}.dropdown__link,.dropdown__button{background:#0000;border:0;color:var(--accent-color);display:block;font-weight:700;padding:.5rem 0}.dropdown__item{position:relative}.dropdown__list{display:grid}.dropdown__button{display:flex;gap:.5rem;justify-content:space-between;width:100%}.dropdown.-toRight{left:100%;top:-.75rem;padding-top:.75rem}.dropdown.-center{left:50%;translate:-50%}.dropdown.-rightAligned{right:0}@media screen and (min-width:744px){.dropdown{max-width:744px}}@media screen and (min-width:1300px){.dropdown{max-width:1300px}}.eyebrow{color:var(--accent-color);display:inline flow-root;font-weight:700;margin-bottom:1rem;text-transform:uppercase;white-space:nowrap}.eyebrow.-fill{background:var(--accent-color);border-radius:.25em;color:var(--accent-color-text);font-size:.75rem;padding:.25em 1.5em}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6){--accent-color: var(--heading-color, var(--root-color-headings));color:var(--accent-color);font-family:var(--root-font-family-heading);font-weight:700;line-height:1.125;margin:0 0 1rem;overflow-wrap:break-word;text-wrap:balance}:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6):has(+:is(h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6)){margin-bottom:0}h1,.h1{font-size:var(--root-font-size-h1);margin-bottom:calc(1rem + var(--fluid-rem-sm-md) * .5 + var(--fluid-rem-md-lg) * .5)}h2,.h2{font-size:var(--root-font-size-h2);margin-bottom:calc(1rem + var(--fluid-rem-sm-md) * .5 + var(--fluid-rem-md-lg) * 0)}h3,.h3{font-size:var(--root-font-size-h3)}h4,.h4{font-size:var(--root-font-size-h4)}h5,.h5{font-size:var(--root-font-size-h5)}h6,.h6{font-size:var(--root-font-size-h6);font-weight:700}.input,.search{--accent-color: var(--color-gray-500);background-color:var(--color-gray-50);border-radius:var(--root-border-radius);border:2px solid var(--accent-color);color:var(--color-gray-800);display:inline-block;padding:.5em 1em;width:100%}.input:focus,.search:focus{--accent-color: inherit;outline:none}.input::placeholder,.search::placeholder{color:var(--color-gray-400)}.input[aria-disabled=true],[aria-disabled=true].search,.input[disabled],[disabled].search,.input.-disabled,.-disabled.search{border-color:var(--color-gray-200);color:var(--color-gray-200);cursor:initial;pointer-events:none;-webkit-user-select:none;user-select:none}.input:is(textarea),.search:is(textarea){display:block;resize:vertical}.input[type=date],[type=date].search{padding:calc(.5em - 1px) 1em}.input[type=file],[type=file].search{padding:calc(.5em - 3px) 1em}a,.link{--accent-color: var(--link-color, var(--color-blue));align-items:center;color:var(--accent-color);display:inline-flex;gap:1em;text-decoration:none;transition:color var(--root-ease-out-fast)}a:where(button),.link:where(button){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0}a svg,.link svg{display:inline;height:1cap}a:hover,.link:hover{color:var(--accent-color-700)}a__icon,.link__icon{aspect-ratio:1.5;color:inherit;flex:0 0 auto;max-height:1cap}a.-wide,.link.-wide{align-items:center;display:inline-flex;gap:1rem}.media{background-color:rgb(from currentColor r g b/.25);display:inline grid;margin-bottom:2rem}.media>*{grid-area:1/1;position:relative}.media__mask{margin:0;display:grid;transition:opacity var(--root-ease-out-moderate)}.media__mask.-loaded{opacity:0;pointer-events:none}.media__maskImg{width:100%;height:100%;object-fit:cover}.media__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:max(50cqmin,6rem);padding:0;align-self:center;justify-self:center;color:var(--accent-color-200);container-type:size;position:relative;transition:color var(-root-ease-out-fast),opacity var(--root-ease-out-moderate);width:min(50cqmin,6rem);height:min(50cqmin,6rem)}.media__trigger:hover{color:var(--accent-color-300)}.media__trigger.-loaded{align-self:start;height:min(25cqmin,3rem);justify-self:end;margin:.5rem;opacity:0;pointer-events:none;transition:opacity var(--root-ease-out-fast);width:min(25cqmin,3rem)}.media__trigger.-loaded.-keepVisible{opacity:.25;pointer-events:auto}.media__trigger.-loaded.-keepVisible:hover,.media__trigger.-loaded:focus-visible{opacity:1}.media__icon{--icon-stroke-color: var(--accent-color-200);filter:drop-shadow(var(--root-box-shadow-med));width:auto;height:auto}.media__icon.-circle{padding:min(6cqmin,.75rem);transition:padding var(--root-ease-out-fast)}.media__icon.-circle:hover{padding:min(4cqmin,.5rem)}.media:has(iframe){display:grid}.media:has(iframe) div[style]:has(>iframe){position:relative}.media:has(iframe) div[style]:has(>iframe)>iframe{position:absolute;top:0;right:0;bottom:0;left:0}:where(input[type=radio]){--radio-size: 1.5rem;--radio-knob-size: calc(var(--radio-size) * .5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-gray-50);border:2px solid var(--color-gray-500);border-radius:var(--radio-size);display:inline grid;height:var(--radio-size);place-items:center;width:var(--radio-size);outline-offset:.25em;transition:background var(--root-ease-out-fast),border-color var(--root-ease-out-fast)}:where(input[type=radio]):hover:where(:not(:disabled)){background:#fff;border-color:var(--color-gray-700)}:where(input[type=radio]):after{background:var(--color-gray-100);width:var(--radio-knob-size);height:var(--radio-knob-size);border-radius:50%;content:"";display:block;place-items:center;grid-area:1/1;opacity:0;scale:0;transition:background 1s var(--root-ease-out),opacity 1s var(--root-ease-out),scale 1s var(--root-ease-out)}:where(input[type=radio]).-checked,:where(input[type=radio]):checked{background:var(--accent-color);border-color:var(--accent-color)}:where(input[type=radio]).-checked.-disabled,:where(input[type=radio]).-checked:disabled,:where(input[type=radio]):checked.-disabled,:where(input[type=radio]):checked:disabled{background:var(--color-gray-50);border-color:var(--color-gray-200)}:where(input[type=radio]).-checked:after,:where(input[type=radio]):checked:after{opacity:1;scale:1;background:var(--accent-color-contrast)}.search{align-items:center;border-radius:3em;display:inline grid;grid:auto/auto auto;justify-content:start;overflow:hidden;padding:0}.search__icon{color:var(--color-gray-400);margin-left:1em}.search:focus-within .search__icon{color:inherit}.search__input{padding-left:.5em;border:0}.multiselect{--ms-bg: var(--color-gray-50);--ms-border-color: var(--color-gray-500);--ms-border-width: 2px;--ms-caret-color: var(--accent-color);--ms-option-bg-selected: var(--accent-color);--ms-option-color-selected: var(--accent-color-contrast);--ms-placeholder-color: var(--color-gray-400);--ms-py: .4375rem;margin-bottom:1em;vertical-align:top}.multiselect-caret{width:1em;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 21'%3E%3Cpath d='M34 2L18 18L2 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat}select{background:var(--color-gray-50);border-radius:5px;border:2px solid var(--color-gray-500);color:var(--color-gray-800);display:inline grid;line-height:1.5;margin-bottom:1em;outline-offset:2px;padding:.5em 2em .5em 1em}.select{align-items:center;display:inline grid;justify-items:end;margin-bottom:1em}.select:after{background:var(--accent-color);content:"";height:1em;margin-right:.75em;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 21'%3E%3Cpath d='M34 2L18 18L2 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;position:absolute;width:1em}.select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding-right:2.5em}.select__input:has(.select__placeholder:checked){color:var(--color-gray-400)}.select__input:has(.select__placeholder:checked) option{color:var(--color-gray-800)}.select option{font-style:normal}.select__placeholder{color:var(--color-gray-500)}.switch{border-radius:2em;box-shadow:0 2px 4px 0 var(--color-gray-500) inset;display:inline grid;height:2em;padding:3px;transition:background-color var(--root-ease-out-fast),box-shadow var(--root-ease-out-fast);width:4em}.switch:before{aspect-ratio:1;background:var(--color-gray-600);border-radius:2em;height:100%;justify-self:start;mask:unset;transition:translate var(--root-ease-out-fast),background-color var(--root-ease-out-fast),box-shadow var(--root-ease-out-fast)}.switch.-checked,.switch:checked{box-shadow:0 2px 4px 0 var(--accent-color-700) inset}.switch.-checked:before,.switch:checked:before{background:var(--accent-color-contrast);translate:2em;box-shadow:0 2px 2px 0 var(--accent-color-700)}.switch.-disabled,.switch:disabled{box-shadow:0 2px 4px 0 var(--color-gray-200) inset}.switch.-disabled:before,.switch:disabled:before{background:var(--color-gray-200)}.switch.-disabled.-checked:before,.switch.-disabled:checked:before,.switch:disabled.-checked:before,.switch:disabled:checked:before{box-shadow:none}.tag{align-items:center;background-color:transparent;border:1px solid var(--accent-color);border-radius:.333em;color:var(--accent-color-700);display:inline-flex;font-size:var(--root-font-size-sm);gap:.667em;justify-content:space-between;line-height:1;margin-bottom:calc(var(--root-gap) / 2);margin-right:calc(var(--root-gap) / 2);padding:.667em 1.333em;position:relative;transition:background var(--root-ease-out-fast),border-color var(--root-ease-out-fast)}.tag__input{display:none}.tag__icon{aspect-ratio:1;color:var(--accent-color);flex-shrink:0;height:1.25em;width:1.25em}.tag__icon>use:nth-child(2){opacity:0}.tag:hover{border-color:var(--accent-color-700)}.tag:hover .tag__icon{color:var(--accent-color-700)}.tag:where(button){background-color:var(--accent-color);border-color:var(--accent-color);color:#fff;box-shadow:var(--root-box-shadow-low)}.tag:where(button) .tag__icon{color:#fff}.tag:where(button):hover{background-color:var(--accent-color-700);border-color:var(--accent-color-700);cursor:pointer}.tag:where(button):hover .tag__icon{color:inherit}.tag.-active,.tag:has(input:checked){background-color:var(--accent-color-700);border-color:var(--accent-color-700);color:#fff}.tag.-active .tag__icon,.tag:has(input:checked) .tag__icon{color:#fff}.tag.-dismissable:has(input:checked){background-color:var(--accent-color-700);border-color:var(--accent-color-700);color:#fff}.tag.-dismissable:has(input:checked) .tag__icon{color:#fff;padding:.1667em}.tag.-dismissable:has(input:checked) .tag__icon>use:nth-child(1){opacity:0}.tag.-dismissable:has(input:checked) .tag__icon>use:nth-child(2){opacity:1}.tag.-inactive,.tag:has(input:disabled){background-color:transparent;border-color:var(--root-color-inactive);color:var(--root-color-inactive)}.tag.-inactive .tag__icon,.tag:has(input:disabled) .tag__icon{color:var(--root-color-inactive)}.accordion{background:#fff;border-radius:.5rem;box-shadow:var(--root-box-shadow-low);overflow:hidden}.accordion::details-content{height:0;transition:height var(--accordion-transition-duration, var(--root-duration-slow)) var(--root-ease-out)}@supports (interpolate-size: allow-keywords){.accordion::details-content{transition:content-visibility var(--root-duration-slow) allow-discrete,height var(--root-duration-slow) var(--root-ease-out)}}.accordion[open]::details-content{height:var(--accordion-height)}@supports (interpolate-size: allow-keywords){.accordion[open]::details-content{height:auto}}.accordion__summary{--heading-color: var(--root-color-headings);align-items:center;border-radius:.5rem;cursor:pointer;display:grid;grid-auto-flow:column;justify-items:start;list-style:none;outline-offset:-2px;padding:.5rem;-webkit-user-select:none;user-select:none}.accordion__summary::-webkit-details-marker{display:none}.accordion__heading{margin:0;padding:.25rem 1rem}.accordion__iconWrapper{background:var(--accent-color);display:grid;justify-self:end;padding:.5rem}.accordion__icon{--icon-color: var(--accent-color-contrast);aspect-ratio:1;height:var(--root-font-size-h3);transition:transform var(--root-duration-moderate) var(--root-ease-out)}.accordion__content{padding:0 1.5rem 1.5rem}.accordion[open]{box-shadow:var(--root-box-shadow-high)}.accordion[open] .accordion__iconWrapper{background:var(--color-gray-200)}.accordion[open] .accordion__icon{--icon-color: #000;transform:rotate(90deg)}.actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.actions__action{margin-bottom:0}.actions.-spaceBetween{align-items:center;justify-content:space-between}.banner{background:var(--accent-color);border-radius:4px;border:0;color:var(--accent-color-text);margin-bottom:3rem;padding:var(--root-padding-block) var(--root-padding-inline);position:static;width:unset}.banner__content{align-items:start;display:grid;gap:2rem;grid:auto/1fr auto}.banner__content>*{grid-column:1}.banner__content>:last-child,.banner__content>:has(+.banner__action),.banner__content>:has(+.banner__close){margin-bottom:0}.banner__action{grid-area:1/2;align-self:center}.banner__close{background:#0000;border:0;color:var(--accent-color-contrast);grid-area:1/2;height:2rem;width:2rem}.banner__close:hover{background-color:var(--accent-color-600)}.banner a,.banner .link{text-decoration:underline;color:var(--accent-color-contrast)}.card{background-color:#fff;border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a;display:flex;flex-direction:column-reverse;justify-content:flex-end;overflow:hidden;max-width:100%}.card__imageWrapper{aspect-ratio:1.78;overflow:hidden}.card__image{width:100%;height:100%;object-fit:cover}.card__tagList{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:0}.card__cta{margin-top:0;display:flex;width:100%;font-weight:700}.card__meta{color:var(--color-gray-500);line-height:1.5;margin:0}.card__metaLink{text-underline-offset:4px;font-weight:700}.card__metaIcon{display:inline-block;height:1.25em;width:1.25em;margin-right:.5em;aspect-ratio:1;vertical-align:text-bottom}.card .tag{margin:0}.card__title{font-size:calc(1.5rem + var(--fluid-rem-sm-lg) * .5);margin:.5rem 0}.card__description{color:var(--color-gray-600);line-height:2;margin:0}.card__content{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1rem}.card__iconWrapper{block-size:6rem;aspect-ratio:1}.card__icon{height:100%}.card.-condensed .card__description{line-height:1.5}.card.-flipped{flex-direction:column}.checklist{align-items:start;display:grid;gap:1em;grid:auto/1fr auto;list-style:none;padding:0}.checklist__item{display:contents}.checklist__input{aspect-ratio:1;cursor:pointer;grid-column:1;height:1.5em}.checklist__label{cursor:pointer;grid-column:2}.field{display:grid;gap:.5em;line-height:1.5;margin-bottom:1.25em;-webkit-user-select:none;user-select:none;vertical-align:top;width:max-content}.field__help{font-size:max(.75em,.75rem);color:var(--color-gray-600)}.field:has(input:not(:disabled)){cursor:pointer}.field.-inline{grid:auto/auto auto;align-items:center}.field.-inline .field__help{grid-column:2}.field.-wide{width:100%}.field.-stacked{grid-auto-flow:column}.field.-reversed{grid-auto-flow:row dense}.field.-reversed input,.field.-reversed .field__input{grid-column:2}ul,ol{padding:0;margin:0}ul{list-style:none}.list,.richText dl,.richText ol,.richText ul{--list-line-height: 1.125;line-height:var(--list-line-height);margin-bottom:1rem;padding-left:3rem}.list>li,.richText dl>li,.richText ol>li,.richText ul>li{margin-bottom:1em}.list:where(ul)>li:before,.richText ul:where(ul)>li:before{position:absolute;background:var(--accent-color);border-radius:1em;content:"";display:inline grid;height:.5em;width:1em;translate:-1.5em calc(.5em * (var(--list-line-height) - .5))}.list ul,.richText dl ul,.richText ol ul,.richText ul ul,.list ol,.richText dl ol,.richText ol ol,.richText ul ol{margin-top:1rem;padding-left:3rem}.list:where(ul ul)>li:before,.richText ul:where(ul ul)>li:before{height:.25em;translate:-1.5em calc(.5em * (var(--list-line-height) - .25));background:var(--accent-color-200)}.list:where(ol),.richText ol:where(ol){list-style:decimal}.list:where(ol)>li::marker,.richText ol:where(ol)>li::marker{font-weight:700;color:var(--accent-color)}.list:where(ol ol),.richText ol:where(ol ol){list-style:lower-alpha}.list dt,.richText dl dt,.richText ol dt,.richText ul dt{margin-left:-1.5em;font-weight:700;color:var(--accent-color)}.list dd,.richText dl dd,.richText ol dd,.richText ul dd{margin:0 0 1em}.logoCloud.-reduced .logoCloud__logo{height:calc(2rem + var(--fluid-rem-sm-lg) * 1)}.logoCloud__logos{display:flex;flex-direction:row;flex-wrap:wrap;gap:calc(2rem + var(--fluid-rem-sm-lg) * 1);justify-content:center;align-items:center;width:100%}.logoCloud__logo{height:calc(5rem + var(--fluid-rem-sm-lg) * 2.5);max-width:230px;width:100%;position:relative;display:flex;align-items:center;justify-content:center}.logoCloud__img,.logoCloud img{height:100%;width:100%;object-fit:contain;display:block;margin-bottom:0}.logoCloud__link:after{content:"";top:0;right:0;bottom:0;left:0;position:absolute}.mediaBanner{position:relative;width:100%;overflow:hidden;display:grid;grid-template-areas:"media";--media-banner-aspect-ratio: 65 / 24}.container .mediaBanner{border-radius:var(--root-border-radius)}.mediaBanner>div:first-child{grid-area:media;position:relative;width:100%}.mediaBanner>div:first-child video{width:100%;height:auto;aspect-ratio:var(--media-banner-aspect-ratio);display:block}.mediaBanner .media{grid-area:media;display:grid;width:100%;--accent-color: var(--color-purple)}.mediaBanner__content{grid-area:media;width:100%;height:auto;aspect-ratio:var(--media-banner-aspect-ratio);object-fit:cover;display:block;z-index:0}.mediaBanner__content.-white{grid-area:media;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;color:#fff;z-index:2;background:none;object-fit:initial}.mediaBanner__content.-white *{color:inherit}.mediaBanner__content.-white .container{width:100%;row-gap:0}.mediaBanner__content.-white.-center{align-items:center;text-align:center}.mediaBanner__content.-white.-left{align-items:flex-start;text-align:left}.mediaBanner__content.-white.-right{align-items:flex-end;text-align:right}.mediaBanner__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;opacity:.9}.mediaBanner__title{margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.mediaBanner__actions{margin-top:1rem}.media .mediaBanner__mask{grid-area:1/1}.mediaBanner__mask{grid-area:media;position:relative;z-index:1;background:#fff;margin:0;transition:opacity .3s ease;border-radius:var(--root-border-radius)}.mediaBanner__mask img{width:100%;height:auto;aspect-ratio:var(--media-banner-aspect-ratio);object-fit:cover}.mediaBanner__mask.-loaded{opacity:0;pointer-events:none}.media .mediaBanner__trigger{grid-area:1/1}.mediaBanner__trigger{grid-area:media;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.mediaBanner__overlay{grid-area:media;background-color:#0000004d;pointer-events:none;z-index:1}.mediaBanner.-withOverlay .mediaBanner__overlay{opacity:1}.mobileNavigation{--link-color: var(--accent-color)}.mobileNavigation__pane{background:#fff;box-shadow:var(--root-box-shadow-med);top:0;right:4.5rem;bottom:0;left:0;overflow-x:auto;position:fixed;transition:translate var(--root-ease-out-fast);translate:0;z-index:2}@starting-style{.mobileNavigation__pane{translate:-100%}}.mobileNavigation__pane .mobileNavigation__pane{top:0;right:0;bottom:0;left:0}.mobileNavigation__closeButton{background:#0000001a;display:grid;inset:0 0 0 auto;padding:.375rem 0;place-content:start center;position:fixed;transition:opacity var(--root-ease-out-fast);translate:0;width:4.5rem;z-index:1}@starting-style{.mobileNavigation__closeButton{opacity:0}}.mobileNavigation__title{display:grid;place-content:center;padding:.25rem .5rem;min-height:4.25rem}.mobileNavigation__actions{position:absolute;display:flex;gap:.5rem}.mobileNavigation__button,.mobileNavigation__link{padding:1rem .5rem 1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;color:var(--accent-color)}.mobileNavigation__list>li{border-top:1px solid var(--color-gray-100)}.mobileNavigation__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;width:100%;background:#0000}.navigation__list{display:grid;grid-auto-flow:column;place-content:end space-between;place-items:center}.navigation__link,.navigation__button{border:0;background:#0000;color:var(--root-color);padding:1.5rem}.navigation__button{display:flex;gap:.5rem}.navigation__button:after{content:"";width:.75rem;height:1em;background:var(--accent-color);transition:rotate var(--root-ease-out-slow);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 21'%3E%3Cpath d='M34 2L18 18L2 2' fill='none' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat}.navigation__item{position:relative}.navigation__item.-wide{position:static}.navigation__item.-wide .navigation__dropdown{width:100%;left:0;border-top:1px solid var(--accent-color);background:var(--color-gray-50);max-width:100%}.navigation__item.-wide:has(.navigation__dropdown){box-shadow:0 -.5rem 0 inset var(--accent-color)}.navigation__item:has(.navigation__dropdown) .navigation__button{color:#000}.navigation__item:has(.navigation__dropdown) .navigation__button:after{background:var(--color-gray-600);rotate:x 180deg}.pagination{display:flex;justify-content:center;width:100%;margin-bottom:2rem}.pagination__list{align-items:center;display:flex;flex-wrap:wrap;gap:calc(.5rem + var(--fluid-rem-sm-lg) * .5);width:fit-content}.pagination__icon{aspect-ratio:1.5;block-size:calc(.5rem + var(--fluid-rem-sm-lg) * .5);color:inherit}.pagination__button,.pagination__link{--accent-color: inherit}.pagination__link,.pagination__current,.pagination__skip{aspect-ratio:1;background:var(--accent-color);border-radius:.25rem;color:var(--accent-color-text);display:grid;font-size:calc(.5rem + var(--fluid-rem-sm-lg) * .5);font-weight:700;line-height:1;width:calc(2rem + var(--fluid-rem-sm-lg) * .5);height:calc(2rem + var(--fluid-rem-sm-lg) * .5);place-items:center}.pagination__link{--accent-color: inherit;text-decoration:none;transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.pagination__link:hover{background:var(--accent-color-700);color:#fff}.pagination__button:not([disabled]){background:var(--accent-color-700);border-color:var(--accent-color-700)}.pagination__button[disabled]{--accent-color: var(--color-gray-100)}.pagination__current{background:var(--color-gray-100);color:var(--accent-color-700)}.pagination__skip{background:var(--color-gray-200);color:var(--accent-color-700)}.sitemap__list{display:grid;gap:var(--root-gap);grid:auto/repeat(auto-fit,minmax(11rem,1fr))}.sitemap__heading{font-size:1.25rem;margin-bottom:1.5rem}.sitemap__sublist{display:grid;gap:1rem}@property --tab__button-box-shadow{syntax: "<length>"; inherits: false; initial-value: 0;}.tabs__tablist{display:flex;justify-content:space-between;gap:.5rem;overflow:clip}@media screen and (min-width:320px){.tabs__tablist{border:solid var(--color-gray-300);border-width:0 0 2px;gap:2rem;justify-content:start}}@media screen and (min-width:744px){.tabs__tablist{gap:3rem}}.tabs__button{background:#0000;border:0;color:inherit;cursor:pointer;display:none;font:inherit;white-space:nowrap;outline-offset:2px;transition:color var(--root-duration-fast) var(--root-ease-out),--tab__button-box-shadow var(--root-duration-fast) var(--root-ease-out)}@media screen and (min-width:320px){.tabs__button{display:block;box-shadow:0 var(--tab__button-box-shadow) var(--accent-color) inset;padding:0 0 8px}.tabs__button:hover{--tab__button-box-shadow: -2px;box-shadow:0 var(--tab__button-box-shadow) var(--accent-color-400) inset;color:var(--color-gray-900)}}.tabs__button.-selected{display:block;--tab__button-box-shadow: -8px;color:var(--color-gray-900)}.tabs__panel{padding:1rem 0}.tabs__prev,.tabs__next{flex-shrink:0}@media screen and (min-width:320px){.tabs .tabs__prev,.tabs .tabs__next{background:red;display:none}}@media screen and (min-width:320px){.tabs.-vertical{display:grid;grid:auto/auto 1fr}.tabs.-vertical .tabs__tablist{flex-direction:column;border-width:0 2px 0 0;gap:2rem}.tabs.-vertical .tabs__button{padding:0 1rem 0 0;text-align:right;box-shadow:var(--tab__button-box-shadow) 0 var(--accent-color) inset}.tabs.-vertical .tabs__panel{padding:0 1rem}}@media screen and (min-width:320px){.tabs.-solid .tabs__tablist{border:0;gap:.5rem}.tabs.-solid .tabs__button{white-space:nowrap;background:var(--color-gray-100);border-radius:.5rem;box-shadow:0 1px 1px 0 var(--color-gray-200);padding:.5rem 1rem;margin-bottom:.5rem}.tabs.-solid .tabs__button:hover{background:#fff;box-shadow:var(--root-box-shadow-med);border-radius:8px}.tabs.-solid .tabs__button.-selected{background:#fff;border-radius:8px 8px 0 0;box-shadow:0 .5rem #fff}.tabs.-solid .tabs__panel{background:#fff;padding:1rem}}.testimonial{display:grid;grid:"quote" 1fr "footer" auto;gap:1rem;margin-left:0;padding-left:0;box-shadow:none}.testimonial:has(.testimonial__icon){grid:"icon quote" 1fr "footer footer" auto}@media screen and (min-width:744px){.testimonial:has(.testimonial__icon){grid:"icon quote" 1fr "_ footer" auto}}.testimonial__content{grid-area:quote;line-height:2;margin-bottom:0}.testimonial__citationPhotoWrapper{height:4rem;aspect-ratio:1;border-radius:4rem;overflow:hidden;flex-shrink:0}.testimonial__citationPhoto{width:100%;height:100%;object-fit:cover}.testimonial__citation{color:var(--root-color-headings);line-height:1.5;font-style:normal;font-weight:700;font-size:1rem;margin-bottom:0}.testimonial__citationTitle{display:block;color:var(--root-color);font-weight:400;font-size:1rem}.testimonial__footer{grid-area:footer;display:flex;align-items:center;gap:1rem;margin-top:0}.testimonial__icon{--icon-fill-color: var(--accent-color-600);grid-area:icon;height:2.0625rem;justify-self:end;min-width:2rem;transform:translateY(-50%)}.testimonial.-featured{column-gap:2rem}.testimonial.-featured .testimonial__content{font-size:1.5rem;line-height:1.5rem}.testimonial.-featured .testimonial__citationPhotoWrapper{height:6rem}.testimonial.-featured .testimonial__citation{font-size:1.25rem;line-height:1.625}.testimonial.-featured .testimonial__icon{inline-size:4rem;width:4.0625rem}.testimonial.-aside{grid-template-columns:5.5rem 1fr;column-gap:1.5rem}@media screen and (min-width:744px){.testimonial.-aside{row-gap:0}}.testimonial.-aside .testimonial__content{grid-column:1/3;grid-row:2/3}@media screen and (min-width:744px){.testimonial.-aside .testimonial__content{grid-column:2/3}}.testimonial.-aside .testimonial__citationPhotoWrapper{height:5.5rem}.testimonial.-aside .testimonial__citationTitle{font-size:.75rem}.testimonial.-aside .testimonial__footer{grid-column:1/3;grid-row:1/2;gap:1.5rem}.testimonial.-aside .testimonial__icon{grid-column:1/2;grid-row:2/3}@media screen and (min-width:744px){.basicSection{--columns: 2}}.basicSection__content{display:grid;grid:auto/subgrid;gap:1rem var(--root-gap)}.basicSection__content.-center{align-items:center}.basicSection__content>:first-child:last-child{grid-column:1/-1}.basicSection__image{order:1}.basicSection__testimonial{order:2}.basicSection__media{order:3}.basicSection__text{order:4}.basicSection__cta{order:5}@media screen and (min-width:744px){.basicSection__text,.basicSection__image,.basicSection__media,.basicSection__cta,.basicSection__testimonial{order:unset;grid-column:span var(--span, 1)}}@media screen and (min-width:744px){.basicSection.-wide{--columns: 3}.basicSection.-wide :is(.basicSection__text,.basicSection__image,.basicSection__media,.basicSection__cta,.basicSection__testimonial).-wide{grid-column:span var(--span, 2)}}.callout{background:var(--color-gray-100);padding:5rem 0;text-align:center}.callout__title{justify-self:center;text-align:center}.callout__content{text-wrap:balance}.callout__actions{justify-self:center;display:flex;flex-flow:row wrap;justify-content:center;gap:1rem}.dialog,dialog{border-radius:1rem;border:0;box-shadow:var(--root-box-shadow-med);color:var(--root-color);padding:1.5rem 2rem;max-width:36rem;top:0;right:0;bottom:0;left:0}.dialog__close,dialog__close{position:absolute;right:.75rem;top:.75rem}.hero{background:var(--accent-color);color:var(--accent-color-contrast);position:relative;z-index:0}.hero__bg{container-type:size;display:grid;grid-area:1/wide/2;overflow:hidden}.hero__bg>*,.hero__bg:before,.hero__bg:after{grid-area:1/1}.hero__bg+.hero__content{grid-row:1/2}.hero__bg img{max-height:100cqh;width:100%;object-fit:cover}.hero__bg.-fade:after{background:radial-gradient(circle farthest-side at 50% 25%,#0000 35vw,#0002 45vw,#0004);content:"";z-index:1}@media screen and (min-width:744px){.hero__bg.-fade:after{background:radial-gradient(circle farthest-side at calc(50vw + min(25vw,325px)),rgba(0,0,0,.2666666667) min(15vw,195px),rgba(0,0,0,.5333333333) min(25vw,325px),rgba(0,0,0,.8))}}.hero__bg.-vignette:after{background:radial-gradient(ellipse closest-side at 50% 35%,#0002 40vw,#0004);content:"";z-index:1}@media screen and (min-width:744px){.hero__bg.-vignette:after{background:radial-gradient(ellipse at center,#0004 40%,#000c 80%)}}.hero__bg.-split:after{content:"";z-index:1}@media screen and (min-width:744px){.hero__bg.-split:after{background:linear-gradient(to right,#0008 50%,#0000 calc(50% + 1px))}}.hero__bg.-colorize:before{content:"";background:var(--accent-color);mix-blend-mode:color;z-index:1}.hero__bg.-multiply{background:#fff}.hero__bg.-multiply:before{content:"";background:var(--accent-color);mix-blend-mode:multiply;z-index:1}.hero__content{display:grid;grid:auto/subgrid;gap:1rem var(--root-gap);align-items:center;z-index:1}.hero__content>:first-child:last-child{grid-column:1/-1}.hero__image{order:1}.hero__testimonial{order:2}.hero__media{order:3}.hero__text{order:4;padding:2rem 0}.hero__cta{order:5}@media screen and (min-width:744px){.hero__text,.hero__image,.hero__media,.hero__cta,.hero__testimonial{order:unset;grid-column:span var(--span, 1)}}@media screen and (min-width:744px){.hero{--columns: 2}}.hero.-padded{padding:5rem 0}.hero.-padded .hero__text{padding:0}.hero.-bleed .hero__content{grid-column:main/wide}.hero.-bleed .hero__content>:nth-child(2){grid-column:span 2}.hero.-center .hero__content{justify-items:center;text-align:center}.hero.-center .hero__text{padding:4rem 0;max-width:calc(40rem + var(--fluid-rem-sm-lg) * 10);justify-items:center}.message{position:static;display:grid;grid:auto/2rem 1fr 3rem;align-items:start;gap:1em;padding:1em;background:var(--accent-color-50);border-radius:.5rem;margin-bottom:2rem;box-shadow:0 1px 1px rgba(from var(--accent-color-900) r g b/.2),0 .5rem 1.5rem rgba(from var(--accent-color) r g b/.1)}.message__icon{--icon-stroke-color: #fff;--icon-fill-color: var(--accent-color)}.message__content{padding:.25em 0}.message__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#0000;color:inherit;height:2rem;border-left:1px solid rgba(from var(--accent-color) r g b/.5);display:grid;place-content:center;--icon-stroke-width: 1;grid:1rem/1rem}.message:is(dialog:not(:open)){display:none}.message.-dark{background:var(--accent-color-900);color:#fff}.table,.richText table,.table table{border-collapse:collapse;margin-bottom:2rem}.table thead,.richText table thead,.table table thead{background:var(--color-gray-50)}.table thead th,.richText table thead th,.table table thead th{background:var(--color-gray-100)}.table tr,.richText table tr,.table th,.richText table th,.table table tr,.table table th{transition:background-color var(--root-ease-out-fast)}.table td,.richText table td,.table th,.richText table th,.table table td,.table table th{padding:1em 1.5em}.table th,.richText table th,.table table th{text-align:left;background:var(--color-gray-50)}.table tbody tr:not(:last-child),.richText table tbody tr:not(:last-child),.table table tbody tr:not(:last-child){border-top:1px solid var(--color-gray-200)}.table tr:hover,.richText table tr:hover,.table table tr:hover{background:var(--accent-color-50)}.table tr:hover th,.richText table tr:hover th,.table table tr:hover th{background:var(--accent-color-100)}.table.-scrollable,.richText table.-scrollable,.table table.-scrollable{--max-table-fade: 3rem;animation-duration:1ms;animation-name:table-fade;animation-timeline:--table;max-height:clamp(50vh,640px,100svh - 2cm);max-width:100%;overflow:scroll;position:relative;scroll-timeline:--table x}.table.-scrollable.-fadeRight,.richText table.-scrollable.-fadeRight,.table table.-scrollable.-fadeRight{-webkit-mask-image:linear-gradient(90deg,#fff calc(100% - var(--table-fade)),#0000);mask-image:linear-gradient(90deg,#fff calc(100% - var(--table-fade)),#0000)}.table.-scrollable.-fadeBoth,.richText table.-scrollable.-fadeBoth,.table table.-scrollable.-fadeBoth{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0),#fff var(--table-starting-fade) calc(100% - var(--table-fade)),rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,0),#fff var(--table-starting-fade) calc(100% - var(--table-fade)),rgba(0,0,0,0) 100%)}.table.-scrollable.-stickHead thead,.richText table.-scrollable.-stickHead thead,.table table.-scrollable.-stickHead thead{background:var(--color-gray-50);position:sticky;top:0;z-index:1}.table.-scrollable.-stickFirstColumn tbody tr th:first-child,.richText table.-scrollable.-stickFirstColumn tbody tr th:first-child,.table table.-scrollable.-stickFirstColumn tbody tr th:first-child{left:0;position:sticky}.table.-scrollable.-stickHead.-stickFirstColumn thead tr th:first-child,.richText table.-scrollable.-stickHead.-stickFirstColumn thead tr th:first-child,.table.-scrollable.-stickHead.-stickFirstColumn thead tr td:first-child,.richText table.-scrollable.-stickHead.-stickFirstColumn thead tr td:first-child,.table table.-scrollable.-stickHead.-stickFirstColumn thead tr th:first-child,.table table.-scrollable.-stickHead.-stickFirstColumn thead tr td:first-child{left:0;position:sticky;background:var(--color-gray-50)}@property --table-fade{syntax: "<length>"; inherits: false; initial-value: 0;}@property --table-starting-fade{syntax: "<length>"; inherits: false; initial-value: 0;}@keyframes table-fade{0%{--table-starting-fade: 0;--table-fade: var(--max-table-fade)}10%{--table-starting-fade: var(--max-table-fade)}90%{--table-fade: var(--max-table-fade)}to{--table-starting-fade: var(--max-table-fade);--table-fade: 0}}.section{--accent-color: #fff;row-gap:16px;padding:5rem 0;background:var(--accent-color);color:var(--accent-color-text)}.siteFooter__content{display:grid;gap:var(--gap);grid:"info" "social" "nav" "utility"}@media screen and (min-width:744px){.siteFooter__content{grid:"logo address" auto "social contact" "nav nav" "utility utility"/auto 1fr}}@media screen and (min-width:1300px){.siteFooter__content{grid:"info nav     nav   " auto "info social  social" auto "info utility utility" auto/1fr 1fr 1fr}}.siteFooter__logo svg{width:min(100%,301px);height:auto}.siteFooter__info{grid-area:info;display:grid;gap:var(--root-gap);justify-items:start}@media screen and (min-width:744px){.siteFooter__info{display:contents}}@media screen and (min-width:1300px){.siteFooter__info{align-content:start;justify-items:start;display:grid;grid:auto/1fr 1fr 1fr}.siteFooter__info>*{grid-column:span 2}}.siteFooter__navigation{grid-area:nav}.siteFooter__social{grid-area:social;justify-content:space-between}@media screen and (min-width:1300px){.siteFooter__social{justify-self:start}}.siteFooter__utility{grid-area:utility;display:flex;flex-flow:row wrap;gap:.5rem 2rem}.siteHeader{padding:var(--gap) 0}.siteHeader__content{display:grid;grid:"logo search mobile-nav" auto/auto 1fr auto;align-items:center;gap:0 var(--gap);position:relative}.siteHeader__logo{grid-area:logo;display:grid;padding:.5rem 0;align-self:stretch}.siteHeader__logo svg{height:100%}.siteHeader__utilityNav{display:none;grid-area:utility-nav;font-size:.75rem;justify-self:end;gap:1.5rem}.siteHeader__primaryNav{display:none;grid-area:primary-nav;justify-self:end}.siteHeader__search{justify-self:end;width:calc(8rem + var(--fluid-rem-sm-md) * 0 + var(--fluid-rem-md-lg) * 8)}@media screen and (min-width:744px){.siteHeader__content{grid:"logo utility-nav search" auto "primary-nav primary-nav primary-nav" auto/auto 1fr auto}.siteHeader__primaryNav,.siteHeader__utilityNav{display:grid;justify-self:end}.siteHeader__mobileNav{display:none}}@media screen and (min-width:1300px){.siteHeader__content{grid:"logo utility-nav search" auto "logo spacer spacer" auto "logo primary-nav primary-nav" auto/auto 1fr auto}}.slider{--swiper-theme-color: var(--accent-color)}.slider__content{container-type:inline-size;overflow:hidden;padding:0 2rem 4.5rem}@media screen and (min-width:744px){.slider__content{padding:0 7rem 6.5rem}}.slider swiper-slide{width:100cqw;height:auto}@media screen and (min-width:744px){.slider swiper-slide{width:auto;height:calc(50cqw - 1rem)}}@media screen and (min-width:1300px){.slider swiper-slide{width:auto;height:calc(40cqw - 2rem)}}.slider swiper-container::part(bullet){opacity:1;width:16px;flex-shrink:0;height:16px;background-color:var(--accent-color)}.slider swiper-container::part(bullet-active){background-color:#000;flex-shrink:0;height:1.5rem;width:1.5rem}.slider swiper-container::part(container){overflow:visible}.slider swiper-container::part(pagination){align-items:center;bottom:auto;display:flex;gap:1rem;margin-top:2rem;text-align:left;top:100%}.slider swiper-container::part(button-prev),.slider swiper-container::part(button-next){background:var(--accent-color);width:1rem;border-radius:3rem;height:1rem;padding:1rem;color:#fff;display:none}@media screen and (min-width:744px){.slider swiper-container::part(button-prev),.slider swiper-container::part(button-next){display:block}}.slider swiper-container::part(button-prev){position:absolute;left:-7rem}.slider swiper-container::part(button-next){right:-7rem}.slider.-withCallout .slider__content{padding:0 0 2.5rem}@media screen and (min-width:744px){.slider.-withCallout .slider__content{padding:0 0 11.5rem}}.slider.-withCallout swiper-container::part(button-prev),.slider.-withCallout swiper-container::part(button-next){top:1.5rem;z-index:12;display:block}@media screen and (min-width:744px){.slider.-withCallout swiper-container::part(button-prev),.slider.-withCallout swiper-container::part(button-next){top:100%;margin-top:5.25rem}}.slider.-withCallout swiper-container::part(button-prev){right:4rem;left:auto}@media screen and (min-width:744px){.slider.-withCallout swiper-container::part(button-prev){left:0}}.slider.-withCallout swiper-container::part(button-next){right:0}.slider.-withCallout swiper-container::part(pagination){display:none}@media screen and (min-width:744px){.slider.-withCallout swiper-container::part(pagination){display:flex;margin-top:6rem;justify-content:center}}.slider.-withCallout swiper-slide{padding-top:4rem}@media screen and (min-width:744px){.slider.-withCallout swiper-slide{padding-top:0}}.slider.-withCallout .slider__callout{display:grid;gap:2rem}.slider.-withCallout .slider__calloutIcon{width:4rem;height:4rem}.slider.-withCallout swiper-slide{height:auto}@media screen and (min-width:744px){.slider.-withCallout swiper-slide{width:66.66cqw}}.slider.-withCallout swiper-slide>*{height:100%}@media screen and (min-width:1300px){.slider.-withCallout{--columns: 3}.slider.-withCallout .slider__calloutIcon{grid-area:1/main}.slider.-withCallout .slider__callout{grid-column:main/span 1}.slider.-withCallout .slider__content{grid-column:3/main}.slider.-withCallout .swiper-slide-next{mask:linear-gradient(to right,#fff,rgba(0,0,0,0) 50%)}}.stats{background-color:var(--color-gray-50)}@media screen and (min-width:744px){.stats{--columns: 2}}@media screen and (min-width:1300px){.stats{--columns: 3}}.stats__content{display:grid;grid:auto/subgrid;gap:var(--gap)}.stats__stat{display:grid;place-items:center;text-align:center;gap:1rem;padding:1.5rem;background-color:#fff}.stats__icon{width:5rem}.stats__value{font-size:calc(2rem + var(--fluid-rem-sm-md) * 1 + var(--fluid-rem-md-lg) * 1);font-weight:700;line-height:1.125}@media screen and (min-width:744px){.stats.-tiles{--columns: 2}}@media screen and (min-width:1300px){.stats.-tiles{--columns: 4}}.stats.-withCallout{align-items:center;display:grid}.stats.-withCallout .stats__callout{justify-items:center;text-align:center}@media screen and (min-width:1300px){.stats.-withCallout .stats__callout{justify-items:start;text-align:left}}@media screen and (min-width:1300px){.stats.-withCallout .stats__callout{grid-column:main/span 1}.stats.-withCallout .stats__content{grid-column:3/span 2}}.featuredTestimonials__title{align-items:center;display:flex;flex-direction:column;font-size:calc(2rem + var(--fluid-rem-sm-lg) * 1);gap:1.5rem;text-align:center}.featuredTestimonials__titleIcon{width:calc(2rem + var(--fluid-rem-sm-lg) * 2);height:calc(2rem + var(--fluid-rem-sm-lg) * 2)}.featuredTestimonials__wrapper{display:grid;gap:2rem}@media screen and (min-width:744px){.featuredTestimonials__wrapper{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.accent-primary{--accent-color: var(--color-purple);--link-color: #fff;--heading-color: #fff}.accent-secondary{--accent-color: var(--color-blue);--accent-color-700: var(--color-blue-700);--link-color: #fff;--heading-color: #fff}.accent-tertiary{--accent-color: var(--color-aqua);--accent-color-700: var(--color-aqua-700);--link-color: color-mix(in srgb, var(--color-purple), #000 40%)}.accent-white{--accent-color-50: rgb(255 255 255 / .1);--accent-color-100: rgb(255 255 255 / .2);--accent-color-200: rgb(255 255 255 / .4);--accent-color-300: rgb(255 255 255 / .6);--accent-color-400: rgb(255 255 255 / .8);--accent-color: #fff;--accent-color-text: var(--color-purple)}.accent-black{--accent-color: #000;--accent-color-600: rgb(0 0 0 / .8);--accent-color-700: rgb(0 0 0 / .6);--accent-color-800: rgb(0 0 0 / .4);--accent-color-900: rgb(0 0 0 / .2);--accent-color-950: rgb(0 0 0 / .1)}.error{--accent-color-50: var(--root-color-error-50);--accent-color: var(--root-color-error);--accent-color-900: var(--root-color-error-900)}.warning{--accent-color-50: var(--root-color-warning-50);--accent-color: var(--root-color-warning);--accent-color-900: var(--root-color-warning-900)}.success{--accent-color-50: var(--root-color-success-50);--accent-color: var(--root-color-success);--accent-color-900: var(--root-color-success-900)}.info{--accent-color-50: var(--root-color-info-50);--accent-color: var(--root-color-info);--accent-color-900: var(--root-color-info-900)}
