*, ::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.19 | 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: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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 */ /* 3 */
  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::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;
}

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

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    appearance: auto;
  }
}

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
@tailwind utilities;
/**
 * @file
 * Generic base elements.
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  interpolate-size: allow-keywords;
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

html {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow: hidden;
}

a {
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
a:where(:hover) {
  text-decoration-line: underline;
}
a:where(:focus) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #d32845;
}
a:where(:focus:not(:focus-visible)) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button {
  font: inherit;
  border: 0;
  background: 0;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
}
button:where(:focus) {
  outline: solid 2px var(--focus-ring-color);
  outline-offset: 2px;
  border-radius: 2px;
}
button:where(:focus:not(:focus-visible)) {
  outline: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

audio {
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 1.25;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  padding-left: 1.5rem;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

details {
  --details-animation-duration: 400ms;
}
@media (prefers-reduced-motion: no-preference) {
  @supports selector(::details-content) {
    details::details-content {
      height: 0px;
      transition: height var(--details-animation-duration) linear;
      content-visibility: auto !important;
      overflow: clip;
    }
    details[open]::details-content {
      height: auto;
    }
  }
}

select {
  max-width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  background-size: 1.5em 1.5em;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

select::placeholder {
  color: transparent;
}

select:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 40 69 / var(--tw-ring-opacity, 1));
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M320 56L104 288L536 288L320 56zM320 584L536 352L104 352L320 584z'/%3E%3C/svg%3E");
}

input[type=submit] {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}
input[type=submit][name=reset] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}

input[type=text]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0px;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
}

thead {
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
}

th {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
}

td {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

tbody tr:hover {
  background-color: rgb(221 225 230 / 0.4);
}

tbody tr:last-child td {
  border-bottom-width: 0px;
}

.slick-slider .slick-prev {
  left: 1rem;
  z-index: 50;
}
.slick-slider .slick-next {
  right: 1rem;
  z-index: 50;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  height: auto;
  width: auto;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .slick-slider .slick-next,
.slick-slider .slick-prev {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .slick-slider .slick-next,
.slick-slider .slick-prev {
    font-size: 8rem;
    line-height: 1;
  }
}

.tabs {
  --tab-active-border-size: 6px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.tabs__tab {
  display: none;
  margin: 0;
  margin-block-end: -1px;
}
.tabs__tab.is-active {
  display: flex;
}
@media (min-width: 768px) {
  .tabs__tab {
    display: flex;
    margin: 0;
    margin-block-end: -1px;
  }
}

html:not(.js) .tabs__tab,
.tabs.is-expanded .tabs__tab {
  display: flex;
}

.tabs--secondary .tabs__tab {
  display: block;
}
@media (min-width: 768px) {
  .tabs--secondary .tabs__tab {
    display: flex;
  }
}

.tabs__link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 3rem;
  padding-block: 0;
  padding-inline-start: 2rem;
  padding-inline-end: 2rem;
  transition: background-color 0.2s;
  text-decoration: none;
  letter-spacing: 1px;
  color: black;
  border: 1px solid gray;
  background-color: white;
  font-size: 14px;
}

.tabs--secondary .tabs__link {
  text-transform: none;
}
@media (min-width: 768px) {
  .tabs--secondary .tabs__link {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
  }
}

.tabs__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}

.tabs__link.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  position: relative;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tabs__link.is-active:after {
    border-inline-start-width: 4px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
    content: "";
    position: absolute;
    inset-block-end: -1px;
    inset-inline-start: -1px;
    height: calc(100% + 2px);
  }
}

.tabs__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: -1px;
  margin-inline-end: 0;
  cursor: pointer;
  border: solid 1px gray;
  background-color: white;
}
.tabs__trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .tabs__trigger {
    display: none;
  }
}

html:not(.js) .tabs__trigger {
  display: none;
}

.tabs__trigger-icon {
  position: relative;
  display: block;
  width: var(--sp);
  height: 10px;
  margin-block-start: -2px;
}
.tabs__trigger-icon > span {
  position: absolute;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  transition: transform 0.2s, opacity 0.2s, top 0.2s;
  border-block-start: solid 2px var(--line-color);
}
.tabs__trigger-icon > span:nth-child(1) {
  inset-block-start: 0;
}
.tabs__trigger-icon > span:nth-child(2) {
  inset-block-start: calc(50% + 1px);
}
.tabs__trigger-icon > span:nth-child(3) {
  inset-block-start: calc(100% + 2px);
}

.tabs__trigger[aria-expanded=true] .tabs__trigger-icon > span:nth-child(1) {
  inset-block-start: calc(50% + 1px);
  transform: rotate(45deg);
}
.tabs__trigger[aria-expanded=true] .tabs__trigger-icon > span:nth-child(2) {
  opacity: 0;
}
.tabs__trigger[aria-expanded=true] .tabs__trigger-icon > span:nth-child(3) {
  inset-block-start: calc(50% + 1px);
  transform: rotate(-45deg);
}

.button {
  display: inline-flex;
  cursor: pointer;
  appearance: none;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button:where(:hover), .button:where(:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
}
.button:where(:active) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-decoration-line: none;
}
.button:where(:disabled), .button.is-disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 225 230 / var(--tw-text-opacity, 1));
}

.button--primary {
  display: inline-flex;
  cursor: pointer;
  appearance: none;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button--primary:where(:hover), .button--primary:where(:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
}
.button--primary:where(:active) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-decoration-line: none;
}
.button--primary:where(:disabled), .button--primary.is-disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 225 230 / var(--tw-text-opacity, 1));
}

.site-content iframe,
.site-content video {
  margin-top: 2rem;
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.page-tab {
  display: none;
}
.page-tab.active {
  display: block;
}

.page-tab-btn.active {
  font-weight: 700;
}

.search-modal {
  position: fixed;
  inset: 0px;
  z-index: 40;
  background-color: rgb(0 0 0 / 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.search-modal form {
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 72rem;
  column-gap: 0.5rem;
}
.search-modal .form-item-s {
  flex: 1 1 0%;
}
.search-modal [name=s] {
  width: 100%;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3.5rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.search-modal [name=s]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 40 69 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.search-modal [name=s] {
  background-size: 30px;
  background-position: 20px center;
  background-repeat: no-repeat;
  font-size: 1.875rem;
  line-height: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M448 272C448 174.8 369.2 96 272 96C174.8 96 96 174.8 96 272C96 369.2 174.8 448 272 448C369.2 448 448 369.2 448 272zM407.3 430C371 461.2 323.7 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272C480 323.7 461.2 371 430 407.3L571.3 548.7C577.5 554.9 577.5 565.1 571.3 571.3C565.1 577.5 554.9 577.5 548.7 571.3L407.3 430z'/%3E%3C/svg%3E");
}
.search-modal .form-submit {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.search-modal.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.search-modal__content {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-modal__form {
  z-index: 10;
  width: 100%;
  max-width: 72rem;
}

.sidebar-events-menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.sidebar-events-menu button {
  margin-bottom: 0.5rem;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.sidebar-events-menu button.active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/**
 * View More Posters Button
 */
.view-more-posters-btn {
  margin-bottom: 1rem;
  display: inline-flex;
  width: 8rem;
  appearance: none;
  justify-content: flex-start;
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.view-more-posters-btn:where(:hover), .view-more-posters-btn:where(:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.view-more-posters-btn:where(:active) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-decoration-line: none;
}
.view-more-posters-btn:where(:disabled), .view-more-posters-btn.is-disabled {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 225 230 / var(--tw-text-opacity, 1));
}

.webform-submission-form {
  max-width: 100%;
}
.webform-submission-form .form-item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.webform-submission-form .form-item label {
  font-weight: 600;
}
.webform-submission-form .form-item input[type=text],
.webform-submission-form .form-item input[type=email],
.webform-submission-form .form-item input[type=tel],
.webform-submission-form .form-item input[type=url],
.webform-submission-form .form-item input[type=number],
.webform-submission-form .form-item input[type=password],
.webform-submission-form .form-item input[type=date],
.webform-submission-form .form-item input[type=time],
.webform-submission-form .form-item input[type=search],
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item select {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.webform-submission-form .form-item input[type=text]:focus,
.webform-submission-form .form-item input[type=email]:focus,
.webform-submission-form .form-item input[type=tel]:focus,
.webform-submission-form .form-item input[type=url]:focus,
.webform-submission-form .form-item input[type=number]:focus,
.webform-submission-form .form-item input[type=password]:focus,
.webform-submission-form .form-item input[type=date]:focus,
.webform-submission-form .form-item input[type=time]:focus,
.webform-submission-form .form-item input[type=search]:focus,
.webform-submission-form .form-item textarea:focus,
.webform-submission-form .form-item select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 40 69 / var(--tw-ring-opacity, 1));
}
.webform-submission-form .form-item textarea {
  min-height: 8rem;
  resize: vertical;
}
.webform-submission-form .form-item input[type=checkbox],
.webform-submission-form .form-item input[type=radio] {
  height: 1rem;
  width: 1rem;
  accent-color: #d32845;
}
.webform-submission-form .form-item .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.7);
}
.webform-submission-form .form-item .form-item--error-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(225 109 100 / var(--tw-text-opacity, 1));
}
.webform-submission-form .form-item input.error,
.webform-submission-form .form-item textarea.error,
.webform-submission-form .form-item select.error {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 109 100 / var(--tw-ring-opacity, 1));
}
.webform-submission-form .form-checkboxes,
.webform-submission-form .form-radios {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.webform-submission-form .form-checkboxes .form-item,
.webform-submission-form .form-radios .form-item {
  margin-bottom: 0px;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}
.webform-submission-form .form-checkboxes .form-item label,
.webform-submission-form .form-radios .form-item label {
  font-weight: 400;
}
.webform-submission-form .webform-flex,
.webform-submission-form .webform-flexbox {
  gap: 1rem;
}
.webform-submission-form .form-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.webform-submission-form .form-actions .button,
.webform-submission-form .form-actions .webform-button--submit,
.webform-submission-form .form-actions input[type=submit] {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.webform-submission-form .form-actions .button:hover,
.webform-submission-form .form-actions .webform-button--submit:hover,
.webform-submission-form .form-actions input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}
.webform-submission-form .form-actions .webform-button--reset,
.webform-submission-form .form-actions input[name=reset] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.webform-submission-form .form-actions .webform-button--reset:hover,
.webform-submission-form .form-actions input[name=reset]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
}

