@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[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{
  -webkit-appearance: none;
     -moz-appearance: none;
          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::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
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;
  -webkit-print-color-adjust: exact;
          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;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.icon-\[material-symbols--check\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--circle-outline\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--close-small-outline\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.4 17L7 15.6l3.6-3.6L7 8.425l1.4-1.4l3.6 3.6l3.575-3.6l1.4 1.4l-3.6 3.575l3.6 3.6l-1.4 1.4L12 13.4z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--close\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.4 19L5 17.6l5.6-5.6L5 6.4L6.4 5l5.6 5.6L17.6 5L19 6.4L13.4 12l5.6 5.6l-1.4 1.4l-5.6-5.6z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--exclamation\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 14V5h2v9zm0 5v-2h2v2z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--info-outline-rounded\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 17q.425 0 .713-.288T13 16v-4q0-.425-.288-.712T12 11t-.712.288T11 12v4q0 .425.288.713T12 17m0-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--keyboard-arrow-down\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--link-off-rounded\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.625 12.775L13.85 11H15q.425 0 .713.288T16 12q0 .25-.1.45t-.275.325M20.5 21.9q-.275.275-.7.275t-.7-.275l-17-17q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7M7 17q-2.075 0-3.537-1.463T2 12q0-1.725 1.05-3.075t2.7-1.775L7.6 9H7q-1.25 0-2.125.875T4 12t.875 2.125T7 15h3q.425 0 .713.288T11 16t-.288.713T10 17zm2-4q-.425 0-.712-.288T8 12t.288-.712T9 11h.625l1.975 2zm9.5 2.8q-.225-.35-.162-.75t.412-.625q.575-.425.913-1.05T20 12q0-1.25-.875-2.125T17 9h-3q-.425 0-.712-.288T13 8t.288-.712T14 7h3q2.075 0 3.538 1.463T22 12q0 1.225-.562 2.288t-1.563 1.762q-.35.225-.75.163T18.5 15.8'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--radio-button-checked\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 17q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17m0 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--search-rounded\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l5.6 5.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-5.6-5.6q-.75.6-1.725.95T9.5 16m0-2q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--settings-remote\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 23q-.425 0-.712-.288T8 22V10q0-.425.288-.712T9 9h6q.425 0 .713.288T16 10v12q0 .425-.288.713T15 23zm3-8.75q.525 0 .888-.363T13.25 13t-.363-.888T12 11.75t-.888.363t-.362.887t.363.888t.887.362m-3.55-6.8l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.8L4.2 3.2Q5.775 1.675 7.788.837T12 0t4.213.838T19.75 3.25l-1.4 1.4q-1.25-1.3-2.9-1.975T12 2t-3.45.675t-2.9 1.975'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--shopping-cart-outline\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 22q-.825 0-1.412-.587T5 20t.588-1.412T7 18t1.413.588T9 20t-.587 1.413T7 22m10 0q-.825 0-1.412-.587T15 20t.588-1.412T17 18t1.413.588T19 20t-.587 1.413T17 22M6.15 6l2.4 5h7l2.75-5zM5.2 4h14.75q.575 0 .875.513t.025 1.037l-3.55 6.4q-.275.5-.737.775T15.55 13H8.1L7 15h12v2H7q-1.125 0-1.7-.987t-.05-1.963L6.6 11.6L3 4H1V2h3.25zm3.35 7h7z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--tools-power-drill-outline\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 19h6v-1H6zm.75-9h4.5q.3 0 .525-.225T12 9.25t-.225-.525t-.525-.225h-4.5q-.3 0-.525.225T6 9.25t.225.525t.525.225m0-2.5h4.5q.3 0 .525-.225T12 6.75t-.225-.525T11.25 6h-4.5q-.3 0-.525.225T6 6.75t.225.525t.525.225M16 11V9h2V7h-2V5h2q.825 0 1.413.588T20 7h2q.425 0 .713.288T23 8t-.288.713T22 9h-2q0 .825-.587 1.413T18 11zm-4 5h-2v-5h4V5H6q-.825 0-1.412.588T4 7v2q0 .825.588 1.413T6 11h2v5H6v-3q-1.65 0-2.825-1.175T2 9V7q0-1.65 1.175-2.825T6 3h8q.825 0 1.413.588T16 5v6q0 .825-.587 1.413T14 13h-2zm-6.5 5q-.625 0-1.062-.437T4 19.5v-2q0-.625.438-1.062T5.5 16h7q.625 0 1.063.438T14 17.5v2q0 .625-.437 1.063T12.5 21zm6.5-2H6z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--warning-outline-rounded\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.725 21q-.275 0-.5-.137t-.35-.363t-.137-.488t.137-.512l9.25-16q.15-.25.388-.375T12 3t.488.125t.387.375l9.25 16q.15.25.138.513t-.138.487t-.35.363t-.5.137zm1.725-2h15.1L12 6zM12 18q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m0-3q.425 0 .713-.288T13 14v-3q0-.425-.288-.712T12 10t-.712.288T11 11v3q0 .425.288.713T12 15m0-2.5'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--wifi-off\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m19.75 22.6l-9.4-9.45q-1.175.275-2.187.825T6.35 15.35l-2.1-2.15q.8-.8 1.725-1.4t1.975-1.05L5.7 8.5q-1.025.525-1.913 1.163T2.1 11.1L0 8.95q.8-.8 1.663-1.437T3.5 6.3L1.4 4.2l1.4-1.4l18.4 18.4zM12 21q-1.05 0-1.775-.737T9.5 18.5q0-1.05.725-1.775T12 16t1.775.725t.725 1.775q0 1.025-.725 1.763T12 21m5.9-5.95l-.725-.725l-.725-.725l-3.6-3.6q2.025.2 3.787 1.025T19.75 13.2zm4-3.95q-1.925-1.925-4.462-3.012T12 7q-.525 0-1.012.038T10 7.15L7.45 4.6q1.1-.3 2.238-.45T12 4q3.55 0 6.625 1.325T24 8.95z'/%3E%3C/svg%3E");
}
.icon-\[material-symbols--wifi-rounded\]{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 21q-1.05 0-1.775-.725T9.5 18.5t.725-1.775T12 16t1.775.725t.725 1.775t-.725 1.775T12 21m0-11q1.875 0 3.563.6t3.062 1.65q.5.375.513.988T18.7 14.3q-.425.425-1.05.438t-1.125-.338q-.95-.65-2.1-1.025T12 13t-2.425.375t-2.1 1.025q-.5.35-1.125.325t-1.05-.45q-.425-.45-.425-1.062t.5-.988q1.375-1.05 3.063-1.638T12 10m0-6q3.125 0 5.888 1.025t4.962 2.9q.5.425.525 1.05t-.425 1.075q-.425.425-1.05.438t-1.125-.388q-1.8-1.475-4.037-2.287T12 7t-4.737.813T3.225 10.1q-.5.4-1.125.388t-1.05-.438Q.6 9.6.625 8.975t.525-1.05q2.2-1.875 4.963-2.9T12 4'/%3E%3C/svg%3E");
}
.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;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-1{
  left: -0.25rem;
}
.end-0{
  inset-inline-end: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.row-span-4{
  grid-row: span 4 / span 4;
}
.row-span-6{
  grid-row: span 6 / span 6;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-me-0{
  margin-inline-end: -0px;
}
.-me-0\.5{
  margin-inline-end: -0.125rem;
}
.-me-1{
  margin-inline-end: -0.25rem;
}
.-me-2{
  margin-inline-end: -0.5rem;
}
.-ml-0{
  margin-left: -0px;
}
.-ml-0\.5{
  margin-left: -0.125rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-3{
  margin-inline-start: 0.75rem;
}
.ms-4{
  margin-inline-start: 1rem;
}
.ms-6{
  margin-inline-start: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.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;
}
.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;
}
.hidden{
  display: none;
}
.size-28{
  width: 7rem;
  height: 7rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[10\.5rem\]{
  height: 10.5rem;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-\[8\.75rem\]{
  height: 8.75rem;
}
.h-full{
  height: 100%;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-\[65vh\]{
  min-height: 65vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[28rem\]{
  width: 28rem;
}
.w-\[85\%\]{
  width: 85%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.origin-top{
  transform-origin: top;
}
.-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-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 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));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-start{
  align-content: flex-start;
}
.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;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#00448A\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 68 138 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-odice-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(79 121 161 / var(--tw-border-opacity));
}
.border-odice-cyan-400{
  --tw-border-opacity: 1;
  border-color: rgb(50 168 207 / var(--tw-border-opacity));
}
.border-odice-gold-600{
  --tw-border-opacity: 1;
  border-color: rgb(216 144 0 / var(--tw-border-opacity));
}
.border-odice-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(225 85 82 / var(--tw-border-opacity));
}
.border-odice-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(200 53 50 / var(--tw-border-opacity));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#00448A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 138 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-odice-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(79 121 161 / var(--tw-bg-opacity));
}
.bg-odice-blue-500\/0{
  background-color: rgb(79 121 161 / 0);
}
.bg-odice-blue-500\/10{
  background-color: rgb(79 121 161 / 0.1);
}
.bg-odice-blue-500\/100{
  background-color: rgb(79 121 161 / 1);
}
.bg-odice-blue-500\/15{
  background-color: rgb(79 121 161 / 0.15);
}
.bg-odice-blue-500\/20{
  background-color: rgb(79 121 161 / 0.2);
}
.bg-odice-blue-500\/25{
  background-color: rgb(79 121 161 / 0.25);
}
.bg-odice-blue-500\/30{
  background-color: rgb(79 121 161 / 0.3);
}
.bg-odice-blue-500\/35{
  background-color: rgb(79 121 161 / 0.35);
}
.bg-odice-blue-500\/40{
  background-color: rgb(79 121 161 / 0.4);
}
.bg-odice-blue-500\/45{
  background-color: rgb(79 121 161 / 0.45);
}
.bg-odice-blue-500\/5{
  background-color: rgb(79 121 161 / 0.05);
}
.bg-odice-blue-500\/50{
  background-color: rgb(79 121 161 / 0.5);
}
.bg-odice-blue-500\/55{
  background-color: rgb(79 121 161 / 0.55);
}
.bg-odice-blue-500\/60{
  background-color: rgb(79 121 161 / 0.6);
}
.bg-odice-blue-500\/65{
  background-color: rgb(79 121 161 / 0.65);
}
.bg-odice-blue-500\/70{
  background-color: rgb(79 121 161 / 0.7);
}
.bg-odice-blue-500\/75{
  background-color: rgb(79 121 161 / 0.75);
}
.bg-odice-blue-500\/80{
  background-color: rgb(79 121 161 / 0.8);
}
.bg-odice-blue-500\/85{
  background-color: rgb(79 121 161 / 0.85);
}
.bg-odice-blue-500\/90{
  background-color: rgb(79 121 161 / 0.9);
}
.bg-odice-blue-500\/95{
  background-color: rgb(79 121 161 / 0.95);
}
.bg-odice-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(63 100 138 / var(--tw-bg-opacity));
}
.bg-odice-blue-600\/0{
  background-color: rgb(63 100 138 / 0);
}
.bg-odice-blue-600\/10{
  background-color: rgb(63 100 138 / 0.1);
}
.bg-odice-blue-600\/100{
  background-color: rgb(63 100 138 / 1);
}
.bg-odice-blue-600\/15{
  background-color: rgb(63 100 138 / 0.15);
}
.bg-odice-blue-600\/20{
  background-color: rgb(63 100 138 / 0.2);
}
.bg-odice-blue-600\/25{
  background-color: rgb(63 100 138 / 0.25);
}
.bg-odice-blue-600\/30{
  background-color: rgb(63 100 138 / 0.3);
}
.bg-odice-blue-600\/35{
  background-color: rgb(63 100 138 / 0.35);
}
.bg-odice-blue-600\/40{
  background-color: rgb(63 100 138 / 0.4);
}
.bg-odice-blue-600\/45{
  background-color: rgb(63 100 138 / 0.45);
}
.bg-odice-blue-600\/5{
  background-color: rgb(63 100 138 / 0.05);
}
.bg-odice-blue-600\/50{
  background-color: rgb(63 100 138 / 0.5);
}
.bg-odice-blue-600\/55{
  background-color: rgb(63 100 138 / 0.55);
}
.bg-odice-blue-600\/60{
  background-color: rgb(63 100 138 / 0.6);
}
.bg-odice-blue-600\/65{
  background-color: rgb(63 100 138 / 0.65);
}
.bg-odice-blue-600\/70{
  background-color: rgb(63 100 138 / 0.7);
}
.bg-odice-blue-600\/75{
  background-color: rgb(63 100 138 / 0.75);
}
.bg-odice-blue-600\/80{
  background-color: rgb(63 100 138 / 0.8);
}
.bg-odice-blue-600\/85{
  background-color: rgb(63 100 138 / 0.85);
}
.bg-odice-blue-600\/90{
  background-color: rgb(63 100 138 / 0.9);
}
.bg-odice-blue-600\/95{
  background-color: rgb(63 100 138 / 0.95);
}
.bg-odice-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(52 80 112 / var(--tw-bg-opacity));
}
.bg-odice-blue-700\/0{
  background-color: rgb(52 80 112 / 0);
}
.bg-odice-blue-700\/10{
  background-color: rgb(52 80 112 / 0.1);
}
.bg-odice-blue-700\/100{
  background-color: rgb(52 80 112 / 1);
}
.bg-odice-blue-700\/15{
  background-color: rgb(52 80 112 / 0.15);
}
.bg-odice-blue-700\/20{
  background-color: rgb(52 80 112 / 0.2);
}
.bg-odice-blue-700\/25{
  background-color: rgb(52 80 112 / 0.25);
}
.bg-odice-blue-700\/30{
  background-color: rgb(52 80 112 / 0.3);
}
.bg-odice-blue-700\/35{
  background-color: rgb(52 80 112 / 0.35);
}
.bg-odice-blue-700\/40{
  background-color: rgb(52 80 112 / 0.4);
}
.bg-odice-blue-700\/45{
  background-color: rgb(52 80 112 / 0.45);
}
.bg-odice-blue-700\/5{
  background-color: rgb(52 80 112 / 0.05);
}
.bg-odice-blue-700\/50{
  background-color: rgb(52 80 112 / 0.5);
}
.bg-odice-blue-700\/55{
  background-color: rgb(52 80 112 / 0.55);
}
.bg-odice-blue-700\/60{
  background-color: rgb(52 80 112 / 0.6);
}
.bg-odice-blue-700\/65{
  background-color: rgb(52 80 112 / 0.65);
}
.bg-odice-blue-700\/70{
  background-color: rgb(52 80 112 / 0.7);
}
.bg-odice-blue-700\/75{
  background-color: rgb(52 80 112 / 0.75);
}
.bg-odice-blue-700\/80{
  background-color: rgb(52 80 112 / 0.8);
}
.bg-odice-blue-700\/85{
  background-color: rgb(52 80 112 / 0.85);
}
.bg-odice-blue-700\/90{
  background-color: rgb(52 80 112 / 0.9);
}
.bg-odice-blue-700\/95{
  background-color: rgb(52 80 112 / 0.95);
}
.bg-odice-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(46 68 94 / var(--tw-bg-opacity));
}
.bg-odice-blue-800\/0{
  background-color: rgb(46 68 94 / 0);
}
.bg-odice-blue-800\/10{
  background-color: rgb(46 68 94 / 0.1);
}
.bg-odice-blue-800\/100{
  background-color: rgb(46 68 94 / 1);
}
.bg-odice-blue-800\/15{
  background-color: rgb(46 68 94 / 0.15);
}
.bg-odice-blue-800\/20{
  background-color: rgb(46 68 94 / 0.2);
}
.bg-odice-blue-800\/25{
  background-color: rgb(46 68 94 / 0.25);
}
.bg-odice-blue-800\/30{
  background-color: rgb(46 68 94 / 0.3);
}
.bg-odice-blue-800\/35{
  background-color: rgb(46 68 94 / 0.35);
}
.bg-odice-blue-800\/40{
  background-color: rgb(46 68 94 / 0.4);
}
.bg-odice-blue-800\/45{
  background-color: rgb(46 68 94 / 0.45);
}
.bg-odice-blue-800\/5{
  background-color: rgb(46 68 94 / 0.05);
}
.bg-odice-blue-800\/50{
  background-color: rgb(46 68 94 / 0.5);
}
.bg-odice-blue-800\/55{
  background-color: rgb(46 68 94 / 0.55);
}
.bg-odice-blue-800\/60{
  background-color: rgb(46 68 94 / 0.6);
}
.bg-odice-blue-800\/65{
  background-color: rgb(46 68 94 / 0.65);
}
.bg-odice-blue-800\/70{
  background-color: rgb(46 68 94 / 0.7);
}
.bg-odice-blue-800\/75{
  background-color: rgb(46 68 94 / 0.75);
}
.bg-odice-blue-800\/80{
  background-color: rgb(46 68 94 / 0.8);
}
.bg-odice-blue-800\/85{
  background-color: rgb(46 68 94 / 0.85);
}
.bg-odice-blue-800\/90{
  background-color: rgb(46 68 94 / 0.9);
}
.bg-odice-blue-800\/95{
  background-color: rgb(46 68 94 / 0.95);
}
.bg-odice-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(42 59 80 / var(--tw-bg-opacity));
}
.bg-odice-blue-900\/0{
  background-color: rgb(42 59 80 / 0);
}
.bg-odice-blue-900\/10{
  background-color: rgb(42 59 80 / 0.1);
}
.bg-odice-blue-900\/100{
  background-color: rgb(42 59 80 / 1);
}
.bg-odice-blue-900\/15{
  background-color: rgb(42 59 80 / 0.15);
}
.bg-odice-blue-900\/20{
  background-color: rgb(42 59 80 / 0.2);
}
.bg-odice-blue-900\/25{
  background-color: rgb(42 59 80 / 0.25);
}
.bg-odice-blue-900\/30{
  background-color: rgb(42 59 80 / 0.3);
}
.bg-odice-blue-900\/35{
  background-color: rgb(42 59 80 / 0.35);
}
.bg-odice-blue-900\/40{
  background-color: rgb(42 59 80 / 0.4);
}
.bg-odice-blue-900\/45{
  background-color: rgb(42 59 80 / 0.45);
}
.bg-odice-blue-900\/5{
  background-color: rgb(42 59 80 / 0.05);
}
.bg-odice-blue-900\/50{
  background-color: rgb(42 59 80 / 0.5);
}
.bg-odice-blue-900\/55{
  background-color: rgb(42 59 80 / 0.55);
}
.bg-odice-blue-900\/60{
  background-color: rgb(42 59 80 / 0.6);
}
.bg-odice-blue-900\/65{
  background-color: rgb(42 59 80 / 0.65);
}
.bg-odice-blue-900\/70{
  background-color: rgb(42 59 80 / 0.7);
}
.bg-odice-blue-900\/75{
  background-color: rgb(42 59 80 / 0.75);
}
.bg-odice-blue-900\/80{
  background-color: rgb(42 59 80 / 0.8);
}
.bg-odice-blue-900\/85{
  background-color: rgb(42 59 80 / 0.85);
}
.bg-odice-blue-900\/90{
  background-color: rgb(42 59 80 / 0.9);
}
.bg-odice-blue-900\/95{
  background-color: rgb(42 59 80 / 0.95);
}
.bg-odice-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(28 39 53 / var(--tw-bg-opacity));
}
.bg-odice-blue-950\/0{
  background-color: rgb(28 39 53 / 0);
}
.bg-odice-blue-950\/10{
  background-color: rgb(28 39 53 / 0.1);
}
.bg-odice-blue-950\/100{
  background-color: rgb(28 39 53 / 1);
}
.bg-odice-blue-950\/15{
  background-color: rgb(28 39 53 / 0.15);
}
.bg-odice-blue-950\/20{
  background-color: rgb(28 39 53 / 0.2);
}
.bg-odice-blue-950\/25{
  background-color: rgb(28 39 53 / 0.25);
}
.bg-odice-blue-950\/30{
  background-color: rgb(28 39 53 / 0.3);
}
.bg-odice-blue-950\/35{
  background-color: rgb(28 39 53 / 0.35);
}
.bg-odice-blue-950\/40{
  background-color: rgb(28 39 53 / 0.4);
}
.bg-odice-blue-950\/45{
  background-color: rgb(28 39 53 / 0.45);
}
.bg-odice-blue-950\/5{
  background-color: rgb(28 39 53 / 0.05);
}
.bg-odice-blue-950\/50{
  background-color: rgb(28 39 53 / 0.5);
}
.bg-odice-blue-950\/55{
  background-color: rgb(28 39 53 / 0.55);
}
.bg-odice-blue-950\/60{
  background-color: rgb(28 39 53 / 0.6);
}
.bg-odice-blue-950\/65{
  background-color: rgb(28 39 53 / 0.65);
}
.bg-odice-blue-950\/70{
  background-color: rgb(28 39 53 / 0.7);
}
.bg-odice-blue-950\/75{
  background-color: rgb(28 39 53 / 0.75);
}
.bg-odice-blue-950\/80{
  background-color: rgb(28 39 53 / 0.8);
}
.bg-odice-blue-950\/85{
  background-color: rgb(28 39 53 / 0.85);
}
.bg-odice-blue-950\/90{
  background-color: rgb(28 39 53 / 0.9);
}
.bg-odice-blue-950\/95{
  background-color: rgb(28 39 53 / 0.95);
}
.bg-odice-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(50 168 207 / var(--tw-bg-opacity));
}
.bg-odice-gold-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 179 3 / var(--tw-bg-opacity));
}
.bg-odice-gold-500\/0{
  background-color: rgb(239 179 3 / 0);
}
.bg-odice-gold-500\/10{
  background-color: rgb(239 179 3 / 0.1);
}
.bg-odice-gold-500\/100{
  background-color: rgb(239 179 3 / 1);
}
.bg-odice-gold-500\/15{
  background-color: rgb(239 179 3 / 0.15);
}
.bg-odice-gold-500\/20{
  background-color: rgb(239 179 3 / 0.2);
}
.bg-odice-gold-500\/25{
  background-color: rgb(239 179 3 / 0.25);
}
.bg-odice-gold-500\/30{
  background-color: rgb(239 179 3 / 0.3);
}
.bg-odice-gold-500\/35{
  background-color: rgb(239 179 3 / 0.35);
}
.bg-odice-gold-500\/40{
  background-color: rgb(239 179 3 / 0.4);
}
.bg-odice-gold-500\/45{
  background-color: rgb(239 179 3 / 0.45);
}
.bg-odice-gold-500\/5{
  background-color: rgb(239 179 3 / 0.05);
}
.bg-odice-gold-500\/50{
  background-color: rgb(239 179 3 / 0.5);
}
.bg-odice-gold-500\/55{
  background-color: rgb(239 179 3 / 0.55);
}
.bg-odice-gold-500\/60{
  background-color: rgb(239 179 3 / 0.6);
}
.bg-odice-gold-500\/65{
  background-color: rgb(239 179 3 / 0.65);
}
.bg-odice-gold-500\/70{
  background-color: rgb(239 179 3 / 0.7);
}
.bg-odice-gold-500\/75{
  background-color: rgb(239 179 3 / 0.75);
}
.bg-odice-gold-500\/80{
  background-color: rgb(239 179 3 / 0.8);
}
.bg-odice-gold-500\/85{
  background-color: rgb(239 179 3 / 0.85);
}
.bg-odice-gold-500\/90{
  background-color: rgb(239 179 3 / 0.9);
}
.bg-odice-gold-500\/95{
  background-color: rgb(239 179 3 / 0.95);
}
.bg-odice-gold-600{
  --tw-bg-opacity: 1;
  background-color: rgb(216 144 0 / var(--tw-bg-opacity));
}
.bg-odice-gold-600\/0{
  background-color: rgb(216 144 0 / 0);
}
.bg-odice-gold-600\/10{
  background-color: rgb(216 144 0 / 0.1);
}
.bg-odice-gold-600\/100{
  background-color: rgb(216 144 0 / 1);
}
.bg-odice-gold-600\/15{
  background-color: rgb(216 144 0 / 0.15);
}
.bg-odice-gold-600\/20{
  background-color: rgb(216 144 0 / 0.2);
}
.bg-odice-gold-600\/25{
  background-color: rgb(216 144 0 / 0.25);
}
.bg-odice-gold-600\/30{
  background-color: rgb(216 144 0 / 0.3);
}
.bg-odice-gold-600\/35{
  background-color: rgb(216 144 0 / 0.35);
}
.bg-odice-gold-600\/40{
  background-color: rgb(216 144 0 / 0.4);
}
.bg-odice-gold-600\/45{
  background-color: rgb(216 144 0 / 0.45);
}
.bg-odice-gold-600\/5{
  background-color: rgb(216 144 0 / 0.05);
}
.bg-odice-gold-600\/50{
  background-color: rgb(216 144 0 / 0.5);
}
.bg-odice-gold-600\/55{
  background-color: rgb(216 144 0 / 0.55);
}
.bg-odice-gold-600\/60{
  background-color: rgb(216 144 0 / 0.6);
}
.bg-odice-gold-600\/65{
  background-color: rgb(216 144 0 / 0.65);
}
.bg-odice-gold-600\/70{
  background-color: rgb(216 144 0 / 0.7);
}
.bg-odice-gold-600\/75{
  background-color: rgb(216 144 0 / 0.75);
}
.bg-odice-gold-600\/80{
  background-color: rgb(216 144 0 / 0.8);
}
.bg-odice-gold-600\/85{
  background-color: rgb(216 144 0 / 0.85);
}
.bg-odice-gold-600\/90{
  background-color: rgb(216 144 0 / 0.9);
}
.bg-odice-gold-600\/95{
  background-color: rgb(216 144 0 / 0.95);
}
.bg-odice-gold-700{
  --tw-bg-opacity: 1;
  background-color: rgb(164 97 4 / var(--tw-bg-opacity));
}
.bg-odice-gold-700\/0{
  background-color: rgb(164 97 4 / 0);
}
.bg-odice-gold-700\/10{
  background-color: rgb(164 97 4 / 0.1);
}
.bg-odice-gold-700\/100{
  background-color: rgb(164 97 4 / 1);
}
.bg-odice-gold-700\/15{
  background-color: rgb(164 97 4 / 0.15);
}
.bg-odice-gold-700\/20{
  background-color: rgb(164 97 4 / 0.2);
}
.bg-odice-gold-700\/25{
  background-color: rgb(164 97 4 / 0.25);
}
.bg-odice-gold-700\/30{
  background-color: rgb(164 97 4 / 0.3);
}
.bg-odice-gold-700\/35{
  background-color: rgb(164 97 4 / 0.35);
}
.bg-odice-gold-700\/40{
  background-color: rgb(164 97 4 / 0.4);
}
.bg-odice-gold-700\/45{
  background-color: rgb(164 97 4 / 0.45);
}
.bg-odice-gold-700\/5{
  background-color: rgb(164 97 4 / 0.05);
}
.bg-odice-gold-700\/50{
  background-color: rgb(164 97 4 / 0.5);
}
.bg-odice-gold-700\/55{
  background-color: rgb(164 97 4 / 0.55);
}
.bg-odice-gold-700\/60{
  background-color: rgb(164 97 4 / 0.6);
}
.bg-odice-gold-700\/65{
  background-color: rgb(164 97 4 / 0.65);
}
.bg-odice-gold-700\/70{
  background-color: rgb(164 97 4 / 0.7);
}
.bg-odice-gold-700\/75{
  background-color: rgb(164 97 4 / 0.75);
}
.bg-odice-gold-700\/80{
  background-color: rgb(164 97 4 / 0.8);
}
.bg-odice-gold-700\/85{
  background-color: rgb(164 97 4 / 0.85);
}
.bg-odice-gold-700\/90{
  background-color: rgb(164 97 4 / 0.9);
}
.bg-odice-gold-700\/95{
  background-color: rgb(164 97 4 / 0.95);
}
.bg-odice-gold-800{
  --tw-bg-opacity: 1;
  background-color: rgb(135 76 12 / var(--tw-bg-opacity));
}
.bg-odice-gold-800\/0{
  background-color: rgb(135 76 12 / 0);
}
.bg-odice-gold-800\/10{
  background-color: rgb(135 76 12 / 0.1);
}
.bg-odice-gold-800\/100{
  background-color: rgb(135 76 12 / 1);
}
.bg-odice-gold-800\/15{
  background-color: rgb(135 76 12 / 0.15);
}
.bg-odice-gold-800\/20{
  background-color: rgb(135 76 12 / 0.2);
}
.bg-odice-gold-800\/25{
  background-color: rgb(135 76 12 / 0.25);
}
.bg-odice-gold-800\/30{
  background-color: rgb(135 76 12 / 0.3);
}
.bg-odice-gold-800\/35{
  background-color: rgb(135 76 12 / 0.35);
}
.bg-odice-gold-800\/40{
  background-color: rgb(135 76 12 / 0.4);
}
.bg-odice-gold-800\/45{
  background-color: rgb(135 76 12 / 0.45);
}
.bg-odice-gold-800\/5{
  background-color: rgb(135 76 12 / 0.05);
}
.bg-odice-gold-800\/50{
  background-color: rgb(135 76 12 / 0.5);
}
.bg-odice-gold-800\/55{
  background-color: rgb(135 76 12 / 0.55);
}
.bg-odice-gold-800\/60{
  background-color: rgb(135 76 12 / 0.6);
}
.bg-odice-gold-800\/65{
  background-color: rgb(135 76 12 / 0.65);
}
.bg-odice-gold-800\/70{
  background-color: rgb(135 76 12 / 0.7);
}
.bg-odice-gold-800\/75{
  background-color: rgb(135 76 12 / 0.75);
}
.bg-odice-gold-800\/80{
  background-color: rgb(135 76 12 / 0.8);
}
.bg-odice-gold-800\/85{
  background-color: rgb(135 76 12 / 0.85);
}
.bg-odice-gold-800\/90{
  background-color: rgb(135 76 12 / 0.9);
}
.bg-odice-gold-800\/95{
  background-color: rgb(135 76 12 / 0.95);
}
.bg-odice-gold-900{
  --tw-bg-opacity: 1;
  background-color: rgb(115 62 16 / var(--tw-bg-opacity));
}
.bg-odice-gold-900\/0{
  background-color: rgb(115 62 16 / 0);
}
.bg-odice-gold-900\/10{
  background-color: rgb(115 62 16 / 0.1);
}
.bg-odice-gold-900\/100{
  background-color: rgb(115 62 16 / 1);
}
.bg-odice-gold-900\/15{
  background-color: rgb(115 62 16 / 0.15);
}
.bg-odice-gold-900\/20{
  background-color: rgb(115 62 16 / 0.2);
}
.bg-odice-gold-900\/25{
  background-color: rgb(115 62 16 / 0.25);
}
.bg-odice-gold-900\/30{
  background-color: rgb(115 62 16 / 0.3);
}
.bg-odice-gold-900\/35{
  background-color: rgb(115 62 16 / 0.35);
}
.bg-odice-gold-900\/40{
  background-color: rgb(115 62 16 / 0.4);
}
.bg-odice-gold-900\/45{
  background-color: rgb(115 62 16 / 0.45);
}
.bg-odice-gold-900\/5{
  background-color: rgb(115 62 16 / 0.05);
}
.bg-odice-gold-900\/50{
  background-color: rgb(115 62 16 / 0.5);
}
.bg-odice-gold-900\/55{
  background-color: rgb(115 62 16 / 0.55);
}
.bg-odice-gold-900\/60{
  background-color: rgb(115 62 16 / 0.6);
}
.bg-odice-gold-900\/65{
  background-color: rgb(115 62 16 / 0.65);
}
.bg-odice-gold-900\/70{
  background-color: rgb(115 62 16 / 0.7);
}
.bg-odice-gold-900\/75{
  background-color: rgb(115 62 16 / 0.75);
}
.bg-odice-gold-900\/80{
  background-color: rgb(115 62 16 / 0.8);
}
.bg-odice-gold-900\/85{
  background-color: rgb(115 62 16 / 0.85);
}
.bg-odice-gold-900\/90{
  background-color: rgb(115 62 16 / 0.9);
}
.bg-odice-gold-900\/95{
  background-color: rgb(115 62 16 / 0.95);
}
.bg-odice-gold-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 31 5 / var(--tw-bg-opacity));
}
.bg-odice-gold-950\/0{
  background-color: rgb(67 31 5 / 0);
}
.bg-odice-gold-950\/10{
  background-color: rgb(67 31 5 / 0.1);
}
.bg-odice-gold-950\/100{
  background-color: rgb(67 31 5 / 1);
}
.bg-odice-gold-950\/15{
  background-color: rgb(67 31 5 / 0.15);
}
.bg-odice-gold-950\/20{
  background-color: rgb(67 31 5 / 0.2);
}
.bg-odice-gold-950\/25{
  background-color: rgb(67 31 5 / 0.25);
}
.bg-odice-gold-950\/30{
  background-color: rgb(67 31 5 / 0.3);
}
.bg-odice-gold-950\/35{
  background-color: rgb(67 31 5 / 0.35);
}
.bg-odice-gold-950\/40{
  background-color: rgb(67 31 5 / 0.4);
}
.bg-odice-gold-950\/45{
  background-color: rgb(67 31 5 / 0.45);
}
.bg-odice-gold-950\/5{
  background-color: rgb(67 31 5 / 0.05);
}
.bg-odice-gold-950\/50{
  background-color: rgb(67 31 5 / 0.5);
}
.bg-odice-gold-950\/55{
  background-color: rgb(67 31 5 / 0.55);
}
.bg-odice-gold-950\/60{
  background-color: rgb(67 31 5 / 0.6);
}
.bg-odice-gold-950\/65{
  background-color: rgb(67 31 5 / 0.65);
}
.bg-odice-gold-950\/70{
  background-color: rgb(67 31 5 / 0.7);
}
.bg-odice-gold-950\/75{
  background-color: rgb(67 31 5 / 0.75);
}
.bg-odice-gold-950\/80{
  background-color: rgb(67 31 5 / 0.8);
}
.bg-odice-gold-950\/85{
  background-color: rgb(67 31 5 / 0.85);
}
.bg-odice-gold-950\/90{
  background-color: rgb(67 31 5 / 0.9);
}
.bg-odice-gold-950\/95{
  background-color: rgb(67 31 5 / 0.95);
}
.bg-odice-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(210 208 207 / var(--tw-bg-opacity));
}
.bg-odice-lavender-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 247 / var(--tw-bg-opacity));
}
.bg-odice-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(225 85 82 / var(--tw-bg-opacity));
}
.bg-odice-red-500\/0{
  background-color: rgb(225 85 82 / 0);
}
.bg-odice-red-500\/10{
  background-color: rgb(225 85 82 / 0.1);
}
.bg-odice-red-500\/100{
  background-color: rgb(225 85 82 / 1);
}
.bg-odice-red-500\/15{
  background-color: rgb(225 85 82 / 0.15);
}
.bg-odice-red-500\/20{
  background-color: rgb(225 85 82 / 0.2);
}
.bg-odice-red-500\/25{
  background-color: rgb(225 85 82 / 0.25);
}
.bg-odice-red-500\/30{
  background-color: rgb(225 85 82 / 0.3);
}
.bg-odice-red-500\/35{
  background-color: rgb(225 85 82 / 0.35);
}
.bg-odice-red-500\/40{
  background-color: rgb(225 85 82 / 0.4);
}
.bg-odice-red-500\/45{
  background-color: rgb(225 85 82 / 0.45);
}
.bg-odice-red-500\/5{
  background-color: rgb(225 85 82 / 0.05);
}
.bg-odice-red-500\/50{
  background-color: rgb(225 85 82 / 0.5);
}
.bg-odice-red-500\/55{
  background-color: rgb(225 85 82 / 0.55);
}
.bg-odice-red-500\/60{
  background-color: rgb(225 85 82 / 0.6);
}
.bg-odice-red-500\/65{
  background-color: rgb(225 85 82 / 0.65);
}
.bg-odice-red-500\/70{
  background-color: rgb(225 85 82 / 0.7);
}
.bg-odice-red-500\/75{
  background-color: rgb(225 85 82 / 0.75);
}
.bg-odice-red-500\/80{
  background-color: rgb(225 85 82 / 0.8);
}
.bg-odice-red-500\/85{
  background-color: rgb(225 85 82 / 0.85);
}
.bg-odice-red-500\/90{
  background-color: rgb(225 85 82 / 0.9);
}
.bg-odice-red-500\/95{
  background-color: rgb(225 85 82 / 0.95);
}
.bg-odice-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(200 53 50 / var(--tw-bg-opacity));
}
.bg-odice-red-600\/0{
  background-color: rgb(200 53 50 / 0);
}
.bg-odice-red-600\/10{
  background-color: rgb(200 53 50 / 0.1);
}
.bg-odice-red-600\/100{
  background-color: rgb(200 53 50 / 1);
}
.bg-odice-red-600\/15{
  background-color: rgb(200 53 50 / 0.15);
}
.bg-odice-red-600\/20{
  background-color: rgb(200 53 50 / 0.2);
}
.bg-odice-red-600\/25{
  background-color: rgb(200 53 50 / 0.25);
}
.bg-odice-red-600\/30{
  background-color: rgb(200 53 50 / 0.3);
}
.bg-odice-red-600\/35{
  background-color: rgb(200 53 50 / 0.35);
}
.bg-odice-red-600\/40{
  background-color: rgb(200 53 50 / 0.4);
}
.bg-odice-red-600\/45{
  background-color: rgb(200 53 50 / 0.45);
}
.bg-odice-red-600\/5{
  background-color: rgb(200 53 50 / 0.05);
}
.bg-odice-red-600\/50{
  background-color: rgb(200 53 50 / 0.5);
}
.bg-odice-red-600\/55{
  background-color: rgb(200 53 50 / 0.55);
}
.bg-odice-red-600\/60{
  background-color: rgb(200 53 50 / 0.6);
}
.bg-odice-red-600\/65{
  background-color: rgb(200 53 50 / 0.65);
}
.bg-odice-red-600\/70{
  background-color: rgb(200 53 50 / 0.7);
}
.bg-odice-red-600\/75{
  background-color: rgb(200 53 50 / 0.75);
}
.bg-odice-red-600\/80{
  background-color: rgb(200 53 50 / 0.8);
}
.bg-odice-red-600\/85{
  background-color: rgb(200 53 50 / 0.85);
}
.bg-odice-red-600\/90{
  background-color: rgb(200 53 50 / 0.9);
}
.bg-odice-red-600\/95{
  background-color: rgb(200 53 50 / 0.95);
}
.bg-odice-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(172 44 41 / var(--tw-bg-opacity));
}
.bg-odice-red-700\/0{
  background-color: rgb(172 44 41 / 0);
}
.bg-odice-red-700\/10{
  background-color: rgb(172 44 41 / 0.1);
}
.bg-odice-red-700\/100{
  background-color: rgb(172 44 41 / 1);
}
.bg-odice-red-700\/15{
  background-color: rgb(172 44 41 / 0.15);
}
.bg-odice-red-700\/20{
  background-color: rgb(172 44 41 / 0.2);
}
.bg-odice-red-700\/25{
  background-color: rgb(172 44 41 / 0.25);
}
.bg-odice-red-700\/30{
  background-color: rgb(172 44 41 / 0.3);
}
.bg-odice-red-700\/35{
  background-color: rgb(172 44 41 / 0.35);
}
.bg-odice-red-700\/40{
  background-color: rgb(172 44 41 / 0.4);
}
.bg-odice-red-700\/45{
  background-color: rgb(172 44 41 / 0.45);
}
.bg-odice-red-700\/5{
  background-color: rgb(172 44 41 / 0.05);
}
.bg-odice-red-700\/50{
  background-color: rgb(172 44 41 / 0.5);
}
.bg-odice-red-700\/55{
  background-color: rgb(172 44 41 / 0.55);
}
.bg-odice-red-700\/60{
  background-color: rgb(172 44 41 / 0.6);
}
.bg-odice-red-700\/65{
  background-color: rgb(172 44 41 / 0.65);
}
.bg-odice-red-700\/70{
  background-color: rgb(172 44 41 / 0.7);
}
.bg-odice-red-700\/75{
  background-color: rgb(172 44 41 / 0.75);
}
.bg-odice-red-700\/80{
  background-color: rgb(172 44 41 / 0.8);
}
.bg-odice-red-700\/85{
  background-color: rgb(172 44 41 / 0.85);
}
.bg-odice-red-700\/90{
  background-color: rgb(172 44 41 / 0.9);
}
.bg-odice-red-700\/95{
  background-color: rgb(172 44 41 / 0.95);
}
.bg-odice-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(142 40 38 / var(--tw-bg-opacity));
}
.bg-odice-red-800\/0{
  background-color: rgb(142 40 38 / 0);
}
.bg-odice-red-800\/10{
  background-color: rgb(142 40 38 / 0.1);
}
.bg-odice-red-800\/100{
  background-color: rgb(142 40 38 / 1);
}
.bg-odice-red-800\/15{
  background-color: rgb(142 40 38 / 0.15);
}
.bg-odice-red-800\/20{
  background-color: rgb(142 40 38 / 0.2);
}
.bg-odice-red-800\/25{
  background-color: rgb(142 40 38 / 0.25);
}
.bg-odice-red-800\/30{
  background-color: rgb(142 40 38 / 0.3);
}
.bg-odice-red-800\/35{
  background-color: rgb(142 40 38 / 0.35);
}
.bg-odice-red-800\/40{
  background-color: rgb(142 40 38 / 0.4);
}
.bg-odice-red-800\/45{
  background-color: rgb(142 40 38 / 0.45);
}
.bg-odice-red-800\/5{
  background-color: rgb(142 40 38 / 0.05);
}
.bg-odice-red-800\/50{
  background-color: rgb(142 40 38 / 0.5);
}
.bg-odice-red-800\/55{
  background-color: rgb(142 40 38 / 0.55);
}
.bg-odice-red-800\/60{
  background-color: rgb(142 40 38 / 0.6);
}
.bg-odice-red-800\/65{
  background-color: rgb(142 40 38 / 0.65);
}
.bg-odice-red-800\/70{
  background-color: rgb(142 40 38 / 0.7);
}
.bg-odice-red-800\/75{
  background-color: rgb(142 40 38 / 0.75);
}
.bg-odice-red-800\/80{
  background-color: rgb(142 40 38 / 0.8);
}
.bg-odice-red-800\/85{
  background-color: rgb(142 40 38 / 0.85);
}
.bg-odice-red-800\/90{
  background-color: rgb(142 40 38 / 0.9);
}
.bg-odice-red-800\/95{
  background-color: rgb(142 40 38 / 0.95);
}
.bg-odice-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(119 39 37 / var(--tw-bg-opacity));
}
.bg-odice-red-900\/0{
  background-color: rgb(119 39 37 / 0);
}
.bg-odice-red-900\/10{
  background-color: rgb(119 39 37 / 0.1);
}
.bg-odice-red-900\/100{
  background-color: rgb(119 39 37 / 1);
}
.bg-odice-red-900\/15{
  background-color: rgb(119 39 37 / 0.15);
}
.bg-odice-red-900\/20{
  background-color: rgb(119 39 37 / 0.2);
}
.bg-odice-red-900\/25{
  background-color: rgb(119 39 37 / 0.25);
}
.bg-odice-red-900\/30{
  background-color: rgb(119 39 37 / 0.3);
}
.bg-odice-red-900\/35{
  background-color: rgb(119 39 37 / 0.35);
}
.bg-odice-red-900\/40{
  background-color: rgb(119 39 37 / 0.4);
}
.bg-odice-red-900\/45{
  background-color: rgb(119 39 37 / 0.45);
}
.bg-odice-red-900\/5{
  background-color: rgb(119 39 37 / 0.05);
}
.bg-odice-red-900\/50{
  background-color: rgb(119 39 37 / 0.5);
}
.bg-odice-red-900\/55{
  background-color: rgb(119 39 37 / 0.55);
}
.bg-odice-red-900\/60{
  background-color: rgb(119 39 37 / 0.6);
}
.bg-odice-red-900\/65{
  background-color: rgb(119 39 37 / 0.65);
}
.bg-odice-red-900\/70{
  background-color: rgb(119 39 37 / 0.7);
}
.bg-odice-red-900\/75{
  background-color: rgb(119 39 37 / 0.75);
}
.bg-odice-red-900\/80{
  background-color: rgb(119 39 37 / 0.8);
}
.bg-odice-red-900\/85{
  background-color: rgb(119 39 37 / 0.85);
}
.bg-odice-red-900\/90{
  background-color: rgb(119 39 37 / 0.9);
}
.bg-odice-red-900\/95{
  background-color: rgb(119 39 37 / 0.95);
}
.bg-odice-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(64 16 15 / var(--tw-bg-opacity));
}
.bg-odice-red-950\/0{
  background-color: rgb(64 16 15 / 0);
}
.bg-odice-red-950\/10{
  background-color: rgb(64 16 15 / 0.1);
}
.bg-odice-red-950\/100{
  background-color: rgb(64 16 15 / 1);
}
.bg-odice-red-950\/15{
  background-color: rgb(64 16 15 / 0.15);
}
.bg-odice-red-950\/20{
  background-color: rgb(64 16 15 / 0.2);
}
.bg-odice-red-950\/25{
  background-color: rgb(64 16 15 / 0.25);
}
.bg-odice-red-950\/30{
  background-color: rgb(64 16 15 / 0.3);
}
.bg-odice-red-950\/35{
  background-color: rgb(64 16 15 / 0.35);
}
.bg-odice-red-950\/40{
  background-color: rgb(64 16 15 / 0.4);
}
.bg-odice-red-950\/45{
  background-color: rgb(64 16 15 / 0.45);
}
.bg-odice-red-950\/5{
  background-color: rgb(64 16 15 / 0.05);
}
.bg-odice-red-950\/50{
  background-color: rgb(64 16 15 / 0.5);
}
.bg-odice-red-950\/55{
  background-color: rgb(64 16 15 / 0.55);
}
.bg-odice-red-950\/60{
  background-color: rgb(64 16 15 / 0.6);
}
.bg-odice-red-950\/65{
  background-color: rgb(64 16 15 / 0.65);
}
.bg-odice-red-950\/70{
  background-color: rgb(64 16 15 / 0.7);
}
.bg-odice-red-950\/75{
  background-color: rgb(64 16 15 / 0.75);
}
.bg-odice-red-950\/80{
  background-color: rgb(64 16 15 / 0.8);
}
.bg-odice-red-950\/85{
  background-color: rgb(64 16 15 / 0.85);
}
.bg-odice-red-950\/90{
  background-color: rgb(64 16 15 / 0.9);
}
.bg-odice-red-950\/95{
  background-color: rgb(64 16 15 / 0.95);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-black{
  fill: #000;
}
.fill-indigo-500{
  fill: #6366f1;
}
.stroke-gray-400{
  stroke: #9ca3af;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pe-4{
  padding-inline-end: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-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;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#00448A\]{
  --tw-text-opacity: 1;
  color: rgb(0 68 138 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-odice-blue-500{
  --tw-text-opacity: 1;
  color: rgb(79 121 161 / var(--tw-text-opacity));
}
.text-odice-blue-500\/0{
  color: rgb(79 121 161 / 0);
}
.text-odice-blue-500\/10{
  color: rgb(79 121 161 / 0.1);
}
.text-odice-blue-500\/100{
  color: rgb(79 121 161 / 1);
}
.text-odice-blue-500\/15{
  color: rgb(79 121 161 / 0.15);
}
.text-odice-blue-500\/20{
  color: rgb(79 121 161 / 0.2);
}
.text-odice-blue-500\/25{
  color: rgb(79 121 161 / 0.25);
}
.text-odice-blue-500\/30{
  color: rgb(79 121 161 / 0.3);
}
.text-odice-blue-500\/35{
  color: rgb(79 121 161 / 0.35);
}
.text-odice-blue-500\/40{
  color: rgb(79 121 161 / 0.4);
}
.text-odice-blue-500\/45{
  color: rgb(79 121 161 / 0.45);
}
.text-odice-blue-500\/5{
  color: rgb(79 121 161 / 0.05);
}
.text-odice-blue-500\/50{
  color: rgb(79 121 161 / 0.5);
}
.text-odice-blue-500\/55{
  color: rgb(79 121 161 / 0.55);
}
.text-odice-blue-500\/60{
  color: rgb(79 121 161 / 0.6);
}
.text-odice-blue-500\/65{
  color: rgb(79 121 161 / 0.65);
}
.text-odice-blue-500\/70{
  color: rgb(79 121 161 / 0.7);
}
.text-odice-blue-500\/75{
  color: rgb(79 121 161 / 0.75);
}
.text-odice-blue-500\/80{
  color: rgb(79 121 161 / 0.8);
}
.text-odice-blue-500\/85{
  color: rgb(79 121 161 / 0.85);
}
.text-odice-blue-500\/90{
  color: rgb(79 121 161 / 0.9);
}
.text-odice-blue-500\/95{
  color: rgb(79 121 161 / 0.95);
}
.text-odice-blue-600{
  --tw-text-opacity: 1;
  color: rgb(63 100 138 / var(--tw-text-opacity));
}
.text-odice-blue-600\/0{
  color: rgb(63 100 138 / 0);
}
.text-odice-blue-600\/10{
  color: rgb(63 100 138 / 0.1);
}
.text-odice-blue-600\/100{
  color: rgb(63 100 138 / 1);
}
.text-odice-blue-600\/15{
  color: rgb(63 100 138 / 0.15);
}
.text-odice-blue-600\/20{
  color: rgb(63 100 138 / 0.2);
}
.text-odice-blue-600\/25{
  color: rgb(63 100 138 / 0.25);
}
.text-odice-blue-600\/30{
  color: rgb(63 100 138 / 0.3);
}
.text-odice-blue-600\/35{
  color: rgb(63 100 138 / 0.35);
}
.text-odice-blue-600\/40{
  color: rgb(63 100 138 / 0.4);
}
.text-odice-blue-600\/45{
  color: rgb(63 100 138 / 0.45);
}
.text-odice-blue-600\/5{
  color: rgb(63 100 138 / 0.05);
}
.text-odice-blue-600\/50{
  color: rgb(63 100 138 / 0.5);
}
.text-odice-blue-600\/55{
  color: rgb(63 100 138 / 0.55);
}
.text-odice-blue-600\/60{
  color: rgb(63 100 138 / 0.6);
}
.text-odice-blue-600\/65{
  color: rgb(63 100 138 / 0.65);
}
.text-odice-blue-600\/70{
  color: rgb(63 100 138 / 0.7);
}
.text-odice-blue-600\/75{
  color: rgb(63 100 138 / 0.75);
}
.text-odice-blue-600\/80{
  color: rgb(63 100 138 / 0.8);
}
.text-odice-blue-600\/85{
  color: rgb(63 100 138 / 0.85);
}
.text-odice-blue-600\/90{
  color: rgb(63 100 138 / 0.9);
}
.text-odice-blue-600\/95{
  color: rgb(63 100 138 / 0.95);
}
.text-odice-blue-700{
  --tw-text-opacity: 1;
  color: rgb(52 80 112 / var(--tw-text-opacity));
}
.text-odice-blue-700\/0{
  color: rgb(52 80 112 / 0);
}
.text-odice-blue-700\/10{
  color: rgb(52 80 112 / 0.1);
}
.text-odice-blue-700\/100{
  color: rgb(52 80 112 / 1);
}
.text-odice-blue-700\/15{
  color: rgb(52 80 112 / 0.15);
}
.text-odice-blue-700\/20{
  color: rgb(52 80 112 / 0.2);
}
.text-odice-blue-700\/25{
  color: rgb(52 80 112 / 0.25);
}
.text-odice-blue-700\/30{
  color: rgb(52 80 112 / 0.3);
}
.text-odice-blue-700\/35{
  color: rgb(52 80 112 / 0.35);
}
.text-odice-blue-700\/40{
  color: rgb(52 80 112 / 0.4);
}
.text-odice-blue-700\/45{
  color: rgb(52 80 112 / 0.45);
}
.text-odice-blue-700\/5{
  color: rgb(52 80 112 / 0.05);
}
.text-odice-blue-700\/50{
  color: rgb(52 80 112 / 0.5);
}
.text-odice-blue-700\/55{
  color: rgb(52 80 112 / 0.55);
}
.text-odice-blue-700\/60{
  color: rgb(52 80 112 / 0.6);
}
.text-odice-blue-700\/65{
  color: rgb(52 80 112 / 0.65);
}
.text-odice-blue-700\/70{
  color: rgb(52 80 112 / 0.7);
}
.text-odice-blue-700\/75{
  color: rgb(52 80 112 / 0.75);
}
.text-odice-blue-700\/80{
  color: rgb(52 80 112 / 0.8);
}
.text-odice-blue-700\/85{
  color: rgb(52 80 112 / 0.85);
}
.text-odice-blue-700\/90{
  color: rgb(52 80 112 / 0.9);
}
.text-odice-blue-700\/95{
  color: rgb(52 80 112 / 0.95);
}
.text-odice-blue-800{
  --tw-text-opacity: 1;
  color: rgb(46 68 94 / var(--tw-text-opacity));
}
.text-odice-blue-800\/0{
  color: rgb(46 68 94 / 0);
}
.text-odice-blue-800\/10{
  color: rgb(46 68 94 / 0.1);
}
.text-odice-blue-800\/100{
  color: rgb(46 68 94 / 1);
}
.text-odice-blue-800\/15{
  color: rgb(46 68 94 / 0.15);
}
.text-odice-blue-800\/20{
  color: rgb(46 68 94 / 0.2);
}
.text-odice-blue-800\/25{
  color: rgb(46 68 94 / 0.25);
}
.text-odice-blue-800\/30{
  color: rgb(46 68 94 / 0.3);
}
.text-odice-blue-800\/35{
  color: rgb(46 68 94 / 0.35);
}
.text-odice-blue-800\/40{
  color: rgb(46 68 94 / 0.4);
}
.text-odice-blue-800\/45{
  color: rgb(46 68 94 / 0.45);
}
.text-odice-blue-800\/5{
  color: rgb(46 68 94 / 0.05);
}
.text-odice-blue-800\/50{
  color: rgb(46 68 94 / 0.5);
}
.text-odice-blue-800\/55{
  color: rgb(46 68 94 / 0.55);
}
.text-odice-blue-800\/60{
  color: rgb(46 68 94 / 0.6);
}
.text-odice-blue-800\/65{
  color: rgb(46 68 94 / 0.65);
}
.text-odice-blue-800\/70{
  color: rgb(46 68 94 / 0.7);
}
.text-odice-blue-800\/75{
  color: rgb(46 68 94 / 0.75);
}
.text-odice-blue-800\/80{
  color: rgb(46 68 94 / 0.8);
}
.text-odice-blue-800\/85{
  color: rgb(46 68 94 / 0.85);
}
.text-odice-blue-800\/90{
  color: rgb(46 68 94 / 0.9);
}
.text-odice-blue-800\/95{
  color: rgb(46 68 94 / 0.95);
}
.text-odice-blue-900{
  --tw-text-opacity: 1;
  color: rgb(42 59 80 / var(--tw-text-opacity));
}
.text-odice-blue-900\/0{
  color: rgb(42 59 80 / 0);
}
.text-odice-blue-900\/10{
  color: rgb(42 59 80 / 0.1);
}
.text-odice-blue-900\/100{
  color: rgb(42 59 80 / 1);
}
.text-odice-blue-900\/15{
  color: rgb(42 59 80 / 0.15);
}
.text-odice-blue-900\/20{
  color: rgb(42 59 80 / 0.2);
}
.text-odice-blue-900\/25{
  color: rgb(42 59 80 / 0.25);
}
.text-odice-blue-900\/30{
  color: rgb(42 59 80 / 0.3);
}
.text-odice-blue-900\/35{
  color: rgb(42 59 80 / 0.35);
}
.text-odice-blue-900\/40{
  color: rgb(42 59 80 / 0.4);
}
.text-odice-blue-900\/45{
  color: rgb(42 59 80 / 0.45);
}
.text-odice-blue-900\/5{
  color: rgb(42 59 80 / 0.05);
}
.text-odice-blue-900\/50{
  color: rgb(42 59 80 / 0.5);
}
.text-odice-blue-900\/55{
  color: rgb(42 59 80 / 0.55);
}
.text-odice-blue-900\/60{
  color: rgb(42 59 80 / 0.6);
}
.text-odice-blue-900\/65{
  color: rgb(42 59 80 / 0.65);
}
.text-odice-blue-900\/70{
  color: rgb(42 59 80 / 0.7);
}
.text-odice-blue-900\/75{
  color: rgb(42 59 80 / 0.75);
}
.text-odice-blue-900\/80{
  color: rgb(42 59 80 / 0.8);
}
.text-odice-blue-900\/85{
  color: rgb(42 59 80 / 0.85);
}
.text-odice-blue-900\/90{
  color: rgb(42 59 80 / 0.9);
}
.text-odice-blue-900\/95{
  color: rgb(42 59 80 / 0.95);
}
.text-odice-blue-950{
  --tw-text-opacity: 1;
  color: rgb(28 39 53 / var(--tw-text-opacity));
}
.text-odice-blue-950\/0{
  color: rgb(28 39 53 / 0);
}
.text-odice-blue-950\/10{
  color: rgb(28 39 53 / 0.1);
}
.text-odice-blue-950\/100{
  color: rgb(28 39 53 / 1);
}
.text-odice-blue-950\/15{
  color: rgb(28 39 53 / 0.15);
}
.text-odice-blue-950\/20{
  color: rgb(28 39 53 / 0.2);
}
.text-odice-blue-950\/25{
  color: rgb(28 39 53 / 0.25);
}
.text-odice-blue-950\/30{
  color: rgb(28 39 53 / 0.3);
}
.text-odice-blue-950\/35{
  color: rgb(28 39 53 / 0.35);
}
.text-odice-blue-950\/40{
  color: rgb(28 39 53 / 0.4);
}
.text-odice-blue-950\/45{
  color: rgb(28 39 53 / 0.45);
}
.text-odice-blue-950\/5{
  color: rgb(28 39 53 / 0.05);
}
.text-odice-blue-950\/50{
  color: rgb(28 39 53 / 0.5);
}
.text-odice-blue-950\/55{
  color: rgb(28 39 53 / 0.55);
}
.text-odice-blue-950\/60{
  color: rgb(28 39 53 / 0.6);
}
.text-odice-blue-950\/65{
  color: rgb(28 39 53 / 0.65);
}
.text-odice-blue-950\/70{
  color: rgb(28 39 53 / 0.7);
}
.text-odice-blue-950\/75{
  color: rgb(28 39 53 / 0.75);
}
.text-odice-blue-950\/80{
  color: rgb(28 39 53 / 0.8);
}
.text-odice-blue-950\/85{
  color: rgb(28 39 53 / 0.85);
}
.text-odice-blue-950\/90{
  color: rgb(28 39 53 / 0.9);
}
.text-odice-blue-950\/95{
  color: rgb(28 39 53 / 0.95);
}
.text-odice-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(50 168 207 / var(--tw-text-opacity));
}
.text-odice-gold-500{
  --tw-text-opacity: 1;
  color: rgb(239 179 3 / var(--tw-text-opacity));
}
.text-odice-gold-500\/0{
  color: rgb(239 179 3 / 0);
}
.text-odice-gold-500\/10{
  color: rgb(239 179 3 / 0.1);
}
.text-odice-gold-500\/100{
  color: rgb(239 179 3 / 1);
}
.text-odice-gold-500\/15{
  color: rgb(239 179 3 / 0.15);
}
.text-odice-gold-500\/20{
  color: rgb(239 179 3 / 0.2);
}
.text-odice-gold-500\/25{
  color: rgb(239 179 3 / 0.25);
}
.text-odice-gold-500\/30{
  color: rgb(239 179 3 / 0.3);
}
.text-odice-gold-500\/35{
  color: rgb(239 179 3 / 0.35);
}
.text-odice-gold-500\/40{
  color: rgb(239 179 3 / 0.4);
}
.text-odice-gold-500\/45{
  color: rgb(239 179 3 / 0.45);
}
.text-odice-gold-500\/5{
  color: rgb(239 179 3 / 0.05);
}
.text-odice-gold-500\/50{
  color: rgb(239 179 3 / 0.5);
}
.text-odice-gold-500\/55{
  color: rgb(239 179 3 / 0.55);
}
.text-odice-gold-500\/60{
  color: rgb(239 179 3 / 0.6);
}
.text-odice-gold-500\/65{
  color: rgb(239 179 3 / 0.65);
}
.text-odice-gold-500\/70{
  color: rgb(239 179 3 / 0.7);
}
.text-odice-gold-500\/75{
  color: rgb(239 179 3 / 0.75);
}
.text-odice-gold-500\/80{
  color: rgb(239 179 3 / 0.8);
}
.text-odice-gold-500\/85{
  color: rgb(239 179 3 / 0.85);
}
.text-odice-gold-500\/90{
  color: rgb(239 179 3 / 0.9);
}
.text-odice-gold-500\/95{
  color: rgb(239 179 3 / 0.95);
}
.text-odice-gold-600{
  --tw-text-opacity: 1;
  color: rgb(216 144 0 / var(--tw-text-opacity));
}
.text-odice-gold-600\/0{
  color: rgb(216 144 0 / 0);
}
.text-odice-gold-600\/10{
  color: rgb(216 144 0 / 0.1);
}
.text-odice-gold-600\/100{
  color: rgb(216 144 0 / 1);
}
.text-odice-gold-600\/15{
  color: rgb(216 144 0 / 0.15);
}
.text-odice-gold-600\/20{
  color: rgb(216 144 0 / 0.2);
}
.text-odice-gold-600\/25{
  color: rgb(216 144 0 / 0.25);
}
.text-odice-gold-600\/30{
  color: rgb(216 144 0 / 0.3);
}
.text-odice-gold-600\/35{
  color: rgb(216 144 0 / 0.35);
}
.text-odice-gold-600\/40{
  color: rgb(216 144 0 / 0.4);
}
.text-odice-gold-600\/45{
  color: rgb(216 144 0 / 0.45);
}
.text-odice-gold-600\/5{
  color: rgb(216 144 0 / 0.05);
}
.text-odice-gold-600\/50{
  color: rgb(216 144 0 / 0.5);
}
.text-odice-gold-600\/55{
  color: rgb(216 144 0 / 0.55);
}
.text-odice-gold-600\/60{
  color: rgb(216 144 0 / 0.6);
}
.text-odice-gold-600\/65{
  color: rgb(216 144 0 / 0.65);
}
.text-odice-gold-600\/70{
  color: rgb(216 144 0 / 0.7);
}
.text-odice-gold-600\/75{
  color: rgb(216 144 0 / 0.75);
}
.text-odice-gold-600\/80{
  color: rgb(216 144 0 / 0.8);
}
.text-odice-gold-600\/85{
  color: rgb(216 144 0 / 0.85);
}
.text-odice-gold-600\/90{
  color: rgb(216 144 0 / 0.9);
}
.text-odice-gold-600\/95{
  color: rgb(216 144 0 / 0.95);
}
.text-odice-gold-700{
  --tw-text-opacity: 1;
  color: rgb(164 97 4 / var(--tw-text-opacity));
}
.text-odice-gold-700\/0{
  color: rgb(164 97 4 / 0);
}
.text-odice-gold-700\/10{
  color: rgb(164 97 4 / 0.1);
}
.text-odice-gold-700\/100{
  color: rgb(164 97 4 / 1);
}
.text-odice-gold-700\/15{
  color: rgb(164 97 4 / 0.15);
}
.text-odice-gold-700\/20{
  color: rgb(164 97 4 / 0.2);
}
.text-odice-gold-700\/25{
  color: rgb(164 97 4 / 0.25);
}
.text-odice-gold-700\/30{
  color: rgb(164 97 4 / 0.3);
}
.text-odice-gold-700\/35{
  color: rgb(164 97 4 / 0.35);
}
.text-odice-gold-700\/40{
  color: rgb(164 97 4 / 0.4);
}
.text-odice-gold-700\/45{
  color: rgb(164 97 4 / 0.45);
}
.text-odice-gold-700\/5{
  color: rgb(164 97 4 / 0.05);
}
.text-odice-gold-700\/50{
  color: rgb(164 97 4 / 0.5);
}
.text-odice-gold-700\/55{
  color: rgb(164 97 4 / 0.55);
}
.text-odice-gold-700\/60{
  color: rgb(164 97 4 / 0.6);
}
.text-odice-gold-700\/65{
  color: rgb(164 97 4 / 0.65);
}
.text-odice-gold-700\/70{
  color: rgb(164 97 4 / 0.7);
}
.text-odice-gold-700\/75{
  color: rgb(164 97 4 / 0.75);
}
.text-odice-gold-700\/80{
  color: rgb(164 97 4 / 0.8);
}
.text-odice-gold-700\/85{
  color: rgb(164 97 4 / 0.85);
}
.text-odice-gold-700\/90{
  color: rgb(164 97 4 / 0.9);
}
.text-odice-gold-700\/95{
  color: rgb(164 97 4 / 0.95);
}
.text-odice-gold-800{
  --tw-text-opacity: 1;
  color: rgb(135 76 12 / var(--tw-text-opacity));
}
.text-odice-gold-800\/0{
  color: rgb(135 76 12 / 0);
}
.text-odice-gold-800\/10{
  color: rgb(135 76 12 / 0.1);
}
.text-odice-gold-800\/100{
  color: rgb(135 76 12 / 1);
}
.text-odice-gold-800\/15{
  color: rgb(135 76 12 / 0.15);
}
.text-odice-gold-800\/20{
  color: rgb(135 76 12 / 0.2);
}
.text-odice-gold-800\/25{
  color: rgb(135 76 12 / 0.25);
}
.text-odice-gold-800\/30{
  color: rgb(135 76 12 / 0.3);
}
.text-odice-gold-800\/35{
  color: rgb(135 76 12 / 0.35);
}
.text-odice-gold-800\/40{
  color: rgb(135 76 12 / 0.4);
}
.text-odice-gold-800\/45{
  color: rgb(135 76 12 / 0.45);
}
.text-odice-gold-800\/5{
  color: rgb(135 76 12 / 0.05);
}
.text-odice-gold-800\/50{
  color: rgb(135 76 12 / 0.5);
}
.text-odice-gold-800\/55{
  color: rgb(135 76 12 / 0.55);
}
.text-odice-gold-800\/60{
  color: rgb(135 76 12 / 0.6);
}
.text-odice-gold-800\/65{
  color: rgb(135 76 12 / 0.65);
}
.text-odice-gold-800\/70{
  color: rgb(135 76 12 / 0.7);
}
.text-odice-gold-800\/75{
  color: rgb(135 76 12 / 0.75);
}
.text-odice-gold-800\/80{
  color: rgb(135 76 12 / 0.8);
}
.text-odice-gold-800\/85{
  color: rgb(135 76 12 / 0.85);
}
.text-odice-gold-800\/90{
  color: rgb(135 76 12 / 0.9);
}
.text-odice-gold-800\/95{
  color: rgb(135 76 12 / 0.95);
}
.text-odice-gold-900{
  --tw-text-opacity: 1;
  color: rgb(115 62 16 / var(--tw-text-opacity));
}
.text-odice-gold-900\/0{
  color: rgb(115 62 16 / 0);
}
.text-odice-gold-900\/10{
  color: rgb(115 62 16 / 0.1);
}
.text-odice-gold-900\/100{
  color: rgb(115 62 16 / 1);
}
.text-odice-gold-900\/15{
  color: rgb(115 62 16 / 0.15);
}
.text-odice-gold-900\/20{
  color: rgb(115 62 16 / 0.2);
}
.text-odice-gold-900\/25{
  color: rgb(115 62 16 / 0.25);
}
.text-odice-gold-900\/30{
  color: rgb(115 62 16 / 0.3);
}
.text-odice-gold-900\/35{
  color: rgb(115 62 16 / 0.35);
}
.text-odice-gold-900\/40{
  color: rgb(115 62 16 / 0.4);
}
.text-odice-gold-900\/45{
  color: rgb(115 62 16 / 0.45);
}
.text-odice-gold-900\/5{
  color: rgb(115 62 16 / 0.05);
}
.text-odice-gold-900\/50{
  color: rgb(115 62 16 / 0.5);
}
.text-odice-gold-900\/55{
  color: rgb(115 62 16 / 0.55);
}
.text-odice-gold-900\/60{
  color: rgb(115 62 16 / 0.6);
}
.text-odice-gold-900\/65{
  color: rgb(115 62 16 / 0.65);
}
.text-odice-gold-900\/70{
  color: rgb(115 62 16 / 0.7);
}
.text-odice-gold-900\/75{
  color: rgb(115 62 16 / 0.75);
}
.text-odice-gold-900\/80{
  color: rgb(115 62 16 / 0.8);
}
.text-odice-gold-900\/85{
  color: rgb(115 62 16 / 0.85);
}
.text-odice-gold-900\/90{
  color: rgb(115 62 16 / 0.9);
}
.text-odice-gold-900\/95{
  color: rgb(115 62 16 / 0.95);
}
.text-odice-gold-950{
  --tw-text-opacity: 1;
  color: rgb(67 31 5 / var(--tw-text-opacity));
}
.text-odice-gold-950\/0{
  color: rgb(67 31 5 / 0);
}
.text-odice-gold-950\/10{
  color: rgb(67 31 5 / 0.1);
}
.text-odice-gold-950\/100{
  color: rgb(67 31 5 / 1);
}
.text-odice-gold-950\/15{
  color: rgb(67 31 5 / 0.15);
}
.text-odice-gold-950\/20{
  color: rgb(67 31 5 / 0.2);
}
.text-odice-gold-950\/25{
  color: rgb(67 31 5 / 0.25);
}
.text-odice-gold-950\/30{
  color: rgb(67 31 5 / 0.3);
}
.text-odice-gold-950\/35{
  color: rgb(67 31 5 / 0.35);
}
.text-odice-gold-950\/40{
  color: rgb(67 31 5 / 0.4);
}
.text-odice-gold-950\/45{
  color: rgb(67 31 5 / 0.45);
}
.text-odice-gold-950\/5{
  color: rgb(67 31 5 / 0.05);
}
.text-odice-gold-950\/50{
  color: rgb(67 31 5 / 0.5);
}
.text-odice-gold-950\/55{
  color: rgb(67 31 5 / 0.55);
}
.text-odice-gold-950\/60{
  color: rgb(67 31 5 / 0.6);
}
.text-odice-gold-950\/65{
  color: rgb(67 31 5 / 0.65);
}
.text-odice-gold-950\/70{
  color: rgb(67 31 5 / 0.7);
}
.text-odice-gold-950\/75{
  color: rgb(67 31 5 / 0.75);
}
.text-odice-gold-950\/80{
  color: rgb(67 31 5 / 0.8);
}
.text-odice-gold-950\/85{
  color: rgb(67 31 5 / 0.85);
}
.text-odice-gold-950\/90{
  color: rgb(67 31 5 / 0.9);
}
.text-odice-gold-950\/95{
  color: rgb(67 31 5 / 0.95);
}
.text-odice-grey-100{
  --tw-text-opacity: 1;
  color: rgb(231 230 230 / var(--tw-text-opacity));
}
.text-odice-grey-400{
  --tw-text-opacity: 1;
  color: rgb(140 136 132 / var(--tw-text-opacity));
}
.text-odice-grey-600{
  --tw-text-opacity: 1;
  color: rgb(96 93 90 / var(--tw-text-opacity));
}
.text-odice-red-500{
  --tw-text-opacity: 1;
  color: rgb(225 85 82 / var(--tw-text-opacity));
}
.text-odice-red-500\/0{
  color: rgb(225 85 82 / 0);
}
.text-odice-red-500\/10{
  color: rgb(225 85 82 / 0.1);
}
.text-odice-red-500\/100{
  color: rgb(225 85 82 / 1);
}
.text-odice-red-500\/15{
  color: rgb(225 85 82 / 0.15);
}
.text-odice-red-500\/20{
  color: rgb(225 85 82 / 0.2);
}
.text-odice-red-500\/25{
  color: rgb(225 85 82 / 0.25);
}
.text-odice-red-500\/30{
  color: rgb(225 85 82 / 0.3);
}
.text-odice-red-500\/35{
  color: rgb(225 85 82 / 0.35);
}
.text-odice-red-500\/40{
  color: rgb(225 85 82 / 0.4);
}
.text-odice-red-500\/45{
  color: rgb(225 85 82 / 0.45);
}
.text-odice-red-500\/5{
  color: rgb(225 85 82 / 0.05);
}
.text-odice-red-500\/50{
  color: rgb(225 85 82 / 0.5);
}
.text-odice-red-500\/55{
  color: rgb(225 85 82 / 0.55);
}
.text-odice-red-500\/60{
  color: rgb(225 85 82 / 0.6);
}
.text-odice-red-500\/65{
  color: rgb(225 85 82 / 0.65);
}
.text-odice-red-500\/70{
  color: rgb(225 85 82 / 0.7);
}
.text-odice-red-500\/75{
  color: rgb(225 85 82 / 0.75);
}
.text-odice-red-500\/80{
  color: rgb(225 85 82 / 0.8);
}
.text-odice-red-500\/85{
  color: rgb(225 85 82 / 0.85);
}
.text-odice-red-500\/90{
  color: rgb(225 85 82 / 0.9);
}
.text-odice-red-500\/95{
  color: rgb(225 85 82 / 0.95);
}
.text-odice-red-600{
  --tw-text-opacity: 1;
  color: rgb(200 53 50 / var(--tw-text-opacity));
}
.text-odice-red-600\/0{
  color: rgb(200 53 50 / 0);
}
.text-odice-red-600\/10{
  color: rgb(200 53 50 / 0.1);
}
.text-odice-red-600\/100{
  color: rgb(200 53 50 / 1);
}
.text-odice-red-600\/15{
  color: rgb(200 53 50 / 0.15);
}
.text-odice-red-600\/20{
  color: rgb(200 53 50 / 0.2);
}
.text-odice-red-600\/25{
  color: rgb(200 53 50 / 0.25);
}
.text-odice-red-600\/30{
  color: rgb(200 53 50 / 0.3);
}
.text-odice-red-600\/35{
  color: rgb(200 53 50 / 0.35);
}
.text-odice-red-600\/40{
  color: rgb(200 53 50 / 0.4);
}
.text-odice-red-600\/45{
  color: rgb(200 53 50 / 0.45);
}
.text-odice-red-600\/5{
  color: rgb(200 53 50 / 0.05);
}
.text-odice-red-600\/50{
  color: rgb(200 53 50 / 0.5);
}
.text-odice-red-600\/55{
  color: rgb(200 53 50 / 0.55);
}
.text-odice-red-600\/60{
  color: rgb(200 53 50 / 0.6);
}
.text-odice-red-600\/65{
  color: rgb(200 53 50 / 0.65);
}
.text-odice-red-600\/70{
  color: rgb(200 53 50 / 0.7);
}
.text-odice-red-600\/75{
  color: rgb(200 53 50 / 0.75);
}
.text-odice-red-600\/80{
  color: rgb(200 53 50 / 0.8);
}
.text-odice-red-600\/85{
  color: rgb(200 53 50 / 0.85);
}
.text-odice-red-600\/90{
  color: rgb(200 53 50 / 0.9);
}
.text-odice-red-600\/95{
  color: rgb(200 53 50 / 0.95);
}
.text-odice-red-700{
  --tw-text-opacity: 1;
  color: rgb(172 44 41 / var(--tw-text-opacity));
}
.text-odice-red-700\/0{
  color: rgb(172 44 41 / 0);
}
.text-odice-red-700\/10{
  color: rgb(172 44 41 / 0.1);
}
.text-odice-red-700\/100{
  color: rgb(172 44 41 / 1);
}
.text-odice-red-700\/15{
  color: rgb(172 44 41 / 0.15);
}
.text-odice-red-700\/20{
  color: rgb(172 44 41 / 0.2);
}
.text-odice-red-700\/25{
  color: rgb(172 44 41 / 0.25);
}
.text-odice-red-700\/30{
  color: rgb(172 44 41 / 0.3);
}
.text-odice-red-700\/35{
  color: rgb(172 44 41 / 0.35);
}
.text-odice-red-700\/40{
  color: rgb(172 44 41 / 0.4);
}
.text-odice-red-700\/45{
  color: rgb(172 44 41 / 0.45);
}
.text-odice-red-700\/5{
  color: rgb(172 44 41 / 0.05);
}
.text-odice-red-700\/50{
  color: rgb(172 44 41 / 0.5);
}
.text-odice-red-700\/55{
  color: rgb(172 44 41 / 0.55);
}
.text-odice-red-700\/60{
  color: rgb(172 44 41 / 0.6);
}
.text-odice-red-700\/65{
  color: rgb(172 44 41 / 0.65);
}
.text-odice-red-700\/70{
  color: rgb(172 44 41 / 0.7);
}
.text-odice-red-700\/75{
  color: rgb(172 44 41 / 0.75);
}
.text-odice-red-700\/80{
  color: rgb(172 44 41 / 0.8);
}
.text-odice-red-700\/85{
  color: rgb(172 44 41 / 0.85);
}
.text-odice-red-700\/90{
  color: rgb(172 44 41 / 0.9);
}
.text-odice-red-700\/95{
  color: rgb(172 44 41 / 0.95);
}
.text-odice-red-800{
  --tw-text-opacity: 1;
  color: rgb(142 40 38 / var(--tw-text-opacity));
}
.text-odice-red-800\/0{
  color: rgb(142 40 38 / 0);
}
.text-odice-red-800\/10{
  color: rgb(142 40 38 / 0.1);
}
.text-odice-red-800\/100{
  color: rgb(142 40 38 / 1);
}
.text-odice-red-800\/15{
  color: rgb(142 40 38 / 0.15);
}
.text-odice-red-800\/20{
  color: rgb(142 40 38 / 0.2);
}
.text-odice-red-800\/25{
  color: rgb(142 40 38 / 0.25);
}
.text-odice-red-800\/30{
  color: rgb(142 40 38 / 0.3);
}
.text-odice-red-800\/35{
  color: rgb(142 40 38 / 0.35);
}
.text-odice-red-800\/40{
  color: rgb(142 40 38 / 0.4);
}
.text-odice-red-800\/45{
  color: rgb(142 40 38 / 0.45);
}
.text-odice-red-800\/5{
  color: rgb(142 40 38 / 0.05);
}
.text-odice-red-800\/50{
  color: rgb(142 40 38 / 0.5);
}
.text-odice-red-800\/55{
  color: rgb(142 40 38 / 0.55);
}
.text-odice-red-800\/60{
  color: rgb(142 40 38 / 0.6);
}
.text-odice-red-800\/65{
  color: rgb(142 40 38 / 0.65);
}
.text-odice-red-800\/70{
  color: rgb(142 40 38 / 0.7);
}
.text-odice-red-800\/75{
  color: rgb(142 40 38 / 0.75);
}
.text-odice-red-800\/80{
  color: rgb(142 40 38 / 0.8);
}
.text-odice-red-800\/85{
  color: rgb(142 40 38 / 0.85);
}
.text-odice-red-800\/90{
  color: rgb(142 40 38 / 0.9);
}
.text-odice-red-800\/95{
  color: rgb(142 40 38 / 0.95);
}
.text-odice-red-900{
  --tw-text-opacity: 1;
  color: rgb(119 39 37 / var(--tw-text-opacity));
}
.text-odice-red-900\/0{
  color: rgb(119 39 37 / 0);
}
.text-odice-red-900\/10{
  color: rgb(119 39 37 / 0.1);
}
.text-odice-red-900\/100{
  color: rgb(119 39 37 / 1);
}
.text-odice-red-900\/15{
  color: rgb(119 39 37 / 0.15);
}
.text-odice-red-900\/20{
  color: rgb(119 39 37 / 0.2);
}
.text-odice-red-900\/25{
  color: rgb(119 39 37 / 0.25);
}
.text-odice-red-900\/30{
  color: rgb(119 39 37 / 0.3);
}
.text-odice-red-900\/35{
  color: rgb(119 39 37 / 0.35);
}
.text-odice-red-900\/40{
  color: rgb(119 39 37 / 0.4);
}
.text-odice-red-900\/45{
  color: rgb(119 39 37 / 0.45);
}
.text-odice-red-900\/5{
  color: rgb(119 39 37 / 0.05);
}
.text-odice-red-900\/50{
  color: rgb(119 39 37 / 0.5);
}
.text-odice-red-900\/55{
  color: rgb(119 39 37 / 0.55);
}
.text-odice-red-900\/60{
  color: rgb(119 39 37 / 0.6);
}
.text-odice-red-900\/65{
  color: rgb(119 39 37 / 0.65);
}
.text-odice-red-900\/70{
  color: rgb(119 39 37 / 0.7);
}
.text-odice-red-900\/75{
  color: rgb(119 39 37 / 0.75);
}
.text-odice-red-900\/80{
  color: rgb(119 39 37 / 0.8);
}
.text-odice-red-900\/85{
  color: rgb(119 39 37 / 0.85);
}
.text-odice-red-900\/90{
  color: rgb(119 39 37 / 0.9);
}
.text-odice-red-900\/95{
  color: rgb(119 39 37 / 0.95);
}
.text-odice-red-950{
  --tw-text-opacity: 1;
  color: rgb(64 16 15 / var(--tw-text-opacity));
}
.text-odice-red-950\/0{
  color: rgb(64 16 15 / 0);
}
.text-odice-red-950\/10{
  color: rgb(64 16 15 / 0.1);
}
.text-odice-red-950\/100{
  color: rgb(64 16 15 / 1);
}
.text-odice-red-950\/15{
  color: rgb(64 16 15 / 0.15);
}
.text-odice-red-950\/20{
  color: rgb(64 16 15 / 0.2);
}
.text-odice-red-950\/25{
  color: rgb(64 16 15 / 0.25);
}
.text-odice-red-950\/30{
  color: rgb(64 16 15 / 0.3);
}
.text-odice-red-950\/35{
  color: rgb(64 16 15 / 0.35);
}
.text-odice-red-950\/40{
  color: rgb(64 16 15 / 0.4);
}
.text-odice-red-950\/45{
  color: rgb(64 16 15 / 0.45);
}
.text-odice-red-950\/5{
  color: rgb(64 16 15 / 0.05);
}
.text-odice-red-950\/50{
  color: rgb(64 16 15 / 0.5);
}
.text-odice-red-950\/55{
  color: rgb(64 16 15 / 0.55);
}
.text-odice-red-950\/60{
  color: rgb(64 16 15 / 0.6);
}
.text-odice-red-950\/65{
  color: rgb(64 16 15 / 0.65);
}
.text-odice-red-950\/70{
  color: rgb(64 16 15 / 0.7);
}
.text-odice-red-950\/75{
  color: rgb(64 16 15 / 0.75);
}
.text-odice-red-950\/80{
  color: rgb(64 16 15 / 0.8);
}
.text-odice-red-950\/85{
  color: rgb(64 16 15 / 0.85);
}
.text-odice-red-950\/90{
  color: rgb(64 16 15 / 0.9);
}
.text-odice-red-950\/95{
  color: rgb(64 16 15 / 0.95);
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-odice-grey-300{
  --tw-shadow-color: #B3B0AD;
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1{
  --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, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia-0{
  --tw-sepia: sepia(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html, body, p, div, span, h1, h2, h3, h4, h5, h6, ul, li, ol, form, button, input, textarea {
  font-family: "Barlow", sans-serif;
}
.poppins, .poppins * {
  font-family: "Poppins", sans-serif !important;
}
[x-cloak] {
  display: none;
}
#filters .select2-selection.select2-selection--multiple, #filters .select2-selection.select2-selection--single{
  padding-bottom: 0px;
  height: 1.75rem;
  border: none !important;
  min-height: 1.75rem;
}
#filters .select2-selection.select2-selection--multiple .select2-selection__arrow, #filters .select2-selection.select2-selection--single .select2-selection__arrow {
  display: none;
}
#filters .select2-selection.select2-selection--multiple .select2-selection__choice, #filters .select2-selection.select2-selection--multiple .select2-selection__choice li, #filters .select2-selection.select2-selection--multiple .select2-selection__choice button, #filters .select2-selection.select2-selection--single .select2-selection__choice, #filters .select2-selection.select2-selection--single .select2-selection__choice li, #filters .select2-selection.select2-selection--single .select2-selection__choice button{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#filters .select2-selection.select2-selection--multiple .select2-selection__choice span, #filters .select2-selection.select2-selection--multiple .select2-selection__choice button, #filters .select2-selection.select2-selection--multiple .select2-selection__choice li span, #filters .select2-selection.select2-selection--multiple .select2-selection__choice li button, #filters .select2-selection.select2-selection--multiple .select2-selection__choice button span, #filters .select2-selection.select2-selection--multiple .select2-selection__choice button button, #filters .select2-selection.select2-selection--single .select2-selection__choice span, #filters .select2-selection.select2-selection--single .select2-selection__choice button, #filters .select2-selection.select2-selection--single .select2-selection__choice li span, #filters .select2-selection.select2-selection--single .select2-selection__choice li button, #filters .select2-selection.select2-selection--single .select2-selection__choice button span, #filters .select2-selection.select2-selection--single .select2-selection__choice button button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border: 0px !important;
}
#filters .select2-selection.select2-selection--multiple .select2-search.select2-search--inline, #filters .select2-selection.select2-selection--single .select2-search.select2-search--inline {
  height: 1.75rem !important;
  display: flex;
}
#filters .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, #filters .select2-selection.select2-selection--single .select2-search.select2-search--inline .select2-search__field {
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-top: 0;
}
#filters .select2-selection.select2-selection--multiple .select2-selection__clear, #filters .select2-selection.select2-selection--single .select2-selection__clear {
  display: none;
}
#filters .select2-selection.select2-selection--multiple .select2-selection__placeholder, #filters .select2-selection.select2-selection--single .select2-selection__placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 70 67 / var(--tw-text-opacity));
  font-size: 0.85rem;
}
.big .select2-dropdown {
  width: 18rem !important;
}
.select2-dropdown {
  border: none;
  margin-top: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  width: 14rem !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.select2-dropdown .select2-results__option {
  padding: 0.5rem 0.5rem;
  border-radius: 2rem;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  display: flex;
  align-items: center;
}
.select2-dropdown .select2-results__option:hover, .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #fff;
  color: inherit !important;
}
.select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: #fff;
}
/* Style de la barre de défilement */
.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1; /* Couleur de fond */
}
/* Style de la partie "thumb" (le curseur) de la scrollbar */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #888; /* Couleur du thumb */
  border-radius: 10px; /* Arrondir les coins */
}
/* Style au survol */
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Couleur au survol */
}
/* Optionnel : changer la couleur du track */
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/* Popup de leaflet clickables */
.leaflet-popup-content {
  cursor: pointer;
}
@media (prefers-color-scheme: dark){
  .dark\:prose-invert{
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }
}
.file\:mr-4::file-selector-button{
  margin-right: 1rem;
}
.file\:rounded-full::file-selector-button{
  border-radius: 9999px;
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-odice-cyan-50::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(239 250 252 / var(--tw-bg-opacity));
}
.file\:px-4::file-selector-button{
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-2::file-selector-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-semibold::file-selector-button{
  font-weight: 600;
}
.file\:text-odice-cyan-700::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(32 95 126 / var(--tw-text-opacity));
}
.placeholder\:text-odice-grey-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(179 176 173 / var(--tw-text-opacity));
}
.placeholder\:text-odice-grey-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(179 176 173 / var(--tw-text-opacity));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:start-\[2px\]::after{
  content: var(--tw-content);
  inset-inline-start: 2px;
}
.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}
.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;
}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}
.after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:border:hover{
  border-width: 1px;
}
.hover\:border-\[\#00448A\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 68 138 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-odice-cyan-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(50 168 207 / var(--tw-border-opacity));
}
.hover\:bg-\[\#00448A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 138 / var(--tw-bg-opacity));
}
.hover\:bg-cyan-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-odice-cyan-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 145 184 / var(--tw-bg-opacity));
}
.hover\:bg-odice-cyan-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 117 155 / var(--tw-bg-opacity));
}
.hover\:bg-odice-grey-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(179 176 173 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hover\:bg-slate-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.hover\:font-semibold:hover{
  font-weight: 600;
}
.hover\:text-\[\#00448A\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 68 138 / var(--tw-text-opacity));
}
.hover\:text-cyan-500:hover{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.hover\:text-odice-cyan-400:hover{
  --tw-text-opacity: 1;
  color: rgb(50 168 207 / var(--tw-text-opacity));
}
.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:file\:bg-odice-cyan-100::file-selector-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(213 241 248 / var(--tw-bg-opacity));
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-none:focus{
  border-style: none;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-cyan-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.focus\:border-cyan-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-odice-cyan-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(50 168 207 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:pl-7:focus{
  padding-left: 1.75rem;
}
.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:placeholder-cyan-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-cyan-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0: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(0px + 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-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-cyan-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-odice-cyan-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(50 168 207 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-700:active{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.disabled\:bg-odice-blue-200:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(207 220 232 / var(--tw-bg-opacity));
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
.disabled\:hover\:cursor-not-allowed:hover:disabled{
  cursor: not-allowed;
}
.disabled\:hover\:border-0:hover:disabled{
  border-width: 0px;
}
.disabled\:hover\:bg-odice-blue-200:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(207 220 232 / var(--tw-bg-opacity));
}
.disabled\:hover\:text-white:hover:disabled{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.group:hover .group-hover\:sepia-\[\.05\]{
  --tw-sepia: sepia(.05);
  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);
}
.peer:checked ~ .peer-checked\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:after\:translate-x-0::after{
  content: var(--tw-content);
  --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));
}
.peer:checked ~ .peer-checked\:after\:border-gray-300::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.peer:focus ~ .peer-focus\:top-3{
  top: 0.75rem;
}
.peer:focus ~ .peer-focus\:h-4{
  height: 1rem;
}
.peer:focus ~ .peer-focus\:w-4{
  width: 1rem;
}
.peer:focus ~ .peer-focus\:text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-me-2{
    margin-inline-end: -0.5rem;
  }
  .sm\:ms-10{
    margin-inline-start: 2.5rem;
  }
  .sm\:ms-3{
    margin-inline-start: 0.75rem;
  }
  .sm\:ms-4{
    margin-inline-start: 1rem;
  }
  .sm\:ms-6{
    margin-inline-start: 1.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 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));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }
  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }
  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }
  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-start{
    text-align: start;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:grid{
    display: grid;
  }
  .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-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.ltr\:origin-top-left:where([dir="ltr"], [dir="ltr"] *){
  transform-origin: top left;
}
.ltr\:origin-top-right:where([dir="ltr"], [dir="ltr"] *){
  transform-origin: top right;
}
.rtl\:origin-top-left:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: top left;
}
.rtl\:origin-top-right:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: top right;
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}
@media (prefers-color-scheme: dark){
  .dark\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
  }
  .dark\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:bg-indigo-900\/50{
    background-color: rgb(49 46 129 / 0.5);
  }
  .dark\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }
  .dark\:from-gray-700\/50{
    --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .dark\:via-transparent{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .dark\:fill-indigo-200{
    fill: #c7d2fe;
  }
  .dark\:fill-white{
    fill: #fff;
  }
  .dark\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
  }
  .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  .dark\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .dark\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  .dark\:text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
  }
  .dark\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgb(165 180 252 / var(--tw-text-opacity));
  }
  .dark\:text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
  }
  .dark\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity));
  }
  .dark\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  .dark\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
  }
  .dark\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
  }
  .dark\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  }
  .dark\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
  .dark\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .dark\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgb(199 210 254 / var(--tw-text-opacity));
  }
  .dark\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
  }
  .dark\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }
  .dark\:active\:bg-gray-300:active{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  .dark\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  .dark\:active\:text-gray-300:active{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}