/* ! tailwindcss v3.1.3 | 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)
*/

._1 *, ._1 ::before, ._1 ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

._1 ::before, ._1 ::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.
*/

._1 {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  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";
  /* 4 */
}

/*
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.
*/

._1 {
  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.
*/

._1 hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

._1 abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

._1 b, ._1 strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

._1 code, ._1 kbd, ._1 samp, ._1 pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

._1 small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

._1 sub, ._1 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

._1 sub {
  bottom: -0.25em;
}

._1 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.
*/

._1 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.
*/

._1 button, ._1 input, ._1 optgroup, ._1 select, ._1 textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

._1 button, ._1 select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

._1 button, ._1 [type='button'], ._1 [type='reset'], ._1 [type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

._1 :-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)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

._1 progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

._1 ::-webkit-inner-spin-button, ._1 ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

._1 [type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

._1 ::-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.
*/

._1 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

._1 summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

._1 fieldset {
  margin: 0;
  padding: 0;
}

._1 legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

._1 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.
*/

._1 input::placeholder, ._1 textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

._1 :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.
*/

._1 img, ._1 svg, ._1 video, ._1 canvas, ._1 audio, ._1 iframe, ._1 embed, ._1 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)
*/

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

._1 [type='text'], ._1 [type='email'], ._1 [type='url'], ._1 [type='password'], ._1 [type='number'], ._1 [type='date'], ._1 [type='datetime-local'], ._1 [type='month'], ._1 [type='search'], ._1 [type='tel'], ._1 [type='time'], ._1 [type='week'], ._1 [multiple], ._1 textarea, ._1 select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

._1 [type='text']:focus, ._1 [type='email']:focus, ._1 [type='url']:focus, ._1 [type='password']:focus, ._1 [type='number']:focus, ._1 [type='date']:focus, ._1 [type='datetime-local']:focus, ._1 [type='month']:focus, ._1 [type='search']:focus, ._1 [type='tel']:focus, ._1 [type='time']:focus, ._1 [type='week']:focus, ._1 [multiple]:focus, ._1 textarea:focus, ._1 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;
}

._1 input::placeholder, ._1 textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

._1 ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

._1 ::-webkit-date-and-time-value {
  min-height: 1.5em;
}

._1 ::-webkit-datetime-edit, ._1 ::-webkit-datetime-edit-year-field, ._1 ::-webkit-datetime-edit-month-field, ._1 ::-webkit-datetime-edit-day-field, ._1 ::-webkit-datetime-edit-hour-field, ._1 ::-webkit-datetime-edit-minute-field, ._1 ::-webkit-datetime-edit-second-field, ._1 ::-webkit-datetime-edit-millisecond-field, ._1 ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

._1 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 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

._1 [multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

._1 [type='checkbox'], ._1 [type='radio'] {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-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;
}

._1 [type='checkbox'] {
  border-radius: 0px;
}

._1 [type='radio'] {
  border-radius: 100%;
}

._1 [type='checkbox']:focus, ._1 [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);
}