.user-login-form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.75rem;
}
.user-login-form input:not([type=submit]) {
  width: 100%;
}
.user-login-form input[type=submit] {
  align-self: flex-end;
  padding-left: 3rem;
  padding-right: 3rem;
}
.user-login-form .form-item {
  width: 100%;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-left-\[50vw\] {
  left: -50vw;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-12 {
  right: 3rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

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

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

.col-start-2 {
  grid-column-start: 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

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

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

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

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[101\/20\] {
  aspect-ratio: 101/20;
}

.aspect-\[250\/143\] {
  aspect-ratio: 250/143;
}

.aspect-\[7\/4\] {
  aspect-ratio: 7/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-52 {
  max-height: 13rem;
}

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

.max-h-\[90dvh\] {
  max-height: 90dvh;
}

.min-h-32 {
  min-height: 8rem;
}

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

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

.min-h-min {
  min-height: min-content;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[150vw\] {
  width: 150vw;
}

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

.w-\[54\%\] {
  width: 54%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-24 {
  min-width: 6rem;
}

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

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

.max-w-container {
  max-width: 1309px;
}

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.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-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

.gap-x-3 {
  column-gap: 0.75rem;
}

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

.gap-x-6 {
  column-gap: 1.5rem;
}

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

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

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-l-8 {
  border-left-width: 8px;
}

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

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

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

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

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

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(221 225 230 / var(--tw-border-opacity, 1));
}

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(169 176 184 / var(--tw-border-opacity, 1));
}

.border-gray-sidebar {
  --tw-border-opacity: 1;
  border-color: rgb(184 194 204 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
}

.border-s-primary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
}

.border-t-gray {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 225 230 / var(--tw-border-opacity, 1));
}

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

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

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

.bg-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 130 121 / var(--tw-bg-opacity, 1));
}

.bg-error-400\/0 {
  background-color: rgb(250 130 121 / 0);
}

.bg-error-400\/10 {
  background-color: rgb(250 130 121 / 0.1);
}

.bg-error-400\/100 {
  background-color: rgb(250 130 121 / 1);
}

.bg-error-400\/15 {
  background-color: rgb(250 130 121 / 0.15);
}

.bg-error-400\/20 {
  background-color: rgb(250 130 121 / 0.2);
}

.bg-error-400\/25 {
  background-color: rgb(250 130 121 / 0.25);
}

.bg-error-400\/30 {
  background-color: rgb(250 130 121 / 0.3);
}

.bg-error-400\/35 {
  background-color: rgb(250 130 121 / 0.35);
}

.bg-error-400\/40 {
  background-color: rgb(250 130 121 / 0.4);
}

.bg-error-400\/45 {
  background-color: rgb(250 130 121 / 0.45);
}

.bg-error-400\/5 {
  background-color: rgb(250 130 121 / 0.05);
}

.bg-error-400\/50 {
  background-color: rgb(250 130 121 / 0.5);
}

.bg-error-400\/55 {
  background-color: rgb(250 130 121 / 0.55);
}

.bg-error-400\/60 {
  background-color: rgb(250 130 121 / 0.6);
}

.bg-error-400\/65 {
  background-color: rgb(250 130 121 / 0.65);
}

.bg-error-400\/70 {
  background-color: rgb(250 130 121 / 0.7);
}

.bg-error-400\/75 {
  background-color: rgb(250 130 121 / 0.75);
}

.bg-error-400\/80 {
  background-color: rgb(250 130 121 / 0.8);
}

.bg-error-400\/85 {
  background-color: rgb(250 130 121 / 0.85);
}

.bg-error-400\/90 {
  background-color: rgb(250 130 121 / 0.9);
}

.bg-error-400\/95 {
  background-color: rgb(250 130 121 / 0.95);
}

.bg-error-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 109 100 / var(--tw-bg-opacity, 1));
}

.bg-error-500\/0 {
  background-color: rgb(225 109 100 / 0);
}

.bg-error-500\/10 {
  background-color: rgb(225 109 100 / 0.1);
}

.bg-error-500\/100 {
  background-color: rgb(225 109 100 / 1);
}

.bg-error-500\/15 {
  background-color: rgb(225 109 100 / 0.15);
}

.bg-error-500\/20 {
  background-color: rgb(225 109 100 / 0.2);
}

.bg-error-500\/25 {
  background-color: rgb(225 109 100 / 0.25);
}

.bg-error-500\/30 {
  background-color: rgb(225 109 100 / 0.3);
}

.bg-error-500\/35 {
  background-color: rgb(225 109 100 / 0.35);
}

.bg-error-500\/40 {
  background-color: rgb(225 109 100 / 0.4);
}

.bg-error-500\/45 {
  background-color: rgb(225 109 100 / 0.45);
}

.bg-error-500\/5 {
  background-color: rgb(225 109 100 / 0.05);
}

.bg-error-500\/50 {
  background-color: rgb(225 109 100 / 0.5);
}

.bg-error-500\/55 {
  background-color: rgb(225 109 100 / 0.55);
}

.bg-error-500\/60 {
  background-color: rgb(225 109 100 / 0.6);
}

.bg-error-500\/65 {
  background-color: rgb(225 109 100 / 0.65);
}

.bg-error-500\/70 {
  background-color: rgb(225 109 100 / 0.7);
}

.bg-error-500\/75 {
  background-color: rgb(225 109 100 / 0.75);
}

.bg-error-500\/80 {
  background-color: rgb(225 109 100 / 0.8);
}

.bg-error-500\/85 {
  background-color: rgb(225 109 100 / 0.85);
}

.bg-error-500\/90 {
  background-color: rgb(225 109 100 / 0.9);
}

.bg-error-500\/95 {
  background-color: rgb(225 109 100 / 0.95);
}

.bg-failure-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 94 / var(--tw-bg-opacity, 1));
}

.bg-failure-100\/0 {
  background-color: rgb(178 221 94 / 0);
}

.bg-failure-100\/10 {
  background-color: rgb(178 221 94 / 0.1);
}

.bg-failure-100\/100 {
  background-color: rgb(178 221 94 / 1);
}

.bg-failure-100\/15 {
  background-color: rgb(178 221 94 / 0.15);
}

.bg-failure-100\/20 {
  background-color: rgb(178 221 94 / 0.2);
}

.bg-failure-100\/25 {
  background-color: rgb(178 221 94 / 0.25);
}

.bg-failure-100\/30 {
  background-color: rgb(178 221 94 / 0.3);
}

.bg-failure-100\/35 {
  background-color: rgb(178 221 94 / 0.35);
}

.bg-failure-100\/40 {
  background-color: rgb(178 221 94 / 0.4);
}

.bg-failure-100\/45 {
  background-color: rgb(178 221 94 / 0.45);
}

.bg-failure-100\/5 {
  background-color: rgb(178 221 94 / 0.05);
}

.bg-failure-100\/50 {
  background-color: rgb(178 221 94 / 0.5);
}

.bg-failure-100\/55 {
  background-color: rgb(178 221 94 / 0.55);
}

.bg-failure-100\/60 {
  background-color: rgb(178 221 94 / 0.6);
}

.bg-failure-100\/65 {
  background-color: rgb(178 221 94 / 0.65);
}

.bg-failure-100\/70 {
  background-color: rgb(178 221 94 / 0.7);
}

.bg-failure-100\/75 {
  background-color: rgb(178 221 94 / 0.75);
}

.bg-failure-100\/80 {
  background-color: rgb(178 221 94 / 0.8);
}

.bg-failure-100\/85 {
  background-color: rgb(178 221 94 / 0.85);
}

.bg-failure-100\/90 {
  background-color: rgb(178 221 94 / 0.9);
}

.bg-failure-100\/95 {
  background-color: rgb(178 221 94 / 0.95);
}

.bg-failure-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity, 1));
}

