*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-btn-default, .tw-btn-primary, .tw-btn-warning, .tw-btn-danger, .tw-btn-success, .tw-btn-info {
    /* Not recommended for buttons, but as we use divs and bootstrap behaves that way, we do it */
    cursor: pointer;

    /* Needed because some buttons are still <div> */

    display: inline-block;
    /* Base style for all buttons */
    border-radius: 0.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-weight: 500;
    --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);
  }
.tw-btn-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 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);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.tw-btn-default:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 102 154 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-btn-primary:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #26669A;
}
.tw-btn-primary:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 124 187 / var(--tw-bg-opacity, 1));
}
.tw-btn-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-btn-warning:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #d97706;
}
.tw-btn-warning:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.tw-btn-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(204 67 47 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-btn-danger:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #CC432F;
}
.tw-btn-danger:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 95 78 / var(--tw-bg-opacity, 1));
}
.tw-btn-success {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-btn-success:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #16a34a;
}
.tw-btn-success:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.tw-btn-info {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-btn-info:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #0891b2;
}
.tw-btn-info:not(.disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.selectize-input,
  .selectize-input.dropdown-active,
  .selectize-input.full,
  .selectize-input.input-active,
  .select2-selection.select2-selection--multiple {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d1d5db;
    box-shadow: none;

    &.focus {
    outline-width: 2px;
  }

    &.focus {
    outline-offset: -2px;
  }

    &.focus {
    outline-color: #26669A;
  }

    &.focus {
      box-shadow: none;
    }
}
.selectize-control.form-control {
    outline: none !important;
  }
a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 102 154 / var(--tw-text-opacity, 1));
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(46 124 187 / var(--tw-text-opacity, 1));
}
/* Fixes for mix of bootstrap and tailwind and not updated classes */
.btn-group > .tw-btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-danger:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-warning:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-success:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-info:not(:first-child):not(:last-child):not(.dropdown-toggle),
  .btn-group > dropdown-menu:not(:first-child):not(:last-child):not(.dropdown-toggle) .dropdown-menu-button {
    border-radius: 0;
    margin: 0 0 0 -1px;
  }
.btn-group > .tw-btn-default:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-primary:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-danger:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-warning:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-success:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-info:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > dropdown-menu:first-child:not(:last-child):not(.dropdown-toggle) .dropdown-menu-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.btn-group > .tw-btn-default:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-primary:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-danger:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-warning:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-success:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > .tw-btn-info:last-child:not(:first-child):not(.dropdown-toggle),
  .btn-group > dropdown-menu:last-child:not(:first-child):not(.dropdown-toggle) .dropdown-menu-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
  }
.btn-group {
    display: inline-flex;
  }
