*, ::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:  ;
}/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-16 {
  top: -4rem;
}
.-top-\[5rem\] {
  top: -5rem;
}
.-top-\[7rem\] {
  top: -7rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.clear-both {
  clear: both;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.\!my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.\!mt-16 {
  margin-top: 4rem !important;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!h-full {
  height: 100% !important;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[calc\(100vh_-_15rem\)\] {
  height: calc(100vh - 15rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[5rem\] {
  max-height: 5rem;
}
.max-h-\[calc\(100vh-5rem\)\] {
  max-height: calc(100vh - 5rem);
}
.min-h-\[38rem\] {
  min-height: 38rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-auto {
  width: auto !important;
}
.w-10 {
  width: 2.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[21rem\] {
  width: 21rem;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[90vw\] {
  min-width: 90vw;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-\[100rem\] {
  max-width: 100rem;
}
.max-w-\[15em\] {
  max-width: 15em;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[29rem\] {
  max-width: 29rem;
}
.max-w-\[30ch\] {
  max-width: 30ch;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[38rem\] {
  max-width: 38rem;
}
.max-w-\[50ch\] {
  max-width: 50ch;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[55ch\] {
  max-width: 55ch;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[68ch\] {
  max-width: 68ch;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-180 {
  --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));
}
.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;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1\.5rem_1fr\] {
  grid-template-columns: 1.5rem 1fr;
}
.grid-cols-\[3fr_4fr\] {
  grid-template-columns: 3fr 4fr;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.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-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.text-balance {
  text-wrap: balance;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l-\[1\.5px\] {
  border-left-width: 1.5px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-inherit {
  background-color: inherit;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\!pb-1 {
  padding-bottom: 0.25rem !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[18rem\] {
  padding-left: 18rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.\!text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.align-middle {
  vertical-align: middle;
}
.align-super {
  vertical-align: super;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.6rem;
  line-height: 1.1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 1.1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 1.05;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1.05;
}
.text-sm {
  font-size: 0.85rem;
  line-height: 1.3;
}
.text-xl {
  font-size: 1.4rem;
  line-height: 1.1;
}
.text-xs {
  font-size: 0.70rem;
  line-height: 1.3;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.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);
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-20 {
  opacity: 0.2;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.sepia {
  --tw-sepia: sepia(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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[a-zA-Z\:\\-\\\.\] {
  a-z-a--z: \-\.;
}

@font-face {
    font-family: 'authentic';
    font-weight: 400;
    src: url("AUTHENTICSansPro-90.woff2") format("woff2");
}
@font-face {
    font-family: 'authentic';
    font-weight:300;
    src: url("AUTHENTICSansPro-60.woff2") format("woff2");
}
@font-face {
    font-family: 'authentic';
    font-weight:700;
    src: url("AUTHENTICSansPro-130.woff2") format("woff2");
}
@font-face {
    font-family: 'authentic';
    font-weight:800;
    src: url("AUTHENTICSansPro-150.woff2") format("woff2");
}

@font-face {
    font-family: 'authentic';
    font-weight: 400;
    font-style: italic;
    src: url("NotoSerif-Italic.woff2") format("woff");
}
@font-face {
    font-family: 'authentic';
    font-weight:300;
    font-style: italic;
    src: url("NotoSerif-Italic.woff2") format("woff");
}
@font-face {
    font-family: 'authentic';
    font-weight:700;
    font-style: italic;
    src: url("NotoSerif-Italic.woff2") format("woff");
}
@font-face {
    font-family: 'authentic';
    font-weight:700;
    font-style: italic;
    font-weight: bold;
    src: url("NotoSerif-BoldItalic.woff2") format("woff");
}
@font-face {
    font-family: 'authentic';
    font-weight:800;
    font-style: italic;
    font-weight: bold;
    src: url("NotoSerif-BoldItalic.woff2") format("woff");
}
@font-face {
    font-family: 'authentic';
    font-weight:800;
    font-style: italic;
    src: url("NotoSerif-Italic.woff2") format("woff");
}

html {
    font-family: 'authentic';
    font-weight: normal;
    scroll-behavior: smooth;
    text-decoration-color: black;
}

html, body, * {
    scroll-behavior: smooth
}


a {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0,0,0,0.27);
    transition: text-decoration-color 0.2s ease;

}

a.underline:hover,
a:hover {
    text-decoration-color: rgba(0,0,0,1);
}

.text {
  line-height: 1.375;
}

.text a {
    text-decoration-color: rgba(0,0,0,0.80);
    text-decoration-thickness: 1px;
}

.text ul {
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text ul li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
    position: relative;
}

.text ul li::before {
    content: '— ';
    position: absolute;
    left:-1.5rem;
}

.text ol {
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 0px;
    counter-reset: item;
}

.text ol li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  text-align: left;
    counter-increment: item;

    position: relative;
}

.text ol li::before {
  font-weight: 700;
    content: counters(item, ".") ".\00a0 ";
    position: absolute;
    left:-1.5rem;
}

header a.skip-link {
    transform: translateY(-200%);
}
header a.skip-link:focus {
    transform: translateY(0);
}


header nav,
header nav.menu-hidden:focus-within {
    
    transform: translateX(0%);
    
}
header nav.menu-hidden {
    
    transform: translateX(100%);
}

.page_title {
    string-set: title content(text);
}


.page_authors {
    string-set: authors content(text);
}

.page_tags {
    string-set: tags content(text);
}

.page_date {
    string-set: page_date content(text);
}




/* [data-loading] {
  @apply opacity-30;
} */
/* 
.loader{
    opacity:0;
}

.htmx-request.loader,
.htmx-request .loader{

    transition: opacity 2000ms ease-out;
    opacity:1;
} */

.loader-main {
    opacity:1;
    transition: opacity 0.2s ease-in !important;
}
.htmx-request.loader-main {
    opacity:0;
    /* transition-delay: 1.1s; */
}

.loader-spinner {
    opacity: 0;
}

.htmx-request.loader-spinner {
  transition: opacity 800ms ease-in;
  transition-delay: 1s;
  opacity: 1;
}

.text p + p {
    margin-top: 1rem;
}

blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 1024px) {

  blockquote {
    margin-left: 2rem;
  }
}

h6 {
  font-size: 0.85rem;
  line-height: 1.3;
  font-weight: 700;
}

.text h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.1;
}

h2 {
    /* max-width: 30ch !important;
    @apply text-balance; */
}

.text a {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration-line: underline;
}

a.text a:hover {
    text-decoration-color: rgba(0,0,0,1);
}

.text a {

       /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    hyphens: auto;
}


.sidenote {
  padding-bottom: 0.5rem;
  font-size: 0.70rem;
  line-height: 1.3;

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    hyphens: auto;

    font-style: normal;
    text-align: left;




    /* display: block; */

    float: right;
    clear: right;
}


@media (min-width: 1024px) {

  .sidenote {
    margin-right: -19vw;
    width: 17vw;
    max-width: 19rem;
  }
}


.sidenote {

    margin-top: 0.3rem;
    margin-bottom: 0;


    top: -0.35rem;

    position: relative;
}

.footnote-indicator {
  vertical-align: super;
  font-size: 0.70rem;
  line-height: 1;
}


 .footer .col-2 {
  text-align: center;
}

@media (min-width: 1024px) {

  .footer .col-3 {
    text-align: right;
  }
} 

.footer img {
    max-width: 14rem;
    display: inline-block;
}


.shade {
    position: relative;
}

.shade::after {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}


a:not(:has(.lead)).active,
a:not(:has(.lead)):hover {
  text-decoration-line: underline;
}


aa:not(:has(.lead)).active:hover,a
a:not(:has(.lead)):hover:hover {
    text-decoration-color: rgba(0,0,0,1);
}


a:not(:has(.lead)).active,
a:not(:has(.lead)):hover {
    text-decoration-thickness: 1.5px;
}


a:has(.int-border):hover {
  text-decoration-line: none;
}

a:has(.int-border) .int-border {

    /* transition-property: margin, border;
    transition-duration: 0.25s;
    transition-timing-function: ease; */

}

a:has(.int-border):hover .int-border {


    /* border-radius: 0 0 0 1rem; */
    /* border-width: 0 0 3px 3px;
    margin-right:-1.5px;
    margin-top:-1.5px; */
    transform: translate3d(1.5px, -1.5px, 0);
    transition: transform ease 0.3s;
    /* transition: border 0.4s ease, margin 0.4 ease; */

}


a:has(.activity-border):hover {
  text-decoration-line: none;
}

/* a.full:hover {
    @apply no-underline bg-black text-white;
} */


a.full {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

a.full.active {
  font-weight: 700;
}

a:hover.int-border {
  text-decoration-line: none;
    /* @apply pl-3 pb-3 pr-0 border-l-[2px] border-b-[2px] -ml-[.5px] -mb-[.5px] border-black; */
}

.int-border {
  border-left-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0px;
}

.int-border-parent .int-border {
  margin-bottom: -1.5px;
  margin-left: -1.5px;
  margin-top: 1.5px;
  margin-right: 1.5px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0px;
  vertical-align: bottom;
}

.lead:has(.int-border) {
  overflow: hidden;
}


.int-border.editors-picks {
    border-style: dotted;
    border-left-width: 3px;
    border-bottom-width: 3px;
}

.activity-border {
  border-radius: 1.5rem;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
    transition: outline-width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.activity-lead.active .activity-border,
.activity-border:hover {
  border-radius: 10px;
    background-color: var(--activity-color);
    opacity: 1;
}

.activity-border:hover {
   
}




.tag-editors-picks .title {
  font-weight: 700;
}

.text hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  border-top-width: 0;
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.standard-grid {
    /* @apply grid md:grid-cols-2 lg:grid-cols-4 gap-4; */
    display: grid;
    gap: 1rem;
      grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    /* grid-auto-rows: minmax(10rem, 1fr); */
}

.standard-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.standard-indent {
  margin-left: 3rem;
  margin-right: 3rem;
}

@media (min-width: 1024px) {

  .standard-indent {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.intro-width {
  max-width: 54rem;
}

.animated-grid {
    /* transition:300ms grid-template-columns cubic-bezier(.11,.93,.78,1); */
    grid-template-columns: 4fr 0rem;
}

@media (min-width: 768px) {

  .animated-grid {
    grid-template-columns: 4fr 26rem;
  }
}

@media screen {

  .animated-grid {
    display: grid;
  }
}

#side-inner {
  display: none;
}

@media (min-width: 768px) {

  #side-inner {
    display: block;
  }
}

.animated-grid:has(#side-inner:empty) {
    grid-template-columns: 4fr 0rem;
}

#all,
#all .has-background-color {

    /* transition: 0.2s background-color cubic-bezier(.11,.93,.78,1); */
    transition: 0.2s background-color ease;
}


ul.MarkupPagerNav {
  margin-left: 0.5rem;
}

ul.MarkupPagerNav li {
    display: inline;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.layout-block + .layout-block {
  margin-top: 1rem;
}

.media-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.media-block h2 {
  margin-top: 0px !important;
}

.layout-block figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

p + table {
  margin-top: 1rem;
}

table td {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: top;
}

iframe {
  width: 100% !important;
    aspect-ratio: 16/9;
}

.big-shadow {
    box-shadow: 0 0 2.5rem rgba(0,0,0,0.3);
}

/* select{ background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%; } */
/* select {
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #efefef;
} */

select{
    /* background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));

}

.hide-x-scrollbar {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.hide-x-scrollbar::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}


dialog {
  max-width: 40rem;
  border-radius: 0.5rem;
  padding: 1rem;
}


@media (min-width: 1024px) {

  dialog {
    padding: 2rem;
  }
}

::backdrop {
    background-color: black;
    opacity: 0.40;
}


dialog .close {
    display: block;
    margin: 1rem;
    margin-top: 2rem;
    margin-left: auto;
    text-align: right;
}

figure {
    display:table;
    /* width: min-content; */
}


figure img {
    display: block;
    /* width:300px !important;
    height:300px !important; */
}

figcaption {
    
    /* width:auto-content;  */
    display: table-caption; 
    caption-side: bottom; 
    text-align: left !important;
}


/* pagedjs */

/* CSS for Paged.js interface – v0.4 */

/* Change the look */
:root {
    --color-background: white;
    --color-pageSheet: #cfcfcf;
    --color-pageBox: violet;
    --color-paper: white;
    --color-marginBox: transparent;
    --pagedjs-crop-color: black;
    --pagedjs-crop-shadow: white;
    --pagedjs-crop-stroke: 1px;
}

/* To define how the book look on the screen: */
@media screen, pagedjs-ignore {
    body {
        background-color: var(--color-background);
    }

    .pagedjs_pages {
        display: flex;
        width: calc(var(--pagedjs-width) * 2);
        flex: 0;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .pagedjs_page {
        background-color: var(--color-paper);
        box-shadow: 0 0 0 1px var(--color-pageSheet);
        margin: 0;
        shrink: 0;
        grow: 0;
        margin-block: 10mm;
    }

    .pagedjs_first_page {
        margin-left: var(--pagedjs-width);
    }

    .pagedjs_page:last-of-type {
        margin-bottom: 10mm;
    }

    .pagedjs_pagebox{
        box-shadow: 0 0 0 1px var(--color-pageBox);
    }

    .pagedjs_left_page{
        z-index: 20;
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width))!important;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop {
        border-color: transparent;
    }

    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
        width: 0;
    }

    .pagedjs_right_page{
        z-index: 10;
        position: relative;
        left: calc(var(--pagedjs-bleed-left)*-1);
    }

    /* show the margin-box */

    .pagedjs_margin-top-left-corner-holder,
    .pagedjs_margin-top,
    .pagedjs_margin-top-left,
    .pagedjs_margin-top-center,
    .pagedjs_margin-top-right,
    .pagedjs_margin-top-right-corner-holder,
    .pagedjs_margin-bottom-left-corner-holder,
    .pagedjs_margin-bottom,
    .pagedjs_margin-bottom-left,
    .pagedjs_margin-bottom-center,
    .pagedjs_margin-bottom-right,
    .pagedjs_margin-bottom-right-corner-holder,
    .pagedjs_margin-right,
    .pagedjs_margin-right-top,
    .pagedjs_margin-right-middle,
    .pagedjs_margin-right-bottom,
    .pagedjs_margin-left,
    .pagedjs_margin-left-top,
    .pagedjs_margin-left-middle,
    .pagedjs_margin-left-bottom {
        box-shadow: 0 0 0 1px inset var(--color-marginBox);
    }

    /* uncomment this part for recto/verso book : ------------------------------------ */


    .pagedjs_pages {
        flex-direction: column;
        width: 100%;
    }
    .pagedjs_first_page {
        margin-left: 0;
    }
    .pagedjs_page {
        margin: 10mm auto;
    }
    .pagedjs_left_page{
        width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left))!important;
    }
    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop{
        border-color: var(--pagedjs-crop-color);
    }
    .pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
        width: var(--pagedjs-cross-size)!important;
    }
    .pagedjs_right_page{
        left: 0;
    }




    /*--------------------------------------------------------------------------------------*/



    /* uncomment this par to see the baseline : -------------------------------------------*/


    /* .pagedjs_pagebox {
        --pagedjs-baseline: 22px;
        --pagedjs-baseline-position: 5px;
        --pagedjs-baseline-color: cyan;
        background: linear-gradient(transparent 0%, transparent calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) var(--pagedjs-baseline)), transparent;
        background-size: 100% var(--pagedjs-baseline);
        background-repeat: repeat-y;
        background-position-y: var(--pagedjs-baseline-position);
    }  */


    /*--------------------------------------------------------------------------------------*/
}





/* Marks (to delete when merge in paged.js) */

.pagedjs_marks-crop{
    z-index: 999999999999;

}

.pagedjs_bleed-top .pagedjs_marks-crop,
.pagedjs_bleed-bottom .pagedjs_marks-crop{
    box-shadow: 1px 0px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-top .pagedjs_marks-crop:last-child,
.pagedjs_bleed-bottom .pagedjs_marks-crop:last-child{
    box-shadow: -1px 0px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-left .pagedjs_marks-crop,
.pagedjs_bleed-right .pagedjs_marks-crop{
    box-shadow: 0px 1px 0px 0px var(--pagedjs-crop-shadow);
}

.pagedjs_bleed-left .pagedjs_marks-crop:last-child,
.pagedjs_bleed-right .pagedjs_marks-crop:last-child{
    box-shadow: 0px -1px 0px 0px var(--pagedjs-crop-shadow);
}

@media print {
    div {
        /* break-inside: avoid; */
    }
    .text-width {
    max-width: 75%;
  }
    .sidenote {
        margin-right: -35%;
        width: 32%;
    }
    .standard-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
    .layout-block + .layout-block {
    margin-top: 1.5rem;
  }
    figure {
        page-break-inside: avoid;
    }
    figcaption {
        /* @apply py-2 mx-auto; */
        /* change by joel */
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; 
    }
    main :not(:has(.sidenote)) .layout-block {
    margin-left: auto;
    margin-right: auto;
  }
    main .layout-block > figure img,
    main .layout-block > figure figcaption {
    max-width: 50%;
  }
    main :has(.sidenote) .layout-block > figure {
    margin-right: 25%;
  }
    .layout-block .template-contribution {
        text-align: left !important;
    }
    .page_authors a {
        text-decoration: none !important;
    }
}


@page {
    size: A4 portrait;
    margin-left: 5mm;
    margin-right: 5mm;
    margin-bottom: 15mm;
    margin-top: 20mm;
    --margin-font-size: 8pt;
    --margin-line-height: 1;
    @top-left {
        content: "L'internationale";
        font-size: var(--margin-font-size);
        line-height: var(--margin-line-height);
        vertical-align: top;
        margin-top: 5mm;
    }
    @top-right {
        content: string(page_date) "| " string(authors);
        font-size: var(--margin-font-size);
        line-height: var(--margin-line-height);
        vertical-align: top;
        margin-top: 5mm;
    }
    @top-center {
        content: string(title);
        font-size: var(--margin-font-size);
        line-height: var(--margin-line-height);
        vertical-align: top;
        max-width: 50%;
        margin: 5mm;
        margin-inline: auto;
    }
    @bottom-right {
        content: counter(page);
        font-size: 0.9rem;
        line-height: var(--margin-line-height);
        font-family: 'authentic';
        font-weight: 700;
    }
}



.transition-opacity-slow {
    transition: opacity 300ms ease;
}

/* .overlay-copy img {
    height:calc(100vh - 8rem);
    width:100%;
    object-fit: contain;
} */


/* noteit */
.visual-treatment-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 153 58 / var(--tw-bg-opacity, 1)) !important;
}

/* full screen */
.visual-treatment-2 {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: none !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    scroll-snap-align: center;
}
/* full screen bleeding image*/
.visual-treatment-3 {
  position: relative;
  z-index: 40;
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: none !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px !important;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    scroll-snap-align: center;
}

.visual-treatment-3 img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.visual-treatment-3 figure {
  height: 100vh;
  width: 100%;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0px;
}

.visual-treatment-4 figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem !important;
}


.has-overlay #contribution-content {
  position: relative;
}

.has-overlay #original-contribution {
  opacity: 0;
}

.has-overlay #original-contribution .overlay {
    padding-bottom: calc(200vh + 400px);
    z-index: 30;
}

.has-overlay #copy-contribution {
  pointer-events: none;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  opacity: 1;
}

.has-overlay #copy-contribution .overlay {
  position: absolute;
  left: 1rem;
  width: calc(100vw - 3rem);
  max-width: calc(100vw - 3rem);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {

  .has-overlay #copy-contribution .overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.has-overlay #copy-contribution .overlay {
    transition: opacity 0.3s ease;
}

.text-width,
.has-overlay #copy-contribution p {
  max-width: 43rem;
}

.has-overlay #copy-contribution .overlay p {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

  .has-overlay #copy-contribution .overlay p {
    padding: 1.5rem;
  }
}

.has-overlay #copy-contribution s.highlight {
  position: relative;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 58 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.has-overlay s {
    text-decoration: none;
    background-color: rgb(255 153 58 / 0.1);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.layout-block + .layout-block {

    /* margin-top: 0rem;  */
    /* margin-top: 0rem;  */
}

/* .line {
    position: fixed;
    top:400px;
    width: 100%;
    height:1px;
    background-color: red;
} */

.page {
    /* scroll-snap-type: y proximity; */
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}

@media (prefers-color-scheme: dark) {
    /* all the tailwind stuff ?? */
}

@media (prefers-reduced-motion) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

/* @media ( prefers-reduced-transparency ) {
    *:not(#loader, .has-overlay) {
        opacity: unset !important;
    }
} */

/* @media ( inverted-colors ) { } */


.if-contained-parent.contained .if-contained-surface.center-if-contained {
  justify-content: center;
}

.if-contained-parent:not(.contained) .if-contained-surface.center-if-contained {
  padding-right: 4rem;
}


.if-contained-parent.contained .arrow-left,
.if-contained-parent.contained .arrow-right {
  display: none;
}



/* .if-contained-parent.contained .if-contained-parent-fade {
    @apply hidden;
} */



.side-scroll-fade {
    -webkit-mask-image:linear-gradient(to right, rgba(255,255,255,1) calc(100% - 6rem),rgba(255,255,255,0) 100%);
            mask-image:linear-gradient(to right, rgba(255,255,255,1) calc(100% - 6rem),rgba(255,255,255,0) 100%);
}


#container {
  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: 150ms;
}

[x-cloak] { display: none !important; }


.arrow-area-parent .arrow-left {
  display: none;
}
@media (min-width: 768px) {

  .arrow-area-parent.has-started-scrolling .arrow-left {
    display: flex;
  }
}

.arrow-area-publication .arrow-left {
    left: 20rem;
}


.masonry {
    @media (min-width: 768px) {
        grid-auto-rows: 4px;
    }
}

.intro-text {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transition: box-shadow 0.2s ease;
}


.page-home .lead-type-contribution {
  padding-top: 0.75rem;
}

/* Layout loading states */
#all {
    opacity: 1; /* Default visible state for no-JS */
    transition: opacity 0.2s ease-in-out;
}

/* Only hide if JS is enabled (html gets js class from script) */
@media screen {
    html.js #all.layout-loading {
        opacity: 0;
    }

    html.js #all.layout-loaded {
        opacity: 1;
    }
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mt-\[calc\(100vh_-_18rem\)\] {
    margin-top: calc(100vh - 18rem);
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-\[48rem\] {
    min-height: 48rem;
  }

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

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

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

  .lg\:grid-cols-\[18rem_1fr\] {
    grid-template-columns: 18rem 1fr;
  }

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1.05;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media screen {

  .screen\:m-2 {
    margin: 0.5rem;
  }

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

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

  .screen\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .screen\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .screen\:flex {
    display: flex;
  }

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

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

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

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

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

  .screen\:h-\[calc\(100vh-10rem\)\] {
    height: calc(100vh - 10rem);
  }

  .screen\:h-\[calc\(100vh-5rem\)\] {
    height: calc(100vh - 5rem);
  }

  .screen\:overflow-hidden {
    overflow: hidden;
  }

  .screen\:overflow-x-auto {
    overflow-x: auto;
  }

  .screen\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .screen\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

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

  .screen\:text-base {
    font-size: 1rem;
    line-height: 1.2;
  }

  .screen\:underline {
    text-decoration-line: underline;
  }
}
@media print {

  .print\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .print\:block {
    display: block;
  }

  .print\:grid {
    display: grid;
  }

  .print\:hidden {
    display: none;
  }

  .print\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

  .print\:p-6 {
    padding: 1.5rem;
  }

  .print\:text-5xl {
    font-size: 3rem;
    line-height: 1.05;
  }

  .print\:text-s-base {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .print\:text-xl {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .print\:text-xs {
    font-size: 0.70rem;
    line-height: 1.3;
  }
}