.bg-failure-200\/0 {
  background-color: rgb(154 202 60 / 0);
}

.bg-failure-200\/10 {
  background-color: rgb(154 202 60 / 0.1);
}

.bg-failure-200\/100 {
  background-color: rgb(154 202 60 / 1);
}

.bg-failure-200\/15 {
  background-color: rgb(154 202 60 / 0.15);
}

.bg-failure-200\/20 {
  background-color: rgb(154 202 60 / 0.2);
}

.bg-failure-200\/25 {
  background-color: rgb(154 202 60 / 0.25);
}

.bg-failure-200\/30 {
  background-color: rgb(154 202 60 / 0.3);
}

.bg-failure-200\/35 {
  background-color: rgb(154 202 60 / 0.35);
}

.bg-failure-200\/40 {
  background-color: rgb(154 202 60 / 0.4);
}

.bg-failure-200\/45 {
  background-color: rgb(154 202 60 / 0.45);
}

.bg-failure-200\/5 {
  background-color: rgb(154 202 60 / 0.05);
}

.bg-failure-200\/50 {
  background-color: rgb(154 202 60 / 0.5);
}

.bg-failure-200\/55 {
  background-color: rgb(154 202 60 / 0.55);
}

.bg-failure-200\/60 {
  background-color: rgb(154 202 60 / 0.6);
}

.bg-failure-200\/65 {
  background-color: rgb(154 202 60 / 0.65);
}

.bg-failure-200\/70 {
  background-color: rgb(154 202 60 / 0.7);
}

.bg-failure-200\/75 {
  background-color: rgb(154 202 60 / 0.75);
}

.bg-failure-200\/80 {
  background-color: rgb(154 202 60 / 0.8);
}

.bg-failure-200\/85 {
  background-color: rgb(154 202 60 / 0.85);
}

.bg-failure-200\/90 {
  background-color: rgb(154 202 60 / 0.9);
}

.bg-failure-200\/95 {
  background-color: rgb(154 202 60 / 0.95);
}

.bg-failure-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 122 33 / var(--tw-bg-opacity, 1));
}

.bg-failure-300\/0 {
  background-color: rgb(79 122 33 / 0);
}

.bg-failure-300\/10 {
  background-color: rgb(79 122 33 / 0.1);
}

.bg-failure-300\/100 {
  background-color: rgb(79 122 33 / 1);
}

.bg-failure-300\/15 {
  background-color: rgb(79 122 33 / 0.15);
}

.bg-failure-300\/20 {
  background-color: rgb(79 122 33 / 0.2);
}

.bg-failure-300\/25 {
  background-color: rgb(79 122 33 / 0.25);
}

.bg-failure-300\/30 {
  background-color: rgb(79 122 33 / 0.3);
}

.bg-failure-300\/35 {
  background-color: rgb(79 122 33 / 0.35);
}

.bg-failure-300\/40 {
  background-color: rgb(79 122 33 / 0.4);
}

.bg-failure-300\/45 {
  background-color: rgb(79 122 33 / 0.45);
}

.bg-failure-300\/5 {
  background-color: rgb(79 122 33 / 0.05);
}

.bg-failure-300\/50 {
  background-color: rgb(79 122 33 / 0.5);
}

.bg-failure-300\/55 {
  background-color: rgb(79 122 33 / 0.55);
}

.bg-failure-300\/60 {
  background-color: rgb(79 122 33 / 0.6);
}

.bg-failure-300\/65 {
  background-color: rgb(79 122 33 / 0.65);
}

.bg-failure-300\/70 {
  background-color: rgb(79 122 33 / 0.7);
}

.bg-failure-300\/75 {
  background-color: rgb(79 122 33 / 0.75);
}

.bg-failure-300\/80 {
  background-color: rgb(79 122 33 / 0.8);
}

.bg-failure-300\/85 {
  background-color: rgb(79 122 33 / 0.85);
}

.bg-failure-300\/90 {
  background-color: rgb(79 122 33 / 0.9);
}

.bg-failure-300\/95 {
  background-color: rgb(79 122 33 / 0.95);
}

.bg-failure-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 46 42 / var(--tw-bg-opacity, 1));
}

.bg-failure-400\/0 {
  background-color: rgb(72 46 42 / 0);
}

.bg-failure-400\/10 {
  background-color: rgb(72 46 42 / 0.1);
}

.bg-failure-400\/100 {
  background-color: rgb(72 46 42 / 1);
}

.bg-failure-400\/15 {
  background-color: rgb(72 46 42 / 0.15);
}

.bg-failure-400\/20 {
  background-color: rgb(72 46 42 / 0.2);
}

.bg-failure-400\/25 {
  background-color: rgb(72 46 42 / 0.25);
}

.bg-failure-400\/30 {
  background-color: rgb(72 46 42 / 0.3);
}

.bg-failure-400\/35 {
  background-color: rgb(72 46 42 / 0.35);
}

.bg-failure-400\/40 {
  background-color: rgb(72 46 42 / 0.4);
}

.bg-failure-400\/45 {
  background-color: rgb(72 46 42 / 0.45);
}

.bg-failure-400\/5 {
  background-color: rgb(72 46 42 / 0.05);
}

.bg-failure-400\/50 {
  background-color: rgb(72 46 42 / 0.5);
}

.bg-failure-400\/55 {
  background-color: rgb(72 46 42 / 0.55);
}

.bg-failure-400\/60 {
  background-color: rgb(72 46 42 / 0.6);
}

.bg-failure-400\/65 {
  background-color: rgb(72 46 42 / 0.65);
}

.bg-failure-400\/70 {
  background-color: rgb(72 46 42 / 0.7);
}

.bg-failure-400\/75 {
  background-color: rgb(72 46 42 / 0.75);
}

.bg-failure-400\/80 {
  background-color: rgb(72 46 42 / 0.8);
}

.bg-failure-400\/85 {
  background-color: rgb(72 46 42 / 0.85);
}

.bg-failure-400\/90 {
  background-color: rgb(72 46 42 / 0.9);
}

.bg-failure-400\/95 {
  background-color: rgb(72 46 42 / 0.95);
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(169 176 184 / var(--tw-bg-opacity, 1));
}

.bg-gray-dark\/0 {
  background-color: rgb(169 176 184 / 0);
}

.bg-gray-dark\/10 {
  background-color: rgb(169 176 184 / 0.1);
}

.bg-gray-dark\/100 {
  background-color: rgb(169 176 184 / 1);
}

.bg-gray-dark\/15 {
  background-color: rgb(169 176 184 / 0.15);
}

.bg-gray-dark\/20 {
  background-color: rgb(169 176 184 / 0.2);
}

.bg-gray-dark\/25 {
  background-color: rgb(169 176 184 / 0.25);
}

.bg-gray-dark\/30 {
  background-color: rgb(169 176 184 / 0.3);
}

.bg-gray-dark\/35 {
  background-color: rgb(169 176 184 / 0.35);
}

.bg-gray-dark\/40 {
  background-color: rgb(169 176 184 / 0.4);
}

.bg-gray-dark\/45 {
  background-color: rgb(169 176 184 / 0.45);
}

.bg-gray-dark\/5 {
  background-color: rgb(169 176 184 / 0.05);
}

.bg-gray-dark\/50 {
  background-color: rgb(169 176 184 / 0.5);
}

.bg-gray-dark\/55 {
  background-color: rgb(169 176 184 / 0.55);
}

.bg-gray-dark\/60 {
  background-color: rgb(169 176 184 / 0.6);
}

.bg-gray-dark\/65 {
  background-color: rgb(169 176 184 / 0.65);
}

.bg-gray-dark\/70 {
  background-color: rgb(169 176 184 / 0.7);
}

.bg-gray-dark\/75 {
  background-color: rgb(169 176 184 / 0.75);
}

.bg-gray-dark\/80 {
  background-color: rgb(169 176 184 / 0.8);
}

.bg-gray-dark\/85 {
  background-color: rgb(169 176 184 / 0.85);
}

.bg-gray-dark\/90 {
  background-color: rgb(169 176 184 / 0.9);
}

.bg-gray-dark\/95 {
  background-color: rgb(169 176 184 / 0.95);
}

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

.bg-gray-light\/0 {
  background-color: rgb(242 244 248 / 0);
}

.bg-gray-light\/10 {
  background-color: rgb(242 244 248 / 0.1);
}

.bg-gray-light\/100 {
  background-color: rgb(242 244 248 / 1);
}

.bg-gray-light\/15 {
  background-color: rgb(242 244 248 / 0.15);
}

.bg-gray-light\/20 {
  background-color: rgb(242 244 248 / 0.2);
}

.bg-gray-light\/25 {
  background-color: rgb(242 244 248 / 0.25);
}

.bg-gray-light\/30 {
  background-color: rgb(242 244 248 / 0.3);
}

.bg-gray-light\/35 {
  background-color: rgb(242 244 248 / 0.35);
}

.bg-gray-light\/40 {
  background-color: rgb(242 244 248 / 0.4);
}

.bg-gray-light\/45 {
  background-color: rgb(242 244 248 / 0.45);
}

