/*
! tailwindcss v3.2.2 | 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 {
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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.
*/

html {
  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, -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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-\[25px\] {
  top: 25px;
}

.top-1\/2 {
  top: 50%;
}

.-bottom-\[\.5rem\] {
  bottom: -.5rem;
}

.left-1\/2 {
  left: 50%;
}

.z-\[998\] {
  z-index: 998;
}

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mx-\[1\.875rem\] {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mx-\[\.625rem\] {
  margin-left: .625rem;
  margin-right: .625rem;
}

.my-\[\.625rem\] {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.my-\[3\.125rem\] {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

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

.mr-\[1\.875rem\] {
  margin-right: 1.875rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-\[\.625rem\] {
  margin-top: .625rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

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

.mr-\[\.625rem\] {
  margin-right: .625rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.mb-\[\.375rem\] {
  margin-bottom: .375rem;
}

.ml-\[\.625rem\] {
  margin-left: .625rem;
}

.ml-\[14px\] {
  margin-left: 14px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}

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

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

.mt-\[14px\] {
  margin-top: 14px;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

.mb-\[\.625rem\] {
  margin-bottom: .625rem;
}

.mr-\[\.375rem\] {
  margin-right: .375rem;
}

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

.mr-\[17px\] {
  margin-right: 17px;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mt-\[1\.125rem\] {
  margin-top: 1.125rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[\.9375rem\] {
  margin-top: .9375rem;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-\[\.9375rem\] {
  margin-right: .9375rem;
}

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

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

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

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-\[2\.8125rem\] {
  margin-right: 2.8125rem;
}

.mb-\[2\.8125rem\] {
  margin-bottom: 2.8125rem;
}

.ml-\[\.375rem\] {
  margin-left: .375rem;
}

.mt-\[4\.375rem\] {
  margin-top: 4.375rem;
}

.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[1\.375rem\] {
  margin-top: 1.375rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-\[3\.75rem\] {
  height: 3.75rem;
}

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

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-\[14\.75rem\] {
  height: 14.75rem;
}

.h-\[8\.75rem\] {
  height: 8.75rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[20rem\] {
  height: 20rem;
}

.h-\[11\.5625rem\] {
  height: 11.5625rem;
}

.h-\[9\.0625rem\] {
  height: 9.0625rem;
}

.h-4 {
  height: 1rem;
}

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

.h-9 {
  height: 2.25rem;
}

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

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[3\.125rem\] {
  height: 3.125rem;
}

.h-\[5\.375rem\] {
  height: 5.375rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.h-\[\.0625rem\] {
  height: .0625rem;
}

.h-20 {
  height: 5rem;
}

.h-full {
  height: 100%;
}

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

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

.h-\[\.875rem\] {
  height: .875rem;
}

.h-\[8\.9375rem\] {
  height: 8.9375rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

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

.h-14 {
  height: 3.5rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

.h-\[15rem\] {
  height: 15rem;
}

.h-\[2\.125rem\] {
  height: 2.125rem;
}

.h-\[4\.375rem\] {
  height: 4.375rem;
}

.h-\[\.125rem\] {
  height: .125rem;
}

.h-\[4\.125rem\] {
  height: 4.125rem;
}

.h-\[6\.25rem\] {
  height: 6.25rem;
}

.h-\[17\.5rem\] {
  height: 17.5rem;
}

.h-\[13\.75rem\] {
  height: 13.75rem;
}

.h-\[11\.0625rem\] {
  height: 11.0625rem;
}

.h-\[2\.875rem\] {
  height: 2.875rem;
}

.h-0 {
  height: 0px;
}

.h-\[25rem\] {
  height: 25rem;
}

.h-\[21\.875rem\] {
  height: 21.875rem;
}

.h-\[\.375rem\] {
  height: .375rem;
}

.h-\[\.5rem\] {
  height: .5rem;
}

.h-\[7\.5rem\] {
  height: 7.5rem;
}

.h-\[20\.75rem\] {
  height: 20.75rem;
}

.h-\[31\.25rem\] {
  height: 31.25rem;
}

.h-\[9rem\] {
  height: 9rem;
}

.w-page-width {
  width: 1200px;
}

.w-\[13\.75rem\] {
  width: 13.75rem;
}

.w-\[6\.875rem\] {
  width: 6.875rem;
}

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

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

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

.w-full {
  width: 100%;
}

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

.w-\[13\.125rem\] {
  width: 13.125rem;
}

.w-\[18\.25rem\] {
  width: 18.25rem;
}

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

.w-4 {
  width: 1rem;
}

.w-\[18\.125rem\] {
  width: 18.125rem;
}

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

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

.w-40 {
  width: 10rem;
}

.w-\[7\.5rem\] {
  width: 7.5rem;
}

.w-\[8\.125rem\] {
  width: 8.125rem;
}

.w-\[\.0625rem\] {
  width: .0625rem;
}

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

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

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

.w-1\/6 {
  width: 16.666667%;
}

.w-\[17\.875rem\] {
  width: 17.875rem;
}

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

.w-\[22\.75rem\] {
  width: 22.75rem;
}

.w-\[8\.75rem\] {
  width: 8.75rem;
}

.w-\[65rem\] {
  width: 65rem;
}

.w-1\/4 {
  width: 25%;
}

.w-8 {
  width: 2rem;
}

.w-\[72\.5rem\] {
  width: 72.5rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[16\.625rem\] {
  width: 16.625rem;
}

.w-\[3\.75rem\] {
  width: 3.75rem;
}

.w-0 {
  width: 0px;
}

.w-\[9\.375rem\] {
  width: 9.375rem;
}

.w-\[50rem\] {
  width: 50rem;
}

.w-\[23\.125rem\] {
  width: 23.125rem;
}

.w-\[120rem\] {
  width: 120rem;
}

.w-\[44\.6875rem\] {
  width: 44.6875rem;
}

.w-\[13\.375rem\] {
  width: 13.375rem;
}

.w-\[\.5rem\] {
  width: .5rem;
}

.w-\[32\.8125rem\] {
  width: 32.8125rem;
}

.w-\[\.875rem\] {
  width: .875rem;
}

.w-\[11\.375rem\] {
  width: 11.375rem;
}

.w-\[62\.5rem\] {
  width: 62.5rem;
}

.w-\[8\.5rem\] {
  width: 8.5rem;
}

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

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

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

.flex-grow-\[2\] {
  flex-grow: 2;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[\.8125rem\] {
  border-radius: .8125rem;
}

.border {
  border-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-x-\[\.125rem\] {
  border-left-width: .125rem;
  border-right-width: .125rem;
}

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

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

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

.border-b-\[\.1875rem\] {
  border-bottom-width: .1875rem;
}

.border-r-\[\.4375rem\] {
  border-right-width: .4375rem;
}

.border-t-\[\.4375rem\] {
  border-top-width: .4375rem;
}

.border-b-\[\.4375rem\] {
  border-bottom-width: .4375rem;
}

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

.border-l-\[\.4375rem\] {
  border-left-width: .4375rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#DDDDDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-\[\#5D9A1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.border-primary-green {
  --tw-border-opacity: 1;
  border-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.border-\[\#EEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#538A17\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 138 23 / var(--tw-border-opacity));
}

.border-\[\#4F8515\] {
  --tw-border-opacity: 1;
  border-color: rgb(79 133 21 / var(--tw-border-opacity));
}

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

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-r-\[\#EEEEEE\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-l-primary-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

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

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary-green {
  --tw-bg-opacity: 1;
  background-color: rgb(93 154 27 / var(--tw-bg-opacity));
}

.bg-\[\#FF9900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity));
}

.bg-\[\#5D9A1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(93 154 27 / var(--tw-bg-opacity));
}

.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(234 241 227 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#F25618\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 86 24 / var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#EEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

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

.bg-\[\#F7F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}

.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-\[\#4F8515\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 133 21 / var(--tw-bg-opacity));
}

.bg-deep-green {
  --tw-bg-opacity: 1;
  background-color: rgb(79 133 21 / var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.fill-\[\#999999\] {
  fill: #999999;
}

.fill-\[\#999\] {
  fill: #999;
}

.fill-\[\#006038\] {
  fill: #006038;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[1\.875rem\] {
  padding: 1.875rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

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

.py-\[\.375rem\] {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

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

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

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

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

.py-\[\.625rem\] {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[3\.125rem\] {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-\[\.5rem\] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-\[\.875rem\] {
  padding-top: .875rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-\[\.625rem\] {
  padding-bottom: .625rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[12\.5rem\] {
  padding-bottom: 12.5rem;
}

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

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

.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}

.pb-\[6\.375rem\] {
  padding-bottom: 6.375rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-\[4\.375rem\] {
  padding-bottom: 4.375rem;
}

.pt-\[\.625rem\] {
  padding-top: .625rem;
}

.pl-\[3\.125rem\] {
  padding-left: 3.125rem;
}

.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}

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

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

.indent-8 {
  text-indent: 2rem;
}

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

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

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

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

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

.text-\[\.75rem\] {
  font-size: .75rem;
}

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

.text-\[0rem\] {
  font-size: 0rem;
}

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

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

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[0\] {
  font-size: 0;
}

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

.leading-\[34px\] {
  line-height: 34px;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-\[3\.125rem\] {
  line-height: 3.125rem;
}

.leading-\[2\.25rem\] {
  line-height: 2.25rem;
}

.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.leading-\[4\.375rem\] {
  line-height: 4.375rem;
}

.leading-\[4\.125rem\] {
  line-height: 4.125rem;
}

.leading-\[3\.375rem\] {
  line-height: 3.375rem;
}

.leading-none {
  line-height: 1;
}

.leading-\[3\.75rem\] {
  line-height: 3.75rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-8 {
  line-height: 2rem;
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-primary-green {
  --tw-text-opacity: 1;
  color: rgb(93 154 27 / var(--tw-text-opacity));
}

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

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-deep-green {
  --tw-text-opacity: 1;
  color: rgb(79 133 21 / var(--tw-text-opacity));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#BBBBBB\] {
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-\[\#FF9900\] {
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity));
}

.text-deep-gray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#F25618\] {
  --tw-text-opacity: 1;
  color: rgb(242 86 24 / var(--tw-text-opacity));
}

.text-\[\#5D9A1B\] {
  --tw-text-opacity: 1;
  color: rgb(93 154 27 / var(--tw-text-opacity));
}

.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#006038\] {
  --tw-text-opacity: 1;
  color: rgb(0 96 56 / var(--tw-text-opacity));
}

.opacity-30 {
  opacity: 0.3;
}

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

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

.j-tab-content.active {
  visibility: visible;
}

.j-tab.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(93 154 27 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(93 154 27 / var(--tw-text-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:bg-\[\#F7F8F9\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}

.hover\:border-b-primary-green:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.hover\:border-l-primary-green:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.hover\:bg-primary-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 154 27 / var(--tw-bg-opacity));
}

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

.hover\:bg-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 241 227 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:text-primary-green:hover {
  --tw-text-opacity: 1;
  color: rgb(93 154 27 / var(--tw-text-opacity));
}

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

.hover\:shadow-xl:hover {
  --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);
}

.group:hover .group-hover\:border-l-primary-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 154 27 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-primary-green {
  --tw-bg-opacity: 1;
  background-color: rgb(93 154 27 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-deep-green {
  --tw-text-opacity: 1;
  color: rgb(79 133 21 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-green {
  --tw-text-opacity: 1;
  color: rgb(93 154 27 / var(--tw-text-opacity));
}