*, *::before, *::after {
  box-sizing: border-box;
}

.root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

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;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1.5;
}

html {
  font-family: inherit;
  line-height: inherit;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

hr {
  border-top-with: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

pre, code, kbd, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

.-mb-px {
  margin-bottom: -1px;
}

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.appearance-none {
  appearance: none;
}

.bg-blue-500 {
  --gi-bg-opacity: 1;
  background-color: rgba(59,130,246,var(--gi-bg-opacity));
}

.bg-dark {
  --gi-bg-opacity: 1;
  background-color: rgba(52,58,64,var(--gi-bg-opacity));
}

.bg-lispnycGray {
  --gi-bg-opacity: 1;
  background-color: rgba(51,51,51,var(--gi-bg-opacity));
}

.bg-white {
  --gi-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-400 {
  --gi-border-opacity: 1;
  border-color: rgba(161,161,170,var(--gi-border-opacity));
}

.border-gray-500 {
  --gi-border-opacity: 1;
  border-color: rgba(113,113,122,var(--gi-border-opacity));
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.focus\:border-blue-300:focus {
  --gi-border-opacity: 1;
  border-color: rgba(147,197,253,var(--gi-border-opacity));
}

.focus\:border-blue-700:focus {
  --gi-border-opacity: 1;
  border-color: rgba(29,78,216,var(--gi-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  box-shadow: var(--gi-ring-inset) 0 0 0 calc(3px + var(--gi-ring-offset-width)) var(--gi-ring-color);
}

.focus\:text-blue-700:focus {
  --gi-text-opacity: 1;
  color: rgba(29,78,216,var(--gi-text-opacity));
}

.font-bold {
  font-weight: 700;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-semibold {
  font-weight: 600;
}

.h-1 {
  height: 0.25rem;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.hidden {
  display: none;
}

.hover\:bg-black:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(0,0,0,var(--gi-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(29,78,216,var(--gi-bg-opacity));
}

.hover\:border-blue-700:hover {
  --gi-border-opacity: 1;
  border-color: rgba(29,78,216,var(--gi-border-opacity));
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:text-blue-700:hover {
  --gi-text-opacity: 1;
  color: rgba(29,78,216,var(--gi-text-opacity));
}

.hover\:text-blue-800:hover {
  --gi-text-opacity: 1;
  color: rgba(30,64,175,var(--gi-text-opacity));
}

.hover\:underline:hover {
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
}

.items-baseline {
  align-items: baseline;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.list-disc {
  list-style-type: disc;
}

.max-h-22 {
  max-height: 5.5rem;
}

.max-w-22 {
  max-width: 5.5rem;
}

.max-w-prose {
  max-width: 65ch;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {

  .md\:container {
    max-width: 768px;
  }

}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

}

@media (min-width: 768px) {

  .md\:hidden {
    display: none;
  }

}

@media (min-width: 768px) {

  .md\:justify-end {
    justify-content: flex-end;
  }

}

@media (min-width: 768px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

}

.min-h-22 {
  min-height: 5.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.opacity-75 {
  opacity: 0.75;
}

.p-2 {
  padding: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ring-blue-300 {
  --gi-ring-color: rgba(147,197,253,var(--gi-ring-opacity));
}

.ring-opacity-30 {
  --gi-ring-opacity: 0.3;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

}

@media (min-width: 640px) {

  .sm\:text-center {
    text-align: center;
  }

}

@media (min-width: 640px) {

  .sm\:visible {
    visibility: visible;
  }

}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-black {
  --gi-text-opacity: 1;
  color: rgba(0,0,0,var(--gi-text-opacity));
}

.text-blue-500 {
  --gi-text-opacity: 1;
  color: rgba(59,130,246,var(--gi-text-opacity));
}

.text-blue-600 {
  --gi-text-opacity: 1;
  color: rgba(37,99,235,var(--gi-text-opacity));
}

.text-center {
  text-align: center;
}

.text-gray-600 {
  --gi-text-opacity: 1;
  color: rgba(82,82,91,var(--gi-text-opacity));
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-white {
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.underline {
  text-decoration: underline;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.btn {
  --gi-text-opacity: 1;
  padding-bottom: 0.5rem;
  text-align: center;
  --gi-bg-opacity: 1;
  background-color: rgba(59,130,246,var(--gi-bg-opacity));
  padding-right: 1rem;
  border-radius: 0.25rem;
  color: rgba(255,255,255,var(--gi-text-opacity));
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.btn:disabled {
  opacity: 0.5;
}

.btn:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(29,78,216,var(--gi-bg-opacity));
}

.input-text {
  appearance: none;
  width: 100%;
  border-width: 1px;
  --gi-text-opacity: 1;
  padding-bottom: 0.5rem;
  border-color: rgba(161,161,170,var(--gi-border-opacity));
  --gi-ring-opacity: 0.3;
  --gi-ring-color: rgba(147,197,253,var(--gi-ring-opacity));
  --gi-border-opacity: 1;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  color: rgba(0,0,0,var(--gi-text-opacity));
  padding-left: 0.75rem;
  padding-top: 0.5rem;
}

.input-text:focus {
  --gi-border-opacity: 1;
  border-color: rgba(147,197,253,var(--gi-border-opacity));
}

.input-text:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-text:focus {
  box-shadow: var(--gi-ring-inset) 0 0 0 calc(3px + var(--gi-ring-offset-width)) var(--gi-ring-color);
}

.link {
  --gi-text-opacity: 1;
  color: rgba(37,99,235,var(--gi-text-opacity));
}

.link:hover {
  text-decoration: underline;
}