.bg-gray-light\/5 {
  background-color: rgb(242 244 248 / 0.05);
}

.bg-gray-light\/50 {
  background-color: rgb(242 244 248 / 0.5);
}

.bg-gray-light\/55 {
  background-color: rgb(242 244 248 / 0.55);
}

.bg-gray-light\/60 {
  background-color: rgb(242 244 248 / 0.6);
}

.bg-gray-light\/65 {
  background-color: rgb(242 244 248 / 0.65);
}

.bg-gray-light\/70 {
  background-color: rgb(242 244 248 / 0.7);
}

.bg-gray-light\/75 {
  background-color: rgb(242 244 248 / 0.75);
}

.bg-gray-light\/80 {
  background-color: rgb(242 244 248 / 0.8);
}

.bg-gray-light\/85 {
  background-color: rgb(242 244 248 / 0.85);
}

.bg-gray-light\/90 {
  background-color: rgb(242 244 248 / 0.9);
}

.bg-gray-light\/95 {
  background-color: rgb(242 244 248 / 0.95);
}

.bg-gray-sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(184 194 204 / var(--tw-bg-opacity, 1));
}

.bg-gray-sidebar\/0 {
  background-color: rgb(184 194 204 / 0);
}

.bg-gray-sidebar\/10 {
  background-color: rgb(184 194 204 / 0.1);
}

.bg-gray-sidebar\/100 {
  background-color: rgb(184 194 204 / 1);
}

.bg-gray-sidebar\/15 {
  background-color: rgb(184 194 204 / 0.15);
}

.bg-gray-sidebar\/20 {
  background-color: rgb(184 194 204 / 0.2);
}

.bg-gray-sidebar\/25 {
  background-color: rgb(184 194 204 / 0.25);
}

.bg-gray-sidebar\/30 {
  background-color: rgb(184 194 204 / 0.3);
}

.bg-gray-sidebar\/35 {
  background-color: rgb(184 194 204 / 0.35);
}

.bg-gray-sidebar\/40 {
  background-color: rgb(184 194 204 / 0.4);
}

.bg-gray-sidebar\/45 {
  background-color: rgb(184 194 204 / 0.45);
}

.bg-gray-sidebar\/5 {
  background-color: rgb(184 194 204 / 0.05);
}

.bg-gray-sidebar\/50 {
  background-color: rgb(184 194 204 / 0.5);
}

.bg-gray-sidebar\/55 {
  background-color: rgb(184 194 204 / 0.55);
}

.bg-gray-sidebar\/60 {
  background-color: rgb(184 194 204 / 0.6);
}

.bg-gray-sidebar\/65 {
  background-color: rgb(184 194 204 / 0.65);
}

.bg-gray-sidebar\/70 {
  background-color: rgb(184 194 204 / 0.7);
}

.bg-gray-sidebar\/75 {
  background-color: rgb(184 194 204 / 0.75);
}

.bg-gray-sidebar\/80 {
  background-color: rgb(184 194 204 / 0.8);
}

.bg-gray-sidebar\/85 {
  background-color: rgb(184 194 204 / 0.85);
}

.bg-gray-sidebar\/90 {
  background-color: rgb(184 194 204 / 0.9);
}

.bg-gray-sidebar\/95 {
  background-color: rgb(184 194 204 / 0.95);
}

.bg-info-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 191 245 / var(--tw-bg-opacity, 1));
}

.bg-info-400\/0 {
  background-color: rgb(75 191 245 / 0);
}

.bg-info-400\/10 {
  background-color: rgb(75 191 245 / 0.1);
}

.bg-info-400\/100 {
  background-color: rgb(75 191 245 / 1);
}

.bg-info-400\/15 {
  background-color: rgb(75 191 245 / 0.15);
}

.bg-info-400\/20 {
  background-color: rgb(75 191 245 / 0.2);
}

.bg-info-400\/25 {
  background-color: rgb(75 191 245 / 0.25);
}

.bg-info-400\/30 {
  background-color: rgb(75 191 245 / 0.3);
}

.bg-info-400\/35 {
  background-color: rgb(75 191 245 / 0.35);
}

.bg-info-400\/40 {
  background-color: rgb(75 191 245 / 0.4);
}

.bg-info-400\/45 {
  background-color: rgb(75 191 245 / 0.45);
}

.bg-info-400\/5 {
  background-color: rgb(75 191 245 / 0.05);
}

.bg-info-400\/50 {
  background-color: rgb(75 191 245 / 0.5);
}

.bg-info-400\/55 {
  background-color: rgb(75 191 245 / 0.55);
}

.bg-info-400\/60 {
  background-color: rgb(75 191 245 / 0.6);
}

.bg-info-400\/65 {
  background-color: rgb(75 191 245 / 0.65);
}

.bg-info-400\/70 {
  background-color: rgb(75 191 245 / 0.7);
}

.bg-info-400\/75 {
  background-color: rgb(75 191 245 / 0.75);
}

.bg-info-400\/80 {
  background-color: rgb(75 191 245 / 0.8);
}

.bg-info-400\/85 {
  background-color: rgb(75 191 245 / 0.85);
}

.bg-info-400\/90 {
  background-color: rgb(75 191 245 / 0.9);
}

.bg-info-400\/95 {
  background-color: rgb(75 191 245 / 0.95);
}

.bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 194 / var(--tw-bg-opacity, 1));
}

.bg-info-500\/0 {
  background-color: rgb(0 123 194 / 0);
}

.bg-info-500\/10 {
  background-color: rgb(0 123 194 / 0.1);
}

.bg-info-500\/100 {
  background-color: rgb(0 123 194 / 1);
}

.bg-info-500\/15 {
  background-color: rgb(0 123 194 / 0.15);
}

.bg-info-500\/20 {
  background-color: rgb(0 123 194 / 0.2);
}

.bg-info-500\/25 {
  background-color: rgb(0 123 194 / 0.25);
}

.bg-info-500\/30 {
  background-color: rgb(0 123 194 / 0.3);
}

.bg-info-500\/35 {
  background-color: rgb(0 123 194 / 0.35);
}

.bg-info-500\/40 {
  background-color: rgb(0 123 194 / 0.4);
}

.bg-info-500\/45 {
  background-color: rgb(0 123 194 / 0.45);
}

.bg-info-500\/5 {
  background-color: rgb(0 123 194 / 0.05);
}

.bg-info-500\/50 {
  background-color: rgb(0 123 194 / 0.5);
}

.bg-info-500\/55 {
  background-color: rgb(0 123 194 / 0.55);
}

.bg-info-500\/60 {
  background-color: rgb(0 123 194 / 0.6);
}

.bg-info-500\/65 {
  background-color: rgb(0 123 194 / 0.65);
}

.bg-info-500\/70 {
  background-color: rgb(0 123 194 / 0.7);
}

.bg-info-500\/75 {
  background-color: rgb(0 123 194 / 0.75);
}

.bg-info-500\/80 {
  background-color: rgb(0 123 194 / 0.8);
}

.bg-info-500\/85 {
  background-color: rgb(0 123 194 / 0.85);
}

.bg-info-500\/90 {
  background-color: rgb(0 123 194 / 0.9);
}

.bg-info-500\/95 {
  background-color: rgb(0 123 194 / 0.95);
}

.bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 44 65 / var(--tw-bg-opacity, 1));
}

.bg-info-600\/0 {
  background-color: rgb(6 44 65 / 0);
}

.bg-info-600\/10 {
  background-color: rgb(6 44 65 / 0.1);
}

.bg-info-600\/100 {
  background-color: rgb(6 44 65 / 1);
}

.bg-info-600\/15 {
  background-color: rgb(6 44 65 / 0.15);
}

.bg-info-600\/20 {
  background-color: rgb(6 44 65 / 0.2);
}

.bg-info-600\/25 {
  background-color: rgb(6 44 65 / 0.25);
}

.bg-info-600\/30 {
  background-color: rgb(6 44 65 / 0.3);
}

.bg-info-600\/35 {
  background-color: rgb(6 44 65 / 0.35);
}

.bg-info-600\/40 {
  background-color: rgb(6 44 65 / 0.4);
}

.bg-info-600\/45 {
  background-color: rgb(6 44 65 / 0.45);
}

.bg-info-600\/5 {
  background-color: rgb(6 44 65 / 0.05);
}

.bg-info-600\/50 {
  background-color: rgb(6 44 65 / 0.5);
}

.bg-info-600\/55 {
  background-color: rgb(6 44 65 / 0.55);
}

.bg-info-600\/60 {
  background-color: rgb(6 44 65 / 0.6);
}

.bg-info-600\/65 {
  background-color: rgb(6 44 65 / 0.65);
}

.bg-info-600\/70 {
  background-color: rgb(6 44 65 / 0.7);
}

.bg-info-600\/75 {
  background-color: rgb(6 44 65 / 0.75);
}

.bg-info-600\/80 {
  background-color: rgb(6 44 65 / 0.8);
}

.bg-info-600\/85 {
  background-color: rgb(6 44 65 / 0.85);
}

.bg-info-600\/90 {
  background-color: rgb(6 44 65 / 0.9);
}

