/*
! tailwindcss v3.3.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)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 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.
6. Use the user's configured `sans` font-variation-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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.tw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.-tw-inset-1 {
  inset: -0.25rem !important;
}

.tw--inset-1 {
  inset: -0.25rem !important;
}

.-tw-top-1 {
  top: -0.25rem !important;
}

.tw--top-1 {
  top: -0.25rem !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw-mb-4 {
  margin-bottom: 1rem !important;
}

.tw-mb-\[24px\] {
  margin-bottom: 24px !important;
}

.tw-ml-10 {
  margin-left: 2.5rem !important;
}

.tw-ml-3 {
  margin-left: 0.75rem !important;
}

.tw-ml-4 {
  margin-left: 1rem !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-mt-6 {
  margin-top: 1.5rem !important;
}

.tw-block {
  display: block !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-grid {
  display: grid !important;
}

.tw-hidden {
  display: none !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-7 {
  height: 1.75rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-\[100px\] {
  height: 100px !important;
}

.tw-h-\[200px\] {
  height: 200px !important;
}

.tw-h-\[230px\] {
  height: 230px !important;
}

.tw-h-\[250px\] {
  height: 250px !important;
}

.tw-h-\[38px\] {
  height: 38px !important;
}

.tw-h-\[40px\] {
  height: 40px !important;
}

.tw-h-\[50px\] {
  height: 50px !important;
}

.tw-h-\[550px\] {
  height: 550px !important;
}

.tw-h-\[64px\] {
  height: 64px !important;
}

.tw-h-\[67px\] {
  height: 67px !important;
}

.tw-h-\[77px\] {
  height: 77px !important;
}

.tw-h-\[90px\] {
  height: 90px !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-\[30px\] {
  height: 30px !important;
}

.tw-h-\[150px\] {
  height: 150px !important;
}

.tw-h-\[14px\] {
  height: 14px !important;
}

.tw-h-\[140px\] {
  height: 140px !important;
}

.tw-h-\[170px\] {
  height: 170px !important;
}

.tw-h-\[190px\] {
  height: 190px !important;
}

.tw-min-h-\[200px\] {
  min-height: 200px !important;
}

.tw-min-h-full {
  min-height: 100% !important;
}

.tw-w-10\/12 {
  width: 83.333333% !important;
}

.tw-w-2\/12 {
  width: 16.666667% !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-7 {
  width: 1.75rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-\[1200px\] {
  width: 1200px !important;
}

.tw-w-\[300px\] {
  width: 300px !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-min-w-\[1000px\] {
  min-width: 1000px !important;
}

.tw-max-w-7xl {
  max-width: 80rem !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-none {
  flex: none !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-basis-1\/3 {
  flex-basis: 33.333333% !important;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-content-center {
  align-content: center !important;
}

.tw-content-start {
  align-content: flex-start !important;
}

.tw-content-end {
  align-content: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-gap-14 {
  gap: 3.5rem !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-rounded-full {
  border-radius: 9999px !important;
}

.tw-rounded-md {
  border-radius: 0.375rem !important;
}

.tw-border-b-2 {
  border-bottom-width: 2px !important;
}

.tw-border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

.tw-border-dotted {
  border-style: dotted !important;
}

.tw-border-amber-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 53 15 / var(--tw-border-opacity)) !important;
}

.tw-bg-\[\#05568f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 86 143 / var(--tw-bg-opacity)) !important;
}

.tw-bg-\[\#9c0504\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 5 4 / var(--tw-bg-opacity)) !important;
}

.tw-bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity)) !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.tw-pl-8 {
  padding-left: 2rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-align-middle {
  vertical-align: middle !important;
}

.tw-align-bottom {
  vertical-align: bottom !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-ordinal {
  --tw-ordinal: ordinal !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tw-slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tw-leading-\[38px\] {
  line-height: 38px !important;
}

.tw-leading-\[40px\] {
  line-height: 40px !important;
}

.tw-leading-\[50px\] {
  line-height: 50px !important;
}

.tw-leading-\[64px\] {
  line-height: 64px !important;
}

.tw-leading-\[67px\] {
  line-height: 67px !important;
}

.tw-leading-\[77px\] {
  line-height: 77px !important;
}

.tw-leading-\[30px\] {
  line-height: 30px !important;
}

.tw-text-\[\#78120d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(120 18 13 / var(--tw-text-opacity)) !important;
}

.tw-text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-text-\[\#004887\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 72 135 / var(--tw-text-opacity)) !important;
}

.tw-ring-inset {
  --tw-ring-inset: inset !important;
}

.\[_\:\=\>\<\%\#\@\] {
  _: =><%#@;
}

.\[comment\:comment\] {
  comment: comment;
}

.\[comment\:date\] {
  comment: date;
}

.\[comment\:headpic\] {
  comment: headpic;
}

.\[comment\:nickname\] {
  comment: nickname;
}

.\[comment\:replyaction\] {
  comment: replyaction;
}

.\[commentsub\:comment\] {
  commentsub: comment;
}

.\[commentsub\:date\] {
  commentsub: date;
}

.\[commentsub\:headpic\] {
  commentsub: headpic;
}

.\[commentsub\:nickname\] {
  commentsub: nickname;
}

.\[commentsub\:pnickname\] {
  commentsub: pnickname;
}

.\[commentsub\:replyaction\] {
  commentsub: replyaction;
}

.\[link\:link\] {
  link: link;
}

.\[link\:name\] {
  link: name;
}

.\[list\:date\] {
  list: date;
}

.\[list\:i\] {
  list: i;
}

.\[list\:ico\] {
  list: ico;
}

.\[list\:id\] {
  list: id;
}

.\[list\:isheadline\] {
  list: isheadline;
}

.\[list\:isrecommend\] {
  list: isrecommend;
}

.\[list\:istop\] {
  list: istop;
}

.\[list\:link\] {
  list: link;
}

.\[list\:title\] {
  list: title;
}

.\[message\:askdate\] {
  message: askdate;
}

.\[message\:bs\] {
  message: bs;
}

.\[message\:content\] {
  message: content;
}

.\[message\:headpic\] {
  message: headpic;
}

.\[message\:nickname\] {
  message: nickname;
}

.\[message\:os\] {
  message: os;
}

.\[message\:recontent\] {
  message: recontent;
}

.\[message\:replydate\] {
  message: replydate;
}

.\[mycomment\:comment\] {
  mycomment: comment;
}

.\[mycomment\:date\] {
  mycomment: date;
}

.\[mycomment\:delaction\] {
  mycomment: delaction;
}

.\[mycomment\:i\] {
  mycomment: i;
}

.\[mycomment\:status\] {
  mycomment: status;
}

.\[mycomment\:title\] {
  mycomment: title;
}

.\[nav\:i\] {
  nav: i;
}

.\[nav\:link\] {
  nav: link;
}

.\[nav\:name\] {
  nav: name;
}

.\[nav\:rows\] {
  nav: rows;
}

.\[nav\:scode\] {
  nav: scode;
}

.\[pics\:src\] {
  pics: src;
}

.\[pics\:title\] {
  pics: title;
}

.\[search\:ico\] {
  search: ico;
}

.\[search\:link\] {
  search: link;
}

.\[search\:title\] {
  search: title;
}

.\[select\:current\] {
  select: current;
}

.\[select\:link\] {
  select: link;
}

.\[select\:value\] {
  select: value;
}

.\[slide\:link\] {
  slide: link;
}

.\[slide\:src\] {
  slide: src;
}

.\[slide\:subtitle\] {
  slide: subtitle;
}

.\[slide\:title\] {
  slide: title;
}

.\[sort\:link\] {
  sort: link;
}

.\[sort\:name\] {
  sort: name;
}

.\[tags\:link\] {
  tags: link;
}

.\[tags\:text\] {
  tags: text;
}

.hover\:tw-bg-\[\#9c0504\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 5 4 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-\[\#f7f7f7\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:tw-ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937 !important;
}

@media (min-width: 640px) {
  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-h-\[450px\] {
    height: 450px !important;
  }

  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:tw-flex {
    display: flex !important;
  }

  .xl\:tw-grid {
    display: grid !important;
  }

  .xl\:tw-hidden {
    display: none !important;
  }

  .xl\:tw-h-\[170px\] {
    height: 170px !important;
  }

  .xl\:tw-h-\[180px\] {
    height: 180px !important;
  }

  .xl\:tw-h-\[230px\] {
    height: 230px !important;
  }

  .xl\:tw-h-\[250px\] {
    height: 250px !important;
  }

  .xl\:tw-w-\[1200px\] {
    width: 1200px !important;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .xl\:tw-flex-col {
    flex-direction: column !important;
  }
}