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

::before, ::after {
  --gi-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 4;
  tab-size: 4;
  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";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  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-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;
  border-collapse: collapse;
}

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

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [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;
}

textarea {
  resize: vertical;
}

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

.flex-col {
  flex-direction: column;
}

.-top-2 {
  top: -0.5rem;
}

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

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.w-6 {
  width: 1.5rem;
}

.justify-center {
  justify-content: center;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.bg-gray-100 {
  --gi-bg-opacity: 1;
  background-color: rgba(243,244,246,var(--gi-bg-opacity));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.min-w-120 {
  min-width: 30rem;
}

.border {
  border-width: 1px;
}

.space-y-3>:not([hidden])~:not([hidden]) {
  margin-top: 0.75rem;
}

.w-2 {
  width: 0.5rem;
}

.hover\:bg-white\/20:hover {
  background-color: #ffffff33;
}

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

.block {
  display: block;
}

.bg-\#23a050 {
  --gi-bg-opacity: 1;
  background-color: rgba(35,160,80,var(--gi-bg-opacity));
}

.font-medium {
  font-weight: 500;
}

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

.box-content {
  box-sizing: content-box;
}

.hover\:bg-white\/30:hover {
  background-color: #ffffff4c;
}

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

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

.hover\:bg-white\/90:hover {
  background-color: #ffffffe5;
}

.bg-white\/20 {
  background-color: #ffffff33;
}

.gap-1 {
  gap: 0.25rem;
}

.rounded {
  border-radius: 0.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.m-4 {
  margin: 1rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.break-inside-avoid {
  break-inside: avoid;
}

.h-1 {
  height: 0.25rem;
}

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

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

.top-0 {
  top: 0;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.p-10 {
  padding: 2.5rem;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.italic {
  font-style: italic;
}

.items-start {
  align-items: flex-start;
}

.resize-y {
  resize: vertical;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.h-2 {
  height: 0.5rem;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.relative {
  position: relative;
}

.h-4 {
  height: 1rem;
}

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

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

.right-0 {
  right: 0;
}

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

.uppercase {
  text-transform: uppercase;
}

.p-6 {
  padding: 1.5rem;
}

.-right-2 {
  right: -0.5rem;
}

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

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

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.absolute {
  position: absolute;
}

.grow {
  flex-grow: 1;
}