.bg-info-600\/95 {
  background-color: rgb(6 44 65 / 0.95);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 211 37 / var(--tw-bg-opacity, 1));
}

.bg-status-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 221 94 / var(--tw-bg-opacity, 1));
}

.bg-status-400\/0 {
  background-color: rgb(180 221 94 / 0);
}

.bg-status-400\/10 {
  background-color: rgb(180 221 94 / 0.1);
}

.bg-status-400\/100 {
  background-color: rgb(180 221 94 / 1);
}

.bg-status-400\/15 {
  background-color: rgb(180 221 94 / 0.15);
}

.bg-status-400\/20 {
  background-color: rgb(180 221 94 / 0.2);
}

.bg-status-400\/25 {
  background-color: rgb(180 221 94 / 0.25);
}

.bg-status-400\/30 {
  background-color: rgb(180 221 94 / 0.3);
}

.bg-status-400\/35 {
  background-color: rgb(180 221 94 / 0.35);
}

.bg-status-400\/40 {
  background-color: rgb(180 221 94 / 0.4);
}

.bg-status-400\/45 {
  background-color: rgb(180 221 94 / 0.45);
}

.bg-status-400\/5 {
  background-color: rgb(180 221 94 / 0.05);
}

.bg-status-400\/50 {
  background-color: rgb(180 221 94 / 0.5);
}

.bg-status-400\/55 {
  background-color: rgb(180 221 94 / 0.55);
}

.bg-status-400\/60 {
  background-color: rgb(180 221 94 / 0.6);
}

.bg-status-400\/65 {
  background-color: rgb(180 221 94 / 0.65);
}

.bg-status-400\/70 {
  background-color: rgb(180 221 94 / 0.7);
}

.bg-status-400\/75 {
  background-color: rgb(180 221 94 / 0.75);
}

.bg-status-400\/80 {
  background-color: rgb(180 221 94 / 0.8);
}

.bg-status-400\/85 {
  background-color: rgb(180 221 94 / 0.85);
}

.bg-status-400\/90 {
  background-color: rgb(180 221 94 / 0.9);
}

.bg-status-400\/95 {
  background-color: rgb(180 221 94 / 0.95);
}

.bg-status-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity, 1));
}

.bg-status-500\/0 {
  background-color: rgb(154 202 60 / 0);
}

.bg-status-500\/10 {
  background-color: rgb(154 202 60 / 0.1);
}

.bg-status-500\/100 {
  background-color: rgb(154 202 60 / 1);
}

.bg-status-500\/15 {
  background-color: rgb(154 202 60 / 0.15);
}

.bg-status-500\/20 {
  background-color: rgb(154 202 60 / 0.2);
}

.bg-status-500\/25 {
  background-color: rgb(154 202 60 / 0.25);
}

.bg-status-500\/30 {
  background-color: rgb(154 202 60 / 0.3);
}

.bg-status-500\/35 {
  background-color: rgb(154 202 60 / 0.35);
}

.bg-status-500\/40 {
  background-color: rgb(154 202 60 / 0.4);
}

.bg-status-500\/45 {
  background-color: rgb(154 202 60 / 0.45);
}

.bg-status-500\/5 {
  background-color: rgb(154 202 60 / 0.05);
}

.bg-status-500\/50 {
  background-color: rgb(154 202 60 / 0.5);
}

.bg-status-500\/55 {
  background-color: rgb(154 202 60 / 0.55);
}

.bg-status-500\/60 {
  background-color: rgb(154 202 60 / 0.6);
}

.bg-status-500\/65 {
  background-color: rgb(154 202 60 / 0.65);
}

.bg-status-500\/70 {
  background-color: rgb(154 202 60 / 0.7);
}

.bg-status-500\/75 {
  background-color: rgb(154 202 60 / 0.75);
}

.bg-status-500\/80 {
  background-color: rgb(154 202 60 / 0.8);
}

.bg-status-500\/85 {
  background-color: rgb(154 202 60 / 0.85);
}

.bg-status-500\/90 {
  background-color: rgb(154 202 60 / 0.9);
}

.bg-status-500\/95 {
  background-color: rgb(154 202 60 / 0.95);
}

.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 94 / var(--tw-bg-opacity, 1));
}

.bg-success-100\/0 {
  background-color: rgb(178 221 94 / 0);
}

.bg-success-100\/10 {
  background-color: rgb(178 221 94 / 0.1);
}

.bg-success-100\/100 {
  background-color: rgb(178 221 94 / 1);
}

.bg-success-100\/15 {
  background-color: rgb(178 221 94 / 0.15);
}

.bg-success-100\/20 {
  background-color: rgb(178 221 94 / 0.2);
}

.bg-success-100\/25 {
  background-color: rgb(178 221 94 / 0.25);
}

.bg-success-100\/30 {
  background-color: rgb(178 221 94 / 0.3);
}

.bg-success-100\/35 {
  background-color: rgb(178 221 94 / 0.35);
}

.bg-success-100\/40 {
  background-color: rgb(178 221 94 / 0.4);
}

.bg-success-100\/45 {
  background-color: rgb(178 221 94 / 0.45);
}

.bg-success-100\/5 {
  background-color: rgb(178 221 94 / 0.05);
}

.bg-success-100\/50 {
  background-color: rgb(178 221 94 / 0.5);
}

.bg-success-100\/55 {
  background-color: rgb(178 221 94 / 0.55);
}

.bg-success-100\/60 {
  background-color: rgb(178 221 94 / 0.6);
}

.bg-success-100\/65 {
  background-color: rgb(178 221 94 / 0.65);
}

.bg-success-100\/70 {
  background-color: rgb(178 221 94 / 0.7);
}

.bg-success-100\/75 {
  background-color: rgb(178 221 94 / 0.75);
}

.bg-success-100\/80 {
  background-color: rgb(178 221 94 / 0.8);
}

.bg-success-100\/85 {
  background-color: rgb(178 221 94 / 0.85);
}

.bg-success-100\/90 {
  background-color: rgb(178 221 94 / 0.9);
}

.bg-success-100\/95 {
  background-color: rgb(178 221 94 / 0.95);
}

.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity, 1));
}

.bg-success-200\/0 {
  background-color: rgb(154 202 60 / 0);
}

.bg-success-200\/10 {
  background-color: rgb(154 202 60 / 0.1);
}

.bg-success-200\/100 {
  background-color: rgb(154 202 60 / 1);
}

.bg-success-200\/15 {
  background-color: rgb(154 202 60 / 0.15);
}

.bg-success-200\/20 {
  background-color: rgb(154 202 60 / 0.2);
}

.bg-success-200\/25 {
  background-color: rgb(154 202 60 / 0.25);
}

.bg-success-200\/30 {
  background-color: rgb(154 202 60 / 0.3);
}

.bg-success-200\/35 {
  background-color: rgb(154 202 60 / 0.35);
}

.bg-success-200\/40 {
  background-color: rgb(154 202 60 / 0.4);
}

.bg-success-200\/45 {
  background-color: rgb(154 202 60 / 0.45);
}

.bg-success-200\/5 {
  background-color: rgb(154 202 60 / 0.05);
}

.bg-success-200\/50 {
  background-color: rgb(154 202 60 / 0.5);
}

.bg-success-200\/55 {
  background-color: rgb(154 202 60 / 0.55);
}

.bg-success-200\/60 {
  background-color: rgb(154 202 60 / 0.6);
}

.bg-success-200\/65 {
  background-color: rgb(154 202 60 / 0.65);
}

.bg-success-200\/70 {
  background-color: rgb(154 202 60 / 0.7);
}

.bg-success-200\/75 {
  background-color: rgb(154 202 60 / 0.75);
}

.bg-success-200\/80 {
  background-color: rgb(154 202 60 / 0.8);
}

.bg-success-200\/85 {
  background-color: rgb(154 202 60 / 0.85);
}

.bg-success-200\/90 {
  background-color: rgb(154 202 60 / 0.9);
}

.bg-success-200\/95 {
  background-color: rgb(154 202 60 / 0.95);
}

.bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 122 33 / var(--tw-bg-opacity, 1));
}

.bg-success-300\/0 {
  background-color: rgb(79 122 33 / 0);
}

.bg-success-300\/10 {
  background-color: rgb(79 122 33 / 0.1);
}

.bg-success-300\/100 {
  background-color: rgb(79 122 33 / 1);
}

.bg-success-300\/15 {
  background-color: rgb(79 122 33 / 0.15);
}

.bg-success-300\/20 {
  background-color: rgb(79 122 33 / 0.2);
}

.bg-success-300\/25 {
  background-color: rgb(79 122 33 / 0.25);
}

.bg-success-300\/30 {
  background-color: rgb(79 122 33 / 0.3);
}

.bg-success-300\/35 {
  background-color: rgb(79 122 33 / 0.35);
}

.bg-success-300\/40 {
  background-color: rgb(79 122 33 / 0.4);
}

.bg-success-300\/45 {
  background-color: rgb(79 122 33 / 0.45);
}

.bg-success-300\/5 {
  background-color: rgb(79 122 33 / 0.05);
}

.bg-success-300\/50 {
  background-color: rgb(79 122 33 / 0.5);
}

