/* tailwind -i ./src/main/webapp/resources/css_src/styles.css -o ./src/main/webapp/resources/css/styles.css --watch */

/* ! tailwindcss v3.4.11 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.end-0 {
  inset-inline-end: 0px;
}

.top-full {
  top: 100%;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.\!inline {
  display: inline !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.\!h-10 {
  height: 2.5rem !important;
}

.h-1 {
  height: 0.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.\!w-20 {
  width: 5rem !important;
}

.\!w-full {
  width: 100% !important;
}

.w-44 {
  width: 11rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.min-w-48 {
  min-width: 12rem;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.basis-1\/6 {
  flex-basis: 16.666667%;
}

.basis-full {
  flex-basis: 100%;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-grayscale-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 246 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\/w\/resources\/images\/logo\.png\)\] {
  background-image: url(/w/resources/images/logo.png);
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
}

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

.text-grayscale-2 {
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.\!outline {
  outline-style: solid !important;
}

.outline {
  outline-style: solid;
}

.ring {
  --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(3px + 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);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* utilities */

/* @import "_utilities.css"; */

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard GOV.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

/* @font-face {
	font-family: 'Pretendard GOV';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard GOV Black'), url(/w/resources/font/woff2-subset/PretendardGOV-Black.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-Black.subset.woff) format('woff');
} */

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 800;

  font-display: swap;

  src: local('Pretendard GOV ExtraBold'), url(/w/resources/font/woff2-subset/PretendardGOV-ExtraBold.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-ExtraBold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 700;

  font-display: swap;

  src: local('Pretendard GOV Bold'), url(/w/resources/font/woff2-subset/PretendardGOV-Bold.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-Bold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 600;

  font-display: swap;

  src: local('Pretendard GOV SemiBold'), url(/w/resources/font/woff2-subset/PretendardGOV-SemiBold.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-SemiBold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 500;

  font-display: swap;

  src: local('Pretendard GOV Medium'), url(/w/resources/font/woff2-subset/PretendardGOV-Medium.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-Medium.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 400;

  font-display: swap;

  src: local('Pretendard GOV Regular'), url(/w/resources/font/woff2-subset/PretendardGOV-Regular.subset.woff2) format('woff2'), url(/w/resources/font/woff-subset/PretendardGOV-Regular.subset.woff) format('woff');
}

@font-face {
  font-family: 'Material Symbols Outlined';

  font-style: normal;

  font-weight: 100 700;

  src: url(/w/resources/font/material-symbols-outlined.woff2) format('woff2');
}

.material-symbols-outlined,
.icon {
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

[class^="size-"] .icon,
[class^="size-"].icon {
  font-size: inherit;
}

.icon.fill {
  font-variation-settings: 'FILL' 1;
}

.icon.arrow::before {
  content: '\f46a';
}

.icon.print::before {
  content: '\e8ad';
}

.icon.share::before {
  content: '\e80d';
}

.icon.home::before {
  content: '\e88a';
}

.icon.settings::before {
  content: '\e8b8';
}

.icon.info::before {
  content: '\e88e';
}

.icon.menu::before {
  content: '\e5d2';
}

.icon.language::before {
  content: '\e894';
}

h2.popup-title {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h2.popup-title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h2.popup-title {
  &:after {
    content: '';
  }
  &:after {
    position: absolute;
  }
  &:after {
    bottom: 0px;
  }
  &:after {
    left: 50%;
  }
  &:after {
    height: 0.25rem;
  }
  &:after {
    width: 100%;
  }
  &:after {
    --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));
  }
  &:after {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  @media (min-width: 1024px) {
    &:after {
      height: 0.375rem;
    }
  }
}

h3.tit {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h3.subtitle {
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

i, em {
  font-style: normal !important;
}

* {
  font-family: Pretendard GOV, sans-serif;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  letter-spacing: -0.04em;
}

#main {
  flex-grow: 1;
}

img {
  -webkit-user-drag: none;
  display: inline-block;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

table {
  width: 100%;
}

#weather-warning img {
  display: block;
  width: 100%;
}

/* components */

#gnb {
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  #gnb {
    border-bottom-width: 0px;
    border-top-width: 0px;
  }
}

#gnb li {
  display: block;
  a {
    position: relative;
  }
  a {
    display: flex;
  }
  a {
    height: 100%;
  }
  a {
    align-items: center;
  }
  a {
    justify-content: center;
  }
  a {
    text-align: center;
  }
  a {
    font-weight: 400;
  }
  a {
    line-height: 1;
  }
  @media (min-width: 1024px) {
    a {
      display: block;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  }
  a {
    &:after {
      content: '';
    }
    &:after {
      position: absolute;
    }
    &:after {
      bottom: 0px;
    }
    &:after {
      left: 50%;
    }
    &:after {
      height: 0.25rem;
    }
    &:after {
      width: 0px;
    }
    &:after {
      --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));
    }
    &:after {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
    &:after {
      transition-property: width;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &:after {
      transition-duration: 150ms;
    }
    &:after {
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    &:hover {
      &:after {
        width: 100%;
      }
    }
    &.active {
      font-weight: 600;
    }
    &.active {
      --tw-text-opacity: 1;
      color: rgb(11 31 101 / var(--tw-text-opacity));
    }
    &.active {
      &:after {
        height: 0.25rem;
      }
      &:after {
        width: 100%;
      }
      @media (min-width: 1024px) {
        &:after {
          height: 0.375rem;
        }
      }
    }
  }
}

aside {
  position: fixed;
  inset: 0px;
  z-index: -10;
  background-color: transparent;
}

@media (min-width: 1024px) {
  aside {
    position: static;
    z-index: 20;
  }
}

aside {
  &.active {
    z-index: 100;
  }
  &.active {
    background-color: rgb(0 0 0 / 0.75);
  }
  @media (min-width: 768px) {
    &.active {
      background-color: transparent !important;
    }
  }
  &:not(.active) #snb-close-button {
    display: none;
  }
  > div.container {
    position: absolute;
  }
  > div.container {
    right: 0px;
  }
  > div.container {
    top: 0px;
  }
  > div.container {
    bottom: 0px;
  }
  > div.container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  @media (min-width: 1024px) {
    > div.container {
      position: static;
    }
  }
  @media (min-width: 1024px) {
    > div.container {
      max-width: 100%;
    }
  }
  @media (min-width: 1024px) {
    > div.container {
      padding: 0px;
    }
  }
  > div.container {
    --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));
  }
  > div.container {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  @media (min-width: 1024px) {
    > div.container {
      --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));
    }
  }
  &.active > div.container {
    --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));
  }
  i {
    position: absolute;
  }
  i {
    left: -2rem;
  }
  i {
    top: 1rem;
  }
  i {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {
    i {
      display: none;
    }
  }
  nav li > a {
    display: flex;
  }
  nav li > a {
    cursor: pointer;
  }
  nav li > a {
    align-items: center;
  }
  nav li > a {
    justify-content: space-between;
  }
  nav li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  nav li > a {
    padding-left: 0.5rem;
  }
  nav li > a {
    padding-right: 0.5rem;
  }
  a > span {
    display: flex;
  }
  a > span {
    align-items: center;
  }
  a > span {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  a[target="_blank"] > span:after,
    a[target="_popup"] > span:after {
    content: '\e89e';
    font-family: 'Material Symbols Outlined';
  }
  .depth-1 > li > a.toggle::after {
    content: '\e313';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  .depth-1 > li > a.toggle.active::after {
    --tw-rotate: 180deg;
    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));
  }
  .depth-2 {
    display: none;
  }
  .depth-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 246 / var(--tw-bg-opacity));
  }
  .depth-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  a.active + .depth-2 {
    display: block;
  }
  .depth-2 > li > a {
    padding-left: 1rem;
  }
  .depth-2 > li > a.toggle::after {
    content: '\e145';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  .depth-2 > li > a.toggle.active::after {
    content: '\e15b';
  }
  .depth-3 {
    display: none;
  }
  a.active + .depth-3 {
    display: block;
  }
  .depth-3 > li > a {
    padding-left: 1.5rem;
  }
  .depth-3 > li > a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

#snb {
  .section-title {
    /* @apply text-lg font-semibold; */
  }
  .section-title {
    margin-left: 0.5rem;
  }
  .section-title {
    margin-bottom: 0.5rem;
  }
  .section-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .section-title {
    font-weight: 600;
  }
  &.sitemap-wrap .section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .section-wrap {
    border-radius: 0.5rem;
  }
  .section-wrap {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .section-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#snb li {
  display: block;
  a {
    position: relative;
  }
  a {
    display: block;
  }
  a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  a {
    font-weight: 400;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(66 66 66 / var(--tw-text-opacity));
  }
  a {
    &:after {
      content: '';
    }
    &:after {
      position: absolute;
    }
    &:after {
      bottom: 0.5rem;
    }
    &:after {
      left: 0px;
    }
    &:after {
      height: 0.125rem;
    }
    &:after {
      width: 0px;
    }
    &:after {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
    &:after {
      transition-property: width;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &:after {
      transition-duration: 150ms;
    }
    &:after {
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    &:hover {
      font-weight: 600;
    }
    &.active {
      font-weight: 700;
    }
    &.active {
      --tw-text-opacity: 1;
      color: rgb(11 31 101 / var(--tw-text-opacity));
    }
    &.active {
      &:after {
        width: 100%;
      }
    }
  }
  a > span {
    display: flex;
  }
  a > span {
    align-items: center;
  }
  a > span {
    justify-content: space-between;
  }
  a[target="_blank"] > span:after,
    a[target="_popup"] > span:after {
    content: '\e89e';
    font-family: 'Material Symbols Outlined';
  }
}

#logo-kma {
  display: block;
  height: 3rem;
  width: 6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  #logo-kma {
    height: 4rem;
    width: 9rem;
  }
}

#logo-kma {
  background-image: url('/w/resources/images/logo_kma.png');
}

#breadcrumb {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  li {
    display: flex;
  }
  li {
    align-items: center;
  }
  li {
    --tw-text-opacity: 1;
    color: rgb(66 66 66 / var(--tw-text-opacity));
  }
  li {
    &:before {
      content: '\f46a';
      font-family: 'Material Symbols Outlined';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-variation-settings: 'FILL' 1;
    }
    &.home:before {
      -moz-column-gap: 0px;
           column-gap: 0px;
    }
    &.home:before {
      font-size: 1.5rem !important;
      line-height: 2rem !important;
    }
    &.home:before {
      content: '\e88a';
    }
  }
  a {
    display: block;
  }
}