._1 [type='checkbox']:checked, ._1 [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

._1 [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");
}

._1 [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");
}

._1 [type='checkbox']:checked:hover, ._1 [type='checkbox']:checked:focus, ._1 [type='radio']:checked:hover, ._1 [type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

._1 [type='checkbox']:indeterminate:hover, ._1 [type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

._1 [type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

._1 [type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

._1 ::-webkit-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-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:  ;
}

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

._1 .container {
  width: 100%;
}

@media (min-width: 640px) {
  ._1 .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  ._1 .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  ._1 .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  ._1 .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  ._1 .container {
    max-width: 1536px;
  }
}

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

._1 .fixed {
  position: fixed;
}

._1 .relative {
  position: relative;
}

._1 .sticky {
  position: sticky;
}

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

._1 .top-0 {
  top: 0px;
}

._1 .bottom-0 {
  bottom: 0px;
}

._1 .z-40 {
  z-index: 40;
}

._1 .z-10 {
  z-index: 10;
}

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

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

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

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

._1 .-mr-2 {
  margin-right: -0.5rem;
}

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

._1 .mt-1 {
  margin-top: 0.25rem;
}

._1 .-mr-px {
  margin-right: -1px;
}

._1 .-ml-px {
  margin-left: -1px;
}

._1 .mt-5 {
  margin-top: 1.25rem;
}

._1 .mr-4 {
  margin-right: 1rem;
}

._1 .block {
  display: block;
}

._1 .flex {
  display: flex;
}

._1 .inline-flex {
  display: inline-flex;
}

._1 .table {
  display: table;
}

._1 .flow-root {
  display: flow-root;
}

._1 .grid {
  display: grid;
}

._1 .hidden {
  display: none;
}

._1 .h-full {
  height: 100%;
}

._1 .h-screen {
  height: 100vh;
}

._1 .h-10 {
  height: 2.5rem;
}

._1 .h-6 {
  height: 1.5rem;
}

._1 .h-\[80px\] {
  height: 80px;
}

._1 .h-5 {
  height: 1.25rem;
}

._1 .h-4 {
  height: 1rem;
}

._1 .w-full {
  width: 100%;
}

._1 .w-0 {
  width: 0px;
}

._1 .w-10 {
  width: 2.5rem;
}

._1 .w-6 {
  width: 1.5rem;
}

._1 .w-\[80px\] {
  width: 80px;
}

._1 .w-1\/2 {
  width: 50%;
}

._1 .w-5 {
  width: 1.25rem;
}

._1 .w-4 {
  width: 1rem;
}

._1 .max-w-xs {
  max-width: 20rem;
}

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

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

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

._1 .translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

._1 .translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

._1 .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

._1 .flex-wrap {
  flex-wrap: wrap;
}

._1 .content-center {
  align-content: center;
}

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

._1 .items-stretch {
  align-items: stretch;
}

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

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

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

._1 .gap-1 {
  gap: 0.25rem;
}

._1 .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

._1 .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

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

._1 .rounded-lg {
  border-radius: 0.5rem;
}

._1 .rounded-md {
  border-radius: 0.375rem;
}

._1 .rounded-none {
  border-radius: 0px;
}

._1 .rounded {
  border-radius: 0.25rem;
}

._1 .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

._1 .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

._1 .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

._1 .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

._1 .border {
  border-width: 1px;
}

._1 .border-0 {
  border-width: 0px;
}

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

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

._1 .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

._1 .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

._1 .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

._1 .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

._1 .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

._1 .bg-indigo-900 {
  --tw-bg-opacity: 1;
  /* background-color: rgb(49 46 129 / var(--tw-bg-opacity)); */
  background-color: #ef4323;
}

._1 .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

._1 .bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

._1 .fill-current {
  fill: currentColor;
}

._1 .fill-black {
  fill: #000;
}

._1 .object-cover {
  object-fit: cover;
}

._1 .object-center {
  object-position: center;
}

._1 .p-4 {
  padding: 1rem;
}

._1 .p-2 {
  padding: 0.5rem;
}

._1 .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

._1 .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

._1 .py-\[0\.3125rem\] {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

._1 .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

._1 .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

._1 .py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

._1 .pl-1 {
  padding-left: 0.25rem;
}

._1 .pt-6 {
  padding-top: 1.5rem;
}

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

._1 .text-end {
  text-align: end;
}

._1 .align-top {
  vertical-align: top;
}

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

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

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

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

._1 .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

._1 .text-\[20px\] {
  font-size: 20px;
}

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

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

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

._1 .tracking-widest {
  letter-spacing: 0.1em;
}

._1 .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

._1 .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

._1 .text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

._1 .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

._1 .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

._1 .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

._1 .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

._1 .no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

._1 .opacity-0 {
  opacity: 0;
}

._1 .opacity-100 {
  opacity: 1;
}

._1 .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

._1 .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 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);
}

._1 .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

._1 .ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

._1 .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

._1 .transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

._1 .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

._1 .duration-300 {
  transition-duration: 300ms;
}

._1 .ease-linear {
  transition-timing-function: linear;
}

._1 .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

._1 .ease-\[ease\] {
  transition-timing-function: ease;
}

._1 .focus-within\:z-10:focus-within {
  z-index: 10;
}

._1 .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

._1 .hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

._1 .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

._1 .hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

._1 .hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

._1 .hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

._1 .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

._1 .focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

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

._1 .focus\:ring-1:focus {
  --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);
}

._1 .focus\:ring-2:focus {
  --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, 0 0 #0000);
}

._1 .focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  ._1 .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

@media (min-width: 1024px) {
  ._1 .lg\:mt-0 {
    margin-top: 0px;
  }

  ._1 .lg\:flex {
    display: flex;
  }

  ._1 .lg\:hidden {
    display: none;
  }

  ._1 .lg\:w-auto {
    width: auto;
  }

  ._1 .lg\:items-center {
    align-items: center;
  }

  ._1 .lg\:p-8 {
    padding: 2rem;
  }

  ._1 .lg\:pt-0 {
    padding-top: 0px;
  }
}
