*, ::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;
}

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

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

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

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

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.max-w-20em {
  max-width: 20em;
}

.w-4 {
  width: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

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

.disabled\:bg-gray-200:disabled {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

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

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

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

.border {
  border-width: 1px;
}

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

.rounded-full {
  border-radius: 9999px;
}

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

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

.space-y-1\.5>:not([hidden])~:not([hidden]) {
  margin-top: 0.375rem;
}

.w-3 {
  width: 0.75rem;
}

.block {
  display: block;
}

.fixed {
  position: fixed;
}

.border-gray-500 {
  --gi-border-opacity: 1;
  border-color: rgba(107,114,128,var(--gi-border-opacity));
}

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

.disabled\:text-gray-500:disabled {
  --gi-text-opacity: 1;
  color: rgba(107,114,128,var(--gi-text-opacity));
}

.min-h-100vh {
  min-height: 100vh;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.z-100 {
  z-index: 100;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

.w-20 {
  width: 5rem;
}

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

.gap-1 {
  gap: 0.25rem;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.-mr-8 {
  margin-right: -2rem;
}

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

.opacity-2\/3 {
  opacity: 0.6666666666666667;
}

.min-h-30vh {
  min-height: 30vh;
}

.p-8 {
  padding: 2rem;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.top-0 {
  top: 0;
}

.gap-1\.5 {
  gap: 0.375rem;
}

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

.w-1\/3 {
  width: 33.33333333333333%;
}

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

.h-20 {
  height: 5rem;
}

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

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

.max-w-35em {
  max-width: 35em;
}

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

@keyframes spin {

  .animate-spin from {
    transform: rotate(0);
  }
  
  .animate-spin to {
    transform: rotate(360deg);
  }

}

.h-4 {
  height: 1rem;
}

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.right-0 {
  right: 0;
}

.uppercase {
  text-transform: uppercase;
}

.disabled\:hover\:bg-gray-200:disabled:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.h-3 {
  height: 0.75rem;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.w-full {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.absolute {
  position: absolute;
}

.grow {
  flex-grow: 1;
}

.invisible {
  visibility: hidden;
}

.min-h-50vh {
  min-height: 50vh;
}

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

.w-15em {
  width: 15em;
}

@media (min-width: 768px) {

  .md\:p-12 {
    padding: 3rem;
  }

}

@media (min-width: 1024px) {

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

}