#language-selector {
  h4::before,
    h4::after {
    display: block;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 1;
  }
  h4::before {
    content: '\e894';
  }
  h4::after {
    content: '\e313';
    font-size: 0.75em;
  }
  > ul {
    display: none;
  }
  &.active > ul {
    display: block;
  }
}

#related-sites a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  #related-sites a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#related-sites a {
  &:hover {
    font-weight: 600;
  }
}

#related-pages li {
  display: flex;
  align-items: center;
}

#related-pages a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  #related-pages a {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#related-pages a {
  &:hover {
    text-decoration-line: underline;
  }
}

#related-pages li + li:before {
  content: '|';
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  #related-pages li + li:before {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#company-info {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  #company-info {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#company-info dt,
#company-info dd {
  display: inline;
}

#company-info dt:after {
  content: ':';
}

.button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(70 111 151 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(70 111 151 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  &:hover,
    &.active,
    &.primary {
    --tw-bg-opacity: 1;
    background-color: rgb(70 111 151 / var(--tw-bg-opacity));
  }
  &:hover,
    &.active,
    &.primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &.small {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  &.small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  &.small {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.card {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  a {
    display: block;
  }
  .title {
    display: flex;
  }
  .title {
    align-items: center;
  }
  .title {
    justify-content: space-between;
  }
  .title {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .title {
    --tw-bg-opacity: 1;
    background-color: rgb(70 111 151 / var(--tw-bg-opacity));
  }
  .title {
    padding: 0.75rem;
  }
  .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .title {
    font-weight: 600;
  }
  .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  a[target="_popup"] .title:after {
    content: '\f4c8';
    font-family: 'Material Symbols Outlined';
    transform: rotate(180deg);
  }
  a[target="_blank"] .title:after {
    content: '\e89e';
    font-family: 'Material Symbols Outlined';
  }
  .content {
    min-height: 4rem;
  }
  .content {
    padding: 0.75rem;
  }
  .content {
    padding-bottom: 2rem;
  }
  .content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

ul.tab {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  border-bottom-width: 1px;
  a {
    display: block;
  }
  a {
    border-width: 1px;
  }
  a {
    border-bottom-width: 0px;
  }
  a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  a {
    text-align: center;
  }
  a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  @media (min-width: 1024px) {
    a {
      min-width: 10rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  a {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 246 / var(--tw-bg-opacity));
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(83 83 83 / var(--tw-text-opacity));
  }
  a {
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    &.active {
      font-weight: 600;
    }
    &.active {
      --tw-text-opacity: 1;
      color: rgb(11 31 101 / var(--tw-text-opacity));
    }
  }
  li + li {
    margin-left: -1px;
  }
}

ul.tab.small {
  @media (min-width: 1024px) {
    a {
      min-width: 5rem !important;
    }
  }
}

#timebar {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.75);
}

#timebar-days,
#timebar-hours {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  #timebar.dragging & {
    transition-duration: 0s;
  }
}

#timebar-days {
  position: relative;
  z-index: 40;
  li {
    position: relative;
  }
  li {
    display: flex;
  }
  li {
    height: 3rem;
  }
  li {
    width: 8rem;
  }
  li {
    flex-shrink: 0;
  }
  li {
    cursor: pointer;
  }
  li {
    align-items: flex-start;
  }
  li {
    justify-content: center;
  }
  li {
    padding-top: 0.25rem;
  }
  @media (min-width: 768px) {
    li {
      height: 3rem;
    }
  }
  li + li:before {
    content: '';
  }
  li + li:before {
    position: absolute;
  }
  li + li:before {
    left: 0px;
  }
  li + li:before {
    top: 50%;
  }
  li + li:before {
    margin-left: -1px;
  }
  li + li:before {
    display: block;
  }
  li + li:before {
    height: 1.5rem;
  }
  li + li:before {
    width: 0.125rem;
  }
  li + li:before {
    --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));
  }
  li + li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  li.active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  li.active {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  li.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  li.active {
    &:before,
    & + li:before {
      display: none;
    }
    &:after {
      content: '';
    }
    &:after {
      position: absolute;
    }
    &:after {
      bottom: 0px;
    }
    &:after {
      display: block;
    }
    &:after {
      width: 0.75rem;
      height: 0.75rem;
    }
    &:after {
      --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));
    }
    &:after {
      --tw-rotate: 45deg;
      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));
    }
    &:after {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
    .label {
      display: flex !important;
    }
  }
  .label-today {
    position: absolute;
  }
  .label-today {
    top: 0.25rem;
  }
  .label-today {
    left: 50%;
  }
  .label-today {
    --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));
  }
  .label-today {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .label-date {
    display: block;
  }
  .label-date {
    text-align: center;
  }
  .label-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .label-date {
    font-weight: 600;
  }
  @media (min-width: 768px) {
    .label-date {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  .label {
    position: absolute;
  }
  .label {
    bottom: 0.25rem;
  }
  .label {
    left: 0px;
  }
  .label {
    right: 0px;
  }
  .label {
    display: flex;
  }
  .label {
    align-items: center;
  }
  .label {
    justify-content: space-between;
  }
  .label {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .label {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.timebar-hours-wrap {
  position: relative;
  &:after {
    content: '';
  }
  &:after {
    position: absolute;
  }
  &:after {
    left: 50%;
  }
  &:after {
    top: 50%;
  }
  &:after {
    z-index: 0;
  }
  &:after {
    height: 2rem;
  }
  &:after {
    width: 4rem;
  }
  &:after {
    --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));
  }
  &:after {
    --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));
  }
  &:after {
    border-radius: 0.25rem;
  }
  &:after {
    border-width: 1px;
  }
  &:after {
    --tw-border-opacity: 1;
    border-color: rgb(11 31 101 / var(--tw-border-opacity));
  }
}

#timebar-hours {
  position: relative;
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  /* overflow-x-auto snap-mandatory snap-x scroll-smooth */
  /* &::-webkit-scrollbar {
    display: none;
  } */
  /* li {
    @apply snap-always snap-center;
  } */
  li:before {
    content: '';
  }
  li:before {
    position: absolute;
  }
  li:before {
    top: 0px;
  }
  li:before {
    left: 50%;
  }
  li:before {
    margin-left: -1px;
  }
  li:before {
    display: block;
  }
  li:before {
    height: 0.5rem;
  }
  li:before {
    width: 0.125rem;
  }
  li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
}