.bg-success-300\/55 {
  background-color: rgb(79 122 33 / 0.55);
}

.bg-success-300\/60 {
  background-color: rgb(79 122 33 / 0.6);
}

.bg-success-300\/65 {
  background-color: rgb(79 122 33 / 0.65);
}

.bg-success-300\/70 {
  background-color: rgb(79 122 33 / 0.7);
}

.bg-success-300\/75 {
  background-color: rgb(79 122 33 / 0.75);
}

.bg-success-300\/80 {
  background-color: rgb(79 122 33 / 0.8);
}

.bg-success-300\/85 {
  background-color: rgb(79 122 33 / 0.85);
}

.bg-success-300\/90 {
  background-color: rgb(79 122 33 / 0.9);
}

.bg-success-300\/95 {
  background-color: rgb(79 122 33 / 0.95);
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 250 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 94 / var(--tw-bg-opacity, 1));
}

.bg-warning-100\/0 {
  background-color: rgb(178 221 94 / 0);
}

.bg-warning-100\/10 {
  background-color: rgb(178 221 94 / 0.1);
}

.bg-warning-100\/100 {
  background-color: rgb(178 221 94 / 1);
}

.bg-warning-100\/15 {
  background-color: rgb(178 221 94 / 0.15);
}

.bg-warning-100\/20 {
  background-color: rgb(178 221 94 / 0.2);
}

.bg-warning-100\/25 {
  background-color: rgb(178 221 94 / 0.25);
}

.bg-warning-100\/30 {
  background-color: rgb(178 221 94 / 0.3);
}

.bg-warning-100\/35 {
  background-color: rgb(178 221 94 / 0.35);
}

.bg-warning-100\/40 {
  background-color: rgb(178 221 94 / 0.4);
}

.bg-warning-100\/45 {
  background-color: rgb(178 221 94 / 0.45);
}

.bg-warning-100\/5 {
  background-color: rgb(178 221 94 / 0.05);
}

.bg-warning-100\/50 {
  background-color: rgb(178 221 94 / 0.5);
}

.bg-warning-100\/55 {
  background-color: rgb(178 221 94 / 0.55);
}

.bg-warning-100\/60 {
  background-color: rgb(178 221 94 / 0.6);
}

.bg-warning-100\/65 {
  background-color: rgb(178 221 94 / 0.65);
}

.bg-warning-100\/70 {
  background-color: rgb(178 221 94 / 0.7);
}

.bg-warning-100\/75 {
  background-color: rgb(178 221 94 / 0.75);
}

.bg-warning-100\/80 {
  background-color: rgb(178 221 94 / 0.8);
}

.bg-warning-100\/85 {
  background-color: rgb(178 221 94 / 0.85);
}

.bg-warning-100\/90 {
  background-color: rgb(178 221 94 / 0.9);
}

.bg-warning-100\/95 {
  background-color: rgb(178 221 94 / 0.95);
}

.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity, 1));
}

.bg-warning-200\/0 {
  background-color: rgb(154 202 60 / 0);
}

.bg-warning-200\/10 {
  background-color: rgb(154 202 60 / 0.1);
}

.bg-warning-200\/100 {
  background-color: rgb(154 202 60 / 1);
}

.bg-warning-200\/15 {
  background-color: rgb(154 202 60 / 0.15);
}

.bg-warning-200\/20 {
  background-color: rgb(154 202 60 / 0.2);
}

.bg-warning-200\/25 {
  background-color: rgb(154 202 60 / 0.25);
}

.bg-warning-200\/30 {
  background-color: rgb(154 202 60 / 0.3);
}

.bg-warning-200\/35 {
  background-color: rgb(154 202 60 / 0.35);
}

.bg-warning-200\/40 {
  background-color: rgb(154 202 60 / 0.4);
}

.bg-warning-200\/45 {
  background-color: rgb(154 202 60 / 0.45);
}

.bg-warning-200\/5 {
  background-color: rgb(154 202 60 / 0.05);
}

.bg-warning-200\/50 {
  background-color: rgb(154 202 60 / 0.5);
}

.bg-warning-200\/55 {
  background-color: rgb(154 202 60 / 0.55);
}

.bg-warning-200\/60 {
  background-color: rgb(154 202 60 / 0.6);
}

.bg-warning-200\/65 {
  background-color: rgb(154 202 60 / 0.65);
}

.bg-warning-200\/70 {
  background-color: rgb(154 202 60 / 0.7);
}

.bg-warning-200\/75 {
  background-color: rgb(154 202 60 / 0.75);
}

.bg-warning-200\/80 {
  background-color: rgb(154 202 60 / 0.8);
}

.bg-warning-200\/85 {
  background-color: rgb(154 202 60 / 0.85);
}

.bg-warning-200\/90 {
  background-color: rgb(154 202 60 / 0.9);
}

.bg-warning-200\/95 {
  background-color: rgb(154 202 60 / 0.95);
}

.bg-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 122 33 / var(--tw-bg-opacity, 1));
}

.bg-warning-300\/0 {
  background-color: rgb(79 122 33 / 0);
}

.bg-warning-300\/10 {
  background-color: rgb(79 122 33 / 0.1);
}

.bg-warning-300\/100 {
  background-color: rgb(79 122 33 / 1);
}

.bg-warning-300\/15 {
  background-color: rgb(79 122 33 / 0.15);
}

.bg-warning-300\/20 {
  background-color: rgb(79 122 33 / 0.2);
}

.bg-warning-300\/25 {
  background-color: rgb(79 122 33 / 0.25);
}

.bg-warning-300\/30 {
  background-color: rgb(79 122 33 / 0.3);
}

.bg-warning-300\/35 {
  background-color: rgb(79 122 33 / 0.35);
}

.bg-warning-300\/40 {
  background-color: rgb(79 122 33 / 0.4);
}

.bg-warning-300\/45 {
  background-color: rgb(79 122 33 / 0.45);
}

.bg-warning-300\/5 {
  background-color: rgb(79 122 33 / 0.05);
}

.bg-warning-300\/50 {
  background-color: rgb(79 122 33 / 0.5);
}

.bg-warning-300\/55 {
  background-color: rgb(79 122 33 / 0.55);
}

.bg-warning-300\/60 {
  background-color: rgb(79 122 33 / 0.6);
}

.bg-warning-300\/65 {
  background-color: rgb(79 122 33 / 0.65);
}

.bg-warning-300\/70 {
  background-color: rgb(79 122 33 / 0.7);
}

.bg-warning-300\/75 {
  background-color: rgb(79 122 33 / 0.75);
}

.bg-warning-300\/80 {
  background-color: rgb(79 122 33 / 0.8);
}

.bg-warning-300\/85 {
  background-color: rgb(79 122 33 / 0.85);
}

.bg-warning-300\/90 {
  background-color: rgb(79 122 33 / 0.9);
}

.bg-warning-300\/95 {
  background-color: rgb(79 122 33 / 0.95);
}

.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 204 100 / var(--tw-bg-opacity, 1));
}

.bg-warning-400\/0 {
  background-color: rgb(249 204 100 / 0);
}

.bg-warning-400\/10 {
  background-color: rgb(249 204 100 / 0.1);
}

.bg-warning-400\/100 {
  background-color: rgb(249 204 100 / 1);
}

.bg-warning-400\/15 {
  background-color: rgb(249 204 100 / 0.15);
}

.bg-warning-400\/20 {
  background-color: rgb(249 204 100 / 0.2);
}

.bg-warning-400\/25 {
  background-color: rgb(249 204 100 / 0.25);
}

.bg-warning-400\/30 {
  background-color: rgb(249 204 100 / 0.3);
}

.bg-warning-400\/35 {
  background-color: rgb(249 204 100 / 0.35);
}

.bg-warning-400\/40 {
  background-color: rgb(249 204 100 / 0.4);
}

.bg-warning-400\/45 {
  background-color: rgb(249 204 100 / 0.45);
}

.bg-warning-400\/5 {
  background-color: rgb(249 204 100 / 0.05);
}

.bg-warning-400\/50 {
  background-color: rgb(249 204 100 / 0.5);
}

.bg-warning-400\/55 {
  background-color: rgb(249 204 100 / 0.55);
}

.bg-warning-400\/60 {
  background-color: rgb(249 204 100 / 0.6);
}

.bg-warning-400\/65 {
  background-color: rgb(249 204 100 / 0.65);
}

.bg-warning-400\/70 {
  background-color: rgb(249 204 100 / 0.7);
}

.bg-warning-400\/75 {
  background-color: rgb(249 204 100 / 0.75);
}

.bg-warning-400\/80 {
  background-color: rgb(249 204 100 / 0.8);
}

.bg-warning-400\/85 {
  background-color: rgb(249 204 100 / 0.85);
}

.bg-warning-400\/90 {
  background-color: rgb(249 204 100 / 0.9);
}

.bg-warning-400\/95 {
  background-color: rgb(249 204 100 / 0.95);
}

.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 58 36 / var(--tw-bg-opacity, 1));
}

.bg-warning-500\/0 {
  background-color: rgb(67 58 36 / 0);
}