.tw-btn-default.active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-btn-default.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-btn-primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 59 89 / var(--tw-bg-opacity, 1));
}
.tw-btn-primary.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 59 89 / var(--tw-bg-opacity, 1));
}
.tw-btn-warning.active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.tw-btn-warning.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.tw-btn-danger.active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 37 26 / var(--tw-bg-opacity, 1));
}
.tw-btn-danger.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 37 26 / var(--tw-bg-opacity, 1));
}
.tw-btn-info.active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.tw-btn-info.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.tw-btn-success.active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.tw-btn-success.\!active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.tw-btn-default.disabled,
  .tw-btn-primary.disabled,
  .tw-btn-warning.disabled,
  .tw-btn-danger.disabled,
  .tw-btn-info.disabled,
  .tw-btn-success.disabled {
  opacity: 0.65;
}
.tw-btn-default.disabled:hover,
  .tw-btn-primary.disabled:hover,
  .tw-btn-warning.disabled:hover,
  .tw-btn-danger.disabled:hover,
  .tw-btn-info.disabled:hover,
  .tw-btn-success.disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  opacity: 0.65;
}
.tw-btn-default.\!disabled:hover,
  .tw-btn-primary.\!disabled:hover,
  .tw-btn-warning.\!disabled:hover,
  .tw-btn-danger.\!disabled:hover,
  .tw-btn-info.\!disabled:hover,
  .tw-btn-success.\!disabled:hover {
  background-size: auto;
}
.tw-btn-default.disabled,
  .tw-btn-primary.disabled,
  .tw-btn-warning.disabled,
  .tw-btn-danger.disabled,
  .tw-btn-info.disabled,
  .tw-btn-success.disabled {
  cursor: default;
}
.tw-btn-default.\!disabled,
  .tw-btn-primary.\!disabled,
  .tw-btn-warning.\!disabled,
  .tw-btn-danger.\!disabled,
  .tw-btn-info.\!disabled,
  .tw-btn-success.\!disabled {
  cursor: default;
}
.modal-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-ml-0\.5 {
  margin-left: 0.125rem;
}
.tw-mr-1\.5 {
  margin-right: 0.375rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-size-full {
  width: 100%;
  height: 100%;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-full {
  height: 100%;
}
.tw-min-h-full {
  min-height: 100%;
}
.tw-w-0 {
  width: 0px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(22 59 89 / var(--tw-border-opacity, 1));
}
.tw-border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(164 202 233 / var(--tw-border-opacity, 1));
}
.tw-border-primary-100\/0 {
  border-color: rgb(164 202 233 / 0);
}
.tw-border-primary-100\/10 {
  border-color: rgb(164 202 233 / 0.1);
}
.tw-border-primary-100\/100 {
  border-color: rgb(164 202 233 / 1);
}
.tw-border-primary-100\/15 {
  border-color: rgb(164 202 233 / 0.15);
}
.tw-border-primary-100\/20 {
  border-color: rgb(164 202 233 / 0.2);
}
.tw-border-primary-100\/25 {
  border-color: rgb(164 202 233 / 0.25);
}
.tw-border-primary-100\/30 {
  border-color: rgb(164 202 233 / 0.3);
}
.tw-border-primary-100\/35 {
  border-color: rgb(164 202 233 / 0.35);
}
.tw-border-primary-100\/40 {
  border-color: rgb(164 202 233 / 0.4);
}
.tw-border-primary-100\/45 {
  border-color: rgb(164 202 233 / 0.45);
}
.tw-border-primary-100\/5 {
  border-color: rgb(164 202 233 / 0.05);
}
.tw-border-primary-100\/50 {
  border-color: rgb(164 202 233 / 0.5);
}
.tw-border-primary-100\/55 {
  border-color: rgb(164 202 233 / 0.55);
}
.tw-border-primary-100\/60 {
  border-color: rgb(164 202 233 / 0.6);
}
.tw-border-primary-100\/65 {
  border-color: rgb(164 202 233 / 0.65);
}
.tw-border-primary-100\/70 {
  border-color: rgb(164 202 233 / 0.7);
}
.tw-border-primary-100\/75 {
  border-color: rgb(164 202 233 / 0.75);
}
.tw-border-primary-100\/80 {
  border-color: rgb(164 202 233 / 0.8);
}
.tw-border-primary-100\/85 {
  border-color: rgb(164 202 233 / 0.85);
}
.tw-border-primary-100\/90 {
  border-color: rgb(164 202 233 / 0.9);
}
.tw-border-primary-100\/95 {
  border-color: rgb(164 202 233 / 0.95);
}
.tw-border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(131 183 224 / var(--tw-border-opacity, 1));
}
.tw-border-primary-200\/0 {
  border-color: rgb(131 183 224 / 0);
}
.tw-border-primary-200\/10 {
  border-color: rgb(131 183 224 / 0.1);
}
.tw-border-primary-200\/100 {
  border-color: rgb(131 183 224 / 1);
}
.tw-border-primary-200\/15 {
  border-color: rgb(131 183 224 / 0.15);
}
.tw-border-primary-200\/20 {
  border-color: rgb(131 183 224 / 0.2);
}
.tw-border-primary-200\/25 {
  border-color: rgb(131 183 224 / 0.25);
}
.tw-border-primary-200\/30 {
  border-color: rgb(131 183 224 / 0.3);
}
.tw-border-primary-200\/35 {
  border-color: rgb(131 183 224 / 0.35);
}
.tw-border-primary-200\/40 {
  border-color: rgb(131 183 224 / 0.4);
}
.tw-border-primary-200\/45 {
  border-color: rgb(131 183 224 / 0.45);
}
.tw-border-primary-200\/5 {
  border-color: rgb(131 183 224 / 0.05);
}
.tw-border-primary-200\/50 {
  border-color: rgb(131 183 224 / 0.5);
}
.tw-border-primary-200\/55 {
  border-color: rgb(131 183 224 / 0.55);
}
.tw-border-primary-200\/60 {
  border-color: rgb(131 183 224 / 0.6);
}
.tw-border-primary-200\/65 {
  border-color: rgb(131 183 224 / 0.65);
}
.tw-border-primary-200\/70 {
  border-color: rgb(131 183 224 / 0.7);
}
.tw-border-primary-200\/75 {
  border-color: rgb(131 183 224 / 0.75);
}
.tw-border-primary-200\/80 {
  border-color: rgb(131 183 224 / 0.8);
}
.tw-border-primary-200\/85 {
  border-color: rgb(131 183 224 / 0.85);
}
.tw-border-primary-200\/90 {
  border-color: rgb(131 183 224 / 0.9);
}
.tw-border-primary-200\/95 {
  border-color: rgb(131 183 224 / 0.95);
}
.tw-border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(99 164 216 / var(--tw-border-opacity, 1));
}
.tw-border-primary-300\/0 {
  border-color: rgb(99 164 216 / 0);
}
.tw-border-primary-300\/10 {
  border-color: rgb(99 164 216 / 0.1);
}
.tw-border-primary-300\/100 {
  border-color: rgb(99 164 216 / 1);
}
.tw-border-primary-300\/15 {
  border-color: rgb(99 164 216 / 0.15);
}
.tw-border-primary-300\/20 {
  border-color: rgb(99 164 216 / 0.2);
}
.tw-border-primary-300\/25 {
  border-color: rgb(99 164 216 / 0.25);
}
.tw-border-primary-300\/30 {
  border-color: rgb(99 164 216 / 0.3);
}
.tw-border-primary-300\/35 {
  border-color: rgb(99 164 216 / 0.35);
}
.tw-border-primary-300\/40 {
  border-color: rgb(99 164 216 / 0.4);
}
.tw-border-primary-300\/45 {
  border-color: rgb(99 164 216 / 0.45);
}
.tw-border-primary-300\/5 {
  border-color: rgb(99 164 216 / 0.05);
}
.tw-border-primary-300\/50 {
  border-color: rgb(99 164 216 / 0.5);
}
.tw-border-primary-300\/55 {
  border-color: rgb(99 164 216 / 0.55);
}
.tw-border-primary-300\/60 {
  border-color: rgb(99 164 216 / 0.6);
}
.tw-border-primary-300\/65 {
  border-color: rgb(99 164 216 / 0.65);
}
.tw-border-primary-300\/70 {
  border-color: rgb(99 164 216 / 0.7);
}
.tw-border-primary-300\/75 {
  border-color: rgb(99 164 216 / 0.75);
}
.tw-border-primary-300\/80 {
  border-color: rgb(99 164 216 / 0.8);
}
.tw-border-primary-300\/85 {
  border-color: rgb(99 164 216 / 0.85);
}
.tw-border-primary-300\/90 {
  border-color: rgb(99 164 216 / 0.9);
}
.tw-border-primary-300\/95 {
  border-color: rgb(99 164 216 / 0.95);
}
.tw-border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(66 145 208 / var(--tw-border-opacity, 1));
}
.tw-border-primary-400\/0 {
  border-color: rgb(66 145 208 / 0);
}
.tw-border-primary-400\/10 {
  border-color: rgb(66 145 208 / 0.1);
}
.tw-border-primary-400\/100 {
  border-color: rgb(66 145 208 / 1);
}
.tw-border-primary-400\/15 {
  border-color: rgb(66 145 208 / 0.15);
}
.tw-border-primary-400\/20 {
  border-color: rgb(66 145 208 / 0.2);
}
.tw-border-primary-400\/25 {
  border-color: rgb(66 145 208 / 0.25);
}
.tw-border-primary-400\/30 {
  border-color: rgb(66 145 208 / 0.3);
}
.tw-border-primary-400\/35 {
  border-color: rgb(66 145 208 / 0.35);
}
.tw-border-primary-400\/40 {
  border-color: rgb(66 145 208 / 0.4);
}
.tw-border-primary-400\/45 {
  border-color: rgb(66 145 208 / 0.45);
}
.tw-border-primary-400\/5 {
  border-color: rgb(66 145 208 / 0.05);
}
.tw-border-primary-400\/50 {
  border-color: rgb(66 145 208 / 0.5);
}
.tw-border-primary-400\/55 {
  border-color: rgb(66 145 208 / 0.55);
}
.tw-border-primary-400\/60 {
  border-color: rgb(66 145 208 / 0.6);
}
.tw-border-primary-400\/65 {
  border-color: rgb(66 145 208 / 0.65);
}
.tw-border-primary-400\/70 {
  border-color: rgb(66 145 208 / 0.7);
}
.tw-border-primary-400\/75 {
  border-color: rgb(66 145 208 / 0.75);
}
.tw-border-primary-400\/80 {
  border-color: rgb(66 145 208 / 0.8);
}
.tw-border-primary-400\/85 {
  border-color: rgb(66 145 208 / 0.85);
}
.tw-border-primary-400\/90 {
  border-color: rgb(66 145 208 / 0.9);
}
.tw-border-primary-400\/95 {
  border-color: rgb(66 145 208 / 0.95);
}
.tw-border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(180 211 237 / var(--tw-border-opacity, 1));
}
.tw-border-primary-50\/0 {
  border-color: rgb(180 211 237 / 0);
}
.tw-border-primary-50\/10 {
  border-color: rgb(180 211 237 / 0.1);
}
.tw-border-primary-50\/100 {
  border-color: rgb(180 211 237 / 1);
}
.tw-border-primary-50\/15 {
  border-color: rgb(180 211 237 / 0.15);
}
.tw-border-primary-50\/20 {
  border-color: rgb(180 211 237 / 0.2);
}
.tw-border-primary-50\/25 {
  border-color: rgb(180 211 237 / 0.25);
}
.tw-border-primary-50\/30 {
  border-color: rgb(180 211 237 / 0.3);
}
.tw-border-primary-50\/35 {
  border-color: rgb(180 211 237 / 0.35);
}
.tw-border-primary-50\/40 {
  border-color: rgb(180 211 237 / 0.4);
}
.tw-border-primary-50\/45 {
  border-color: rgb(180 211 237 / 0.45);
}
.tw-border-primary-50\/5 {
  border-color: rgb(180 211 237 / 0.05);
}
.tw-border-primary-50\/50 {
  border-color: rgb(180 211 237 / 0.5);
}
.tw-border-primary-50\/55 {
  border-color: rgb(180 211 237 / 0.55);
}
.tw-border-primary-50\/60 {
  border-color: rgb(180 211 237 / 0.6);
}
.tw-border-primary-50\/65 {
  border-color: rgb(180 211 237 / 0.65);
}
.tw-border-primary-50\/70 {
  border-color: rgb(180 211 237 / 0.7);
}
.tw-border-primary-50\/75 {
  border-color: rgb(180 211 237 / 0.75);
}
.tw-border-primary-50\/80 {
  border-color: rgb(180 211 237 / 0.8);
}
.tw-border-primary-50\/85 {
  border-color: rgb(180 211 237 / 0.85);
}
.tw-border-primary-50\/90 {
  border-color: rgb(180 211 237 / 0.9);
}
.tw-border-primary-50\/95 {
  border-color: rgb(180 211 237 / 0.95);
}
.tw-border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(46 124 187 / var(--tw-border-opacity, 1));
}
.tw-border-primary-500\/0 {
  border-color: rgb(46 124 187 / 0);
}
.tw-border-primary-500\/10 {
  border-color: rgb(46 124 187 / 0.1);
}
.tw-border-primary-500\/100 {
  border-color: rgb(46 124 187 / 1);
}
.tw-border-primary-500\/15 {
  border-color: rgb(46 124 187 / 0.15);
}
.tw-border-primary-500\/20 {
  border-color: rgb(46 124 187 / 0.2);
}
.tw-border-primary-500\/25 {
  border-color: rgb(46 124 187 / 0.25);
}
.tw-border-primary-500\/30 {
  border-color: rgb(46 124 187 / 0.3);
}
.tw-border-primary-500\/35 {
  border-color: rgb(46 124 187 / 0.35);
}
.tw-border-primary-500\/40 {
  border-color: rgb(46 124 187 / 0.4);
}
.tw-border-primary-500\/45 {
  border-color: rgb(46 124 187 / 0.45);
}
.tw-border-primary-500\/5 {
  border-color: rgb(46 124 187 / 0.05);
}
.tw-border-primary-500\/50 {
  border-color: rgb(46 124 187 / 0.5);
}
.tw-border-primary-500\/55 {
  border-color: rgb(46 124 187 / 0.55);
}
.tw-border-primary-500\/60 {
  border-color: rgb(46 124 187 / 0.6);
}
.tw-border-primary-500\/65 {
  border-color: rgb(46 124 187 / 0.65);
}
.tw-border-primary-500\/70 {
  border-color: rgb(46 124 187 / 0.7);
}
.tw-border-primary-500\/75 {
  border-color: rgb(46 124 187 / 0.75);
}
.tw-border-primary-500\/80 {
  border-color: rgb(46 124 187 / 0.8);
}
.tw-border-primary-500\/85 {
  border-color: rgb(46 124 187 / 0.85);
}
.tw-border-primary-500\/90 {
  border-color: rgb(46 124 187 / 0.9);
}
.tw-border-primary-500\/95 {
  border-color: rgb(46 124 187 / 0.95);
}
.tw-border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(38 102 154 / var(--tw-border-opacity, 1));
}
.tw-border-primary-600\/0 {
  border-color: rgb(38 102 154 / 0);
}
.tw-border-primary-600\/10 {
  border-color: rgb(38 102 154 / 0.1);
}
.tw-border-primary-600\/100 {
  border-color: rgb(38 102 154 / 1);
}
.tw-border-primary-600\/15 {
  border-color: rgb(38 102 154 / 0.15);
}
.tw-border-primary-600\/20 {
  border-color: rgb(38 102 154 / 0.2);
}
.tw-border-primary-600\/25 {
  border-color: rgb(38 102 154 / 0.25);
}
.tw-border-primary-600\/30 {
  border-color: rgb(38 102 154 / 0.3);
}
.tw-border-primary-600\/35 {
  border-color: rgb(38 102 154 / 0.35);
}
.tw-border-primary-600\/40 {
  border-color: rgb(38 102 154 / 0.4);
}
.tw-border-primary-600\/45 {
  border-color: rgb(38 102 154 / 0.45);
}
.tw-border-primary-600\/5 {
  border-color: rgb(38 102 154 / 0.05);
}
.tw-border-primary-600\/50 {
  border-color: rgb(38 102 154 / 0.5);
}
.tw-border-primary-600\/55 {
  border-color: rgb(38 102 154 / 0.55);
}
.tw-border-primary-600\/60 {
  border-color: rgb(38 102 154 / 0.6);
}
.tw-border-primary-600\/65 {
  border-color: rgb(38 102 154 / 0.65);
}
.tw-border-primary-600\/70 {
  border-color: rgb(38 102 154 / 0.7);
}
.tw-border-primary-600\/75 {
  border-color: rgb(38 102 154 / 0.75);
}
.tw-border-primary-600\/80 {
  border-color: rgb(38 102 154 / 0.8);
}
.tw-border-primary-600\/85 {
  border-color: rgb(38 102 154 / 0.85);
}
.tw-border-primary-600\/90 {
  border-color: rgb(38 102 154 / 0.9);
}
.tw-border-primary-600\/95 {
  border-color: rgb(38 102 154 / 0.95);
}
.tw-border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(30 81 122 / var(--tw-border-opacity, 1));
}
.tw-border-primary-700\/0 {
  border-color: rgb(30 81 122 / 0);
}
.tw-border-primary-700\/10 {
  border-color: rgb(30 81 122 / 0.1);
}
.tw-border-primary-700\/100 {
  border-color: rgb(30 81 122 / 1);
}
.tw-border-primary-700\/15 {
  border-color: rgb(30 81 122 / 0.15);
}
.tw-border-primary-700\/20 {
  border-color: rgb(30 81 122 / 0.2);
}
.tw-border-primary-700\/25 {
  border-color: rgb(30 81 122 / 0.25);
}
.tw-border-primary-700\/30 {
  border-color: rgb(30 81 122 / 0.3);
}
.tw-border-primary-700\/35 {
  border-color: rgb(30 81 122 / 0.35);
}
.tw-border-primary-700\/40 {
  border-color: rgb(30 81 122 / 0.4);
}
.tw-border-primary-700\/45 {
  border-color: rgb(30 81 122 / 0.45);
}
.tw-border-primary-700\/5 {
  border-color: rgb(30 81 122 / 0.05);
}
.tw-border-primary-700\/50 {
  border-color: rgb(30 81 122 / 0.5);
}
.tw-border-primary-700\/55 {
  border-color: rgb(30 81 122 / 0.55);
}
.tw-border-primary-700\/60 {
  border-color: rgb(30 81 122 / 0.6);
}
.tw-border-primary-700\/65 {
  border-color: rgb(30 81 122 / 0.65);
}
.tw-border-primary-700\/70 {
  border-color: rgb(30 81 122 / 0.7);
}
.tw-border-primary-700\/75 {
  border-color: rgb(30 81 122 / 0.75);
}
.tw-border-primary-700\/80 {
  border-color: rgb(30 81 122 / 0.8);
}
.tw-border-primary-700\/85 {
  border-color: rgb(30 81 122 / 0.85);
}
.tw-border-primary-700\/90 {
  border-color: rgb(30 81 122 / 0.9);
}
.tw-border-primary-700\/95 {
  border-color: rgb(30 81 122 / 0.95);
}
.tw-border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 59 89 / var(--tw-border-opacity, 1));
}
.tw-border-primary-800\/0 {
  border-color: rgb(22 59 89 / 0);
}
.tw-border-primary-800\/10 {
  border-color: rgb(22 59 89 / 0.1);
}
.tw-border-primary-800\/100 {
  border-color: rgb(22 59 89 / 1);
}
.tw-border-primary-800\/15 {
  border-color: rgb(22 59 89 / 0.15);
}
.tw-border-primary-800\/20 {
  border-color: rgb(22 59 89 / 0.2);
}
.tw-border-primary-800\/25 {
  border-color: rgb(22 59 89 / 0.25);
}
.tw-border-primary-800\/30 {
  border-color: rgb(22 59 89 / 0.3);
}
.tw-border-primary-800\/35 {
  border-color: rgb(22 59 89 / 0.35);
}
.tw-border-primary-800\/40 {
  border-color: rgb(22 59 89 / 0.4);
}
.tw-border-primary-800\/45 {
  border-color: rgb(22 59 89 / 0.45);
}
.tw-border-primary-800\/5 {
  border-color: rgb(22 59 89 / 0.05);
}
.tw-border-primary-800\/50 {
  border-color: rgb(22 59 89 / 0.5);
}
.tw-border-primary-800\/55 {
  border-color: rgb(22 59 89 / 0.55);
}
.tw-border-primary-800\/60 {
  border-color: rgb(22 59 89 / 0.6);
}
.tw-border-primary-800\/65 {
  border-color: rgb(22 59 89 / 0.65);
}
.tw-border-primary-800\/70 {
  border-color: rgb(22 59 89 / 0.7);
}
.tw-border-primary-800\/75 {
  border-color: rgb(22 59 89 / 0.75);
}
.tw-border-primary-800\/80 {
  border-color: rgb(22 59 89 / 0.8);
}
.tw-border-primary-800\/85 {
  border-color: rgb(22 59 89 / 0.85);
}
.tw-border-primary-800\/90 {
  border-color: rgb(22 59 89 / 0.9);
}
.tw-border-primary-800\/95 {
  border-color: rgb(22 59 89 / 0.95);
}
.tw-border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(11 29 44 / var(--tw-border-opacity, 1));
}
.tw-border-primary-900\/0 {
  border-color: rgb(11 29 44 / 0);
}
.tw-border-primary-900\/10 {
  border-color: rgb(11 29 44 / 0.1);
}
.tw-border-primary-900\/100 {
  border-color: rgb(11 29 44 / 1);
}
.tw-border-primary-900\/15 {
  border-color: rgb(11 29 44 / 0.15);
}
.tw-border-primary-900\/20 {
  border-color: rgb(11 29 44 / 0.2);
}
.tw-border-primary-900\/25 {
  border-color: rgb(11 29 44 / 0.25);
}
.tw-border-primary-900\/30 {
  border-color: rgb(11 29 44 / 0.3);
}
.tw-border-primary-900\/35 {
  border-color: rgb(11 29 44 / 0.35);
}
.tw-border-primary-900\/40 {
  border-color: rgb(11 29 44 / 0.4);
}
.tw-border-primary-900\/45 {
  border-color: rgb(11 29 44 / 0.45);
}
.tw-border-primary-900\/5 {
  border-color: rgb(11 29 44 / 0.05);
}
.tw-border-primary-900\/50 {
  border-color: rgb(11 29 44 / 0.5);
}
.tw-border-primary-900\/55 {
  border-color: rgb(11 29 44 / 0.55);
}
.tw-border-primary-900\/60 {
  border-color: rgb(11 29 44 / 0.6);
}
.tw-border-primary-900\/65 {
  border-color: rgb(11 29 44 / 0.65);
}
.tw-border-primary-900\/70 {
  border-color: rgb(11 29 44 / 0.7);
}
.tw-border-primary-900\/75 {
  border-color: rgb(11 29 44 / 0.75);
}
.tw-border-primary-900\/80 {
  border-color: rgb(11 29 44 / 0.8);
}
.tw-border-primary-900\/85 {
  border-color: rgb(11 29 44 / 0.85);
}
.tw-border-primary-900\/90 {
  border-color: rgb(11 29 44 / 0.9);
}
.tw-border-primary-900\/95 {
  border-color: rgb(11 29 44 / 0.95);
}
.tw-border-primary-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 14 22 / var(--tw-border-opacity, 1));
}
.tw-border-primary-950\/0 {
  border-color: rgb(5 14 22 / 0);
}
.tw-border-primary-950\/10 {
  border-color: rgb(5 14 22 / 0.1);
}
.tw-border-primary-950\/100 {
  border-color: rgb(5 14 22 / 1);
}
.tw-border-primary-950\/15 {
  border-color: rgb(5 14 22 / 0.15);
}
.tw-border-primary-950\/20 {
  border-color: rgb(5 14 22 / 0.2);
}
.tw-border-primary-950\/25 {
  border-color: rgb(5 14 22 / 0.25);
}
.tw-border-primary-950\/30 {
  border-color: rgb(5 14 22 / 0.3);
}
.tw-border-primary-950\/35 {
  border-color: rgb(5 14 22 / 0.35);
}
.tw-border-primary-950\/40 {
  border-color: rgb(5 14 22 / 0.4);
}
.tw-border-primary-950\/45 {
  border-color: rgb(5 14 22 / 0.45);
}
.tw-border-primary-950\/5 {
  border-color: rgb(5 14 22 / 0.05);
}
.tw-border-primary-950\/50 {
  border-color: rgb(5 14 22 / 0.5);
}
.tw-border-primary-950\/55 {
  border-color: rgb(5 14 22 / 0.55);
}
.tw-border-primary-950\/60 {
  border-color: rgb(5 14 22 / 0.6);
}
.tw-border-primary-950\/65 {
  border-color: rgb(5 14 22 / 0.65);
}
.tw-border-primary-950\/70 {
  border-color: rgb(5 14 22 / 0.7);
}
.tw-border-primary-950\/75 {
  border-color: rgb(5 14 22 / 0.75);
}
.tw-border-primary-950\/80 {
  border-color: rgb(5 14 22 / 0.8);
}
.tw-border-primary-950\/85 {
  border-color: rgb(5 14 22 / 0.85);
}
.tw-border-primary-950\/90 {
  border-color: rgb(5 14 22 / 0.9);
}
.tw-border-primary-950\/95 {
  border-color: rgb(5 14 22 / 0.95);
}
.tw-border-primary\/0 {
  border-color: rgb(22 59 89 / 0);
}
.tw-border-primary\/10 {
  border-color: rgb(22 59 89 / 0.1);
}
.tw-border-primary\/100 {
  border-color: rgb(22 59 89 / 1);
}
.tw-border-primary\/15 {
  border-color: rgb(22 59 89 / 0.15);
}
.tw-border-primary\/20 {
  border-color: rgb(22 59 89 / 0.2);
}
.tw-border-primary\/25 {
  border-color: rgb(22 59 89 / 0.25);
}
.tw-border-primary\/30 {
  border-color: rgb(22 59 89 / 0.3);
}
.tw-border-primary\/35 {
  border-color: rgb(22 59 89 / 0.35);
}
.tw-border-primary\/40 {
  border-color: rgb(22 59 89 / 0.4);
}
.tw-border-primary\/45 {
  border-color: rgb(22 59 89 / 0.45);
}
.tw-border-primary\/5 {
  border-color: rgb(22 59 89 / 0.05);
}
.tw-border-primary\/50 {
  border-color: rgb(22 59 89 / 0.5);
}
.tw-border-primary\/55 {
  border-color: rgb(22 59 89 / 0.55);
}
.tw-border-primary\/60 {
  border-color: rgb(22 59 89 / 0.6);
}
.tw-border-primary\/65 {
  border-color: rgb(22 59 89 / 0.65);
}
.tw-border-primary\/70 {
  border-color: rgb(22 59 89 / 0.7);
}
.tw-border-primary\/75 {
  border-color: rgb(22 59 89 / 0.75);
}
.tw-border-primary\/80 {
  border-color: rgb(22 59 89 / 0.8);
}
.tw-border-primary\/85 {
  border-color: rgb(22 59 89 / 0.85);
}
.tw-border-primary\/90 {
  border-color: rgb(22 59 89 / 0.9);
}
.tw-border-primary\/95 {
  border-color: rgb(22 59 89 / 0.95);
}
.tw-border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(204 67 47 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 215 210 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-100\/0 {
  border-color: rgb(245 215 210 / 0);
}
.tw-border-secondary-100\/10 {
  border-color: rgb(245 215 210 / 0.1);
}
.tw-border-secondary-100\/100 {
  border-color: rgb(245 215 210 / 1);
}
.tw-border-secondary-100\/15 {
  border-color: rgb(245 215 210 / 0.15);
}
.tw-border-secondary-100\/20 {
  border-color: rgb(245 215 210 / 0.2);
}
.tw-border-secondary-100\/25 {
  border-color: rgb(245 215 210 / 0.25);
}
.tw-border-secondary-100\/30 {
  border-color: rgb(245 215 210 / 0.3);
}
.tw-border-secondary-100\/35 {
  border-color: rgb(245 215 210 / 0.35);
}
.tw-border-secondary-100\/40 {
  border-color: rgb(245 215 210 / 0.4);
}
.tw-border-secondary-100\/45 {
  border-color: rgb(245 215 210 / 0.45);
}
.tw-border-secondary-100\/5 {
  border-color: rgb(245 215 210 / 0.05);
}
.tw-border-secondary-100\/50 {
  border-color: rgb(245 215 210 / 0.5);
}
.tw-border-secondary-100\/55 {
  border-color: rgb(245 215 210 / 0.55);
}
.tw-border-secondary-100\/60 {
  border-color: rgb(245 215 210 / 0.6);
}
.tw-border-secondary-100\/65 {
  border-color: rgb(245 215 210 / 0.65);
}
.tw-border-secondary-100\/70 {
  border-color: rgb(245 215 210 / 0.7);
}
.tw-border-secondary-100\/75 {
  border-color: rgb(245 215 210 / 0.75);
}
.tw-border-secondary-100\/80 {
  border-color: rgb(245 215 210 / 0.8);
}
.tw-border-secondary-100\/85 {
  border-color: rgb(245 215 210 / 0.85);
}
.tw-border-secondary-100\/90 {
  border-color: rgb(245 215 210 / 0.9);
}
.tw-border-secondary-100\/95 {
  border-color: rgb(245 215 210 / 0.95);
}
.tw-border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(237 185 177 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-200\/0 {
  border-color: rgb(237 185 177 / 0);
}
.tw-border-secondary-200\/10 {
  border-color: rgb(237 185 177 / 0.1);
}
.tw-border-secondary-200\/100 {
  border-color: rgb(237 185 177 / 1);
}
.tw-border-secondary-200\/15 {
  border-color: rgb(237 185 177 / 0.15);
}
.tw-border-secondary-200\/20 {
  border-color: rgb(237 185 177 / 0.2);
}
.tw-border-secondary-200\/25 {
  border-color: rgb(237 185 177 / 0.25);
}
.tw-border-secondary-200\/30 {
  border-color: rgb(237 185 177 / 0.3);
}
.tw-border-secondary-200\/35 {
  border-color: rgb(237 185 177 / 0.35);
}
.tw-border-secondary-200\/40 {
  border-color: rgb(237 185 177 / 0.4);
}
.tw-border-secondary-200\/45 {
  border-color: rgb(237 185 177 / 0.45);
}
.tw-border-secondary-200\/5 {
  border-color: rgb(237 185 177 / 0.05);
}
.tw-border-secondary-200\/50 {
  border-color: rgb(237 185 177 / 0.5);
}
.tw-border-secondary-200\/55 {
  border-color: rgb(237 185 177 / 0.55);
}
.tw-border-secondary-200\/60 {
  border-color: rgb(237 185 177 / 0.6);
}
.tw-border-secondary-200\/65 {
  border-color: rgb(237 185 177 / 0.65);
}
.tw-border-secondary-200\/70 {
  border-color: rgb(237 185 177 / 0.7);
}
.tw-border-secondary-200\/75 {
  border-color: rgb(237 185 177 / 0.75);
}
.tw-border-secondary-200\/80 {
  border-color: rgb(237 185 177 / 0.8);
}
.tw-border-secondary-200\/85 {
  border-color: rgb(237 185 177 / 0.85);
}
.tw-border-secondary-200\/90 {
  border-color: rgb(237 185 177 / 0.9);
}
.tw-border-secondary-200\/95 {
  border-color: rgb(237 185 177 / 0.95);
}
.tw-border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(229 155 144 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-300\/0 {
  border-color: rgb(229 155 144 / 0);
}
.tw-border-secondary-300\/10 {
  border-color: rgb(229 155 144 / 0.1);
}
.tw-border-secondary-300\/100 {
  border-color: rgb(229 155 144 / 1);
}
.tw-border-secondary-300\/15 {
  border-color: rgb(229 155 144 / 0.15);
}
.tw-border-secondary-300\/20 {
  border-color: rgb(229 155 144 / 0.2);
}
.tw-border-secondary-300\/25 {
  border-color: rgb(229 155 144 / 0.25);
}
.tw-border-secondary-300\/30 {
  border-color: rgb(229 155 144 / 0.3);
}
.tw-border-secondary-300\/35 {
  border-color: rgb(229 155 144 / 0.35);
}
.tw-border-secondary-300\/40 {
  border-color: rgb(229 155 144 / 0.4);
}
.tw-border-secondary-300\/45 {
  border-color: rgb(229 155 144 / 0.45);
}
.tw-border-secondary-300\/5 {
  border-color: rgb(229 155 144 / 0.05);
}
.tw-border-secondary-300\/50 {
  border-color: rgb(229 155 144 / 0.5);
}
.tw-border-secondary-300\/55 {
  border-color: rgb(229 155 144 / 0.55);
}
.tw-border-secondary-300\/60 {
  border-color: rgb(229 155 144 / 0.6);
}
.tw-border-secondary-300\/65 {
  border-color: rgb(229 155 144 / 0.65);
}
.tw-border-secondary-300\/70 {
  border-color: rgb(229 155 144 / 0.7);
}
.tw-border-secondary-300\/75 {
  border-color: rgb(229 155 144 / 0.75);
}
.tw-border-secondary-300\/80 {
  border-color: rgb(229 155 144 / 0.8);
}
.tw-border-secondary-300\/85 {
  border-color: rgb(229 155 144 / 0.85);
}
.tw-border-secondary-300\/90 {
  border-color: rgb(229 155 144 / 0.9);
}
.tw-border-secondary-300\/95 {
  border-color: rgb(229 155 144 / 0.95);
}
.tw-border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(222 125 111 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-400\/0 {
  border-color: rgb(222 125 111 / 0);
}
.tw-border-secondary-400\/10 {
  border-color: rgb(222 125 111 / 0.1);
}
.tw-border-secondary-400\/100 {
  border-color: rgb(222 125 111 / 1);
}
.tw-border-secondary-400\/15 {
  border-color: rgb(222 125 111 / 0.15);
}
.tw-border-secondary-400\/20 {
  border-color: rgb(222 125 111 / 0.2);
}
.tw-border-secondary-400\/25 {
  border-color: rgb(222 125 111 / 0.25);
}
.tw-border-secondary-400\/30 {
  border-color: rgb(222 125 111 / 0.3);
}
.tw-border-secondary-400\/35 {
  border-color: rgb(222 125 111 / 0.35);
}
.tw-border-secondary-400\/40 {
  border-color: rgb(222 125 111 / 0.4);
}
.tw-border-secondary-400\/45 {
  border-color: rgb(222 125 111 / 0.45);
}
.tw-border-secondary-400\/5 {
  border-color: rgb(222 125 111 / 0.05);
}
.tw-border-secondary-400\/50 {
  border-color: rgb(222 125 111 / 0.5);
}
.tw-border-secondary-400\/55 {
  border-color: rgb(222 125 111 / 0.55);
}
.tw-border-secondary-400\/60 {
  border-color: rgb(222 125 111 / 0.6);
}
.tw-border-secondary-400\/65 {
  border-color: rgb(222 125 111 / 0.65);
}
.tw-border-secondary-400\/70 {
  border-color: rgb(222 125 111 / 0.7);
}
.tw-border-secondary-400\/75 {
  border-color: rgb(222 125 111 / 0.75);
}
.tw-border-secondary-400\/80 {
  border-color: rgb(222 125 111 / 0.8);
}
.tw-border-secondary-400\/85 {
  border-color: rgb(222 125 111 / 0.85);
}
.tw-border-secondary-400\/90 {
  border-color: rgb(222 125 111 / 0.9);
}
.tw-border-secondary-400\/95 {
  border-color: rgb(222 125 111 / 0.95);
}
.tw-border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 230 227 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-50\/0 {
  border-color: rgb(249 230 227 / 0);
}
.tw-border-secondary-50\/10 {
  border-color: rgb(249 230 227 / 0.1);
}
.tw-border-secondary-50\/100 {
  border-color: rgb(249 230 227 / 1);
}
.tw-border-secondary-50\/15 {
  border-color: rgb(249 230 227 / 0.15);
}
.tw-border-secondary-50\/20 {
  border-color: rgb(249 230 227 / 0.2);
}
.tw-border-secondary-50\/25 {
  border-color: rgb(249 230 227 / 0.25);
}
.tw-border-secondary-50\/30 {
  border-color: rgb(249 230 227 / 0.3);
}
.tw-border-secondary-50\/35 {
  border-color: rgb(249 230 227 / 0.35);
}
.tw-border-secondary-50\/40 {
  border-color: rgb(249 230 227 / 0.4);
}
.tw-border-secondary-50\/45 {
  border-color: rgb(249 230 227 / 0.45);
}
.tw-border-secondary-50\/5 {
  border-color: rgb(249 230 227 / 0.05);
}
.tw-border-secondary-50\/50 {
  border-color: rgb(249 230 227 / 0.5);
}
.tw-border-secondary-50\/55 {
  border-color: rgb(249 230 227 / 0.55);
}
.tw-border-secondary-50\/60 {
  border-color: rgb(249 230 227 / 0.6);
}
.tw-border-secondary-50\/65 {
  border-color: rgb(249 230 227 / 0.65);
}
.tw-border-secondary-50\/70 {
  border-color: rgb(249 230 227 / 0.7);
}
.tw-border-secondary-50\/75 {
  border-color: rgb(249 230 227 / 0.75);
}
.tw-border-secondary-50\/80 {
  border-color: rgb(249 230 227 / 0.8);
}
.tw-border-secondary-50\/85 {
  border-color: rgb(249 230 227 / 0.85);
}
.tw-border-secondary-50\/90 {
  border-color: rgb(249 230 227 / 0.9);
}
.tw-border-secondary-50\/95 {
  border-color: rgb(249 230 227 / 0.95);
}
.tw-border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(214 95 78 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-500\/0 {
  border-color: rgb(214 95 78 / 0);
}
.tw-border-secondary-500\/10 {
  border-color: rgb(214 95 78 / 0.1);
}
.tw-border-secondary-500\/100 {
  border-color: rgb(214 95 78 / 1);
}
.tw-border-secondary-500\/15 {
  border-color: rgb(214 95 78 / 0.15);
}
.tw-border-secondary-500\/20 {
  border-color: rgb(214 95 78 / 0.2);
}
.tw-border-secondary-500\/25 {
  border-color: rgb(214 95 78 / 0.25);
}
.tw-border-secondary-500\/30 {
  border-color: rgb(214 95 78 / 0.3);
}
.tw-border-secondary-500\/35 {
  border-color: rgb(214 95 78 / 0.35);
}
.tw-border-secondary-500\/40 {
  border-color: rgb(214 95 78 / 0.4);
}
.tw-border-secondary-500\/45 {
  border-color: rgb(214 95 78 / 0.45);
}
.tw-border-secondary-500\/5 {
  border-color: rgb(214 95 78 / 0.05);
}
.tw-border-secondary-500\/50 {
  border-color: rgb(214 95 78 / 0.5);
}
.tw-border-secondary-500\/55 {
  border-color: rgb(214 95 78 / 0.55);
}
.tw-border-secondary-500\/60 {
  border-color: rgb(214 95 78 / 0.6);
}
.tw-border-secondary-500\/65 {
  border-color: rgb(214 95 78 / 0.65);
}
.tw-border-secondary-500\/70 {
  border-color: rgb(214 95 78 / 0.7);
}
.tw-border-secondary-500\/75 {
  border-color: rgb(214 95 78 / 0.75);
}
.tw-border-secondary-500\/80 {
  border-color: rgb(214 95 78 / 0.8);
}
.tw-border-secondary-500\/85 {
  border-color: rgb(214 95 78 / 0.85);
}
.tw-border-secondary-500\/90 {
  border-color: rgb(214 95 78 / 0.9);
}
.tw-border-secondary-500\/95 {
  border-color: rgb(214 95 78 / 0.95);
}
.tw-border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(204 67 47 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-600\/0 {
  border-color: rgb(204 67 47 / 0);
}
.tw-border-secondary-600\/10 {
  border-color: rgb(204 67 47 / 0.1);
}
.tw-border-secondary-600\/100 {
  border-color: rgb(204 67 47 / 1);
}
.tw-border-secondary-600\/15 {
  border-color: rgb(204 67 47 / 0.15);
}
.tw-border-secondary-600\/20 {
  border-color: rgb(204 67 47 / 0.2);
}
.tw-border-secondary-600\/25 {
  border-color: rgb(204 67 47 / 0.25);
}
.tw-border-secondary-600\/30 {
  border-color: rgb(204 67 47 / 0.3);
}
.tw-border-secondary-600\/35 {
  border-color: rgb(204 67 47 / 0.35);
}
.tw-border-secondary-600\/40 {
  border-color: rgb(204 67 47 / 0.4);
}
.tw-border-secondary-600\/45 {
  border-color: rgb(204 67 47 / 0.45);
}
.tw-border-secondary-600\/5 {
  border-color: rgb(204 67 47 / 0.05);
}
.tw-border-secondary-600\/50 {
  border-color: rgb(204 67 47 / 0.5);
}
.tw-border-secondary-600\/55 {
  border-color: rgb(204 67 47 / 0.55);
}
.tw-border-secondary-600\/60 {
  border-color: rgb(204 67 47 / 0.6);
}
.tw-border-secondary-600\/65 {
  border-color: rgb(204 67 47 / 0.65);
}
.tw-border-secondary-600\/70 {
  border-color: rgb(204 67 47 / 0.7);
}
.tw-border-secondary-600\/75 {
  border-color: rgb(204 67 47 / 0.75);
}
.tw-border-secondary-600\/80 {
  border-color: rgb(204 67 47 / 0.8);
}
.tw-border-secondary-600\/85 {
  border-color: rgb(204 67 47 / 0.85);
}
.tw-border-secondary-600\/90 {
  border-color: rgb(204 67 47 / 0.9);
}
.tw-border-secondary-600\/95 {
  border-color: rgb(204 67 47 / 0.95);
}
.tw-border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(158 52 36 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-700\/0 {
  border-color: rgb(158 52 36 / 0);
}
.tw-border-secondary-700\/10 {
  border-color: rgb(158 52 36 / 0.1);
}
.tw-border-secondary-700\/100 {
  border-color: rgb(158 52 36 / 1);
}
.tw-border-secondary-700\/15 {
  border-color: rgb(158 52 36 / 0.15);
}
.tw-border-secondary-700\/20 {
  border-color: rgb(158 52 36 / 0.2);
}
.tw-border-secondary-700\/25 {
  border-color: rgb(158 52 36 / 0.25);
}
.tw-border-secondary-700\/30 {
  border-color: rgb(158 52 36 / 0.3);
}
.tw-border-secondary-700\/35 {
  border-color: rgb(158 52 36 / 0.35);
}
.tw-border-secondary-700\/40 {
  border-color: rgb(158 52 36 / 0.4);
}
.tw-border-secondary-700\/45 {
  border-color: rgb(158 52 36 / 0.45);
}
.tw-border-secondary-700\/5 {
  border-color: rgb(158 52 36 / 0.05);
}
.tw-border-secondary-700\/50 {
  border-color: rgb(158 52 36 / 0.5);
}
.tw-border-secondary-700\/55 {
  border-color: rgb(158 52 36 / 0.55);
}
.tw-border-secondary-700\/60 {
  border-color: rgb(158 52 36 / 0.6);
}
.tw-border-secondary-700\/65 {
  border-color: rgb(158 52 36 / 0.65);
}
.tw-border-secondary-700\/70 {
  border-color: rgb(158 52 36 / 0.7);
}
.tw-border-secondary-700\/75 {
  border-color: rgb(158 52 36 / 0.75);
}
.tw-border-secondary-700\/80 {
  border-color: rgb(158 52 36 / 0.8);
}
.tw-border-secondary-700\/85 {
  border-color: rgb(158 52 36 / 0.85);
}
.tw-border-secondary-700\/90 {
  border-color: rgb(158 52 36 / 0.9);
}
.tw-border-secondary-700\/95 {
  border-color: rgb(158 52 36 / 0.95);
}
.tw-border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(113 37 26 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-800\/0 {
  border-color: rgb(113 37 26 / 0);
}
.tw-border-secondary-800\/10 {
  border-color: rgb(113 37 26 / 0.1);
}
.tw-border-secondary-800\/100 {
  border-color: rgb(113 37 26 / 1);
}
.tw-border-secondary-800\/15 {
  border-color: rgb(113 37 26 / 0.15);
}
.tw-border-secondary-800\/20 {
  border-color: rgb(113 37 26 / 0.2);
}
.tw-border-secondary-800\/25 {
  border-color: rgb(113 37 26 / 0.25);
}
.tw-border-secondary-800\/30 {
  border-color: rgb(113 37 26 / 0.3);
}
.tw-border-secondary-800\/35 {
  border-color: rgb(113 37 26 / 0.35);
}
.tw-border-secondary-800\/40 {
  border-color: rgb(113 37 26 / 0.4);
}
.tw-border-secondary-800\/45 {
  border-color: rgb(113 37 26 / 0.45);
}
.tw-border-secondary-800\/5 {
  border-color: rgb(113 37 26 / 0.05);
}
.tw-border-secondary-800\/50 {
  border-color: rgb(113 37 26 / 0.5);
}
.tw-border-secondary-800\/55 {
  border-color: rgb(113 37 26 / 0.55);
}
.tw-border-secondary-800\/60 {
  border-color: rgb(113 37 26 / 0.6);
}
.tw-border-secondary-800\/65 {
  border-color: rgb(113 37 26 / 0.65);
}
.tw-border-secondary-800\/70 {
  border-color: rgb(113 37 26 / 0.7);
}
.tw-border-secondary-800\/75 {
  border-color: rgb(113 37 26 / 0.75);
}
.tw-border-secondary-800\/80 {
  border-color: rgb(113 37 26 / 0.8);
}
.tw-border-secondary-800\/85 {
  border-color: rgb(113 37 26 / 0.85);
}
.tw-border-secondary-800\/90 {
  border-color: rgb(113 37 26 / 0.9);
}
.tw-border-secondary-800\/95 {
  border-color: rgb(113 37 26 / 0.95);
}
.tw-border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(67 22 15 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-900\/0 {
  border-color: rgb(67 22 15 / 0);
}
.tw-border-secondary-900\/10 {
  border-color: rgb(67 22 15 / 0.1);
}
.tw-border-secondary-900\/100 {
  border-color: rgb(67 22 15 / 1);
}
.tw-border-secondary-900\/15 {
  border-color: rgb(67 22 15 / 0.15);
}
.tw-border-secondary-900\/20 {
  border-color: rgb(67 22 15 / 0.2);
}
.tw-border-secondary-900\/25 {
  border-color: rgb(67 22 15 / 0.25);
}
.tw-border-secondary-900\/30 {
  border-color: rgb(67 22 15 / 0.3);
}
.tw-border-secondary-900\/35 {
  border-color: rgb(67 22 15 / 0.35);
}
.tw-border-secondary-900\/40 {
  border-color: rgb(67 22 15 / 0.4);
}
.tw-border-secondary-900\/45 {
  border-color: rgb(67 22 15 / 0.45);
}
.tw-border-secondary-900\/5 {
  border-color: rgb(67 22 15 / 0.05);
}
.tw-border-secondary-900\/50 {
  border-color: rgb(67 22 15 / 0.5);
}
.tw-border-secondary-900\/55 {
  border-color: rgb(67 22 15 / 0.55);
}
.tw-border-secondary-900\/60 {
  border-color: rgb(67 22 15 / 0.6);
}
.tw-border-secondary-900\/65 {
  border-color: rgb(67 22 15 / 0.65);
}
.tw-border-secondary-900\/70 {
  border-color: rgb(67 22 15 / 0.7);
}
.tw-border-secondary-900\/75 {
  border-color: rgb(67 22 15 / 0.75);
}
.tw-border-secondary-900\/80 {
  border-color: rgb(67 22 15 / 0.8);
}
.tw-border-secondary-900\/85 {
  border-color: rgb(67 22 15 / 0.85);
}
.tw-border-secondary-900\/90 {
  border-color: rgb(67 22 15 / 0.9);
}
.tw-border-secondary-900\/95 {
  border-color: rgb(67 22 15 / 0.95);
}
.tw-border-secondary-950 {
  --tw-border-opacity: 1;
  border-color: rgb(44 15 10 / var(--tw-border-opacity, 1));
}
.tw-border-secondary-950\/0 {
  border-color: rgb(44 15 10 / 0);
}
.tw-border-secondary-950\/10 {
  border-color: rgb(44 15 10 / 0.1);
}
.tw-border-secondary-950\/100 {
  border-color: rgb(44 15 10 / 1);
}
.tw-border-secondary-950\/15 {
  border-color: rgb(44 15 10 / 0.15);
}
.tw-border-secondary-950\/20 {
  border-color: rgb(44 15 10 / 0.2);
}
.tw-border-secondary-950\/25 {
  border-color: rgb(44 15 10 / 0.25);
}
.tw-border-secondary-950\/30 {
  border-color: rgb(44 15 10 / 0.3);
}
.tw-border-secondary-950\/35 {
  border-color: rgb(44 15 10 / 0.35);
}
.tw-border-secondary-950\/40 {
  border-color: rgb(44 15 10 / 0.4);
}
.tw-border-secondary-950\/45 {
  border-color: rgb(44 15 10 / 0.45);
}
.tw-border-secondary-950\/5 {
  border-color: rgb(44 15 10 / 0.05);
}
.tw-border-secondary-950\/50 {
  border-color: rgb(44 15 10 / 0.5);
}
.tw-border-secondary-950\/55 {
  border-color: rgb(44 15 10 / 0.55);
}
.tw-border-secondary-950\/60 {
  border-color: rgb(44 15 10 / 0.6);
}
.tw-border-secondary-950\/65 {
  border-color: rgb(44 15 10 / 0.65);
}
.tw-border-secondary-950\/70 {
  border-color: rgb(44 15 10 / 0.7);
}
.tw-border-secondary-950\/75 {
  border-color: rgb(44 15 10 / 0.75);
}
.tw-border-secondary-950\/80 {
  border-color: rgb(44 15 10 / 0.8);
}
.tw-border-secondary-950\/85 {
  border-color: rgb(44 15 10 / 0.85);
}
.tw-border-secondary-950\/90 {
  border-color: rgb(44 15 10 / 0.9);
}
.tw-border-secondary-950\/95 {
  border-color: rgb(44 15 10 / 0.95);
}
.tw-border-secondary\/0 {
  border-color: rgb(204 67 47 / 0);
}
.tw-border-secondary\/10 {
  border-color: rgb(204 67 47 / 0.1);
}
.tw-border-secondary\/100 {
  border-color: rgb(204 67 47 / 1);
}
.tw-border-secondary\/15 {
  border-color: rgb(204 67 47 / 0.15);
}
.tw-border-secondary\/20 {
  border-color: rgb(204 67 47 / 0.2);
}
.tw-border-secondary\/25 {
  border-color: rgb(204 67 47 / 0.25);
}
.tw-border-secondary\/30 {
  border-color: rgb(204 67 47 / 0.3);
}
.tw-border-secondary\/35 {
  border-color: rgb(204 67 47 / 0.35);
}
.tw-border-secondary\/40 {
  border-color: rgb(204 67 47 / 0.4);
}
.tw-border-secondary\/45 {
  border-color: rgb(204 67 47 / 0.45);
}
.tw-border-secondary\/5 {
  border-color: rgb(204 67 47 / 0.05);
}
.tw-border-secondary\/50 {
  border-color: rgb(204 67 47 / 0.5);
}
.tw-border-secondary\/55 {
  border-color: rgb(204 67 47 / 0.55);
}
.tw-border-secondary\/60 {
  border-color: rgb(204 67 47 / 0.6);
}
.tw-border-secondary\/65 {
  border-color: rgb(204 67 47 / 0.65);
}
.tw-border-secondary\/70 {
  border-color: rgb(204 67 47 / 0.7);
}
.tw-border-secondary\/75 {
  border-color: rgb(204 67 47 / 0.75);
}
.tw-border-secondary\/80 {
  border-color: rgb(204 67 47 / 0.8);
}
.tw-border-secondary\/85 {
  border-color: rgb(204 67 47 / 0.85);
}
.tw-border-secondary\/90 {
  border-color: rgb(204 67 47 / 0.9);
}
.tw-border-secondary\/95 {
  border-color: rgb(204 67 47 / 0.95);
}
.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 59 89 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 202 233 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-100\/0 {
  background-color: rgb(164 202 233 / 0);
}
.tw-bg-primary-100\/10 {
  background-color: rgb(164 202 233 / 0.1);
}
.tw-bg-primary-100\/100 {
  background-color: rgb(164 202 233 / 1);
}
.tw-bg-primary-100\/15 {
  background-color: rgb(164 202 233 / 0.15);
}
.tw-bg-primary-100\/20 {
  background-color: rgb(164 202 233 / 0.2);
}
.tw-bg-primary-100\/25 {
  background-color: rgb(164 202 233 / 0.25);
}
.tw-bg-primary-100\/30 {
  background-color: rgb(164 202 233 / 0.3);
}
.tw-bg-primary-100\/35 {
  background-color: rgb(164 202 233 / 0.35);
}
.tw-bg-primary-100\/40 {
  background-color: rgb(164 202 233 / 0.4);
}
.tw-bg-primary-100\/45 {
  background-color: rgb(164 202 233 / 0.45);
}
.tw-bg-primary-100\/5 {
  background-color: rgb(164 202 233 / 0.05);
}
.tw-bg-primary-100\/50 {
  background-color: rgb(164 202 233 / 0.5);
}
.tw-bg-primary-100\/55 {
  background-color: rgb(164 202 233 / 0.55);
}
.tw-bg-primary-100\/60 {
  background-color: rgb(164 202 233 / 0.6);
}
.tw-bg-primary-100\/65 {
  background-color: rgb(164 202 233 / 0.65);
}
.tw-bg-primary-100\/70 {
  background-color: rgb(164 202 233 / 0.7);
}
.tw-bg-primary-100\/75 {
  background-color: rgb(164 202 233 / 0.75);
}
.tw-bg-primary-100\/80 {
  background-color: rgb(164 202 233 / 0.8);
}
.tw-bg-primary-100\/85 {
  background-color: rgb(164 202 233 / 0.85);
}
.tw-bg-primary-100\/90 {
  background-color: rgb(164 202 233 / 0.9);
}
.tw-bg-primary-100\/95 {
  background-color: rgb(164 202 233 / 0.95);
}
.tw-bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 183 224 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-200\/0 {
  background-color: rgb(131 183 224 / 0);
}
.tw-bg-primary-200\/10 {
  background-color: rgb(131 183 224 / 0.1);
}
.tw-bg-primary-200\/100 {
  background-color: rgb(131 183 224 / 1);
}
.tw-bg-primary-200\/15 {
  background-color: rgb(131 183 224 / 0.15);
}
.tw-bg-primary-200\/20 {
  background-color: rgb(131 183 224 / 0.2);
}
.tw-bg-primary-200\/25 {
  background-color: rgb(131 183 224 / 0.25);
}
.tw-bg-primary-200\/30 {
  background-color: rgb(131 183 224 / 0.3);
}
.tw-bg-primary-200\/35 {
  background-color: rgb(131 183 224 / 0.35);
}
.tw-bg-primary-200\/40 {
  background-color: rgb(131 183 224 / 0.4);
}
.tw-bg-primary-200\/45 {
  background-color: rgb(131 183 224 / 0.45);
}
.tw-bg-primary-200\/5 {
  background-color: rgb(131 183 224 / 0.05);
}
.tw-bg-primary-200\/50 {
  background-color: rgb(131 183 224 / 0.5);
}
.tw-bg-primary-200\/55 {
  background-color: rgb(131 183 224 / 0.55);
}
.tw-bg-primary-200\/60 {
  background-color: rgb(131 183 224 / 0.6);
}
.tw-bg-primary-200\/65 {
  background-color: rgb(131 183 224 / 0.65);
}
.tw-bg-primary-200\/70 {
  background-color: rgb(131 183 224 / 0.7);
}
.tw-bg-primary-200\/75 {
  background-color: rgb(131 183 224 / 0.75);
}
.tw-bg-primary-200\/80 {
  background-color: rgb(131 183 224 / 0.8);
}
.tw-bg-primary-200\/85 {
  background-color: rgb(131 183 224 / 0.85);
}
.tw-bg-primary-200\/90 {
  background-color: rgb(131 183 224 / 0.9);
}
.tw-bg-primary-200\/95 {
  background-color: rgb(131 183 224 / 0.95);
}
.tw-bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 164 216 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-300\/0 {
  background-color: rgb(99 164 216 / 0);
}
.tw-bg-primary-300\/10 {
  background-color: rgb(99 164 216 / 0.1);
}
.tw-bg-primary-300\/100 {
  background-color: rgb(99 164 216 / 1);
}
.tw-bg-primary-300\/15 {
  background-color: rgb(99 164 216 / 0.15);
}
.tw-bg-primary-300\/20 {
  background-color: rgb(99 164 216 / 0.2);
}
.tw-bg-primary-300\/25 {
  background-color: rgb(99 164 216 / 0.25);
}
.tw-bg-primary-300\/30 {
  background-color: rgb(99 164 216 / 0.3);
}
.tw-bg-primary-300\/35 {
  background-color: rgb(99 164 216 / 0.35);
}
.tw-bg-primary-300\/40 {
  background-color: rgb(99 164 216 / 0.4);
}
.tw-bg-primary-300\/45 {
  background-color: rgb(99 164 216 / 0.45);
}
.tw-bg-primary-300\/5 {
  background-color: rgb(99 164 216 / 0.05);
}
.tw-bg-primary-300\/50 {
  background-color: rgb(99 164 216 / 0.5);
}
.tw-bg-primary-300\/55 {
  background-color: rgb(99 164 216 / 0.55);
}
.tw-bg-primary-300\/60 {
  background-color: rgb(99 164 216 / 0.6);
}
.tw-bg-primary-300\/65 {
  background-color: rgb(99 164 216 / 0.65);
}
.tw-bg-primary-300\/70 {
  background-color: rgb(99 164 216 / 0.7);
}
.tw-bg-primary-300\/75 {
  background-color: rgb(99 164 216 / 0.75);
}
.tw-bg-primary-300\/80 {
  background-color: rgb(99 164 216 / 0.8);
}
.tw-bg-primary-300\/85 {
  background-color: rgb(99 164 216 / 0.85);
}
.tw-bg-primary-300\/90 {
  background-color: rgb(99 164 216 / 0.9);
}
.tw-bg-primary-300\/95 {
  background-color: rgb(99 164 216 / 0.95);
}
.tw-bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 145 208 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-400\/0 {
  background-color: rgb(66 145 208 / 0);
}
.tw-bg-primary-400\/10 {
  background-color: rgb(66 145 208 / 0.1);
}
.tw-bg-primary-400\/100 {
  background-color: rgb(66 145 208 / 1);
}
.tw-bg-primary-400\/15 {
  background-color: rgb(66 145 208 / 0.15);
}
.tw-bg-primary-400\/20 {
  background-color: rgb(66 145 208 / 0.2);
}
.tw-bg-primary-400\/25 {
  background-color: rgb(66 145 208 / 0.25);
}
.tw-bg-primary-400\/30 {
  background-color: rgb(66 145 208 / 0.3);
}
.tw-bg-primary-400\/35 {
  background-color: rgb(66 145 208 / 0.35);
}
.tw-bg-primary-400\/40 {
  background-color: rgb(66 145 208 / 0.4);
}
.tw-bg-primary-400\/45 {
  background-color: rgb(66 145 208 / 0.45);
}
.tw-bg-primary-400\/5 {
  background-color: rgb(66 145 208 / 0.05);
}
.tw-bg-primary-400\/50 {
  background-color: rgb(66 145 208 / 0.5);
}
.tw-bg-primary-400\/55 {
  background-color: rgb(66 145 208 / 0.55);
}
.tw-bg-primary-400\/60 {
  background-color: rgb(66 145 208 / 0.6);
}
.tw-bg-primary-400\/65 {
  background-color: rgb(66 145 208 / 0.65);
}
.tw-bg-primary-400\/70 {
  background-color: rgb(66 145 208 / 0.7);
}
.tw-bg-primary-400\/75 {
  background-color: rgb(66 145 208 / 0.75);
}
.tw-bg-primary-400\/80 {
  background-color: rgb(66 145 208 / 0.8);
}
.tw-bg-primary-400\/85 {
  background-color: rgb(66 145 208 / 0.85);
}
.tw-bg-primary-400\/90 {
  background-color: rgb(66 145 208 / 0.9);
}
.tw-bg-primary-400\/95 {
  background-color: rgb(66 145 208 / 0.95);
}
.tw-bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 211 237 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-50\/0 {
  background-color: rgb(180 211 237 / 0);
}
.tw-bg-primary-50\/10 {
  background-color: rgb(180 211 237 / 0.1);
}
.tw-bg-primary-50\/100 {
  background-color: rgb(180 211 237 / 1);
}
.tw-bg-primary-50\/15 {
  background-color: rgb(180 211 237 / 0.15);
}
.tw-bg-primary-50\/20 {
  background-color: rgb(180 211 237 / 0.2);
}
.tw-bg-primary-50\/25 {
  background-color: rgb(180 211 237 / 0.25);
}
.tw-bg-primary-50\/30 {
  background-color: rgb(180 211 237 / 0.3);
}
.tw-bg-primary-50\/35 {
  background-color: rgb(180 211 237 / 0.35);
}
.tw-bg-primary-50\/40 {
  background-color: rgb(180 211 237 / 0.4);
}
.tw-bg-primary-50\/45 {
  background-color: rgb(180 211 237 / 0.45);
}
.tw-bg-primary-50\/5 {
  background-color: rgb(180 211 237 / 0.05);
}
.tw-bg-primary-50\/50 {
  background-color: rgb(180 211 237 / 0.5);
}
.tw-bg-primary-50\/55 {
  background-color: rgb(180 211 237 / 0.55);
}
.tw-bg-primary-50\/60 {
  background-color: rgb(180 211 237 / 0.6);
}
.tw-bg-primary-50\/65 {
  background-color: rgb(180 211 237 / 0.65);
}
.tw-bg-primary-50\/70 {
  background-color: rgb(180 211 237 / 0.7);
}
.tw-bg-primary-50\/75 {
  background-color: rgb(180 211 237 / 0.75);
}
.tw-bg-primary-50\/80 {
  background-color: rgb(180 211 237 / 0.8);
}
.tw-bg-primary-50\/85 {
  background-color: rgb(180 211 237 / 0.85);
}
.tw-bg-primary-50\/90 {
  background-color: rgb(180 211 237 / 0.9);
}
.tw-bg-primary-50\/95 {
  background-color: rgb(180 211 237 / 0.95);
}
.tw-bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 124 187 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-500\/0 {
  background-color: rgb(46 124 187 / 0);
}
.tw-bg-primary-500\/10 {
  background-color: rgb(46 124 187 / 0.1);
}
.tw-bg-primary-500\/100 {
  background-color: rgb(46 124 187 / 1);
}
.tw-bg-primary-500\/15 {
  background-color: rgb(46 124 187 / 0.15);
}
.tw-bg-primary-500\/20 {
  background-color: rgb(46 124 187 / 0.2);
}
.tw-bg-primary-500\/25 {
  background-color: rgb(46 124 187 / 0.25);
}
.tw-bg-primary-500\/30 {
  background-color: rgb(46 124 187 / 0.3);
}
.tw-bg-primary-500\/35 {
  background-color: rgb(46 124 187 / 0.35);
}
.tw-bg-primary-500\/40 {
  background-color: rgb(46 124 187 / 0.4);
}
.tw-bg-primary-500\/45 {
  background-color: rgb(46 124 187 / 0.45);
}
.tw-bg-primary-500\/5 {
  background-color: rgb(46 124 187 / 0.05);
}
.tw-bg-primary-500\/50 {
  background-color: rgb(46 124 187 / 0.5);
}
.tw-bg-primary-500\/55 {
  background-color: rgb(46 124 187 / 0.55);
}
.tw-bg-primary-500\/60 {
  background-color: rgb(46 124 187 / 0.6);
}
.tw-bg-primary-500\/65 {
  background-color: rgb(46 124 187 / 0.65);
}
.tw-bg-primary-500\/70 {
  background-color: rgb(46 124 187 / 0.7);
}
.tw-bg-primary-500\/75 {
  background-color: rgb(46 124 187 / 0.75);
}
.tw-bg-primary-500\/80 {
  background-color: rgb(46 124 187 / 0.8);
}
.tw-bg-primary-500\/85 {
  background-color: rgb(46 124 187 / 0.85);
}
.tw-bg-primary-500\/90 {
  background-color: rgb(46 124 187 / 0.9);
}
.tw-bg-primary-500\/95 {
  background-color: rgb(46 124 187 / 0.95);
}
.tw-bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 102 154 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-600\/0 {
  background-color: rgb(38 102 154 / 0);
}
.tw-bg-primary-600\/10 {
  background-color: rgb(38 102 154 / 0.1);
}
.tw-bg-primary-600\/100 {
  background-color: rgb(38 102 154 / 1);
}
.tw-bg-primary-600\/15 {
  background-color: rgb(38 102 154 / 0.15);
}
.tw-bg-primary-600\/20 {
  background-color: rgb(38 102 154 / 0.2);
}
.tw-bg-primary-600\/25 {
  background-color: rgb(38 102 154 / 0.25);
}
.tw-bg-primary-600\/30 {
  background-color: rgb(38 102 154 / 0.3);
}
.tw-bg-primary-600\/35 {
  background-color: rgb(38 102 154 / 0.35);
}
.tw-bg-primary-600\/40 {
  background-color: rgb(38 102 154 / 0.4);
}
.tw-bg-primary-600\/45 {
  background-color: rgb(38 102 154 / 0.45);
}
.tw-bg-primary-600\/5 {
  background-color: rgb(38 102 154 / 0.05);
}
.tw-bg-primary-600\/50 {
  background-color: rgb(38 102 154 / 0.5);
}
.tw-bg-primary-600\/55 {
  background-color: rgb(38 102 154 / 0.55);
}
.tw-bg-primary-600\/60 {
  background-color: rgb(38 102 154 / 0.6);
}
.tw-bg-primary-600\/65 {
  background-color: rgb(38 102 154 / 0.65);
}
.tw-bg-primary-600\/70 {
  background-color: rgb(38 102 154 / 0.7);
}
.tw-bg-primary-600\/75 {
  background-color: rgb(38 102 154 / 0.75);
}
.tw-bg-primary-600\/80 {
  background-color: rgb(38 102 154 / 0.8);
}
.tw-bg-primary-600\/85 {
  background-color: rgb(38 102 154 / 0.85);
}
.tw-bg-primary-600\/90 {
  background-color: rgb(38 102 154 / 0.9);
}
.tw-bg-primary-600\/95 {
  background-color: rgb(38 102 154 / 0.95);
}
.tw-bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 81 122 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-700\/0 {
  background-color: rgb(30 81 122 / 0);
}
.tw-bg-primary-700\/10 {
  background-color: rgb(30 81 122 / 0.1);
}
.tw-bg-primary-700\/100 {
  background-color: rgb(30 81 122 / 1);
}
.tw-bg-primary-700\/15 {
  background-color: rgb(30 81 122 / 0.15);
}
.tw-bg-primary-700\/20 {
  background-color: rgb(30 81 122 / 0.2);
}
.tw-bg-primary-700\/25 {
  background-color: rgb(30 81 122 / 0.25);
}
.tw-bg-primary-700\/30 {
  background-color: rgb(30 81 122 / 0.3);
}
.tw-bg-primary-700\/35 {
  background-color: rgb(30 81 122 / 0.35);
}
.tw-bg-primary-700\/40 {
  background-color: rgb(30 81 122 / 0.4);
}
.tw-bg-primary-700\/45 {
  background-color: rgb(30 81 122 / 0.45);
}
.tw-bg-primary-700\/5 {
  background-color: rgb(30 81 122 / 0.05);
}
.tw-bg-primary-700\/50 {
  background-color: rgb(30 81 122 / 0.5);
}
.tw-bg-primary-700\/55 {
  background-color: rgb(30 81 122 / 0.55);
}
.tw-bg-primary-700\/60 {
  background-color: rgb(30 81 122 / 0.6);
}
.tw-bg-primary-700\/65 {
  background-color: rgb(30 81 122 / 0.65);
}
.tw-bg-primary-700\/70 {
  background-color: rgb(30 81 122 / 0.7);
}
.tw-bg-primary-700\/75 {
  background-color: rgb(30 81 122 / 0.75);
}
.tw-bg-primary-700\/80 {
  background-color: rgb(30 81 122 / 0.8);
}
.tw-bg-primary-700\/85 {
  background-color: rgb(30 81 122 / 0.85);
}
.tw-bg-primary-700\/90 {
  background-color: rgb(30 81 122 / 0.9);
}
.tw-bg-primary-700\/95 {
  background-color: rgb(30 81 122 / 0.95);
}
.tw-bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 59 89 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-800\/0 {
  background-color: rgb(22 59 89 / 0);
}
.tw-bg-primary-800\/10 {
  background-color: rgb(22 59 89 / 0.1);
}
.tw-bg-primary-800\/100 {
  background-color: rgb(22 59 89 / 1);
}
.tw-bg-primary-800\/15 {
  background-color: rgb(22 59 89 / 0.15);
}
.tw-bg-primary-800\/20 {
  background-color: rgb(22 59 89 / 0.2);
}
.tw-bg-primary-800\/25 {
  background-color: rgb(22 59 89 / 0.25);
}
.tw-bg-primary-800\/30 {
  background-color: rgb(22 59 89 / 0.3);
}
.tw-bg-primary-800\/35 {
  background-color: rgb(22 59 89 / 0.35);
}
.tw-bg-primary-800\/40 {
  background-color: rgb(22 59 89 / 0.4);
}
.tw-bg-primary-800\/45 {
  background-color: rgb(22 59 89 / 0.45);
}
.tw-bg-primary-800\/5 {
  background-color: rgb(22 59 89 / 0.05);
}
.tw-bg-primary-800\/50 {
  background-color: rgb(22 59 89 / 0.5);
}
.tw-bg-primary-800\/55 {
  background-color: rgb(22 59 89 / 0.55);
}
.tw-bg-primary-800\/60 {
  background-color: rgb(22 59 89 / 0.6);
}
.tw-bg-primary-800\/65 {
  background-color: rgb(22 59 89 / 0.65);
}
.tw-bg-primary-800\/70 {
  background-color: rgb(22 59 89 / 0.7);
}
.tw-bg-primary-800\/75 {
  background-color: rgb(22 59 89 / 0.75);
}
.tw-bg-primary-800\/80 {
  background-color: rgb(22 59 89 / 0.8);
}
.tw-bg-primary-800\/85 {
  background-color: rgb(22 59 89 / 0.85);
}
.tw-bg-primary-800\/90 {
  background-color: rgb(22 59 89 / 0.9);
}
.tw-bg-primary-800\/95 {
  background-color: rgb(22 59 89 / 0.95);
}
.tw-bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 29 44 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-900\/0 {
  background-color: rgb(11 29 44 / 0);
}
.tw-bg-primary-900\/10 {
  background-color: rgb(11 29 44 / 0.1);
}
.tw-bg-primary-900\/100 {
  background-color: rgb(11 29 44 / 1);
}
.tw-bg-primary-900\/15 {
  background-color: rgb(11 29 44 / 0.15);
}
.tw-bg-primary-900\/20 {
  background-color: rgb(11 29 44 / 0.2);
}
.tw-bg-primary-900\/25 {
  background-color: rgb(11 29 44 / 0.25);
}
.tw-bg-primary-900\/30 {
  background-color: rgb(11 29 44 / 0.3);
}
.tw-bg-primary-900\/35 {
  background-color: rgb(11 29 44 / 0.35);
}
.tw-bg-primary-900\/40 {
  background-color: rgb(11 29 44 / 0.4);
}
.tw-bg-primary-900\/45 {
  background-color: rgb(11 29 44 / 0.45);
}
.tw-bg-primary-900\/5 {
  background-color: rgb(11 29 44 / 0.05);
}
.tw-bg-primary-900\/50 {
  background-color: rgb(11 29 44 / 0.5);
}
.tw-bg-primary-900\/55 {
  background-color: rgb(11 29 44 / 0.55);
}
.tw-bg-primary-900\/60 {
  background-color: rgb(11 29 44 / 0.6);
}
.tw-bg-primary-900\/65 {
  background-color: rgb(11 29 44 / 0.65);
}
.tw-bg-primary-900\/70 {
  background-color: rgb(11 29 44 / 0.7);
}
.tw-bg-primary-900\/75 {
  background-color: rgb(11 29 44 / 0.75);
}
.tw-bg-primary-900\/80 {
  background-color: rgb(11 29 44 / 0.8);
}
.tw-bg-primary-900\/85 {
  background-color: rgb(11 29 44 / 0.85);
}
.tw-bg-primary-900\/90 {
  background-color: rgb(11 29 44 / 0.9);
}
.tw-bg-primary-900\/95 {
  background-color: rgb(11 29 44 / 0.95);
}
.tw-bg-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 14 22 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-950\/0 {
  background-color: rgb(5 14 22 / 0);
}
.tw-bg-primary-950\/10 {
  background-color: rgb(5 14 22 / 0.1);
}
.tw-bg-primary-950\/100 {
  background-color: rgb(5 14 22 / 1);
}
.tw-bg-primary-950\/15 {
  background-color: rgb(5 14 22 / 0.15);
}
.tw-bg-primary-950\/20 {
  background-color: rgb(5 14 22 / 0.2);
}
.tw-bg-primary-950\/25 {
  background-color: rgb(5 14 22 / 0.25);
}
.tw-bg-primary-950\/30 {
  background-color: rgb(5 14 22 / 0.3);
}
.tw-bg-primary-950\/35 {
  background-color: rgb(5 14 22 / 0.35);
}
.tw-bg-primary-950\/40 {
  background-color: rgb(5 14 22 / 0.4);
}
.tw-bg-primary-950\/45 {
  background-color: rgb(5 14 22 / 0.45);
}
.tw-bg-primary-950\/5 {
  background-color: rgb(5 14 22 / 0.05);
}
.tw-bg-primary-950\/50 {
  background-color: rgb(5 14 22 / 0.5);
}
.tw-bg-primary-950\/55 {
  background-color: rgb(5 14 22 / 0.55);
}
.tw-bg-primary-950\/60 {
  background-color: rgb(5 14 22 / 0.6);
}
.tw-bg-primary-950\/65 {
  background-color: rgb(5 14 22 / 0.65);
}
.tw-bg-primary-950\/70 {
  background-color: rgb(5 14 22 / 0.7);
}
.tw-bg-primary-950\/75 {
  background-color: rgb(5 14 22 / 0.75);
}
.tw-bg-primary-950\/80 {
  background-color: rgb(5 14 22 / 0.8);
}
.tw-bg-primary-950\/85 {
  background-color: rgb(5 14 22 / 0.85);
}
.tw-bg-primary-950\/90 {
  background-color: rgb(5 14 22 / 0.9);
}
.tw-bg-primary-950\/95 {
  background-color: rgb(5 14 22 / 0.95);
}
.tw-bg-primary\/0 {
  background-color: rgb(22 59 89 / 0);
}
.tw-bg-primary\/10 {
  background-color: rgb(22 59 89 / 0.1);
}
.tw-bg-primary\/100 {
  background-color: rgb(22 59 89 / 1);
}
.tw-bg-primary\/15 {
  background-color: rgb(22 59 89 / 0.15);
}
.tw-bg-primary\/20 {
  background-color: rgb(22 59 89 / 0.2);
}
.tw-bg-primary\/25 {
  background-color: rgb(22 59 89 / 0.25);
}
.tw-bg-primary\/30 {
  background-color: rgb(22 59 89 / 0.3);
}
.tw-bg-primary\/35 {
  background-color: rgb(22 59 89 / 0.35);
}
.tw-bg-primary\/40 {
  background-color: rgb(22 59 89 / 0.4);
}
.tw-bg-primary\/45 {
  background-color: rgb(22 59 89 / 0.45);
}
.tw-bg-primary\/5 {
  background-color: rgb(22 59 89 / 0.05);
}
.tw-bg-primary\/50 {
  background-color: rgb(22 59 89 / 0.5);
}
.tw-bg-primary\/55 {
  background-color: rgb(22 59 89 / 0.55);
}
.tw-bg-primary\/60 {
  background-color: rgb(22 59 89 / 0.6);
}
.tw-bg-primary\/65 {
  background-color: rgb(22 59 89 / 0.65);
}
.tw-bg-primary\/70 {
  background-color: rgb(22 59 89 / 0.7);
}
.tw-bg-primary\/75 {
  background-color: rgb(22 59 89 / 0.75);
}
.tw-bg-primary\/80 {
  background-color: rgb(22 59 89 / 0.8);
}
.tw-bg-primary\/85 {
  background-color: rgb(22 59 89 / 0.85);
}
.tw-bg-primary\/90 {
  background-color: rgb(22 59 89 / 0.9);
}
.tw-bg-primary\/95 {
  background-color: rgb(22 59 89 / 0.95);
}
.tw-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(204 67 47 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 215 210 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-100\/0 {
  background-color: rgb(245 215 210 / 0);
}
.tw-bg-secondary-100\/10 {
  background-color: rgb(245 215 210 / 0.1);
}
.tw-bg-secondary-100\/100 {
  background-color: rgb(245 215 210 / 1);
}
.tw-bg-secondary-100\/15 {
  background-color: rgb(245 215 210 / 0.15);
}
.tw-bg-secondary-100\/20 {
  background-color: rgb(245 215 210 / 0.2);
}
.tw-bg-secondary-100\/25 {
  background-color: rgb(245 215 210 / 0.25);
}
.tw-bg-secondary-100\/30 {
  background-color: rgb(245 215 210 / 0.3);
}
.tw-bg-secondary-100\/35 {
  background-color: rgb(245 215 210 / 0.35);
}
.tw-bg-secondary-100\/40 {
  background-color: rgb(245 215 210 / 0.4);
}
.tw-bg-secondary-100\/45 {
  background-color: rgb(245 215 210 / 0.45);
}
.tw-bg-secondary-100\/5 {
  background-color: rgb(245 215 210 / 0.05);
}
.tw-bg-secondary-100\/50 {
  background-color: rgb(245 215 210 / 0.5);
}
.tw-bg-secondary-100\/55 {
  background-color: rgb(245 215 210 / 0.55);
}
.tw-bg-secondary-100\/60 {
  background-color: rgb(245 215 210 / 0.6);
}
.tw-bg-secondary-100\/65 {
  background-color: rgb(245 215 210 / 0.65);
}
.tw-bg-secondary-100\/70 {
  background-color: rgb(245 215 210 / 0.7);
}
.tw-bg-secondary-100\/75 {
  background-color: rgb(245 215 210 / 0.75);
}
.tw-bg-secondary-100\/80 {
  background-color: rgb(245 215 210 / 0.8);
}
.tw-bg-secondary-100\/85 {
  background-color: rgb(245 215 210 / 0.85);
}
.tw-bg-secondary-100\/90 {
  background-color: rgb(245 215 210 / 0.9);
}
.tw-bg-secondary-100\/95 {
  background-color: rgb(245 215 210 / 0.95);
}
.tw-bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 185 177 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-200\/0 {
  background-color: rgb(237 185 177 / 0);
}
.tw-bg-secondary-200\/10 {
  background-color: rgb(237 185 177 / 0.1);
}
.tw-bg-secondary-200\/100 {
  background-color: rgb(237 185 177 / 1);
}
.tw-bg-secondary-200\/15 {
  background-color: rgb(237 185 177 / 0.15);
}
.tw-bg-secondary-200\/20 {
  background-color: rgb(237 185 177 / 0.2);
}
.tw-bg-secondary-200\/25 {
  background-color: rgb(237 185 177 / 0.25);
}
.tw-bg-secondary-200\/30 {
  background-color: rgb(237 185 177 / 0.3);
}
.tw-bg-secondary-200\/35 {
  background-color: rgb(237 185 177 / 0.35);
}
.tw-bg-secondary-200\/40 {
  background-color: rgb(237 185 177 / 0.4);
}
.tw-bg-secondary-200\/45 {
  background-color: rgb(237 185 177 / 0.45);
}
.tw-bg-secondary-200\/5 {
  background-color: rgb(237 185 177 / 0.05);
}
.tw-bg-secondary-200\/50 {
  background-color: rgb(237 185 177 / 0.5);
}
.tw-bg-secondary-200\/55 {
  background-color: rgb(237 185 177 / 0.55);
}
.tw-bg-secondary-200\/60 {
  background-color: rgb(237 185 177 / 0.6);
}
.tw-bg-secondary-200\/65 {
  background-color: rgb(237 185 177 / 0.65);
}
.tw-bg-secondary-200\/70 {
  background-color: rgb(237 185 177 / 0.7);
}
.tw-bg-secondary-200\/75 {
  background-color: rgb(237 185 177 / 0.75);
}
.tw-bg-secondary-200\/80 {
  background-color: rgb(237 185 177 / 0.8);
}
.tw-bg-secondary-200\/85 {
  background-color: rgb(237 185 177 / 0.85);
}
.tw-bg-secondary-200\/90 {
  background-color: rgb(237 185 177 / 0.9);
}
.tw-bg-secondary-200\/95 {
  background-color: rgb(237 185 177 / 0.95);
}
.tw-bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 155 144 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-300\/0 {
  background-color: rgb(229 155 144 / 0);
}
.tw-bg-secondary-300\/10 {
  background-color: rgb(229 155 144 / 0.1);
}
.tw-bg-secondary-300\/100 {
  background-color: rgb(229 155 144 / 1);
}
.tw-bg-secondary-300\/15 {
  background-color: rgb(229 155 144 / 0.15);
}
.tw-bg-secondary-300\/20 {
  background-color: rgb(229 155 144 / 0.2);
}
.tw-bg-secondary-300\/25 {
  background-color: rgb(229 155 144 / 0.25);
}
.tw-bg-secondary-300\/30 {
  background-color: rgb(229 155 144 / 0.3);
}
.tw-bg-secondary-300\/35 {
  background-color: rgb(229 155 144 / 0.35);
}
.tw-bg-secondary-300\/40 {
  background-color: rgb(229 155 144 / 0.4);
}
.tw-bg-secondary-300\/45 {
  background-color: rgb(229 155 144 / 0.45);
}
.tw-bg-secondary-300\/5 {
  background-color: rgb(229 155 144 / 0.05);
}
.tw-bg-secondary-300\/50 {
  background-color: rgb(229 155 144 / 0.5);
}
.tw-bg-secondary-300\/55 {
  background-color: rgb(229 155 144 / 0.55);
}
.tw-bg-secondary-300\/60 {
  background-color: rgb(229 155 144 / 0.6);
}
.tw-bg-secondary-300\/65 {
  background-color: rgb(229 155 144 / 0.65);
}
.tw-bg-secondary-300\/70 {
  background-color: rgb(229 155 144 / 0.7);
}
.tw-bg-secondary-300\/75 {
  background-color: rgb(229 155 144 / 0.75);
}
.tw-bg-secondary-300\/80 {
  background-color: rgb(229 155 144 / 0.8);
}
.tw-bg-secondary-300\/85 {
  background-color: rgb(229 155 144 / 0.85);
}
.tw-bg-secondary-300\/90 {
  background-color: rgb(229 155 144 / 0.9);
}
.tw-bg-secondary-300\/95 {
  background-color: rgb(229 155 144 / 0.95);
}
.tw-bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 125 111 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-400\/0 {
  background-color: rgb(222 125 111 / 0);
}
.tw-bg-secondary-400\/10 {
  background-color: rgb(222 125 111 / 0.1);
}
.tw-bg-secondary-400\/100 {
  background-color: rgb(222 125 111 / 1);
}
.tw-bg-secondary-400\/15 {
  background-color: rgb(222 125 111 / 0.15);
}
.tw-bg-secondary-400\/20 {
  background-color: rgb(222 125 111 / 0.2);
}
.tw-bg-secondary-400\/25 {
  background-color: rgb(222 125 111 / 0.25);
}
.tw-bg-secondary-400\/30 {
  background-color: rgb(222 125 111 / 0.3);
}
.tw-bg-secondary-400\/35 {
  background-color: rgb(222 125 111 / 0.35);
}
.tw-bg-secondary-400\/40 {
  background-color: rgb(222 125 111 / 0.4);
}
.tw-bg-secondary-400\/45 {
  background-color: rgb(222 125 111 / 0.45);
}
.tw-bg-secondary-400\/5 {
  background-color: rgb(222 125 111 / 0.05);
}
.tw-bg-secondary-400\/50 {
  background-color: rgb(222 125 111 / 0.5);
}
.tw-bg-secondary-400\/55 {
  background-color: rgb(222 125 111 / 0.55);
}
.tw-bg-secondary-400\/60 {
  background-color: rgb(222 125 111 / 0.6);
}
.tw-bg-secondary-400\/65 {
  background-color: rgb(222 125 111 / 0.65);
}
.tw-bg-secondary-400\/70 {
  background-color: rgb(222 125 111 / 0.7);
}
.tw-bg-secondary-400\/75 {
  background-color: rgb(222 125 111 / 0.75);
}
.tw-bg-secondary-400\/80 {
  background-color: rgb(222 125 111 / 0.8);
}
.tw-bg-secondary-400\/85 {
  background-color: rgb(222 125 111 / 0.85);
}
.tw-bg-secondary-400\/90 {
  background-color: rgb(222 125 111 / 0.9);
}
.tw-bg-secondary-400\/95 {
  background-color: rgb(222 125 111 / 0.95);
}
.tw-bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 230 227 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-50\/0 {
  background-color: rgb(249 230 227 / 0);
}
.tw-bg-secondary-50\/10 {
  background-color: rgb(249 230 227 / 0.1);
}
.tw-bg-secondary-50\/100 {
  background-color: rgb(249 230 227 / 1);
}
.tw-bg-secondary-50\/15 {
  background-color: rgb(249 230 227 / 0.15);
}
.tw-bg-secondary-50\/20 {
  background-color: rgb(249 230 227 / 0.2);
}
.tw-bg-secondary-50\/25 {
  background-color: rgb(249 230 227 / 0.25);
}
.tw-bg-secondary-50\/30 {
  background-color: rgb(249 230 227 / 0.3);
}
.tw-bg-secondary-50\/35 {
  background-color: rgb(249 230 227 / 0.35);
}
.tw-bg-secondary-50\/40 {
  background-color: rgb(249 230 227 / 0.4);
}
.tw-bg-secondary-50\/45 {
  background-color: rgb(249 230 227 / 0.45);
}
.tw-bg-secondary-50\/5 {
  background-color: rgb(249 230 227 / 0.05);
}
.tw-bg-secondary-50\/50 {
  background-color: rgb(249 230 227 / 0.5);
}
.tw-bg-secondary-50\/55 {
  background-color: rgb(249 230 227 / 0.55);
}
.tw-bg-secondary-50\/60 {
  background-color: rgb(249 230 227 / 0.6);
}
.tw-bg-secondary-50\/65 {
  background-color: rgb(249 230 227 / 0.65);
}
.tw-bg-secondary-50\/70 {
  background-color: rgb(249 230 227 / 0.7);
}
.tw-bg-secondary-50\/75 {
  background-color: rgb(249 230 227 / 0.75);
}
.tw-bg-secondary-50\/80 {
  background-color: rgb(249 230 227 / 0.8);
}
.tw-bg-secondary-50\/85 {
  background-color: rgb(249 230 227 / 0.85);
}
.tw-bg-secondary-50\/90 {
  background-color: rgb(249 230 227 / 0.9);
}
.tw-bg-secondary-50\/95 {
  background-color: rgb(249 230 227 / 0.95);
}
.tw-bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 95 78 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-500\/0 {
  background-color: rgb(214 95 78 / 0);
}
.tw-bg-secondary-500\/10 {
  background-color: rgb(214 95 78 / 0.1);
}
.tw-bg-secondary-500\/100 {
  background-color: rgb(214 95 78 / 1);
}
.tw-bg-secondary-500\/15 {
  background-color: rgb(214 95 78 / 0.15);
}
.tw-bg-secondary-500\/20 {
  background-color: rgb(214 95 78 / 0.2);
}
.tw-bg-secondary-500\/25 {
  background-color: rgb(214 95 78 / 0.25);
}
.tw-bg-secondary-500\/30 {
  background-color: rgb(214 95 78 / 0.3);
}
.tw-bg-secondary-500\/35 {
  background-color: rgb(214 95 78 / 0.35);
}
.tw-bg-secondary-500\/40 {
  background-color: rgb(214 95 78 / 0.4);
}
.tw-bg-secondary-500\/45 {
  background-color: rgb(214 95 78 / 0.45);
}
.tw-bg-secondary-500\/5 {
  background-color: rgb(214 95 78 / 0.05);
}
.tw-bg-secondary-500\/50 {
  background-color: rgb(214 95 78 / 0.5);
}
.tw-bg-secondary-500\/55 {
  background-color: rgb(214 95 78 / 0.55);
}
.tw-bg-secondary-500\/60 {
  background-color: rgb(214 95 78 / 0.6);
}
.tw-bg-secondary-500\/65 {
  background-color: rgb(214 95 78 / 0.65);
}
.tw-bg-secondary-500\/70 {
  background-color: rgb(214 95 78 / 0.7);
}
.tw-bg-secondary-500\/75 {
  background-color: rgb(214 95 78 / 0.75);
}
.tw-bg-secondary-500\/80 {
  background-color: rgb(214 95 78 / 0.8);
}
.tw-bg-secondary-500\/85 {
  background-color: rgb(214 95 78 / 0.85);
}
.tw-bg-secondary-500\/90 {
  background-color: rgb(214 95 78 / 0.9);
}
.tw-bg-secondary-500\/95 {
  background-color: rgb(214 95 78 / 0.95);
}
.tw-bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 67 47 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-600\/0 {
  background-color: rgb(204 67 47 / 0);
}
.tw-bg-secondary-600\/10 {
  background-color: rgb(204 67 47 / 0.1);
}
.tw-bg-secondary-600\/100 {
  background-color: rgb(204 67 47 / 1);
}
.tw-bg-secondary-600\/15 {
  background-color: rgb(204 67 47 / 0.15);
}
.tw-bg-secondary-600\/20 {
  background-color: rgb(204 67 47 / 0.2);
}
.tw-bg-secondary-600\/25 {
  background-color: rgb(204 67 47 / 0.25);
}
.tw-bg-secondary-600\/30 {
  background-color: rgb(204 67 47 / 0.3);
}
.tw-bg-secondary-600\/35 {
  background-color: rgb(204 67 47 / 0.35);
}
.tw-bg-secondary-600\/40 {
  background-color: rgb(204 67 47 / 0.4);
}
.tw-bg-secondary-600\/45 {
  background-color: rgb(204 67 47 / 0.45);
}
.tw-bg-secondary-600\/5 {
  background-color: rgb(204 67 47 / 0.05);
}
.tw-bg-secondary-600\/50 {
  background-color: rgb(204 67 47 / 0.5);
}
.tw-bg-secondary-600\/55 {
  background-color: rgb(204 67 47 / 0.55);
}
.tw-bg-secondary-600\/60 {
  background-color: rgb(204 67 47 / 0.6);
}
.tw-bg-secondary-600\/65 {
  background-color: rgb(204 67 47 / 0.65);
}
.tw-bg-secondary-600\/70 {
  background-color: rgb(204 67 47 / 0.7);
}
.tw-bg-secondary-600\/75 {
  background-color: rgb(204 67 47 / 0.75);
}
.tw-bg-secondary-600\/80 {
  background-color: rgb(204 67 47 / 0.8);
}
.tw-bg-secondary-600\/85 {
  background-color: rgb(204 67 47 / 0.85);
}
.tw-bg-secondary-600\/90 {
  background-color: rgb(204 67 47 / 0.9);
}
.tw-bg-secondary-600\/95 {
  background-color: rgb(204 67 47 / 0.95);
}
.tw-bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(158 52 36 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-700\/0 {
  background-color: rgb(158 52 36 / 0);
}
.tw-bg-secondary-700\/10 {
  background-color: rgb(158 52 36 / 0.1);
}
.tw-bg-secondary-700\/100 {
  background-color: rgb(158 52 36 / 1);
}
.tw-bg-secondary-700\/15 {
  background-color: rgb(158 52 36 / 0.15);
}
.tw-bg-secondary-700\/20 {
  background-color: rgb(158 52 36 / 0.2);
}
.tw-bg-secondary-700\/25 {
  background-color: rgb(158 52 36 / 0.25);
}
.tw-bg-secondary-700\/30 {
  background-color: rgb(158 52 36 / 0.3);
}
.tw-bg-secondary-700\/35 {
  background-color: rgb(158 52 36 / 0.35);
}
.tw-bg-secondary-700\/40 {
  background-color: rgb(158 52 36 / 0.4);
}
.tw-bg-secondary-700\/45 {
  background-color: rgb(158 52 36 / 0.45);
}
.tw-bg-secondary-700\/5 {
  background-color: rgb(158 52 36 / 0.05);
}
.tw-bg-secondary-700\/50 {
  background-color: rgb(158 52 36 / 0.5);
}
.tw-bg-secondary-700\/55 {
  background-color: rgb(158 52 36 / 0.55);
}
.tw-bg-secondary-700\/60 {
  background-color: rgb(158 52 36 / 0.6);
}
.tw-bg-secondary-700\/65 {
  background-color: rgb(158 52 36 / 0.65);
}
.tw-bg-secondary-700\/70 {
  background-color: rgb(158 52 36 / 0.7);
}
.tw-bg-secondary-700\/75 {
  background-color: rgb(158 52 36 / 0.75);
}
.tw-bg-secondary-700\/80 {
  background-color: rgb(158 52 36 / 0.8);
}
.tw-bg-secondary-700\/85 {
  background-color: rgb(158 52 36 / 0.85);
}
.tw-bg-secondary-700\/90 {
  background-color: rgb(158 52 36 / 0.9);
}
.tw-bg-secondary-700\/95 {
  background-color: rgb(158 52 36 / 0.95);
}
.tw-bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 37 26 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-800\/0 {
  background-color: rgb(113 37 26 / 0);
}
.tw-bg-secondary-800\/10 {
  background-color: rgb(113 37 26 / 0.1);
}
.tw-bg-secondary-800\/100 {
  background-color: rgb(113 37 26 / 1);
}
.tw-bg-secondary-800\/15 {
  background-color: rgb(113 37 26 / 0.15);
}
.tw-bg-secondary-800\/20 {
  background-color: rgb(113 37 26 / 0.2);
}
.tw-bg-secondary-800\/25 {
  background-color: rgb(113 37 26 / 0.25);
}
.tw-bg-secondary-800\/30 {
  background-color: rgb(113 37 26 / 0.3);
}
.tw-bg-secondary-800\/35 {
  background-color: rgb(113 37 26 / 0.35);
}
.tw-bg-secondary-800\/40 {
  background-color: rgb(113 37 26 / 0.4);
}
.tw-bg-secondary-800\/45 {
  background-color: rgb(113 37 26 / 0.45);
}
.tw-bg-secondary-800\/5 {
  background-color: rgb(113 37 26 / 0.05);
}
.tw-bg-secondary-800\/50 {
  background-color: rgb(113 37 26 / 0.5);
}
.tw-bg-secondary-800\/55 {
  background-color: rgb(113 37 26 / 0.55);
}
.tw-bg-secondary-800\/60 {
  background-color: rgb(113 37 26 / 0.6);
}
.tw-bg-secondary-800\/65 {
  background-color: rgb(113 37 26 / 0.65);
}
.tw-bg-secondary-800\/70 {
  background-color: rgb(113 37 26 / 0.7);
}
.tw-bg-secondary-800\/75 {
  background-color: rgb(113 37 26 / 0.75);
}
.tw-bg-secondary-800\/80 {
  background-color: rgb(113 37 26 / 0.8);
}
.tw-bg-secondary-800\/85 {
  background-color: rgb(113 37 26 / 0.85);
}
.tw-bg-secondary-800\/90 {
  background-color: rgb(113 37 26 / 0.9);
}
.tw-bg-secondary-800\/95 {
  background-color: rgb(113 37 26 / 0.95);
}
.tw-bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 22 15 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-900\/0 {
  background-color: rgb(67 22 15 / 0);
}
.tw-bg-secondary-900\/10 {
  background-color: rgb(67 22 15 / 0.1);
}
.tw-bg-secondary-900\/100 {
  background-color: rgb(67 22 15 / 1);
}
.tw-bg-secondary-900\/15 {
  background-color: rgb(67 22 15 / 0.15);
}
.tw-bg-secondary-900\/20 {
  background-color: rgb(67 22 15 / 0.2);
}
.tw-bg-secondary-900\/25 {
  background-color: rgb(67 22 15 / 0.25);
}
.tw-bg-secondary-900\/30 {
  background-color: rgb(67 22 15 / 0.3);
}
.tw-bg-secondary-900\/35 {
  background-color: rgb(67 22 15 / 0.35);
}
.tw-bg-secondary-900\/40 {
  background-color: rgb(67 22 15 / 0.4);
}
.tw-bg-secondary-900\/45 {
  background-color: rgb(67 22 15 / 0.45);
}
.tw-bg-secondary-900\/5 {
  background-color: rgb(67 22 15 / 0.05);
}
.tw-bg-secondary-900\/50 {
  background-color: rgb(67 22 15 / 0.5);
}
.tw-bg-secondary-900\/55 {
  background-color: rgb(67 22 15 / 0.55);
}
.tw-bg-secondary-900\/60 {
  background-color: rgb(67 22 15 / 0.6);
}
.tw-bg-secondary-900\/65 {
  background-color: rgb(67 22 15 / 0.65);
}
.tw-bg-secondary-900\/70 {
  background-color: rgb(67 22 15 / 0.7);
}
.tw-bg-secondary-900\/75 {
  background-color: rgb(67 22 15 / 0.75);
}
.tw-bg-secondary-900\/80 {
  background-color: rgb(67 22 15 / 0.8);
}
.tw-bg-secondary-900\/85 {
  background-color: rgb(67 22 15 / 0.85);
}
.tw-bg-secondary-900\/90 {
  background-color: rgb(67 22 15 / 0.9);
}
.tw-bg-secondary-900\/95 {
  background-color: rgb(67 22 15 / 0.95);
}
.tw-bg-secondary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 15 10 / var(--tw-bg-opacity, 1));
}
.tw-bg-secondary-950\/0 {
  background-color: rgb(44 15 10 / 0);
}
.tw-bg-secondary-950\/10 {
  background-color: rgb(44 15 10 / 0.1);
}
.tw-bg-secondary-950\/100 {
  background-color: rgb(44 15 10 / 1);
}
.tw-bg-secondary-950\/15 {
  background-color: rgb(44 15 10 / 0.15);
}
.tw-bg-secondary-950\/20 {
  background-color: rgb(44 15 10 / 0.2);
}
.tw-bg-secondary-950\/25 {
  background-color: rgb(44 15 10 / 0.25);
}
.tw-bg-secondary-950\/30 {
  background-color: rgb(44 15 10 / 0.3);
}
.tw-bg-secondary-950\/35 {
  background-color: rgb(44 15 10 / 0.35);
}
.tw-bg-secondary-950\/40 {
  background-color: rgb(44 15 10 / 0.4);
}
.tw-bg-secondary-950\/45 {
  background-color: rgb(44 15 10 / 0.45);
}
.tw-bg-secondary-950\/5 {
  background-color: rgb(44 15 10 / 0.05);
}
.tw-bg-secondary-950\/50 {
  background-color: rgb(44 15 10 / 0.5);
}
.tw-bg-secondary-950\/55 {
  background-color: rgb(44 15 10 / 0.55);
}
.tw-bg-secondary-950\/60 {
  background-color: rgb(44 15 10 / 0.6);
}
.tw-bg-secondary-950\/65 {
  background-color: rgb(44 15 10 / 0.65);
}
.tw-bg-secondary-950\/70 {
  background-color: rgb(44 15 10 / 0.7);
}
.tw-bg-secondary-950\/75 {
  background-color: rgb(44 15 10 / 0.75);
}
.tw-bg-secondary-950\/80 {
  background-color: rgb(44 15 10 / 0.8);
}
.tw-bg-secondary-950\/85 {
  background-color: rgb(44 15 10 / 0.85);
}
.tw-bg-secondary-950\/90 {
  background-color: rgb(44 15 10 / 0.9);
}
.tw-bg-secondary-950\/95 {
  background-color: rgb(44 15 10 / 0.95);
}
.tw-bg-secondary\/0 {
  background-color: rgb(204 67 47 / 0);
}
.tw-bg-secondary\/10 {
  background-color: rgb(204 67 47 / 0.1);
}
.tw-bg-secondary\/100 {
  background-color: rgb(204 67 47 / 1);
}
.tw-bg-secondary\/15 {
  background-color: rgb(204 67 47 / 0.15);
}
.tw-bg-secondary\/20 {
  background-color: rgb(204 67 47 / 0.2);
}
.tw-bg-secondary\/25 {
  background-color: rgb(204 67 47 / 0.25);
}
.tw-bg-secondary\/30 {
  background-color: rgb(204 67 47 / 0.3);
}
.tw-bg-secondary\/35 {
  background-color: rgb(204 67 47 / 0.35);
}
.tw-bg-secondary\/40 {
  background-color: rgb(204 67 47 / 0.4);
}
.tw-bg-secondary\/45 {
  background-color: rgb(204 67 47 / 0.45);
}
.tw-bg-secondary\/5 {
  background-color: rgb(204 67 47 / 0.05);
}
.tw-bg-secondary\/50 {
  background-color: rgb(204 67 47 / 0.5);
}
.tw-bg-secondary\/55 {
  background-color: rgb(204 67 47 / 0.55);
}
.tw-bg-secondary\/60 {
  background-color: rgb(204 67 47 / 0.6);
}
.tw-bg-secondary\/65 {
  background-color: rgb(204 67 47 / 0.65);
}
.tw-bg-secondary\/70 {
  background-color: rgb(204 67 47 / 0.7);
}
.tw-bg-secondary\/75 {
  background-color: rgb(204 67 47 / 0.75);
}
.tw-bg-secondary\/80 {
  background-color: rgb(204 67 47 / 0.8);
}
.tw-bg-secondary\/85 {
  background-color: rgb(204 67 47 / 0.85);
}
.tw-bg-secondary\/90 {
  background-color: rgb(204 67 47 / 0.9);
}
.tw-bg-secondary\/95 {
  background-color: rgb(204 67 47 / 0.95);
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tw-from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-70\% {
  --tw-gradient-from-position: 70%;
}
.tw-via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.tw-via-90\% {
  --tw-gradient-via-position: 90%;
}
.tw-to-black\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-16 {
  padding: 4rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-text-center {
  text-align: center;
}
.tw-text-2xl\/9 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-4xl\/9 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-tracking-tight {
  letter-spacing: -0.025em;
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(22 59 89 / var(--tw-text-opacity, 1));
}
.tw-text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(164 202 233 / var(--tw-text-opacity, 1));
}
.tw-text-primary-100\/0 {
  color: rgb(164 202 233 / 0);
}
.tw-text-primary-100\/10 {
  color: rgb(164 202 233 / 0.1);
}
.tw-text-primary-100\/100 {
  color: rgb(164 202 233 / 1);
}
.tw-text-primary-100\/15 {
  color: rgb(164 202 233 / 0.15);
}
.tw-text-primary-100\/20 {
  color: rgb(164 202 233 / 0.2);
}
.tw-text-primary-100\/25 {
  color: rgb(164 202 233 / 0.25);
}
.tw-text-primary-100\/30 {
  color: rgb(164 202 233 / 0.3);
}
.tw-text-primary-100\/35 {
  color: rgb(164 202 233 / 0.35);
}
.tw-text-primary-100\/40 {
  color: rgb(164 202 233 / 0.4);
}
.tw-text-primary-100\/45 {
  color: rgb(164 202 233 / 0.45);
}
.tw-text-primary-100\/5 {
  color: rgb(164 202 233 / 0.05);
}
.tw-text-primary-100\/50 {
  color: rgb(164 202 233 / 0.5);
}
.tw-text-primary-100\/55 {
  color: rgb(164 202 233 / 0.55);
}
.tw-text-primary-100\/60 {
  color: rgb(164 202 233 / 0.6);
}
.tw-text-primary-100\/65 {
  color: rgb(164 202 233 / 0.65);
}
.tw-text-primary-100\/70 {
  color: rgb(164 202 233 / 0.7);
}
.tw-text-primary-100\/75 {
  color: rgb(164 202 233 / 0.75);
}
.tw-text-primary-100\/80 {
  color: rgb(164 202 233 / 0.8);
}
.tw-text-primary-100\/85 {
  color: rgb(164 202 233 / 0.85);
}
.tw-text-primary-100\/90 {
  color: rgb(164 202 233 / 0.9);
}
.tw-text-primary-100\/95 {
  color: rgb(164 202 233 / 0.95);
}
.tw-text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(131 183 224 / var(--tw-text-opacity, 1));
}
.tw-text-primary-200\/0 {
  color: rgb(131 183 224 / 0);
}
.tw-text-primary-200\/10 {
  color: rgb(131 183 224 / 0.1);
}
.tw-text-primary-200\/100 {
  color: rgb(131 183 224 / 1);
}
.tw-text-primary-200\/15 {
  color: rgb(131 183 224 / 0.15);
}
.tw-text-primary-200\/20 {
  color: rgb(131 183 224 / 0.2);
}
.tw-text-primary-200\/25 {
  color: rgb(131 183 224 / 0.25);
}
.tw-text-primary-200\/30 {
  color: rgb(131 183 224 / 0.3);
}
.tw-text-primary-200\/35 {
  color: rgb(131 183 224 / 0.35);
}
.tw-text-primary-200\/40 {
  color: rgb(131 183 224 / 0.4);
}
.tw-text-primary-200\/45 {
  color: rgb(131 183 224 / 0.45);
}
.tw-text-primary-200\/5 {
  color: rgb(131 183 224 / 0.05);
}
.tw-text-primary-200\/50 {
  color: rgb(131 183 224 / 0.5);
}
.tw-text-primary-200\/55 {
  color: rgb(131 183 224 / 0.55);
}
.tw-text-primary-200\/60 {
  color: rgb(131 183 224 / 0.6);
}
.tw-text-primary-200\/65 {
  color: rgb(131 183 224 / 0.65);
}
.tw-text-primary-200\/70 {
  color: rgb(131 183 224 / 0.7);
}
.tw-text-primary-200\/75 {
  color: rgb(131 183 224 / 0.75);
}
.tw-text-primary-200\/80 {
  color: rgb(131 183 224 / 0.8);
}
.tw-text-primary-200\/85 {
  color: rgb(131 183 224 / 0.85);
}
.tw-text-primary-200\/90 {
  color: rgb(131 183 224 / 0.9);
}
.tw-text-primary-200\/95 {
  color: rgb(131 183 224 / 0.95);
}
.tw-text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(99 164 216 / var(--tw-text-opacity, 1));
}
.tw-text-primary-300\/0 {
  color: rgb(99 164 216 / 0);
}
.tw-text-primary-300\/10 {
  color: rgb(99 164 216 / 0.1);
}
.tw-text-primary-300\/100 {
  color: rgb(99 164 216 / 1);
}
.tw-text-primary-300\/15 {
  color: rgb(99 164 216 / 0.15);
}
.tw-text-primary-300\/20 {
  color: rgb(99 164 216 / 0.2);
}
.tw-text-primary-300\/25 {
  color: rgb(99 164 216 / 0.25);
}
.tw-text-primary-300\/30 {
  color: rgb(99 164 216 / 0.3);
}
.tw-text-primary-300\/35 {
  color: rgb(99 164 216 / 0.35);
}
.tw-text-primary-300\/40 {
  color: rgb(99 164 216 / 0.4);
}
.tw-text-primary-300\/45 {
  color: rgb(99 164 216 / 0.45);
}
.tw-text-primary-300\/5 {
  color: rgb(99 164 216 / 0.05);
}
.tw-text-primary-300\/50 {
  color: rgb(99 164 216 / 0.5);
}
.tw-text-primary-300\/55 {
  color: rgb(99 164 216 / 0.55);
}
.tw-text-primary-300\/60 {
  color: rgb(99 164 216 / 0.6);
}
.tw-text-primary-300\/65 {
  color: rgb(99 164 216 / 0.65);
}
.tw-text-primary-300\/70 {
  color: rgb(99 164 216 / 0.7);
}
.tw-text-primary-300\/75 {
  color: rgb(99 164 216 / 0.75);
}
.tw-text-primary-300\/80 {
  color: rgb(99 164 216 / 0.8);
}
.tw-text-primary-300\/85 {
  color: rgb(99 164 216 / 0.85);
}
.tw-text-primary-300\/90 {
  color: rgb(99 164 216 / 0.9);
}
.tw-text-primary-300\/95 {
  color: rgb(99 164 216 / 0.95);
}
.tw-text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(66 145 208 / var(--tw-text-opacity, 1));
}
.tw-text-primary-400\/0 {
  color: rgb(66 145 208 / 0);
}
.tw-text-primary-400\/10 {
  color: rgb(66 145 208 / 0.1);
}
.tw-text-primary-400\/100 {
  color: rgb(66 145 208 / 1);
}
.tw-text-primary-400\/15 {
  color: rgb(66 145 208 / 0.15);
}
.tw-text-primary-400\/20 {
  color: rgb(66 145 208 / 0.2);
}
.tw-text-primary-400\/25 {
  color: rgb(66 145 208 / 0.25);
}
.tw-text-primary-400\/30 {
  color: rgb(66 145 208 / 0.3);
}
.tw-text-primary-400\/35 {
  color: rgb(66 145 208 / 0.35);
}
.tw-text-primary-400\/40 {
  color: rgb(66 145 208 / 0.4);
}
.tw-text-primary-400\/45 {
  color: rgb(66 145 208 / 0.45);
}
.tw-text-primary-400\/5 {
  color: rgb(66 145 208 / 0.05);
}
.tw-text-primary-400\/50 {
  color: rgb(66 145 208 / 0.5);
}
.tw-text-primary-400\/55 {
  color: rgb(66 145 208 / 0.55);
}
.tw-text-primary-400\/60 {
  color: rgb(66 145 208 / 0.6);
}
.tw-text-primary-400\/65 {
  color: rgb(66 145 208 / 0.65);
}
.tw-text-primary-400\/70 {
  color: rgb(66 145 208 / 0.7);
}
.tw-text-primary-400\/75 {
  color: rgb(66 145 208 / 0.75);
}
.tw-text-primary-400\/80 {
  color: rgb(66 145 208 / 0.8);
}
.tw-text-primary-400\/85 {
  color: rgb(66 145 208 / 0.85);
}
.tw-text-primary-400\/90 {
  color: rgb(66 145 208 / 0.9);
}
.tw-text-primary-400\/95 {
  color: rgb(66 145 208 / 0.95);
}
.tw-text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(180 211 237 / var(--tw-text-opacity, 1));
}
.tw-text-primary-50\/0 {
  color: rgb(180 211 237 / 0);
}
.tw-text-primary-50\/10 {
  color: rgb(180 211 237 / 0.1);
}
.tw-text-primary-50\/100 {
  color: rgb(180 211 237 / 1);
}
.tw-text-primary-50\/15 {
  color: rgb(180 211 237 / 0.15);
}
.tw-text-primary-50\/20 {
  color: rgb(180 211 237 / 0.2);
}
.tw-text-primary-50\/25 {
  color: rgb(180 211 237 / 0.25);
}
.tw-text-primary-50\/30 {
  color: rgb(180 211 237 / 0.3);
}
.tw-text-primary-50\/35 {
  color: rgb(180 211 237 / 0.35);
}
.tw-text-primary-50\/40 {
  color: rgb(180 211 237 / 0.4);
}
.tw-text-primary-50\/45 {
  color: rgb(180 211 237 / 0.45);
}
.tw-text-primary-50\/5 {
  color: rgb(180 211 237 / 0.05);
}
.tw-text-primary-50\/50 {
  color: rgb(180 211 237 / 0.5);
}
.tw-text-primary-50\/55 {
  color: rgb(180 211 237 / 0.55);
}
.tw-text-primary-50\/60 {
  color: rgb(180 211 237 / 0.6);
}
.tw-text-primary-50\/65 {
  color: rgb(180 211 237 / 0.65);
}
.tw-text-primary-50\/70 {
  color: rgb(180 211 237 / 0.7);
}
.tw-text-primary-50\/75 {
  color: rgb(180 211 237 / 0.75);
}
.tw-text-primary-50\/80 {
  color: rgb(180 211 237 / 0.8);
}
.tw-text-primary-50\/85 {
  color: rgb(180 211 237 / 0.85);
}
.tw-text-primary-50\/90 {
  color: rgb(180 211 237 / 0.9);
}
.tw-text-primary-50\/95 {
  color: rgb(180 211 237 / 0.95);
}
.tw-text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(46 124 187 / var(--tw-text-opacity, 1));
}
.tw-text-primary-500\/0 {
  color: rgb(46 124 187 / 0);
}
.tw-text-primary-500\/10 {
  color: rgb(46 124 187 / 0.1);
}
.tw-text-primary-500\/100 {
  color: rgb(46 124 187 / 1);
}
.tw-text-primary-500\/15 {
  color: rgb(46 124 187 / 0.15);
}
.tw-text-primary-500\/20 {
  color: rgb(46 124 187 / 0.2);
}
.tw-text-primary-500\/25 {
  color: rgb(46 124 187 / 0.25);
}
.tw-text-primary-500\/30 {
  color: rgb(46 124 187 / 0.3);
}
.tw-text-primary-500\/35 {
  color: rgb(46 124 187 / 0.35);
}
.tw-text-primary-500\/40 {
  color: rgb(46 124 187 / 0.4);
}
.tw-text-primary-500\/45 {
  color: rgb(46 124 187 / 0.45);
}
.tw-text-primary-500\/5 {
  color: rgb(46 124 187 / 0.05);
}
.tw-text-primary-500\/50 {
  color: rgb(46 124 187 / 0.5);
}
.tw-text-primary-500\/55 {
  color: rgb(46 124 187 / 0.55);
}
.tw-text-primary-500\/60 {
  color: rgb(46 124 187 / 0.6);
}
.tw-text-primary-500\/65 {
  color: rgb(46 124 187 / 0.65);
}
.tw-text-primary-500\/70 {
  color: rgb(46 124 187 / 0.7);
}
.tw-text-primary-500\/75 {
  color: rgb(46 124 187 / 0.75);
}
.tw-text-primary-500\/80 {
  color: rgb(46 124 187 / 0.8);
}
.tw-text-primary-500\/85 {
  color: rgb(46 124 187 / 0.85);
}
.tw-text-primary-500\/90 {
  color: rgb(46 124 187 / 0.9);
}
.tw-text-primary-500\/95 {
  color: rgb(46 124 187 / 0.95);
}
.tw-text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(38 102 154 / var(--tw-text-opacity, 1));
}
.tw-text-primary-600\/0 {
  color: rgb(38 102 154 / 0);
}
.tw-text-primary-600\/10 {
  color: rgb(38 102 154 / 0.1);
}
.tw-text-primary-600\/100 {
  color: rgb(38 102 154 / 1);
}
.tw-text-primary-600\/15 {
  color: rgb(38 102 154 / 0.15);
}
.tw-text-primary-600\/20 {
  color: rgb(38 102 154 / 0.2);
}
.tw-text-primary-600\/25 {
  color: rgb(38 102 154 / 0.25);
}
.tw-text-primary-600\/30 {
  color: rgb(38 102 154 / 0.3);
}
.tw-text-primary-600\/35 {
  color: rgb(38 102 154 / 0.35);
}
.tw-text-primary-600\/40 {
  color: rgb(38 102 154 / 0.4);
}
.tw-text-primary-600\/45 {
  color: rgb(38 102 154 / 0.45);
}
.tw-text-primary-600\/5 {
  color: rgb(38 102 154 / 0.05);
}
.tw-text-primary-600\/50 {
  color: rgb(38 102 154 / 0.5);
}
.tw-text-primary-600\/55 {
  color: rgb(38 102 154 / 0.55);
}
.tw-text-primary-600\/60 {
  color: rgb(38 102 154 / 0.6);
}
.tw-text-primary-600\/65 {
  color: rgb(38 102 154 / 0.65);
}
.tw-text-primary-600\/70 {
  color: rgb(38 102 154 / 0.7);
}
.tw-text-primary-600\/75 {
  color: rgb(38 102 154 / 0.75);
}
.tw-text-primary-600\/80 {
  color: rgb(38 102 154 / 0.8);
}
.tw-text-primary-600\/85 {
  color: rgb(38 102 154 / 0.85);
}
.tw-text-primary-600\/90 {
  color: rgb(38 102 154 / 0.9);
}
.tw-text-primary-600\/95 {
  color: rgb(38 102 154 / 0.95);
}
.tw-text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(30 81 122 / var(--tw-text-opacity, 1));
}
.tw-text-primary-700\/0 {
  color: rgb(30 81 122 / 0);
}
.tw-text-primary-700\/10 {
  color: rgb(30 81 122 / 0.1);
}
.tw-text-primary-700\/100 {
  color: rgb(30 81 122 / 1);
}
.tw-text-primary-700\/15 {
  color: rgb(30 81 122 / 0.15);
}
.tw-text-primary-700\/20 {
  color: rgb(30 81 122 / 0.2);
}
.tw-text-primary-700\/25 {
  color: rgb(30 81 122 / 0.25);
}
.tw-text-primary-700\/30 {
  color: rgb(30 81 122 / 0.3);
}
.tw-text-primary-700\/35 {
  color: rgb(30 81 122 / 0.35);
}
.tw-text-primary-700\/40 {
  color: rgb(30 81 122 / 0.4);
}
.tw-text-primary-700\/45 {
  color: rgb(30 81 122 / 0.45);
}
.tw-text-primary-700\/5 {
  color: rgb(30 81 122 / 0.05);
}
.tw-text-primary-700\/50 {
  color: rgb(30 81 122 / 0.5);
}
.tw-text-primary-700\/55 {
  color: rgb(30 81 122 / 0.55);
}
.tw-text-primary-700\/60 {
  color: rgb(30 81 122 / 0.6);
}
.tw-text-primary-700\/65 {
  color: rgb(30 81 122 / 0.65);
}
.tw-text-primary-700\/70 {
  color: rgb(30 81 122 / 0.7);
}
.tw-text-primary-700\/75 {
  color: rgb(30 81 122 / 0.75);
}
.tw-text-primary-700\/80 {
  color: rgb(30 81 122 / 0.8);
}
.tw-text-primary-700\/85 {
  color: rgb(30 81 122 / 0.85);
}
.tw-text-primary-700\/90 {
  color: rgb(30 81 122 / 0.9);
}
.tw-text-primary-700\/95 {
  color: rgb(30 81 122 / 0.95);
}
.tw-text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(22 59 89 / var(--tw-text-opacity, 1));
}
.tw-text-primary-800\/0 {
  color: rgb(22 59 89 / 0);
}
.tw-text-primary-800\/10 {
  color: rgb(22 59 89 / 0.1);
}
.tw-text-primary-800\/100 {
  color: rgb(22 59 89 / 1);
}
.tw-text-primary-800\/15 {
  color: rgb(22 59 89 / 0.15);
}
.tw-text-primary-800\/20 {
  color: rgb(22 59 89 / 0.2);
}
.tw-text-primary-800\/25 {
  color: rgb(22 59 89 / 0.25);
}
.tw-text-primary-800\/30 {
  color: rgb(22 59 89 / 0.3);
}
.tw-text-primary-800\/35 {
  color: rgb(22 59 89 / 0.35);
}
.tw-text-primary-800\/40 {
  color: rgb(22 59 89 / 0.4);
}
.tw-text-primary-800\/45 {
  color: rgb(22 59 89 / 0.45);
}
.tw-text-primary-800\/5 {
  color: rgb(22 59 89 / 0.05);
}
.tw-text-primary-800\/50 {
  color: rgb(22 59 89 / 0.5);
}
.tw-text-primary-800\/55 {
  color: rgb(22 59 89 / 0.55);
}
.tw-text-primary-800\/60 {
  color: rgb(22 59 89 / 0.6);
}
.tw-text-primary-800\/65 {
  color: rgb(22 59 89 / 0.65);
}
.tw-text-primary-800\/70 {
  color: rgb(22 59 89 / 0.7);
}
.tw-text-primary-800\/75 {
  color: rgb(22 59 89 / 0.75);
}
.tw-text-primary-800\/80 {
  color: rgb(22 59 89 / 0.8);
}
.tw-text-primary-800\/85 {
  color: rgb(22 59 89 / 0.85);
}
.tw-text-primary-800\/90 {
  color: rgb(22 59 89 / 0.9);
}
.tw-text-primary-800\/95 {
  color: rgb(22 59 89 / 0.95);
}
.tw-text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(11 29 44 / var(--tw-text-opacity, 1));
}
.tw-text-primary-900\/0 {
  color: rgb(11 29 44 / 0);
}
.tw-text-primary-900\/10 {
  color: rgb(11 29 44 / 0.1);
}
.tw-text-primary-900\/100 {
  color: rgb(11 29 44 / 1);
}
.tw-text-primary-900\/15 {
  color: rgb(11 29 44 / 0.15);
}
.tw-text-primary-900\/20 {
  color: rgb(11 29 44 / 0.2);
}
.tw-text-primary-900\/25 {
  color: rgb(11 29 44 / 0.25);
}
.tw-text-primary-900\/30 {
  color: rgb(11 29 44 / 0.3);
}
.tw-text-primary-900\/35 {
  color: rgb(11 29 44 / 0.35);
}
.tw-text-primary-900\/40 {
  color: rgb(11 29 44 / 0.4);
}
.tw-text-primary-900\/45 {
  color: rgb(11 29 44 / 0.45);
}
.tw-text-primary-900\/5 {
  color: rgb(11 29 44 / 0.05);
}
.tw-text-primary-900\/50 {
  color: rgb(11 29 44 / 0.5);
}
.tw-text-primary-900\/55 {
  color: rgb(11 29 44 / 0.55);
}
.tw-text-primary-900\/60 {
  color: rgb(11 29 44 / 0.6);
}
.tw-text-primary-900\/65 {
  color: rgb(11 29 44 / 0.65);
}
.tw-text-primary-900\/70 {
  color: rgb(11 29 44 / 0.7);
}
.tw-text-primary-900\/75 {
  color: rgb(11 29 44 / 0.75);
}
.tw-text-primary-900\/80 {
  color: rgb(11 29 44 / 0.8);
}
.tw-text-primary-900\/85 {
  color: rgb(11 29 44 / 0.85);
}
.tw-text-primary-900\/90 {
  color: rgb(11 29 44 / 0.9);
}
.tw-text-primary-900\/95 {
  color: rgb(11 29 44 / 0.95);
}
.tw-text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(5 14 22 / var(--tw-text-opacity, 1));
}
.tw-text-primary-950\/0 {
  color: rgb(5 14 22 / 0);
}
.tw-text-primary-950\/10 {
  color: rgb(5 14 22 / 0.1);
}
.tw-text-primary-950\/100 {
  color: rgb(5 14 22 / 1);
}
.tw-text-primary-950\/15 {
  color: rgb(5 14 22 / 0.15);
}
.tw-text-primary-950\/20 {
  color: rgb(5 14 22 / 0.2);
}
.tw-text-primary-950\/25 {
  color: rgb(5 14 22 / 0.25);
}
.tw-text-primary-950\/30 {
  color: rgb(5 14 22 / 0.3);
}
.tw-text-primary-950\/35 {
  color: rgb(5 14 22 / 0.35);
}
.tw-text-primary-950\/40 {
  color: rgb(5 14 22 / 0.4);
}
.tw-text-primary-950\/45 {
  color: rgb(5 14 22 / 0.45);
}
.tw-text-primary-950\/5 {
  color: rgb(5 14 22 / 0.05);
}
.tw-text-primary-950\/50 {
  color: rgb(5 14 22 / 0.5);
}
.tw-text-primary-950\/55 {
  color: rgb(5 14 22 / 0.55);
}
.tw-text-primary-950\/60 {
  color: rgb(5 14 22 / 0.6);
}
.tw-text-primary-950\/65 {
  color: rgb(5 14 22 / 0.65);
}
.tw-text-primary-950\/70 {
  color: rgb(5 14 22 / 0.7);
}
.tw-text-primary-950\/75 {
  color: rgb(5 14 22 / 0.75);
}
.tw-text-primary-950\/80 {
  color: rgb(5 14 22 / 0.8);
}
.tw-text-primary-950\/85 {
  color: rgb(5 14 22 / 0.85);
}
.tw-text-primary-950\/90 {
  color: rgb(5 14 22 / 0.9);
}
.tw-text-primary-950\/95 {
  color: rgb(5 14 22 / 0.95);
}
.tw-text-primary\/0 {
  color: rgb(22 59 89 / 0);
}
.tw-text-primary\/10 {
  color: rgb(22 59 89 / 0.1);
}
.tw-text-primary\/100 {
  color: rgb(22 59 89 / 1);
}
.tw-text-primary\/15 {
  color: rgb(22 59 89 / 0.15);
}
.tw-text-primary\/20 {
  color: rgb(22 59 89 / 0.2);
}
.tw-text-primary\/25 {
  color: rgb(22 59 89 / 0.25);
}
.tw-text-primary\/30 {
  color: rgb(22 59 89 / 0.3);
}
.tw-text-primary\/35 {
  color: rgb(22 59 89 / 0.35);
}
.tw-text-primary\/40 {
  color: rgb(22 59 89 / 0.4);
}
.tw-text-primary\/45 {
  color: rgb(22 59 89 / 0.45);
}
.tw-text-primary\/5 {
  color: rgb(22 59 89 / 0.05);
}
.tw-text-primary\/50 {
  color: rgb(22 59 89 / 0.5);
}
.tw-text-primary\/55 {
  color: rgb(22 59 89 / 0.55);
}
.tw-text-primary\/60 {
  color: rgb(22 59 89 / 0.6);
}
.tw-text-primary\/65 {
  color: rgb(22 59 89 / 0.65);
}
.tw-text-primary\/70 {
  color: rgb(22 59 89 / 0.7);
}
.tw-text-primary\/75 {
  color: rgb(22 59 89 / 0.75);
}
.tw-text-primary\/80 {
  color: rgb(22 59 89 / 0.8);
}
.tw-text-primary\/85 {
  color: rgb(22 59 89 / 0.85);
}
.tw-text-primary\/90 {
  color: rgb(22 59 89 / 0.9);
}
.tw-text-primary\/95 {
  color: rgb(22 59 89 / 0.95);
}
.tw-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(204 67 47 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(245 215 210 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-100\/0 {
  color: rgb(245 215 210 / 0);
}
.tw-text-secondary-100\/10 {
  color: rgb(245 215 210 / 0.1);
}
.tw-text-secondary-100\/100 {
  color: rgb(245 215 210 / 1);
}
.tw-text-secondary-100\/15 {
  color: rgb(245 215 210 / 0.15);
}
.tw-text-secondary-100\/20 {
  color: rgb(245 215 210 / 0.2);
}
.tw-text-secondary-100\/25 {
  color: rgb(245 215 210 / 0.25);
}
.tw-text-secondary-100\/30 {
  color: rgb(245 215 210 / 0.3);
}
.tw-text-secondary-100\/35 {
  color: rgb(245 215 210 / 0.35);
}
.tw-text-secondary-100\/40 {
  color: rgb(245 215 210 / 0.4);
}
.tw-text-secondary-100\/45 {
  color: rgb(245 215 210 / 0.45);
}
.tw-text-secondary-100\/5 {
  color: rgb(245 215 210 / 0.05);
}
.tw-text-secondary-100\/50 {
  color: rgb(245 215 210 / 0.5);
}
.tw-text-secondary-100\/55 {
  color: rgb(245 215 210 / 0.55);
}
.tw-text-secondary-100\/60 {
  color: rgb(245 215 210 / 0.6);
}
.tw-text-secondary-100\/65 {
  color: rgb(245 215 210 / 0.65);
}
.tw-text-secondary-100\/70 {
  color: rgb(245 215 210 / 0.7);
}
.tw-text-secondary-100\/75 {
  color: rgb(245 215 210 / 0.75);
}
.tw-text-secondary-100\/80 {
  color: rgb(245 215 210 / 0.8);
}
.tw-text-secondary-100\/85 {
  color: rgb(245 215 210 / 0.85);
}
.tw-text-secondary-100\/90 {
  color: rgb(245 215 210 / 0.9);
}
.tw-text-secondary-100\/95 {
  color: rgb(245 215 210 / 0.95);
}
.tw-text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgb(237 185 177 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-200\/0 {
  color: rgb(237 185 177 / 0);
}
.tw-text-secondary-200\/10 {
  color: rgb(237 185 177 / 0.1);
}
.tw-text-secondary-200\/100 {
  color: rgb(237 185 177 / 1);
}
.tw-text-secondary-200\/15 {
  color: rgb(237 185 177 / 0.15);
}
.tw-text-secondary-200\/20 {
  color: rgb(237 185 177 / 0.2);
}
.tw-text-secondary-200\/25 {
  color: rgb(237 185 177 / 0.25);
}
.tw-text-secondary-200\/30 {
  color: rgb(237 185 177 / 0.3);
}
.tw-text-secondary-200\/35 {
  color: rgb(237 185 177 / 0.35);
}
.tw-text-secondary-200\/40 {
  color: rgb(237 185 177 / 0.4);
}
.tw-text-secondary-200\/45 {
  color: rgb(237 185 177 / 0.45);
}
.tw-text-secondary-200\/5 {
  color: rgb(237 185 177 / 0.05);
}
.tw-text-secondary-200\/50 {
  color: rgb(237 185 177 / 0.5);
}
.tw-text-secondary-200\/55 {
  color: rgb(237 185 177 / 0.55);
}
.tw-text-secondary-200\/60 {
  color: rgb(237 185 177 / 0.6);
}
.tw-text-secondary-200\/65 {
  color: rgb(237 185 177 / 0.65);
}
.tw-text-secondary-200\/70 {
  color: rgb(237 185 177 / 0.7);
}
.tw-text-secondary-200\/75 {
  color: rgb(237 185 177 / 0.75);
}
.tw-text-secondary-200\/80 {
  color: rgb(237 185 177 / 0.8);
}
.tw-text-secondary-200\/85 {
  color: rgb(237 185 177 / 0.85);
}
.tw-text-secondary-200\/90 {
  color: rgb(237 185 177 / 0.9);
}
.tw-text-secondary-200\/95 {
  color: rgb(237 185 177 / 0.95);
}
.tw-text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(229 155 144 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-300\/0 {
  color: rgb(229 155 144 / 0);
}
.tw-text-secondary-300\/10 {
  color: rgb(229 155 144 / 0.1);
}
.tw-text-secondary-300\/100 {
  color: rgb(229 155 144 / 1);
}
.tw-text-secondary-300\/15 {
  color: rgb(229 155 144 / 0.15);
}
.tw-text-secondary-300\/20 {
  color: rgb(229 155 144 / 0.2);
}
.tw-text-secondary-300\/25 {
  color: rgb(229 155 144 / 0.25);
}
.tw-text-secondary-300\/30 {
  color: rgb(229 155 144 / 0.3);
}
.tw-text-secondary-300\/35 {
  color: rgb(229 155 144 / 0.35);
}
.tw-text-secondary-300\/40 {
  color: rgb(229 155 144 / 0.4);
}
.tw-text-secondary-300\/45 {
  color: rgb(229 155 144 / 0.45);
}
.tw-text-secondary-300\/5 {
  color: rgb(229 155 144 / 0.05);
}
.tw-text-secondary-300\/50 {
  color: rgb(229 155 144 / 0.5);
}
.tw-text-secondary-300\/55 {
  color: rgb(229 155 144 / 0.55);
}
.tw-text-secondary-300\/60 {
  color: rgb(229 155 144 / 0.6);
}
.tw-text-secondary-300\/65 {
  color: rgb(229 155 144 / 0.65);
}
.tw-text-secondary-300\/70 {
  color: rgb(229 155 144 / 0.7);
}
.tw-text-secondary-300\/75 {
  color: rgb(229 155 144 / 0.75);
}
.tw-text-secondary-300\/80 {
  color: rgb(229 155 144 / 0.8);
}
.tw-text-secondary-300\/85 {
  color: rgb(229 155 144 / 0.85);
}
.tw-text-secondary-300\/90 {
  color: rgb(229 155 144 / 0.9);
}
.tw-text-secondary-300\/95 {
  color: rgb(229 155 144 / 0.95);
}
.tw-text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(222 125 111 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-400\/0 {
  color: rgb(222 125 111 / 0);
}
.tw-text-secondary-400\/10 {
  color: rgb(222 125 111 / 0.1);
}
.tw-text-secondary-400\/100 {
  color: rgb(222 125 111 / 1);
}
.tw-text-secondary-400\/15 {
  color: rgb(222 125 111 / 0.15);
}
.tw-text-secondary-400\/20 {
  color: rgb(222 125 111 / 0.2);
}
.tw-text-secondary-400\/25 {
  color: rgb(222 125 111 / 0.25);
}
.tw-text-secondary-400\/30 {
  color: rgb(222 125 111 / 0.3);
}
.tw-text-secondary-400\/35 {
  color: rgb(222 125 111 / 0.35);
}
.tw-text-secondary-400\/40 {
  color: rgb(222 125 111 / 0.4);
}
.tw-text-secondary-400\/45 {
  color: rgb(222 125 111 / 0.45);
}
.tw-text-secondary-400\/5 {
  color: rgb(222 125 111 / 0.05);
}
.tw-text-secondary-400\/50 {
  color: rgb(222 125 111 / 0.5);
}
.tw-text-secondary-400\/55 {
  color: rgb(222 125 111 / 0.55);
}
.tw-text-secondary-400\/60 {
  color: rgb(222 125 111 / 0.6);
}
.tw-text-secondary-400\/65 {
  color: rgb(222 125 111 / 0.65);
}
.tw-text-secondary-400\/70 {
  color: rgb(222 125 111 / 0.7);
}
.tw-text-secondary-400\/75 {
  color: rgb(222 125 111 / 0.75);
}
.tw-text-secondary-400\/80 {
  color: rgb(222 125 111 / 0.8);
}
.tw-text-secondary-400\/85 {
  color: rgb(222 125 111 / 0.85);
}
.tw-text-secondary-400\/90 {
  color: rgb(222 125 111 / 0.9);
}
.tw-text-secondary-400\/95 {
  color: rgb(222 125 111 / 0.95);
}
.tw-text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(249 230 227 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-50\/0 {
  color: rgb(249 230 227 / 0);
}
.tw-text-secondary-50\/10 {
  color: rgb(249 230 227 / 0.1);
}
.tw-text-secondary-50\/100 {
  color: rgb(249 230 227 / 1);
}
.tw-text-secondary-50\/15 {
  color: rgb(249 230 227 / 0.15);
}
.tw-text-secondary-50\/20 {
  color: rgb(249 230 227 / 0.2);
}
.tw-text-secondary-50\/25 {
  color: rgb(249 230 227 / 0.25);
}
.tw-text-secondary-50\/30 {
  color: rgb(249 230 227 / 0.3);
}
.tw-text-secondary-50\/35 {
  color: rgb(249 230 227 / 0.35);
}
.tw-text-secondary-50\/40 {
  color: rgb(249 230 227 / 0.4);
}
.tw-text-secondary-50\/45 {
  color: rgb(249 230 227 / 0.45);
}
.tw-text-secondary-50\/5 {
  color: rgb(249 230 227 / 0.05);
}
.tw-text-secondary-50\/50 {
  color: rgb(249 230 227 / 0.5);
}
.tw-text-secondary-50\/55 {
  color: rgb(249 230 227 / 0.55);
}
.tw-text-secondary-50\/60 {
  color: rgb(249 230 227 / 0.6);
}
.tw-text-secondary-50\/65 {
  color: rgb(249 230 227 / 0.65);
}
.tw-text-secondary-50\/70 {
  color: rgb(249 230 227 / 0.7);
}
.tw-text-secondary-50\/75 {
  color: rgb(249 230 227 / 0.75);
}
.tw-text-secondary-50\/80 {
  color: rgb(249 230 227 / 0.8);
}
.tw-text-secondary-50\/85 {
  color: rgb(249 230 227 / 0.85);
}
.tw-text-secondary-50\/90 {
  color: rgb(249 230 227 / 0.9);
}
.tw-text-secondary-50\/95 {
  color: rgb(249 230 227 / 0.95);
}
.tw-text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(214 95 78 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-500\/0 {
  color: rgb(214 95 78 / 0);
}
.tw-text-secondary-500\/10 {
  color: rgb(214 95 78 / 0.1);
}
.tw-text-secondary-500\/100 {
  color: rgb(214 95 78 / 1);
}
.tw-text-secondary-500\/15 {
  color: rgb(214 95 78 / 0.15);
}
.tw-text-secondary-500\/20 {
  color: rgb(214 95 78 / 0.2);
}
.tw-text-secondary-500\/25 {
  color: rgb(214 95 78 / 0.25);
}
.tw-text-secondary-500\/30 {
  color: rgb(214 95 78 / 0.3);
}
.tw-text-secondary-500\/35 {
  color: rgb(214 95 78 / 0.35);
}
.tw-text-secondary-500\/40 {
  color: rgb(214 95 78 / 0.4);
}
.tw-text-secondary-500\/45 {
  color: rgb(214 95 78 / 0.45);
}
.tw-text-secondary-500\/5 {
  color: rgb(214 95 78 / 0.05);
}
.tw-text-secondary-500\/50 {
  color: rgb(214 95 78 / 0.5);
}
.tw-text-secondary-500\/55 {
  color: rgb(214 95 78 / 0.55);
}
.tw-text-secondary-500\/60 {
  color: rgb(214 95 78 / 0.6);
}
.tw-text-secondary-500\/65 {
  color: rgb(214 95 78 / 0.65);
}
.tw-text-secondary-500\/70 {
  color: rgb(214 95 78 / 0.7);
}
.tw-text-secondary-500\/75 {
  color: rgb(214 95 78 / 0.75);
}
.tw-text-secondary-500\/80 {
  color: rgb(214 95 78 / 0.8);
}
.tw-text-secondary-500\/85 {
  color: rgb(214 95 78 / 0.85);
}
.tw-text-secondary-500\/90 {
  color: rgb(214 95 78 / 0.9);
}
.tw-text-secondary-500\/95 {
  color: rgb(214 95 78 / 0.95);
}
.tw-text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(204 67 47 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-600\/0 {
  color: rgb(204 67 47 / 0);
}
.tw-text-secondary-600\/10 {
  color: rgb(204 67 47 / 0.1);
}
.tw-text-secondary-600\/100 {
  color: rgb(204 67 47 / 1);
}
.tw-text-secondary-600\/15 {
  color: rgb(204 67 47 / 0.15);
}
.tw-text-secondary-600\/20 {
  color: rgb(204 67 47 / 0.2);
}
.tw-text-secondary-600\/25 {
  color: rgb(204 67 47 / 0.25);
}
.tw-text-secondary-600\/30 {
  color: rgb(204 67 47 / 0.3);
}
.tw-text-secondary-600\/35 {
  color: rgb(204 67 47 / 0.35);
}
.tw-text-secondary-600\/40 {
  color: rgb(204 67 47 / 0.4);
}
.tw-text-secondary-600\/45 {
  color: rgb(204 67 47 / 0.45);
}
.tw-text-secondary-600\/5 {
  color: rgb(204 67 47 / 0.05);
}
.tw-text-secondary-600\/50 {
  color: rgb(204 67 47 / 0.5);
}
.tw-text-secondary-600\/55 {
  color: rgb(204 67 47 / 0.55);
}
.tw-text-secondary-600\/60 {
  color: rgb(204 67 47 / 0.6);
}
.tw-text-secondary-600\/65 {
  color: rgb(204 67 47 / 0.65);
}
.tw-text-secondary-600\/70 {
  color: rgb(204 67 47 / 0.7);
}
.tw-text-secondary-600\/75 {
  color: rgb(204 67 47 / 0.75);
}
.tw-text-secondary-600\/80 {
  color: rgb(204 67 47 / 0.8);
}
.tw-text-secondary-600\/85 {
  color: rgb(204 67 47 / 0.85);
}
.tw-text-secondary-600\/90 {
  color: rgb(204 67 47 / 0.9);
}
.tw-text-secondary-600\/95 {
  color: rgb(204 67 47 / 0.95);
}
.tw-text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(158 52 36 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-700\/0 {
  color: rgb(158 52 36 / 0);
}
.tw-text-secondary-700\/10 {
  color: rgb(158 52 36 / 0.1);
}
.tw-text-secondary-700\/100 {
  color: rgb(158 52 36 / 1);
}
.tw-text-secondary-700\/15 {
  color: rgb(158 52 36 / 0.15);
}
.tw-text-secondary-700\/20 {
  color: rgb(158 52 36 / 0.2);
}
.tw-text-secondary-700\/25 {
  color: rgb(158 52 36 / 0.25);
}
.tw-text-secondary-700\/30 {
  color: rgb(158 52 36 / 0.3);
}
.tw-text-secondary-700\/35 {
  color: rgb(158 52 36 / 0.35);
}
.tw-text-secondary-700\/40 {
  color: rgb(158 52 36 / 0.4);
}
.tw-text-secondary-700\/45 {
  color: rgb(158 52 36 / 0.45);
}
.tw-text-secondary-700\/5 {
  color: rgb(158 52 36 / 0.05);
}
.tw-text-secondary-700\/50 {
  color: rgb(158 52 36 / 0.5);
}
.tw-text-secondary-700\/55 {
  color: rgb(158 52 36 / 0.55);
}
.tw-text-secondary-700\/60 {
  color: rgb(158 52 36 / 0.6);
}
.tw-text-secondary-700\/65 {
  color: rgb(158 52 36 / 0.65);
}
.tw-text-secondary-700\/70 {
  color: rgb(158 52 36 / 0.7);
}
.tw-text-secondary-700\/75 {
  color: rgb(158 52 36 / 0.75);
}
.tw-text-secondary-700\/80 {
  color: rgb(158 52 36 / 0.8);
}
.tw-text-secondary-700\/85 {
  color: rgb(158 52 36 / 0.85);
}
.tw-text-secondary-700\/90 {
  color: rgb(158 52 36 / 0.9);
}
.tw-text-secondary-700\/95 {
  color: rgb(158 52 36 / 0.95);
}
.tw-text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(113 37 26 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-800\/0 {
  color: rgb(113 37 26 / 0);
}
.tw-text-secondary-800\/10 {
  color: rgb(113 37 26 / 0.1);
}
.tw-text-secondary-800\/100 {
  color: rgb(113 37 26 / 1);
}
.tw-text-secondary-800\/15 {
  color: rgb(113 37 26 / 0.15);
}
.tw-text-secondary-800\/20 {
  color: rgb(113 37 26 / 0.2);
}
.tw-text-secondary-800\/25 {
  color: rgb(113 37 26 / 0.25);
}
.tw-text-secondary-800\/30 {
  color: rgb(113 37 26 / 0.3);
}
.tw-text-secondary-800\/35 {
  color: rgb(113 37 26 / 0.35);
}
.tw-text-secondary-800\/40 {
  color: rgb(113 37 26 / 0.4);
}
.tw-text-secondary-800\/45 {
  color: rgb(113 37 26 / 0.45);
}
.tw-text-secondary-800\/5 {
  color: rgb(113 37 26 / 0.05);
}
.tw-text-secondary-800\/50 {
  color: rgb(113 37 26 / 0.5);
}
.tw-text-secondary-800\/55 {
  color: rgb(113 37 26 / 0.55);
}
.tw-text-secondary-800\/60 {
  color: rgb(113 37 26 / 0.6);
}
.tw-text-secondary-800\/65 {
  color: rgb(113 37 26 / 0.65);
}
.tw-text-secondary-800\/70 {
  color: rgb(113 37 26 / 0.7);
}
.tw-text-secondary-800\/75 {
  color: rgb(113 37 26 / 0.75);
}
.tw-text-secondary-800\/80 {
  color: rgb(113 37 26 / 0.8);
}
.tw-text-secondary-800\/85 {
  color: rgb(113 37 26 / 0.85);
}
.tw-text-secondary-800\/90 {
  color: rgb(113 37 26 / 0.9);
}
.tw-text-secondary-800\/95 {
  color: rgb(113 37 26 / 0.95);
}
.tw-text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(67 22 15 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-900\/0 {
  color: rgb(67 22 15 / 0);
}
.tw-text-secondary-900\/10 {
  color: rgb(67 22 15 / 0.1);
}
.tw-text-secondary-900\/100 {
  color: rgb(67 22 15 / 1);
}
.tw-text-secondary-900\/15 {
  color: rgb(67 22 15 / 0.15);
}
.tw-text-secondary-900\/20 {
  color: rgb(67 22 15 / 0.2);
}
.tw-text-secondary-900\/25 {
  color: rgb(67 22 15 / 0.25);
}
.tw-text-secondary-900\/30 {
  color: rgb(67 22 15 / 0.3);
}
.tw-text-secondary-900\/35 {
  color: rgb(67 22 15 / 0.35);
}
.tw-text-secondary-900\/40 {
  color: rgb(67 22 15 / 0.4);
}
.tw-text-secondary-900\/45 {
  color: rgb(67 22 15 / 0.45);
}
.tw-text-secondary-900\/5 {
  color: rgb(67 22 15 / 0.05);
}
.tw-text-secondary-900\/50 {
  color: rgb(67 22 15 / 0.5);
}
.tw-text-secondary-900\/55 {
  color: rgb(67 22 15 / 0.55);
}
.tw-text-secondary-900\/60 {
  color: rgb(67 22 15 / 0.6);
}
.tw-text-secondary-900\/65 {
  color: rgb(67 22 15 / 0.65);
}
.tw-text-secondary-900\/70 {
  color: rgb(67 22 15 / 0.7);
}
.tw-text-secondary-900\/75 {
  color: rgb(67 22 15 / 0.75);
}
.tw-text-secondary-900\/80 {
  color: rgb(67 22 15 / 0.8);
}
.tw-text-secondary-900\/85 {
  color: rgb(67 22 15 / 0.85);
}
.tw-text-secondary-900\/90 {
  color: rgb(67 22 15 / 0.9);
}
.tw-text-secondary-900\/95 {
  color: rgb(67 22 15 / 0.95);
}
.tw-text-secondary-950 {
  --tw-text-opacity: 1;
  color: rgb(44 15 10 / var(--tw-text-opacity, 1));
}
.tw-text-secondary-950\/0 {
  color: rgb(44 15 10 / 0);
}
.tw-text-secondary-950\/10 {
  color: rgb(44 15 10 / 0.1);
}
.tw-text-secondary-950\/100 {
  color: rgb(44 15 10 / 1);
}
.tw-text-secondary-950\/15 {
  color: rgb(44 15 10 / 0.15);
}
.tw-text-secondary-950\/20 {
  color: rgb(44 15 10 / 0.2);
}
.tw-text-secondary-950\/25 {
  color: rgb(44 15 10 / 0.25);
}
.tw-text-secondary-950\/30 {
  color: rgb(44 15 10 / 0.3);
}
.tw-text-secondary-950\/35 {
  color: rgb(44 15 10 / 0.35);
}
.tw-text-secondary-950\/40 {
  color: rgb(44 15 10 / 0.4);
}
.tw-text-secondary-950\/45 {
  color: rgb(44 15 10 / 0.45);
}
.tw-text-secondary-950\/5 {
  color: rgb(44 15 10 / 0.05);
}
.tw-text-secondary-950\/50 {
  color: rgb(44 15 10 / 0.5);
}
.tw-text-secondary-950\/55 {
  color: rgb(44 15 10 / 0.55);
}
.tw-text-secondary-950\/60 {
  color: rgb(44 15 10 / 0.6);
}
.tw-text-secondary-950\/65 {
  color: rgb(44 15 10 / 0.65);
}
.tw-text-secondary-950\/70 {
  color: rgb(44 15 10 / 0.7);
}
.tw-text-secondary-950\/75 {
  color: rgb(44 15 10 / 0.75);
}
.tw-text-secondary-950\/80 {
  color: rgb(44 15 10 / 0.8);
}
.tw-text-secondary-950\/85 {
  color: rgb(44 15 10 / 0.85);
}
.tw-text-secondary-950\/90 {
  color: rgb(44 15 10 / 0.9);
}
.tw-text-secondary-950\/95 {
  color: rgb(44 15 10 / 0.95);
}
.tw-text-secondary\/0 {
  color: rgb(204 67 47 / 0);
}
.tw-text-secondary\/10 {
  color: rgb(204 67 47 / 0.1);
}
.tw-text-secondary\/100 {
  color: rgb(204 67 47 / 1);
}
.tw-text-secondary\/15 {
  color: rgb(204 67 47 / 0.15);
}
.tw-text-secondary\/20 {
  color: rgb(204 67 47 / 0.2);
}
.tw-text-secondary\/25 {
  color: rgb(204 67 47 / 0.25);
}
.tw-text-secondary\/30 {
  color: rgb(204 67 47 / 0.3);
}
.tw-text-secondary\/35 {
  color: rgb(204 67 47 / 0.35);
}
.tw-text-secondary\/40 {
  color: rgb(204 67 47 / 0.4);
}
.tw-text-secondary\/45 {
  color: rgb(204 67 47 / 0.45);
}
.tw-text-secondary\/5 {
  color: rgb(204 67 47 / 0.05);
}
.tw-text-secondary\/50 {
  color: rgb(204 67 47 / 0.5);
}
.tw-text-secondary\/55 {
  color: rgb(204 67 47 / 0.55);
}
.tw-text-secondary\/60 {
  color: rgb(204 67 47 / 0.6);
}
.tw-text-secondary\/65 {
  color: rgb(204 67 47 / 0.65);
}
.tw-text-secondary\/70 {
  color: rgb(204 67 47 / 0.7);
}
.tw-text-secondary\/75 {
  color: rgb(204 67 47 / 0.75);
}
.tw-text-secondary\/80 {
  color: rgb(204 67 47 / 0.8);
}
.tw-text-secondary\/85 {
  color: rgb(204 67 47 / 0.85);
}
.tw-text-secondary\/90 {
  color: rgb(204 67 47 / 0.9);
}
.tw-text-secondary\/95 {
  color: rgb(204 67 47 / 0.95);
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-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);
}
.tw-outline-primary {
  outline-color: #163B59;
}
.tw-outline-primary-100 {
  outline-color: #A4CAE9;
}
.tw-outline-primary-100\/0 {
  outline-color: rgb(164 202 233 / 0);
}
.tw-outline-primary-100\/10 {
  outline-color: rgb(164 202 233 / 0.1);
}
.tw-outline-primary-100\/100 {
  outline-color: rgb(164 202 233 / 1);
}
.tw-outline-primary-100\/15 {
  outline-color: rgb(164 202 233 / 0.15);
}
.tw-outline-primary-100\/20 {
  outline-color: rgb(164 202 233 / 0.2);
}
.tw-outline-primary-100\/25 {
  outline-color: rgb(164 202 233 / 0.25);
}
.tw-outline-primary-100\/30 {
  outline-color: rgb(164 202 233 / 0.3);
}
.tw-outline-primary-100\/35 {
  outline-color: rgb(164 202 233 / 0.35);
}
.tw-outline-primary-100\/40 {
  outline-color: rgb(164 202 233 / 0.4);
}
.tw-outline-primary-100\/45 {
  outline-color: rgb(164 202 233 / 0.45);
}
.tw-outline-primary-100\/5 {
  outline-color: rgb(164 202 233 / 0.05);
}
.tw-outline-primary-100\/50 {
  outline-color: rgb(164 202 233 / 0.5);
}
.tw-outline-primary-100\/55 {
  outline-color: rgb(164 202 233 / 0.55);
}
.tw-outline-primary-100\/60 {
  outline-color: rgb(164 202 233 / 0.6);
}
.tw-outline-primary-100\/65 {
  outline-color: rgb(164 202 233 / 0.65);
}
.tw-outline-primary-100\/70 {
  outline-color: rgb(164 202 233 / 0.7);
}
.tw-outline-primary-100\/75 {
  outline-color: rgb(164 202 233 / 0.75);
}
.tw-outline-primary-100\/80 {
  outline-color: rgb(164 202 233 / 0.8);
}
.tw-outline-primary-100\/85 {
  outline-color: rgb(164 202 233 / 0.85);
}
.tw-outline-primary-100\/90 {
  outline-color: rgb(164 202 233 / 0.9);
}
.tw-outline-primary-100\/95 {
  outline-color: rgb(164 202 233 / 0.95);
}
.tw-outline-primary-200 {
  outline-color: #83B7E0;
}
.tw-outline-primary-200\/0 {
  outline-color: rgb(131 183 224 / 0);
}
.tw-outline-primary-200\/10 {
  outline-color: rgb(131 183 224 / 0.1);
}
.tw-outline-primary-200\/100 {
  outline-color: rgb(131 183 224 / 1);
}
.tw-outline-primary-200\/15 {
  outline-color: rgb(131 183 224 / 0.15);
}
.tw-outline-primary-200\/20 {
  outline-color: rgb(131 183 224 / 0.2);
}
.tw-outline-primary-200\/25 {
  outline-color: rgb(131 183 224 / 0.25);
}
.tw-outline-primary-200\/30 {
  outline-color: rgb(131 183 224 / 0.3);
}
.tw-outline-primary-200\/35 {
  outline-color: rgb(131 183 224 / 0.35);
}
.tw-outline-primary-200\/40 {
  outline-color: rgb(131 183 224 / 0.4);
}
.tw-outline-primary-200\/45 {
  outline-color: rgb(131 183 224 / 0.45);
}
.tw-outline-primary-200\/5 {
  outline-color: rgb(131 183 224 / 0.05);
}
.tw-outline-primary-200\/50 {
  outline-color: rgb(131 183 224 / 0.5);
}
.tw-outline-primary-200\/55 {
  outline-color: rgb(131 183 224 / 0.55);
}
.tw-outline-primary-200\/60 {
  outline-color: rgb(131 183 224 / 0.6);
}
.tw-outline-primary-200\/65 {
  outline-color: rgb(131 183 224 / 0.65);
}
.tw-outline-primary-200\/70 {
  outline-color: rgb(131 183 224 / 0.7);
}
.tw-outline-primary-200\/75 {
  outline-color: rgb(131 183 224 / 0.75);
}
.tw-outline-primary-200\/80 {
  outline-color: rgb(131 183 224 / 0.8);
}
.tw-outline-primary-200\/85 {
  outline-color: rgb(131 183 224 / 0.85);
}
.tw-outline-primary-200\/90 {
  outline-color: rgb(131 183 224 / 0.9);
}
.tw-outline-primary-200\/95 {
  outline-color: rgb(131 183 224 / 0.95);
}
.tw-outline-primary-300 {
  outline-color: #63A4D8;
}
.tw-outline-primary-300\/0 {
  outline-color: rgb(99 164 216 / 0);
}
.tw-outline-primary-300\/10 {
  outline-color: rgb(99 164 216 / 0.1);
}
.tw-outline-primary-300\/100 {
  outline-color: rgb(99 164 216 / 1);
}
.tw-outline-primary-300\/15 {
  outline-color: rgb(99 164 216 / 0.15);
}
.tw-outline-primary-300\/20 {
  outline-color: rgb(99 164 216 / 0.2);
}
.tw-outline-primary-300\/25 {
  outline-color: rgb(99 164 216 / 0.25);
}
.tw-outline-primary-300\/30 {
  outline-color: rgb(99 164 216 / 0.3);
}
.tw-outline-primary-300\/35 {
  outline-color: rgb(99 164 216 / 0.35);
}
.tw-outline-primary-300\/40 {
  outline-color: rgb(99 164 216 / 0.4);
}
.tw-outline-primary-300\/45 {
  outline-color: rgb(99 164 216 / 0.45);
}
.tw-outline-primary-300\/5 {
  outline-color: rgb(99 164 216 / 0.05);
}
.tw-outline-primary-300\/50 {
  outline-color: rgb(99 164 216 / 0.5);
}
.tw-outline-primary-300\/55 {
  outline-color: rgb(99 164 216 / 0.55);
}
.tw-outline-primary-300\/60 {
  outline-color: rgb(99 164 216 / 0.6);
}
.tw-outline-primary-300\/65 {
  outline-color: rgb(99 164 216 / 0.65);
}
.tw-outline-primary-300\/70 {
  outline-color: rgb(99 164 216 / 0.7);
}
.tw-outline-primary-300\/75 {
  outline-color: rgb(99 164 216 / 0.75);
}
.tw-outline-primary-300\/80 {
  outline-color: rgb(99 164 216 / 0.8);
}
.tw-outline-primary-300\/85 {
  outline-color: rgb(99 164 216 / 0.85);
}
.tw-outline-primary-300\/90 {
  outline-color: rgb(99 164 216 / 0.9);
}
.tw-outline-primary-300\/95 {
  outline-color: rgb(99 164 216 / 0.95);
}
.tw-outline-primary-400 {
  outline-color: #4291D0;
}
.tw-outline-primary-400\/0 {
  outline-color: rgb(66 145 208 / 0);
}
.tw-outline-primary-400\/10 {
  outline-color: rgb(66 145 208 / 0.1);
}
.tw-outline-primary-400\/100 {
  outline-color: rgb(66 145 208 / 1);
}
.tw-outline-primary-400\/15 {
  outline-color: rgb(66 145 208 / 0.15);
}
.tw-outline-primary-400\/20 {
  outline-color: rgb(66 145 208 / 0.2);
}
.tw-outline-primary-400\/25 {
  outline-color: rgb(66 145 208 / 0.25);
}
.tw-outline-primary-400\/30 {
  outline-color: rgb(66 145 208 / 0.3);
}
.tw-outline-primary-400\/35 {
  outline-color: rgb(66 145 208 / 0.35);
}
.tw-outline-primary-400\/40 {
  outline-color: rgb(66 145 208 / 0.4);
}
.tw-outline-primary-400\/45 {
  outline-color: rgb(66 145 208 / 0.45);
}
.tw-outline-primary-400\/5 {
  outline-color: rgb(66 145 208 / 0.05);
}
.tw-outline-primary-400\/50 {
  outline-color: rgb(66 145 208 / 0.5);
}
.tw-outline-primary-400\/55 {
  outline-color: rgb(66 145 208 / 0.55);
}
.tw-outline-primary-400\/60 {
  outline-color: rgb(66 145 208 / 0.6);
}
.tw-outline-primary-400\/65 {
  outline-color: rgb(66 145 208 / 0.65);
}
.tw-outline-primary-400\/70 {
  outline-color: rgb(66 145 208 / 0.7);
}
.tw-outline-primary-400\/75 {
  outline-color: rgb(66 145 208 / 0.75);
}
.tw-outline-primary-400\/80 {
  outline-color: rgb(66 145 208 / 0.8);
}
.tw-outline-primary-400\/85 {
  outline-color: rgb(66 145 208 / 0.85);
}
.tw-outline-primary-400\/90 {
  outline-color: rgb(66 145 208 / 0.9);
}
.tw-outline-primary-400\/95 {
  outline-color: rgb(66 145 208 / 0.95);
}
.tw-outline-primary-50 {
  outline-color: #B4D3ED;
}
.tw-outline-primary-50\/0 {
  outline-color: rgb(180 211 237 / 0);
}
.tw-outline-primary-50\/10 {
  outline-color: rgb(180 211 237 / 0.1);
}
.tw-outline-primary-50\/100 {
  outline-color: rgb(180 211 237 / 1);
}
.tw-outline-primary-50\/15 {
  outline-color: rgb(180 211 237 / 0.15);
}
.tw-outline-primary-50\/20 {
  outline-color: rgb(180 211 237 / 0.2);
}
.tw-outline-primary-50\/25 {
  outline-color: rgb(180 211 237 / 0.25);
}
.tw-outline-primary-50\/30 {
  outline-color: rgb(180 211 237 / 0.3);
}
.tw-outline-primary-50\/35 {
  outline-color: rgb(180 211 237 / 0.35);
}
.tw-outline-primary-50\/40 {
  outline-color: rgb(180 211 237 / 0.4);
}
.tw-outline-primary-50\/45 {
  outline-color: rgb(180 211 237 / 0.45);
}
.tw-outline-primary-50\/5 {
  outline-color: rgb(180 211 237 / 0.05);
}
.tw-outline-primary-50\/50 {
  outline-color: rgb(180 211 237 / 0.5);
}
.tw-outline-primary-50\/55 {
  outline-color: rgb(180 211 237 / 0.55);
}
.tw-outline-primary-50\/60 {
  outline-color: rgb(180 211 237 / 0.6);
}
.tw-outline-primary-50\/65 {
  outline-color: rgb(180 211 237 / 0.65);
}
.tw-outline-primary-50\/70 {
  outline-color: rgb(180 211 237 / 0.7);
}
.tw-outline-primary-50\/75 {
  outline-color: rgb(180 211 237 / 0.75);
}
.tw-outline-primary-50\/80 {
  outline-color: rgb(180 211 237 / 0.8);
}
.tw-outline-primary-50\/85 {
  outline-color: rgb(180 211 237 / 0.85);
}
.tw-outline-primary-50\/90 {
  outline-color: rgb(180 211 237 / 0.9);
}
.tw-outline-primary-50\/95 {
  outline-color: rgb(180 211 237 / 0.95);
}
.tw-outline-primary-500 {
  outline-color: #2E7CBB;
}
.tw-outline-primary-500\/0 {
  outline-color: rgb(46 124 187 / 0);
}
.tw-outline-primary-500\/10 {
  outline-color: rgb(46 124 187 / 0.1);
}
.tw-outline-primary-500\/100 {
  outline-color: rgb(46 124 187 / 1);
}
.tw-outline-primary-500\/15 {
  outline-color: rgb(46 124 187 / 0.15);
}
.tw-outline-primary-500\/20 {
  outline-color: rgb(46 124 187 / 0.2);
}
.tw-outline-primary-500\/25 {
  outline-color: rgb(46 124 187 / 0.25);
}
.tw-outline-primary-500\/30 {
  outline-color: rgb(46 124 187 / 0.3);
}
.tw-outline-primary-500\/35 {
  outline-color: rgb(46 124 187 / 0.35);
}
.tw-outline-primary-500\/40 {
  outline-color: rgb(46 124 187 / 0.4);
}
.tw-outline-primary-500\/45 {
  outline-color: rgb(46 124 187 / 0.45);
}
.tw-outline-primary-500\/5 {
  outline-color: rgb(46 124 187 / 0.05);
}
.tw-outline-primary-500\/50 {
  outline-color: rgb(46 124 187 / 0.5);
}
.tw-outline-primary-500\/55 {
  outline-color: rgb(46 124 187 / 0.55);
}
.tw-outline-primary-500\/60 {
  outline-color: rgb(46 124 187 / 0.6);
}
.tw-outline-primary-500\/65 {
  outline-color: rgb(46 124 187 / 0.65);
}
.tw-outline-primary-500\/70 {
  outline-color: rgb(46 124 187 / 0.7);
}
.tw-outline-primary-500\/75 {
  outline-color: rgb(46 124 187 / 0.75);
}
.tw-outline-primary-500\/80 {
  outline-color: rgb(46 124 187 / 0.8);
}
.tw-outline-primary-500\/85 {
  outline-color: rgb(46 124 187 / 0.85);
}
.tw-outline-primary-500\/90 {
  outline-color: rgb(46 124 187 / 0.9);
}
.tw-outline-primary-500\/95 {
  outline-color: rgb(46 124 187 / 0.95);
}
.tw-outline-primary-600 {
  outline-color: #26669A;
}
.tw-outline-primary-600\/0 {
  outline-color: rgb(38 102 154 / 0);
}
.tw-outline-primary-600\/10 {
  outline-color: rgb(38 102 154 / 0.1);
}
.tw-outline-primary-600\/100 {
  outline-color: rgb(38 102 154 / 1);
}
.tw-outline-primary-600\/15 {
  outline-color: rgb(38 102 154 / 0.15);
}
.tw-outline-primary-600\/20 {
  outline-color: rgb(38 102 154 / 0.2);
}
.tw-outline-primary-600\/25 {
  outline-color: rgb(38 102 154 / 0.25);
}
.tw-outline-primary-600\/30 {
  outline-color: rgb(38 102 154 / 0.3);
}
.tw-outline-primary-600\/35 {
  outline-color: rgb(38 102 154 / 0.35);
}
.tw-outline-primary-600\/40 {
  outline-color: rgb(38 102 154 / 0.4);
}
.tw-outline-primary-600\/45 {
  outline-color: rgb(38 102 154 / 0.45);
}
.tw-outline-primary-600\/5 {
  outline-color: rgb(38 102 154 / 0.05);
}
.tw-outline-primary-600\/50 {
  outline-color: rgb(38 102 154 / 0.5);
}
.tw-outline-primary-600\/55 {
  outline-color: rgb(38 102 154 / 0.55);
}
.tw-outline-primary-600\/60 {
  outline-color: rgb(38 102 154 / 0.6);
}
.tw-outline-primary-600\/65 {
  outline-color: rgb(38 102 154 / 0.65);
}
.tw-outline-primary-600\/70 {
  outline-color: rgb(38 102 154 / 0.7);
}
.tw-outline-primary-600\/75 {
  outline-color: rgb(38 102 154 / 0.75);
}
.tw-outline-primary-600\/80 {
  outline-color: rgb(38 102 154 / 0.8);
}
.tw-outline-primary-600\/85 {
  outline-color: rgb(38 102 154 / 0.85);
}
.tw-outline-primary-600\/90 {
  outline-color: rgb(38 102 154 / 0.9);
}
.tw-outline-primary-600\/95 {
  outline-color: rgb(38 102 154 / 0.95);
}
.tw-outline-primary-700 {
  outline-color: #1E517A;
}
.tw-outline-primary-700\/0 {
  outline-color: rgb(30 81 122 / 0);
}
.tw-outline-primary-700\/10 {
  outline-color: rgb(30 81 122 / 0.1);
}
.tw-outline-primary-700\/100 {
  outline-color: rgb(30 81 122 / 1);
}
.tw-outline-primary-700\/15 {
  outline-color: rgb(30 81 122 / 0.15);
}
.tw-outline-primary-700\/20 {
  outline-color: rgb(30 81 122 / 0.2);
}
.tw-outline-primary-700\/25 {
  outline-color: rgb(30 81 122 / 0.25);
}
.tw-outline-primary-700\/30 {
  outline-color: rgb(30 81 122 / 0.3);
}
.tw-outline-primary-700\/35 {
  outline-color: rgb(30 81 122 / 0.35);
}
.tw-outline-primary-700\/40 {
  outline-color: rgb(30 81 122 / 0.4);
}
.tw-outline-primary-700\/45 {
  outline-color: rgb(30 81 122 / 0.45);
}
.tw-outline-primary-700\/5 {
  outline-color: rgb(30 81 122 / 0.05);
}
.tw-outline-primary-700\/50 {
  outline-color: rgb(30 81 122 / 0.5);
}
.tw-outline-primary-700\/55 {
  outline-color: rgb(30 81 122 / 0.55);
}
.tw-outline-primary-700\/60 {
  outline-color: rgb(30 81 122 / 0.6);
}
.tw-outline-primary-700\/65 {
  outline-color: rgb(30 81 122 / 0.65);
}
.tw-outline-primary-700\/70 {
  outline-color: rgb(30 81 122 / 0.7);
}
.tw-outline-primary-700\/75 {
  outline-color: rgb(30 81 122 / 0.75);
}
.tw-outline-primary-700\/80 {
  outline-color: rgb(30 81 122 / 0.8);
}
.tw-outline-primary-700\/85 {
  outline-color: rgb(30 81 122 / 0.85);
}
.tw-outline-primary-700\/90 {
  outline-color: rgb(30 81 122 / 0.9);
}
.tw-outline-primary-700\/95 {
  outline-color: rgb(30 81 122 / 0.95);
}
.tw-outline-primary-800 {
  outline-color: #163B59;
}
.tw-outline-primary-800\/0 {
  outline-color: rgb(22 59 89 / 0);
}
.tw-outline-primary-800\/10 {
  outline-color: rgb(22 59 89 / 0.1);
}
.tw-outline-primary-800\/100 {
  outline-color: rgb(22 59 89 / 1);
}
.tw-outline-primary-800\/15 {
  outline-color: rgb(22 59 89 / 0.15);
}
.tw-outline-primary-800\/20 {
  outline-color: rgb(22 59 89 / 0.2);
}
.tw-outline-primary-800\/25 {
  outline-color: rgb(22 59 89 / 0.25);
}
.tw-outline-primary-800\/30 {
  outline-color: rgb(22 59 89 / 0.3);
}
.tw-outline-primary-800\/35 {
  outline-color: rgb(22 59 89 / 0.35);
}
.tw-outline-primary-800\/40 {
  outline-color: rgb(22 59 89 / 0.4);
}
.tw-outline-primary-800\/45 {
  outline-color: rgb(22 59 89 / 0.45);
}
.tw-outline-primary-800\/5 {
  outline-color: rgb(22 59 89 / 0.05);
}
.tw-outline-primary-800\/50 {
  outline-color: rgb(22 59 89 / 0.5);
}
.tw-outline-primary-800\/55 {
  outline-color: rgb(22 59 89 / 0.55);
}
.tw-outline-primary-800\/60 {
  outline-color: rgb(22 59 89 / 0.6);
}
.tw-outline-primary-800\/65 {
  outline-color: rgb(22 59 89 / 0.65);
}
.tw-outline-primary-800\/70 {
  outline-color: rgb(22 59 89 / 0.7);
}
.tw-outline-primary-800\/75 {
  outline-color: rgb(22 59 89 / 0.75);
}
.tw-outline-primary-800\/80 {
  outline-color: rgb(22 59 89 / 0.8);
}
.tw-outline-primary-800\/85 {
  outline-color: rgb(22 59 89 / 0.85);
}
.tw-outline-primary-800\/90 {
  outline-color: rgb(22 59 89 / 0.9);
}
.tw-outline-primary-800\/95 {
  outline-color: rgb(22 59 89 / 0.95);
}
.tw-outline-primary-900 {
  outline-color: #0B1D2C;
}
.tw-outline-primary-900\/0 {
  outline-color: rgb(11 29 44 / 0);
}
.tw-outline-primary-900\/10 {
  outline-color: rgb(11 29 44 / 0.1);
}
.tw-outline-primary-900\/100 {
  outline-color: rgb(11 29 44 / 1);
}
.tw-outline-primary-900\/15 {
  outline-color: rgb(11 29 44 / 0.15);
}
.tw-outline-primary-900\/20 {
  outline-color: rgb(11 29 44 / 0.2);
}
.tw-outline-primary-900\/25 {
  outline-color: rgb(11 29 44 / 0.25);
}
.tw-outline-primary-900\/30 {
  outline-color: rgb(11 29 44 / 0.3);
}
.tw-outline-primary-900\/35 {
  outline-color: rgb(11 29 44 / 0.35);
}
.tw-outline-primary-900\/40 {
  outline-color: rgb(11 29 44 / 0.4);
}
.tw-outline-primary-900\/45 {
  outline-color: rgb(11 29 44 / 0.45);
}
.tw-outline-primary-900\/5 {
  outline-color: rgb(11 29 44 / 0.05);
}
.tw-outline-primary-900\/50 {
  outline-color: rgb(11 29 44 / 0.5);
}
.tw-outline-primary-900\/55 {
  outline-color: rgb(11 29 44 / 0.55);
}
.tw-outline-primary-900\/60 {
  outline-color: rgb(11 29 44 / 0.6);
}
.tw-outline-primary-900\/65 {
  outline-color: rgb(11 29 44 / 0.65);
}
.tw-outline-primary-900\/70 {
  outline-color: rgb(11 29 44 / 0.7);
}
.tw-outline-primary-900\/75 {
  outline-color: rgb(11 29 44 / 0.75);
}
.tw-outline-primary-900\/80 {
  outline-color: rgb(11 29 44 / 0.8);
}
.tw-outline-primary-900\/85 {
  outline-color: rgb(11 29 44 / 0.85);
}
.tw-outline-primary-900\/90 {
  outline-color: rgb(11 29 44 / 0.9);
}
.tw-outline-primary-900\/95 {
  outline-color: rgb(11 29 44 / 0.95);
}
.tw-outline-primary-950 {
  outline-color: #050E16;
}
.tw-outline-primary-950\/0 {
  outline-color: rgb(5 14 22 / 0);
}
.tw-outline-primary-950\/10 {
  outline-color: rgb(5 14 22 / 0.1);
}
.tw-outline-primary-950\/100 {
  outline-color: rgb(5 14 22 / 1);
}
.tw-outline-primary-950\/15 {
  outline-color: rgb(5 14 22 / 0.15);
}
.tw-outline-primary-950\/20 {
  outline-color: rgb(5 14 22 / 0.2);
}
.tw-outline-primary-950\/25 {
  outline-color: rgb(5 14 22 / 0.25);
}
.tw-outline-primary-950\/30 {
  outline-color: rgb(5 14 22 / 0.3);
}
.tw-outline-primary-950\/35 {
  outline-color: rgb(5 14 22 / 0.35);
}
.tw-outline-primary-950\/40 {
  outline-color: rgb(5 14 22 / 0.4);
}
.tw-outline-primary-950\/45 {
  outline-color: rgb(5 14 22 / 0.45);
}
.tw-outline-primary-950\/5 {
  outline-color: rgb(5 14 22 / 0.05);
}
.tw-outline-primary-950\/50 {
  outline-color: rgb(5 14 22 / 0.5);
}
.tw-outline-primary-950\/55 {
  outline-color: rgb(5 14 22 / 0.55);
}
.tw-outline-primary-950\/60 {
  outline-color: rgb(5 14 22 / 0.6);
}
.tw-outline-primary-950\/65 {
  outline-color: rgb(5 14 22 / 0.65);
}
.tw-outline-primary-950\/70 {
  outline-color: rgb(5 14 22 / 0.7);
}
.tw-outline-primary-950\/75 {
  outline-color: rgb(5 14 22 / 0.75);
}
.tw-outline-primary-950\/80 {
  outline-color: rgb(5 14 22 / 0.8);
}
.tw-outline-primary-950\/85 {
  outline-color: rgb(5 14 22 / 0.85);
}
.tw-outline-primary-950\/90 {
  outline-color: rgb(5 14 22 / 0.9);
}
.tw-outline-primary-950\/95 {
  outline-color: rgb(5 14 22 / 0.95);
}
.tw-outline-primary\/0 {
  outline-color: rgb(22 59 89 / 0);
}
.tw-outline-primary\/10 {
  outline-color: rgb(22 59 89 / 0.1);
}
.tw-outline-primary\/100 {
  outline-color: rgb(22 59 89 / 1);
}
.tw-outline-primary\/15 {
  outline-color: rgb(22 59 89 / 0.15);
}
.tw-outline-primary\/20 {
  outline-color: rgb(22 59 89 / 0.2);
}
.tw-outline-primary\/25 {
  outline-color: rgb(22 59 89 / 0.25);
}
.tw-outline-primary\/30 {
  outline-color: rgb(22 59 89 / 0.3);
}
.tw-outline-primary\/35 {
  outline-color: rgb(22 59 89 / 0.35);
}
.tw-outline-primary\/40 {
  outline-color: rgb(22 59 89 / 0.4);
}
.tw-outline-primary\/45 {
  outline-color: rgb(22 59 89 / 0.45);
}
.tw-outline-primary\/5 {
  outline-color: rgb(22 59 89 / 0.05);
}
.tw-outline-primary\/50 {
  outline-color: rgb(22 59 89 / 0.5);
}
.tw-outline-primary\/55 {
  outline-color: rgb(22 59 89 / 0.55);
}
.tw-outline-primary\/60 {
  outline-color: rgb(22 59 89 / 0.6);
}
.tw-outline-primary\/65 {
  outline-color: rgb(22 59 89 / 0.65);
}
.tw-outline-primary\/70 {
  outline-color: rgb(22 59 89 / 0.7);
}
.tw-outline-primary\/75 {
  outline-color: rgb(22 59 89 / 0.75);
}
.tw-outline-primary\/80 {
  outline-color: rgb(22 59 89 / 0.8);
}
.tw-outline-primary\/85 {
  outline-color: rgb(22 59 89 / 0.85);
}
.tw-outline-primary\/90 {
  outline-color: rgb(22 59 89 / 0.9);
}
.tw-outline-primary\/95 {
  outline-color: rgb(22 59 89 / 0.95);
}
.tw-outline-secondary {
  outline-color: #CC432F;
}
.tw-outline-secondary-100 {
  outline-color: #F5D7D2;
}
.tw-outline-secondary-100\/0 {
  outline-color: rgb(245 215 210 / 0);
}
.tw-outline-secondary-100\/10 {
  outline-color: rgb(245 215 210 / 0.1);
}
.tw-outline-secondary-100\/100 {
  outline-color: rgb(245 215 210 / 1);
}
.tw-outline-secondary-100\/15 {
  outline-color: rgb(245 215 210 / 0.15);
}
.tw-outline-secondary-100\/20 {
  outline-color: rgb(245 215 210 / 0.2);
}
.tw-outline-secondary-100\/25 {
  outline-color: rgb(245 215 210 / 0.25);
}
.tw-outline-secondary-100\/30 {
  outline-color: rgb(245 215 210 / 0.3);
}
.tw-outline-secondary-100\/35 {
  outline-color: rgb(245 215 210 / 0.35);
}
.tw-outline-secondary-100\/40 {
  outline-color: rgb(245 215 210 / 0.4);
}
.tw-outline-secondary-100\/45 {
  outline-color: rgb(245 215 210 / 0.45);
}
.tw-outline-secondary-100\/5 {
  outline-color: rgb(245 215 210 / 0.05);
}
.tw-outline-secondary-100\/50 {
  outline-color: rgb(245 215 210 / 0.5);
}
.tw-outline-secondary-100\/55 {
  outline-color: rgb(245 215 210 / 0.55);
}
.tw-outline-secondary-100\/60 {
  outline-color: rgb(245 215 210 / 0.6);
}
.tw-outline-secondary-100\/65 {
  outline-color: rgb(245 215 210 / 0.65);
}
.tw-outline-secondary-100\/70 {
  outline-color: rgb(245 215 210 / 0.7);
}
.tw-outline-secondary-100\/75 {
  outline-color: rgb(245 215 210 / 0.75);
}
.tw-outline-secondary-100\/80 {
  outline-color: rgb(245 215 210 / 0.8);
}
.tw-outline-secondary-100\/85 {
  outline-color: rgb(245 215 210 / 0.85);
}
.tw-outline-secondary-100\/90 {
  outline-color: rgb(245 215 210 / 0.9);
}
.tw-outline-secondary-100\/95 {
  outline-color: rgb(245 215 210 / 0.95);
}
.tw-outline-secondary-200 {
  outline-color: #EDB9B1;
}
.tw-outline-secondary-200\/0 {
  outline-color: rgb(237 185 177 / 0);
}
.tw-outline-secondary-200\/10 {
  outline-color: rgb(237 185 177 / 0.1);
}
.tw-outline-secondary-200\/100 {
  outline-color: rgb(237 185 177 / 1);
}
.tw-outline-secondary-200\/15 {
  outline-color: rgb(237 185 177 / 0.15);
}
.tw-outline-secondary-200\/20 {
  outline-color: rgb(237 185 177 / 0.2);
}
.tw-outline-secondary-200\/25 {
  outline-color: rgb(237 185 177 / 0.25);
}
.tw-outline-secondary-200\/30 {
  outline-color: rgb(237 185 177 / 0.3);
}
.tw-outline-secondary-200\/35 {
  outline-color: rgb(237 185 177 / 0.35);
}
.tw-outline-secondary-200\/40 {
  outline-color: rgb(237 185 177 / 0.4);
}
.tw-outline-secondary-200\/45 {
  outline-color: rgb(237 185 177 / 0.45);
}
.tw-outline-secondary-200\/5 {
  outline-color: rgb(237 185 177 / 0.05);
}
.tw-outline-secondary-200\/50 {
  outline-color: rgb(237 185 177 / 0.5);
}
.tw-outline-secondary-200\/55 {
  outline-color: rgb(237 185 177 / 0.55);
}
.tw-outline-secondary-200\/60 {
  outline-color: rgb(237 185 177 / 0.6);
}
.tw-outline-secondary-200\/65 {
  outline-color: rgb(237 185 177 / 0.65);
}
.tw-outline-secondary-200\/70 {
  outline-color: rgb(237 185 177 / 0.7);
}
.tw-outline-secondary-200\/75 {
  outline-color: rgb(237 185 177 / 0.75);
}
.tw-outline-secondary-200\/80 {
  outline-color: rgb(237 185 177 / 0.8);
}
.tw-outline-secondary-200\/85 {
  outline-color: rgb(237 185 177 / 0.85);
}
.tw-outline-secondary-200\/90 {
  outline-color: rgb(237 185 177 / 0.9);
}
.tw-outline-secondary-200\/95 {
  outline-color: rgb(237 185 177 / 0.95);
}
.tw-outline-secondary-300 {
  outline-color: #E59B90;
}
.tw-outline-secondary-300\/0 {
  outline-color: rgb(229 155 144 / 0);
}
.tw-outline-secondary-300\/10 {
  outline-color: rgb(229 155 144 / 0.1);
}
.tw-outline-secondary-300\/100 {
  outline-color: rgb(229 155 144 / 1);
}
.tw-outline-secondary-300\/15 {
  outline-color: rgb(229 155 144 / 0.15);
}
.tw-outline-secondary-300\/20 {
  outline-color: rgb(229 155 144 / 0.2);
}
.tw-outline-secondary-300\/25 {
  outline-color: rgb(229 155 144 / 0.25);
}
.tw-outline-secondary-300\/30 {
  outline-color: rgb(229 155 144 / 0.3);
}
.tw-outline-secondary-300\/35 {
  outline-color: rgb(229 155 144 / 0.35);
}
.tw-outline-secondary-300\/40 {
  outline-color: rgb(229 155 144 / 0.4);
}
.tw-outline-secondary-300\/45 {
  outline-color: rgb(229 155 144 / 0.45);
}
.tw-outline-secondary-300\/5 {
  outline-color: rgb(229 155 144 / 0.05);
}
.tw-outline-secondary-300\/50 {
  outline-color: rgb(229 155 144 / 0.5);
}
.tw-outline-secondary-300\/55 {
  outline-color: rgb(229 155 144 / 0.55);
}
.tw-outline-secondary-300\/60 {
  outline-color: rgb(229 155 144 / 0.6);
}
.tw-outline-secondary-300\/65 {
  outline-color: rgb(229 155 144 / 0.65);
}
.tw-outline-secondary-300\/70 {
  outline-color: rgb(229 155 144 / 0.7);
}
.tw-outline-secondary-300\/75 {
  outline-color: rgb(229 155 144 / 0.75);
}
.tw-outline-secondary-300\/80 {
  outline-color: rgb(229 155 144 / 0.8);
}
.tw-outline-secondary-300\/85 {
  outline-color: rgb(229 155 144 / 0.85);
}
.tw-outline-secondary-300\/90 {
  outline-color: rgb(229 155 144 / 0.9);
}
.tw-outline-secondary-300\/95 {
  outline-color: rgb(229 155 144 / 0.95);
}
.tw-outline-secondary-400 {
  outline-color: #DE7D6F;
}
.tw-outline-secondary-400\/0 {
  outline-color: rgb(222 125 111 / 0);
}
.tw-outline-secondary-400\/10 {
  outline-color: rgb(222 125 111 / 0.1);
}
.tw-outline-secondary-400\/100 {
  outline-color: rgb(222 125 111 / 1);
}
.tw-outline-secondary-400\/15 {
  outline-color: rgb(222 125 111 / 0.15);
}
.tw-outline-secondary-400\/20 {
  outline-color: rgb(222 125 111 / 0.2);
}
.tw-outline-secondary-400\/25 {
  outline-color: rgb(222 125 111 / 0.25);
}
.tw-outline-secondary-400\/30 {
  outline-color: rgb(222 125 111 / 0.3);
}
.tw-outline-secondary-400\/35 {
  outline-color: rgb(222 125 111 / 0.35);
}
.tw-outline-secondary-400\/40 {
  outline-color: rgb(222 125 111 / 0.4);
}
.tw-outline-secondary-400\/45 {
  outline-color: rgb(222 125 111 / 0.45);
}
.tw-outline-secondary-400\/5 {
  outline-color: rgb(222 125 111 / 0.05);
}
.tw-outline-secondary-400\/50 {
  outline-color: rgb(222 125 111 / 0.5);
}
.tw-outline-secondary-400\/55 {
  outline-color: rgb(222 125 111 / 0.55);
}
.tw-outline-secondary-400\/60 {
  outline-color: rgb(222 125 111 / 0.6);
}
.tw-outline-secondary-400\/65 {
  outline-color: rgb(222 125 111 / 0.65);
}
.tw-outline-secondary-400\/70 {
  outline-color: rgb(222 125 111 / 0.7);
}
.tw-outline-secondary-400\/75 {
  outline-color: rgb(222 125 111 / 0.75);
}
.tw-outline-secondary-400\/80 {
  outline-color: rgb(222 125 111 / 0.8);
}
.tw-outline-secondary-400\/85 {
  outline-color: rgb(222 125 111 / 0.85);
}
.tw-outline-secondary-400\/90 {
  outline-color: rgb(222 125 111 / 0.9);
}
.tw-outline-secondary-400\/95 {
  outline-color: rgb(222 125 111 / 0.95);
}
.tw-outline-secondary-50 {
  outline-color: #F9E6E3;
}
.tw-outline-secondary-50\/0 {
  outline-color: rgb(249 230 227 / 0);
}
.tw-outline-secondary-50\/10 {
  outline-color: rgb(249 230 227 / 0.1);
}
.tw-outline-secondary-50\/100 {
  outline-color: rgb(249 230 227 / 1);
}
.tw-outline-secondary-50\/15 {
  outline-color: rgb(249 230 227 / 0.15);
}
.tw-outline-secondary-50\/20 {
  outline-color: rgb(249 230 227 / 0.2);
}
.tw-outline-secondary-50\/25 {
  outline-color: rgb(249 230 227 / 0.25);
}
.tw-outline-secondary-50\/30 {
  outline-color: rgb(249 230 227 / 0.3);
}
.tw-outline-secondary-50\/35 {
  outline-color: rgb(249 230 227 / 0.35);
}
.tw-outline-secondary-50\/40 {
  outline-color: rgb(249 230 227 / 0.4);
}
.tw-outline-secondary-50\/45 {
  outline-color: rgb(249 230 227 / 0.45);
}
.tw-outline-secondary-50\/5 {
  outline-color: rgb(249 230 227 / 0.05);
}
.tw-outline-secondary-50\/50 {
  outline-color: rgb(249 230 227 / 0.5);
}
.tw-outline-secondary-50\/55 {
  outline-color: rgb(249 230 227 / 0.55);
}
.tw-outline-secondary-50\/60 {
  outline-color: rgb(249 230 227 / 0.6);
}
.tw-outline-secondary-50\/65 {
  outline-color: rgb(249 230 227 / 0.65);
}
.tw-outline-secondary-50\/70 {
  outline-color: rgb(249 230 227 / 0.7);
}
.tw-outline-secondary-50\/75 {
  outline-color: rgb(249 230 227 / 0.75);
}
.tw-outline-secondary-50\/80 {
  outline-color: rgb(249 230 227 / 0.8);
}
.tw-outline-secondary-50\/85 {
  outline-color: rgb(249 230 227 / 0.85);
}
.tw-outline-secondary-50\/90 {
  outline-color: rgb(249 230 227 / 0.9);
}
.tw-outline-secondary-50\/95 {
  outline-color: rgb(249 230 227 / 0.95);
}
.tw-outline-secondary-500 {
  outline-color: #D65F4E;
}
.tw-outline-secondary-500\/0 {
  outline-color: rgb(214 95 78 / 0);
}
.tw-outline-secondary-500\/10 {
  outline-color: rgb(214 95 78 / 0.1);
}
.tw-outline-secondary-500\/100 {
  outline-color: rgb(214 95 78 / 1);
}
.tw-outline-secondary-500\/15 {
  outline-color: rgb(214 95 78 / 0.15);
}
.tw-outline-secondary-500\/20 {
  outline-color: rgb(214 95 78 / 0.2);
}
.tw-outline-secondary-500\/25 {
  outline-color: rgb(214 95 78 / 0.25);
}
.tw-outline-secondary-500\/30 {
  outline-color: rgb(214 95 78 / 0.3);
}
.tw-outline-secondary-500\/35 {
  outline-color: rgb(214 95 78 / 0.35);
}
.tw-outline-secondary-500\/40 {
  outline-color: rgb(214 95 78 / 0.4);
}
.tw-outline-secondary-500\/45 {
  outline-color: rgb(214 95 78 / 0.45);
}
.tw-outline-secondary-500\/5 {
  outline-color: rgb(214 95 78 / 0.05);
}
.tw-outline-secondary-500\/50 {
  outline-color: rgb(214 95 78 / 0.5);
}
.tw-outline-secondary-500\/55 {
  outline-color: rgb(214 95 78 / 0.55);
}
.tw-outline-secondary-500\/60 {
  outline-color: rgb(214 95 78 / 0.6);
}
.tw-outline-secondary-500\/65 {
  outline-color: rgb(214 95 78 / 0.65);
}
.tw-outline-secondary-500\/70 {
  outline-color: rgb(214 95 78 / 0.7);
}
.tw-outline-secondary-500\/75 {
  outline-color: rgb(214 95 78 / 0.75);
}
.tw-outline-secondary-500\/80 {
  outline-color: rgb(214 95 78 / 0.8);
}
.tw-outline-secondary-500\/85 {
  outline-color: rgb(214 95 78 / 0.85);
}
.tw-outline-secondary-500\/90 {
  outline-color: rgb(214 95 78 / 0.9);
}
.tw-outline-secondary-500\/95 {
  outline-color: rgb(214 95 78 / 0.95);
}
.tw-outline-secondary-600 {
  outline-color: #CC432F;
}
.tw-outline-secondary-600\/0 {
  outline-color: rgb(204 67 47 / 0);
}
.tw-outline-secondary-600\/10 {
  outline-color: rgb(204 67 47 / 0.1);
}
.tw-outline-secondary-600\/100 {
  outline-color: rgb(204 67 47 / 1);
}
.tw-outline-secondary-600\/15 {
  outline-color: rgb(204 67 47 / 0.15);
}
.tw-outline-secondary-600\/20 {
  outline-color: rgb(204 67 47 / 0.2);
}
.tw-outline-secondary-600\/25 {
  outline-color: rgb(204 67 47 / 0.25);
}
.tw-outline-secondary-600\/30 {
  outline-color: rgb(204 67 47 / 0.3);
}
.tw-outline-secondary-600\/35 {
  outline-color: rgb(204 67 47 / 0.35);
}
.tw-outline-secondary-600\/40 {
  outline-color: rgb(204 67 47 / 0.4);
}
.tw-outline-secondary-600\/45 {
  outline-color: rgb(204 67 47 / 0.45);
}
.tw-outline-secondary-600\/5 {
  outline-color: rgb(204 67 47 / 0.05);
}
.tw-outline-secondary-600\/50 {
  outline-color: rgb(204 67 47 / 0.5);
}
.tw-outline-secondary-600\/55 {
  outline-color: rgb(204 67 47 / 0.55);
}
.tw-outline-secondary-600\/60 {
  outline-color: rgb(204 67 47 / 0.6);
}
.tw-outline-secondary-600\/65 {
  outline-color: rgb(204 67 47 / 0.65);
}
.tw-outline-secondary-600\/70 {
  outline-color: rgb(204 67 47 / 0.7);
}
.tw-outline-secondary-600\/75 {
  outline-color: rgb(204 67 47 / 0.75);
}
.tw-outline-secondary-600\/80 {
  outline-color: rgb(204 67 47 / 0.8);
}
.tw-outline-secondary-600\/85 {
  outline-color: rgb(204 67 47 / 0.85);
}
.tw-outline-secondary-600\/90 {
  outline-color: rgb(204 67 47 / 0.9);
}
.tw-outline-secondary-600\/95 {
  outline-color: rgb(204 67 47 / 0.95);
}
.tw-outline-secondary-700 {
  outline-color: #9E3424;
}
.tw-outline-secondary-700\/0 {
  outline-color: rgb(158 52 36 / 0);
}
.tw-outline-secondary-700\/10 {
  outline-color: rgb(158 52 36 / 0.1);
}
.tw-outline-secondary-700\/100 {
  outline-color: rgb(158 52 36 / 1);
}
.tw-outline-secondary-700\/15 {
  outline-color: rgb(158 52 36 / 0.15);
}
.tw-outline-secondary-700\/20 {
  outline-color: rgb(158 52 36 / 0.2);
}
.tw-outline-secondary-700\/25 {
  outline-color: rgb(158 52 36 / 0.25);
}
.tw-outline-secondary-700\/30 {
  outline-color: rgb(158 52 36 / 0.3);
}
.tw-outline-secondary-700\/35 {
  outline-color: rgb(158 52 36 / 0.35);
}
.tw-outline-secondary-700\/40 {
  outline-color: rgb(158 52 36 / 0.4);
}
.tw-outline-secondary-700\/45 {
  outline-color: rgb(158 52 36 / 0.45);
}
.tw-outline-secondary-700\/5 {
  outline-color: rgb(158 52 36 / 0.05);
}
.tw-outline-secondary-700\/50 {
  outline-color: rgb(158 52 36 / 0.5);
}
.tw-outline-secondary-700\/55 {
  outline-color: rgb(158 52 36 / 0.55);
}
.tw-outline-secondary-700\/60 {
  outline-color: rgb(158 52 36 / 0.6);
}
.tw-outline-secondary-700\/65 {
  outline-color: rgb(158 52 36 / 0.65);
}
.tw-outline-secondary-700\/70 {
  outline-color: rgb(158 52 36 / 0.7);
}
.tw-outline-secondary-700\/75 {
  outline-color: rgb(158 52 36 / 0.75);
}
.tw-outline-secondary-700\/80 {
  outline-color: rgb(158 52 36 / 0.8);
}
.tw-outline-secondary-700\/85 {
  outline-color: rgb(158 52 36 / 0.85);
}
.tw-outline-secondary-700\/90 {
  outline-color: rgb(158 52 36 / 0.9);
}
.tw-outline-secondary-700\/95 {
  outline-color: rgb(158 52 36 / 0.95);
}
.tw-outline-secondary-800 {
  outline-color: #71251A;
}
.tw-outline-secondary-800\/0 {
  outline-color: rgb(113 37 26 / 0);
}
.tw-outline-secondary-800\/10 {
  outline-color: rgb(113 37 26 / 0.1);
}
.tw-outline-secondary-800\/100 {
  outline-color: rgb(113 37 26 / 1);
}
.tw-outline-secondary-800\/15 {
  outline-color: rgb(113 37 26 / 0.15);
}
.tw-outline-secondary-800\/20 {
  outline-color: rgb(113 37 26 / 0.2);
}
.tw-outline-secondary-800\/25 {
  outline-color: rgb(113 37 26 / 0.25);
}
.tw-outline-secondary-800\/30 {
  outline-color: rgb(113 37 26 / 0.3);
}
.tw-outline-secondary-800\/35 {
  outline-color: rgb(113 37 26 / 0.35);
}
.tw-outline-secondary-800\/40 {
  outline-color: rgb(113 37 26 / 0.4);
}
.tw-outline-secondary-800\/45 {
  outline-color: rgb(113 37 26 / 0.45);
}
.tw-outline-secondary-800\/5 {
  outline-color: rgb(113 37 26 / 0.05);
}
.tw-outline-secondary-800\/50 {
  outline-color: rgb(113 37 26 / 0.5);
}
.tw-outline-secondary-800\/55 {
  outline-color: rgb(113 37 26 / 0.55);
}
.tw-outline-secondary-800\/60 {
  outline-color: rgb(113 37 26 / 0.6);
}
.tw-outline-secondary-800\/65 {
  outline-color: rgb(113 37 26 / 0.65);
}
.tw-outline-secondary-800\/70 {
  outline-color: rgb(113 37 26 / 0.7);
}
.tw-outline-secondary-800\/75 {
  outline-color: rgb(113 37 26 / 0.75);
}
.tw-outline-secondary-800\/80 {
  outline-color: rgb(113 37 26 / 0.8);
}
.tw-outline-secondary-800\/85 {
  outline-color: rgb(113 37 26 / 0.85);
}
.tw-outline-secondary-800\/90 {
  outline-color: rgb(113 37 26 / 0.9);
}
.tw-outline-secondary-800\/95 {
  outline-color: rgb(113 37 26 / 0.95);
}
.tw-outline-secondary-900 {
  outline-color: #43160F;
}
.tw-outline-secondary-900\/0 {
  outline-color: rgb(67 22 15 / 0);
}
.tw-outline-secondary-900\/10 {
  outline-color: rgb(67 22 15 / 0.1);
}
.tw-outline-secondary-900\/100 {
  outline-color: rgb(67 22 15 / 1);
}
.tw-outline-secondary-900\/15 {
  outline-color: rgb(67 22 15 / 0.15);
}
.tw-outline-secondary-900\/20 {
  outline-color: rgb(67 22 15 / 0.2);
}
.tw-outline-secondary-900\/25 {
  outline-color: rgb(67 22 15 / 0.25);
}
.tw-outline-secondary-900\/30 {
  outline-color: rgb(67 22 15 / 0.3);
}
.tw-outline-secondary-900\/35 {
  outline-color: rgb(67 22 15 / 0.35);
}
.tw-outline-secondary-900\/40 {
  outline-color: rgb(67 22 15 / 0.4);
}
.tw-outline-secondary-900\/45 {
  outline-color: rgb(67 22 15 / 0.45);
}
.tw-outline-secondary-900\/5 {
  outline-color: rgb(67 22 15 / 0.05);
}
.tw-outline-secondary-900\/50 {
  outline-color: rgb(67 22 15 / 0.5);
}
.tw-outline-secondary-900\/55 {
  outline-color: rgb(67 22 15 / 0.55);
}
.tw-outline-secondary-900\/60 {
  outline-color: rgb(67 22 15 / 0.6);
}
.tw-outline-secondary-900\/65 {
  outline-color: rgb(67 22 15 / 0.65);
}
.tw-outline-secondary-900\/70 {
  outline-color: rgb(67 22 15 / 0.7);
}
.tw-outline-secondary-900\/75 {
  outline-color: rgb(67 22 15 / 0.75);
}
.tw-outline-secondary-900\/80 {
  outline-color: rgb(67 22 15 / 0.8);
}
.tw-outline-secondary-900\/85 {
  outline-color: rgb(67 22 15 / 0.85);
}
.tw-outline-secondary-900\/90 {
  outline-color: rgb(67 22 15 / 0.9);
}
.tw-outline-secondary-900\/95 {
  outline-color: rgb(67 22 15 / 0.95);
}
.tw-outline-secondary-950 {
  outline-color: #2C0F0A;
}
.tw-outline-secondary-950\/0 {
  outline-color: rgb(44 15 10 / 0);
}
.tw-outline-secondary-950\/10 {
  outline-color: rgb(44 15 10 / 0.1);
}
.tw-outline-secondary-950\/100 {
  outline-color: rgb(44 15 10 / 1);
}
.tw-outline-secondary-950\/15 {
  outline-color: rgb(44 15 10 / 0.15);
}
.tw-outline-secondary-950\/20 {
  outline-color: rgb(44 15 10 / 0.2);
}
.tw-outline-secondary-950\/25 {
  outline-color: rgb(44 15 10 / 0.25);
}
.tw-outline-secondary-950\/30 {
  outline-color: rgb(44 15 10 / 0.3);
}
.tw-outline-secondary-950\/35 {
  outline-color: rgb(44 15 10 / 0.35);
}
.tw-outline-secondary-950\/40 {
  outline-color: rgb(44 15 10 / 0.4);
}
.tw-outline-secondary-950\/45 {
  outline-color: rgb(44 15 10 / 0.45);
}
.tw-outline-secondary-950\/5 {
  outline-color: rgb(44 15 10 / 0.05);
}
.tw-outline-secondary-950\/50 {
  outline-color: rgb(44 15 10 / 0.5);
}
.tw-outline-secondary-950\/55 {
  outline-color: rgb(44 15 10 / 0.55);
}
.tw-outline-secondary-950\/60 {
  outline-color: rgb(44 15 10 / 0.6);
}
.tw-outline-secondary-950\/65 {
  outline-color: rgb(44 15 10 / 0.65);
}
.tw-outline-secondary-950\/70 {
  outline-color: rgb(44 15 10 / 0.7);
}
.tw-outline-secondary-950\/75 {
  outline-color: rgb(44 15 10 / 0.75);
}
.tw-outline-secondary-950\/80 {
  outline-color: rgb(44 15 10 / 0.8);
}
.tw-outline-secondary-950\/85 {
  outline-color: rgb(44 15 10 / 0.85);
}
.tw-outline-secondary-950\/90 {
  outline-color: rgb(44 15 10 / 0.9);
}
.tw-outline-secondary-950\/95 {
  outline-color: rgb(44 15 10 / 0.95);
}
.tw-outline-secondary\/0 {
  outline-color: rgb(204 67 47 / 0);
}
.tw-outline-secondary\/10 {
  outline-color: rgb(204 67 47 / 0.1);
}
.tw-outline-secondary\/100 {
  outline-color: rgb(204 67 47 / 1);
}
.tw-outline-secondary\/15 {
  outline-color: rgb(204 67 47 / 0.15);
}
.tw-outline-secondary\/20 {
  outline-color: rgb(204 67 47 / 0.2);
}
.tw-outline-secondary\/25 {
  outline-color: rgb(204 67 47 / 0.25);
}
.tw-outline-secondary\/30 {
  outline-color: rgb(204 67 47 / 0.3);
}
.tw-outline-secondary\/35 {
  outline-color: rgb(204 67 47 / 0.35);
}
.tw-outline-secondary\/40 {
  outline-color: rgb(204 67 47 / 0.4);
}
.tw-outline-secondary\/45 {
  outline-color: rgb(204 67 47 / 0.45);
}
.tw-outline-secondary\/5 {
  outline-color: rgb(204 67 47 / 0.05);
}
.tw-outline-secondary\/50 {
  outline-color: rgb(204 67 47 / 0.5);
}
.tw-outline-secondary\/55 {
  outline-color: rgb(204 67 47 / 0.55);
}
.tw-outline-secondary\/60 {
  outline-color: rgb(204 67 47 / 0.6);
}
.tw-outline-secondary\/65 {
  outline-color: rgb(204 67 47 / 0.65);
}
.tw-outline-secondary\/70 {
  outline-color: rgb(204 67 47 / 0.7);
}
.tw-outline-secondary\/75 {
  outline-color: rgb(204 67 47 / 0.75);
}
.tw-outline-secondary\/80 {
  outline-color: rgb(204 67 47 / 0.8);
}
.tw-outline-secondary\/85 {
  outline-color: rgb(204 67 47 / 0.85);
}
.tw-outline-secondary\/90 {
  outline-color: rgb(204 67 47 / 0.9);
}
.tw-outline-secondary\/95 {
  outline-color: rgb(204 67 47 / 0.95);
}
.tw-drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.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);
}
.hover\:tw-text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(46 124 187 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.focus\:tw-text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}
@media (min-width: 640px) {

  .sm\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-w-96 {
    width: 24rem;
  }

  .lg\:tw-flex-none {
    flex: none;
  }

  .lg\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

sio-bulk-operations-display .dropdown-menu-items {
  max-width: 450px;
}

/* To match tailwind */
.pagination a {
  cursor: pointer;
}
.pagination .three-dots {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #222;
  background-color: #fff;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-container {
  padding: 0px 20px;
  width: 100%;
}
.pagination-stats {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.pagination-control {
  display: table-cell;
  vertical-align: middle;
  min-width: 480px;
  text-align: right;
}
.pagination {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .pagination-stats {
    display: block;
    min-width: auto;
    text-align: left;
    font-size: 12px;
  }
  .pagination-control {
    display: block;
    min-width: auto;
    text-align: left;
  }
  .pagination > li > a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .pagination .three-dots {
    padding: 5px 10px;
  }
}

.sio-table-filter-head compose .form-group sio-form-label {
  display: table-cell;
  padding: 0 2px 4px 0;
  vertical-align: middle;
}
.sio-table-filter-head .filter-type-money compose .form-group sio-form-label,
.sio-table-filter-head .filter-type-integer compose .form-group sio-form-label,
.sio-table-filter-head .filter-type-float compose .form-group sio-form-label {
  min-width: 3em;
}
.sio-table-filter-head .filter-type-date compose .form-group sio-form-label {
  min-width: 3em;
}
.sio-table-filter-head .filter-type-tags compose .form-group sio-form-label {
  min-width: 3em;
}
.sio-table-filter-head .filter-type-physical-size compose .form-group sio-form-label {
  min-width: 6em;
}
.sio-table-filter-head compose .form-group compose {
  display: table-cell;
  padding: 0 0 4px 0;
  width: 100%;
}

/* To match tailwind */
.sio-pointer {
  cursor: pointer;
}
.sio-table-spinner-row {
  height: 25px;
  padding: 0;
  margin: 0;
}
.sio-table-spinner-row .sio-table-spinner-box {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  border-radius: 0.375rem;
}
.sio-table-filter-bar .btn-toolbar {
  display: flex;
}
.sio-table-filter-bar .btn-toolbar .action-change-view {
  margin-bottom: 5px;
}
.sio-table-filter-bar .btn-toolbar .dropdown-menu-button {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .sio-table-filter-bar .btn-toolbar .btn-group {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
  }
  .sio-table-filter-bar .btn-toolbar input[type="search"] {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.sio-table-filter-bar .btn-group {
  margin-bottom: 5px;
}
.table-responsive {
  background-color: #fff;
}
.sio-table-wrapper {
  clear: both;
  max-height: calc(100vh - 210px);
  min-height: 500px;
}
.sio-table-wrapper.no-items-class {
  min-height: 300px;
}
.sio-table-container {
  background-color: #fff;
  margin-top: 10px;
}
sio-table .filter-group:not(.btn-group) > .tw-btn-default,
sio-table .filter-group .tw-btn-primary {
  margin-left: 5px;
}
table.sio-table {
  font-size: 90%;
  position: relative;
}
table.sio-table > thead {
  top: 0;
}
table.sio-table > thead > tr.sio-table-head > td,
table.sio-table > thead > tr.sio-table-head > th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
}
table.sio-table > thead > tr.sio-table-head > td::after,
table.sio-table > thead > tr.sio-table-head > th::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
}
table.sio-table > thead > tr.sio-table-head > td {
  padding: 24px 8px 8px 8px;
}
table.sio-table > thead > tr.sio-table-head > th {
  white-space: nowrap;
  vertical-align: top;
}
table.sio-table > thead > tr.sio-table-head > th > .column-caption,
table.sio-table > thead > tr.sio-table-head > th > .filter-column {
  padding: 16px 8px 8px 8px;
}
table.sio-table > thead > tr.sio-table-head > th > .column-caption {
  overflow-x: hidden;
}
table.sio-table > thead > tr.sio-table-head > th > .column-caption:after {
  content: ".";
  visibility: hidden;
}
table.sio-table > thead > tr.sio-table-head > th > .filter-column {
  padding: 8px !important;
}
table.sio-table > thead > tr.sio-table-head > th > .filter-column .form-group {
  margin-bottom: 0 !important;
}
table.sio-table > thead .dropdown-menu-button {
  padding-bottom: 4px;
}
table.sio-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f3f4;
}
table.sio-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
table.sio-table.table-striped > tbody > tr > td {
  border: none;
}
table.sio-table .choice-element-control {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
table.sio-table .choice-element-actions {
  display: table-cell;
  vertical-align: middle;
}
table.sio-table > thead {
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
table.sio-table > tbody > tr.offset-from-top {
  background-color: transparent !important;
}
table.sio-table > tbody > tr:nth-child(even) {
  background-color: #f6f3f4;
}
table.sio-table > thead > tr > td,
table.sio-table > thead > tr > th,
table.sio-table > tbody > tr > td {
  box-sizing: content-box;
}
table.sio-table > thead.fixed-heading {
  position: absolute;
}
table.sio-table > thead.fixed-heading > tr {
  display: block;
}
table.sio-table > thead.fixed-heading .selectize-dropdown {
  position: fixed;
  top: initial !important;
  left: initial !important;
}
.sio-table-container {
  padding: 10px;
}
tr.transparent-bg {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .sio-table-wrapper {
    max-height: initial;
  }
}

.sio-table.table-striped > tbody > tr.item-cell-renderer {
  border-left: 4px solid transparent;
}
.sio-table.table-striped > tbody > tr.item-cell-renderer.selected {
  background-color: #b5b7be;
  border-left: 4px solid #434343;
}
.sio-table-filter-head td {
  padding: 8px !important;
}
.sio-table-filter-head td .form-group {
  margin-bottom: 0px !important;
}
.sio-table .actions-menu-container {
  display: inline-block;
  position: relative;
}
.sio-table th.actions-column {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.sio-table th[data-name="segments"] {
  min-width: 300px !important;
}
.column-type-reference {
  min-width: 15rem;
}
.table-action-items {
  position: sticky;
  padding: 5px !important;
  right: 0px;
  background-color: white;
  opacity: 1;
  text-align: center;
}
.table-action-items div {
  margin-bottom: 0px;
}
.table-action-items {
  z-index: 99 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.table-action-items::after {
  position: absolute;
  content: "";
  box-shadow: rgba(139, 138, 138, 0.564) -13px 0px 40px -10px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -9999;
}
.actions-column {
  position: sticky;
  right: 0px;
  opacity: 1;
  z-index: 999 !important;
  background-color: white !important;
  width: 10%;
}
.actions-column div {
  text-align: center;
}
.actions-column::after {
  position: absolute;
  content: "";
  box-shadow: rgba(192, 192, 192, 0.564) -13px 0px 30px -8px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.table-striped tr:nth-child(odd) .table-action-items {
  background-color: #f6f3f4 !important;
}

.sio-tile-renderer {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sio-tile-renderer .grid-item {
  width: 200px;
  margin: 5px;
  padding: 0;
  float: left;
  background: #f5f5f5;
  position: relative;
}
.sio-tile-renderer .grid-item .thumbnail {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
}
.sio-tile-renderer .grid-item .grid-selector {
  position: absolute;
  top: 5px;
  left: 5px;
}
.sio-tile-renderer .grid-item .grid-actions {
  position: absolute;
  top: 5px;
  right: 6px;
  left: 6px;
  display: flex;
  gap: 2px;
}
.sio-tile-renderer .grid-item.selected {
  background-color: #B5B7BE;
}
.sio-tile-renderer .grid-item .title-container {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 5px;
}
.sio-tile-renderer .grid-item .title-container div {
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.sio-tile-renderer .grid-item.has-edit-button img {
  cursor: pointer;
}
.sio-tile-renderer .grid-item .action-btn-grid {
  left: inherit;
  right: 2px;
  top: 2px;
}
.sio-tile-renderer .grid-item .action-btn-grid .btn-sm {
  padding: 0.25rem 0.5rem;
}
.item-tile-information-table {
  width: 100%;
  margin: 1.7em 0;
}
.item-tile-information-table th,
.item-tile-information-table td {
  width: 50%;
  line-height: 1.7;
  word-break: break-all;
}
.item-tile-visual-content {
  margin: 1.7em 0;
}
.media-icon {
  background-color: #e3e3e3;
  height: 120px;
  width: 100%;
  color: #666;
  font-size: 5rem;
  text-align: center;
}
.media-icon i {
  top: calc(50% - 25px);
}