#timestamp {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  display: flex;
  --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));
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 768px) {
  #timestamp {
    top: 1rem;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

#timestamp {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.75);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
  --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);
  time {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  @media (min-width: 768px) {
    time {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  }
  @media (min-width: 768px) {
    time {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  @media (min-width: 768px) {
    span {
      width: 6rem;
    }
  }
  @media (min-width: 768px) {
    span {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
}

#timebar-control {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  -moz-column-gap: 0px;
       column-gap: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  #timebar-control {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#timebar-control {
  body.timebar-enabled.timebar-daysonly & {
    top: 0px;
  }
  body.timebar-enabled.timebar-daysonly & {
    border-color: transparent;
  }
  .icon-button {
    width: 3rem !important;
    height: 3rem !important;
  }
}

.image-player-slide {
  padding: 1rem;
}

.image-player-slide > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  dl.listed {
    display: flex;
  }
}

dl.listed {
  dt {
    font-weight: 700;
  }
  dt::after {
    content: ':';
  }
  > div {
    display: flex;
  }
  > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }
  > div + div::before {
    content: '|';
  }
  > div + div::before {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  > div + div::before {
    display: none;
  }
  @media (min-width: 768px) {
    > div + div::before {
      display: block;
    }
  }
}

table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.summary {
  line-height: 2;
}

.summary span {
  display: block;
}

span.depth_1 {
}

span.depth_2 {
  padding-left: 1rem;
}

span.depth_3 {
  padding-left: 2rem;
}

span.depth_4 {
  padding-left: 3rem;
}

div.bottom-info {
  display: none !important;
}

@media (min-width: 768px) {
  .md\:\!m-0 {
    margin: 0px !important;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-52 {
    width: 13rem;
  }

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

  .lg\:basis-\[unset\] {
    flex-basis: unset;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -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));
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

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

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

@media (min-width: 1280px) {
  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

@media print {
  .print\:mt-0 {
    margin-top: 0px;
  }
}

.\[\&\>img\]\:block>img {
  display: block;
}

.\[\&\>img\]\:w-full>img {
  width: 100%;
}