.bg-warning-500\/10 {
  background-color: rgb(67 58 36 / 0.1);
}

.bg-warning-500\/100 {
  background-color: rgb(67 58 36 / 1);
}

.bg-warning-500\/15 {
  background-color: rgb(67 58 36 / 0.15);
}

.bg-warning-500\/20 {
  background-color: rgb(67 58 36 / 0.2);
}

.bg-warning-500\/25 {
  background-color: rgb(67 58 36 / 0.25);
}

.bg-warning-500\/30 {
  background-color: rgb(67 58 36 / 0.3);
}

.bg-warning-500\/35 {
  background-color: rgb(67 58 36 / 0.35);
}

.bg-warning-500\/40 {
  background-color: rgb(67 58 36 / 0.4);
}

.bg-warning-500\/45 {
  background-color: rgb(67 58 36 / 0.45);
}

.bg-warning-500\/5 {
  background-color: rgb(67 58 36 / 0.05);
}

.bg-warning-500\/50 {
  background-color: rgb(67 58 36 / 0.5);
}

.bg-warning-500\/55 {
  background-color: rgb(67 58 36 / 0.55);
}

.bg-warning-500\/60 {
  background-color: rgb(67 58 36 / 0.6);
}

.bg-warning-500\/65 {
  background-color: rgb(67 58 36 / 0.65);
}

.bg-warning-500\/70 {
  background-color: rgb(67 58 36 / 0.7);
}

.bg-warning-500\/75 {
  background-color: rgb(67 58 36 / 0.75);
}

.bg-warning-500\/80 {
  background-color: rgb(67 58 36 / 0.8);
}

.bg-warning-500\/85 {
  background-color: rgb(67 58 36 / 0.85);
}

.bg-warning-500\/90 {
  background-color: rgb(67 58 36 / 0.9);
}

.bg-warning-500\/95 {
  background-color: rgb(67 58 36 / 0.95);
}

.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 180 66 / var(--tw-bg-opacity, 1));
}

.bg-warning-600\/0 {
  background-color: rgb(229 180 66 / 0);
}

.bg-warning-600\/10 {
  background-color: rgb(229 180 66 / 0.1);
}

.bg-warning-600\/100 {
  background-color: rgb(229 180 66 / 1);
}

.bg-warning-600\/15 {
  background-color: rgb(229 180 66 / 0.15);
}

.bg-warning-600\/20 {
  background-color: rgb(229 180 66 / 0.2);
}

.bg-warning-600\/25 {
  background-color: rgb(229 180 66 / 0.25);
}

.bg-warning-600\/30 {
  background-color: rgb(229 180 66 / 0.3);
}

.bg-warning-600\/35 {
  background-color: rgb(229 180 66 / 0.35);
}

.bg-warning-600\/40 {
  background-color: rgb(229 180 66 / 0.4);
}

.bg-warning-600\/45 {
  background-color: rgb(229 180 66 / 0.45);
}

.bg-warning-600\/5 {
  background-color: rgb(229 180 66 / 0.05);
}

.bg-warning-600\/50 {
  background-color: rgb(229 180 66 / 0.5);
}

.bg-warning-600\/55 {
  background-color: rgb(229 180 66 / 0.55);
}

.bg-warning-600\/60 {
  background-color: rgb(229 180 66 / 0.6);
}

.bg-warning-600\/65 {
  background-color: rgb(229 180 66 / 0.65);
}

.bg-warning-600\/70 {
  background-color: rgb(229 180 66 / 0.7);
}

.bg-warning-600\/75 {
  background-color: rgb(229 180 66 / 0.75);
}

.bg-warning-600\/80 {
  background-color: rgb(229 180 66 / 0.8);
}

.bg-warning-600\/85 {
  background-color: rgb(229 180 66 / 0.85);
}

.bg-warning-600\/90 {
  background-color: rgb(229 180 66 / 0.9);
}

.bg-warning-600\/95 {
  background-color: rgb(229 180 66 / 0.95);
}

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

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

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

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

.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-\[length\:1\.5em_1\.5em\] {
  background-size: 1.5em 1.5em;
}

.bg-\[size\:30px\] {
  background-size: 30px;
}

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

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  background-clip: text;
}

.bg-\[20px_center\] {
  background-position: 20px center;
}

.bg-\[right_1rem_center\] {
  background-position: right 1rem center;
}

