UNPKG

@usace-watermanagement/groundwork-water

Version:

A library of react components for use with USACE Water Management Webpages

694 lines (625 loc) 99.2 kB
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com *//* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } ::before, ::after { --tw-content: ''; } /* 1. Use a consistent sensible line-height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. 6. Use the user's configured `sans` font-variation-settings by default. 7. Disable tap highlights on iOS */ html, :host { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; tab-size: 4; /* 3 */ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ font-feature-settings: normal; /* 5 */ font-variation-settings: normal; /* 6 */ -webkit-tap-highlight-color: transparent; /* 7 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /* Reset links to optimize for opt-in styling instead of opt-out. */ a { color: inherit; text-decoration: inherit; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font-family by default. 2. Use the user's configured `mono` font-feature-settings by default. 3. Use the user's configured `mono` font-variation-settings by default. 4. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ font-feature-settings: normal; /* 2 */ font-variation-settings: normal; /* 3 */ font-size: 1em; /* 4 */ } /* Add the correct font size in all browsers. */ small { font-size: 80%; } /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-feature-settings: inherit; /* 1 */ font-variation-settings: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ letter-spacing: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /* Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /* 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /* Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } fieldset { margin: 0; padding: 0; } legend { padding: 0; } ol, ul, menu { list-style: none; margin: 0; padding: 0; } /* Reset default styling for dialogs. */ dialog { padding: 0; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /* Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) */ img, video { max-width: 100%; height: auto; } /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] { display: none; } *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } ::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } .gww--mx-4 { margin-left: -1rem; margin-right: -1rem; } .gww--my-2 { margin-top: -0.5rem; margin-bottom: -0.5rem; } .gww-ml-1 { margin-left: 0.25rem; } .gww-ml-2 { margin-left: 0.5rem; } .gww-mr-1 { margin-right: 0.25rem; } .gww-mr-1\.5 { margin-right: 0.375rem; } .gww-mt-2 { margin-top: 0.5rem; } .gww-mt-8 { margin-top: 2rem; } .gww-inline-block { display: inline-block; } .gww-flex { display: flex; } .gww-inline-flex { display: inline-flex; } .gww-flow-root { display: flow-root; } .gww-h-5 { height: 1.25rem; } .gww-h-full { height: 100%; } .gww-w-20 { width: 5rem; } .gww-w-48 { width: 12rem; } .gww-w-5 { width: 1.25rem; } .gww-w-96 { width: 24rem; } .gww-w-full { width: 100%; } .gww-min-w-full { min-width: 100%; } .gww-flex-shrink-0 { flex-shrink: 0; } .gww-items-center { align-items: center; } .gww-justify-between { justify-content: space-between; } .gww-divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); } .gww-divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(209 213 219 / var(--tw-divide-opacity)); } .gww-overflow-x-auto { overflow-x: auto; } .gww-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .gww-whitespace-nowrap { white-space: nowrap; } .gww-bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .gww-px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .gww-px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .gww-px-4 { padding-left: 1rem; padding-right: 1rem; } .gww-py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .gww-py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .gww-py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; } .gww-py-4 { padding-top: 1rem; padding-bottom: 1rem; } .gww-pl-4 { padding-left: 1rem; } .gww-pr-3 { padding-right: 0.75rem; } .gww-text-left { text-align: left; } .gww-align-middle { vertical-align: middle; } .gww-text-base { font-size: 1rem; line-height: 1.5rem; } .gww-text-lg { font-size: 1.125rem; line-height: 1.75rem; } .gww-text-sm { font-size: 0.875rem; line-height: 1.25rem; } .gww-font-medium { font-weight: 500; } .gww-font-normal { font-weight: 400; } .gww-font-semibold { font-weight: 600; } .gww-leading-5 { line-height: 1.25rem; } .gww-leading-6 { line-height: 1.5rem; } .gww-text-black { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); } .gww-text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); } .gww-text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); } .gww-text-gray-600 { --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity)); } .gww-text-gray-700 { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity)); } .gww-text-gray-900 { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); } .gww-text-red-500 { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); } *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}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}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::-moz-placeholder, textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.gw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.gw-pointer-events-none{pointer-events:none}.gw-fixed{position:fixed}.gw-absolute{position:absolute}.gw-relative{position:relative}.gw-sticky{position:sticky}.gw--inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.gw-inset-0{top:0;right:0;bottom:0;left:0}.gw-inset-y-0{top:0;bottom:0}.gw-bottom-0{bottom:0}.gw-bottom-\[-10px\]{bottom:-10px}.gw-bottom-\[56px\]{bottom:56px}.gw-bottom-full{bottom:100%}.gw-left-0{left:0}.gw-left-1\/2,.gw-left-\[50\%\]{left:50%}.gw-left-\[55px\]{left:55px}.gw-left-full{left:100%}.gw-right-0{right:0}.gw-right-2{right:.5rem}.gw-right-full{right:100%}.gw-top-0{top:0}.gw-top-1\/2{top:50%}.gw-top-2{top:.5rem}.gw-top-full{top:100%}.gw-isolate{isolation:isolate}.\!gw-z-20{z-index:20!important}.\!gw-z-30{z-index:30!important}.gw-z-10{z-index:10}.gw-z-20{z-index:20}.gw-z-50{z-index:50}.gw-col-span-12{grid-column:span 12 / span 12}.gw-col-span-8{grid-column:span 8 / span 8}.gw-m-0{margin:0}.gw-m-2{margin:.5rem}.gw-m-5{margin:1.25rem}.gw-m-auto{margin:auto}.-gw-my-4{margin-top:-1rem;margin-bottom:-1rem}.gw--mx-0{margin-left:-0px;margin-right:-0px}.gw--mx-4{margin-left:-1rem;margin-right:-1rem}.gw--mx-\[--gutter\]{margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1)}.gw-mx-2{margin-left:.5rem;margin-right:.5rem}.gw-mx-auto{margin-left:auto;margin-right:auto}.gw-my-0{margin-top:0;margin-bottom:0}.gw-my-2{margin-top:.5rem;margin-bottom:.5rem}.gw-my-3{margin-top:.75rem;margin-bottom:.75rem}.gw-my-4{margin-top:1rem;margin-bottom:1rem}.gw-my-5{margin-top:1.25rem;margin-bottom:1.25rem}.gw-mb-10{margin-bottom:2.5rem}.gw-mb-2{margin-bottom:.5rem}.gw-mb-2\.5{margin-bottom:.625rem}.gw-mb-3{margin-bottom:.75rem}.gw-mb-4{margin-bottom:1rem}.gw-mb-5{margin-bottom:1.25rem}.gw-mb-6{margin-bottom:1.5rem}.gw-me-2\.5{margin-inline-end:.625rem}.gw-ml-2{margin-left:.5rem}.gw-ml-3{margin-left:.75rem}.gw-ml-4{margin-left:1rem}.gw-ml-6{margin-left:1.5rem}.gw-ml-\[-56px\]{margin-left:-56px}.gw-mr-1{margin-right:.25rem}.gw-mr-2{margin-right:.5rem}.gw-mr-3{margin-right:.75rem}.gw-mr-4{margin-right:1rem}.gw-ms-1{margin-inline-start:.25rem}.gw-mt-1{margin-top:.25rem}.gw-mt-12{margin-top:3rem}.gw-mt-2{margin-top:.5rem}.gw-mt-3{margin-top:.75rem}.gw-mt-4{margin-top:1rem}.gw-mt-6{margin-top:1.5rem}.gw-mt-8{margin-top:2rem}.gw-box-border{box-sizing:border-box}.gw-block{display:block}.gw-inline-block{display:inline-block}.gw-flex{display:flex}.gw-inline-flex{display:inline-flex}.gw-flow-root{display:flow-root}.gw-grid{display:grid}.gw-hidden{display:none}.gw-size-4{width:1rem;height:1rem}.gw-size-5{width:1.25rem;height:1.25rem}.gw-size-\[max\(gw-100\%\,gw-2\.gw-75rem\)gw-\]{width:max(gw - 100%,gw - 2gw - 75rem)gw-;height:max(gw - 100%,gw - 2gw - 75rem)gw-}.gw-h-12{height:3rem}.gw-h-36{height:9rem}.gw-h-5{height:1.25rem}.gw-h-56{height:14rem}.gw-h-8{height:2rem}.gw-h-\[125px\]{height:125px}.gw-h-\[15px\]{height:15px}.gw-h-\[18px\]{height:18px}.gw-h-\[50px\]{height:50px}.gw-h-\[75px\]{height:75px}.gw-h-auto{height:auto}.gw-h-full{height:100%}.gw-max-h-\[328px\]{max-height:328px}.gw-max-h-\[75px\]{max-height:75px}.gw-min-h-12{min-height:3rem}.gw-min-h-4{min-height:1rem}.gw-min-h-\[100vh\]{min-height:100vh}.gw-min-h-full{min-height:100%}.gw-w-1\/2{width:50%}.gw-w-12{width:3rem}.gw-w-48{width:12rem}.gw-w-5{width:1.25rem}.gw-w-5\/6{width:83.333333%}.gw-w-56{width:14rem}.gw-w-8{width:2rem}.gw-w-80{width:20rem}.gw-w-\[112px\]{width:112px}.gw-w-\[15px\]{width:15px}.gw-w-\[18px\]{width:18px}.gw-w-\[2\.gw-25rem\]{width:2gw-25rem}.gw-w-\[50\%\]{width:50%}.gw-w-\[50\%gw-\]{width:50%gw-}.gw-w-\[50px\]{width:50px}.gw-w-\[70px\]{width:70px}.gw-w-auto{width:auto}.gw-w-full{width:100%}.gw-w-max{width:-moz-max-content;width:max-content}.gw-w-screen{width:100vw}.gw-min-w-full{min-width:100%}.gw-max-w-2xl{max-width:42rem}.gw-max-w-7xl{max-width:80rem}.gw-max-w-\[50vw\]{max-width:50vw}.gw-max-w-screen-2xl{max-width:1536px}.gw-flex-1{flex:1 1 0%}.gw-flex-auto{flex:1 1 auto}.gw-flex-shrink-0{flex-shrink:0}.gw-shrink{flex-shrink:1}.gw-shrink-0{flex-shrink:0}.gw-grow{flex-grow:1}.gw-basis-0{flex-basis:0px}.gw-origin-top-right{transform-origin:top right}.gw--translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw--translate-x-2{--tw-translate-x: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw--translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw--translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw-translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw-translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes gw-pulse{50%{opacity:.5}}.gw-animate-pulse{animation:gw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.gw-cursor-default{cursor:default}.gw-cursor-not-allowed{cursor:not-allowed}.gw-cursor-pointer{cursor:pointer}.gw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.gw-resize-none{resize:none}.gw-resize-y{resize:vertical}.gw-list-decimal{list-style-type:decimal}.gw-list-disc{list-style-type:disc}.gw-list-none{list-style-type:none}.gw-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.gw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.gw-grid-rows-1fr-auto,.gw-grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto}.gw-grid-rows-\[1fr_auto_1fr\]{grid-template-rows:1fr auto 1fr}.gw-flex-row{flex-direction:row}.gw-flex-row-reverse{flex-direction:row-reverse}.gw-flex-col{flex-direction:column}.gw-flex-wrap{flex-wrap:wrap}.gw-flex-nowrap{flex-wrap:nowrap}.gw-content-center{align-content:center}.gw-items-start{align-items:flex-start}.gw-items-center{align-items:center}.gw-items-baseline{align-items:baseline}.gw-justify-start{justify-content:flex-start}.gw-justify-end{justify-content:flex-end}.gw-justify-center{justify-content:center}.gw-justify-between{justify-content:space-between}.gw-justify-items-center{justify-items:center}.gw-gap-1{gap:.25rem}.gw-gap-2{gap:.5rem}.gw-gap-3{gap:.75rem}.gw-gap-4{gap:1rem}.gw-gap-6{gap:1.5rem}.gw-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gw-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gw-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gw-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.gw-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.gw-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.gw-self-center{align-self:center}.gw-self-stretch{align-self:stretch}.gw-overflow-auto{overflow:auto}.gw-overflow-hidden{overflow:hidden}.gw-overflow-clip{overflow:clip}.gw-overflow-x-auto{overflow-x:auto}.gw-overflow-y-auto{overflow-y:auto}.gw-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-whitespace-nowrap{white-space:nowrap}.gw-whitespace-pre-wrap{white-space:pre-wrap}.gw-text-wrap{text-wrap:wrap}.gw-text-nowrap{text-wrap:nowrap}.gw-rounded{border-radius:.25rem}.gw-rounded-full{border-radius:9999px}.gw-rounded-lg{border-radius:.5rem}.gw-rounded-md{border-radius:.375rem}.gw-rounded-none{border-radius:0}.gw-rounded-sm{border-radius:.125rem}.gw-rounded-xl{border-radius:.75rem}.gw-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.gw-border{border-width:1px}.gw-border-0{border-width:0px}.gw-border-2{border-width:2px}.gw-border-b{border-bottom-width:1px}.gw-border-b-2{border-bottom-width:2px}.gw-border-b-\[1px\]{border-bottom-width:1px}.gw-border-l{border-left-width:1px}.gw-border-t-4{border-top-width:4px}.gw-border-dashed{border-style:dashed}.gw-border-amber-700\/90{border-color:#b45309e6}.gw-border-blue-700\/90{border-color:#1d4ed8e6}.gw-border-cyan-500\/90{border-color:#06b6d4e6}.gw-border-emerald-700\/90{border-color:#047857e6}.gw-border-fuchsia-700\/90{border-color:#a21cafe6}.gw-border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.gw-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.gw-border-gray-700\/90{border-color:#374151e6}.gw-border-gray-900\/90{border-color:#111827e6}.gw-border-green-600\/90{border-color:#16a34ae6}.gw-border-green-700\/90{border-color:#15803de6}.gw-border-indigo-700\/90{border-color:#4338cae6}.gw-border-lime-700\/90{border-color:#4d7c0fe6}.gw-border-nav-black{--tw-border-opacity: 1;border-color:rgb(24 24 27 / var(--tw-border-opacity))}.gw-border-orange-700\/90{border-color:#c2410ce6}.gw-border-pink-700\/90{border-color:#be185de6}.gw-border-purple-700\/90{border-color:#7e22cee6}.gw-border-red-700\/90{border-color:#b91c1ce6}.gw-border-rose-700\/90{border-color:#be123ce6}.gw-border-sky-700\/90{border-color:#0369a1e6}.gw-border-teal-700\/90{border-color:#0f766ee6}.gw-border-usace-black\/60{border-color:#18181b99}.gw-border-violet-700\/90{border-color:#6d28d9e6}.gw-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.gw-border-yellow-700\/90{border-color:#a16207e6}.gw-border-zinc-800\/90{border-color:#27272ae6}.gw-border-zinc-950\/10{border-color:#09090b1a}.gw-border-zinc-950\/5{border-color:#09090b0d}.gw-border-b-gray-200{--tw-border-opacity: 1;border-bottom-color:rgb(229 231 235 / var(--tw-border-opacity))}.gw-border-b-gray-500{--tw-border-opacity: 1;border-bottom-color:rgb(107 114 128 / var(--tw-border-opacity))}.gw-border-b-zinc-950\/10{border-bottom-color:#09090b1a}.gw-border-l-zinc-950\/5{border-left-color:#09090b0d}.gw-border-t-gray-600{--tw-border-opacity: 1;border-top-color:rgb(75 85 99 / var(--tw-border-opacity))}.gw-bg-amber-400\/20{background-color:#fbbf2433}.gw-bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.gw-bg-black\/30{background-color:#0000004d}.gw-bg-blue-500\/15{background-color:#3b82f626}.gw-bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.gw-bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity))}.gw-bg-cyan-400\/20{background-color:#22d3ee33}.gw-bg-emerald-500\/15{background-color:#10b98126}.gw-bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.gw-bg-footer-black{--tw-bg-opacity: 1;background-color:rgb(27 27 27 / var(--tw-bg-opacity))}.gw-bg-footer-gray{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity))}.gw-bg-fuchsia-400\/15{background-color:#e879f926}.gw-bg-fuchsia-600{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.gw-bg-gov-banner-black{--tw-bg-opacity: 1;background-color:rgb(21 38 59 / var(--tw-bg-opacity))}.gw-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.gw-bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.gw-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.gw-bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.gw-bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.gw-bg-green-500\/15{background-color:#22c55e26}.gw-bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.gw-bg-indigo-500\/15{background-color:#6366f126}.gw-bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.gw-bg-lime-400\/20{background-color:#a3e63533}.gw-bg-lime-600{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.gw-bg-nav-black{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.gw-bg-nav-dark-gray{background-color:#333333f2}.gw-bg-nav-gray{background-color:#cccccce6}.gw-bg-orange-500\/15{background-color:#f9731626}.gw-bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.gw-bg-pink-400\/15{background-color:#f472b626}.gw-bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.gw-bg-purple-500\/15{background-color:#a855f726}.gw-bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}.gw-bg-red-500\/15{background-color:#ef444426}.gw-bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.gw-bg-rose-400\/15{background-color:#fb718526}.gw-bg-rose-600{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.gw-bg-sky-500\/15{background-color:#0ea5e926}.gw-bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.gw-bg-teal-500\/15{background-color:#14b8a626}.gw-bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity))}.gw-bg-transparent{background-color:transparent}.gw-bg-usace-black{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}.gw-bg-violet-500\/15{background-color:#8b5cf626}.gw-bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.gw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.gw-bg-yellow-400\/20{background-color:#facc1533}.gw-bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.gw-bg-zinc-600\/10{background-color:#52525b1a}.gw-bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}.gw-bg-zinc-950{--tw-bg-opacity: 1;background-color:rgb(9 9 11 / var(--tw-bg-opacity))}.gw-bg-zinc-950\/15{background-color:#09090b26}.gw-bg-zinc-950\/25{background-color:#09090b40}.gw-bg-zinc-950\/\[2\.5\%\]{background-color:#09090b06}.gw-bg-opacity-90{--tw-bg-opacity: .9}.gw-bg-none{background-image:none}.gw-fill-black{fill:#000}.gw-fill-current{fill:currentColor}.gw-fill-gov-banner-gray{fill:#aebfd4}.gw-fill-white{fill:#fff}.gw-stroke-\[--checkbox-check\]{stroke:var(--checkbox-check)}.gw-stroke-current{stroke:currentColor}.gw-stroke-zinc-500{stroke:#71717a}.gw-object-cover{-o-object-fit:cover;object-fit:cover}.gw-object-center{-o-object-position:center;object-position:center}.gw-p-0{padding:0}.gw-p-1{padding:.25rem}.gw-p-12{padding:3rem}.gw-p-2{padding:.5rem}.gw-p-3{padding:.75rem}.gw-p-4{padding:1rem}.gw-p-8{padding:2rem}.\!gw-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.gw-px-0{padding-left:0;padding-right:0}.gw-px-0\.5{padding-left:.125rem;padding-right:.125rem}.gw-px-1{padding-left:.25rem;padding-right:.25rem}.gw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.gw-px-2{padding-left:.5rem;padding-right:.5rem}.gw-px-3{padding-left:.75rem;padding-right:.75rem}.gw-px-4{padding-left:1rem;padding-right:1rem}.gw-px-5{padding-left:1.25rem;padding-right:1.25rem}.gw-px-6{padding-left:1.5rem;padding-right:1.5rem}.gw-px-\[calc\(theme\(spacing\[3\.5\]\)-1px\)\]{padding-left:calc(.875rem - 1px);padding-right:calc(.875rem - 1px)}.gw-py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.gw-py-1{padding-top:.25rem;padding-bottom:.25rem}.gw-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.gw-py-2{padding-top:.5rem;padding-bottom:.5rem}.gw-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.gw-py-3{padding-top:.75rem;padding-bottom:.75rem}.gw-py-4{padding-top:1rem;padding-bottom:1rem}.gw-py-\[2px\]{padding-top:2px;padding-bottom:2px}.gw-py-\[calc\(theme\(spacing\[2\.5\]\)-1px\)\]{padding-top:calc(.625rem - 1px);padding-bottom:calc(.625rem - 1px)}.gw-pb-16{padding-bottom:4rem}.gw-pb-3{padding-bottom:.75rem}.gw-pb-4{padding-bottom:1rem}.gw-pb-6{padding-bottom:1.5rem}.gw-pb-8{padding-bottom:2rem}.gw-pb-\[128px\]{padding-bottom:128px}.gw-pl-0{padding-left:0}.gw-pl-1{padding-left:.25rem}.gw-pl-2{padding-left:.5rem}.gw-pl-3{padding-left:.75rem}.gw-pl-5{padding-left:1.25rem}.gw-pl-6{padding-left:1.5rem}.gw-pl-8{padding-left:2rem}.gw-pr-10{padding-right:2.5rem}.gw-pr-2{padding-right:.5rem}.gw-pr-3{padding-right:.75rem}.gw-ps-1{padding-inline-start:.25rem}.gw-pt-3{padding-top:.75rem}.gw-pt-6{padding-top:1.5rem}.gw-pt-8{padding-top:2rem}.gw-text-left{text-align:left}.gw-text-center{text-align:center}.gw-align-top{vertical-align:top}.gw-align-middle{vertical-align:middle}.gw-text-2xl{font-size:1.5rem;line-height:2rem}.gw-text-3xl{font-size:1.875rem;line-height:2.25rem}.gw-text-4xl{font-size:2.25rem;line-height:2.5rem}.gw-text-\[1\.3rem\]{font-size:1.3rem}.gw-text-\[48px\]{font-size:48px}.gw-text-base,.gw-text-base\/6{font-size:1rem;line-height:1.5rem}.gw-text-lg{font-size:1.125rem;line-height:1.75rem}.gw-text-sm,.gw-text-sm\/5{font-size:.875rem;line-height:1.25rem}.gw-text-sm\/6{font-size:.875rem;line-height:1.5rem}.gw-text-xl{font-size:1.25rem;line-height:1.75rem}.gw-text-xs{font-size:.75rem;line-height:1rem}.\!gw-font-bold{font-weight:700!important}.gw-font-bold{font-weight:700}.gw-font-extrabold{font-weight:800}.gw-font-light{font-weight:300}.gw-font-medium{font-weight:500}.gw-font-normal{font-weight:400}.gw-font-semibold{font-weight:600}.gw-font-thin{font-weight:100}.gw-uppercase{text-transform:uppercase}.gw-italic{font-style:italic}.gw-leading-4{line-height:1rem}.gw-leading-6{line-height:1.5rem}.gw-leading-7{line-height:1.75rem}.-gw-tracking-tighter{letter-spacing:.05em}.gw-tracking-tight{letter-spacing:-.025em}.gw-text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.gw-text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.gw-text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.gw-text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.gw-text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.gw-text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.gw-text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.gw-text-cyan-950{--tw-text-opacity: 1;color:rgb(8 51 68 / var(--tw-text-opacity))}.gw-text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.gw-text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.gw-text-footer-light-gray{--tw-text-opacity: 1;color:rgb(204 204 204 / var(--tw-text-opacity))}.gw-text-fuchsia-600{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity))}.gw-text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.gw-text-gov-banner-gray{--tw-text-opacity: 1;color:rgb(174 191 212 / var(--tw-text-opacity))}.gw-text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.gw-text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.gw-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.gw-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.gw-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.gw-text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.gw-text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.gw-text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.gw-text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.gw-text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.gw-text-lime-600{--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.gw-text-lime-700{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.gw-text-nav-black{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.gw-text-nav-light-gray{--tw-text-opacity: 1;color:rgb(208 208 208 / var(--tw-text-opacity))}.gw-text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.gw-text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.gw-text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.gw-text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.gw-text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.gw-text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.gw-text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.gw-text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.gw-text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.gw-text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.gw-text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity))}.gw-text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.gw-text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.gw-text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.gw-text-usace-black{--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity))}.gw-text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.gw-text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.gw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.gw-text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.gw-text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.gw-text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity))}.gw-text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity))}.gw-text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.gw-text-zinc-800{--tw-text-opacity: 1;color:rgb(39 39 42 / var(--tw-text-opacity))}.gw-text-zinc-950{--tw-text-opacity: 1;color:rgb(9 9 11 / var(--tw-text-opacity))}.gw-underline{text-decoration-line:underline}.gw-decoration-gray-500{text-decoration-color:#6b7280}.gw-decoration-zinc-950\/50{text-decoration-color:#09090b80}.gw-decoration-solid{text-decoration-style:solid}.gw-opacity-0{opacity:0}.gw-opacity-100{opacity:1}.gw-shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.gw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.gw-outline-none{outline:2px solid transparent;outline-offset:2px}.gw-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.gw-ring-inset{--tw-ring-inset: inset}.gw-ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.gw-ring-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.gw-ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.gw-ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.gw-ring-opacity-5{--tw-ring-opacity: .05}.gw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.gw-delay-300{transition-delay:.3s}.gw-duration-300{transition-duration:.3s}.gw-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--anchor-gap\:theme\(spacing\.2\)\]{--anchor-gap: .5rem}.\[--anchor-offset\:-1\.625rem\]{--anchor-offset: -1.625rem}.\[--anchor-padding\:theme\(spacing\.3\)\]{--anchor-padding: .75rem}.\[--anchor-padding\:theme\(spacing\.4\)\]{--anchor-padding: 1rem}.\[--checkbox-check\:theme\(colors\.amber\.950\)\]{--checkbox-check: #451a03}.\[--checkbox-check\:theme\(colors\.cyan\.950\)\]{--checkbox-check: #083344}.\[--checkbox-check\:theme\(colors\.lime\.950\)\]{--checkbox-check: #1a2e05}.\[--checkbox-check\:theme\(colors\.white\)\]{--checkbox-check: #fff}.\[--checkbox-check\:theme\(colors\.yellow\.950\)\]{--checkbox-check: #422006}.\[--checkbox-check\:theme\(colors\.zinc\.900\)\]{--checkbox-check: #18181b}.\[--checkbox-checked-bg\:theme\(colors\.amber\.400\)\]{--checkbox-checked-bg: #fbbf24}.\[--checkbox-checked-bg\:theme\(colors\.blue\.600\)\]{--checkbox-checke