.bg-center {
  background-position: center;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pr-\[20\%\] {
  padding-right: 20%;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.text-\[\#D12B48\] {
  --tw-text-opacity: 1;
  color: rgb(209 43 72 / var(--tw-text-opacity, 1));
}

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

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(221 225 230 / var(--tw-text-opacity, 1));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(169 176 184 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}

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

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

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

.accent-primary {
  accent-color: #d32845;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

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

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

.outline-primary {
  outline-color: #d32845;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c visibility\] {
  transition-property: opacity,visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  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;
}

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

.duration-200 {
  transition-duration: 200ms;
}

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

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

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

.content-\[\"\"\] {
  --tw-content: "";
  content: var(--tw-content);
}

.content-\[\"\/\"\] {
  --tw-content: "/";
  content: var(--tw-content);
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1309px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {

  .content-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content-container {
    /* For nested scenarios of container. */
  }

@media (min-width: 1280px) {

  .content-container .content-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.overflowed-background-gray {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.overflowed-background-gray::before {
  position: absolute;
  inset: 0px;
  left: 50%;
  right: 50%;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
    margin-left: -50vw;
    margin-right: -50vw;
}

.sidebar-hidden {
  display: none;
  width: 100%;
  max-width: 235px;
  flex-shrink: 0;
}

@media (min-width: 768px) {

  .sidebar-hidden {
    display: block;
  }
}

.site-main--with-sidebar .sidebar-hidden {
  display: none;
}

@media (min-width: 1024px) {

  .sidebar-hidden--title {
    margin-left: 235px;
  }

  .site-main--with-sidebar .sidebar-hidden--title {
    margin-left: 0px;
  }
}
/* Container Wrapper . */
#block-mitportugal-recentnewsactivities {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {

  #block-mitportugal-recentnewsactivities {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

#block-mitportugal-upcomingeventscalls {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1309px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {

  #block-mitportugal-upcomingeventscalls {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#block-mitportugal-upcomingeventscalls {
    /* For nested scenarios of container. */
  }

@media (min-width: 1280px) {

  #block-mitportugal-upcomingeventscalls .content-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {

  #block-mitportugal-upcomingeventscalls {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
#block-mitportugal-upcomingeventscalls .block__title {
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

#block-mitportugal-recentnewsactivities .block__title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  max-width: 1309px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {

  #block-mitportugal-recentnewsactivities .block__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#block-mitportugal-recentnewsactivities .block__title {
    /* For nested scenarios of container. */
  }

@media (min-width: 1280px) {

  #block-mitportugal-recentnewsactivities .block__title .content-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#block-mitportugal-views-block-research-areas-block-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1309px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {

  #block-mitportugal-views-block-research-areas-block-1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#block-mitportugal-views-block-research-areas-block-1 {
    /* For nested scenarios of container. */
  }

@media (min-width: 1280px) {

  #block-mitportugal-views-block-research-areas-block-1 .content-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {

  #block-mitportugal-views-block-research-areas-block-1 {
    margin-bottom: 2.5rem;
  }
}
#block-mitportugal-views-block-research-areas-block-1 .block__title {
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.breadcrumb {
  margin-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 0px;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  list-style-type: none;
  gap: 0.25rem;
  padding-left: 0px;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  align-items: center;
  column-gap: 0.25rem;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:not(:last-child)::after {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-content: "/";
  content: var(--tw-content);
}

.block-page-title-block {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

#block-mitportugal-views-block-collaborators-collaborators {
  margin-top: 1rem;
}

.block__title {
  font-weight: 700;
}

.view-research__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.view-research__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
}
.view-research__item span {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.view-research__item img {
  max-height: 6rem;
  max-width: 6rem;
  object-fit: cover;
}
.view-research__item p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.view-research-taxonomy {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {

  .view-research-taxonomy {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.view-research-taxonomy-page {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.view-research-taxonomy-page > div {
  /* hide truly empty containers */
}
.view-research-taxonomy-page > div:empty {
  display: none;
}
.view-research-taxonomy-page > div {
  /* fallback: hide if it doesn't contain common item elements (uses :has where supported) */
}
.view-research-taxonomy-page > div:not(:has(.view-research__item, .views-row, li, .item)) {
  display: none;
}
.view-research-taxonomy-page h2 {
  margin-bottom: 1rem;
}

.view-research-taxonomy-page__students {
  position: relative;
  margin-top: 3rem;
  padding-top: 1rem;
}
.view-research-taxonomy-page__students::before {
  position: absolute;
  top: 0px;
  left: -50vw;
  z-index: -10;
  margin-bottom: 1rem;
  height: 100dvh;
  width: 150vw;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .view-research-taxonomy-page__students::before {
    height: calc(100% + 2rem);
  }
}
.view-research-taxonomy-page__students ul {
  margin-left: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 0px;
}
@media (min-width: 768px) {

  .view-research-taxonomy-page__students ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .view-research-taxonomy-page__students ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.view-research-taxonomy-page__posters .item-list ul,
.view-research-taxonomy-page__projects .item-list ul {
  margin-left: 0px;
  margin-top: 1rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0px;
}

.view-research-taxonomy-page__news h2,
.view-research-taxonomy-page__students h2,
.view-research-taxonomy-page__posters h2,
.view-research-taxonomy-page__projects h2 {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}

.view-research-taxonomy-page__news,
.view-research-taxonomy-page__students {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {

  .view-research-taxonomy-page__news,
.view-research-taxonomy-page__students {
    padding-bottom: 1.5rem;
  }
}

.view-people {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 1024px) {

  .view-people {
    row-gap: 2rem;
  }
}
.view-people:not(:has(*)) {
  display: none;
}
.view-people > header {
  margin-bottom: 1.5rem;
}
.view-people .view-people header {
  margin-bottom: 0px;
}
.view-people .view-people {
  margin-bottom: 6rem;
}

.view-people__item ul {
  margin: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 5rem;
  padding-left: 0px;
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

.view-phd-students .views-exposed-form {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

@media (min-width: 1024px) {

  .view-phd-students .views-exposed-form {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    align-items: flex-end;
  }
}
.view-phd-students .item-list {
  margin-top: 1rem;
}
@media (min-width: 1024px) {

  .view-phd-students .item-list {
    margin-top: 2rem;
  }
}
.view-phd-students .item-list ul {
  margin-left: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 0px;
}
@media (min-width: 768px) {

  .view-phd-students .item-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.view-phd-students .form-item-tid {
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 1024px) {

  .view-phd-students .form-item-tid {
    display: flex;
  }
}

.view-competitive-calls .views-exposed-form {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.view-events {
  max-width: 100%;
}
.view-events .views-exposed-form {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {

  .view-events .views-exposed-form {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    column-gap: 1.5rem;
  }
}
.view-events .views-exposed-form input {
  margin-right: 0.5rem;
  max-width: 100%;
}
@media (min-width: 1024px) {

  .view-events .views-exposed-form input {
    margin-right: 0px;
  }
}

.view-events__attachment {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {

  .view-events__attachment {
    margin-bottom: 3rem;
  }
}
.view-events__attachment header {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  padding-bottom: 0.75rem;
}
.view-events__attachment > a {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(221 225 230 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
  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;
}
.view-events__attachment > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.events-date-form {
  margin-bottom: 1rem;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  row-gap: 1rem;
}

@media (min-width: 768px) {

  .events-date-form {
    margin-bottom: 0px;
  }
}
.events-date-form select,
.events-date-form [name=date] {
  width: 24rem;
}
.events-date-form select.active,
.events-date-form [name=date].active {
  color: inherit;
}

.view-collaborators {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.view-collaborators tr {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.view-collaborators tr, .view-collaborators th {
  padding-bottom: 0.75rem;
}
.view-collaborators tr, .view-collaborators td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.view-collaborators ul {
  margin-left: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-top: 1rem;
}
@media (min-width: 768px) {

  .view-collaborators ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.view-collaborators .views-field-field-job-title {
  text-align: start;
}
.view-collaborators .views-field-field-email {
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.view-collaborators .views-exposed-form {
  margin-top: 1rem;
  margin-bottom: 3rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1rem;
  column-gap: 1rem;
}
.view-collaborators .views-exposed-form > :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));
}
@media (min-width: 768px) {

  .view-collaborators .views-exposed-form {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {

  .view-collaborators .views-exposed-form {
    margin-top: 2rem;
    margin-bottom: 4rem;
    column-gap: 1.5rem;
  }
}
.view-collaborators .views-exposed-form .form-item {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.view-collaborators .views-exposed-form select {
  width: 20rem;
}
.view-collaborators .contextual {
  display: none;
}
.view-collaborators .form-item-field-location-value {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .view-collaborators .form-item-field-location-value {
    padding-bottom: 0px;
  }
}
.view-collaborators #view-title-table-column {
  width: 40%;
  text-align: start;
}
.view-collaborators #view-field-job-title-table-column {
  width: 50%;
  text-align: start;
}
.view-collaborators #view-field-email-table-column {
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.view-poster-by-event .views-exposed-form {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}
.view-poster-by-event .views-exposed-form .form-item {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  row-gap: 1rem;
}
.view-poster-by-event .item-list ul {
  margin-left: 0px;
  margin-top: 2rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0px;
}

.view-search-results {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.view-search-results form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {

  .view-search-results form {
    flex-direction: row;
  }
}
.view-search-results form .form-text {
  width: 100%;
}
.view-search-results > header {
  margin-bottom: 2rem;
}
.view-search-results > header h2 {
  font-weight: 700;
}
.view-search-results .views-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.view-search-results .views-row .views-field-title a {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.view-search-results .views-field-nothing {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.view-search-results .js-pager__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}
.view-search-results .js-pager__items li {
  margin-bottom: 3rem;
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}

.view-news__content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 2rem;
}

.page-search .block-views-exposed-filter-blocksearch-results-page-1 {
  margin-bottom: 2rem;
}
.page-search .block-views-exposed-filter-blocksearch-results-page-1 input {
  height: 100%;
}
.page-search .block-views-exposed-filter-blocksearch-results-page-1 .block__content {
  margin-top: 0.5rem;
}
.page-search .block-views-exposed-filter-blocksearch-results-page-1 .block__content form {
  display: flex;
}
.placeholder\:text-transparent::placeholder {
  color: transparent;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(211 40 69 / var(--tw-border-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 40 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(211 40 69 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 40 69 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.prose-headings\:mb-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-headings\:mt-2 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.5rem;
}
.prose-p\:mb-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1rem;
}
.prose-p\:mt-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 1rem;
}
.prose-video\:my-8 :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose-video\:aspect-video :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  aspect-ratio: 16 / 9;
}
.prose-video\:w-full :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  width: 100%;
}
@media (min-width: 640px) {

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

  .sm\:max-w-\[600px\] {
    max-width: 600px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

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

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

  .md\:-ml-0 {
    margin-left: -0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[calc\(100\%\+2rem\)\] {
    height: calc(100% + 2rem);
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[90dvh\] {
    max-height: 90dvh;
  }

  .md\:min-h-\[360px\] {
    min-height: 360px;
  }

  .md\:min-h-\[41\%\] {
    min-height: 41%;
  }

  .md\:min-h-\[60dvh\] {
    min-height: 60dvh;
  }

  .md\:min-h-\[75dvh\] {
    min-height: 75dvh;
  }

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

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

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

  .md\:max-w-\[1200px\] {
    max-width: 1200px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .lg\:top-12 {
    top: 3rem;
  }

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

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

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

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

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:min-h-\[430px\] {
    min-height: 430px;
  }

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

  .lg\:max-w-\[464px\] {
    max-width: 464px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

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

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }

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

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

  .lg\:content-\[\"\"\] {
    --tw-content: "";
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.\[\&\>\*\]\:min-w-0>* {
  min-width: 0px;
}
.\[\&_\.field--name-field-body\]\:my-6 .field--name-field-body {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\[\&_\.field--name-field-body\]\:text-xl .field--name-field-body {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_\.field--name-field-body\]\:content-container .field--name-field-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1309px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {

  .\[\&_\.field--name-field-body\]\:content-container .field--name-field-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.\[\&_\.field--name-field-body\]\:content-container .field--name-field-body {
    /* For nested scenarios of container. */
  }
@media (min-width: 1280px) {

  .\[\&_\.field--name-field-body\]\:content-container .field--name-field-body .\[\&_\.field--name-field-body\]\:content-container .field--name-field-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {

  .\[\&_\.field--name-field-body\]\:lg\:my-16 .field--name-field-body {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\[\&_\.field--name-field-body\]\:lg\:pb-4 .field--name-field-body {
    padding-bottom: 1rem;
  }
}
.\[\&_\.field--name-field-caption\]\:hidden .field--name-field-caption {
  display: none;
}
.\[\&_\.field--name-field-media-image\]\:w-full .field--name-field-media-image {
  width: 100%;
}
.\[\&_img\]\:aspect-\[2\/3\] img {
  aspect-ratio: 2/3;
}
.\[\&_img\]\:aspect-\[250\/143\] img {
  aspect-ratio: 250/143;
}
.\[\&_img\]\:aspect-\[7\/4\] img {
  aspect-ratio: 7/4;
}
.\[\&_img\]\:aspect-square img {
  aspect-ratio: 1 / 1;
}
.\[\&_img\]\:w-\[700px\] img {
  width: 700px;
}
.\[\&_img\]\:w-full img {
  width: 100%;
}
.\[\&_img\]\:max-w-24 img {
  max-width: 6rem;
}
.\[\&_img\]\:max-w-full img {
  max-width: 100%;
}
.\[\&_img\]\:rounded-md img {
  border-radius: 0.375rem;
}
.\[\&_img\]\:object-cover img {
  object-fit: cover;
}
@media (min-width: 768px) {

  .\[\&_img\]\:md\:max-w-\[250px\] img {
    max-width: 250px;
  }
}