@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

*, ::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: Roboto, system-ui;
  /* 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;
}

body{
  font-family: Roboto, system-ui;
  color: #374151;
}

h1, h2, h3, h4, h5, h6{
  font-family: Roboto Condensed, Roboto;
  font-weight: 700;
  color: #111827;
}

p{
  margin-bottom: 1rem;
  /* 1rem margin-bottom */
}

dl, ol, ul{
  margin-top: 0px;
  margin-bottom: 1rem;
  /* margin-top: 0; margin-bottom: 1rem */
}

.container{
  width: 100%;
}

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

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

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

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

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

.aspect-h-9{
  --tw-aspect-h: 9;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

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

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-8{
  right: 2rem;
}

.top-0{
  top: 0px;
}

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

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.isolate{
  isolation: isolate;
}

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

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.m-0{
  margin: 0px;
}

.m-4{
  margin: 1rem;
}

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

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-6{
  margin-left: 1.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

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

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

.mr-4{
  margin-right: 1rem;
}

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

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

.\!h-8{
  height: 2rem !important;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-96{
  height: 24rem;
}

.h-full{
  height: 100%;
}

.min-h-\[calc\(75vh\)\]{
  min-height: calc(75vh);
}

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

.\!w-8{
  width: 2rem !important;
}

.w-1{
  width: 0.25rem;
}

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

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-12{
  width: 3rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/4{
  width: 75%;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

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

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

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

.w-\[72\.1875rem\]{
  width: 72.1875rem;
}

.w-full{
  width: 100%;
}

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

.min-w-\[110px\]{
  min-width: 110px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-xl{
  max-width: 36rem;
}

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

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

.flex-none{
  flex: none;
}

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

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

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

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

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

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

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

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

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

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

.gap-y-10{
  row-gap: 2.5rem;
}

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

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

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

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

.overscroll-contain{
  overscroll-behavior: contain;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

.border-accent-100{
  border-color: #fceae9;
}

.border-accent-100\/0{
  border-color: rgb(252 234 233 / 0);
}

.border-accent-100\/10{
  border-color: rgb(252 234 233 / 0.1);
}

.border-accent-100\/100{
  border-color: rgb(252 234 233 / 1);
}

.border-accent-100\/15{
  border-color: rgb(252 234 233 / 0.15);
}

.border-accent-100\/20{
  border-color: rgb(252 234 233 / 0.2);
}

.border-accent-100\/25{
  border-color: rgb(252 234 233 / 0.25);
}

.border-accent-100\/30{
  border-color: rgb(252 234 233 / 0.3);
}

.border-accent-100\/35{
  border-color: rgb(252 234 233 / 0.35);
}

.border-accent-100\/40{
  border-color: rgb(252 234 233 / 0.4);
}

.border-accent-100\/45{
  border-color: rgb(252 234 233 / 0.45);
}

.border-accent-100\/5{
  border-color: rgb(252 234 233 / 0.05);
}

.border-accent-100\/50{
  border-color: rgb(252 234 233 / 0.5);
}

.border-accent-100\/55{
  border-color: rgb(252 234 233 / 0.55);
}

.border-accent-100\/60{
  border-color: rgb(252 234 233 / 0.6);
}

.border-accent-100\/65{
  border-color: rgb(252 234 233 / 0.65);
}

.border-accent-100\/70{
  border-color: rgb(252 234 233 / 0.7);
}

.border-accent-100\/75{
  border-color: rgb(252 234 233 / 0.75);
}

.border-accent-100\/80{
  border-color: rgb(252 234 233 / 0.8);
}

.border-accent-100\/85{
  border-color: rgb(252 234 233 / 0.85);
}

.border-accent-100\/90{
  border-color: rgb(252 234 233 / 0.9);
}

.border-accent-100\/95{
  border-color: rgb(252 234 233 / 0.95);
}

.border-accent-200{
  border-color: #f9d4d2;
}

.border-accent-200\/0{
  border-color: rgb(249 212 210 / 0);
}

.border-accent-200\/10{
  border-color: rgb(249 212 210 / 0.1);
}

.border-accent-200\/100{
  border-color: rgb(249 212 210 / 1);
}

.border-accent-200\/15{
  border-color: rgb(249 212 210 / 0.15);
}

.border-accent-200\/20{
  border-color: rgb(249 212 210 / 0.2);
}

.border-accent-200\/25{
  border-color: rgb(249 212 210 / 0.25);
}

.border-accent-200\/30{
  border-color: rgb(249 212 210 / 0.3);
}

.border-accent-200\/35{
  border-color: rgb(249 212 210 / 0.35);
}

.border-accent-200\/40{
  border-color: rgb(249 212 210 / 0.4);
}

.border-accent-200\/45{
  border-color: rgb(249 212 210 / 0.45);
}

.border-accent-200\/5{
  border-color: rgb(249 212 210 / 0.05);
}

.border-accent-200\/50{
  border-color: rgb(249 212 210 / 0.5);
}

.border-accent-200\/55{
  border-color: rgb(249 212 210 / 0.55);
}

.border-accent-200\/60{
  border-color: rgb(249 212 210 / 0.6);
}

.border-accent-200\/65{
  border-color: rgb(249 212 210 / 0.65);
}

.border-accent-200\/70{
  border-color: rgb(249 212 210 / 0.7);
}

.border-accent-200\/75{
  border-color: rgb(249 212 210 / 0.75);
}

.border-accent-200\/80{
  border-color: rgb(249 212 210 / 0.8);
}

.border-accent-200\/85{
  border-color: rgb(249 212 210 / 0.85);
}

.border-accent-200\/90{
  border-color: rgb(249 212 210 / 0.9);
}

.border-accent-200\/95{
  border-color: rgb(249 212 210 / 0.95);
}

.border-accent-300{
  border-color: #f4b5b3;
}

.border-accent-300\/0{
  border-color: rgb(244 181 179 / 0);
}

.border-accent-300\/10{
  border-color: rgb(244 181 179 / 0.1);
}

.border-accent-300\/100{
  border-color: rgb(244 181 179 / 1);
}

.border-accent-300\/15{
  border-color: rgb(244 181 179 / 0.15);
}

.border-accent-300\/20{
  border-color: rgb(244 181 179 / 0.2);
}

.border-accent-300\/25{
  border-color: rgb(244 181 179 / 0.25);
}

.border-accent-300\/30{
  border-color: rgb(244 181 179 / 0.3);
}

.border-accent-300\/35{
  border-color: rgb(244 181 179 / 0.35);
}

.border-accent-300\/40{
  border-color: rgb(244 181 179 / 0.4);
}

.border-accent-300\/45{
  border-color: rgb(244 181 179 / 0.45);
}

.border-accent-300\/5{
  border-color: rgb(244 181 179 / 0.05);
}

.border-accent-300\/50{
  border-color: rgb(244 181 179 / 0.5);
}

.border-accent-300\/55{
  border-color: rgb(244 181 179 / 0.55);
}

.border-accent-300\/60{
  border-color: rgb(244 181 179 / 0.6);
}

.border-accent-300\/65{
  border-color: rgb(244 181 179 / 0.65);
}

.border-accent-300\/70{
  border-color: rgb(244 181 179 / 0.7);
}

.border-accent-300\/75{
  border-color: rgb(244 181 179 / 0.75);
}

.border-accent-300\/80{
  border-color: rgb(244 181 179 / 0.8);
}

.border-accent-300\/85{
  border-color: rgb(244 181 179 / 0.85);
}

.border-accent-300\/90{
  border-color: rgb(244 181 179 / 0.9);
}

.border-accent-300\/95{
  border-color: rgb(244 181 179 / 0.95);
}

.border-accent-400{
  border-color: #ee8e8b;
}

.border-accent-400\/0{
  border-color: rgb(238 142 139 / 0);
}

.border-accent-400\/10{
  border-color: rgb(238 142 139 / 0.1);
}

.border-accent-400\/100{
  border-color: rgb(238 142 139 / 1);
}

.border-accent-400\/15{
  border-color: rgb(238 142 139 / 0.15);
}

.border-accent-400\/20{
  border-color: rgb(238 142 139 / 0.2);
}

.border-accent-400\/25{
  border-color: rgb(238 142 139 / 0.25);
}

.border-accent-400\/30{
  border-color: rgb(238 142 139 / 0.3);
}

.border-accent-400\/35{
  border-color: rgb(238 142 139 / 0.35);
}

.border-accent-400\/40{
  border-color: rgb(238 142 139 / 0.4);
}

.border-accent-400\/45{
  border-color: rgb(238 142 139 / 0.45);
}

.border-accent-400\/5{
  border-color: rgb(238 142 139 / 0.05);
}

.border-accent-400\/50{
  border-color: rgb(238 142 139 / 0.5);
}

.border-accent-400\/55{
  border-color: rgb(238 142 139 / 0.55);
}

.border-accent-400\/60{
  border-color: rgb(238 142 139 / 0.6);
}

.border-accent-400\/65{
  border-color: rgb(238 142 139 / 0.65);
}

.border-accent-400\/70{
  border-color: rgb(238 142 139 / 0.7);
}

.border-accent-400\/75{
  border-color: rgb(238 142 139 / 0.75);
}

.border-accent-400\/80{
  border-color: rgb(238 142 139 / 0.8);
}

.border-accent-400\/85{
  border-color: rgb(238 142 139 / 0.85);
}

.border-accent-400\/90{
  border-color: rgb(238 142 139 / 0.9);
}

.border-accent-400\/95{
  border-color: rgb(238 142 139 / 0.95);
}

.border-accent-500{
  border-color: #e57373;
}

.border-accent-500\/0{
  border-color: rgb(229 115 115 / 0);
}

.border-accent-500\/10{
  border-color: rgb(229 115 115 / 0.1);
}

.border-accent-500\/100{
  border-color: rgb(229 115 115 / 1);
}

.border-accent-500\/15{
  border-color: rgb(229 115 115 / 0.15);
}

.border-accent-500\/20{
  border-color: rgb(229 115 115 / 0.2);
}

.border-accent-500\/25{
  border-color: rgb(229 115 115 / 0.25);
}

.border-accent-500\/30{
  border-color: rgb(229 115 115 / 0.3);
}

.border-accent-500\/35{
  border-color: rgb(229 115 115 / 0.35);
}

.border-accent-500\/40{
  border-color: rgb(229 115 115 / 0.4);
}

.border-accent-500\/45{
  border-color: rgb(229 115 115 / 0.45);
}

.border-accent-500\/5{
  border-color: rgb(229 115 115 / 0.05);
}

.border-accent-500\/50{
  border-color: rgb(229 115 115 / 0.5);
}

.border-accent-500\/55{
  border-color: rgb(229 115 115 / 0.55);
}

.border-accent-500\/60{
  border-color: rgb(229 115 115 / 0.6);
}

.border-accent-500\/65{
  border-color: rgb(229 115 115 / 0.65);
}

.border-accent-500\/70{
  border-color: rgb(229 115 115 / 0.7);
}

.border-accent-500\/75{
  border-color: rgb(229 115 115 / 0.75);
}

.border-accent-500\/80{
  border-color: rgb(229 115 115 / 0.8);
}

.border-accent-500\/85{
  border-color: rgb(229 115 115 / 0.85);
}

.border-accent-500\/90{
  border-color: rgb(229 115 115 / 0.9);
}

.border-accent-500\/95{
  border-color: rgb(229 115 115 / 0.95);
}

.border-accent-600{
  border-color: #d95f5f;
}

.border-accent-600\/0{
  border-color: rgb(217 95 95 / 0);
}

.border-accent-600\/10{
  border-color: rgb(217 95 95 / 0.1);
}

.border-accent-600\/100{
  border-color: rgb(217 95 95 / 1);
}

.border-accent-600\/15{
  border-color: rgb(217 95 95 / 0.15);
}

.border-accent-600\/20{
  border-color: rgb(217 95 95 / 0.2);
}

.border-accent-600\/25{
  border-color: rgb(217 95 95 / 0.25);
}

.border-accent-600\/30{
  border-color: rgb(217 95 95 / 0.3);
}

.border-accent-600\/35{
  border-color: rgb(217 95 95 / 0.35);
}

.border-accent-600\/40{
  border-color: rgb(217 95 95 / 0.4);
}

.border-accent-600\/45{
  border-color: rgb(217 95 95 / 0.45);
}

.border-accent-600\/5{
  border-color: rgb(217 95 95 / 0.05);
}

.border-accent-600\/50{
  border-color: rgb(217 95 95 / 0.5);
}

.border-accent-600\/55{
  border-color: rgb(217 95 95 / 0.55);
}

.border-accent-600\/60{
  border-color: rgb(217 95 95 / 0.6);
}

.border-accent-600\/65{
  border-color: rgb(217 95 95 / 0.65);
}

.border-accent-600\/70{
  border-color: rgb(217 95 95 / 0.7);
}

.border-accent-600\/75{
  border-color: rgb(217 95 95 / 0.75);
}

.border-accent-600\/80{
  border-color: rgb(217 95 95 / 0.8);
}

.border-accent-600\/85{
  border-color: rgb(217 95 95 / 0.85);
}

.border-accent-600\/90{
  border-color: rgb(217 95 95 / 0.9);
}

.border-accent-600\/95{
  border-color: rgb(217 95 95 / 0.95);
}

.border-accent-700{
  border-color: #c94a4a;
}

.border-accent-700\/0{
  border-color: rgb(201 74 74 / 0);
}

.border-accent-700\/10{
  border-color: rgb(201 74 74 / 0.1);
}

.border-accent-700\/100{
  border-color: rgb(201 74 74 / 1);
}

.border-accent-700\/15{
  border-color: rgb(201 74 74 / 0.15);
}

.border-accent-700\/20{
  border-color: rgb(201 74 74 / 0.2);
}

.border-accent-700\/25{
  border-color: rgb(201 74 74 / 0.25);
}

.border-accent-700\/30{
  border-color: rgb(201 74 74 / 0.3);
}

.border-accent-700\/35{
  border-color: rgb(201 74 74 / 0.35);
}

.border-accent-700\/40{
  border-color: rgb(201 74 74 / 0.4);
}

.border-accent-700\/45{
  border-color: rgb(201 74 74 / 0.45);
}

.border-accent-700\/5{
  border-color: rgb(201 74 74 / 0.05);
}

.border-accent-700\/50{
  border-color: rgb(201 74 74 / 0.5);
}

.border-accent-700\/55{
  border-color: rgb(201 74 74 / 0.55);
}

.border-accent-700\/60{
  border-color: rgb(201 74 74 / 0.6);
}

.border-accent-700\/65{
  border-color: rgb(201 74 74 / 0.65);
}

.border-accent-700\/70{
  border-color: rgb(201 74 74 / 0.7);
}

.border-accent-700\/75{
  border-color: rgb(201 74 74 / 0.75);
}

.border-accent-700\/80{
  border-color: rgb(201 74 74 / 0.8);
}

.border-accent-700\/85{
  border-color: rgb(201 74 74 / 0.85);
}

.border-accent-700\/90{
  border-color: rgb(201 74 74 / 0.9);
}

.border-accent-700\/95{
  border-color: rgb(201 74 74 / 0.95);
}

.border-accent-800{
  border-color: #a83c3c;
}

.border-accent-800\/0{
  border-color: rgb(168 60 60 / 0);
}

.border-accent-800\/10{
  border-color: rgb(168 60 60 / 0.1);
}

.border-accent-800\/100{
  border-color: rgb(168 60 60 / 1);
}

.border-accent-800\/15{
  border-color: rgb(168 60 60 / 0.15);
}

.border-accent-800\/20{
  border-color: rgb(168 60 60 / 0.2);
}

.border-accent-800\/25{
  border-color: rgb(168 60 60 / 0.25);
}

.border-accent-800\/30{
  border-color: rgb(168 60 60 / 0.3);
}

.border-accent-800\/35{
  border-color: rgb(168 60 60 / 0.35);
}

.border-accent-800\/40{
  border-color: rgb(168 60 60 / 0.4);
}

.border-accent-800\/45{
  border-color: rgb(168 60 60 / 0.45);
}

.border-accent-800\/5{
  border-color: rgb(168 60 60 / 0.05);
}

.border-accent-800\/50{
  border-color: rgb(168 60 60 / 0.5);
}

.border-accent-800\/55{
  border-color: rgb(168 60 60 / 0.55);
}

.border-accent-800\/60{
  border-color: rgb(168 60 60 / 0.6);
}

.border-accent-800\/65{
  border-color: rgb(168 60 60 / 0.65);
}

.border-accent-800\/70{
  border-color: rgb(168 60 60 / 0.7);
}

.border-accent-800\/75{
  border-color: rgb(168 60 60 / 0.75);
}

.border-accent-800\/80{
  border-color: rgb(168 60 60 / 0.8);
}

.border-accent-800\/85{
  border-color: rgb(168 60 60 / 0.85);
}

.border-accent-800\/90{
  border-color: rgb(168 60 60 / 0.9);
}

.border-accent-800\/95{
  border-color: rgb(168 60 60 / 0.95);
}

.border-accent-900{
  border-color: #8c3434;
}

.border-accent-900\/0{
  border-color: rgb(140 52 52 / 0);
}

.border-accent-900\/10{
  border-color: rgb(140 52 52 / 0.1);
}

.border-accent-900\/100{
  border-color: rgb(140 52 52 / 1);
}

.border-accent-900\/15{
  border-color: rgb(140 52 52 / 0.15);
}

.border-accent-900\/20{
  border-color: rgb(140 52 52 / 0.2);
}

.border-accent-900\/25{
  border-color: rgb(140 52 52 / 0.25);
}

.border-accent-900\/30{
  border-color: rgb(140 52 52 / 0.3);
}

.border-accent-900\/35{
  border-color: rgb(140 52 52 / 0.35);
}

.border-accent-900\/40{
  border-color: rgb(140 52 52 / 0.4);
}

.border-accent-900\/45{
  border-color: rgb(140 52 52 / 0.45);
}

.border-accent-900\/5{
  border-color: rgb(140 52 52 / 0.05);
}

.border-accent-900\/50{
  border-color: rgb(140 52 52 / 0.5);
}

.border-accent-900\/55{
  border-color: rgb(140 52 52 / 0.55);
}

.border-accent-900\/60{
  border-color: rgb(140 52 52 / 0.6);
}

.border-accent-900\/65{
  border-color: rgb(140 52 52 / 0.65);
}

.border-accent-900\/70{
  border-color: rgb(140 52 52 / 0.7);
}

.border-accent-900\/75{
  border-color: rgb(140 52 52 / 0.75);
}

.border-accent-900\/80{
  border-color: rgb(140 52 52 / 0.8);
}

.border-accent-900\/85{
  border-color: rgb(140 52 52 / 0.85);
}

.border-accent-900\/90{
  border-color: rgb(140 52 52 / 0.9);
}

.border-accent-900\/95{
  border-color: rgb(140 52 52 / 0.95);
}

.border-blue-200{
  border-color: #bfdbfe;
}

.border-blue-300{
  border-color: #93c5fd;
}

.border-gray-100{
  border-color: #f3f4f6;
}

.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/15{
  border-color: rgb(243 244 246 / 0.15);
}

.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/35{
  border-color: rgb(243 244 246 / 0.35);
}

.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/45{
  border-color: rgb(243 244 246 / 0.45);
}

.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/55{
  border-color: rgb(243 244 246 / 0.55);
}

.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/65{
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85{
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95);
}

.border-gray-200{
  border-color: #e5e7eb;
}

.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15{
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35{
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45{
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55{
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65{
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85{
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300{
  border-color: #d1d5db;
}

.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15{
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35{
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45{
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55{
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65{
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85{
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400{
  border-color: #9ca3af;
}

.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15{
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35{
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45{
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55{
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65{
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85{
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-500{
  border-color: #6b7280;
}

.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15{
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35{
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45{
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55{
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65{
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85{
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600{
  border-color: #4b5563;
}

.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15{
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35{
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45{
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55{
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65{
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85{
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700{
  border-color: #374151;
}

.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15{
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35{
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45{
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55{
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65{
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85{
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800{
  border-color: #1f2937;
}

.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15{
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35{
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45{
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55{
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65{
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85{
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900{
  border-color: #111827;
}

.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/15{
  border-color: rgb(17 24 39 / 0.15);
}

.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/35{
  border-color: rgb(17 24 39 / 0.35);
}

.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/45{
  border-color: rgb(17 24 39 / 0.45);
}

.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/55{
  border-color: rgb(17 24 39 / 0.55);
}

.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/65{
  border-color: rgb(17 24 39 / 0.65);
}

.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/85{
  border-color: rgb(17 24 39 / 0.85);
}

.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}

.border-green-200{
  border-color: #bbf7d0;
}

.border-indigo-200{
  border-color: #c7d2fe;
}

.border-orange-200{
  border-color: #fed7aa;
}

.border-primary-100{
  border-color: #3965AC;
}

.border-primary-100\/0{
  border-color: rgb(57 101 172 / 0);
}

.border-primary-100\/10{
  border-color: rgb(57 101 172 / 0.1);
}

.border-primary-100\/100{
  border-color: rgb(57 101 172 / 1);
}

.border-primary-100\/15{
  border-color: rgb(57 101 172 / 0.15);
}

.border-primary-100\/20{
  border-color: rgb(57 101 172 / 0.2);
}

.border-primary-100\/25{
  border-color: rgb(57 101 172 / 0.25);
}

.border-primary-100\/30{
  border-color: rgb(57 101 172 / 0.3);
}

.border-primary-100\/35{
  border-color: rgb(57 101 172 / 0.35);
}

.border-primary-100\/40{
  border-color: rgb(57 101 172 / 0.4);
}

.border-primary-100\/45{
  border-color: rgb(57 101 172 / 0.45);
}

.border-primary-100\/5{
  border-color: rgb(57 101 172 / 0.05);
}

.border-primary-100\/50{
  border-color: rgb(57 101 172 / 0.5);
}

.border-primary-100\/55{
  border-color: rgb(57 101 172 / 0.55);
}

.border-primary-100\/60{
  border-color: rgb(57 101 172 / 0.6);
}

.border-primary-100\/65{
  border-color: rgb(57 101 172 / 0.65);
}

.border-primary-100\/70{
  border-color: rgb(57 101 172 / 0.7);
}

.border-primary-100\/75{
  border-color: rgb(57 101 172 / 0.75);
}

.border-primary-100\/80{
  border-color: rgb(57 101 172 / 0.8);
}

.border-primary-100\/85{
  border-color: rgb(57 101 172 / 0.85);
}

.border-primary-100\/90{
  border-color: rgb(57 101 172 / 0.9);
}

.border-primary-100\/95{
  border-color: rgb(57 101 172 / 0.95);
}

.border-primary-200{
  border-color: #365FA1;
}

.border-primary-200\/0{
  border-color: rgb(54 95 161 / 0);
}

.border-primary-200\/10{
  border-color: rgb(54 95 161 / 0.1);
}

.border-primary-200\/100{
  border-color: rgb(54 95 161 / 1);
}

.border-primary-200\/15{
  border-color: rgb(54 95 161 / 0.15);
}

.border-primary-200\/20{
  border-color: rgb(54 95 161 / 0.2);
}

.border-primary-200\/25{
  border-color: rgb(54 95 161 / 0.25);
}

.border-primary-200\/30{
  border-color: rgb(54 95 161 / 0.3);
}

.border-primary-200\/35{
  border-color: rgb(54 95 161 / 0.35);
}

.border-primary-200\/40{
  border-color: rgb(54 95 161 / 0.4);
}

.border-primary-200\/45{
  border-color: rgb(54 95 161 / 0.45);
}

.border-primary-200\/5{
  border-color: rgb(54 95 161 / 0.05);
}

.border-primary-200\/50{
  border-color: rgb(54 95 161 / 0.5);
}

.border-primary-200\/55{
  border-color: rgb(54 95 161 / 0.55);
}

.border-primary-200\/60{
  border-color: rgb(54 95 161 / 0.6);
}

.border-primary-200\/65{
  border-color: rgb(54 95 161 / 0.65);
}

.border-primary-200\/70{
  border-color: rgb(54 95 161 / 0.7);
}

.border-primary-200\/75{
  border-color: rgb(54 95 161 / 0.75);
}

.border-primary-200\/80{
  border-color: rgb(54 95 161 / 0.8);
}

.border-primary-200\/85{
  border-color: rgb(54 95 161 / 0.85);
}

.border-primary-200\/90{
  border-color: rgb(54 95 161 / 0.9);
}

.border-primary-200\/95{
  border-color: rgb(54 95 161 / 0.95);
}

.border-primary-300{
  border-color: #325895;
}

.border-primary-300\/0{
  border-color: rgb(50 88 149 / 0);
}

.border-primary-300\/10{
  border-color: rgb(50 88 149 / 0.1);
}

.border-primary-300\/100{
  border-color: rgb(50 88 149 / 1);
}

.border-primary-300\/15{
  border-color: rgb(50 88 149 / 0.15);
}

.border-primary-300\/20{
  border-color: rgb(50 88 149 / 0.2);
}

.border-primary-300\/25{
  border-color: rgb(50 88 149 / 0.25);
}

.border-primary-300\/30{
  border-color: rgb(50 88 149 / 0.3);
}

.border-primary-300\/35{
  border-color: rgb(50 88 149 / 0.35);
}

.border-primary-300\/40{
  border-color: rgb(50 88 149 / 0.4);
}

.border-primary-300\/45{
  border-color: rgb(50 88 149 / 0.45);
}

.border-primary-300\/5{
  border-color: rgb(50 88 149 / 0.05);
}

.border-primary-300\/50{
  border-color: rgb(50 88 149 / 0.5);
}

.border-primary-300\/55{
  border-color: rgb(50 88 149 / 0.55);
}

.border-primary-300\/60{
  border-color: rgb(50 88 149 / 0.6);
}

.border-primary-300\/65{
  border-color: rgb(50 88 149 / 0.65);
}

.border-primary-300\/70{
  border-color: rgb(50 88 149 / 0.7);
}

.border-primary-300\/75{
  border-color: rgb(50 88 149 / 0.75);
}

.border-primary-300\/80{
  border-color: rgb(50 88 149 / 0.8);
}

.border-primary-300\/85{
  border-color: rgb(50 88 149 / 0.85);
}

.border-primary-300\/90{
  border-color: rgb(50 88 149 / 0.9);
}

.border-primary-300\/95{
  border-color: rgb(50 88 149 / 0.95);
}

.border-primary-400{
  border-color: #305691;
}

.border-primary-400\/0{
  border-color: rgb(48 86 145 / 0);
}

.border-primary-400\/10{
  border-color: rgb(48 86 145 / 0.1);
}

.border-primary-400\/100{
  border-color: rgb(48 86 145 / 1);
}

.border-primary-400\/15{
  border-color: rgb(48 86 145 / 0.15);
}

.border-primary-400\/20{
  border-color: rgb(48 86 145 / 0.2);
}

.border-primary-400\/25{
  border-color: rgb(48 86 145 / 0.25);
}

.border-primary-400\/30{
  border-color: rgb(48 86 145 / 0.3);
}

.border-primary-400\/35{
  border-color: rgb(48 86 145 / 0.35);
}

.border-primary-400\/40{
  border-color: rgb(48 86 145 / 0.4);
}

.border-primary-400\/45{
  border-color: rgb(48 86 145 / 0.45);
}

.border-primary-400\/5{
  border-color: rgb(48 86 145 / 0.05);
}

.border-primary-400\/50{
  border-color: rgb(48 86 145 / 0.5);
}

.border-primary-400\/55{
  border-color: rgb(48 86 145 / 0.55);
}

.border-primary-400\/60{
  border-color: rgb(48 86 145 / 0.6);
}

.border-primary-400\/65{
  border-color: rgb(48 86 145 / 0.65);
}

.border-primary-400\/70{
  border-color: rgb(48 86 145 / 0.7);
}

.border-primary-400\/75{
  border-color: rgb(48 86 145 / 0.75);
}

.border-primary-400\/80{
  border-color: rgb(48 86 145 / 0.8);
}

.border-primary-400\/85{
  border-color: rgb(48 86 145 / 0.85);
}

.border-primary-400\/90{
  border-color: rgb(48 86 145 / 0.9);
}

.border-primary-400\/95{
  border-color: rgb(48 86 145 / 0.95);
}

.border-primary-500{
  border-color: #2d4b79;
}

.border-primary-500\/0{
  border-color: rgb(45 75 121 / 0);
}

.border-primary-500\/10{
  border-color: rgb(45 75 121 / 0.1);
}

.border-primary-500\/100{
  border-color: rgb(45 75 121 / 1);
}

.border-primary-500\/15{
  border-color: rgb(45 75 121 / 0.15);
}

.border-primary-500\/20{
  border-color: rgb(45 75 121 / 0.2);
}

.border-primary-500\/25{
  border-color: rgb(45 75 121 / 0.25);
}

.border-primary-500\/30{
  border-color: rgb(45 75 121 / 0.3);
}

.border-primary-500\/35{
  border-color: rgb(45 75 121 / 0.35);
}

.border-primary-500\/40{
  border-color: rgb(45 75 121 / 0.4);
}

.border-primary-500\/45{
  border-color: rgb(45 75 121 / 0.45);
}

.border-primary-500\/5{
  border-color: rgb(45 75 121 / 0.05);
}

.border-primary-500\/50{
  border-color: rgb(45 75 121 / 0.5);
}

.border-primary-500\/55{
  border-color: rgb(45 75 121 / 0.55);
}

.border-primary-500\/60{
  border-color: rgb(45 75 121 / 0.6);
}

.border-primary-500\/65{
  border-color: rgb(45 75 121 / 0.65);
}

.border-primary-500\/70{
  border-color: rgb(45 75 121 / 0.7);
}

.border-primary-500\/75{
  border-color: rgb(45 75 121 / 0.75);
}

.border-primary-500\/80{
  border-color: rgb(45 75 121 / 0.8);
}

.border-primary-500\/85{
  border-color: rgb(45 75 121 / 0.85);
}

.border-primary-500\/90{
  border-color: rgb(45 75 121 / 0.9);
}

.border-primary-500\/95{
  border-color: rgb(45 75 121 / 0.95);
}

.border-primary-600{
  border-color: #264473;
}

.border-primary-600\/0{
  border-color: rgb(38 68 115 / 0);
}

.border-primary-600\/10{
  border-color: rgb(38 68 115 / 0.1);
}

.border-primary-600\/100{
  border-color: rgb(38 68 115 / 1);
}

.border-primary-600\/15{
  border-color: rgb(38 68 115 / 0.15);
}

.border-primary-600\/20{
  border-color: rgb(38 68 115 / 0.2);
}

.border-primary-600\/25{
  border-color: rgb(38 68 115 / 0.25);
}

.border-primary-600\/30{
  border-color: rgb(38 68 115 / 0.3);
}

.border-primary-600\/35{
  border-color: rgb(38 68 115 / 0.35);
}

.border-primary-600\/40{
  border-color: rgb(38 68 115 / 0.4);
}

.border-primary-600\/45{
  border-color: rgb(38 68 115 / 0.45);
}

.border-primary-600\/5{
  border-color: rgb(38 68 115 / 0.05);
}

.border-primary-600\/50{
  border-color: rgb(38 68 115 / 0.5);
}

.border-primary-600\/55{
  border-color: rgb(38 68 115 / 0.55);
}

.border-primary-600\/60{
  border-color: rgb(38 68 115 / 0.6);
}

.border-primary-600\/65{
  border-color: rgb(38 68 115 / 0.65);
}

.border-primary-600\/70{
  border-color: rgb(38 68 115 / 0.7);
}

.border-primary-600\/75{
  border-color: rgb(38 68 115 / 0.75);
}

.border-primary-600\/80{
  border-color: rgb(38 68 115 / 0.8);
}

.border-primary-600\/85{
  border-color: rgb(38 68 115 / 0.85);
}

.border-primary-600\/90{
  border-color: rgb(38 68 115 / 0.9);
}

.border-primary-600\/95{
  border-color: rgb(38 68 115 / 0.95);
}

.border-primary-700{
  border-color: #233e68;
}

.border-primary-700\/0{
  border-color: rgb(35 62 104 / 0);
}

.border-primary-700\/10{
  border-color: rgb(35 62 104 / 0.1);
}

.border-primary-700\/100{
  border-color: rgb(35 62 104 / 1);
}

.border-primary-700\/15{
  border-color: rgb(35 62 104 / 0.15);
}

.border-primary-700\/20{
  border-color: rgb(35 62 104 / 0.2);
}

.border-primary-700\/25{
  border-color: rgb(35 62 104 / 0.25);
}

.border-primary-700\/30{
  border-color: rgb(35 62 104 / 0.3);
}

.border-primary-700\/35{
  border-color: rgb(35 62 104 / 0.35);
}

.border-primary-700\/40{
  border-color: rgb(35 62 104 / 0.4);
}

.border-primary-700\/45{
  border-color: rgb(35 62 104 / 0.45);
}

.border-primary-700\/5{
  border-color: rgb(35 62 104 / 0.05);
}

.border-primary-700\/50{
  border-color: rgb(35 62 104 / 0.5);
}

.border-primary-700\/55{
  border-color: rgb(35 62 104 / 0.55);
}

.border-primary-700\/60{
  border-color: rgb(35 62 104 / 0.6);
}

.border-primary-700\/65{
  border-color: rgb(35 62 104 / 0.65);
}

.border-primary-700\/70{
  border-color: rgb(35 62 104 / 0.7);
}

.border-primary-700\/75{
  border-color: rgb(35 62 104 / 0.75);
}

.border-primary-700\/80{
  border-color: rgb(35 62 104 / 0.8);
}

.border-primary-700\/85{
  border-color: rgb(35 62 104 / 0.85);
}

.border-primary-700\/90{
  border-color: rgb(35 62 104 / 0.9);
}

.border-primary-700\/95{
  border-color: rgb(35 62 104 / 0.95);
}

.border-primary-800{
  border-color: #1f375c;
}

.border-primary-800\/0{
  border-color: rgb(31 55 92 / 0);
}

.border-primary-800\/10{
  border-color: rgb(31 55 92 / 0.1);
}

.border-primary-800\/100{
  border-color: rgb(31 55 92 / 1);
}

.border-primary-800\/15{
  border-color: rgb(31 55 92 / 0.15);
}

.border-primary-800\/20{
  border-color: rgb(31 55 92 / 0.2);
}

.border-primary-800\/25{
  border-color: rgb(31 55 92 / 0.25);
}

.border-primary-800\/30{
  border-color: rgb(31 55 92 / 0.3);
}

.border-primary-800\/35{
  border-color: rgb(31 55 92 / 0.35);
}

.border-primary-800\/40{
  border-color: rgb(31 55 92 / 0.4);
}

.border-primary-800\/45{
  border-color: rgb(31 55 92 / 0.45);
}

.border-primary-800\/5{
  border-color: rgb(31 55 92 / 0.05);
}

.border-primary-800\/50{
  border-color: rgb(31 55 92 / 0.5);
}

.border-primary-800\/55{
  border-color: rgb(31 55 92 / 0.55);
}

.border-primary-800\/60{
  border-color: rgb(31 55 92 / 0.6);
}

.border-primary-800\/65{
  border-color: rgb(31 55 92 / 0.65);
}

.border-primary-800\/70{
  border-color: rgb(31 55 92 / 0.7);
}

.border-primary-800\/75{
  border-color: rgb(31 55 92 / 0.75);
}

.border-primary-800\/80{
  border-color: rgb(31 55 92 / 0.8);
}

.border-primary-800\/85{
  border-color: rgb(31 55 92 / 0.85);
}

.border-primary-800\/90{
  border-color: rgb(31 55 92 / 0.9);
}

.border-primary-800\/95{
  border-color: rgb(31 55 92 / 0.95);
}

.border-primary-900{
  border-color: #1b3051;
}

.border-primary-900\/0{
  border-color: rgb(27 48 81 / 0);
}

.border-primary-900\/10{
  border-color: rgb(27 48 81 / 0.1);
}

.border-primary-900\/100{
  border-color: rgb(27 48 81 / 1);
}

.border-primary-900\/15{
  border-color: rgb(27 48 81 / 0.15);
}

.border-primary-900\/20{
  border-color: rgb(27 48 81 / 0.2);
}

.border-primary-900\/25{
  border-color: rgb(27 48 81 / 0.25);
}

.border-primary-900\/30{
  border-color: rgb(27 48 81 / 0.3);
}

.border-primary-900\/35{
  border-color: rgb(27 48 81 / 0.35);
}

.border-primary-900\/40{
  border-color: rgb(27 48 81 / 0.4);
}

.border-primary-900\/45{
  border-color: rgb(27 48 81 / 0.45);
}

.border-primary-900\/5{
  border-color: rgb(27 48 81 / 0.05);
}

.border-primary-900\/50{
  border-color: rgb(27 48 81 / 0.5);
}

.border-primary-900\/55{
  border-color: rgb(27 48 81 / 0.55);
}

.border-primary-900\/60{
  border-color: rgb(27 48 81 / 0.6);
}

.border-primary-900\/65{
  border-color: rgb(27 48 81 / 0.65);
}

.border-primary-900\/70{
  border-color: rgb(27 48 81 / 0.7);
}

.border-primary-900\/75{
  border-color: rgb(27 48 81 / 0.75);
}

.border-primary-900\/80{
  border-color: rgb(27 48 81 / 0.8);
}

.border-primary-900\/85{
  border-color: rgb(27 48 81 / 0.85);
}

.border-primary-900\/90{
  border-color: rgb(27 48 81 / 0.9);
}

.border-primary-900\/95{
  border-color: rgb(27 48 81 / 0.95);
}

.border-red-200{
  border-color: #fecaca;
}

.border-red-300{
  border-color: #fca5a5;
}

.border-secondary-100{
  border-color: #DAE5E7;
}

.border-secondary-100\/0{
  border-color: rgb(218 229 231 / 0);
}

.border-secondary-100\/10{
  border-color: rgb(218 229 231 / 0.1);
}

.border-secondary-100\/100{
  border-color: rgb(218 229 231 / 1);
}

.border-secondary-100\/15{
  border-color: rgb(218 229 231 / 0.15);
}

.border-secondary-100\/20{
  border-color: rgb(218 229 231 / 0.2);
}

.border-secondary-100\/25{
  border-color: rgb(218 229 231 / 0.25);
}

.border-secondary-100\/30{
  border-color: rgb(218 229 231 / 0.3);
}

.border-secondary-100\/35{
  border-color: rgb(218 229 231 / 0.35);
}

.border-secondary-100\/40{
  border-color: rgb(218 229 231 / 0.4);
}

.border-secondary-100\/45{
  border-color: rgb(218 229 231 / 0.45);
}

.border-secondary-100\/5{
  border-color: rgb(218 229 231 / 0.05);
}

.border-secondary-100\/50{
  border-color: rgb(218 229 231 / 0.5);
}

.border-secondary-100\/55{
  border-color: rgb(218 229 231 / 0.55);
}

.border-secondary-100\/60{
  border-color: rgb(218 229 231 / 0.6);
}

.border-secondary-100\/65{
  border-color: rgb(218 229 231 / 0.65);
}

.border-secondary-100\/70{
  border-color: rgb(218 229 231 / 0.7);
}

.border-secondary-100\/75{
  border-color: rgb(218 229 231 / 0.75);
}

.border-secondary-100\/80{
  border-color: rgb(218 229 231 / 0.8);
}

.border-secondary-100\/85{
  border-color: rgb(218 229 231 / 0.85);
}

.border-secondary-100\/90{
  border-color: rgb(218 229 231 / 0.9);
}

.border-secondary-100\/95{
  border-color: rgb(218 229 231 / 0.95);
}

.border-secondary-200{
  border-color: #C4D6D9;
}

.border-secondary-200\/0{
  border-color: rgb(196 214 217 / 0);
}

.border-secondary-200\/10{
  border-color: rgb(196 214 217 / 0.1);
}

.border-secondary-200\/100{
  border-color: rgb(196 214 217 / 1);
}

.border-secondary-200\/15{
  border-color: rgb(196 214 217 / 0.15);
}

.border-secondary-200\/20{
  border-color: rgb(196 214 217 / 0.2);
}

.border-secondary-200\/25{
  border-color: rgb(196 214 217 / 0.25);
}

.border-secondary-200\/30{
  border-color: rgb(196 214 217 / 0.3);
}

.border-secondary-200\/35{
  border-color: rgb(196 214 217 / 0.35);
}

.border-secondary-200\/40{
  border-color: rgb(196 214 217 / 0.4);
}

.border-secondary-200\/45{
  border-color: rgb(196 214 217 / 0.45);
}

.border-secondary-200\/5{
  border-color: rgb(196 214 217 / 0.05);
}

.border-secondary-200\/50{
  border-color: rgb(196 214 217 / 0.5);
}

.border-secondary-200\/55{
  border-color: rgb(196 214 217 / 0.55);
}

.border-secondary-200\/60{
  border-color: rgb(196 214 217 / 0.6);
}

.border-secondary-200\/65{
  border-color: rgb(196 214 217 / 0.65);
}

.border-secondary-200\/70{
  border-color: rgb(196 214 217 / 0.7);
}

.border-secondary-200\/75{
  border-color: rgb(196 214 217 / 0.75);
}

.border-secondary-200\/80{
  border-color: rgb(196 214 217 / 0.8);
}

.border-secondary-200\/85{
  border-color: rgb(196 214 217 / 0.85);
}

.border-secondary-200\/90{
  border-color: rgb(196 214 217 / 0.9);
}

.border-secondary-200\/95{
  border-color: rgb(196 214 217 / 0.95);
}

.border-secondary-300{
  border-color: #AEC7CC;
}

.border-secondary-300\/0{
  border-color: rgb(174 199 204 / 0);
}

.border-secondary-300\/10{
  border-color: rgb(174 199 204 / 0.1);
}

.border-secondary-300\/100{
  border-color: rgb(174 199 204 / 1);
}

.border-secondary-300\/15{
  border-color: rgb(174 199 204 / 0.15);
}

.border-secondary-300\/20{
  border-color: rgb(174 199 204 / 0.2);
}

.border-secondary-300\/25{
  border-color: rgb(174 199 204 / 0.25);
}

.border-secondary-300\/30{
  border-color: rgb(174 199 204 / 0.3);
}

.border-secondary-300\/35{
  border-color: rgb(174 199 204 / 0.35);
}

.border-secondary-300\/40{
  border-color: rgb(174 199 204 / 0.4);
}

.border-secondary-300\/45{
  border-color: rgb(174 199 204 / 0.45);
}

.border-secondary-300\/5{
  border-color: rgb(174 199 204 / 0.05);
}

.border-secondary-300\/50{
  border-color: rgb(174 199 204 / 0.5);
}

.border-secondary-300\/55{
  border-color: rgb(174 199 204 / 0.55);
}

.border-secondary-300\/60{
  border-color: rgb(174 199 204 / 0.6);
}

.border-secondary-300\/65{
  border-color: rgb(174 199 204 / 0.65);
}

.border-secondary-300\/70{
  border-color: rgb(174 199 204 / 0.7);
}

.border-secondary-300\/75{
  border-color: rgb(174 199 204 / 0.75);
}

.border-secondary-300\/80{
  border-color: rgb(174 199 204 / 0.8);
}

.border-secondary-300\/85{
  border-color: rgb(174 199 204 / 0.85);
}

.border-secondary-300\/90{
  border-color: rgb(174 199 204 / 0.9);
}

.border-secondary-300\/95{
  border-color: rgb(174 199 204 / 0.95);
}

.border-secondary-400{
  border-color: #98B8BE;
}

.border-secondary-400\/0{
  border-color: rgb(152 184 190 / 0);
}

.border-secondary-400\/10{
  border-color: rgb(152 184 190 / 0.1);
}

.border-secondary-400\/100{
  border-color: rgb(152 184 190 / 1);
}

.border-secondary-400\/15{
  border-color: rgb(152 184 190 / 0.15);
}

.border-secondary-400\/20{
  border-color: rgb(152 184 190 / 0.2);
}

.border-secondary-400\/25{
  border-color: rgb(152 184 190 / 0.25);
}

.border-secondary-400\/30{
  border-color: rgb(152 184 190 / 0.3);
}

.border-secondary-400\/35{
  border-color: rgb(152 184 190 / 0.35);
}

.border-secondary-400\/40{
  border-color: rgb(152 184 190 / 0.4);
}

.border-secondary-400\/45{
  border-color: rgb(152 184 190 / 0.45);
}

.border-secondary-400\/5{
  border-color: rgb(152 184 190 / 0.05);
}

.border-secondary-400\/50{
  border-color: rgb(152 184 190 / 0.5);
}

.border-secondary-400\/55{
  border-color: rgb(152 184 190 / 0.55);
}

.border-secondary-400\/60{
  border-color: rgb(152 184 190 / 0.6);
}

.border-secondary-400\/65{
  border-color: rgb(152 184 190 / 0.65);
}

.border-secondary-400\/70{
  border-color: rgb(152 184 190 / 0.7);
}

.border-secondary-400\/75{
  border-color: rgb(152 184 190 / 0.75);
}

.border-secondary-400\/80{
  border-color: rgb(152 184 190 / 0.8);
}

.border-secondary-400\/85{
  border-color: rgb(152 184 190 / 0.85);
}

.border-secondary-400\/90{
  border-color: rgb(152 184 190 / 0.9);
}

.border-secondary-400\/95{
  border-color: rgb(152 184 190 / 0.95);
}

.border-secondary-500{
  border-color: #82A9B0;
}

.border-secondary-500\/0{
  border-color: rgb(130 169 176 / 0);
}

.border-secondary-500\/10{
  border-color: rgb(130 169 176 / 0.1);
}

.border-secondary-500\/100{
  border-color: rgb(130 169 176 / 1);
}

.border-secondary-500\/15{
  border-color: rgb(130 169 176 / 0.15);
}

.border-secondary-500\/20{
  border-color: rgb(130 169 176 / 0.2);
}

.border-secondary-500\/25{
  border-color: rgb(130 169 176 / 0.25);
}

.border-secondary-500\/30{
  border-color: rgb(130 169 176 / 0.3);
}

.border-secondary-500\/35{
  border-color: rgb(130 169 176 / 0.35);
}

.border-secondary-500\/40{
  border-color: rgb(130 169 176 / 0.4);
}

.border-secondary-500\/45{
  border-color: rgb(130 169 176 / 0.45);
}

.border-secondary-500\/5{
  border-color: rgb(130 169 176 / 0.05);
}

.border-secondary-500\/50{
  border-color: rgb(130 169 176 / 0.5);
}

.border-secondary-500\/55{
  border-color: rgb(130 169 176 / 0.55);
}

.border-secondary-500\/60{
  border-color: rgb(130 169 176 / 0.6);
}

.border-secondary-500\/65{
  border-color: rgb(130 169 176 / 0.65);
}

.border-secondary-500\/70{
  border-color: rgb(130 169 176 / 0.7);
}

.border-secondary-500\/75{
  border-color: rgb(130 169 176 / 0.75);
}

.border-secondary-500\/80{
  border-color: rgb(130 169 176 / 0.8);
}

.border-secondary-500\/85{
  border-color: rgb(130 169 176 / 0.85);
}

.border-secondary-500\/90{
  border-color: rgb(130 169 176 / 0.9);
}

.border-secondary-500\/95{
  border-color: rgb(130 169 176 / 0.95);
}

.border-secondary-600{
  border-color: #66969E;
}

.border-secondary-600\/0{
  border-color: rgb(102 150 158 / 0);
}

.border-secondary-600\/10{
  border-color: rgb(102 150 158 / 0.1);
}

.border-secondary-600\/100{
  border-color: rgb(102 150 158 / 1);
}

.border-secondary-600\/15{
  border-color: rgb(102 150 158 / 0.15);
}

.border-secondary-600\/20{
  border-color: rgb(102 150 158 / 0.2);
}

.border-secondary-600\/25{
  border-color: rgb(102 150 158 / 0.25);
}

.border-secondary-600\/30{
  border-color: rgb(102 150 158 / 0.3);
}

.border-secondary-600\/35{
  border-color: rgb(102 150 158 / 0.35);
}

.border-secondary-600\/40{
  border-color: rgb(102 150 158 / 0.4);
}

.border-secondary-600\/45{
  border-color: rgb(102 150 158 / 0.45);
}

.border-secondary-600\/5{
  border-color: rgb(102 150 158 / 0.05);
}

.border-secondary-600\/50{
  border-color: rgb(102 150 158 / 0.5);
}

.border-secondary-600\/55{
  border-color: rgb(102 150 158 / 0.55);
}

.border-secondary-600\/60{
  border-color: rgb(102 150 158 / 0.6);
}

.border-secondary-600\/65{
  border-color: rgb(102 150 158 / 0.65);
}

.border-secondary-600\/70{
  border-color: rgb(102 150 158 / 0.7);
}

.border-secondary-600\/75{
  border-color: rgb(102 150 158 / 0.75);
}

.border-secondary-600\/80{
  border-color: rgb(102 150 158 / 0.8);
}

.border-secondary-600\/85{
  border-color: rgb(102 150 158 / 0.85);
}

.border-secondary-600\/90{
  border-color: rgb(102 150 158 / 0.9);
}

.border-secondary-600\/95{
  border-color: rgb(102 150 158 / 0.95);
}

.border-secondary-700{
  border-color: #537C83;
}

.border-secondary-700\/0{
  border-color: rgb(83 124 131 / 0);
}

.border-secondary-700\/10{
  border-color: rgb(83 124 131 / 0.1);
}

.border-secondary-700\/100{
  border-color: rgb(83 124 131 / 1);
}

.border-secondary-700\/15{
  border-color: rgb(83 124 131 / 0.15);
}

.border-secondary-700\/20{
  border-color: rgb(83 124 131 / 0.2);
}

.border-secondary-700\/25{
  border-color: rgb(83 124 131 / 0.25);
}

.border-secondary-700\/30{
  border-color: rgb(83 124 131 / 0.3);
}

.border-secondary-700\/35{
  border-color: rgb(83 124 131 / 0.35);
}

.border-secondary-700\/40{
  border-color: rgb(83 124 131 / 0.4);
}

.border-secondary-700\/45{
  border-color: rgb(83 124 131 / 0.45);
}

.border-secondary-700\/5{
  border-color: rgb(83 124 131 / 0.05);
}

.border-secondary-700\/50{
  border-color: rgb(83 124 131 / 0.5);
}

.border-secondary-700\/55{
  border-color: rgb(83 124 131 / 0.55);
}

.border-secondary-700\/60{
  border-color: rgb(83 124 131 / 0.6);
}

.border-secondary-700\/65{
  border-color: rgb(83 124 131 / 0.65);
}

.border-secondary-700\/70{
  border-color: rgb(83 124 131 / 0.7);
}

.border-secondary-700\/75{
  border-color: rgb(83 124 131 / 0.75);
}

.border-secondary-700\/80{
  border-color: rgb(83 124 131 / 0.8);
}

.border-secondary-700\/85{
  border-color: rgb(83 124 131 / 0.85);
}

.border-secondary-700\/90{
  border-color: rgb(83 124 131 / 0.9);
}

.border-secondary-700\/95{
  border-color: rgb(83 124 131 / 0.95);
}

.border-secondary-800{
  border-color: #416167;
}

.border-secondary-800\/0{
  border-color: rgb(65 97 103 / 0);
}

.border-secondary-800\/10{
  border-color: rgb(65 97 103 / 0.1);
}

.border-secondary-800\/100{
  border-color: rgb(65 97 103 / 1);
}

.border-secondary-800\/15{
  border-color: rgb(65 97 103 / 0.15);
}

.border-secondary-800\/20{
  border-color: rgb(65 97 103 / 0.2);
}

.border-secondary-800\/25{
  border-color: rgb(65 97 103 / 0.25);
}

.border-secondary-800\/30{
  border-color: rgb(65 97 103 / 0.3);
}

.border-secondary-800\/35{
  border-color: rgb(65 97 103 / 0.35);
}

.border-secondary-800\/40{
  border-color: rgb(65 97 103 / 0.4);
}

.border-secondary-800\/45{
  border-color: rgb(65 97 103 / 0.45);
}

.border-secondary-800\/5{
  border-color: rgb(65 97 103 / 0.05);
}

.border-secondary-800\/50{
  border-color: rgb(65 97 103 / 0.5);
}

.border-secondary-800\/55{
  border-color: rgb(65 97 103 / 0.55);
}

.border-secondary-800\/60{
  border-color: rgb(65 97 103 / 0.6);
}

.border-secondary-800\/65{
  border-color: rgb(65 97 103 / 0.65);
}

.border-secondary-800\/70{
  border-color: rgb(65 97 103 / 0.7);
}

.border-secondary-800\/75{
  border-color: rgb(65 97 103 / 0.75);
}

.border-secondary-800\/80{
  border-color: rgb(65 97 103 / 0.8);
}

.border-secondary-800\/85{
  border-color: rgb(65 97 103 / 0.85);
}

.border-secondary-800\/90{
  border-color: rgb(65 97 103 / 0.9);
}

.border-secondary-800\/95{
  border-color: rgb(65 97 103 / 0.95);
}

.border-secondary-900{
  border-color: #2F474B;
}

.border-secondary-900\/0{
  border-color: rgb(47 71 75 / 0);
}

.border-secondary-900\/10{
  border-color: rgb(47 71 75 / 0.1);
}

.border-secondary-900\/100{
  border-color: rgb(47 71 75 / 1);
}

.border-secondary-900\/15{
  border-color: rgb(47 71 75 / 0.15);
}

.border-secondary-900\/20{
  border-color: rgb(47 71 75 / 0.2);
}

.border-secondary-900\/25{
  border-color: rgb(47 71 75 / 0.25);
}

.border-secondary-900\/30{
  border-color: rgb(47 71 75 / 0.3);
}

.border-secondary-900\/35{
  border-color: rgb(47 71 75 / 0.35);
}

.border-secondary-900\/40{
  border-color: rgb(47 71 75 / 0.4);
}

.border-secondary-900\/45{
  border-color: rgb(47 71 75 / 0.45);
}

.border-secondary-900\/5{
  border-color: rgb(47 71 75 / 0.05);
}

.border-secondary-900\/50{
  border-color: rgb(47 71 75 / 0.5);
}

.border-secondary-900\/55{
  border-color: rgb(47 71 75 / 0.55);
}

.border-secondary-900\/60{
  border-color: rgb(47 71 75 / 0.6);
}

.border-secondary-900\/65{
  border-color: rgb(47 71 75 / 0.65);
}

.border-secondary-900\/70{
  border-color: rgb(47 71 75 / 0.7);
}

.border-secondary-900\/75{
  border-color: rgb(47 71 75 / 0.75);
}

.border-secondary-900\/80{
  border-color: rgb(47 71 75 / 0.8);
}

.border-secondary-900\/85{
  border-color: rgb(47 71 75 / 0.85);
}

.border-secondary-900\/90{
  border-color: rgb(47 71 75 / 0.9);
}

.border-secondary-900\/95{
  border-color: rgb(47 71 75 / 0.95);
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  border-color: #fff;
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-yellow-200{
  border-color: #fef08a;
}

.bg-accent-100{
  background-color: #fceae9;
}

.bg-accent-100\/0{
  background-color: rgb(252 234 233 / 0);
}

.bg-accent-100\/10{
  background-color: rgb(252 234 233 / 0.1);
}

.bg-accent-100\/100{
  background-color: rgb(252 234 233 / 1);
}

.bg-accent-100\/15{
  background-color: rgb(252 234 233 / 0.15);
}

.bg-accent-100\/20{
  background-color: rgb(252 234 233 / 0.2);
}

.bg-accent-100\/25{
  background-color: rgb(252 234 233 / 0.25);
}

.bg-accent-100\/30{
  background-color: rgb(252 234 233 / 0.3);
}

.bg-accent-100\/35{
  background-color: rgb(252 234 233 / 0.35);
}

.bg-accent-100\/40{
  background-color: rgb(252 234 233 / 0.4);
}

.bg-accent-100\/45{
  background-color: rgb(252 234 233 / 0.45);
}

.bg-accent-100\/5{
  background-color: rgb(252 234 233 / 0.05);
}

.bg-accent-100\/50{
  background-color: rgb(252 234 233 / 0.5);
}

.bg-accent-100\/55{
  background-color: rgb(252 234 233 / 0.55);
}

.bg-accent-100\/60{
  background-color: rgb(252 234 233 / 0.6);
}

.bg-accent-100\/65{
  background-color: rgb(252 234 233 / 0.65);
}

.bg-accent-100\/70{
  background-color: rgb(252 234 233 / 0.7);
}

.bg-accent-100\/75{
  background-color: rgb(252 234 233 / 0.75);
}

.bg-accent-100\/80{
  background-color: rgb(252 234 233 / 0.8);
}

.bg-accent-100\/85{
  background-color: rgb(252 234 233 / 0.85);
}

.bg-accent-100\/90{
  background-color: rgb(252 234 233 / 0.9);
}

.bg-accent-100\/95{
  background-color: rgb(252 234 233 / 0.95);
}

.bg-accent-200{
  background-color: #f9d4d2;
}

.bg-accent-200\/0{
  background-color: rgb(249 212 210 / 0);
}

.bg-accent-200\/10{
  background-color: rgb(249 212 210 / 0.1);
}

.bg-accent-200\/100{
  background-color: rgb(249 212 210 / 1);
}

.bg-accent-200\/15{
  background-color: rgb(249 212 210 / 0.15);
}

.bg-accent-200\/20{
  background-color: rgb(249 212 210 / 0.2);
}

.bg-accent-200\/25{
  background-color: rgb(249 212 210 / 0.25);
}

.bg-accent-200\/30{
  background-color: rgb(249 212 210 / 0.3);
}

.bg-accent-200\/35{
  background-color: rgb(249 212 210 / 0.35);
}

.bg-accent-200\/40{
  background-color: rgb(249 212 210 / 0.4);
}

.bg-accent-200\/45{
  background-color: rgb(249 212 210 / 0.45);
}

.bg-accent-200\/5{
  background-color: rgb(249 212 210 / 0.05);
}

.bg-accent-200\/50{
  background-color: rgb(249 212 210 / 0.5);
}

.bg-accent-200\/55{
  background-color: rgb(249 212 210 / 0.55);
}

.bg-accent-200\/60{
  background-color: rgb(249 212 210 / 0.6);
}

.bg-accent-200\/65{
  background-color: rgb(249 212 210 / 0.65);
}

.bg-accent-200\/70{
  background-color: rgb(249 212 210 / 0.7);
}

.bg-accent-200\/75{
  background-color: rgb(249 212 210 / 0.75);
}

.bg-accent-200\/80{
  background-color: rgb(249 212 210 / 0.8);
}

.bg-accent-200\/85{
  background-color: rgb(249 212 210 / 0.85);
}

.bg-accent-200\/90{
  background-color: rgb(249 212 210 / 0.9);
}

.bg-accent-200\/95{
  background-color: rgb(249 212 210 / 0.95);
}

.bg-accent-300{
  background-color: #f4b5b3;
}

.bg-accent-300\/0{
  background-color: rgb(244 181 179 / 0);
}

.bg-accent-300\/10{
  background-color: rgb(244 181 179 / 0.1);
}

.bg-accent-300\/100{
  background-color: rgb(244 181 179 / 1);
}

.bg-accent-300\/15{
  background-color: rgb(244 181 179 / 0.15);
}

.bg-accent-300\/20{
  background-color: rgb(244 181 179 / 0.2);
}

.bg-accent-300\/25{
  background-color: rgb(244 181 179 / 0.25);
}

.bg-accent-300\/30{
  background-color: rgb(244 181 179 / 0.3);
}

.bg-accent-300\/35{
  background-color: rgb(244 181 179 / 0.35);
}

.bg-accent-300\/40{
  background-color: rgb(244 181 179 / 0.4);
}

.bg-accent-300\/45{
  background-color: rgb(244 181 179 / 0.45);
}

.bg-accent-300\/5{
  background-color: rgb(244 181 179 / 0.05);
}

.bg-accent-300\/50{
  background-color: rgb(244 181 179 / 0.5);
}

.bg-accent-300\/55{
  background-color: rgb(244 181 179 / 0.55);
}

.bg-accent-300\/60{
  background-color: rgb(244 181 179 / 0.6);
}

.bg-accent-300\/65{
  background-color: rgb(244 181 179 / 0.65);
}

.bg-accent-300\/70{
  background-color: rgb(244 181 179 / 0.7);
}

.bg-accent-300\/75{
  background-color: rgb(244 181 179 / 0.75);
}

.bg-accent-300\/80{
  background-color: rgb(244 181 179 / 0.8);
}

.bg-accent-300\/85{
  background-color: rgb(244 181 179 / 0.85);
}

.bg-accent-300\/90{
  background-color: rgb(244 181 179 / 0.9);
}

.bg-accent-300\/95{
  background-color: rgb(244 181 179 / 0.95);
}

.bg-accent-400{
  background-color: #ee8e8b;
}

.bg-accent-400\/0{
  background-color: rgb(238 142 139 / 0);
}

.bg-accent-400\/10{
  background-color: rgb(238 142 139 / 0.1);
}

.bg-accent-400\/100{
  background-color: rgb(238 142 139 / 1);
}

.bg-accent-400\/15{
  background-color: rgb(238 142 139 / 0.15);
}

.bg-accent-400\/20{
  background-color: rgb(238 142 139 / 0.2);
}

.bg-accent-400\/25{
  background-color: rgb(238 142 139 / 0.25);
}

.bg-accent-400\/30{
  background-color: rgb(238 142 139 / 0.3);
}

.bg-accent-400\/35{
  background-color: rgb(238 142 139 / 0.35);
}

.bg-accent-400\/40{
  background-color: rgb(238 142 139 / 0.4);
}

.bg-accent-400\/45{
  background-color: rgb(238 142 139 / 0.45);
}

.bg-accent-400\/5{
  background-color: rgb(238 142 139 / 0.05);
}

.bg-accent-400\/50{
  background-color: rgb(238 142 139 / 0.5);
}

.bg-accent-400\/55{
  background-color: rgb(238 142 139 / 0.55);
}

.bg-accent-400\/60{
  background-color: rgb(238 142 139 / 0.6);
}

.bg-accent-400\/65{
  background-color: rgb(238 142 139 / 0.65);
}

.bg-accent-400\/70{
  background-color: rgb(238 142 139 / 0.7);
}

.bg-accent-400\/75{
  background-color: rgb(238 142 139 / 0.75);
}

.bg-accent-400\/80{
  background-color: rgb(238 142 139 / 0.8);
}

.bg-accent-400\/85{
  background-color: rgb(238 142 139 / 0.85);
}

.bg-accent-400\/90{
  background-color: rgb(238 142 139 / 0.9);
}

.bg-accent-400\/95{
  background-color: rgb(238 142 139 / 0.95);
}

.bg-accent-500{
  background-color: #e57373;
}

.bg-accent-500\/0{
  background-color: rgb(229 115 115 / 0);
}

.bg-accent-500\/10{
  background-color: rgb(229 115 115 / 0.1);
}

.bg-accent-500\/100{
  background-color: rgb(229 115 115 / 1);
}

.bg-accent-500\/15{
  background-color: rgb(229 115 115 / 0.15);
}

.bg-accent-500\/20{
  background-color: rgb(229 115 115 / 0.2);
}

.bg-accent-500\/25{
  background-color: rgb(229 115 115 / 0.25);
}

.bg-accent-500\/30{
  background-color: rgb(229 115 115 / 0.3);
}

.bg-accent-500\/35{
  background-color: rgb(229 115 115 / 0.35);
}

.bg-accent-500\/40{
  background-color: rgb(229 115 115 / 0.4);
}

.bg-accent-500\/45{
  background-color: rgb(229 115 115 / 0.45);
}

.bg-accent-500\/5{
  background-color: rgb(229 115 115 / 0.05);
}

.bg-accent-500\/50{
  background-color: rgb(229 115 115 / 0.5);
}

.bg-accent-500\/55{
  background-color: rgb(229 115 115 / 0.55);
}

.bg-accent-500\/60{
  background-color: rgb(229 115 115 / 0.6);
}

.bg-accent-500\/65{
  background-color: rgb(229 115 115 / 0.65);
}

.bg-accent-500\/70{
  background-color: rgb(229 115 115 / 0.7);
}

.bg-accent-500\/75{
  background-color: rgb(229 115 115 / 0.75);
}

.bg-accent-500\/80{
  background-color: rgb(229 115 115 / 0.8);
}

.bg-accent-500\/85{
  background-color: rgb(229 115 115 / 0.85);
}

.bg-accent-500\/90{
  background-color: rgb(229 115 115 / 0.9);
}

.bg-accent-500\/95{
  background-color: rgb(229 115 115 / 0.95);
}

.bg-accent-600{
  background-color: #d95f5f;
}

.bg-accent-600\/0{
  background-color: rgb(217 95 95 / 0);
}

.bg-accent-600\/10{
  background-color: rgb(217 95 95 / 0.1);
}

.bg-accent-600\/100{
  background-color: rgb(217 95 95 / 1);
}

.bg-accent-600\/15{
  background-color: rgb(217 95 95 / 0.15);
}

.bg-accent-600\/20{
  background-color: rgb(217 95 95 / 0.2);
}

.bg-accent-600\/25{
  background-color: rgb(217 95 95 / 0.25);
}

.bg-accent-600\/30{
  background-color: rgb(217 95 95 / 0.3);
}

.bg-accent-600\/35{
  background-color: rgb(217 95 95 / 0.35);
}

.bg-accent-600\/40{
  background-color: rgb(217 95 95 / 0.4);
}

.bg-accent-600\/45{
  background-color: rgb(217 95 95 / 0.45);
}

.bg-accent-600\/5{
  background-color: rgb(217 95 95 / 0.05);
}

.bg-accent-600\/50{
  background-color: rgb(217 95 95 / 0.5);
}

.bg-accent-600\/55{
  background-color: rgb(217 95 95 / 0.55);
}

.bg-accent-600\/60{
  background-color: rgb(217 95 95 / 0.6);
}

.bg-accent-600\/65{
  background-color: rgb(217 95 95 / 0.65);
}

.bg-accent-600\/70{
  background-color: rgb(217 95 95 / 0.7);
}

.bg-accent-600\/75{
  background-color: rgb(217 95 95 / 0.75);
}

.bg-accent-600\/80{
  background-color: rgb(217 95 95 / 0.8);
}

.bg-accent-600\/85{
  background-color: rgb(217 95 95 / 0.85);
}

.bg-accent-600\/90{
  background-color: rgb(217 95 95 / 0.9);
}

.bg-accent-600\/95{
  background-color: rgb(217 95 95 / 0.95);
}

.bg-accent-700{
  background-color: #c94a4a;
}

.bg-accent-700\/0{
  background-color: rgb(201 74 74 / 0);
}

.bg-accent-700\/10{
  background-color: rgb(201 74 74 / 0.1);
}

.bg-accent-700\/100{
  background-color: rgb(201 74 74 / 1);
}

.bg-accent-700\/15{
  background-color: rgb(201 74 74 / 0.15);
}

.bg-accent-700\/20{
  background-color: rgb(201 74 74 / 0.2);
}

.bg-accent-700\/25{
  background-color: rgb(201 74 74 / 0.25);
}

.bg-accent-700\/30{
  background-color: rgb(201 74 74 / 0.3);
}

.bg-accent-700\/35{
  background-color: rgb(201 74 74 / 0.35);
}

.bg-accent-700\/40{
  background-color: rgb(201 74 74 / 0.4);
}

.bg-accent-700\/45{
  background-color: rgb(201 74 74 / 0.45);
}

.bg-accent-700\/5{
  background-color: rgb(201 74 74 / 0.05);
}

.bg-accent-700\/50{
  background-color: rgb(201 74 74 / 0.5);
}

.bg-accent-700\/55{
  background-color: rgb(201 74 74 / 0.55);
}

.bg-accent-700\/60{
  background-color: rgb(201 74 74 / 0.6);
}

.bg-accent-700\/65{
  background-color: rgb(201 74 74 / 0.65);
}

.bg-accent-700\/70{
  background-color: rgb(201 74 74 / 0.7);
}

.bg-accent-700\/75{
  background-color: rgb(201 74 74 / 0.75);
}

.bg-accent-700\/80{
  background-color: rgb(201 74 74 / 0.8);
}

.bg-accent-700\/85{
  background-color: rgb(201 74 74 / 0.85);
}

.bg-accent-700\/90{
  background-color: rgb(201 74 74 / 0.9);
}

.bg-accent-700\/95{
  background-color: rgb(201 74 74 / 0.95);
}

.bg-accent-800{
  background-color: #a83c3c;
}

.bg-accent-800\/0{
  background-color: rgb(168 60 60 / 0);
}

.bg-accent-800\/10{
  background-color: rgb(168 60 60 / 0.1);
}

.bg-accent-800\/100{
  background-color: rgb(168 60 60 / 1);
}

.bg-accent-800\/15{
  background-color: rgb(168 60 60 / 0.15);
}

.bg-accent-800\/20{
  background-color: rgb(168 60 60 / 0.2);
}

.bg-accent-800\/25{
  background-color: rgb(168 60 60 / 0.25);
}

.bg-accent-800\/30{
  background-color: rgb(168 60 60 / 0.3);
}

.bg-accent-800\/35{
  background-color: rgb(168 60 60 / 0.35);
}

.bg-accent-800\/40{
  background-color: rgb(168 60 60 / 0.4);
}

.bg-accent-800\/45{
  background-color: rgb(168 60 60 / 0.45);
}

.bg-accent-800\/5{
  background-color: rgb(168 60 60 / 0.05);
}

.bg-accent-800\/50{
  background-color: rgb(168 60 60 / 0.5);
}

.bg-accent-800\/55{
  background-color: rgb(168 60 60 / 0.55);
}

.bg-accent-800\/60{
  background-color: rgb(168 60 60 / 0.6);
}

.bg-accent-800\/65{
  background-color: rgb(168 60 60 / 0.65);
}

.bg-accent-800\/70{
  background-color: rgb(168 60 60 / 0.7);
}

.bg-accent-800\/75{
  background-color: rgb(168 60 60 / 0.75);
}

.bg-accent-800\/80{
  background-color: rgb(168 60 60 / 0.8);
}

.bg-accent-800\/85{
  background-color: rgb(168 60 60 / 0.85);
}

.bg-accent-800\/90{
  background-color: rgb(168 60 60 / 0.9);
}

.bg-accent-800\/95{
  background-color: rgb(168 60 60 / 0.95);
}

.bg-accent-900{
  background-color: #8c3434;
}

.bg-accent-900\/0{
  background-color: rgb(140 52 52 / 0);
}

.bg-accent-900\/10{
  background-color: rgb(140 52 52 / 0.1);
}

.bg-accent-900\/100{
  background-color: rgb(140 52 52 / 1);
}

.bg-accent-900\/15{
  background-color: rgb(140 52 52 / 0.15);
}

.bg-accent-900\/20{
  background-color: rgb(140 52 52 / 0.2);
}

.bg-accent-900\/25{
  background-color: rgb(140 52 52 / 0.25);
}

.bg-accent-900\/30{
  background-color: rgb(140 52 52 / 0.3);
}

.bg-accent-900\/35{
  background-color: rgb(140 52 52 / 0.35);
}

.bg-accent-900\/40{
  background-color: rgb(140 52 52 / 0.4);
}

.bg-accent-900\/45{
  background-color: rgb(140 52 52 / 0.45);
}

.bg-accent-900\/5{
  background-color: rgb(140 52 52 / 0.05);
}

.bg-accent-900\/50{
  background-color: rgb(140 52 52 / 0.5);
}

.bg-accent-900\/55{
  background-color: rgb(140 52 52 / 0.55);
}

.bg-accent-900\/60{
  background-color: rgb(140 52 52 / 0.6);
}

.bg-accent-900\/65{
  background-color: rgb(140 52 52 / 0.65);
}

.bg-accent-900\/70{
  background-color: rgb(140 52 52 / 0.7);
}

.bg-accent-900\/75{
  background-color: rgb(140 52 52 / 0.75);
}

.bg-accent-900\/80{
  background-color: rgb(140 52 52 / 0.8);
}

.bg-accent-900\/85{
  background-color: rgb(140 52 52 / 0.85);
}

.bg-accent-900\/90{
  background-color: rgb(140 52 52 / 0.9);
}

.bg-accent-900\/95{
  background-color: rgb(140 52 52 / 0.95);
}

.bg-amber-100{
  background-color: #fef3c7;
}

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

.bg-blue-100{
  background-color: #dbeafe;
}

.bg-blue-50{
  background-color: #eff6ff;
}

.bg-blue-500{
  background-color: #3b82f6;
}

.bg-blue-600{
  background-color: #2563eb;
}

.bg-blue-900{
  background-color: #1e3a8a;
}

.bg-cyan-100{
  background-color: #cffafe;
}

.bg-gray-100{
  background-color: #f3f4f6;
}

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200{
  background-color: #e5e7eb;
}

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300{
  background-color: #d1d5db;
}

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400{
  background-color: #9ca3af;
}

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50{
  background-color: #f9fafb;
}

.bg-gray-500{
  background-color: #6b7280;
}

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600{
  background-color: #4b5563;
}

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  background-color: #374151;
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800{
  background-color: #1f2937;
}

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  background-color: #111827;
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-green-100{
  background-color: #dcfce7;
}

.bg-green-50{
  background-color: #f0fdf4;
}

.bg-green-500{
  background-color: #22c55e;
}

.bg-green-600{
  background-color: #16a34a;
}

.bg-green-700{
  background-color: #15803d;
}

.bg-indigo-100{
  background-color: #e0e7ff;
}

.bg-indigo-50{
  background-color: #eef2ff;
}

.bg-indigo-500{
  background-color: #6366f1;
}

.bg-orange-100{
  background-color: #ffedd5;
}

.bg-primary-100{
  background-color: #3965AC;
}

.bg-primary-100\/0{
  background-color: rgb(57 101 172 / 0);
}

.bg-primary-100\/10{
  background-color: rgb(57 101 172 / 0.1);
}

.bg-primary-100\/100{
  background-color: rgb(57 101 172 / 1);
}

.bg-primary-100\/15{
  background-color: rgb(57 101 172 / 0.15);
}

.bg-primary-100\/20{
  background-color: rgb(57 101 172 / 0.2);
}

.bg-primary-100\/25{
  background-color: rgb(57 101 172 / 0.25);
}

.bg-primary-100\/30{
  background-color: rgb(57 101 172 / 0.3);
}

.bg-primary-100\/35{
  background-color: rgb(57 101 172 / 0.35);
}

.bg-primary-100\/40{
  background-color: rgb(57 101 172 / 0.4);
}

.bg-primary-100\/45{
  background-color: rgb(57 101 172 / 0.45);
}

.bg-primary-100\/5{
  background-color: rgb(57 101 172 / 0.05);
}

.bg-primary-100\/50{
  background-color: rgb(57 101 172 / 0.5);
}

.bg-primary-100\/55{
  background-color: rgb(57 101 172 / 0.55);
}

.bg-primary-100\/60{
  background-color: rgb(57 101 172 / 0.6);
}

.bg-primary-100\/65{
  background-color: rgb(57 101 172 / 0.65);
}

.bg-primary-100\/70{
  background-color: rgb(57 101 172 / 0.7);
}

.bg-primary-100\/75{
  background-color: rgb(57 101 172 / 0.75);
}

.bg-primary-100\/80{
  background-color: rgb(57 101 172 / 0.8);
}

.bg-primary-100\/85{
  background-color: rgb(57 101 172 / 0.85);
}

.bg-primary-100\/90{
  background-color: rgb(57 101 172 / 0.9);
}

.bg-primary-100\/95{
  background-color: rgb(57 101 172 / 0.95);
}

.bg-primary-200{
  background-color: #365FA1;
}

.bg-primary-200\/0{
  background-color: rgb(54 95 161 / 0);
}

.bg-primary-200\/10{
  background-color: rgb(54 95 161 / 0.1);
}

.bg-primary-200\/100{
  background-color: rgb(54 95 161 / 1);
}

.bg-primary-200\/15{
  background-color: rgb(54 95 161 / 0.15);
}

.bg-primary-200\/20{
  background-color: rgb(54 95 161 / 0.2);
}

.bg-primary-200\/25{
  background-color: rgb(54 95 161 / 0.25);
}

.bg-primary-200\/30{
  background-color: rgb(54 95 161 / 0.3);
}

.bg-primary-200\/35{
  background-color: rgb(54 95 161 / 0.35);
}

.bg-primary-200\/40{
  background-color: rgb(54 95 161 / 0.4);
}

.bg-primary-200\/45{
  background-color: rgb(54 95 161 / 0.45);
}

.bg-primary-200\/5{
  background-color: rgb(54 95 161 / 0.05);
}

.bg-primary-200\/50{
  background-color: rgb(54 95 161 / 0.5);
}

.bg-primary-200\/55{
  background-color: rgb(54 95 161 / 0.55);
}

.bg-primary-200\/60{
  background-color: rgb(54 95 161 / 0.6);
}

.bg-primary-200\/65{
  background-color: rgb(54 95 161 / 0.65);
}

.bg-primary-200\/70{
  background-color: rgb(54 95 161 / 0.7);
}

.bg-primary-200\/75{
  background-color: rgb(54 95 161 / 0.75);
}

.bg-primary-200\/80{
  background-color: rgb(54 95 161 / 0.8);
}

.bg-primary-200\/85{
  background-color: rgb(54 95 161 / 0.85);
}

.bg-primary-200\/90{
  background-color: rgb(54 95 161 / 0.9);
}

.bg-primary-200\/95{
  background-color: rgb(54 95 161 / 0.95);
}

.bg-primary-300{
  background-color: #325895;
}

.bg-primary-300\/0{
  background-color: rgb(50 88 149 / 0);
}

.bg-primary-300\/10{
  background-color: rgb(50 88 149 / 0.1);
}

.bg-primary-300\/100{
  background-color: rgb(50 88 149 / 1);
}

.bg-primary-300\/15{
  background-color: rgb(50 88 149 / 0.15);
}

.bg-primary-300\/20{
  background-color: rgb(50 88 149 / 0.2);
}

.bg-primary-300\/25{
  background-color: rgb(50 88 149 / 0.25);
}

.bg-primary-300\/30{
  background-color: rgb(50 88 149 / 0.3);
}

.bg-primary-300\/35{
  background-color: rgb(50 88 149 / 0.35);
}

.bg-primary-300\/40{
  background-color: rgb(50 88 149 / 0.4);
}

.bg-primary-300\/45{
  background-color: rgb(50 88 149 / 0.45);
}

.bg-primary-300\/5{
  background-color: rgb(50 88 149 / 0.05);
}

.bg-primary-300\/50{
  background-color: rgb(50 88 149 / 0.5);
}

.bg-primary-300\/55{
  background-color: rgb(50 88 149 / 0.55);
}

.bg-primary-300\/60{
  background-color: rgb(50 88 149 / 0.6);
}

.bg-primary-300\/65{
  background-color: rgb(50 88 149 / 0.65);
}

.bg-primary-300\/70{
  background-color: rgb(50 88 149 / 0.7);
}

.bg-primary-300\/75{
  background-color: rgb(50 88 149 / 0.75);
}

.bg-primary-300\/80{
  background-color: rgb(50 88 149 / 0.8);
}

.bg-primary-300\/85{
  background-color: rgb(50 88 149 / 0.85);
}

.bg-primary-300\/90{
  background-color: rgb(50 88 149 / 0.9);
}

.bg-primary-300\/95{
  background-color: rgb(50 88 149 / 0.95);
}

.bg-primary-400{
  background-color: #305691;
}

.bg-primary-400\/0{
  background-color: rgb(48 86 145 / 0);
}

.bg-primary-400\/10{
  background-color: rgb(48 86 145 / 0.1);
}

.bg-primary-400\/100{
  background-color: rgb(48 86 145 / 1);
}

.bg-primary-400\/15{
  background-color: rgb(48 86 145 / 0.15);
}

.bg-primary-400\/20{
  background-color: rgb(48 86 145 / 0.2);
}

.bg-primary-400\/25{
  background-color: rgb(48 86 145 / 0.25);
}

.bg-primary-400\/30{
  background-color: rgb(48 86 145 / 0.3);
}

.bg-primary-400\/35{
  background-color: rgb(48 86 145 / 0.35);
}

.bg-primary-400\/40{
  background-color: rgb(48 86 145 / 0.4);
}

.bg-primary-400\/45{
  background-color: rgb(48 86 145 / 0.45);
}

.bg-primary-400\/5{
  background-color: rgb(48 86 145 / 0.05);
}

.bg-primary-400\/50{
  background-color: rgb(48 86 145 / 0.5);
}

.bg-primary-400\/55{
  background-color: rgb(48 86 145 / 0.55);
}

.bg-primary-400\/60{
  background-color: rgb(48 86 145 / 0.6);
}

.bg-primary-400\/65{
  background-color: rgb(48 86 145 / 0.65);
}

.bg-primary-400\/70{
  background-color: rgb(48 86 145 / 0.7);
}

.bg-primary-400\/75{
  background-color: rgb(48 86 145 / 0.75);
}

.bg-primary-400\/80{
  background-color: rgb(48 86 145 / 0.8);
}

.bg-primary-400\/85{
  background-color: rgb(48 86 145 / 0.85);
}

.bg-primary-400\/90{
  background-color: rgb(48 86 145 / 0.9);
}

.bg-primary-400\/95{
  background-color: rgb(48 86 145 / 0.95);
}

.bg-primary-500{
  background-color: #2d4b79;
}

.bg-primary-500\/0{
  background-color: rgb(45 75 121 / 0);
}

.bg-primary-500\/10{
  background-color: rgb(45 75 121 / 0.1);
}

.bg-primary-500\/100{
  background-color: rgb(45 75 121 / 1);
}

.bg-primary-500\/15{
  background-color: rgb(45 75 121 / 0.15);
}

.bg-primary-500\/20{
  background-color: rgb(45 75 121 / 0.2);
}

.bg-primary-500\/25{
  background-color: rgb(45 75 121 / 0.25);
}

.bg-primary-500\/30{
  background-color: rgb(45 75 121 / 0.3);
}

.bg-primary-500\/35{
  background-color: rgb(45 75 121 / 0.35);
}

.bg-primary-500\/40{
  background-color: rgb(45 75 121 / 0.4);
}

.bg-primary-500\/45{
  background-color: rgb(45 75 121 / 0.45);
}

.bg-primary-500\/5{
  background-color: rgb(45 75 121 / 0.05);
}

.bg-primary-500\/50{
  background-color: rgb(45 75 121 / 0.5);
}

.bg-primary-500\/55{
  background-color: rgb(45 75 121 / 0.55);
}

.bg-primary-500\/60{
  background-color: rgb(45 75 121 / 0.6);
}

.bg-primary-500\/65{
  background-color: rgb(45 75 121 / 0.65);
}

.bg-primary-500\/70{
  background-color: rgb(45 75 121 / 0.7);
}

.bg-primary-500\/75{
  background-color: rgb(45 75 121 / 0.75);
}

.bg-primary-500\/80{
  background-color: rgb(45 75 121 / 0.8);
}

.bg-primary-500\/85{
  background-color: rgb(45 75 121 / 0.85);
}

.bg-primary-500\/90{
  background-color: rgb(45 75 121 / 0.9);
}

.bg-primary-500\/95{
  background-color: rgb(45 75 121 / 0.95);
}

.bg-primary-600{
  background-color: #264473;
}

.bg-primary-600\/0{
  background-color: rgb(38 68 115 / 0);
}

.bg-primary-600\/10{
  background-color: rgb(38 68 115 / 0.1);
}

.bg-primary-600\/100{
  background-color: rgb(38 68 115 / 1);
}

.bg-primary-600\/15{
  background-color: rgb(38 68 115 / 0.15);
}

.bg-primary-600\/20{
  background-color: rgb(38 68 115 / 0.2);
}

.bg-primary-600\/25{
  background-color: rgb(38 68 115 / 0.25);
}

.bg-primary-600\/30{
  background-color: rgb(38 68 115 / 0.3);
}

.bg-primary-600\/35{
  background-color: rgb(38 68 115 / 0.35);
}

.bg-primary-600\/40{
  background-color: rgb(38 68 115 / 0.4);
}

.bg-primary-600\/45{
  background-color: rgb(38 68 115 / 0.45);
}

.bg-primary-600\/5{
  background-color: rgb(38 68 115 / 0.05);
}

.bg-primary-600\/50{
  background-color: rgb(38 68 115 / 0.5);
}

.bg-primary-600\/55{
  background-color: rgb(38 68 115 / 0.55);
}

.bg-primary-600\/60{
  background-color: rgb(38 68 115 / 0.6);
}

.bg-primary-600\/65{
  background-color: rgb(38 68 115 / 0.65);
}

.bg-primary-600\/70{
  background-color: rgb(38 68 115 / 0.7);
}

.bg-primary-600\/75{
  background-color: rgb(38 68 115 / 0.75);
}

.bg-primary-600\/80{
  background-color: rgb(38 68 115 / 0.8);
}

.bg-primary-600\/85{
  background-color: rgb(38 68 115 / 0.85);
}

.bg-primary-600\/90{
  background-color: rgb(38 68 115 / 0.9);
}

.bg-primary-600\/95{
  background-color: rgb(38 68 115 / 0.95);
}

.bg-primary-700{
  background-color: #233e68;
}

.bg-primary-700\/0{
  background-color: rgb(35 62 104 / 0);
}

.bg-primary-700\/10{
  background-color: rgb(35 62 104 / 0.1);
}

.bg-primary-700\/100{
  background-color: rgb(35 62 104 / 1);
}

.bg-primary-700\/15{
  background-color: rgb(35 62 104 / 0.15);
}

.bg-primary-700\/20{
  background-color: rgb(35 62 104 / 0.2);
}

.bg-primary-700\/25{
  background-color: rgb(35 62 104 / 0.25);
}

.bg-primary-700\/30{
  background-color: rgb(35 62 104 / 0.3);
}

.bg-primary-700\/35{
  background-color: rgb(35 62 104 / 0.35);
}

.bg-primary-700\/40{
  background-color: rgb(35 62 104 / 0.4);
}

.bg-primary-700\/45{
  background-color: rgb(35 62 104 / 0.45);
}

.bg-primary-700\/5{
  background-color: rgb(35 62 104 / 0.05);
}

.bg-primary-700\/50{
  background-color: rgb(35 62 104 / 0.5);
}

.bg-primary-700\/55{
  background-color: rgb(35 62 104 / 0.55);
}

.bg-primary-700\/60{
  background-color: rgb(35 62 104 / 0.6);
}

.bg-primary-700\/65{
  background-color: rgb(35 62 104 / 0.65);
}

.bg-primary-700\/70{
  background-color: rgb(35 62 104 / 0.7);
}

.bg-primary-700\/75{
  background-color: rgb(35 62 104 / 0.75);
}

.bg-primary-700\/80{
  background-color: rgb(35 62 104 / 0.8);
}

.bg-primary-700\/85{
  background-color: rgb(35 62 104 / 0.85);
}

.bg-primary-700\/90{
  background-color: rgb(35 62 104 / 0.9);
}

.bg-primary-700\/95{
  background-color: rgb(35 62 104 / 0.95);
}

.bg-primary-800{
  background-color: #1f375c;
}

.bg-primary-800\/0{
  background-color: rgb(31 55 92 / 0);
}

.bg-primary-800\/10{
  background-color: rgb(31 55 92 / 0.1);
}

.bg-primary-800\/100{
  background-color: rgb(31 55 92 / 1);
}

.bg-primary-800\/15{
  background-color: rgb(31 55 92 / 0.15);
}

.bg-primary-800\/20{
  background-color: rgb(31 55 92 / 0.2);
}

.bg-primary-800\/25{
  background-color: rgb(31 55 92 / 0.25);
}

.bg-primary-800\/30{
  background-color: rgb(31 55 92 / 0.3);
}

.bg-primary-800\/35{
  background-color: rgb(31 55 92 / 0.35);
}

.bg-primary-800\/40{
  background-color: rgb(31 55 92 / 0.4);
}

.bg-primary-800\/45{
  background-color: rgb(31 55 92 / 0.45);
}

.bg-primary-800\/5{
  background-color: rgb(31 55 92 / 0.05);
}

.bg-primary-800\/50{
  background-color: rgb(31 55 92 / 0.5);
}

.bg-primary-800\/55{
  background-color: rgb(31 55 92 / 0.55);
}

.bg-primary-800\/60{
  background-color: rgb(31 55 92 / 0.6);
}

.bg-primary-800\/65{
  background-color: rgb(31 55 92 / 0.65);
}

.bg-primary-800\/70{
  background-color: rgb(31 55 92 / 0.7);
}

.bg-primary-800\/75{
  background-color: rgb(31 55 92 / 0.75);
}

.bg-primary-800\/80{
  background-color: rgb(31 55 92 / 0.8);
}

.bg-primary-800\/85{
  background-color: rgb(31 55 92 / 0.85);
}

.bg-primary-800\/90{
  background-color: rgb(31 55 92 / 0.9);
}

.bg-primary-800\/95{
  background-color: rgb(31 55 92 / 0.95);
}

.bg-primary-900{
  background-color: #1b3051;
}

.bg-primary-900\/0{
  background-color: rgb(27 48 81 / 0);
}

.bg-primary-900\/10{
  background-color: rgb(27 48 81 / 0.1);
}

.bg-primary-900\/100{
  background-color: rgb(27 48 81 / 1);
}

.bg-primary-900\/15{
  background-color: rgb(27 48 81 / 0.15);
}

.bg-primary-900\/20{
  background-color: rgb(27 48 81 / 0.2);
}

.bg-primary-900\/25{
  background-color: rgb(27 48 81 / 0.25);
}

.bg-primary-900\/30{
  background-color: rgb(27 48 81 / 0.3);
}

.bg-primary-900\/35{
  background-color: rgb(27 48 81 / 0.35);
}

.bg-primary-900\/40{
  background-color: rgb(27 48 81 / 0.4);
}

.bg-primary-900\/45{
  background-color: rgb(27 48 81 / 0.45);
}

.bg-primary-900\/5{
  background-color: rgb(27 48 81 / 0.05);
}

.bg-primary-900\/50{
  background-color: rgb(27 48 81 / 0.5);
}

.bg-primary-900\/55{
  background-color: rgb(27 48 81 / 0.55);
}

.bg-primary-900\/60{
  background-color: rgb(27 48 81 / 0.6);
}

.bg-primary-900\/65{
  background-color: rgb(27 48 81 / 0.65);
}

.bg-primary-900\/70{
  background-color: rgb(27 48 81 / 0.7);
}

.bg-primary-900\/75{
  background-color: rgb(27 48 81 / 0.75);
}

.bg-primary-900\/80{
  background-color: rgb(27 48 81 / 0.8);
}

.bg-primary-900\/85{
  background-color: rgb(27 48 81 / 0.85);
}

.bg-primary-900\/90{
  background-color: rgb(27 48 81 / 0.9);
}

.bg-primary-900\/95{
  background-color: rgb(27 48 81 / 0.95);
}

.bg-primary-950{
  background-color: #14243c;
}

.bg-purple-100{
  background-color: #f3e8ff;
}

.bg-red-100{
  background-color: #fee2e2;
}

.bg-red-400{
  background-color: #f87171;
}

.bg-red-50{
  background-color: #fef2f2;
}

.bg-red-500{
  background-color: #ef4444;
}

.bg-red-600{
  background-color: #dc2626;
}

.bg-red-700{
  background-color: #b91c1c;
}

.bg-rose-100{
  background-color: #ffe4e6;
}

.bg-secondary-100{
  background-color: #DAE5E7;
}

.bg-secondary-100\/0{
  background-color: rgb(218 229 231 / 0);
}

.bg-secondary-100\/10{
  background-color: rgb(218 229 231 / 0.1);
}

.bg-secondary-100\/100{
  background-color: rgb(218 229 231 / 1);
}

.bg-secondary-100\/15{
  background-color: rgb(218 229 231 / 0.15);
}

.bg-secondary-100\/20{
  background-color: rgb(218 229 231 / 0.2);
}

.bg-secondary-100\/25{
  background-color: rgb(218 229 231 / 0.25);
}

.bg-secondary-100\/30{
  background-color: rgb(218 229 231 / 0.3);
}

.bg-secondary-100\/35{
  background-color: rgb(218 229 231 / 0.35);
}

.bg-secondary-100\/40{
  background-color: rgb(218 229 231 / 0.4);
}

.bg-secondary-100\/45{
  background-color: rgb(218 229 231 / 0.45);
}

.bg-secondary-100\/5{
  background-color: rgb(218 229 231 / 0.05);
}

.bg-secondary-100\/50{
  background-color: rgb(218 229 231 / 0.5);
}

.bg-secondary-100\/55{
  background-color: rgb(218 229 231 / 0.55);
}

.bg-secondary-100\/60{
  background-color: rgb(218 229 231 / 0.6);
}

.bg-secondary-100\/65{
  background-color: rgb(218 229 231 / 0.65);
}

.bg-secondary-100\/70{
  background-color: rgb(218 229 231 / 0.7);
}

.bg-secondary-100\/75{
  background-color: rgb(218 229 231 / 0.75);
}

.bg-secondary-100\/80{
  background-color: rgb(218 229 231 / 0.8);
}

.bg-secondary-100\/85{
  background-color: rgb(218 229 231 / 0.85);
}

.bg-secondary-100\/90{
  background-color: rgb(218 229 231 / 0.9);
}

.bg-secondary-100\/95{
  background-color: rgb(218 229 231 / 0.95);
}

.bg-secondary-200{
  background-color: #C4D6D9;
}

.bg-secondary-200\/0{
  background-color: rgb(196 214 217 / 0);
}

.bg-secondary-200\/10{
  background-color: rgb(196 214 217 / 0.1);
}

.bg-secondary-200\/100{
  background-color: rgb(196 214 217 / 1);
}

.bg-secondary-200\/15{
  background-color: rgb(196 214 217 / 0.15);
}

.bg-secondary-200\/20{
  background-color: rgb(196 214 217 / 0.2);
}

.bg-secondary-200\/25{
  background-color: rgb(196 214 217 / 0.25);
}

.bg-secondary-200\/30{
  background-color: rgb(196 214 217 / 0.3);
}

.bg-secondary-200\/35{
  background-color: rgb(196 214 217 / 0.35);
}

.bg-secondary-200\/40{
  background-color: rgb(196 214 217 / 0.4);
}

.bg-secondary-200\/45{
  background-color: rgb(196 214 217 / 0.45);
}

.bg-secondary-200\/5{
  background-color: rgb(196 214 217 / 0.05);
}

.bg-secondary-200\/50{
  background-color: rgb(196 214 217 / 0.5);
}

.bg-secondary-200\/55{
  background-color: rgb(196 214 217 / 0.55);
}

.bg-secondary-200\/60{
  background-color: rgb(196 214 217 / 0.6);
}

.bg-secondary-200\/65{
  background-color: rgb(196 214 217 / 0.65);
}

.bg-secondary-200\/70{
  background-color: rgb(196 214 217 / 0.7);
}

.bg-secondary-200\/75{
  background-color: rgb(196 214 217 / 0.75);
}

.bg-secondary-200\/80{
  background-color: rgb(196 214 217 / 0.8);
}

.bg-secondary-200\/85{
  background-color: rgb(196 214 217 / 0.85);
}

.bg-secondary-200\/90{
  background-color: rgb(196 214 217 / 0.9);
}

.bg-secondary-200\/95{
  background-color: rgb(196 214 217 / 0.95);
}

.bg-secondary-300{
  background-color: #AEC7CC;
}

.bg-secondary-300\/0{
  background-color: rgb(174 199 204 / 0);
}

.bg-secondary-300\/10{
  background-color: rgb(174 199 204 / 0.1);
}

.bg-secondary-300\/100{
  background-color: rgb(174 199 204 / 1);
}

.bg-secondary-300\/15{
  background-color: rgb(174 199 204 / 0.15);
}

.bg-secondary-300\/20{
  background-color: rgb(174 199 204 / 0.2);
}

.bg-secondary-300\/25{
  background-color: rgb(174 199 204 / 0.25);
}

.bg-secondary-300\/30{
  background-color: rgb(174 199 204 / 0.3);
}

.bg-secondary-300\/35{
  background-color: rgb(174 199 204 / 0.35);
}

.bg-secondary-300\/40{
  background-color: rgb(174 199 204 / 0.4);
}

.bg-secondary-300\/45{
  background-color: rgb(174 199 204 / 0.45);
}

.bg-secondary-300\/5{
  background-color: rgb(174 199 204 / 0.05);
}

.bg-secondary-300\/50{
  background-color: rgb(174 199 204 / 0.5);
}

.bg-secondary-300\/55{
  background-color: rgb(174 199 204 / 0.55);
}

.bg-secondary-300\/60{
  background-color: rgb(174 199 204 / 0.6);
}

.bg-secondary-300\/65{
  background-color: rgb(174 199 204 / 0.65);
}

.bg-secondary-300\/70{
  background-color: rgb(174 199 204 / 0.7);
}

.bg-secondary-300\/75{
  background-color: rgb(174 199 204 / 0.75);
}

.bg-secondary-300\/80{
  background-color: rgb(174 199 204 / 0.8);
}

.bg-secondary-300\/85{
  background-color: rgb(174 199 204 / 0.85);
}

.bg-secondary-300\/90{
  background-color: rgb(174 199 204 / 0.9);
}

.bg-secondary-300\/95{
  background-color: rgb(174 199 204 / 0.95);
}

.bg-secondary-400{
  background-color: #98B8BE;
}

.bg-secondary-400\/0{
  background-color: rgb(152 184 190 / 0);
}

.bg-secondary-400\/10{
  background-color: rgb(152 184 190 / 0.1);
}

.bg-secondary-400\/100{
  background-color: rgb(152 184 190 / 1);
}

.bg-secondary-400\/15{
  background-color: rgb(152 184 190 / 0.15);
}

.bg-secondary-400\/20{
  background-color: rgb(152 184 190 / 0.2);
}

.bg-secondary-400\/25{
  background-color: rgb(152 184 190 / 0.25);
}

.bg-secondary-400\/30{
  background-color: rgb(152 184 190 / 0.3);
}

.bg-secondary-400\/35{
  background-color: rgb(152 184 190 / 0.35);
}

.bg-secondary-400\/40{
  background-color: rgb(152 184 190 / 0.4);
}

.bg-secondary-400\/45{
  background-color: rgb(152 184 190 / 0.45);
}

.bg-secondary-400\/5{
  background-color: rgb(152 184 190 / 0.05);
}

.bg-secondary-400\/50{
  background-color: rgb(152 184 190 / 0.5);
}

.bg-secondary-400\/55{
  background-color: rgb(152 184 190 / 0.55);
}

.bg-secondary-400\/60{
  background-color: rgb(152 184 190 / 0.6);
}

.bg-secondary-400\/65{
  background-color: rgb(152 184 190 / 0.65);
}

.bg-secondary-400\/70{
  background-color: rgb(152 184 190 / 0.7);
}

.bg-secondary-400\/75{
  background-color: rgb(152 184 190 / 0.75);
}

.bg-secondary-400\/80{
  background-color: rgb(152 184 190 / 0.8);
}

.bg-secondary-400\/85{
  background-color: rgb(152 184 190 / 0.85);
}

.bg-secondary-400\/90{
  background-color: rgb(152 184 190 / 0.9);
}

.bg-secondary-400\/95{
  background-color: rgb(152 184 190 / 0.95);
}

.bg-secondary-500{
  background-color: #82A9B0;
}

.bg-secondary-500\/0{
  background-color: rgb(130 169 176 / 0);
}

.bg-secondary-500\/10{
  background-color: rgb(130 169 176 / 0.1);
}

.bg-secondary-500\/100{
  background-color: rgb(130 169 176 / 1);
}

.bg-secondary-500\/15{
  background-color: rgb(130 169 176 / 0.15);
}

.bg-secondary-500\/20{
  background-color: rgb(130 169 176 / 0.2);
}

.bg-secondary-500\/25{
  background-color: rgb(130 169 176 / 0.25);
}

.bg-secondary-500\/30{
  background-color: rgb(130 169 176 / 0.3);
}

.bg-secondary-500\/35{
  background-color: rgb(130 169 176 / 0.35);
}

.bg-secondary-500\/40{
  background-color: rgb(130 169 176 / 0.4);
}

.bg-secondary-500\/45{
  background-color: rgb(130 169 176 / 0.45);
}

.bg-secondary-500\/5{
  background-color: rgb(130 169 176 / 0.05);
}

.bg-secondary-500\/50{
  background-color: rgb(130 169 176 / 0.5);
}

.bg-secondary-500\/55{
  background-color: rgb(130 169 176 / 0.55);
}

.bg-secondary-500\/60{
  background-color: rgb(130 169 176 / 0.6);
}

.bg-secondary-500\/65{
  background-color: rgb(130 169 176 / 0.65);
}

.bg-secondary-500\/70{
  background-color: rgb(130 169 176 / 0.7);
}

.bg-secondary-500\/75{
  background-color: rgb(130 169 176 / 0.75);
}

.bg-secondary-500\/80{
  background-color: rgb(130 169 176 / 0.8);
}

.bg-secondary-500\/85{
  background-color: rgb(130 169 176 / 0.85);
}

.bg-secondary-500\/90{
  background-color: rgb(130 169 176 / 0.9);
}

.bg-secondary-500\/95{
  background-color: rgb(130 169 176 / 0.95);
}

.bg-secondary-600{
  background-color: #66969E;
}

.bg-secondary-600\/0{
  background-color: rgb(102 150 158 / 0);
}

.bg-secondary-600\/10{
  background-color: rgb(102 150 158 / 0.1);
}

.bg-secondary-600\/100{
  background-color: rgb(102 150 158 / 1);
}

.bg-secondary-600\/15{
  background-color: rgb(102 150 158 / 0.15);
}

.bg-secondary-600\/20{
  background-color: rgb(102 150 158 / 0.2);
}

.bg-secondary-600\/25{
  background-color: rgb(102 150 158 / 0.25);
}

.bg-secondary-600\/30{
  background-color: rgb(102 150 158 / 0.3);
}

.bg-secondary-600\/35{
  background-color: rgb(102 150 158 / 0.35);
}

.bg-secondary-600\/40{
  background-color: rgb(102 150 158 / 0.4);
}

.bg-secondary-600\/45{
  background-color: rgb(102 150 158 / 0.45);
}

.bg-secondary-600\/5{
  background-color: rgb(102 150 158 / 0.05);
}

.bg-secondary-600\/50{
  background-color: rgb(102 150 158 / 0.5);
}

.bg-secondary-600\/55{
  background-color: rgb(102 150 158 / 0.55);
}

.bg-secondary-600\/60{
  background-color: rgb(102 150 158 / 0.6);
}

.bg-secondary-600\/65{
  background-color: rgb(102 150 158 / 0.65);
}

.bg-secondary-600\/70{
  background-color: rgb(102 150 158 / 0.7);
}

.bg-secondary-600\/75{
  background-color: rgb(102 150 158 / 0.75);
}

.bg-secondary-600\/80{
  background-color: rgb(102 150 158 / 0.8);
}

.bg-secondary-600\/85{
  background-color: rgb(102 150 158 / 0.85);
}

.bg-secondary-600\/90{
  background-color: rgb(102 150 158 / 0.9);
}

.bg-secondary-600\/95{
  background-color: rgb(102 150 158 / 0.95);
}

.bg-secondary-700{
  background-color: #537C83;
}

.bg-secondary-700\/0{
  background-color: rgb(83 124 131 / 0);
}

.bg-secondary-700\/10{
  background-color: rgb(83 124 131 / 0.1);
}

.bg-secondary-700\/100{
  background-color: rgb(83 124 131 / 1);
}

.bg-secondary-700\/15{
  background-color: rgb(83 124 131 / 0.15);
}

.bg-secondary-700\/20{
  background-color: rgb(83 124 131 / 0.2);
}

.bg-secondary-700\/25{
  background-color: rgb(83 124 131 / 0.25);
}

.bg-secondary-700\/30{
  background-color: rgb(83 124 131 / 0.3);
}

.bg-secondary-700\/35{
  background-color: rgb(83 124 131 / 0.35);
}

.bg-secondary-700\/40{
  background-color: rgb(83 124 131 / 0.4);
}

.bg-secondary-700\/45{
  background-color: rgb(83 124 131 / 0.45);
}

.bg-secondary-700\/5{
  background-color: rgb(83 124 131 / 0.05);
}

.bg-secondary-700\/50{
  background-color: rgb(83 124 131 / 0.5);
}

.bg-secondary-700\/55{
  background-color: rgb(83 124 131 / 0.55);
}

.bg-secondary-700\/60{
  background-color: rgb(83 124 131 / 0.6);
}

.bg-secondary-700\/65{
  background-color: rgb(83 124 131 / 0.65);
}

.bg-secondary-700\/70{
  background-color: rgb(83 124 131 / 0.7);
}

.bg-secondary-700\/75{
  background-color: rgb(83 124 131 / 0.75);
}

.bg-secondary-700\/80{
  background-color: rgb(83 124 131 / 0.8);
}

.bg-secondary-700\/85{
  background-color: rgb(83 124 131 / 0.85);
}

.bg-secondary-700\/90{
  background-color: rgb(83 124 131 / 0.9);
}

.bg-secondary-700\/95{
  background-color: rgb(83 124 131 / 0.95);
}

.bg-secondary-800{
  background-color: #416167;
}

.bg-secondary-800\/0{
  background-color: rgb(65 97 103 / 0);
}

.bg-secondary-800\/10{
  background-color: rgb(65 97 103 / 0.1);
}

.bg-secondary-800\/100{
  background-color: rgb(65 97 103 / 1);
}

.bg-secondary-800\/15{
  background-color: rgb(65 97 103 / 0.15);
}

.bg-secondary-800\/20{
  background-color: rgb(65 97 103 / 0.2);
}

.bg-secondary-800\/25{
  background-color: rgb(65 97 103 / 0.25);
}

.bg-secondary-800\/30{
  background-color: rgb(65 97 103 / 0.3);
}

.bg-secondary-800\/35{
  background-color: rgb(65 97 103 / 0.35);
}

.bg-secondary-800\/40{
  background-color: rgb(65 97 103 / 0.4);
}

.bg-secondary-800\/45{
  background-color: rgb(65 97 103 / 0.45);
}

.bg-secondary-800\/5{
  background-color: rgb(65 97 103 / 0.05);
}

.bg-secondary-800\/50{
  background-color: rgb(65 97 103 / 0.5);
}

.bg-secondary-800\/55{
  background-color: rgb(65 97 103 / 0.55);
}

.bg-secondary-800\/60{
  background-color: rgb(65 97 103 / 0.6);
}

.bg-secondary-800\/65{
  background-color: rgb(65 97 103 / 0.65);
}

.bg-secondary-800\/70{
  background-color: rgb(65 97 103 / 0.7);
}

.bg-secondary-800\/75{
  background-color: rgb(65 97 103 / 0.75);
}

.bg-secondary-800\/80{
  background-color: rgb(65 97 103 / 0.8);
}

.bg-secondary-800\/85{
  background-color: rgb(65 97 103 / 0.85);
}

.bg-secondary-800\/90{
  background-color: rgb(65 97 103 / 0.9);
}

.bg-secondary-800\/95{
  background-color: rgb(65 97 103 / 0.95);
}

.bg-secondary-900{
  background-color: #2F474B;
}

.bg-secondary-900\/0{
  background-color: rgb(47 71 75 / 0);
}

.bg-secondary-900\/10{
  background-color: rgb(47 71 75 / 0.1);
}

.bg-secondary-900\/100{
  background-color: rgb(47 71 75 / 1);
}

.bg-secondary-900\/15{
  background-color: rgb(47 71 75 / 0.15);
}

.bg-secondary-900\/20{
  background-color: rgb(47 71 75 / 0.2);
}

.bg-secondary-900\/25{
  background-color: rgb(47 71 75 / 0.25);
}

.bg-secondary-900\/30{
  background-color: rgb(47 71 75 / 0.3);
}

.bg-secondary-900\/35{
  background-color: rgb(47 71 75 / 0.35);
}

.bg-secondary-900\/40{
  background-color: rgb(47 71 75 / 0.4);
}

.bg-secondary-900\/45{
  background-color: rgb(47 71 75 / 0.45);
}

.bg-secondary-900\/5{
  background-color: rgb(47 71 75 / 0.05);
}

.bg-secondary-900\/50{
  background-color: rgb(47 71 75 / 0.5);
}

.bg-secondary-900\/55{
  background-color: rgb(47 71 75 / 0.55);
}

.bg-secondary-900\/60{
  background-color: rgb(47 71 75 / 0.6);
}

.bg-secondary-900\/65{
  background-color: rgb(47 71 75 / 0.65);
}

.bg-secondary-900\/70{
  background-color: rgb(47 71 75 / 0.7);
}

.bg-secondary-900\/75{
  background-color: rgb(47 71 75 / 0.75);
}

.bg-secondary-900\/80{
  background-color: rgb(47 71 75 / 0.8);
}

.bg-secondary-900\/85{
  background-color: rgb(47 71 75 / 0.85);
}

.bg-secondary-900\/90{
  background-color: rgb(47 71 75 / 0.9);
}

.bg-secondary-900\/95{
  background-color: rgb(47 71 75 / 0.95);
}

.bg-white{
  background-color: #fff;
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-yellow-50{
  background-color: #fefce8;
}

.bg-\[\#f0e2ff\]{
  background-color: #f0e2ff;
}

.bg-footer-gradient{
  background-image: linear-gradient(90deg, rgb(27, 48, 81) 0%, rgb(130, 169, 176) 100%);
}

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

.bg-nav-gradient{
  background-image: linear-gradient(90deg, #1b3051 0%, #2d4b79 100%);
}

.from-\[\#ff80b5\]{
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500{
  --tw-gradient-from: #2d4b79 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 75 121 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-purple-500{
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#9089fc\]{
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.to-primary-500{
  --tw-gradient-to: #2d4b79 var(--tw-gradient-to-position);
}

.fill-current{
  fill: currentColor;
}

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

.pl-3{
  padding-left: 0.75rem;
}

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

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

.pr-10{
  padding-right: 2.5rem;
}

.pr-16{
  padding-right: 4rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

.align-middle{
  vertical-align: middle;
}

.font-serif{
  font-family: Lora, Georgia;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[13px\]{
  font-size: 13px;
}

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

.text-base\/7{
  font-size: 1rem;
  line-height: 1.75rem;
}

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

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

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

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

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-accent-100{
  color: #fceae9;
}

.text-accent-100\/0{
  color: rgb(252 234 233 / 0);
}

.text-accent-100\/10{
  color: rgb(252 234 233 / 0.1);
}

.text-accent-100\/100{
  color: rgb(252 234 233 / 1);
}

.text-accent-100\/15{
  color: rgb(252 234 233 / 0.15);
}

.text-accent-100\/20{
  color: rgb(252 234 233 / 0.2);
}

.text-accent-100\/25{
  color: rgb(252 234 233 / 0.25);
}

.text-accent-100\/30{
  color: rgb(252 234 233 / 0.3);
}

.text-accent-100\/35{
  color: rgb(252 234 233 / 0.35);
}

.text-accent-100\/40{
  color: rgb(252 234 233 / 0.4);
}

.text-accent-100\/45{
  color: rgb(252 234 233 / 0.45);
}

.text-accent-100\/5{
  color: rgb(252 234 233 / 0.05);
}

.text-accent-100\/50{
  color: rgb(252 234 233 / 0.5);
}

.text-accent-100\/55{
  color: rgb(252 234 233 / 0.55);
}

.text-accent-100\/60{
  color: rgb(252 234 233 / 0.6);
}

.text-accent-100\/65{
  color: rgb(252 234 233 / 0.65);
}

.text-accent-100\/70{
  color: rgb(252 234 233 / 0.7);
}

.text-accent-100\/75{
  color: rgb(252 234 233 / 0.75);
}

.text-accent-100\/80{
  color: rgb(252 234 233 / 0.8);
}

.text-accent-100\/85{
  color: rgb(252 234 233 / 0.85);
}

.text-accent-100\/90{
  color: rgb(252 234 233 / 0.9);
}

.text-accent-100\/95{
  color: rgb(252 234 233 / 0.95);
}

.text-accent-200{
  color: #f9d4d2;
}

.text-accent-200\/0{
  color: rgb(249 212 210 / 0);
}

.text-accent-200\/10{
  color: rgb(249 212 210 / 0.1);
}

.text-accent-200\/100{
  color: rgb(249 212 210 / 1);
}

.text-accent-200\/15{
  color: rgb(249 212 210 / 0.15);
}

.text-accent-200\/20{
  color: rgb(249 212 210 / 0.2);
}

.text-accent-200\/25{
  color: rgb(249 212 210 / 0.25);
}

.text-accent-200\/30{
  color: rgb(249 212 210 / 0.3);
}

.text-accent-200\/35{
  color: rgb(249 212 210 / 0.35);
}

.text-accent-200\/40{
  color: rgb(249 212 210 / 0.4);
}

.text-accent-200\/45{
  color: rgb(249 212 210 / 0.45);
}

.text-accent-200\/5{
  color: rgb(249 212 210 / 0.05);
}

.text-accent-200\/50{
  color: rgb(249 212 210 / 0.5);
}

.text-accent-200\/55{
  color: rgb(249 212 210 / 0.55);
}

.text-accent-200\/60{
  color: rgb(249 212 210 / 0.6);
}

.text-accent-200\/65{
  color: rgb(249 212 210 / 0.65);
}

.text-accent-200\/70{
  color: rgb(249 212 210 / 0.7);
}

.text-accent-200\/75{
  color: rgb(249 212 210 / 0.75);
}

.text-accent-200\/80{
  color: rgb(249 212 210 / 0.8);
}

.text-accent-200\/85{
  color: rgb(249 212 210 / 0.85);
}

.text-accent-200\/90{
  color: rgb(249 212 210 / 0.9);
}

.text-accent-200\/95{
  color: rgb(249 212 210 / 0.95);
}

.text-accent-300{
  color: #f4b5b3;
}

.text-accent-300\/0{
  color: rgb(244 181 179 / 0);
}

.text-accent-300\/10{
  color: rgb(244 181 179 / 0.1);
}

.text-accent-300\/100{
  color: rgb(244 181 179 / 1);
}

.text-accent-300\/15{
  color: rgb(244 181 179 / 0.15);
}

.text-accent-300\/20{
  color: rgb(244 181 179 / 0.2);
}

.text-accent-300\/25{
  color: rgb(244 181 179 / 0.25);
}

.text-accent-300\/30{
  color: rgb(244 181 179 / 0.3);
}

.text-accent-300\/35{
  color: rgb(244 181 179 / 0.35);
}

.text-accent-300\/40{
  color: rgb(244 181 179 / 0.4);
}

.text-accent-300\/45{
  color: rgb(244 181 179 / 0.45);
}

.text-accent-300\/5{
  color: rgb(244 181 179 / 0.05);
}

.text-accent-300\/50{
  color: rgb(244 181 179 / 0.5);
}

.text-accent-300\/55{
  color: rgb(244 181 179 / 0.55);
}

.text-accent-300\/60{
  color: rgb(244 181 179 / 0.6);
}

.text-accent-300\/65{
  color: rgb(244 181 179 / 0.65);
}

.text-accent-300\/70{
  color: rgb(244 181 179 / 0.7);
}

.text-accent-300\/75{
  color: rgb(244 181 179 / 0.75);
}

.text-accent-300\/80{
  color: rgb(244 181 179 / 0.8);
}

.text-accent-300\/85{
  color: rgb(244 181 179 / 0.85);
}

.text-accent-300\/90{
  color: rgb(244 181 179 / 0.9);
}

.text-accent-300\/95{
  color: rgb(244 181 179 / 0.95);
}

.text-accent-400{
  color: #ee8e8b;
}

.text-accent-400\/0{
  color: rgb(238 142 139 / 0);
}

.text-accent-400\/10{
  color: rgb(238 142 139 / 0.1);
}

.text-accent-400\/100{
  color: rgb(238 142 139 / 1);
}

.text-accent-400\/15{
  color: rgb(238 142 139 / 0.15);
}

.text-accent-400\/20{
  color: rgb(238 142 139 / 0.2);
}

.text-accent-400\/25{
  color: rgb(238 142 139 / 0.25);
}

.text-accent-400\/30{
  color: rgb(238 142 139 / 0.3);
}

.text-accent-400\/35{
  color: rgb(238 142 139 / 0.35);
}

.text-accent-400\/40{
  color: rgb(238 142 139 / 0.4);
}

.text-accent-400\/45{
  color: rgb(238 142 139 / 0.45);
}

.text-accent-400\/5{
  color: rgb(238 142 139 / 0.05);
}

.text-accent-400\/50{
  color: rgb(238 142 139 / 0.5);
}

.text-accent-400\/55{
  color: rgb(238 142 139 / 0.55);
}

.text-accent-400\/60{
  color: rgb(238 142 139 / 0.6);
}

.text-accent-400\/65{
  color: rgb(238 142 139 / 0.65);
}

.text-accent-400\/70{
  color: rgb(238 142 139 / 0.7);
}

.text-accent-400\/75{
  color: rgb(238 142 139 / 0.75);
}

.text-accent-400\/80{
  color: rgb(238 142 139 / 0.8);
}

.text-accent-400\/85{
  color: rgb(238 142 139 / 0.85);
}

.text-accent-400\/90{
  color: rgb(238 142 139 / 0.9);
}

.text-accent-400\/95{
  color: rgb(238 142 139 / 0.95);
}

.text-accent-500{
  color: #e57373;
}

.text-accent-500\/0{
  color: rgb(229 115 115 / 0);
}

.text-accent-500\/10{
  color: rgb(229 115 115 / 0.1);
}

.text-accent-500\/100{
  color: rgb(229 115 115 / 1);
}

.text-accent-500\/15{
  color: rgb(229 115 115 / 0.15);
}

.text-accent-500\/20{
  color: rgb(229 115 115 / 0.2);
}

.text-accent-500\/25{
  color: rgb(229 115 115 / 0.25);
}

.text-accent-500\/30{
  color: rgb(229 115 115 / 0.3);
}

.text-accent-500\/35{
  color: rgb(229 115 115 / 0.35);
}

.text-accent-500\/40{
  color: rgb(229 115 115 / 0.4);
}

.text-accent-500\/45{
  color: rgb(229 115 115 / 0.45);
}

.text-accent-500\/5{
  color: rgb(229 115 115 / 0.05);
}

.text-accent-500\/50{
  color: rgb(229 115 115 / 0.5);
}

.text-accent-500\/55{
  color: rgb(229 115 115 / 0.55);
}

.text-accent-500\/60{
  color: rgb(229 115 115 / 0.6);
}

.text-accent-500\/65{
  color: rgb(229 115 115 / 0.65);
}

.text-accent-500\/70{
  color: rgb(229 115 115 / 0.7);
}

.text-accent-500\/75{
  color: rgb(229 115 115 / 0.75);
}

.text-accent-500\/80{
  color: rgb(229 115 115 / 0.8);
}

.text-accent-500\/85{
  color: rgb(229 115 115 / 0.85);
}

.text-accent-500\/90{
  color: rgb(229 115 115 / 0.9);
}

.text-accent-500\/95{
  color: rgb(229 115 115 / 0.95);
}

.text-accent-600{
  color: #d95f5f;
}

.text-accent-600\/0{
  color: rgb(217 95 95 / 0);
}

.text-accent-600\/10{
  color: rgb(217 95 95 / 0.1);
}

.text-accent-600\/100{
  color: rgb(217 95 95 / 1);
}

.text-accent-600\/15{
  color: rgb(217 95 95 / 0.15);
}

.text-accent-600\/20{
  color: rgb(217 95 95 / 0.2);
}

.text-accent-600\/25{
  color: rgb(217 95 95 / 0.25);
}

.text-accent-600\/30{
  color: rgb(217 95 95 / 0.3);
}

.text-accent-600\/35{
  color: rgb(217 95 95 / 0.35);
}

.text-accent-600\/40{
  color: rgb(217 95 95 / 0.4);
}

.text-accent-600\/45{
  color: rgb(217 95 95 / 0.45);
}

.text-accent-600\/5{
  color: rgb(217 95 95 / 0.05);
}

.text-accent-600\/50{
  color: rgb(217 95 95 / 0.5);
}

.text-accent-600\/55{
  color: rgb(217 95 95 / 0.55);
}

.text-accent-600\/60{
  color: rgb(217 95 95 / 0.6);
}

.text-accent-600\/65{
  color: rgb(217 95 95 / 0.65);
}

.text-accent-600\/70{
  color: rgb(217 95 95 / 0.7);
}

.text-accent-600\/75{
  color: rgb(217 95 95 / 0.75);
}

.text-accent-600\/80{
  color: rgb(217 95 95 / 0.8);
}

.text-accent-600\/85{
  color: rgb(217 95 95 / 0.85);
}

.text-accent-600\/90{
  color: rgb(217 95 95 / 0.9);
}

.text-accent-600\/95{
  color: rgb(217 95 95 / 0.95);
}

.text-accent-700{
  color: #c94a4a;
}

.text-accent-700\/0{
  color: rgb(201 74 74 / 0);
}

.text-accent-700\/10{
  color: rgb(201 74 74 / 0.1);
}

.text-accent-700\/100{
  color: rgb(201 74 74 / 1);
}

.text-accent-700\/15{
  color: rgb(201 74 74 / 0.15);
}

.text-accent-700\/20{
  color: rgb(201 74 74 / 0.2);
}

.text-accent-700\/25{
  color: rgb(201 74 74 / 0.25);
}

.text-accent-700\/30{
  color: rgb(201 74 74 / 0.3);
}

.text-accent-700\/35{
  color: rgb(201 74 74 / 0.35);
}

.text-accent-700\/40{
  color: rgb(201 74 74 / 0.4);
}

.text-accent-700\/45{
  color: rgb(201 74 74 / 0.45);
}

.text-accent-700\/5{
  color: rgb(201 74 74 / 0.05);
}

.text-accent-700\/50{
  color: rgb(201 74 74 / 0.5);
}

.text-accent-700\/55{
  color: rgb(201 74 74 / 0.55);
}

.text-accent-700\/60{
  color: rgb(201 74 74 / 0.6);
}

.text-accent-700\/65{
  color: rgb(201 74 74 / 0.65);
}

.text-accent-700\/70{
  color: rgb(201 74 74 / 0.7);
}

.text-accent-700\/75{
  color: rgb(201 74 74 / 0.75);
}

.text-accent-700\/80{
  color: rgb(201 74 74 / 0.8);
}

.text-accent-700\/85{
  color: rgb(201 74 74 / 0.85);
}

.text-accent-700\/90{
  color: rgb(201 74 74 / 0.9);
}

.text-accent-700\/95{
  color: rgb(201 74 74 / 0.95);
}

.text-accent-800{
  color: #a83c3c;
}

.text-accent-800\/0{
  color: rgb(168 60 60 / 0);
}

.text-accent-800\/10{
  color: rgb(168 60 60 / 0.1);
}

.text-accent-800\/100{
  color: rgb(168 60 60 / 1);
}

.text-accent-800\/15{
  color: rgb(168 60 60 / 0.15);
}

.text-accent-800\/20{
  color: rgb(168 60 60 / 0.2);
}

.text-accent-800\/25{
  color: rgb(168 60 60 / 0.25);
}

.text-accent-800\/30{
  color: rgb(168 60 60 / 0.3);
}

.text-accent-800\/35{
  color: rgb(168 60 60 / 0.35);
}

.text-accent-800\/40{
  color: rgb(168 60 60 / 0.4);
}

.text-accent-800\/45{
  color: rgb(168 60 60 / 0.45);
}

.text-accent-800\/5{
  color: rgb(168 60 60 / 0.05);
}

.text-accent-800\/50{
  color: rgb(168 60 60 / 0.5);
}

.text-accent-800\/55{
  color: rgb(168 60 60 / 0.55);
}

.text-accent-800\/60{
  color: rgb(168 60 60 / 0.6);
}

.text-accent-800\/65{
  color: rgb(168 60 60 / 0.65);
}

.text-accent-800\/70{
  color: rgb(168 60 60 / 0.7);
}

.text-accent-800\/75{
  color: rgb(168 60 60 / 0.75);
}

.text-accent-800\/80{
  color: rgb(168 60 60 / 0.8);
}

.text-accent-800\/85{
  color: rgb(168 60 60 / 0.85);
}

.text-accent-800\/90{
  color: rgb(168 60 60 / 0.9);
}

.text-accent-800\/95{
  color: rgb(168 60 60 / 0.95);
}

.text-accent-900{
  color: #8c3434;
}

.text-accent-900\/0{
  color: rgb(140 52 52 / 0);
}

.text-accent-900\/10{
  color: rgb(140 52 52 / 0.1);
}

.text-accent-900\/100{
  color: rgb(140 52 52 / 1);
}

.text-accent-900\/15{
  color: rgb(140 52 52 / 0.15);
}

.text-accent-900\/20{
  color: rgb(140 52 52 / 0.2);
}

.text-accent-900\/25{
  color: rgb(140 52 52 / 0.25);
}

.text-accent-900\/30{
  color: rgb(140 52 52 / 0.3);
}

.text-accent-900\/35{
  color: rgb(140 52 52 / 0.35);
}

.text-accent-900\/40{
  color: rgb(140 52 52 / 0.4);
}

.text-accent-900\/45{
  color: rgb(140 52 52 / 0.45);
}

.text-accent-900\/5{
  color: rgb(140 52 52 / 0.05);
}

.text-accent-900\/50{
  color: rgb(140 52 52 / 0.5);
}

.text-accent-900\/55{
  color: rgb(140 52 52 / 0.55);
}

.text-accent-900\/60{
  color: rgb(140 52 52 / 0.6);
}

.text-accent-900\/65{
  color: rgb(140 52 52 / 0.65);
}

.text-accent-900\/70{
  color: rgb(140 52 52 / 0.7);
}

.text-accent-900\/75{
  color: rgb(140 52 52 / 0.75);
}

.text-accent-900\/80{
  color: rgb(140 52 52 / 0.8);
}

.text-accent-900\/85{
  color: rgb(140 52 52 / 0.85);
}

.text-accent-900\/90{
  color: rgb(140 52 52 / 0.9);
}

.text-accent-900\/95{
  color: rgb(140 52 52 / 0.95);
}

.text-amber-600{
  color: #d97706;
}

.text-blue-500{
  color: #3b82f6;
}

.text-blue-600{
  color: #2563eb;
}

.text-blue-700{
  color: #1d4ed8;
}

.text-blue-800{
  color: #1e40af;
}

.text-blue-900{
  color: #1e3a8a;
}

.text-cyan-600{
  color: #0891b2;
}

.text-gray-100{
  color: #f3f4f6;
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  color: #e5e7eb;
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  color: #d1d5db;
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  color: #9ca3af;
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-500{
  color: #6b7280;
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  color: #4b5563;
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  color: #374151;
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  color: #1f2937;
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  color: #111827;
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-green-300{
  color: #86efac;
}

.text-green-500{
  color: #22c55e;
}

.text-green-600{
  color: #16a34a;
}

.text-green-800{
  color: #166534;
}

.text-indigo-600{
  color: #4f46e5;
}

.text-indigo-700{
  color: #4338ca;
}

.text-orange-600{
  color: #ea580c;
}

.text-primary-100{
  color: #3965AC;
}

.text-primary-100\/0{
  color: rgb(57 101 172 / 0);
}

.text-primary-100\/10{
  color: rgb(57 101 172 / 0.1);
}

.text-primary-100\/100{
  color: rgb(57 101 172 / 1);
}

.text-primary-100\/15{
  color: rgb(57 101 172 / 0.15);
}

.text-primary-100\/20{
  color: rgb(57 101 172 / 0.2);
}

.text-primary-100\/25{
  color: rgb(57 101 172 / 0.25);
}

.text-primary-100\/30{
  color: rgb(57 101 172 / 0.3);
}

.text-primary-100\/35{
  color: rgb(57 101 172 / 0.35);
}

.text-primary-100\/40{
  color: rgb(57 101 172 / 0.4);
}

.text-primary-100\/45{
  color: rgb(57 101 172 / 0.45);
}

.text-primary-100\/5{
  color: rgb(57 101 172 / 0.05);
}

.text-primary-100\/50{
  color: rgb(57 101 172 / 0.5);
}

.text-primary-100\/55{
  color: rgb(57 101 172 / 0.55);
}

.text-primary-100\/60{
  color: rgb(57 101 172 / 0.6);
}

.text-primary-100\/65{
  color: rgb(57 101 172 / 0.65);
}

.text-primary-100\/70{
  color: rgb(57 101 172 / 0.7);
}

.text-primary-100\/75{
  color: rgb(57 101 172 / 0.75);
}

.text-primary-100\/80{
  color: rgb(57 101 172 / 0.8);
}

.text-primary-100\/85{
  color: rgb(57 101 172 / 0.85);
}

.text-primary-100\/90{
  color: rgb(57 101 172 / 0.9);
}

.text-primary-100\/95{
  color: rgb(57 101 172 / 0.95);
}

.text-primary-200{
  color: #365FA1;
}

.text-primary-200\/0{
  color: rgb(54 95 161 / 0);
}

.text-primary-200\/10{
  color: rgb(54 95 161 / 0.1);
}

.text-primary-200\/100{
  color: rgb(54 95 161 / 1);
}

.text-primary-200\/15{
  color: rgb(54 95 161 / 0.15);
}

.text-primary-200\/20{
  color: rgb(54 95 161 / 0.2);
}

.text-primary-200\/25{
  color: rgb(54 95 161 / 0.25);
}

.text-primary-200\/30{
  color: rgb(54 95 161 / 0.3);
}

.text-primary-200\/35{
  color: rgb(54 95 161 / 0.35);
}

.text-primary-200\/40{
  color: rgb(54 95 161 / 0.4);
}

.text-primary-200\/45{
  color: rgb(54 95 161 / 0.45);
}

.text-primary-200\/5{
  color: rgb(54 95 161 / 0.05);
}

.text-primary-200\/50{
  color: rgb(54 95 161 / 0.5);
}

.text-primary-200\/55{
  color: rgb(54 95 161 / 0.55);
}

.text-primary-200\/60{
  color: rgb(54 95 161 / 0.6);
}

.text-primary-200\/65{
  color: rgb(54 95 161 / 0.65);
}

.text-primary-200\/70{
  color: rgb(54 95 161 / 0.7);
}

.text-primary-200\/75{
  color: rgb(54 95 161 / 0.75);
}

.text-primary-200\/80{
  color: rgb(54 95 161 / 0.8);
}

.text-primary-200\/85{
  color: rgb(54 95 161 / 0.85);
}

.text-primary-200\/90{
  color: rgb(54 95 161 / 0.9);
}

.text-primary-200\/95{
  color: rgb(54 95 161 / 0.95);
}

.text-primary-300{
  color: #325895;
}

.text-primary-300\/0{
  color: rgb(50 88 149 / 0);
}

.text-primary-300\/10{
  color: rgb(50 88 149 / 0.1);
}

.text-primary-300\/100{
  color: rgb(50 88 149 / 1);
}

.text-primary-300\/15{
  color: rgb(50 88 149 / 0.15);
}

.text-primary-300\/20{
  color: rgb(50 88 149 / 0.2);
}

.text-primary-300\/25{
  color: rgb(50 88 149 / 0.25);
}

.text-primary-300\/30{
  color: rgb(50 88 149 / 0.3);
}

.text-primary-300\/35{
  color: rgb(50 88 149 / 0.35);
}

.text-primary-300\/40{
  color: rgb(50 88 149 / 0.4);
}

.text-primary-300\/45{
  color: rgb(50 88 149 / 0.45);
}

.text-primary-300\/5{
  color: rgb(50 88 149 / 0.05);
}

.text-primary-300\/50{
  color: rgb(50 88 149 / 0.5);
}

.text-primary-300\/55{
  color: rgb(50 88 149 / 0.55);
}

.text-primary-300\/60{
  color: rgb(50 88 149 / 0.6);
}

.text-primary-300\/65{
  color: rgb(50 88 149 / 0.65);
}

.text-primary-300\/70{
  color: rgb(50 88 149 / 0.7);
}

.text-primary-300\/75{
  color: rgb(50 88 149 / 0.75);
}

.text-primary-300\/80{
  color: rgb(50 88 149 / 0.8);
}

.text-primary-300\/85{
  color: rgb(50 88 149 / 0.85);
}

.text-primary-300\/90{
  color: rgb(50 88 149 / 0.9);
}

.text-primary-300\/95{
  color: rgb(50 88 149 / 0.95);
}

.text-primary-400{
  color: #305691;
}

.text-primary-400\/0{
  color: rgb(48 86 145 / 0);
}

.text-primary-400\/10{
  color: rgb(48 86 145 / 0.1);
}

.text-primary-400\/100{
  color: rgb(48 86 145 / 1);
}

.text-primary-400\/15{
  color: rgb(48 86 145 / 0.15);
}

.text-primary-400\/20{
  color: rgb(48 86 145 / 0.2);
}

.text-primary-400\/25{
  color: rgb(48 86 145 / 0.25);
}

.text-primary-400\/30{
  color: rgb(48 86 145 / 0.3);
}

.text-primary-400\/35{
  color: rgb(48 86 145 / 0.35);
}

.text-primary-400\/40{
  color: rgb(48 86 145 / 0.4);
}

.text-primary-400\/45{
  color: rgb(48 86 145 / 0.45);
}

.text-primary-400\/5{
  color: rgb(48 86 145 / 0.05);
}

.text-primary-400\/50{
  color: rgb(48 86 145 / 0.5);
}

.text-primary-400\/55{
  color: rgb(48 86 145 / 0.55);
}

.text-primary-400\/60{
  color: rgb(48 86 145 / 0.6);
}

.text-primary-400\/65{
  color: rgb(48 86 145 / 0.65);
}

.text-primary-400\/70{
  color: rgb(48 86 145 / 0.7);
}

.text-primary-400\/75{
  color: rgb(48 86 145 / 0.75);
}

.text-primary-400\/80{
  color: rgb(48 86 145 / 0.8);
}

.text-primary-400\/85{
  color: rgb(48 86 145 / 0.85);
}

.text-primary-400\/90{
  color: rgb(48 86 145 / 0.9);
}

.text-primary-400\/95{
  color: rgb(48 86 145 / 0.95);
}

.text-primary-500{
  color: #2d4b79;
}

.text-primary-500\/0{
  color: rgb(45 75 121 / 0);
}

.text-primary-500\/10{
  color: rgb(45 75 121 / 0.1);
}

.text-primary-500\/100{
  color: rgb(45 75 121 / 1);
}

.text-primary-500\/15{
  color: rgb(45 75 121 / 0.15);
}

.text-primary-500\/20{
  color: rgb(45 75 121 / 0.2);
}

.text-primary-500\/25{
  color: rgb(45 75 121 / 0.25);
}

.text-primary-500\/30{
  color: rgb(45 75 121 / 0.3);
}

.text-primary-500\/35{
  color: rgb(45 75 121 / 0.35);
}

.text-primary-500\/40{
  color: rgb(45 75 121 / 0.4);
}

.text-primary-500\/45{
  color: rgb(45 75 121 / 0.45);
}

.text-primary-500\/5{
  color: rgb(45 75 121 / 0.05);
}

.text-primary-500\/50{
  color: rgb(45 75 121 / 0.5);
}

.text-primary-500\/55{
  color: rgb(45 75 121 / 0.55);
}

.text-primary-500\/60{
  color: rgb(45 75 121 / 0.6);
}

.text-primary-500\/65{
  color: rgb(45 75 121 / 0.65);
}

.text-primary-500\/70{
  color: rgb(45 75 121 / 0.7);
}

.text-primary-500\/75{
  color: rgb(45 75 121 / 0.75);
}

.text-primary-500\/80{
  color: rgb(45 75 121 / 0.8);
}

.text-primary-500\/85{
  color: rgb(45 75 121 / 0.85);
}

.text-primary-500\/90{
  color: rgb(45 75 121 / 0.9);
}

.text-primary-500\/95{
  color: rgb(45 75 121 / 0.95);
}

.text-primary-600{
  color: #264473;
}

.text-primary-600\/0{
  color: rgb(38 68 115 / 0);
}

.text-primary-600\/10{
  color: rgb(38 68 115 / 0.1);
}

.text-primary-600\/100{
  color: rgb(38 68 115 / 1);
}

.text-primary-600\/15{
  color: rgb(38 68 115 / 0.15);
}

.text-primary-600\/20{
  color: rgb(38 68 115 / 0.2);
}

.text-primary-600\/25{
  color: rgb(38 68 115 / 0.25);
}

.text-primary-600\/30{
  color: rgb(38 68 115 / 0.3);
}

.text-primary-600\/35{
  color: rgb(38 68 115 / 0.35);
}

.text-primary-600\/40{
  color: rgb(38 68 115 / 0.4);
}

.text-primary-600\/45{
  color: rgb(38 68 115 / 0.45);
}

.text-primary-600\/5{
  color: rgb(38 68 115 / 0.05);
}

.text-primary-600\/50{
  color: rgb(38 68 115 / 0.5);
}

.text-primary-600\/55{
  color: rgb(38 68 115 / 0.55);
}

.text-primary-600\/60{
  color: rgb(38 68 115 / 0.6);
}

.text-primary-600\/65{
  color: rgb(38 68 115 / 0.65);
}

.text-primary-600\/70{
  color: rgb(38 68 115 / 0.7);
}

.text-primary-600\/75{
  color: rgb(38 68 115 / 0.75);
}

.text-primary-600\/80{
  color: rgb(38 68 115 / 0.8);
}

.text-primary-600\/85{
  color: rgb(38 68 115 / 0.85);
}

.text-primary-600\/90{
  color: rgb(38 68 115 / 0.9);
}

.text-primary-600\/95{
  color: rgb(38 68 115 / 0.95);
}

.text-primary-700{
  color: #233e68;
}

.text-primary-700\/0{
  color: rgb(35 62 104 / 0);
}

.text-primary-700\/10{
  color: rgb(35 62 104 / 0.1);
}

.text-primary-700\/100{
  color: rgb(35 62 104 / 1);
}

.text-primary-700\/15{
  color: rgb(35 62 104 / 0.15);
}

.text-primary-700\/20{
  color: rgb(35 62 104 / 0.2);
}

.text-primary-700\/25{
  color: rgb(35 62 104 / 0.25);
}

.text-primary-700\/30{
  color: rgb(35 62 104 / 0.3);
}

.text-primary-700\/35{
  color: rgb(35 62 104 / 0.35);
}

.text-primary-700\/40{
  color: rgb(35 62 104 / 0.4);
}

.text-primary-700\/45{
  color: rgb(35 62 104 / 0.45);
}

.text-primary-700\/5{
  color: rgb(35 62 104 / 0.05);
}

.text-primary-700\/50{
  color: rgb(35 62 104 / 0.5);
}

.text-primary-700\/55{
  color: rgb(35 62 104 / 0.55);
}

.text-primary-700\/60{
  color: rgb(35 62 104 / 0.6);
}

.text-primary-700\/65{
  color: rgb(35 62 104 / 0.65);
}

.text-primary-700\/70{
  color: rgb(35 62 104 / 0.7);
}

.text-primary-700\/75{
  color: rgb(35 62 104 / 0.75);
}

.text-primary-700\/80{
  color: rgb(35 62 104 / 0.8);
}

.text-primary-700\/85{
  color: rgb(35 62 104 / 0.85);
}

.text-primary-700\/90{
  color: rgb(35 62 104 / 0.9);
}

.text-primary-700\/95{
  color: rgb(35 62 104 / 0.95);
}

.text-primary-800{
  color: #1f375c;
}

.text-primary-800\/0{
  color: rgb(31 55 92 / 0);
}

.text-primary-800\/10{
  color: rgb(31 55 92 / 0.1);
}

.text-primary-800\/100{
  color: rgb(31 55 92 / 1);
}

.text-primary-800\/15{
  color: rgb(31 55 92 / 0.15);
}

.text-primary-800\/20{
  color: rgb(31 55 92 / 0.2);
}

.text-primary-800\/25{
  color: rgb(31 55 92 / 0.25);
}

.text-primary-800\/30{
  color: rgb(31 55 92 / 0.3);
}

.text-primary-800\/35{
  color: rgb(31 55 92 / 0.35);
}

.text-primary-800\/40{
  color: rgb(31 55 92 / 0.4);
}

.text-primary-800\/45{
  color: rgb(31 55 92 / 0.45);
}

.text-primary-800\/5{
  color: rgb(31 55 92 / 0.05);
}

.text-primary-800\/50{
  color: rgb(31 55 92 / 0.5);
}

.text-primary-800\/55{
  color: rgb(31 55 92 / 0.55);
}

.text-primary-800\/60{
  color: rgb(31 55 92 / 0.6);
}

.text-primary-800\/65{
  color: rgb(31 55 92 / 0.65);
}

.text-primary-800\/70{
  color: rgb(31 55 92 / 0.7);
}

.text-primary-800\/75{
  color: rgb(31 55 92 / 0.75);
}

.text-primary-800\/80{
  color: rgb(31 55 92 / 0.8);
}

.text-primary-800\/85{
  color: rgb(31 55 92 / 0.85);
}

.text-primary-800\/90{
  color: rgb(31 55 92 / 0.9);
}

.text-primary-800\/95{
  color: rgb(31 55 92 / 0.95);
}

.text-primary-900{
  color: #1b3051;
}

.text-primary-900\/0{
  color: rgb(27 48 81 / 0);
}

.text-primary-900\/10{
  color: rgb(27 48 81 / 0.1);
}

.text-primary-900\/100{
  color: rgb(27 48 81 / 1);
}

.text-primary-900\/15{
  color: rgb(27 48 81 / 0.15);
}

.text-primary-900\/20{
  color: rgb(27 48 81 / 0.2);
}

.text-primary-900\/25{
  color: rgb(27 48 81 / 0.25);
}

.text-primary-900\/30{
  color: rgb(27 48 81 / 0.3);
}

.text-primary-900\/35{
  color: rgb(27 48 81 / 0.35);
}

.text-primary-900\/40{
  color: rgb(27 48 81 / 0.4);
}

.text-primary-900\/45{
  color: rgb(27 48 81 / 0.45);
}

.text-primary-900\/5{
  color: rgb(27 48 81 / 0.05);
}

.text-primary-900\/50{
  color: rgb(27 48 81 / 0.5);
}

.text-primary-900\/55{
  color: rgb(27 48 81 / 0.55);
}

.text-primary-900\/60{
  color: rgb(27 48 81 / 0.6);
}

.text-primary-900\/65{
  color: rgb(27 48 81 / 0.65);
}

.text-primary-900\/70{
  color: rgb(27 48 81 / 0.7);
}

.text-primary-900\/75{
  color: rgb(27 48 81 / 0.75);
}

.text-primary-900\/80{
  color: rgb(27 48 81 / 0.8);
}

.text-primary-900\/85{
  color: rgb(27 48 81 / 0.85);
}

.text-primary-900\/90{
  color: rgb(27 48 81 / 0.9);
}

.text-primary-900\/95{
  color: rgb(27 48 81 / 0.95);
}

.text-purple-600{
  color: #9333ea;
}

.text-red-300{
  color: #fca5a5;
}

.text-red-500{
  color: #ef4444;
}

.text-red-600{
  color: #dc2626;
}

.text-red-700{
  color: #b91c1c;
}

.text-red-800{
  color: #991b1b;
}

.text-rose-600{
  color: #e11d48;
}

.text-secondary-100{
  color: #DAE5E7;
}

.text-secondary-100\/0{
  color: rgb(218 229 231 / 0);
}

.text-secondary-100\/10{
  color: rgb(218 229 231 / 0.1);
}

.text-secondary-100\/100{
  color: rgb(218 229 231 / 1);
}

.text-secondary-100\/15{
  color: rgb(218 229 231 / 0.15);
}

.text-secondary-100\/20{
  color: rgb(218 229 231 / 0.2);
}

.text-secondary-100\/25{
  color: rgb(218 229 231 / 0.25);
}

.text-secondary-100\/30{
  color: rgb(218 229 231 / 0.3);
}

.text-secondary-100\/35{
  color: rgb(218 229 231 / 0.35);
}

.text-secondary-100\/40{
  color: rgb(218 229 231 / 0.4);
}

.text-secondary-100\/45{
  color: rgb(218 229 231 / 0.45);
}

.text-secondary-100\/5{
  color: rgb(218 229 231 / 0.05);
}

.text-secondary-100\/50{
  color: rgb(218 229 231 / 0.5);
}

.text-secondary-100\/55{
  color: rgb(218 229 231 / 0.55);
}

.text-secondary-100\/60{
  color: rgb(218 229 231 / 0.6);
}

.text-secondary-100\/65{
  color: rgb(218 229 231 / 0.65);
}

.text-secondary-100\/70{
  color: rgb(218 229 231 / 0.7);
}

.text-secondary-100\/75{
  color: rgb(218 229 231 / 0.75);
}

.text-secondary-100\/80{
  color: rgb(218 229 231 / 0.8);
}

.text-secondary-100\/85{
  color: rgb(218 229 231 / 0.85);
}

.text-secondary-100\/90{
  color: rgb(218 229 231 / 0.9);
}

.text-secondary-100\/95{
  color: rgb(218 229 231 / 0.95);
}

.text-secondary-200{
  color: #C4D6D9;
}

.text-secondary-200\/0{
  color: rgb(196 214 217 / 0);
}

.text-secondary-200\/10{
  color: rgb(196 214 217 / 0.1);
}

.text-secondary-200\/100{
  color: rgb(196 214 217 / 1);
}

.text-secondary-200\/15{
  color: rgb(196 214 217 / 0.15);
}

.text-secondary-200\/20{
  color: rgb(196 214 217 / 0.2);
}

.text-secondary-200\/25{
  color: rgb(196 214 217 / 0.25);
}

.text-secondary-200\/30{
  color: rgb(196 214 217 / 0.3);
}

.text-secondary-200\/35{
  color: rgb(196 214 217 / 0.35);
}

.text-secondary-200\/40{
  color: rgb(196 214 217 / 0.4);
}

.text-secondary-200\/45{
  color: rgb(196 214 217 / 0.45);
}

.text-secondary-200\/5{
  color: rgb(196 214 217 / 0.05);
}

.text-secondary-200\/50{
  color: rgb(196 214 217 / 0.5);
}

.text-secondary-200\/55{
  color: rgb(196 214 217 / 0.55);
}

.text-secondary-200\/60{
  color: rgb(196 214 217 / 0.6);
}

.text-secondary-200\/65{
  color: rgb(196 214 217 / 0.65);
}

.text-secondary-200\/70{
  color: rgb(196 214 217 / 0.7);
}

.text-secondary-200\/75{
  color: rgb(196 214 217 / 0.75);
}

.text-secondary-200\/80{
  color: rgb(196 214 217 / 0.8);
}

.text-secondary-200\/85{
  color: rgb(196 214 217 / 0.85);
}

.text-secondary-200\/90{
  color: rgb(196 214 217 / 0.9);
}

.text-secondary-200\/95{
  color: rgb(196 214 217 / 0.95);
}

.text-secondary-300{
  color: #AEC7CC;
}

.text-secondary-300\/0{
  color: rgb(174 199 204 / 0);
}

.text-secondary-300\/10{
  color: rgb(174 199 204 / 0.1);
}

.text-secondary-300\/100{
  color: rgb(174 199 204 / 1);
}

.text-secondary-300\/15{
  color: rgb(174 199 204 / 0.15);
}

.text-secondary-300\/20{
  color: rgb(174 199 204 / 0.2);
}

.text-secondary-300\/25{
  color: rgb(174 199 204 / 0.25);
}

.text-secondary-300\/30{
  color: rgb(174 199 204 / 0.3);
}

.text-secondary-300\/35{
  color: rgb(174 199 204 / 0.35);
}

.text-secondary-300\/40{
  color: rgb(174 199 204 / 0.4);
}

.text-secondary-300\/45{
  color: rgb(174 199 204 / 0.45);
}

.text-secondary-300\/5{
  color: rgb(174 199 204 / 0.05);
}

.text-secondary-300\/50{
  color: rgb(174 199 204 / 0.5);
}

.text-secondary-300\/55{
  color: rgb(174 199 204 / 0.55);
}

.text-secondary-300\/60{
  color: rgb(174 199 204 / 0.6);
}

.text-secondary-300\/65{
  color: rgb(174 199 204 / 0.65);
}

.text-secondary-300\/70{
  color: rgb(174 199 204 / 0.7);
}

.text-secondary-300\/75{
  color: rgb(174 199 204 / 0.75);
}

.text-secondary-300\/80{
  color: rgb(174 199 204 / 0.8);
}

.text-secondary-300\/85{
  color: rgb(174 199 204 / 0.85);
}

.text-secondary-300\/90{
  color: rgb(174 199 204 / 0.9);
}

.text-secondary-300\/95{
  color: rgb(174 199 204 / 0.95);
}

.text-secondary-400{
  color: #98B8BE;
}

.text-secondary-400\/0{
  color: rgb(152 184 190 / 0);
}

.text-secondary-400\/10{
  color: rgb(152 184 190 / 0.1);
}

.text-secondary-400\/100{
  color: rgb(152 184 190 / 1);
}

.text-secondary-400\/15{
  color: rgb(152 184 190 / 0.15);
}

.text-secondary-400\/20{
  color: rgb(152 184 190 / 0.2);
}

.text-secondary-400\/25{
  color: rgb(152 184 190 / 0.25);
}

.text-secondary-400\/30{
  color: rgb(152 184 190 / 0.3);
}

.text-secondary-400\/35{
  color: rgb(152 184 190 / 0.35);
}

.text-secondary-400\/40{
  color: rgb(152 184 190 / 0.4);
}

.text-secondary-400\/45{
  color: rgb(152 184 190 / 0.45);
}

.text-secondary-400\/5{
  color: rgb(152 184 190 / 0.05);
}

.text-secondary-400\/50{
  color: rgb(152 184 190 / 0.5);
}

.text-secondary-400\/55{
  color: rgb(152 184 190 / 0.55);
}

.text-secondary-400\/60{
  color: rgb(152 184 190 / 0.6);
}

.text-secondary-400\/65{
  color: rgb(152 184 190 / 0.65);
}

.text-secondary-400\/70{
  color: rgb(152 184 190 / 0.7);
}

.text-secondary-400\/75{
  color: rgb(152 184 190 / 0.75);
}

.text-secondary-400\/80{
  color: rgb(152 184 190 / 0.8);
}

.text-secondary-400\/85{
  color: rgb(152 184 190 / 0.85);
}

.text-secondary-400\/90{
  color: rgb(152 184 190 / 0.9);
}

.text-secondary-400\/95{
  color: rgb(152 184 190 / 0.95);
}

.text-secondary-500{
  color: #82A9B0;
}

.text-secondary-500\/0{
  color: rgb(130 169 176 / 0);
}

.text-secondary-500\/10{
  color: rgb(130 169 176 / 0.1);
}

.text-secondary-500\/100{
  color: rgb(130 169 176 / 1);
}

.text-secondary-500\/15{
  color: rgb(130 169 176 / 0.15);
}

.text-secondary-500\/20{
  color: rgb(130 169 176 / 0.2);
}

.text-secondary-500\/25{
  color: rgb(130 169 176 / 0.25);
}

.text-secondary-500\/30{
  color: rgb(130 169 176 / 0.3);
}

.text-secondary-500\/35{
  color: rgb(130 169 176 / 0.35);
}

.text-secondary-500\/40{
  color: rgb(130 169 176 / 0.4);
}

.text-secondary-500\/45{
  color: rgb(130 169 176 / 0.45);
}

.text-secondary-500\/5{
  color: rgb(130 169 176 / 0.05);
}

.text-secondary-500\/50{
  color: rgb(130 169 176 / 0.5);
}

.text-secondary-500\/55{
  color: rgb(130 169 176 / 0.55);
}

.text-secondary-500\/60{
  color: rgb(130 169 176 / 0.6);
}

.text-secondary-500\/65{
  color: rgb(130 169 176 / 0.65);
}

.text-secondary-500\/70{
  color: rgb(130 169 176 / 0.7);
}

.text-secondary-500\/75{
  color: rgb(130 169 176 / 0.75);
}

.text-secondary-500\/80{
  color: rgb(130 169 176 / 0.8);
}

.text-secondary-500\/85{
  color: rgb(130 169 176 / 0.85);
}

.text-secondary-500\/90{
  color: rgb(130 169 176 / 0.9);
}

.text-secondary-500\/95{
  color: rgb(130 169 176 / 0.95);
}

.text-secondary-600{
  color: #66969E;
}

.text-secondary-600\/0{
  color: rgb(102 150 158 / 0);
}

.text-secondary-600\/10{
  color: rgb(102 150 158 / 0.1);
}

.text-secondary-600\/100{
  color: rgb(102 150 158 / 1);
}

.text-secondary-600\/15{
  color: rgb(102 150 158 / 0.15);
}

.text-secondary-600\/20{
  color: rgb(102 150 158 / 0.2);
}

.text-secondary-600\/25{
  color: rgb(102 150 158 / 0.25);
}

.text-secondary-600\/30{
  color: rgb(102 150 158 / 0.3);
}

.text-secondary-600\/35{
  color: rgb(102 150 158 / 0.35);
}

.text-secondary-600\/40{
  color: rgb(102 150 158 / 0.4);
}

.text-secondary-600\/45{
  color: rgb(102 150 158 / 0.45);
}

.text-secondary-600\/5{
  color: rgb(102 150 158 / 0.05);
}

.text-secondary-600\/50{
  color: rgb(102 150 158 / 0.5);
}

.text-secondary-600\/55{
  color: rgb(102 150 158 / 0.55);
}

.text-secondary-600\/60{
  color: rgb(102 150 158 / 0.6);
}

.text-secondary-600\/65{
  color: rgb(102 150 158 / 0.65);
}

.text-secondary-600\/70{
  color: rgb(102 150 158 / 0.7);
}

.text-secondary-600\/75{
  color: rgb(102 150 158 / 0.75);
}

.text-secondary-600\/80{
  color: rgb(102 150 158 / 0.8);
}

.text-secondary-600\/85{
  color: rgb(102 150 158 / 0.85);
}

.text-secondary-600\/90{
  color: rgb(102 150 158 / 0.9);
}

.text-secondary-600\/95{
  color: rgb(102 150 158 / 0.95);
}

.text-secondary-700{
  color: #537C83;
}

.text-secondary-700\/0{
  color: rgb(83 124 131 / 0);
}

.text-secondary-700\/10{
  color: rgb(83 124 131 / 0.1);
}

.text-secondary-700\/100{
  color: rgb(83 124 131 / 1);
}

.text-secondary-700\/15{
  color: rgb(83 124 131 / 0.15);
}

.text-secondary-700\/20{
  color: rgb(83 124 131 / 0.2);
}

.text-secondary-700\/25{
  color: rgb(83 124 131 / 0.25);
}

.text-secondary-700\/30{
  color: rgb(83 124 131 / 0.3);
}

.text-secondary-700\/35{
  color: rgb(83 124 131 / 0.35);
}

.text-secondary-700\/40{
  color: rgb(83 124 131 / 0.4);
}

.text-secondary-700\/45{
  color: rgb(83 124 131 / 0.45);
}

.text-secondary-700\/5{
  color: rgb(83 124 131 / 0.05);
}

.text-secondary-700\/50{
  color: rgb(83 124 131 / 0.5);
}

.text-secondary-700\/55{
  color: rgb(83 124 131 / 0.55);
}

.text-secondary-700\/60{
  color: rgb(83 124 131 / 0.6);
}

.text-secondary-700\/65{
  color: rgb(83 124 131 / 0.65);
}

.text-secondary-700\/70{
  color: rgb(83 124 131 / 0.7);
}

.text-secondary-700\/75{
  color: rgb(83 124 131 / 0.75);
}

.text-secondary-700\/80{
  color: rgb(83 124 131 / 0.8);
}

.text-secondary-700\/85{
  color: rgb(83 124 131 / 0.85);
}

.text-secondary-700\/90{
  color: rgb(83 124 131 / 0.9);
}

.text-secondary-700\/95{
  color: rgb(83 124 131 / 0.95);
}

.text-secondary-800{
  color: #416167;
}

.text-secondary-800\/0{
  color: rgb(65 97 103 / 0);
}

.text-secondary-800\/10{
  color: rgb(65 97 103 / 0.1);
}

.text-secondary-800\/100{
  color: rgb(65 97 103 / 1);
}

.text-secondary-800\/15{
  color: rgb(65 97 103 / 0.15);
}

.text-secondary-800\/20{
  color: rgb(65 97 103 / 0.2);
}

.text-secondary-800\/25{
  color: rgb(65 97 103 / 0.25);
}

.text-secondary-800\/30{
  color: rgb(65 97 103 / 0.3);
}

.text-secondary-800\/35{
  color: rgb(65 97 103 / 0.35);
}

.text-secondary-800\/40{
  color: rgb(65 97 103 / 0.4);
}

.text-secondary-800\/45{
  color: rgb(65 97 103 / 0.45);
}

.text-secondary-800\/5{
  color: rgb(65 97 103 / 0.05);
}

.text-secondary-800\/50{
  color: rgb(65 97 103 / 0.5);
}

.text-secondary-800\/55{
  color: rgb(65 97 103 / 0.55);
}

.text-secondary-800\/60{
  color: rgb(65 97 103 / 0.6);
}

.text-secondary-800\/65{
  color: rgb(65 97 103 / 0.65);
}

.text-secondary-800\/70{
  color: rgb(65 97 103 / 0.7);
}

.text-secondary-800\/75{
  color: rgb(65 97 103 / 0.75);
}

.text-secondary-800\/80{
  color: rgb(65 97 103 / 0.8);
}

.text-secondary-800\/85{
  color: rgb(65 97 103 / 0.85);
}

.text-secondary-800\/90{
  color: rgb(65 97 103 / 0.9);
}

.text-secondary-800\/95{
  color: rgb(65 97 103 / 0.95);
}

.text-secondary-900{
  color: #2F474B;
}

.text-secondary-900\/0{
  color: rgb(47 71 75 / 0);
}

.text-secondary-900\/10{
  color: rgb(47 71 75 / 0.1);
}

.text-secondary-900\/100{
  color: rgb(47 71 75 / 1);
}

.text-secondary-900\/15{
  color: rgb(47 71 75 / 0.15);
}

.text-secondary-900\/20{
  color: rgb(47 71 75 / 0.2);
}

.text-secondary-900\/25{
  color: rgb(47 71 75 / 0.25);
}

.text-secondary-900\/30{
  color: rgb(47 71 75 / 0.3);
}

.text-secondary-900\/35{
  color: rgb(47 71 75 / 0.35);
}

.text-secondary-900\/40{
  color: rgb(47 71 75 / 0.4);
}

.text-secondary-900\/45{
  color: rgb(47 71 75 / 0.45);
}

.text-secondary-900\/5{
  color: rgb(47 71 75 / 0.05);
}

.text-secondary-900\/50{
  color: rgb(47 71 75 / 0.5);
}

.text-secondary-900\/55{
  color: rgb(47 71 75 / 0.55);
}

.text-secondary-900\/60{
  color: rgb(47 71 75 / 0.6);
}

.text-secondary-900\/65{
  color: rgb(47 71 75 / 0.65);
}

.text-secondary-900\/70{
  color: rgb(47 71 75 / 0.7);
}

.text-secondary-900\/75{
  color: rgb(47 71 75 / 0.75);
}

.text-secondary-900\/80{
  color: rgb(47 71 75 / 0.8);
}

.text-secondary-900\/85{
  color: rgb(47 71 75 / 0.85);
}

.text-secondary-900\/90{
  color: rgb(47 71 75 / 0.9);
}

.text-secondary-900\/95{
  color: rgb(47 71 75 / 0.95);
}

.text-white{
  color: #fff;
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-yellow-600{
  color: #ca8a04;
}

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

.placeholder-gray-400::-moz-placeholder{
  color: #9ca3af;
}

.placeholder-gray-400::placeholder{
  color: #9ca3af;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_50px_-12px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 50px -12px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-1{
  outline-width: 1px;
}

.-outline-offset-1{
  outline-offset: -1px;
}

.outline-white\/10{
  outline-color: rgb(255 255 255 / 0.1);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white\/10{
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

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

.blur-3xl{
  --tw-blur: blur(64px);
  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);
}

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

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

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Form elements */

input:disabled,
select:disabled,
textarea:disabled{
  cursor: not-allowed;
  background-color: #e5e7eb;
  color: #4b5563;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* Disabled checkboxes */

input[type="checkbox"]:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="checkbox"]:disabled + span{
  cursor: not-allowed;
  color: #4b5563;
}

.placeholder\:text-gray-500::-moz-placeholder{
  color: #6b7280;
}

.placeholder\:text-gray-500::placeholder{
  color: #6b7280;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

@keyframes progress-slide{
  0%{
    content: var(--tw-content);
    transform: translateX(-100%);
  }

  100%{
    content: var(--tw-content);
    transform: translateX(100%);
  }
}

.before\:animate-progress-slide::before{
  content: var(--tw-content);
  animation: progress-slide 2s linear infinite;
}

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

.before\:from-transparent::before{
  content: var(--tw-content);
  --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);
}

.before\:via-white\/20::before{
  content: var(--tw-content);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.before\:to-transparent::before{
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.checked\:border-blue-500:checked{
  border-color: #3b82f6;
}

.checked\:bg-blue-500:checked{
  background-color: #3b82f6;
}

.checked\:bg-gray-500:checked{
  background-color: #6b7280;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:border-accent-100:hover{
  border-color: #fceae9;
}

.hover\:border-accent-100\/0:hover{
  border-color: rgb(252 234 233 / 0);
}

.hover\:border-accent-100\/10:hover{
  border-color: rgb(252 234 233 / 0.1);
}

.hover\:border-accent-100\/100:hover{
  border-color: rgb(252 234 233 / 1);
}

.hover\:border-accent-100\/15:hover{
  border-color: rgb(252 234 233 / 0.15);
}

.hover\:border-accent-100\/20:hover{
  border-color: rgb(252 234 233 / 0.2);
}

.hover\:border-accent-100\/25:hover{
  border-color: rgb(252 234 233 / 0.25);
}

.hover\:border-accent-100\/30:hover{
  border-color: rgb(252 234 233 / 0.3);
}

.hover\:border-accent-100\/35:hover{
  border-color: rgb(252 234 233 / 0.35);
}

.hover\:border-accent-100\/40:hover{
  border-color: rgb(252 234 233 / 0.4);
}

.hover\:border-accent-100\/45:hover{
  border-color: rgb(252 234 233 / 0.45);
}

.hover\:border-accent-100\/5:hover{
  border-color: rgb(252 234 233 / 0.05);
}

.hover\:border-accent-100\/50:hover{
  border-color: rgb(252 234 233 / 0.5);
}

.hover\:border-accent-100\/55:hover{
  border-color: rgb(252 234 233 / 0.55);
}

.hover\:border-accent-100\/60:hover{
  border-color: rgb(252 234 233 / 0.6);
}

.hover\:border-accent-100\/65:hover{
  border-color: rgb(252 234 233 / 0.65);
}

.hover\:border-accent-100\/70:hover{
  border-color: rgb(252 234 233 / 0.7);
}

.hover\:border-accent-100\/75:hover{
  border-color: rgb(252 234 233 / 0.75);
}

.hover\:border-accent-100\/80:hover{
  border-color: rgb(252 234 233 / 0.8);
}

.hover\:border-accent-100\/85:hover{
  border-color: rgb(252 234 233 / 0.85);
}

.hover\:border-accent-100\/90:hover{
  border-color: rgb(252 234 233 / 0.9);
}

.hover\:border-accent-100\/95:hover{
  border-color: rgb(252 234 233 / 0.95);
}

.hover\:border-accent-200:hover{
  border-color: #f9d4d2;
}

.hover\:border-accent-200\/0:hover{
  border-color: rgb(249 212 210 / 0);
}

.hover\:border-accent-200\/10:hover{
  border-color: rgb(249 212 210 / 0.1);
}

.hover\:border-accent-200\/100:hover{
  border-color: rgb(249 212 210 / 1);
}

.hover\:border-accent-200\/15:hover{
  border-color: rgb(249 212 210 / 0.15);
}

.hover\:border-accent-200\/20:hover{
  border-color: rgb(249 212 210 / 0.2);
}

.hover\:border-accent-200\/25:hover{
  border-color: rgb(249 212 210 / 0.25);
}

.hover\:border-accent-200\/30:hover{
  border-color: rgb(249 212 210 / 0.3);
}

.hover\:border-accent-200\/35:hover{
  border-color: rgb(249 212 210 / 0.35);
}

.hover\:border-accent-200\/40:hover{
  border-color: rgb(249 212 210 / 0.4);
}

.hover\:border-accent-200\/45:hover{
  border-color: rgb(249 212 210 / 0.45);
}

.hover\:border-accent-200\/5:hover{
  border-color: rgb(249 212 210 / 0.05);
}

.hover\:border-accent-200\/50:hover{
  border-color: rgb(249 212 210 / 0.5);
}

.hover\:border-accent-200\/55:hover{
  border-color: rgb(249 212 210 / 0.55);
}

.hover\:border-accent-200\/60:hover{
  border-color: rgb(249 212 210 / 0.6);
}

.hover\:border-accent-200\/65:hover{
  border-color: rgb(249 212 210 / 0.65);
}

.hover\:border-accent-200\/70:hover{
  border-color: rgb(249 212 210 / 0.7);
}

.hover\:border-accent-200\/75:hover{
  border-color: rgb(249 212 210 / 0.75);
}

.hover\:border-accent-200\/80:hover{
  border-color: rgb(249 212 210 / 0.8);
}

.hover\:border-accent-200\/85:hover{
  border-color: rgb(249 212 210 / 0.85);
}

.hover\:border-accent-200\/90:hover{
  border-color: rgb(249 212 210 / 0.9);
}

.hover\:border-accent-200\/95:hover{
  border-color: rgb(249 212 210 / 0.95);
}

.hover\:border-accent-300:hover{
  border-color: #f4b5b3;
}

.hover\:border-accent-300\/0:hover{
  border-color: rgb(244 181 179 / 0);
}

.hover\:border-accent-300\/10:hover{
  border-color: rgb(244 181 179 / 0.1);
}

.hover\:border-accent-300\/100:hover{
  border-color: rgb(244 181 179 / 1);
}

.hover\:border-accent-300\/15:hover{
  border-color: rgb(244 181 179 / 0.15);
}

.hover\:border-accent-300\/20:hover{
  border-color: rgb(244 181 179 / 0.2);
}

.hover\:border-accent-300\/25:hover{
  border-color: rgb(244 181 179 / 0.25);
}

.hover\:border-accent-300\/30:hover{
  border-color: rgb(244 181 179 / 0.3);
}

.hover\:border-accent-300\/35:hover{
  border-color: rgb(244 181 179 / 0.35);
}

.hover\:border-accent-300\/40:hover{
  border-color: rgb(244 181 179 / 0.4);
}

.hover\:border-accent-300\/45:hover{
  border-color: rgb(244 181 179 / 0.45);
}

.hover\:border-accent-300\/5:hover{
  border-color: rgb(244 181 179 / 0.05);
}

.hover\:border-accent-300\/50:hover{
  border-color: rgb(244 181 179 / 0.5);
}

.hover\:border-accent-300\/55:hover{
  border-color: rgb(244 181 179 / 0.55);
}

.hover\:border-accent-300\/60:hover{
  border-color: rgb(244 181 179 / 0.6);
}

.hover\:border-accent-300\/65:hover{
  border-color: rgb(244 181 179 / 0.65);
}

.hover\:border-accent-300\/70:hover{
  border-color: rgb(244 181 179 / 0.7);
}

.hover\:border-accent-300\/75:hover{
  border-color: rgb(244 181 179 / 0.75);
}

.hover\:border-accent-300\/80:hover{
  border-color: rgb(244 181 179 / 0.8);
}

.hover\:border-accent-300\/85:hover{
  border-color: rgb(244 181 179 / 0.85);
}

.hover\:border-accent-300\/90:hover{
  border-color: rgb(244 181 179 / 0.9);
}

.hover\:border-accent-300\/95:hover{
  border-color: rgb(244 181 179 / 0.95);
}

.hover\:border-accent-400:hover{
  border-color: #ee8e8b;
}

.hover\:border-accent-400\/0:hover{
  border-color: rgb(238 142 139 / 0);
}

.hover\:border-accent-400\/10:hover{
  border-color: rgb(238 142 139 / 0.1);
}

.hover\:border-accent-400\/100:hover{
  border-color: rgb(238 142 139 / 1);
}

.hover\:border-accent-400\/15:hover{
  border-color: rgb(238 142 139 / 0.15);
}

.hover\:border-accent-400\/20:hover{
  border-color: rgb(238 142 139 / 0.2);
}

.hover\:border-accent-400\/25:hover{
  border-color: rgb(238 142 139 / 0.25);
}

.hover\:border-accent-400\/30:hover{
  border-color: rgb(238 142 139 / 0.3);
}

.hover\:border-accent-400\/35:hover{
  border-color: rgb(238 142 139 / 0.35);
}

.hover\:border-accent-400\/40:hover{
  border-color: rgb(238 142 139 / 0.4);
}

.hover\:border-accent-400\/45:hover{
  border-color: rgb(238 142 139 / 0.45);
}

.hover\:border-accent-400\/5:hover{
  border-color: rgb(238 142 139 / 0.05);
}

.hover\:border-accent-400\/50:hover{
  border-color: rgb(238 142 139 / 0.5);
}

.hover\:border-accent-400\/55:hover{
  border-color: rgb(238 142 139 / 0.55);
}

.hover\:border-accent-400\/60:hover{
  border-color: rgb(238 142 139 / 0.6);
}

.hover\:border-accent-400\/65:hover{
  border-color: rgb(238 142 139 / 0.65);
}

.hover\:border-accent-400\/70:hover{
  border-color: rgb(238 142 139 / 0.7);
}

.hover\:border-accent-400\/75:hover{
  border-color: rgb(238 142 139 / 0.75);
}

.hover\:border-accent-400\/80:hover{
  border-color: rgb(238 142 139 / 0.8);
}

.hover\:border-accent-400\/85:hover{
  border-color: rgb(238 142 139 / 0.85);
}

.hover\:border-accent-400\/90:hover{
  border-color: rgb(238 142 139 / 0.9);
}

.hover\:border-accent-400\/95:hover{
  border-color: rgb(238 142 139 / 0.95);
}

.hover\:border-accent-500:hover{
  border-color: #e57373;
}

.hover\:border-accent-500\/0:hover{
  border-color: rgb(229 115 115 / 0);
}

.hover\:border-accent-500\/10:hover{
  border-color: rgb(229 115 115 / 0.1);
}

.hover\:border-accent-500\/100:hover{
  border-color: rgb(229 115 115 / 1);
}

.hover\:border-accent-500\/15:hover{
  border-color: rgb(229 115 115 / 0.15);
}

.hover\:border-accent-500\/20:hover{
  border-color: rgb(229 115 115 / 0.2);
}

.hover\:border-accent-500\/25:hover{
  border-color: rgb(229 115 115 / 0.25);
}

.hover\:border-accent-500\/30:hover{
  border-color: rgb(229 115 115 / 0.3);
}

.hover\:border-accent-500\/35:hover{
  border-color: rgb(229 115 115 / 0.35);
}

.hover\:border-accent-500\/40:hover{
  border-color: rgb(229 115 115 / 0.4);
}

.hover\:border-accent-500\/45:hover{
  border-color: rgb(229 115 115 / 0.45);
}

.hover\:border-accent-500\/5:hover{
  border-color: rgb(229 115 115 / 0.05);
}

.hover\:border-accent-500\/50:hover{
  border-color: rgb(229 115 115 / 0.5);
}

.hover\:border-accent-500\/55:hover{
  border-color: rgb(229 115 115 / 0.55);
}

.hover\:border-accent-500\/60:hover{
  border-color: rgb(229 115 115 / 0.6);
}

.hover\:border-accent-500\/65:hover{
  border-color: rgb(229 115 115 / 0.65);
}

.hover\:border-accent-500\/70:hover{
  border-color: rgb(229 115 115 / 0.7);
}

.hover\:border-accent-500\/75:hover{
  border-color: rgb(229 115 115 / 0.75);
}

.hover\:border-accent-500\/80:hover{
  border-color: rgb(229 115 115 / 0.8);
}

.hover\:border-accent-500\/85:hover{
  border-color: rgb(229 115 115 / 0.85);
}

.hover\:border-accent-500\/90:hover{
  border-color: rgb(229 115 115 / 0.9);
}

.hover\:border-accent-500\/95:hover{
  border-color: rgb(229 115 115 / 0.95);
}

.hover\:border-accent-600:hover{
  border-color: #d95f5f;
}

.hover\:border-accent-600\/0:hover{
  border-color: rgb(217 95 95 / 0);
}

.hover\:border-accent-600\/10:hover{
  border-color: rgb(217 95 95 / 0.1);
}

.hover\:border-accent-600\/100:hover{
  border-color: rgb(217 95 95 / 1);
}

.hover\:border-accent-600\/15:hover{
  border-color: rgb(217 95 95 / 0.15);
}

.hover\:border-accent-600\/20:hover{
  border-color: rgb(217 95 95 / 0.2);
}

.hover\:border-accent-600\/25:hover{
  border-color: rgb(217 95 95 / 0.25);
}

.hover\:border-accent-600\/30:hover{
  border-color: rgb(217 95 95 / 0.3);
}

.hover\:border-accent-600\/35:hover{
  border-color: rgb(217 95 95 / 0.35);
}

.hover\:border-accent-600\/40:hover{
  border-color: rgb(217 95 95 / 0.4);
}

.hover\:border-accent-600\/45:hover{
  border-color: rgb(217 95 95 / 0.45);
}

.hover\:border-accent-600\/5:hover{
  border-color: rgb(217 95 95 / 0.05);
}

.hover\:border-accent-600\/50:hover{
  border-color: rgb(217 95 95 / 0.5);
}

.hover\:border-accent-600\/55:hover{
  border-color: rgb(217 95 95 / 0.55);
}

.hover\:border-accent-600\/60:hover{
  border-color: rgb(217 95 95 / 0.6);
}

.hover\:border-accent-600\/65:hover{
  border-color: rgb(217 95 95 / 0.65);
}

.hover\:border-accent-600\/70:hover{
  border-color: rgb(217 95 95 / 0.7);
}

.hover\:border-accent-600\/75:hover{
  border-color: rgb(217 95 95 / 0.75);
}

.hover\:border-accent-600\/80:hover{
  border-color: rgb(217 95 95 / 0.8);
}

.hover\:border-accent-600\/85:hover{
  border-color: rgb(217 95 95 / 0.85);
}

.hover\:border-accent-600\/90:hover{
  border-color: rgb(217 95 95 / 0.9);
}

.hover\:border-accent-600\/95:hover{
  border-color: rgb(217 95 95 / 0.95);
}

.hover\:border-accent-700:hover{
  border-color: #c94a4a;
}

.hover\:border-accent-700\/0:hover{
  border-color: rgb(201 74 74 / 0);
}

.hover\:border-accent-700\/10:hover{
  border-color: rgb(201 74 74 / 0.1);
}

.hover\:border-accent-700\/100:hover{
  border-color: rgb(201 74 74 / 1);
}

.hover\:border-accent-700\/15:hover{
  border-color: rgb(201 74 74 / 0.15);
}

.hover\:border-accent-700\/20:hover{
  border-color: rgb(201 74 74 / 0.2);
}

.hover\:border-accent-700\/25:hover{
  border-color: rgb(201 74 74 / 0.25);
}

.hover\:border-accent-700\/30:hover{
  border-color: rgb(201 74 74 / 0.3);
}

.hover\:border-accent-700\/35:hover{
  border-color: rgb(201 74 74 / 0.35);
}

.hover\:border-accent-700\/40:hover{
  border-color: rgb(201 74 74 / 0.4);
}

.hover\:border-accent-700\/45:hover{
  border-color: rgb(201 74 74 / 0.45);
}

.hover\:border-accent-700\/5:hover{
  border-color: rgb(201 74 74 / 0.05);
}

.hover\:border-accent-700\/50:hover{
  border-color: rgb(201 74 74 / 0.5);
}

.hover\:border-accent-700\/55:hover{
  border-color: rgb(201 74 74 / 0.55);
}

.hover\:border-accent-700\/60:hover{
  border-color: rgb(201 74 74 / 0.6);
}

.hover\:border-accent-700\/65:hover{
  border-color: rgb(201 74 74 / 0.65);
}

.hover\:border-accent-700\/70:hover{
  border-color: rgb(201 74 74 / 0.7);
}

.hover\:border-accent-700\/75:hover{
  border-color: rgb(201 74 74 / 0.75);
}

.hover\:border-accent-700\/80:hover{
  border-color: rgb(201 74 74 / 0.8);
}

.hover\:border-accent-700\/85:hover{
  border-color: rgb(201 74 74 / 0.85);
}

.hover\:border-accent-700\/90:hover{
  border-color: rgb(201 74 74 / 0.9);
}

.hover\:border-accent-700\/95:hover{
  border-color: rgb(201 74 74 / 0.95);
}

.hover\:border-accent-800:hover{
  border-color: #a83c3c;
}

.hover\:border-accent-800\/0:hover{
  border-color: rgb(168 60 60 / 0);
}

.hover\:border-accent-800\/10:hover{
  border-color: rgb(168 60 60 / 0.1);
}

.hover\:border-accent-800\/100:hover{
  border-color: rgb(168 60 60 / 1);
}

.hover\:border-accent-800\/15:hover{
  border-color: rgb(168 60 60 / 0.15);
}

.hover\:border-accent-800\/20:hover{
  border-color: rgb(168 60 60 / 0.2);
}

.hover\:border-accent-800\/25:hover{
  border-color: rgb(168 60 60 / 0.25);
}

.hover\:border-accent-800\/30:hover{
  border-color: rgb(168 60 60 / 0.3);
}

.hover\:border-accent-800\/35:hover{
  border-color: rgb(168 60 60 / 0.35);
}

.hover\:border-accent-800\/40:hover{
  border-color: rgb(168 60 60 / 0.4);
}

.hover\:border-accent-800\/45:hover{
  border-color: rgb(168 60 60 / 0.45);
}

.hover\:border-accent-800\/5:hover{
  border-color: rgb(168 60 60 / 0.05);
}

.hover\:border-accent-800\/50:hover{
  border-color: rgb(168 60 60 / 0.5);
}

.hover\:border-accent-800\/55:hover{
  border-color: rgb(168 60 60 / 0.55);
}

.hover\:border-accent-800\/60:hover{
  border-color: rgb(168 60 60 / 0.6);
}

.hover\:border-accent-800\/65:hover{
  border-color: rgb(168 60 60 / 0.65);
}

.hover\:border-accent-800\/70:hover{
  border-color: rgb(168 60 60 / 0.7);
}

.hover\:border-accent-800\/75:hover{
  border-color: rgb(168 60 60 / 0.75);
}

.hover\:border-accent-800\/80:hover{
  border-color: rgb(168 60 60 / 0.8);
}

.hover\:border-accent-800\/85:hover{
  border-color: rgb(168 60 60 / 0.85);
}

.hover\:border-accent-800\/90:hover{
  border-color: rgb(168 60 60 / 0.9);
}

.hover\:border-accent-800\/95:hover{
  border-color: rgb(168 60 60 / 0.95);
}

.hover\:border-accent-900:hover{
  border-color: #8c3434;
}

.hover\:border-accent-900\/0:hover{
  border-color: rgb(140 52 52 / 0);
}

.hover\:border-accent-900\/10:hover{
  border-color: rgb(140 52 52 / 0.1);
}

.hover\:border-accent-900\/100:hover{
  border-color: rgb(140 52 52 / 1);
}

.hover\:border-accent-900\/15:hover{
  border-color: rgb(140 52 52 / 0.15);
}

.hover\:border-accent-900\/20:hover{
  border-color: rgb(140 52 52 / 0.2);
}

.hover\:border-accent-900\/25:hover{
  border-color: rgb(140 52 52 / 0.25);
}

.hover\:border-accent-900\/30:hover{
  border-color: rgb(140 52 52 / 0.3);
}

.hover\:border-accent-900\/35:hover{
  border-color: rgb(140 52 52 / 0.35);
}

.hover\:border-accent-900\/40:hover{
  border-color: rgb(140 52 52 / 0.4);
}

.hover\:border-accent-900\/45:hover{
  border-color: rgb(140 52 52 / 0.45);
}

.hover\:border-accent-900\/5:hover{
  border-color: rgb(140 52 52 / 0.05);
}

.hover\:border-accent-900\/50:hover{
  border-color: rgb(140 52 52 / 0.5);
}

.hover\:border-accent-900\/55:hover{
  border-color: rgb(140 52 52 / 0.55);
}

.hover\:border-accent-900\/60:hover{
  border-color: rgb(140 52 52 / 0.6);
}

.hover\:border-accent-900\/65:hover{
  border-color: rgb(140 52 52 / 0.65);
}

.hover\:border-accent-900\/70:hover{
  border-color: rgb(140 52 52 / 0.7);
}

.hover\:border-accent-900\/75:hover{
  border-color: rgb(140 52 52 / 0.75);
}

.hover\:border-accent-900\/80:hover{
  border-color: rgb(140 52 52 / 0.8);
}

.hover\:border-accent-900\/85:hover{
  border-color: rgb(140 52 52 / 0.85);
}

.hover\:border-accent-900\/90:hover{
  border-color: rgb(140 52 52 / 0.9);
}

.hover\:border-accent-900\/95:hover{
  border-color: rgb(140 52 52 / 0.95);
}

.hover\:border-gray-100:hover{
  border-color: #f3f4f6;
}

.hover\:border-gray-100\/0:hover{
  border-color: rgb(243 244 246 / 0);
}

.hover\:border-gray-100\/10:hover{
  border-color: rgb(243 244 246 / 0.1);
}

.hover\:border-gray-100\/100:hover{
  border-color: rgb(243 244 246 / 1);
}

.hover\:border-gray-100\/15:hover{
  border-color: rgb(243 244 246 / 0.15);
}

.hover\:border-gray-100\/20:hover{
  border-color: rgb(243 244 246 / 0.2);
}

.hover\:border-gray-100\/25:hover{
  border-color: rgb(243 244 246 / 0.25);
}

.hover\:border-gray-100\/30:hover{
  border-color: rgb(243 244 246 / 0.3);
}

.hover\:border-gray-100\/35:hover{
  border-color: rgb(243 244 246 / 0.35);
}

.hover\:border-gray-100\/40:hover{
  border-color: rgb(243 244 246 / 0.4);
}

.hover\:border-gray-100\/45:hover{
  border-color: rgb(243 244 246 / 0.45);
}

.hover\:border-gray-100\/5:hover{
  border-color: rgb(243 244 246 / 0.05);
}

.hover\:border-gray-100\/50:hover{
  border-color: rgb(243 244 246 / 0.5);
}

.hover\:border-gray-100\/55:hover{
  border-color: rgb(243 244 246 / 0.55);
}

.hover\:border-gray-100\/60:hover{
  border-color: rgb(243 244 246 / 0.6);
}

.hover\:border-gray-100\/65:hover{
  border-color: rgb(243 244 246 / 0.65);
}

.hover\:border-gray-100\/70:hover{
  border-color: rgb(243 244 246 / 0.7);
}

.hover\:border-gray-100\/75:hover{
  border-color: rgb(243 244 246 / 0.75);
}

.hover\:border-gray-100\/80:hover{
  border-color: rgb(243 244 246 / 0.8);
}

.hover\:border-gray-100\/85:hover{
  border-color: rgb(243 244 246 / 0.85);
}

.hover\:border-gray-100\/90:hover{
  border-color: rgb(243 244 246 / 0.9);
}

.hover\:border-gray-100\/95:hover{
  border-color: rgb(243 244 246 / 0.95);
}

.hover\:border-gray-200:hover{
  border-color: #e5e7eb;
}

.hover\:border-gray-200\/0:hover{
  border-color: rgb(229 231 235 / 0);
}

.hover\:border-gray-200\/10:hover{
  border-color: rgb(229 231 235 / 0.1);
}

.hover\:border-gray-200\/100:hover{
  border-color: rgb(229 231 235 / 1);
}

.hover\:border-gray-200\/15:hover{
  border-color: rgb(229 231 235 / 0.15);
}

.hover\:border-gray-200\/20:hover{
  border-color: rgb(229 231 235 / 0.2);
}

.hover\:border-gray-200\/25:hover{
  border-color: rgb(229 231 235 / 0.25);
}

.hover\:border-gray-200\/30:hover{
  border-color: rgb(229 231 235 / 0.3);
}

.hover\:border-gray-200\/35:hover{
  border-color: rgb(229 231 235 / 0.35);
}

.hover\:border-gray-200\/40:hover{
  border-color: rgb(229 231 235 / 0.4);
}

.hover\:border-gray-200\/45:hover{
  border-color: rgb(229 231 235 / 0.45);
}

.hover\:border-gray-200\/5:hover{
  border-color: rgb(229 231 235 / 0.05);
}

.hover\:border-gray-200\/50:hover{
  border-color: rgb(229 231 235 / 0.5);
}

.hover\:border-gray-200\/55:hover{
  border-color: rgb(229 231 235 / 0.55);
}

.hover\:border-gray-200\/60:hover{
  border-color: rgb(229 231 235 / 0.6);
}

.hover\:border-gray-200\/65:hover{
  border-color: rgb(229 231 235 / 0.65);
}

.hover\:border-gray-200\/70:hover{
  border-color: rgb(229 231 235 / 0.7);
}

.hover\:border-gray-200\/75:hover{
  border-color: rgb(229 231 235 / 0.75);
}

.hover\:border-gray-200\/80:hover{
  border-color: rgb(229 231 235 / 0.8);
}

.hover\:border-gray-200\/85:hover{
  border-color: rgb(229 231 235 / 0.85);
}

.hover\:border-gray-200\/90:hover{
  border-color: rgb(229 231 235 / 0.9);
}

.hover\:border-gray-200\/95:hover{
  border-color: rgb(229 231 235 / 0.95);
}

.hover\:border-gray-300:hover{
  border-color: #d1d5db;
}

.hover\:border-gray-300\/0:hover{
  border-color: rgb(209 213 219 / 0);
}

.hover\:border-gray-300\/10:hover{
  border-color: rgb(209 213 219 / 0.1);
}

.hover\:border-gray-300\/100:hover{
  border-color: rgb(209 213 219 / 1);
}

.hover\:border-gray-300\/15:hover{
  border-color: rgb(209 213 219 / 0.15);
}

.hover\:border-gray-300\/20:hover{
  border-color: rgb(209 213 219 / 0.2);
}

.hover\:border-gray-300\/25:hover{
  border-color: rgb(209 213 219 / 0.25);
}

.hover\:border-gray-300\/30:hover{
  border-color: rgb(209 213 219 / 0.3);
}

.hover\:border-gray-300\/35:hover{
  border-color: rgb(209 213 219 / 0.35);
}

.hover\:border-gray-300\/40:hover{
  border-color: rgb(209 213 219 / 0.4);
}

.hover\:border-gray-300\/45:hover{
  border-color: rgb(209 213 219 / 0.45);
}

.hover\:border-gray-300\/5:hover{
  border-color: rgb(209 213 219 / 0.05);
}

.hover\:border-gray-300\/50:hover{
  border-color: rgb(209 213 219 / 0.5);
}

.hover\:border-gray-300\/55:hover{
  border-color: rgb(209 213 219 / 0.55);
}

.hover\:border-gray-300\/60:hover{
  border-color: rgb(209 213 219 / 0.6);
}

.hover\:border-gray-300\/65:hover{
  border-color: rgb(209 213 219 / 0.65);
}

.hover\:border-gray-300\/70:hover{
  border-color: rgb(209 213 219 / 0.7);
}

.hover\:border-gray-300\/75:hover{
  border-color: rgb(209 213 219 / 0.75);
}

.hover\:border-gray-300\/80:hover{
  border-color: rgb(209 213 219 / 0.8);
}

.hover\:border-gray-300\/85:hover{
  border-color: rgb(209 213 219 / 0.85);
}

.hover\:border-gray-300\/90:hover{
  border-color: rgb(209 213 219 / 0.9);
}

.hover\:border-gray-300\/95:hover{
  border-color: rgb(209 213 219 / 0.95);
}

.hover\:border-gray-400:hover{
  border-color: #9ca3af;
}

.hover\:border-gray-400\/0:hover{
  border-color: rgb(156 163 175 / 0);
}

.hover\:border-gray-400\/10:hover{
  border-color: rgb(156 163 175 / 0.1);
}

.hover\:border-gray-400\/100:hover{
  border-color: rgb(156 163 175 / 1);
}

.hover\:border-gray-400\/15:hover{
  border-color: rgb(156 163 175 / 0.15);
}

.hover\:border-gray-400\/20:hover{
  border-color: rgb(156 163 175 / 0.2);
}

.hover\:border-gray-400\/25:hover{
  border-color: rgb(156 163 175 / 0.25);
}

.hover\:border-gray-400\/30:hover{
  border-color: rgb(156 163 175 / 0.3);
}

.hover\:border-gray-400\/35:hover{
  border-color: rgb(156 163 175 / 0.35);
}

.hover\:border-gray-400\/40:hover{
  border-color: rgb(156 163 175 / 0.4);
}

.hover\:border-gray-400\/45:hover{
  border-color: rgb(156 163 175 / 0.45);
}

.hover\:border-gray-400\/5:hover{
  border-color: rgb(156 163 175 / 0.05);
}

.hover\:border-gray-400\/50:hover{
  border-color: rgb(156 163 175 / 0.5);
}

.hover\:border-gray-400\/55:hover{
  border-color: rgb(156 163 175 / 0.55);
}

.hover\:border-gray-400\/60:hover{
  border-color: rgb(156 163 175 / 0.6);
}

.hover\:border-gray-400\/65:hover{
  border-color: rgb(156 163 175 / 0.65);
}

.hover\:border-gray-400\/70:hover{
  border-color: rgb(156 163 175 / 0.7);
}

.hover\:border-gray-400\/75:hover{
  border-color: rgb(156 163 175 / 0.75);
}

.hover\:border-gray-400\/80:hover{
  border-color: rgb(156 163 175 / 0.8);
}

.hover\:border-gray-400\/85:hover{
  border-color: rgb(156 163 175 / 0.85);
}

.hover\:border-gray-400\/90:hover{
  border-color: rgb(156 163 175 / 0.9);
}

.hover\:border-gray-400\/95:hover{
  border-color: rgb(156 163 175 / 0.95);
}

.hover\:border-gray-500:hover{
  border-color: #6b7280;
}

.hover\:border-gray-500\/0:hover{
  border-color: rgb(107 114 128 / 0);
}

.hover\:border-gray-500\/10:hover{
  border-color: rgb(107 114 128 / 0.1);
}

.hover\:border-gray-500\/100:hover{
  border-color: rgb(107 114 128 / 1);
}

.hover\:border-gray-500\/15:hover{
  border-color: rgb(107 114 128 / 0.15);
}

.hover\:border-gray-500\/20:hover{
  border-color: rgb(107 114 128 / 0.2);
}

.hover\:border-gray-500\/25:hover{
  border-color: rgb(107 114 128 / 0.25);
}

.hover\:border-gray-500\/30:hover{
  border-color: rgb(107 114 128 / 0.3);
}

.hover\:border-gray-500\/35:hover{
  border-color: rgb(107 114 128 / 0.35);
}

.hover\:border-gray-500\/40:hover{
  border-color: rgb(107 114 128 / 0.4);
}

.hover\:border-gray-500\/45:hover{
  border-color: rgb(107 114 128 / 0.45);
}

.hover\:border-gray-500\/5:hover{
  border-color: rgb(107 114 128 / 0.05);
}

.hover\:border-gray-500\/50:hover{
  border-color: rgb(107 114 128 / 0.5);
}

.hover\:border-gray-500\/55:hover{
  border-color: rgb(107 114 128 / 0.55);
}

.hover\:border-gray-500\/60:hover{
  border-color: rgb(107 114 128 / 0.6);
}

.hover\:border-gray-500\/65:hover{
  border-color: rgb(107 114 128 / 0.65);
}

.hover\:border-gray-500\/70:hover{
  border-color: rgb(107 114 128 / 0.7);
}

.hover\:border-gray-500\/75:hover{
  border-color: rgb(107 114 128 / 0.75);
}

.hover\:border-gray-500\/80:hover{
  border-color: rgb(107 114 128 / 0.8);
}

.hover\:border-gray-500\/85:hover{
  border-color: rgb(107 114 128 / 0.85);
}

.hover\:border-gray-500\/90:hover{
  border-color: rgb(107 114 128 / 0.9);
}

.hover\:border-gray-500\/95:hover{
  border-color: rgb(107 114 128 / 0.95);
}

.hover\:border-gray-600:hover{
  border-color: #4b5563;
}

.hover\:border-gray-600\/0:hover{
  border-color: rgb(75 85 99 / 0);
}

.hover\:border-gray-600\/10:hover{
  border-color: rgb(75 85 99 / 0.1);
}

.hover\:border-gray-600\/100:hover{
  border-color: rgb(75 85 99 / 1);
}

.hover\:border-gray-600\/15:hover{
  border-color: rgb(75 85 99 / 0.15);
}

.hover\:border-gray-600\/20:hover{
  border-color: rgb(75 85 99 / 0.2);
}

.hover\:border-gray-600\/25:hover{
  border-color: rgb(75 85 99 / 0.25);
}

.hover\:border-gray-600\/30:hover{
  border-color: rgb(75 85 99 / 0.3);
}

.hover\:border-gray-600\/35:hover{
  border-color: rgb(75 85 99 / 0.35);
}

.hover\:border-gray-600\/40:hover{
  border-color: rgb(75 85 99 / 0.4);
}

.hover\:border-gray-600\/45:hover{
  border-color: rgb(75 85 99 / 0.45);
}

.hover\:border-gray-600\/5:hover{
  border-color: rgb(75 85 99 / 0.05);
}

.hover\:border-gray-600\/50:hover{
  border-color: rgb(75 85 99 / 0.5);
}

.hover\:border-gray-600\/55:hover{
  border-color: rgb(75 85 99 / 0.55);
}

.hover\:border-gray-600\/60:hover{
  border-color: rgb(75 85 99 / 0.6);
}

.hover\:border-gray-600\/65:hover{
  border-color: rgb(75 85 99 / 0.65);
}

.hover\:border-gray-600\/70:hover{
  border-color: rgb(75 85 99 / 0.7);
}

.hover\:border-gray-600\/75:hover{
  border-color: rgb(75 85 99 / 0.75);
}

.hover\:border-gray-600\/80:hover{
  border-color: rgb(75 85 99 / 0.8);
}

.hover\:border-gray-600\/85:hover{
  border-color: rgb(75 85 99 / 0.85);
}

.hover\:border-gray-600\/90:hover{
  border-color: rgb(75 85 99 / 0.9);
}

.hover\:border-gray-600\/95:hover{
  border-color: rgb(75 85 99 / 0.95);
}

.hover\:border-gray-700:hover{
  border-color: #374151;
}

.hover\:border-gray-700\/0:hover{
  border-color: rgb(55 65 81 / 0);
}

.hover\:border-gray-700\/10:hover{
  border-color: rgb(55 65 81 / 0.1);
}

.hover\:border-gray-700\/100:hover{
  border-color: rgb(55 65 81 / 1);
}

.hover\:border-gray-700\/15:hover{
  border-color: rgb(55 65 81 / 0.15);
}

.hover\:border-gray-700\/20:hover{
  border-color: rgb(55 65 81 / 0.2);
}

.hover\:border-gray-700\/25:hover{
  border-color: rgb(55 65 81 / 0.25);
}

.hover\:border-gray-700\/30:hover{
  border-color: rgb(55 65 81 / 0.3);
}

.hover\:border-gray-700\/35:hover{
  border-color: rgb(55 65 81 / 0.35);
}

.hover\:border-gray-700\/40:hover{
  border-color: rgb(55 65 81 / 0.4);
}

.hover\:border-gray-700\/45:hover{
  border-color: rgb(55 65 81 / 0.45);
}

.hover\:border-gray-700\/5:hover{
  border-color: rgb(55 65 81 / 0.05);
}

.hover\:border-gray-700\/50:hover{
  border-color: rgb(55 65 81 / 0.5);
}

.hover\:border-gray-700\/55:hover{
  border-color: rgb(55 65 81 / 0.55);
}

.hover\:border-gray-700\/60:hover{
  border-color: rgb(55 65 81 / 0.6);
}

.hover\:border-gray-700\/65:hover{
  border-color: rgb(55 65 81 / 0.65);
}

.hover\:border-gray-700\/70:hover{
  border-color: rgb(55 65 81 / 0.7);
}

.hover\:border-gray-700\/75:hover{
  border-color: rgb(55 65 81 / 0.75);
}

.hover\:border-gray-700\/80:hover{
  border-color: rgb(55 65 81 / 0.8);
}

.hover\:border-gray-700\/85:hover{
  border-color: rgb(55 65 81 / 0.85);
}

.hover\:border-gray-700\/90:hover{
  border-color: rgb(55 65 81 / 0.9);
}

.hover\:border-gray-700\/95:hover{
  border-color: rgb(55 65 81 / 0.95);
}

.hover\:border-gray-800:hover{
  border-color: #1f2937;
}

.hover\:border-gray-800\/0:hover{
  border-color: rgb(31 41 55 / 0);
}

.hover\:border-gray-800\/10:hover{
  border-color: rgb(31 41 55 / 0.1);
}

.hover\:border-gray-800\/100:hover{
  border-color: rgb(31 41 55 / 1);
}

.hover\:border-gray-800\/15:hover{
  border-color: rgb(31 41 55 / 0.15);
}

.hover\:border-gray-800\/20:hover{
  border-color: rgb(31 41 55 / 0.2);
}

.hover\:border-gray-800\/25:hover{
  border-color: rgb(31 41 55 / 0.25);
}

.hover\:border-gray-800\/30:hover{
  border-color: rgb(31 41 55 / 0.3);
}

.hover\:border-gray-800\/35:hover{
  border-color: rgb(31 41 55 / 0.35);
}

.hover\:border-gray-800\/40:hover{
  border-color: rgb(31 41 55 / 0.4);
}

.hover\:border-gray-800\/45:hover{
  border-color: rgb(31 41 55 / 0.45);
}

.hover\:border-gray-800\/5:hover{
  border-color: rgb(31 41 55 / 0.05);
}

.hover\:border-gray-800\/50:hover{
  border-color: rgb(31 41 55 / 0.5);
}

.hover\:border-gray-800\/55:hover{
  border-color: rgb(31 41 55 / 0.55);
}

.hover\:border-gray-800\/60:hover{
  border-color: rgb(31 41 55 / 0.6);
}

.hover\:border-gray-800\/65:hover{
  border-color: rgb(31 41 55 / 0.65);
}

.hover\:border-gray-800\/70:hover{
  border-color: rgb(31 41 55 / 0.7);
}

.hover\:border-gray-800\/75:hover{
  border-color: rgb(31 41 55 / 0.75);
}

.hover\:border-gray-800\/80:hover{
  border-color: rgb(31 41 55 / 0.8);
}

.hover\:border-gray-800\/85:hover{
  border-color: rgb(31 41 55 / 0.85);
}

.hover\:border-gray-800\/90:hover{
  border-color: rgb(31 41 55 / 0.9);
}

.hover\:border-gray-800\/95:hover{
  border-color: rgb(31 41 55 / 0.95);
}

.hover\:border-gray-900:hover{
  border-color: #111827;
}

.hover\:border-gray-900\/0:hover{
  border-color: rgb(17 24 39 / 0);
}

.hover\:border-gray-900\/10:hover{
  border-color: rgb(17 24 39 / 0.1);
}

.hover\:border-gray-900\/100:hover{
  border-color: rgb(17 24 39 / 1);
}

.hover\:border-gray-900\/15:hover{
  border-color: rgb(17 24 39 / 0.15);
}

.hover\:border-gray-900\/20:hover{
  border-color: rgb(17 24 39 / 0.2);
}

.hover\:border-gray-900\/25:hover{
  border-color: rgb(17 24 39 / 0.25);
}

.hover\:border-gray-900\/30:hover{
  border-color: rgb(17 24 39 / 0.3);
}

.hover\:border-gray-900\/35:hover{
  border-color: rgb(17 24 39 / 0.35);
}

.hover\:border-gray-900\/40:hover{
  border-color: rgb(17 24 39 / 0.4);
}

.hover\:border-gray-900\/45:hover{
  border-color: rgb(17 24 39 / 0.45);
}

.hover\:border-gray-900\/5:hover{
  border-color: rgb(17 24 39 / 0.05);
}

.hover\:border-gray-900\/50:hover{
  border-color: rgb(17 24 39 / 0.5);
}

.hover\:border-gray-900\/55:hover{
  border-color: rgb(17 24 39 / 0.55);
}

.hover\:border-gray-900\/60:hover{
  border-color: rgb(17 24 39 / 0.6);
}

.hover\:border-gray-900\/65:hover{
  border-color: rgb(17 24 39 / 0.65);
}

.hover\:border-gray-900\/70:hover{
  border-color: rgb(17 24 39 / 0.7);
}

.hover\:border-gray-900\/75:hover{
  border-color: rgb(17 24 39 / 0.75);
}

.hover\:border-gray-900\/80:hover{
  border-color: rgb(17 24 39 / 0.8);
}

.hover\:border-gray-900\/85:hover{
  border-color: rgb(17 24 39 / 0.85);
}

.hover\:border-gray-900\/90:hover{
  border-color: rgb(17 24 39 / 0.9);
}

.hover\:border-gray-900\/95:hover{
  border-color: rgb(17 24 39 / 0.95);
}

.hover\:border-primary-100:hover{
  border-color: #3965AC;
}

.hover\:border-primary-100\/0:hover{
  border-color: rgb(57 101 172 / 0);
}

.hover\:border-primary-100\/10:hover{
  border-color: rgb(57 101 172 / 0.1);
}

.hover\:border-primary-100\/100:hover{
  border-color: rgb(57 101 172 / 1);
}

.hover\:border-primary-100\/15:hover{
  border-color: rgb(57 101 172 / 0.15);
}

.hover\:border-primary-100\/20:hover{
  border-color: rgb(57 101 172 / 0.2);
}

.hover\:border-primary-100\/25:hover{
  border-color: rgb(57 101 172 / 0.25);
}

.hover\:border-primary-100\/30:hover{
  border-color: rgb(57 101 172 / 0.3);
}

.hover\:border-primary-100\/35:hover{
  border-color: rgb(57 101 172 / 0.35);
}

.hover\:border-primary-100\/40:hover{
  border-color: rgb(57 101 172 / 0.4);
}

.hover\:border-primary-100\/45:hover{
  border-color: rgb(57 101 172 / 0.45);
}

.hover\:border-primary-100\/5:hover{
  border-color: rgb(57 101 172 / 0.05);
}

.hover\:border-primary-100\/50:hover{
  border-color: rgb(57 101 172 / 0.5);
}

.hover\:border-primary-100\/55:hover{
  border-color: rgb(57 101 172 / 0.55);
}

.hover\:border-primary-100\/60:hover{
  border-color: rgb(57 101 172 / 0.6);
}

.hover\:border-primary-100\/65:hover{
  border-color: rgb(57 101 172 / 0.65);
}

.hover\:border-primary-100\/70:hover{
  border-color: rgb(57 101 172 / 0.7);
}

.hover\:border-primary-100\/75:hover{
  border-color: rgb(57 101 172 / 0.75);
}

.hover\:border-primary-100\/80:hover{
  border-color: rgb(57 101 172 / 0.8);
}

.hover\:border-primary-100\/85:hover{
  border-color: rgb(57 101 172 / 0.85);
}

.hover\:border-primary-100\/90:hover{
  border-color: rgb(57 101 172 / 0.9);
}

.hover\:border-primary-100\/95:hover{
  border-color: rgb(57 101 172 / 0.95);
}

.hover\:border-primary-200:hover{
  border-color: #365FA1;
}

.hover\:border-primary-200\/0:hover{
  border-color: rgb(54 95 161 / 0);
}

.hover\:border-primary-200\/10:hover{
  border-color: rgb(54 95 161 / 0.1);
}

.hover\:border-primary-200\/100:hover{
  border-color: rgb(54 95 161 / 1);
}

.hover\:border-primary-200\/15:hover{
  border-color: rgb(54 95 161 / 0.15);
}

.hover\:border-primary-200\/20:hover{
  border-color: rgb(54 95 161 / 0.2);
}

.hover\:border-primary-200\/25:hover{
  border-color: rgb(54 95 161 / 0.25);
}

.hover\:border-primary-200\/30:hover{
  border-color: rgb(54 95 161 / 0.3);
}

.hover\:border-primary-200\/35:hover{
  border-color: rgb(54 95 161 / 0.35);
}

.hover\:border-primary-200\/40:hover{
  border-color: rgb(54 95 161 / 0.4);
}

.hover\:border-primary-200\/45:hover{
  border-color: rgb(54 95 161 / 0.45);
}

.hover\:border-primary-200\/5:hover{
  border-color: rgb(54 95 161 / 0.05);
}

.hover\:border-primary-200\/50:hover{
  border-color: rgb(54 95 161 / 0.5);
}

.hover\:border-primary-200\/55:hover{
  border-color: rgb(54 95 161 / 0.55);
}

.hover\:border-primary-200\/60:hover{
  border-color: rgb(54 95 161 / 0.6);
}

.hover\:border-primary-200\/65:hover{
  border-color: rgb(54 95 161 / 0.65);
}

.hover\:border-primary-200\/70:hover{
  border-color: rgb(54 95 161 / 0.7);
}

.hover\:border-primary-200\/75:hover{
  border-color: rgb(54 95 161 / 0.75);
}

.hover\:border-primary-200\/80:hover{
  border-color: rgb(54 95 161 / 0.8);
}

.hover\:border-primary-200\/85:hover{
  border-color: rgb(54 95 161 / 0.85);
}

.hover\:border-primary-200\/90:hover{
  border-color: rgb(54 95 161 / 0.9);
}

.hover\:border-primary-200\/95:hover{
  border-color: rgb(54 95 161 / 0.95);
}

.hover\:border-primary-300:hover{
  border-color: #325895;
}

.hover\:border-primary-300\/0:hover{
  border-color: rgb(50 88 149 / 0);
}

.hover\:border-primary-300\/10:hover{
  border-color: rgb(50 88 149 / 0.1);
}

.hover\:border-primary-300\/100:hover{
  border-color: rgb(50 88 149 / 1);
}

.hover\:border-primary-300\/15:hover{
  border-color: rgb(50 88 149 / 0.15);
}

.hover\:border-primary-300\/20:hover{
  border-color: rgb(50 88 149 / 0.2);
}

.hover\:border-primary-300\/25:hover{
  border-color: rgb(50 88 149 / 0.25);
}

.hover\:border-primary-300\/30:hover{
  border-color: rgb(50 88 149 / 0.3);
}

.hover\:border-primary-300\/35:hover{
  border-color: rgb(50 88 149 / 0.35);
}

.hover\:border-primary-300\/40:hover{
  border-color: rgb(50 88 149 / 0.4);
}

.hover\:border-primary-300\/45:hover{
  border-color: rgb(50 88 149 / 0.45);
}

.hover\:border-primary-300\/5:hover{
  border-color: rgb(50 88 149 / 0.05);
}

.hover\:border-primary-300\/50:hover{
  border-color: rgb(50 88 149 / 0.5);
}

.hover\:border-primary-300\/55:hover{
  border-color: rgb(50 88 149 / 0.55);
}

.hover\:border-primary-300\/60:hover{
  border-color: rgb(50 88 149 / 0.6);
}

.hover\:border-primary-300\/65:hover{
  border-color: rgb(50 88 149 / 0.65);
}

.hover\:border-primary-300\/70:hover{
  border-color: rgb(50 88 149 / 0.7);
}

.hover\:border-primary-300\/75:hover{
  border-color: rgb(50 88 149 / 0.75);
}

.hover\:border-primary-300\/80:hover{
  border-color: rgb(50 88 149 / 0.8);
}

.hover\:border-primary-300\/85:hover{
  border-color: rgb(50 88 149 / 0.85);
}

.hover\:border-primary-300\/90:hover{
  border-color: rgb(50 88 149 / 0.9);
}

.hover\:border-primary-300\/95:hover{
  border-color: rgb(50 88 149 / 0.95);
}

.hover\:border-primary-400:hover{
  border-color: #305691;
}

.hover\:border-primary-400\/0:hover{
  border-color: rgb(48 86 145 / 0);
}

.hover\:border-primary-400\/10:hover{
  border-color: rgb(48 86 145 / 0.1);
}

.hover\:border-primary-400\/100:hover{
  border-color: rgb(48 86 145 / 1);
}

.hover\:border-primary-400\/15:hover{
  border-color: rgb(48 86 145 / 0.15);
}

.hover\:border-primary-400\/20:hover{
  border-color: rgb(48 86 145 / 0.2);
}

.hover\:border-primary-400\/25:hover{
  border-color: rgb(48 86 145 / 0.25);
}

.hover\:border-primary-400\/30:hover{
  border-color: rgb(48 86 145 / 0.3);
}

.hover\:border-primary-400\/35:hover{
  border-color: rgb(48 86 145 / 0.35);
}

.hover\:border-primary-400\/40:hover{
  border-color: rgb(48 86 145 / 0.4);
}

.hover\:border-primary-400\/45:hover{
  border-color: rgb(48 86 145 / 0.45);
}

.hover\:border-primary-400\/5:hover{
  border-color: rgb(48 86 145 / 0.05);
}

.hover\:border-primary-400\/50:hover{
  border-color: rgb(48 86 145 / 0.5);
}

.hover\:border-primary-400\/55:hover{
  border-color: rgb(48 86 145 / 0.55);
}

.hover\:border-primary-400\/60:hover{
  border-color: rgb(48 86 145 / 0.6);
}

.hover\:border-primary-400\/65:hover{
  border-color: rgb(48 86 145 / 0.65);
}

.hover\:border-primary-400\/70:hover{
  border-color: rgb(48 86 145 / 0.7);
}

.hover\:border-primary-400\/75:hover{
  border-color: rgb(48 86 145 / 0.75);
}

.hover\:border-primary-400\/80:hover{
  border-color: rgb(48 86 145 / 0.8);
}

.hover\:border-primary-400\/85:hover{
  border-color: rgb(48 86 145 / 0.85);
}

.hover\:border-primary-400\/90:hover{
  border-color: rgb(48 86 145 / 0.9);
}

.hover\:border-primary-400\/95:hover{
  border-color: rgb(48 86 145 / 0.95);
}

.hover\:border-primary-500:hover{
  border-color: #2d4b79;
}

.hover\:border-primary-500\/0:hover{
  border-color: rgb(45 75 121 / 0);
}

.hover\:border-primary-500\/10:hover{
  border-color: rgb(45 75 121 / 0.1);
}

.hover\:border-primary-500\/100:hover{
  border-color: rgb(45 75 121 / 1);
}

.hover\:border-primary-500\/15:hover{
  border-color: rgb(45 75 121 / 0.15);
}

.hover\:border-primary-500\/20:hover{
  border-color: rgb(45 75 121 / 0.2);
}

.hover\:border-primary-500\/25:hover{
  border-color: rgb(45 75 121 / 0.25);
}

.hover\:border-primary-500\/30:hover{
  border-color: rgb(45 75 121 / 0.3);
}

.hover\:border-primary-500\/35:hover{
  border-color: rgb(45 75 121 / 0.35);
}

.hover\:border-primary-500\/40:hover{
  border-color: rgb(45 75 121 / 0.4);
}

.hover\:border-primary-500\/45:hover{
  border-color: rgb(45 75 121 / 0.45);
}

.hover\:border-primary-500\/5:hover{
  border-color: rgb(45 75 121 / 0.05);
}

.hover\:border-primary-500\/50:hover{
  border-color: rgb(45 75 121 / 0.5);
}

.hover\:border-primary-500\/55:hover{
  border-color: rgb(45 75 121 / 0.55);
}

.hover\:border-primary-500\/60:hover{
  border-color: rgb(45 75 121 / 0.6);
}

.hover\:border-primary-500\/65:hover{
  border-color: rgb(45 75 121 / 0.65);
}

.hover\:border-primary-500\/70:hover{
  border-color: rgb(45 75 121 / 0.7);
}

.hover\:border-primary-500\/75:hover{
  border-color: rgb(45 75 121 / 0.75);
}

.hover\:border-primary-500\/80:hover{
  border-color: rgb(45 75 121 / 0.8);
}

.hover\:border-primary-500\/85:hover{
  border-color: rgb(45 75 121 / 0.85);
}

.hover\:border-primary-500\/90:hover{
  border-color: rgb(45 75 121 / 0.9);
}

.hover\:border-primary-500\/95:hover{
  border-color: rgb(45 75 121 / 0.95);
}

.hover\:border-primary-600:hover{
  border-color: #264473;
}

.hover\:border-primary-600\/0:hover{
  border-color: rgb(38 68 115 / 0);
}

.hover\:border-primary-600\/10:hover{
  border-color: rgb(38 68 115 / 0.1);
}

.hover\:border-primary-600\/100:hover{
  border-color: rgb(38 68 115 / 1);
}

.hover\:border-primary-600\/15:hover{
  border-color: rgb(38 68 115 / 0.15);
}

.hover\:border-primary-600\/20:hover{
  border-color: rgb(38 68 115 / 0.2);
}

.hover\:border-primary-600\/25:hover{
  border-color: rgb(38 68 115 / 0.25);
}

.hover\:border-primary-600\/30:hover{
  border-color: rgb(38 68 115 / 0.3);
}

.hover\:border-primary-600\/35:hover{
  border-color: rgb(38 68 115 / 0.35);
}

.hover\:border-primary-600\/40:hover{
  border-color: rgb(38 68 115 / 0.4);
}

.hover\:border-primary-600\/45:hover{
  border-color: rgb(38 68 115 / 0.45);
}

.hover\:border-primary-600\/5:hover{
  border-color: rgb(38 68 115 / 0.05);
}

.hover\:border-primary-600\/50:hover{
  border-color: rgb(38 68 115 / 0.5);
}

.hover\:border-primary-600\/55:hover{
  border-color: rgb(38 68 115 / 0.55);
}

.hover\:border-primary-600\/60:hover{
  border-color: rgb(38 68 115 / 0.6);
}

.hover\:border-primary-600\/65:hover{
  border-color: rgb(38 68 115 / 0.65);
}

.hover\:border-primary-600\/70:hover{
  border-color: rgb(38 68 115 / 0.7);
}

.hover\:border-primary-600\/75:hover{
  border-color: rgb(38 68 115 / 0.75);
}

.hover\:border-primary-600\/80:hover{
  border-color: rgb(38 68 115 / 0.8);
}

.hover\:border-primary-600\/85:hover{
  border-color: rgb(38 68 115 / 0.85);
}

.hover\:border-primary-600\/90:hover{
  border-color: rgb(38 68 115 / 0.9);
}

.hover\:border-primary-600\/95:hover{
  border-color: rgb(38 68 115 / 0.95);
}

.hover\:border-primary-700:hover{
  border-color: #233e68;
}

.hover\:border-primary-700\/0:hover{
  border-color: rgb(35 62 104 / 0);
}

.hover\:border-primary-700\/10:hover{
  border-color: rgb(35 62 104 / 0.1);
}

.hover\:border-primary-700\/100:hover{
  border-color: rgb(35 62 104 / 1);
}

.hover\:border-primary-700\/15:hover{
  border-color: rgb(35 62 104 / 0.15);
}

.hover\:border-primary-700\/20:hover{
  border-color: rgb(35 62 104 / 0.2);
}

.hover\:border-primary-700\/25:hover{
  border-color: rgb(35 62 104 / 0.25);
}

.hover\:border-primary-700\/30:hover{
  border-color: rgb(35 62 104 / 0.3);
}

.hover\:border-primary-700\/35:hover{
  border-color: rgb(35 62 104 / 0.35);
}

.hover\:border-primary-700\/40:hover{
  border-color: rgb(35 62 104 / 0.4);
}

.hover\:border-primary-700\/45:hover{
  border-color: rgb(35 62 104 / 0.45);
}

.hover\:border-primary-700\/5:hover{
  border-color: rgb(35 62 104 / 0.05);
}

.hover\:border-primary-700\/50:hover{
  border-color: rgb(35 62 104 / 0.5);
}

.hover\:border-primary-700\/55:hover{
  border-color: rgb(35 62 104 / 0.55);
}

.hover\:border-primary-700\/60:hover{
  border-color: rgb(35 62 104 / 0.6);
}

.hover\:border-primary-700\/65:hover{
  border-color: rgb(35 62 104 / 0.65);
}

.hover\:border-primary-700\/70:hover{
  border-color: rgb(35 62 104 / 0.7);
}

.hover\:border-primary-700\/75:hover{
  border-color: rgb(35 62 104 / 0.75);
}

.hover\:border-primary-700\/80:hover{
  border-color: rgb(35 62 104 / 0.8);
}

.hover\:border-primary-700\/85:hover{
  border-color: rgb(35 62 104 / 0.85);
}

.hover\:border-primary-700\/90:hover{
  border-color: rgb(35 62 104 / 0.9);
}

.hover\:border-primary-700\/95:hover{
  border-color: rgb(35 62 104 / 0.95);
}

.hover\:border-primary-800:hover{
  border-color: #1f375c;
}

.hover\:border-primary-800\/0:hover{
  border-color: rgb(31 55 92 / 0);
}

.hover\:border-primary-800\/10:hover{
  border-color: rgb(31 55 92 / 0.1);
}

.hover\:border-primary-800\/100:hover{
  border-color: rgb(31 55 92 / 1);
}

.hover\:border-primary-800\/15:hover{
  border-color: rgb(31 55 92 / 0.15);
}

.hover\:border-primary-800\/20:hover{
  border-color: rgb(31 55 92 / 0.2);
}

.hover\:border-primary-800\/25:hover{
  border-color: rgb(31 55 92 / 0.25);
}

.hover\:border-primary-800\/30:hover{
  border-color: rgb(31 55 92 / 0.3);
}

.hover\:border-primary-800\/35:hover{
  border-color: rgb(31 55 92 / 0.35);
}

.hover\:border-primary-800\/40:hover{
  border-color: rgb(31 55 92 / 0.4);
}

.hover\:border-primary-800\/45:hover{
  border-color: rgb(31 55 92 / 0.45);
}

.hover\:border-primary-800\/5:hover{
  border-color: rgb(31 55 92 / 0.05);
}

.hover\:border-primary-800\/50:hover{
  border-color: rgb(31 55 92 / 0.5);
}

.hover\:border-primary-800\/55:hover{
  border-color: rgb(31 55 92 / 0.55);
}

.hover\:border-primary-800\/60:hover{
  border-color: rgb(31 55 92 / 0.6);
}

.hover\:border-primary-800\/65:hover{
  border-color: rgb(31 55 92 / 0.65);
}

.hover\:border-primary-800\/70:hover{
  border-color: rgb(31 55 92 / 0.7);
}

.hover\:border-primary-800\/75:hover{
  border-color: rgb(31 55 92 / 0.75);
}

.hover\:border-primary-800\/80:hover{
  border-color: rgb(31 55 92 / 0.8);
}

.hover\:border-primary-800\/85:hover{
  border-color: rgb(31 55 92 / 0.85);
}

.hover\:border-primary-800\/90:hover{
  border-color: rgb(31 55 92 / 0.9);
}

.hover\:border-primary-800\/95:hover{
  border-color: rgb(31 55 92 / 0.95);
}

.hover\:border-primary-900:hover{
  border-color: #1b3051;
}

.hover\:border-primary-900\/0:hover{
  border-color: rgb(27 48 81 / 0);
}

.hover\:border-primary-900\/10:hover{
  border-color: rgb(27 48 81 / 0.1);
}

.hover\:border-primary-900\/100:hover{
  border-color: rgb(27 48 81 / 1);
}

.hover\:border-primary-900\/15:hover{
  border-color: rgb(27 48 81 / 0.15);
}

.hover\:border-primary-900\/20:hover{
  border-color: rgb(27 48 81 / 0.2);
}

.hover\:border-primary-900\/25:hover{
  border-color: rgb(27 48 81 / 0.25);
}

.hover\:border-primary-900\/30:hover{
  border-color: rgb(27 48 81 / 0.3);
}

.hover\:border-primary-900\/35:hover{
  border-color: rgb(27 48 81 / 0.35);
}

.hover\:border-primary-900\/40:hover{
  border-color: rgb(27 48 81 / 0.4);
}

.hover\:border-primary-900\/45:hover{
  border-color: rgb(27 48 81 / 0.45);
}

.hover\:border-primary-900\/5:hover{
  border-color: rgb(27 48 81 / 0.05);
}

.hover\:border-primary-900\/50:hover{
  border-color: rgb(27 48 81 / 0.5);
}

.hover\:border-primary-900\/55:hover{
  border-color: rgb(27 48 81 / 0.55);
}

.hover\:border-primary-900\/60:hover{
  border-color: rgb(27 48 81 / 0.6);
}

.hover\:border-primary-900\/65:hover{
  border-color: rgb(27 48 81 / 0.65);
}

.hover\:border-primary-900\/70:hover{
  border-color: rgb(27 48 81 / 0.7);
}

.hover\:border-primary-900\/75:hover{
  border-color: rgb(27 48 81 / 0.75);
}

.hover\:border-primary-900\/80:hover{
  border-color: rgb(27 48 81 / 0.8);
}

.hover\:border-primary-900\/85:hover{
  border-color: rgb(27 48 81 / 0.85);
}

.hover\:border-primary-900\/90:hover{
  border-color: rgb(27 48 81 / 0.9);
}

.hover\:border-primary-900\/95:hover{
  border-color: rgb(27 48 81 / 0.95);
}

.hover\:border-secondary-100:hover{
  border-color: #DAE5E7;
}

.hover\:border-secondary-100\/0:hover{
  border-color: rgb(218 229 231 / 0);
}

.hover\:border-secondary-100\/10:hover{
  border-color: rgb(218 229 231 / 0.1);
}

.hover\:border-secondary-100\/100:hover{
  border-color: rgb(218 229 231 / 1);
}

.hover\:border-secondary-100\/15:hover{
  border-color: rgb(218 229 231 / 0.15);
}

.hover\:border-secondary-100\/20:hover{
  border-color: rgb(218 229 231 / 0.2);
}

.hover\:border-secondary-100\/25:hover{
  border-color: rgb(218 229 231 / 0.25);
}

.hover\:border-secondary-100\/30:hover{
  border-color: rgb(218 229 231 / 0.3);
}

.hover\:border-secondary-100\/35:hover{
  border-color: rgb(218 229 231 / 0.35);
}

.hover\:border-secondary-100\/40:hover{
  border-color: rgb(218 229 231 / 0.4);
}

.hover\:border-secondary-100\/45:hover{
  border-color: rgb(218 229 231 / 0.45);
}

.hover\:border-secondary-100\/5:hover{
  border-color: rgb(218 229 231 / 0.05);
}

.hover\:border-secondary-100\/50:hover{
  border-color: rgb(218 229 231 / 0.5);
}

.hover\:border-secondary-100\/55:hover{
  border-color: rgb(218 229 231 / 0.55);
}

.hover\:border-secondary-100\/60:hover{
  border-color: rgb(218 229 231 / 0.6);
}

.hover\:border-secondary-100\/65:hover{
  border-color: rgb(218 229 231 / 0.65);
}

.hover\:border-secondary-100\/70:hover{
  border-color: rgb(218 229 231 / 0.7);
}

.hover\:border-secondary-100\/75:hover{
  border-color: rgb(218 229 231 / 0.75);
}

.hover\:border-secondary-100\/80:hover{
  border-color: rgb(218 229 231 / 0.8);
}

.hover\:border-secondary-100\/85:hover{
  border-color: rgb(218 229 231 / 0.85);
}

.hover\:border-secondary-100\/90:hover{
  border-color: rgb(218 229 231 / 0.9);
}

.hover\:border-secondary-100\/95:hover{
  border-color: rgb(218 229 231 / 0.95);
}

.hover\:border-secondary-200:hover{
  border-color: #C4D6D9;
}

.hover\:border-secondary-200\/0:hover{
  border-color: rgb(196 214 217 / 0);
}

.hover\:border-secondary-200\/10:hover{
  border-color: rgb(196 214 217 / 0.1);
}

.hover\:border-secondary-200\/100:hover{
  border-color: rgb(196 214 217 / 1);
}

.hover\:border-secondary-200\/15:hover{
  border-color: rgb(196 214 217 / 0.15);
}

.hover\:border-secondary-200\/20:hover{
  border-color: rgb(196 214 217 / 0.2);
}

.hover\:border-secondary-200\/25:hover{
  border-color: rgb(196 214 217 / 0.25);
}

.hover\:border-secondary-200\/30:hover{
  border-color: rgb(196 214 217 / 0.3);
}

.hover\:border-secondary-200\/35:hover{
  border-color: rgb(196 214 217 / 0.35);
}

.hover\:border-secondary-200\/40:hover{
  border-color: rgb(196 214 217 / 0.4);
}

.hover\:border-secondary-200\/45:hover{
  border-color: rgb(196 214 217 / 0.45);
}

.hover\:border-secondary-200\/5:hover{
  border-color: rgb(196 214 217 / 0.05);
}

.hover\:border-secondary-200\/50:hover{
  border-color: rgb(196 214 217 / 0.5);
}

.hover\:border-secondary-200\/55:hover{
  border-color: rgb(196 214 217 / 0.55);
}

.hover\:border-secondary-200\/60:hover{
  border-color: rgb(196 214 217 / 0.6);
}

.hover\:border-secondary-200\/65:hover{
  border-color: rgb(196 214 217 / 0.65);
}

.hover\:border-secondary-200\/70:hover{
  border-color: rgb(196 214 217 / 0.7);
}

.hover\:border-secondary-200\/75:hover{
  border-color: rgb(196 214 217 / 0.75);
}

.hover\:border-secondary-200\/80:hover{
  border-color: rgb(196 214 217 / 0.8);
}

.hover\:border-secondary-200\/85:hover{
  border-color: rgb(196 214 217 / 0.85);
}

.hover\:border-secondary-200\/90:hover{
  border-color: rgb(196 214 217 / 0.9);
}

.hover\:border-secondary-200\/95:hover{
  border-color: rgb(196 214 217 / 0.95);
}

.hover\:border-secondary-300:hover{
  border-color: #AEC7CC;
}

.hover\:border-secondary-300\/0:hover{
  border-color: rgb(174 199 204 / 0);
}

.hover\:border-secondary-300\/10:hover{
  border-color: rgb(174 199 204 / 0.1);
}

.hover\:border-secondary-300\/100:hover{
  border-color: rgb(174 199 204 / 1);
}

.hover\:border-secondary-300\/15:hover{
  border-color: rgb(174 199 204 / 0.15);
}

.hover\:border-secondary-300\/20:hover{
  border-color: rgb(174 199 204 / 0.2);
}

.hover\:border-secondary-300\/25:hover{
  border-color: rgb(174 199 204 / 0.25);
}

.hover\:border-secondary-300\/30:hover{
  border-color: rgb(174 199 204 / 0.3);
}

.hover\:border-secondary-300\/35:hover{
  border-color: rgb(174 199 204 / 0.35);
}

.hover\:border-secondary-300\/40:hover{
  border-color: rgb(174 199 204 / 0.4);
}

.hover\:border-secondary-300\/45:hover{
  border-color: rgb(174 199 204 / 0.45);
}

.hover\:border-secondary-300\/5:hover{
  border-color: rgb(174 199 204 / 0.05);
}

.hover\:border-secondary-300\/50:hover{
  border-color: rgb(174 199 204 / 0.5);
}

.hover\:border-secondary-300\/55:hover{
  border-color: rgb(174 199 204 / 0.55);
}

.hover\:border-secondary-300\/60:hover{
  border-color: rgb(174 199 204 / 0.6);
}

.hover\:border-secondary-300\/65:hover{
  border-color: rgb(174 199 204 / 0.65);
}

.hover\:border-secondary-300\/70:hover{
  border-color: rgb(174 199 204 / 0.7);
}

.hover\:border-secondary-300\/75:hover{
  border-color: rgb(174 199 204 / 0.75);
}

.hover\:border-secondary-300\/80:hover{
  border-color: rgb(174 199 204 / 0.8);
}

.hover\:border-secondary-300\/85:hover{
  border-color: rgb(174 199 204 / 0.85);
}

.hover\:border-secondary-300\/90:hover{
  border-color: rgb(174 199 204 / 0.9);
}

.hover\:border-secondary-300\/95:hover{
  border-color: rgb(174 199 204 / 0.95);
}

.hover\:border-secondary-400:hover{
  border-color: #98B8BE;
}

.hover\:border-secondary-400\/0:hover{
  border-color: rgb(152 184 190 / 0);
}

.hover\:border-secondary-400\/10:hover{
  border-color: rgb(152 184 190 / 0.1);
}

.hover\:border-secondary-400\/100:hover{
  border-color: rgb(152 184 190 / 1);
}

.hover\:border-secondary-400\/15:hover{
  border-color: rgb(152 184 190 / 0.15);
}

.hover\:border-secondary-400\/20:hover{
  border-color: rgb(152 184 190 / 0.2);
}

.hover\:border-secondary-400\/25:hover{
  border-color: rgb(152 184 190 / 0.25);
}

.hover\:border-secondary-400\/30:hover{
  border-color: rgb(152 184 190 / 0.3);
}

.hover\:border-secondary-400\/35:hover{
  border-color: rgb(152 184 190 / 0.35);
}

.hover\:border-secondary-400\/40:hover{
  border-color: rgb(152 184 190 / 0.4);
}

.hover\:border-secondary-400\/45:hover{
  border-color: rgb(152 184 190 / 0.45);
}

.hover\:border-secondary-400\/5:hover{
  border-color: rgb(152 184 190 / 0.05);
}

.hover\:border-secondary-400\/50:hover{
  border-color: rgb(152 184 190 / 0.5);
}

.hover\:border-secondary-400\/55:hover{
  border-color: rgb(152 184 190 / 0.55);
}

.hover\:border-secondary-400\/60:hover{
  border-color: rgb(152 184 190 / 0.6);
}

.hover\:border-secondary-400\/65:hover{
  border-color: rgb(152 184 190 / 0.65);
}

.hover\:border-secondary-400\/70:hover{
  border-color: rgb(152 184 190 / 0.7);
}

.hover\:border-secondary-400\/75:hover{
  border-color: rgb(152 184 190 / 0.75);
}

.hover\:border-secondary-400\/80:hover{
  border-color: rgb(152 184 190 / 0.8);
}

.hover\:border-secondary-400\/85:hover{
  border-color: rgb(152 184 190 / 0.85);
}

.hover\:border-secondary-400\/90:hover{
  border-color: rgb(152 184 190 / 0.9);
}

.hover\:border-secondary-400\/95:hover{
  border-color: rgb(152 184 190 / 0.95);
}

.hover\:border-secondary-500:hover{
  border-color: #82A9B0;
}

.hover\:border-secondary-500\/0:hover{
  border-color: rgb(130 169 176 / 0);
}

.hover\:border-secondary-500\/10:hover{
  border-color: rgb(130 169 176 / 0.1);
}

.hover\:border-secondary-500\/100:hover{
  border-color: rgb(130 169 176 / 1);
}

.hover\:border-secondary-500\/15:hover{
  border-color: rgb(130 169 176 / 0.15);
}

.hover\:border-secondary-500\/20:hover{
  border-color: rgb(130 169 176 / 0.2);
}

.hover\:border-secondary-500\/25:hover{
  border-color: rgb(130 169 176 / 0.25);
}

.hover\:border-secondary-500\/30:hover{
  border-color: rgb(130 169 176 / 0.3);
}

.hover\:border-secondary-500\/35:hover{
  border-color: rgb(130 169 176 / 0.35);
}

.hover\:border-secondary-500\/40:hover{
  border-color: rgb(130 169 176 / 0.4);
}

.hover\:border-secondary-500\/45:hover{
  border-color: rgb(130 169 176 / 0.45);
}

.hover\:border-secondary-500\/5:hover{
  border-color: rgb(130 169 176 / 0.05);
}

.hover\:border-secondary-500\/50:hover{
  border-color: rgb(130 169 176 / 0.5);
}

.hover\:border-secondary-500\/55:hover{
  border-color: rgb(130 169 176 / 0.55);
}

.hover\:border-secondary-500\/60:hover{
  border-color: rgb(130 169 176 / 0.6);
}

.hover\:border-secondary-500\/65:hover{
  border-color: rgb(130 169 176 / 0.65);
}

.hover\:border-secondary-500\/70:hover{
  border-color: rgb(130 169 176 / 0.7);
}

.hover\:border-secondary-500\/75:hover{
  border-color: rgb(130 169 176 / 0.75);
}

.hover\:border-secondary-500\/80:hover{
  border-color: rgb(130 169 176 / 0.8);
}

.hover\:border-secondary-500\/85:hover{
  border-color: rgb(130 169 176 / 0.85);
}

.hover\:border-secondary-500\/90:hover{
  border-color: rgb(130 169 176 / 0.9);
}

.hover\:border-secondary-500\/95:hover{
  border-color: rgb(130 169 176 / 0.95);
}

.hover\:border-secondary-600:hover{
  border-color: #66969E;
}

.hover\:border-secondary-600\/0:hover{
  border-color: rgb(102 150 158 / 0);
}

.hover\:border-secondary-600\/10:hover{
  border-color: rgb(102 150 158 / 0.1);
}

.hover\:border-secondary-600\/100:hover{
  border-color: rgb(102 150 158 / 1);
}

.hover\:border-secondary-600\/15:hover{
  border-color: rgb(102 150 158 / 0.15);
}

.hover\:border-secondary-600\/20:hover{
  border-color: rgb(102 150 158 / 0.2);
}

.hover\:border-secondary-600\/25:hover{
  border-color: rgb(102 150 158 / 0.25);
}

.hover\:border-secondary-600\/30:hover{
  border-color: rgb(102 150 158 / 0.3);
}

.hover\:border-secondary-600\/35:hover{
  border-color: rgb(102 150 158 / 0.35);
}

.hover\:border-secondary-600\/40:hover{
  border-color: rgb(102 150 158 / 0.4);
}

.hover\:border-secondary-600\/45:hover{
  border-color: rgb(102 150 158 / 0.45);
}

.hover\:border-secondary-600\/5:hover{
  border-color: rgb(102 150 158 / 0.05);
}

.hover\:border-secondary-600\/50:hover{
  border-color: rgb(102 150 158 / 0.5);
}

.hover\:border-secondary-600\/55:hover{
  border-color: rgb(102 150 158 / 0.55);
}

.hover\:border-secondary-600\/60:hover{
  border-color: rgb(102 150 158 / 0.6);
}

.hover\:border-secondary-600\/65:hover{
  border-color: rgb(102 150 158 / 0.65);
}

.hover\:border-secondary-600\/70:hover{
  border-color: rgb(102 150 158 / 0.7);
}

.hover\:border-secondary-600\/75:hover{
  border-color: rgb(102 150 158 / 0.75);
}

.hover\:border-secondary-600\/80:hover{
  border-color: rgb(102 150 158 / 0.8);
}

.hover\:border-secondary-600\/85:hover{
  border-color: rgb(102 150 158 / 0.85);
}

.hover\:border-secondary-600\/90:hover{
  border-color: rgb(102 150 158 / 0.9);
}

.hover\:border-secondary-600\/95:hover{
  border-color: rgb(102 150 158 / 0.95);
}

.hover\:border-secondary-700:hover{
  border-color: #537C83;
}

.hover\:border-secondary-700\/0:hover{
  border-color: rgb(83 124 131 / 0);
}

.hover\:border-secondary-700\/10:hover{
  border-color: rgb(83 124 131 / 0.1);
}

.hover\:border-secondary-700\/100:hover{
  border-color: rgb(83 124 131 / 1);
}

.hover\:border-secondary-700\/15:hover{
  border-color: rgb(83 124 131 / 0.15);
}

.hover\:border-secondary-700\/20:hover{
  border-color: rgb(83 124 131 / 0.2);
}

.hover\:border-secondary-700\/25:hover{
  border-color: rgb(83 124 131 / 0.25);
}

.hover\:border-secondary-700\/30:hover{
  border-color: rgb(83 124 131 / 0.3);
}

.hover\:border-secondary-700\/35:hover{
  border-color: rgb(83 124 131 / 0.35);
}

.hover\:border-secondary-700\/40:hover{
  border-color: rgb(83 124 131 / 0.4);
}

.hover\:border-secondary-700\/45:hover{
  border-color: rgb(83 124 131 / 0.45);
}

.hover\:border-secondary-700\/5:hover{
  border-color: rgb(83 124 131 / 0.05);
}

.hover\:border-secondary-700\/50:hover{
  border-color: rgb(83 124 131 / 0.5);
}

.hover\:border-secondary-700\/55:hover{
  border-color: rgb(83 124 131 / 0.55);
}

.hover\:border-secondary-700\/60:hover{
  border-color: rgb(83 124 131 / 0.6);
}

.hover\:border-secondary-700\/65:hover{
  border-color: rgb(83 124 131 / 0.65);
}

.hover\:border-secondary-700\/70:hover{
  border-color: rgb(83 124 131 / 0.7);
}

.hover\:border-secondary-700\/75:hover{
  border-color: rgb(83 124 131 / 0.75);
}

.hover\:border-secondary-700\/80:hover{
  border-color: rgb(83 124 131 / 0.8);
}

.hover\:border-secondary-700\/85:hover{
  border-color: rgb(83 124 131 / 0.85);
}

.hover\:border-secondary-700\/90:hover{
  border-color: rgb(83 124 131 / 0.9);
}

.hover\:border-secondary-700\/95:hover{
  border-color: rgb(83 124 131 / 0.95);
}

.hover\:border-secondary-800:hover{
  border-color: #416167;
}

.hover\:border-secondary-800\/0:hover{
  border-color: rgb(65 97 103 / 0);
}

.hover\:border-secondary-800\/10:hover{
  border-color: rgb(65 97 103 / 0.1);
}

.hover\:border-secondary-800\/100:hover{
  border-color: rgb(65 97 103 / 1);
}

.hover\:border-secondary-800\/15:hover{
  border-color: rgb(65 97 103 / 0.15);
}

.hover\:border-secondary-800\/20:hover{
  border-color: rgb(65 97 103 / 0.2);
}

.hover\:border-secondary-800\/25:hover{
  border-color: rgb(65 97 103 / 0.25);
}

.hover\:border-secondary-800\/30:hover{
  border-color: rgb(65 97 103 / 0.3);
}

.hover\:border-secondary-800\/35:hover{
  border-color: rgb(65 97 103 / 0.35);
}

.hover\:border-secondary-800\/40:hover{
  border-color: rgb(65 97 103 / 0.4);
}

.hover\:border-secondary-800\/45:hover{
  border-color: rgb(65 97 103 / 0.45);
}

.hover\:border-secondary-800\/5:hover{
  border-color: rgb(65 97 103 / 0.05);
}

.hover\:border-secondary-800\/50:hover{
  border-color: rgb(65 97 103 / 0.5);
}

.hover\:border-secondary-800\/55:hover{
  border-color: rgb(65 97 103 / 0.55);
}

.hover\:border-secondary-800\/60:hover{
  border-color: rgb(65 97 103 / 0.6);
}

.hover\:border-secondary-800\/65:hover{
  border-color: rgb(65 97 103 / 0.65);
}

.hover\:border-secondary-800\/70:hover{
  border-color: rgb(65 97 103 / 0.7);
}

.hover\:border-secondary-800\/75:hover{
  border-color: rgb(65 97 103 / 0.75);
}

.hover\:border-secondary-800\/80:hover{
  border-color: rgb(65 97 103 / 0.8);
}

.hover\:border-secondary-800\/85:hover{
  border-color: rgb(65 97 103 / 0.85);
}

.hover\:border-secondary-800\/90:hover{
  border-color: rgb(65 97 103 / 0.9);
}

.hover\:border-secondary-800\/95:hover{
  border-color: rgb(65 97 103 / 0.95);
}

.hover\:border-secondary-900:hover{
  border-color: #2F474B;
}

.hover\:border-secondary-900\/0:hover{
  border-color: rgb(47 71 75 / 0);
}

.hover\:border-secondary-900\/10:hover{
  border-color: rgb(47 71 75 / 0.1);
}

.hover\:border-secondary-900\/100:hover{
  border-color: rgb(47 71 75 / 1);
}

.hover\:border-secondary-900\/15:hover{
  border-color: rgb(47 71 75 / 0.15);
}

.hover\:border-secondary-900\/20:hover{
  border-color: rgb(47 71 75 / 0.2);
}

.hover\:border-secondary-900\/25:hover{
  border-color: rgb(47 71 75 / 0.25);
}

.hover\:border-secondary-900\/30:hover{
  border-color: rgb(47 71 75 / 0.3);
}

.hover\:border-secondary-900\/35:hover{
  border-color: rgb(47 71 75 / 0.35);
}

.hover\:border-secondary-900\/40:hover{
  border-color: rgb(47 71 75 / 0.4);
}

.hover\:border-secondary-900\/45:hover{
  border-color: rgb(47 71 75 / 0.45);
}

.hover\:border-secondary-900\/5:hover{
  border-color: rgb(47 71 75 / 0.05);
}

.hover\:border-secondary-900\/50:hover{
  border-color: rgb(47 71 75 / 0.5);
}

.hover\:border-secondary-900\/55:hover{
  border-color: rgb(47 71 75 / 0.55);
}

.hover\:border-secondary-900\/60:hover{
  border-color: rgb(47 71 75 / 0.6);
}

.hover\:border-secondary-900\/65:hover{
  border-color: rgb(47 71 75 / 0.65);
}

.hover\:border-secondary-900\/70:hover{
  border-color: rgb(47 71 75 / 0.7);
}

.hover\:border-secondary-900\/75:hover{
  border-color: rgb(47 71 75 / 0.75);
}

.hover\:border-secondary-900\/80:hover{
  border-color: rgb(47 71 75 / 0.8);
}

.hover\:border-secondary-900\/85:hover{
  border-color: rgb(47 71 75 / 0.85);
}

.hover\:border-secondary-900\/90:hover{
  border-color: rgb(47 71 75 / 0.9);
}

.hover\:border-secondary-900\/95:hover{
  border-color: rgb(47 71 75 / 0.95);
}

.hover\:bg-accent-100:hover{
  background-color: #fceae9;
}

.hover\:bg-accent-100\/0:hover{
  background-color: rgb(252 234 233 / 0);
}

.hover\:bg-accent-100\/10:hover{
  background-color: rgb(252 234 233 / 0.1);
}

.hover\:bg-accent-100\/100:hover{
  background-color: rgb(252 234 233 / 1);
}

.hover\:bg-accent-100\/15:hover{
  background-color: rgb(252 234 233 / 0.15);
}

.hover\:bg-accent-100\/20:hover{
  background-color: rgb(252 234 233 / 0.2);
}

.hover\:bg-accent-100\/25:hover{
  background-color: rgb(252 234 233 / 0.25);
}

.hover\:bg-accent-100\/30:hover{
  background-color: rgb(252 234 233 / 0.3);
}

.hover\:bg-accent-100\/35:hover{
  background-color: rgb(252 234 233 / 0.35);
}

.hover\:bg-accent-100\/40:hover{
  background-color: rgb(252 234 233 / 0.4);
}

.hover\:bg-accent-100\/45:hover{
  background-color: rgb(252 234 233 / 0.45);
}

.hover\:bg-accent-100\/5:hover{
  background-color: rgb(252 234 233 / 0.05);
}

.hover\:bg-accent-100\/50:hover{
  background-color: rgb(252 234 233 / 0.5);
}

.hover\:bg-accent-100\/55:hover{
  background-color: rgb(252 234 233 / 0.55);
}

.hover\:bg-accent-100\/60:hover{
  background-color: rgb(252 234 233 / 0.6);
}

.hover\:bg-accent-100\/65:hover{
  background-color: rgb(252 234 233 / 0.65);
}

.hover\:bg-accent-100\/70:hover{
  background-color: rgb(252 234 233 / 0.7);
}

.hover\:bg-accent-100\/75:hover{
  background-color: rgb(252 234 233 / 0.75);
}

.hover\:bg-accent-100\/80:hover{
  background-color: rgb(252 234 233 / 0.8);
}

.hover\:bg-accent-100\/85:hover{
  background-color: rgb(252 234 233 / 0.85);
}

.hover\:bg-accent-100\/90:hover{
  background-color: rgb(252 234 233 / 0.9);
}

.hover\:bg-accent-100\/95:hover{
  background-color: rgb(252 234 233 / 0.95);
}

.hover\:bg-accent-200:hover{
  background-color: #f9d4d2;
}

.hover\:bg-accent-200\/0:hover{
  background-color: rgb(249 212 210 / 0);
}

.hover\:bg-accent-200\/10:hover{
  background-color: rgb(249 212 210 / 0.1);
}

.hover\:bg-accent-200\/100:hover{
  background-color: rgb(249 212 210 / 1);
}

.hover\:bg-accent-200\/15:hover{
  background-color: rgb(249 212 210 / 0.15);
}

.hover\:bg-accent-200\/20:hover{
  background-color: rgb(249 212 210 / 0.2);
}

.hover\:bg-accent-200\/25:hover{
  background-color: rgb(249 212 210 / 0.25);
}

.hover\:bg-accent-200\/30:hover{
  background-color: rgb(249 212 210 / 0.3);
}

.hover\:bg-accent-200\/35:hover{
  background-color: rgb(249 212 210 / 0.35);
}

.hover\:bg-accent-200\/40:hover{
  background-color: rgb(249 212 210 / 0.4);
}

.hover\:bg-accent-200\/45:hover{
  background-color: rgb(249 212 210 / 0.45);
}

.hover\:bg-accent-200\/5:hover{
  background-color: rgb(249 212 210 / 0.05);
}

.hover\:bg-accent-200\/50:hover{
  background-color: rgb(249 212 210 / 0.5);
}

.hover\:bg-accent-200\/55:hover{
  background-color: rgb(249 212 210 / 0.55);
}

.hover\:bg-accent-200\/60:hover{
  background-color: rgb(249 212 210 / 0.6);
}

.hover\:bg-accent-200\/65:hover{
  background-color: rgb(249 212 210 / 0.65);
}

.hover\:bg-accent-200\/70:hover{
  background-color: rgb(249 212 210 / 0.7);
}

.hover\:bg-accent-200\/75:hover{
  background-color: rgb(249 212 210 / 0.75);
}

.hover\:bg-accent-200\/80:hover{
  background-color: rgb(249 212 210 / 0.8);
}

.hover\:bg-accent-200\/85:hover{
  background-color: rgb(249 212 210 / 0.85);
}

.hover\:bg-accent-200\/90:hover{
  background-color: rgb(249 212 210 / 0.9);
}

.hover\:bg-accent-200\/95:hover{
  background-color: rgb(249 212 210 / 0.95);
}

.hover\:bg-accent-300:hover{
  background-color: #f4b5b3;
}

.hover\:bg-accent-300\/0:hover{
  background-color: rgb(244 181 179 / 0);
}

.hover\:bg-accent-300\/10:hover{
  background-color: rgb(244 181 179 / 0.1);
}

.hover\:bg-accent-300\/100:hover{
  background-color: rgb(244 181 179 / 1);
}

.hover\:bg-accent-300\/15:hover{
  background-color: rgb(244 181 179 / 0.15);
}

.hover\:bg-accent-300\/20:hover{
  background-color: rgb(244 181 179 / 0.2);
}

.hover\:bg-accent-300\/25:hover{
  background-color: rgb(244 181 179 / 0.25);
}

.hover\:bg-accent-300\/30:hover{
  background-color: rgb(244 181 179 / 0.3);
}

.hover\:bg-accent-300\/35:hover{
  background-color: rgb(244 181 179 / 0.35);
}

.hover\:bg-accent-300\/40:hover{
  background-color: rgb(244 181 179 / 0.4);
}

.hover\:bg-accent-300\/45:hover{
  background-color: rgb(244 181 179 / 0.45);
}

.hover\:bg-accent-300\/5:hover{
  background-color: rgb(244 181 179 / 0.05);
}

.hover\:bg-accent-300\/50:hover{
  background-color: rgb(244 181 179 / 0.5);
}

.hover\:bg-accent-300\/55:hover{
  background-color: rgb(244 181 179 / 0.55);
}

.hover\:bg-accent-300\/60:hover{
  background-color: rgb(244 181 179 / 0.6);
}

.hover\:bg-accent-300\/65:hover{
  background-color: rgb(244 181 179 / 0.65);
}

.hover\:bg-accent-300\/70:hover{
  background-color: rgb(244 181 179 / 0.7);
}

.hover\:bg-accent-300\/75:hover{
  background-color: rgb(244 181 179 / 0.75);
}

.hover\:bg-accent-300\/80:hover{
  background-color: rgb(244 181 179 / 0.8);
}

.hover\:bg-accent-300\/85:hover{
  background-color: rgb(244 181 179 / 0.85);
}

.hover\:bg-accent-300\/90:hover{
  background-color: rgb(244 181 179 / 0.9);
}

.hover\:bg-accent-300\/95:hover{
  background-color: rgb(244 181 179 / 0.95);
}

.hover\:bg-accent-400:hover{
  background-color: #ee8e8b;
}

.hover\:bg-accent-400\/0:hover{
  background-color: rgb(238 142 139 / 0);
}

.hover\:bg-accent-400\/10:hover{
  background-color: rgb(238 142 139 / 0.1);
}

.hover\:bg-accent-400\/100:hover{
  background-color: rgb(238 142 139 / 1);
}

.hover\:bg-accent-400\/15:hover{
  background-color: rgb(238 142 139 / 0.15);
}

.hover\:bg-accent-400\/20:hover{
  background-color: rgb(238 142 139 / 0.2);
}

.hover\:bg-accent-400\/25:hover{
  background-color: rgb(238 142 139 / 0.25);
}

.hover\:bg-accent-400\/30:hover{
  background-color: rgb(238 142 139 / 0.3);
}

.hover\:bg-accent-400\/35:hover{
  background-color: rgb(238 142 139 / 0.35);
}

.hover\:bg-accent-400\/40:hover{
  background-color: rgb(238 142 139 / 0.4);
}

.hover\:bg-accent-400\/45:hover{
  background-color: rgb(238 142 139 / 0.45);
}

.hover\:bg-accent-400\/5:hover{
  background-color: rgb(238 142 139 / 0.05);
}

.hover\:bg-accent-400\/50:hover{
  background-color: rgb(238 142 139 / 0.5);
}

.hover\:bg-accent-400\/55:hover{
  background-color: rgb(238 142 139 / 0.55);
}

.hover\:bg-accent-400\/60:hover{
  background-color: rgb(238 142 139 / 0.6);
}

.hover\:bg-accent-400\/65:hover{
  background-color: rgb(238 142 139 / 0.65);
}

.hover\:bg-accent-400\/70:hover{
  background-color: rgb(238 142 139 / 0.7);
}

.hover\:bg-accent-400\/75:hover{
  background-color: rgb(238 142 139 / 0.75);
}

.hover\:bg-accent-400\/80:hover{
  background-color: rgb(238 142 139 / 0.8);
}

.hover\:bg-accent-400\/85:hover{
  background-color: rgb(238 142 139 / 0.85);
}

.hover\:bg-accent-400\/90:hover{
  background-color: rgb(238 142 139 / 0.9);
}

.hover\:bg-accent-400\/95:hover{
  background-color: rgb(238 142 139 / 0.95);
}

.hover\:bg-accent-500:hover{
  background-color: #e57373;
}

.hover\:bg-accent-500\/0:hover{
  background-color: rgb(229 115 115 / 0);
}

.hover\:bg-accent-500\/10:hover{
  background-color: rgb(229 115 115 / 0.1);
}

.hover\:bg-accent-500\/100:hover{
  background-color: rgb(229 115 115 / 1);
}

.hover\:bg-accent-500\/15:hover{
  background-color: rgb(229 115 115 / 0.15);
}

.hover\:bg-accent-500\/20:hover{
  background-color: rgb(229 115 115 / 0.2);
}

.hover\:bg-accent-500\/25:hover{
  background-color: rgb(229 115 115 / 0.25);
}

.hover\:bg-accent-500\/30:hover{
  background-color: rgb(229 115 115 / 0.3);
}

.hover\:bg-accent-500\/35:hover{
  background-color: rgb(229 115 115 / 0.35);
}

.hover\:bg-accent-500\/40:hover{
  background-color: rgb(229 115 115 / 0.4);
}

.hover\:bg-accent-500\/45:hover{
  background-color: rgb(229 115 115 / 0.45);
}

.hover\:bg-accent-500\/5:hover{
  background-color: rgb(229 115 115 / 0.05);
}

.hover\:bg-accent-500\/50:hover{
  background-color: rgb(229 115 115 / 0.5);
}

.hover\:bg-accent-500\/55:hover{
  background-color: rgb(229 115 115 / 0.55);
}

.hover\:bg-accent-500\/60:hover{
  background-color: rgb(229 115 115 / 0.6);
}

.hover\:bg-accent-500\/65:hover{
  background-color: rgb(229 115 115 / 0.65);
}

.hover\:bg-accent-500\/70:hover{
  background-color: rgb(229 115 115 / 0.7);
}

.hover\:bg-accent-500\/75:hover{
  background-color: rgb(229 115 115 / 0.75);
}

.hover\:bg-accent-500\/80:hover{
  background-color: rgb(229 115 115 / 0.8);
}

.hover\:bg-accent-500\/85:hover{
  background-color: rgb(229 115 115 / 0.85);
}

.hover\:bg-accent-500\/90:hover{
  background-color: rgb(229 115 115 / 0.9);
}

.hover\:bg-accent-500\/95:hover{
  background-color: rgb(229 115 115 / 0.95);
}

.hover\:bg-accent-600:hover{
  background-color: #d95f5f;
}

.hover\:bg-accent-600\/0:hover{
  background-color: rgb(217 95 95 / 0);
}

.hover\:bg-accent-600\/10:hover{
  background-color: rgb(217 95 95 / 0.1);
}

.hover\:bg-accent-600\/100:hover{
  background-color: rgb(217 95 95 / 1);
}

.hover\:bg-accent-600\/15:hover{
  background-color: rgb(217 95 95 / 0.15);
}

.hover\:bg-accent-600\/20:hover{
  background-color: rgb(217 95 95 / 0.2);
}

.hover\:bg-accent-600\/25:hover{
  background-color: rgb(217 95 95 / 0.25);
}

.hover\:bg-accent-600\/30:hover{
  background-color: rgb(217 95 95 / 0.3);
}

.hover\:bg-accent-600\/35:hover{
  background-color: rgb(217 95 95 / 0.35);
}

.hover\:bg-accent-600\/40:hover{
  background-color: rgb(217 95 95 / 0.4);
}

.hover\:bg-accent-600\/45:hover{
  background-color: rgb(217 95 95 / 0.45);
}

.hover\:bg-accent-600\/5:hover{
  background-color: rgb(217 95 95 / 0.05);
}

.hover\:bg-accent-600\/50:hover{
  background-color: rgb(217 95 95 / 0.5);
}

.hover\:bg-accent-600\/55:hover{
  background-color: rgb(217 95 95 / 0.55);
}

.hover\:bg-accent-600\/60:hover{
  background-color: rgb(217 95 95 / 0.6);
}

.hover\:bg-accent-600\/65:hover{
  background-color: rgb(217 95 95 / 0.65);
}

.hover\:bg-accent-600\/70:hover{
  background-color: rgb(217 95 95 / 0.7);
}

.hover\:bg-accent-600\/75:hover{
  background-color: rgb(217 95 95 / 0.75);
}

.hover\:bg-accent-600\/80:hover{
  background-color: rgb(217 95 95 / 0.8);
}

.hover\:bg-accent-600\/85:hover{
  background-color: rgb(217 95 95 / 0.85);
}

.hover\:bg-accent-600\/90:hover{
  background-color: rgb(217 95 95 / 0.9);
}

.hover\:bg-accent-600\/95:hover{
  background-color: rgb(217 95 95 / 0.95);
}

.hover\:bg-accent-700:hover{
  background-color: #c94a4a;
}

.hover\:bg-accent-700\/0:hover{
  background-color: rgb(201 74 74 / 0);
}

.hover\:bg-accent-700\/10:hover{
  background-color: rgb(201 74 74 / 0.1);
}

.hover\:bg-accent-700\/100:hover{
  background-color: rgb(201 74 74 / 1);
}

.hover\:bg-accent-700\/15:hover{
  background-color: rgb(201 74 74 / 0.15);
}

.hover\:bg-accent-700\/20:hover{
  background-color: rgb(201 74 74 / 0.2);
}

.hover\:bg-accent-700\/25:hover{
  background-color: rgb(201 74 74 / 0.25);
}

.hover\:bg-accent-700\/30:hover{
  background-color: rgb(201 74 74 / 0.3);
}

.hover\:bg-accent-700\/35:hover{
  background-color: rgb(201 74 74 / 0.35);
}

.hover\:bg-accent-700\/40:hover{
  background-color: rgb(201 74 74 / 0.4);
}

.hover\:bg-accent-700\/45:hover{
  background-color: rgb(201 74 74 / 0.45);
}

.hover\:bg-accent-700\/5:hover{
  background-color: rgb(201 74 74 / 0.05);
}

.hover\:bg-accent-700\/50:hover{
  background-color: rgb(201 74 74 / 0.5);
}

.hover\:bg-accent-700\/55:hover{
  background-color: rgb(201 74 74 / 0.55);
}

.hover\:bg-accent-700\/60:hover{
  background-color: rgb(201 74 74 / 0.6);
}

.hover\:bg-accent-700\/65:hover{
  background-color: rgb(201 74 74 / 0.65);
}

.hover\:bg-accent-700\/70:hover{
  background-color: rgb(201 74 74 / 0.7);
}

.hover\:bg-accent-700\/75:hover{
  background-color: rgb(201 74 74 / 0.75);
}

.hover\:bg-accent-700\/80:hover{
  background-color: rgb(201 74 74 / 0.8);
}

.hover\:bg-accent-700\/85:hover{
  background-color: rgb(201 74 74 / 0.85);
}

.hover\:bg-accent-700\/90:hover{
  background-color: rgb(201 74 74 / 0.9);
}

.hover\:bg-accent-700\/95:hover{
  background-color: rgb(201 74 74 / 0.95);
}

.hover\:bg-accent-800:hover{
  background-color: #a83c3c;
}

.hover\:bg-accent-800\/0:hover{
  background-color: rgb(168 60 60 / 0);
}

.hover\:bg-accent-800\/10:hover{
  background-color: rgb(168 60 60 / 0.1);
}

.hover\:bg-accent-800\/100:hover{
  background-color: rgb(168 60 60 / 1);
}

.hover\:bg-accent-800\/15:hover{
  background-color: rgb(168 60 60 / 0.15);
}

.hover\:bg-accent-800\/20:hover{
  background-color: rgb(168 60 60 / 0.2);
}

.hover\:bg-accent-800\/25:hover{
  background-color: rgb(168 60 60 / 0.25);
}

.hover\:bg-accent-800\/30:hover{
  background-color: rgb(168 60 60 / 0.3);
}

.hover\:bg-accent-800\/35:hover{
  background-color: rgb(168 60 60 / 0.35);
}

.hover\:bg-accent-800\/40:hover{
  background-color: rgb(168 60 60 / 0.4);
}

.hover\:bg-accent-800\/45:hover{
  background-color: rgb(168 60 60 / 0.45);
}

.hover\:bg-accent-800\/5:hover{
  background-color: rgb(168 60 60 / 0.05);
}

.hover\:bg-accent-800\/50:hover{
  background-color: rgb(168 60 60 / 0.5);
}

.hover\:bg-accent-800\/55:hover{
  background-color: rgb(168 60 60 / 0.55);
}

.hover\:bg-accent-800\/60:hover{
  background-color: rgb(168 60 60 / 0.6);
}

.hover\:bg-accent-800\/65:hover{
  background-color: rgb(168 60 60 / 0.65);
}

.hover\:bg-accent-800\/70:hover{
  background-color: rgb(168 60 60 / 0.7);
}

.hover\:bg-accent-800\/75:hover{
  background-color: rgb(168 60 60 / 0.75);
}

.hover\:bg-accent-800\/80:hover{
  background-color: rgb(168 60 60 / 0.8);
}

.hover\:bg-accent-800\/85:hover{
  background-color: rgb(168 60 60 / 0.85);
}

.hover\:bg-accent-800\/90:hover{
  background-color: rgb(168 60 60 / 0.9);
}

.hover\:bg-accent-800\/95:hover{
  background-color: rgb(168 60 60 / 0.95);
}

.hover\:bg-accent-900:hover{
  background-color: #8c3434;
}

.hover\:bg-accent-900\/0:hover{
  background-color: rgb(140 52 52 / 0);
}

.hover\:bg-accent-900\/10:hover{
  background-color: rgb(140 52 52 / 0.1);
}

.hover\:bg-accent-900\/100:hover{
  background-color: rgb(140 52 52 / 1);
}

.hover\:bg-accent-900\/15:hover{
  background-color: rgb(140 52 52 / 0.15);
}

.hover\:bg-accent-900\/20:hover{
  background-color: rgb(140 52 52 / 0.2);
}

.hover\:bg-accent-900\/25:hover{
  background-color: rgb(140 52 52 / 0.25);
}

.hover\:bg-accent-900\/30:hover{
  background-color: rgb(140 52 52 / 0.3);
}

.hover\:bg-accent-900\/35:hover{
  background-color: rgb(140 52 52 / 0.35);
}

.hover\:bg-accent-900\/40:hover{
  background-color: rgb(140 52 52 / 0.4);
}

.hover\:bg-accent-900\/45:hover{
  background-color: rgb(140 52 52 / 0.45);
}

.hover\:bg-accent-900\/5:hover{
  background-color: rgb(140 52 52 / 0.05);
}

.hover\:bg-accent-900\/50:hover{
  background-color: rgb(140 52 52 / 0.5);
}

.hover\:bg-accent-900\/55:hover{
  background-color: rgb(140 52 52 / 0.55);
}

.hover\:bg-accent-900\/60:hover{
  background-color: rgb(140 52 52 / 0.6);
}

.hover\:bg-accent-900\/65:hover{
  background-color: rgb(140 52 52 / 0.65);
}

.hover\:bg-accent-900\/70:hover{
  background-color: rgb(140 52 52 / 0.7);
}

.hover\:bg-accent-900\/75:hover{
  background-color: rgb(140 52 52 / 0.75);
}

.hover\:bg-accent-900\/80:hover{
  background-color: rgb(140 52 52 / 0.8);
}

.hover\:bg-accent-900\/85:hover{
  background-color: rgb(140 52 52 / 0.85);
}

.hover\:bg-accent-900\/90:hover{
  background-color: rgb(140 52 52 / 0.9);
}

.hover\:bg-accent-900\/95:hover{
  background-color: rgb(140 52 52 / 0.95);
}

.hover\:bg-black:hover{
  background-color: #000;
}

.hover\:bg-blue-50:hover{
  background-color: #eff6ff;
}

.hover\:bg-blue-500:hover{
  background-color: #3b82f6;
}

.hover\:bg-blue-600:hover{
  background-color: #2563eb;
}

.hover\:bg-blue-700:hover{
  background-color: #1d4ed8;
}

.hover\:bg-blue-800:hover{
  background-color: #1e40af;
}

.hover\:bg-gray-100:hover{
  background-color: #f3f4f6;
}

.hover\:bg-gray-100\/0:hover{
  background-color: rgb(243 244 246 / 0);
}

.hover\:bg-gray-100\/10:hover{
  background-color: rgb(243 244 246 / 0.1);
}

.hover\:bg-gray-100\/100:hover{
  background-color: rgb(243 244 246 / 1);
}

.hover\:bg-gray-100\/15:hover{
  background-color: rgb(243 244 246 / 0.15);
}

.hover\:bg-gray-100\/20:hover{
  background-color: rgb(243 244 246 / 0.2);
}

.hover\:bg-gray-100\/25:hover{
  background-color: rgb(243 244 246 / 0.25);
}

.hover\:bg-gray-100\/30:hover{
  background-color: rgb(243 244 246 / 0.3);
}

.hover\:bg-gray-100\/35:hover{
  background-color: rgb(243 244 246 / 0.35);
}

.hover\:bg-gray-100\/40:hover{
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/45:hover{
  background-color: rgb(243 244 246 / 0.45);
}

.hover\:bg-gray-100\/5:hover{
  background-color: rgb(243 244 246 / 0.05);
}

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/55:hover{
  background-color: rgb(243 244 246 / 0.55);
}

.hover\:bg-gray-100\/60:hover{
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/65:hover{
  background-color: rgb(243 244 246 / 0.65);
}

.hover\:bg-gray-100\/70:hover{
  background-color: rgb(243 244 246 / 0.7);
}

.hover\:bg-gray-100\/75:hover{
  background-color: rgb(243 244 246 / 0.75);
}

.hover\:bg-gray-100\/80:hover{
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-100\/85:hover{
  background-color: rgb(243 244 246 / 0.85);
}

.hover\:bg-gray-100\/90:hover{
  background-color: rgb(243 244 246 / 0.9);
}

.hover\:bg-gray-100\/95:hover{
  background-color: rgb(243 244 246 / 0.95);
}

.hover\:bg-gray-200:hover{
  background-color: #e5e7eb;
}

.hover\:bg-gray-200\/0:hover{
  background-color: rgb(229 231 235 / 0);
}

.hover\:bg-gray-200\/10:hover{
  background-color: rgb(229 231 235 / 0.1);
}

.hover\:bg-gray-200\/100:hover{
  background-color: rgb(229 231 235 / 1);
}

.hover\:bg-gray-200\/15:hover{
  background-color: rgb(229 231 235 / 0.15);
}

.hover\:bg-gray-200\/20:hover{
  background-color: rgb(229 231 235 / 0.2);
}

.hover\:bg-gray-200\/25:hover{
  background-color: rgb(229 231 235 / 0.25);
}

.hover\:bg-gray-200\/30:hover{
  background-color: rgb(229 231 235 / 0.3);
}

.hover\:bg-gray-200\/35:hover{
  background-color: rgb(229 231 235 / 0.35);
}

.hover\:bg-gray-200\/40:hover{
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/45:hover{
  background-color: rgb(229 231 235 / 0.45);
}

.hover\:bg-gray-200\/5:hover{
  background-color: rgb(229 231 235 / 0.05);
}

.hover\:bg-gray-200\/50:hover{
  background-color: rgb(229 231 235 / 0.5);
}

.hover\:bg-gray-200\/55:hover{
  background-color: rgb(229 231 235 / 0.55);
}

.hover\:bg-gray-200\/60:hover{
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/65:hover{
  background-color: rgb(229 231 235 / 0.65);
}

.hover\:bg-gray-200\/70:hover{
  background-color: rgb(229 231 235 / 0.7);
}

.hover\:bg-gray-200\/75:hover{
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-200\/80:hover{
  background-color: rgb(229 231 235 / 0.8);
}

.hover\:bg-gray-200\/85:hover{
  background-color: rgb(229 231 235 / 0.85);
}

.hover\:bg-gray-200\/90:hover{
  background-color: rgb(229 231 235 / 0.9);
}

.hover\:bg-gray-200\/95:hover{
  background-color: rgb(229 231 235 / 0.95);
}

.hover\:bg-gray-300:hover{
  background-color: #d1d5db;
}

.hover\:bg-gray-300\/0:hover{
  background-color: rgb(209 213 219 / 0);
}

.hover\:bg-gray-300\/10:hover{
  background-color: rgb(209 213 219 / 0.1);
}

.hover\:bg-gray-300\/100:hover{
  background-color: rgb(209 213 219 / 1);
}

.hover\:bg-gray-300\/15:hover{
  background-color: rgb(209 213 219 / 0.15);
}

.hover\:bg-gray-300\/20:hover{
  background-color: rgb(209 213 219 / 0.2);
}

.hover\:bg-gray-300\/25:hover{
  background-color: rgb(209 213 219 / 0.25);
}

.hover\:bg-gray-300\/30:hover{
  background-color: rgb(209 213 219 / 0.3);
}

.hover\:bg-gray-300\/35:hover{
  background-color: rgb(209 213 219 / 0.35);
}

.hover\:bg-gray-300\/40:hover{
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/45:hover{
  background-color: rgb(209 213 219 / 0.45);
}

.hover\:bg-gray-300\/5:hover{
  background-color: rgb(209 213 219 / 0.05);
}

.hover\:bg-gray-300\/50:hover{
  background-color: rgb(209 213 219 / 0.5);
}

.hover\:bg-gray-300\/55:hover{
  background-color: rgb(209 213 219 / 0.55);
}

.hover\:bg-gray-300\/60:hover{
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/65:hover{
  background-color: rgb(209 213 219 / 0.65);
}

.hover\:bg-gray-300\/70:hover{
  background-color: rgb(209 213 219 / 0.7);
}

.hover\:bg-gray-300\/75:hover{
  background-color: rgb(209 213 219 / 0.75);
}

.hover\:bg-gray-300\/80:hover{
  background-color: rgb(209 213 219 / 0.8);
}

.hover\:bg-gray-300\/85:hover{
  background-color: rgb(209 213 219 / 0.85);
}

.hover\:bg-gray-300\/90:hover{
  background-color: rgb(209 213 219 / 0.9);
}

.hover\:bg-gray-300\/95:hover{
  background-color: rgb(209 213 219 / 0.95);
}

.hover\:bg-gray-400:hover{
  background-color: #9ca3af;
}

.hover\:bg-gray-400\/0:hover{
  background-color: rgb(156 163 175 / 0);
}

.hover\:bg-gray-400\/10:hover{
  background-color: rgb(156 163 175 / 0.1);
}

.hover\:bg-gray-400\/100:hover{
  background-color: rgb(156 163 175 / 1);
}

.hover\:bg-gray-400\/15:hover{
  background-color: rgb(156 163 175 / 0.15);
}

.hover\:bg-gray-400\/20:hover{
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:bg-gray-400\/25:hover{
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-gray-400\/30:hover{
  background-color: rgb(156 163 175 / 0.3);
}

.hover\:bg-gray-400\/35:hover{
  background-color: rgb(156 163 175 / 0.35);
}

.hover\:bg-gray-400\/40:hover{
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/45:hover{
  background-color: rgb(156 163 175 / 0.45);
}

.hover\:bg-gray-400\/5:hover{
  background-color: rgb(156 163 175 / 0.05);
}

.hover\:bg-gray-400\/50:hover{
  background-color: rgb(156 163 175 / 0.5);
}

.hover\:bg-gray-400\/55:hover{
  background-color: rgb(156 163 175 / 0.55);
}

.hover\:bg-gray-400\/60:hover{
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/65:hover{
  background-color: rgb(156 163 175 / 0.65);
}

.hover\:bg-gray-400\/70:hover{
  background-color: rgb(156 163 175 / 0.7);
}

.hover\:bg-gray-400\/75:hover{
  background-color: rgb(156 163 175 / 0.75);
}

.hover\:bg-gray-400\/80:hover{
  background-color: rgb(156 163 175 / 0.8);
}

.hover\:bg-gray-400\/85:hover{
  background-color: rgb(156 163 175 / 0.85);
}

.hover\:bg-gray-400\/90:hover{
  background-color: rgb(156 163 175 / 0.9);
}

.hover\:bg-gray-400\/95:hover{
  background-color: rgb(156 163 175 / 0.95);
}

.hover\:bg-gray-500:hover{
  background-color: #6b7280;
}

.hover\:bg-gray-500\/0:hover{
  background-color: rgb(107 114 128 / 0);
}

.hover\:bg-gray-500\/10:hover{
  background-color: rgb(107 114 128 / 0.1);
}

.hover\:bg-gray-500\/100:hover{
  background-color: rgb(107 114 128 / 1);
}

.hover\:bg-gray-500\/15:hover{
  background-color: rgb(107 114 128 / 0.15);
}

.hover\:bg-gray-500\/20:hover{
  background-color: rgb(107 114 128 / 0.2);
}

.hover\:bg-gray-500\/25:hover{
  background-color: rgb(107 114 128 / 0.25);
}

.hover\:bg-gray-500\/30:hover{
  background-color: rgb(107 114 128 / 0.3);
}

.hover\:bg-gray-500\/35:hover{
  background-color: rgb(107 114 128 / 0.35);
}

.hover\:bg-gray-500\/40:hover{
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/45:hover{
  background-color: rgb(107 114 128 / 0.45);
}

.hover\:bg-gray-500\/5:hover{
  background-color: rgb(107 114 128 / 0.05);
}

.hover\:bg-gray-500\/50:hover{
  background-color: rgb(107 114 128 / 0.5);
}

.hover\:bg-gray-500\/55:hover{
  background-color: rgb(107 114 128 / 0.55);
}

.hover\:bg-gray-500\/60:hover{
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/65:hover{
  background-color: rgb(107 114 128 / 0.65);
}

.hover\:bg-gray-500\/70:hover{
  background-color: rgb(107 114 128 / 0.7);
}

.hover\:bg-gray-500\/75:hover{
  background-color: rgb(107 114 128 / 0.75);
}

.hover\:bg-gray-500\/80:hover{
  background-color: rgb(107 114 128 / 0.8);
}

.hover\:bg-gray-500\/85:hover{
  background-color: rgb(107 114 128 / 0.85);
}

.hover\:bg-gray-500\/90:hover{
  background-color: rgb(107 114 128 / 0.9);
}

.hover\:bg-gray-500\/95:hover{
  background-color: rgb(107 114 128 / 0.95);
}

.hover\:bg-gray-600:hover{
  background-color: #4b5563;
}

.hover\:bg-gray-600\/0:hover{
  background-color: rgb(75 85 99 / 0);
}

.hover\:bg-gray-600\/10:hover{
  background-color: rgb(75 85 99 / 0.1);
}

.hover\:bg-gray-600\/100:hover{
  background-color: rgb(75 85 99 / 1);
}

.hover\:bg-gray-600\/15:hover{
  background-color: rgb(75 85 99 / 0.15);
}

.hover\:bg-gray-600\/20:hover{
  background-color: rgb(75 85 99 / 0.2);
}

.hover\:bg-gray-600\/25:hover{
  background-color: rgb(75 85 99 / 0.25);
}

.hover\:bg-gray-600\/30:hover{
  background-color: rgb(75 85 99 / 0.3);
}

.hover\:bg-gray-600\/35:hover{
  background-color: rgb(75 85 99 / 0.35);
}

.hover\:bg-gray-600\/40:hover{
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/45:hover{
  background-color: rgb(75 85 99 / 0.45);
}

.hover\:bg-gray-600\/5:hover{
  background-color: rgb(75 85 99 / 0.05);
}

.hover\:bg-gray-600\/50:hover{
  background-color: rgb(75 85 99 / 0.5);
}

.hover\:bg-gray-600\/55:hover{
  background-color: rgb(75 85 99 / 0.55);
}

.hover\:bg-gray-600\/60:hover{
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/65:hover{
  background-color: rgb(75 85 99 / 0.65);
}

.hover\:bg-gray-600\/70:hover{
  background-color: rgb(75 85 99 / 0.7);
}

.hover\:bg-gray-600\/75:hover{
  background-color: rgb(75 85 99 / 0.75);
}

.hover\:bg-gray-600\/80:hover{
  background-color: rgb(75 85 99 / 0.8);
}

.hover\:bg-gray-600\/85:hover{
  background-color: rgb(75 85 99 / 0.85);
}

.hover\:bg-gray-600\/90:hover{
  background-color: rgb(75 85 99 / 0.9);
}

.hover\:bg-gray-600\/95:hover{
  background-color: rgb(75 85 99 / 0.95);
}

.hover\:bg-gray-700:hover{
  background-color: #374151;
}

.hover\:bg-gray-700\/0:hover{
  background-color: rgb(55 65 81 / 0);
}

.hover\:bg-gray-700\/10:hover{
  background-color: rgb(55 65 81 / 0.1);
}

.hover\:bg-gray-700\/100:hover{
  background-color: rgb(55 65 81 / 1);
}

.hover\:bg-gray-700\/15:hover{
  background-color: rgb(55 65 81 / 0.15);
}

.hover\:bg-gray-700\/20:hover{
  background-color: rgb(55 65 81 / 0.2);
}

.hover\:bg-gray-700\/25:hover{
  background-color: rgb(55 65 81 / 0.25);
}

.hover\:bg-gray-700\/30:hover{
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/35:hover{
  background-color: rgb(55 65 81 / 0.35);
}

.hover\:bg-gray-700\/40:hover{
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/45:hover{
  background-color: rgb(55 65 81 / 0.45);
}

.hover\:bg-gray-700\/5:hover{
  background-color: rgb(55 65 81 / 0.05);
}

.hover\:bg-gray-700\/50:hover{
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-700\/55:hover{
  background-color: rgb(55 65 81 / 0.55);
}

.hover\:bg-gray-700\/60:hover{
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/65:hover{
  background-color: rgb(55 65 81 / 0.65);
}

.hover\:bg-gray-700\/70:hover{
  background-color: rgb(55 65 81 / 0.7);
}

.hover\:bg-gray-700\/75:hover{
  background-color: rgb(55 65 81 / 0.75);
}

.hover\:bg-gray-700\/80:hover{
  background-color: rgb(55 65 81 / 0.8);
}

.hover\:bg-gray-700\/85:hover{
  background-color: rgb(55 65 81 / 0.85);
}

.hover\:bg-gray-700\/90:hover{
  background-color: rgb(55 65 81 / 0.9);
}

.hover\:bg-gray-700\/95:hover{
  background-color: rgb(55 65 81 / 0.95);
}

.hover\:bg-gray-800:hover{
  background-color: #1f2937;
}

.hover\:bg-gray-800\/0:hover{
  background-color: rgb(31 41 55 / 0);
}

.hover\:bg-gray-800\/10:hover{
  background-color: rgb(31 41 55 / 0.1);
}

.hover\:bg-gray-800\/100:hover{
  background-color: rgb(31 41 55 / 1);
}

.hover\:bg-gray-800\/15:hover{
  background-color: rgb(31 41 55 / 0.15);
}

.hover\:bg-gray-800\/20:hover{
  background-color: rgb(31 41 55 / 0.2);
}

.hover\:bg-gray-800\/25:hover{
  background-color: rgb(31 41 55 / 0.25);
}

.hover\:bg-gray-800\/30:hover{
  background-color: rgb(31 41 55 / 0.3);
}

.hover\:bg-gray-800\/35:hover{
  background-color: rgb(31 41 55 / 0.35);
}

.hover\:bg-gray-800\/40:hover{
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/45:hover{
  background-color: rgb(31 41 55 / 0.45);
}

.hover\:bg-gray-800\/5:hover{
  background-color: rgb(31 41 55 / 0.05);
}

.hover\:bg-gray-800\/50:hover{
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-gray-800\/55:hover{
  background-color: rgb(31 41 55 / 0.55);
}

.hover\:bg-gray-800\/60:hover{
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/65:hover{
  background-color: rgb(31 41 55 / 0.65);
}

.hover\:bg-gray-800\/70:hover{
  background-color: rgb(31 41 55 / 0.7);
}

.hover\:bg-gray-800\/75:hover{
  background-color: rgb(31 41 55 / 0.75);
}

.hover\:bg-gray-800\/80:hover{
  background-color: rgb(31 41 55 / 0.8);
}

.hover\:bg-gray-800\/85:hover{
  background-color: rgb(31 41 55 / 0.85);
}

.hover\:bg-gray-800\/90:hover{
  background-color: rgb(31 41 55 / 0.9);
}

.hover\:bg-gray-800\/95:hover{
  background-color: rgb(31 41 55 / 0.95);
}

.hover\:bg-gray-900:hover{
  background-color: #111827;
}

.hover\:bg-gray-900\/0:hover{
  background-color: rgb(17 24 39 / 0);
}

.hover\:bg-gray-900\/10:hover{
  background-color: rgb(17 24 39 / 0.1);
}

.hover\:bg-gray-900\/100:hover{
  background-color: rgb(17 24 39 / 1);
}

.hover\:bg-gray-900\/15:hover{
  background-color: rgb(17 24 39 / 0.15);
}

.hover\:bg-gray-900\/20:hover{
  background-color: rgb(17 24 39 / 0.2);
}

.hover\:bg-gray-900\/25:hover{
  background-color: rgb(17 24 39 / 0.25);
}

.hover\:bg-gray-900\/30:hover{
  background-color: rgb(17 24 39 / 0.3);
}

.hover\:bg-gray-900\/35:hover{
  background-color: rgb(17 24 39 / 0.35);
}

.hover\:bg-gray-900\/40:hover{
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/45:hover{
  background-color: rgb(17 24 39 / 0.45);
}

.hover\:bg-gray-900\/5:hover{
  background-color: rgb(17 24 39 / 0.05);
}

.hover\:bg-gray-900\/50:hover{
  background-color: rgb(17 24 39 / 0.5);
}

.hover\:bg-gray-900\/55:hover{
  background-color: rgb(17 24 39 / 0.55);
}

.hover\:bg-gray-900\/60:hover{
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/65:hover{
  background-color: rgb(17 24 39 / 0.65);
}

.hover\:bg-gray-900\/70:hover{
  background-color: rgb(17 24 39 / 0.7);
}

.hover\:bg-gray-900\/75:hover{
  background-color: rgb(17 24 39 / 0.75);
}

.hover\:bg-gray-900\/80:hover{
  background-color: rgb(17 24 39 / 0.8);
}

.hover\:bg-gray-900\/85:hover{
  background-color: rgb(17 24 39 / 0.85);
}

.hover\:bg-gray-900\/90:hover{
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-gray-900\/95:hover{
  background-color: rgb(17 24 39 / 0.95);
}

.hover\:bg-green-500:hover{
  background-color: #22c55e;
}

.hover\:bg-green-600:hover{
  background-color: #16a34a;
}

.hover\:bg-primary-100:hover{
  background-color: #3965AC;
}

.hover\:bg-primary-100\/0:hover{
  background-color: rgb(57 101 172 / 0);
}

.hover\:bg-primary-100\/10:hover{
  background-color: rgb(57 101 172 / 0.1);
}

.hover\:bg-primary-100\/100:hover{
  background-color: rgb(57 101 172 / 1);
}

.hover\:bg-primary-100\/15:hover{
  background-color: rgb(57 101 172 / 0.15);
}

.hover\:bg-primary-100\/20:hover{
  background-color: rgb(57 101 172 / 0.2);
}

.hover\:bg-primary-100\/25:hover{
  background-color: rgb(57 101 172 / 0.25);
}

.hover\:bg-primary-100\/30:hover{
  background-color: rgb(57 101 172 / 0.3);
}

.hover\:bg-primary-100\/35:hover{
  background-color: rgb(57 101 172 / 0.35);
}

.hover\:bg-primary-100\/40:hover{
  background-color: rgb(57 101 172 / 0.4);
}

.hover\:bg-primary-100\/45:hover{
  background-color: rgb(57 101 172 / 0.45);
}

.hover\:bg-primary-100\/5:hover{
  background-color: rgb(57 101 172 / 0.05);
}

.hover\:bg-primary-100\/50:hover{
  background-color: rgb(57 101 172 / 0.5);
}

.hover\:bg-primary-100\/55:hover{
  background-color: rgb(57 101 172 / 0.55);
}

.hover\:bg-primary-100\/60:hover{
  background-color: rgb(57 101 172 / 0.6);
}

.hover\:bg-primary-100\/65:hover{
  background-color: rgb(57 101 172 / 0.65);
}

.hover\:bg-primary-100\/70:hover{
  background-color: rgb(57 101 172 / 0.7);
}

.hover\:bg-primary-100\/75:hover{
  background-color: rgb(57 101 172 / 0.75);
}

.hover\:bg-primary-100\/80:hover{
  background-color: rgb(57 101 172 / 0.8);
}

.hover\:bg-primary-100\/85:hover{
  background-color: rgb(57 101 172 / 0.85);
}

.hover\:bg-primary-100\/90:hover{
  background-color: rgb(57 101 172 / 0.9);
}

.hover\:bg-primary-100\/95:hover{
  background-color: rgb(57 101 172 / 0.95);
}

.hover\:bg-primary-200:hover{
  background-color: #365FA1;
}

.hover\:bg-primary-200\/0:hover{
  background-color: rgb(54 95 161 / 0);
}

.hover\:bg-primary-200\/10:hover{
  background-color: rgb(54 95 161 / 0.1);
}

.hover\:bg-primary-200\/100:hover{
  background-color: rgb(54 95 161 / 1);
}

.hover\:bg-primary-200\/15:hover{
  background-color: rgb(54 95 161 / 0.15);
}

.hover\:bg-primary-200\/20:hover{
  background-color: rgb(54 95 161 / 0.2);
}

.hover\:bg-primary-200\/25:hover{
  background-color: rgb(54 95 161 / 0.25);
}

.hover\:bg-primary-200\/30:hover{
  background-color: rgb(54 95 161 / 0.3);
}

.hover\:bg-primary-200\/35:hover{
  background-color: rgb(54 95 161 / 0.35);
}

.hover\:bg-primary-200\/40:hover{
  background-color: rgb(54 95 161 / 0.4);
}

.hover\:bg-primary-200\/45:hover{
  background-color: rgb(54 95 161 / 0.45);
}

.hover\:bg-primary-200\/5:hover{
  background-color: rgb(54 95 161 / 0.05);
}

.hover\:bg-primary-200\/50:hover{
  background-color: rgb(54 95 161 / 0.5);
}

.hover\:bg-primary-200\/55:hover{
  background-color: rgb(54 95 161 / 0.55);
}

.hover\:bg-primary-200\/60:hover{
  background-color: rgb(54 95 161 / 0.6);
}

.hover\:bg-primary-200\/65:hover{
  background-color: rgb(54 95 161 / 0.65);
}

.hover\:bg-primary-200\/70:hover{
  background-color: rgb(54 95 161 / 0.7);
}

.hover\:bg-primary-200\/75:hover{
  background-color: rgb(54 95 161 / 0.75);
}

.hover\:bg-primary-200\/80:hover{
  background-color: rgb(54 95 161 / 0.8);
}

.hover\:bg-primary-200\/85:hover{
  background-color: rgb(54 95 161 / 0.85);
}

.hover\:bg-primary-200\/90:hover{
  background-color: rgb(54 95 161 / 0.9);
}

.hover\:bg-primary-200\/95:hover{
  background-color: rgb(54 95 161 / 0.95);
}

.hover\:bg-primary-300:hover{
  background-color: #325895;
}

.hover\:bg-primary-300\/0:hover{
  background-color: rgb(50 88 149 / 0);
}

.hover\:bg-primary-300\/10:hover{
  background-color: rgb(50 88 149 / 0.1);
}

.hover\:bg-primary-300\/100:hover{
  background-color: rgb(50 88 149 / 1);
}

.hover\:bg-primary-300\/15:hover{
  background-color: rgb(50 88 149 / 0.15);
}

.hover\:bg-primary-300\/20:hover{
  background-color: rgb(50 88 149 / 0.2);
}

.hover\:bg-primary-300\/25:hover{
  background-color: rgb(50 88 149 / 0.25);
}

.hover\:bg-primary-300\/30:hover{
  background-color: rgb(50 88 149 / 0.3);
}

.hover\:bg-primary-300\/35:hover{
  background-color: rgb(50 88 149 / 0.35);
}

.hover\:bg-primary-300\/40:hover{
  background-color: rgb(50 88 149 / 0.4);
}

.hover\:bg-primary-300\/45:hover{
  background-color: rgb(50 88 149 / 0.45);
}

.hover\:bg-primary-300\/5:hover{
  background-color: rgb(50 88 149 / 0.05);
}

.hover\:bg-primary-300\/50:hover{
  background-color: rgb(50 88 149 / 0.5);
}

.hover\:bg-primary-300\/55:hover{
  background-color: rgb(50 88 149 / 0.55);
}

.hover\:bg-primary-300\/60:hover{
  background-color: rgb(50 88 149 / 0.6);
}

.hover\:bg-primary-300\/65:hover{
  background-color: rgb(50 88 149 / 0.65);
}

.hover\:bg-primary-300\/70:hover{
  background-color: rgb(50 88 149 / 0.7);
}

.hover\:bg-primary-300\/75:hover{
  background-color: rgb(50 88 149 / 0.75);
}

.hover\:bg-primary-300\/80:hover{
  background-color: rgb(50 88 149 / 0.8);
}

.hover\:bg-primary-300\/85:hover{
  background-color: rgb(50 88 149 / 0.85);
}

.hover\:bg-primary-300\/90:hover{
  background-color: rgb(50 88 149 / 0.9);
}

.hover\:bg-primary-300\/95:hover{
  background-color: rgb(50 88 149 / 0.95);
}

.hover\:bg-primary-400:hover{
  background-color: #305691;
}

.hover\:bg-primary-400\/0:hover{
  background-color: rgb(48 86 145 / 0);
}

.hover\:bg-primary-400\/10:hover{
  background-color: rgb(48 86 145 / 0.1);
}

.hover\:bg-primary-400\/100:hover{
  background-color: rgb(48 86 145 / 1);
}

.hover\:bg-primary-400\/15:hover{
  background-color: rgb(48 86 145 / 0.15);
}

.hover\:bg-primary-400\/20:hover{
  background-color: rgb(48 86 145 / 0.2);
}

.hover\:bg-primary-400\/25:hover{
  background-color: rgb(48 86 145 / 0.25);
}

.hover\:bg-primary-400\/30:hover{
  background-color: rgb(48 86 145 / 0.3);
}

.hover\:bg-primary-400\/35:hover{
  background-color: rgb(48 86 145 / 0.35);
}

.hover\:bg-primary-400\/40:hover{
  background-color: rgb(48 86 145 / 0.4);
}

.hover\:bg-primary-400\/45:hover{
  background-color: rgb(48 86 145 / 0.45);
}

.hover\:bg-primary-400\/5:hover{
  background-color: rgb(48 86 145 / 0.05);
}

.hover\:bg-primary-400\/50:hover{
  background-color: rgb(48 86 145 / 0.5);
}

.hover\:bg-primary-400\/55:hover{
  background-color: rgb(48 86 145 / 0.55);
}

.hover\:bg-primary-400\/60:hover{
  background-color: rgb(48 86 145 / 0.6);
}

.hover\:bg-primary-400\/65:hover{
  background-color: rgb(48 86 145 / 0.65);
}

.hover\:bg-primary-400\/70:hover{
  background-color: rgb(48 86 145 / 0.7);
}

.hover\:bg-primary-400\/75:hover{
  background-color: rgb(48 86 145 / 0.75);
}

.hover\:bg-primary-400\/80:hover{
  background-color: rgb(48 86 145 / 0.8);
}

.hover\:bg-primary-400\/85:hover{
  background-color: rgb(48 86 145 / 0.85);
}

.hover\:bg-primary-400\/90:hover{
  background-color: rgb(48 86 145 / 0.9);
}

.hover\:bg-primary-400\/95:hover{
  background-color: rgb(48 86 145 / 0.95);
}

.hover\:bg-primary-50:hover{
  background-color: #3D6BB3;
}

.hover\:bg-primary-500:hover{
  background-color: #2d4b79;
}

.hover\:bg-primary-500\/0:hover{
  background-color: rgb(45 75 121 / 0);
}

.hover\:bg-primary-500\/10:hover{
  background-color: rgb(45 75 121 / 0.1);
}

.hover\:bg-primary-500\/100:hover{
  background-color: rgb(45 75 121 / 1);
}

.hover\:bg-primary-500\/15:hover{
  background-color: rgb(45 75 121 / 0.15);
}

.hover\:bg-primary-500\/20:hover{
  background-color: rgb(45 75 121 / 0.2);
}

.hover\:bg-primary-500\/25:hover{
  background-color: rgb(45 75 121 / 0.25);
}

.hover\:bg-primary-500\/30:hover{
  background-color: rgb(45 75 121 / 0.3);
}

.hover\:bg-primary-500\/35:hover{
  background-color: rgb(45 75 121 / 0.35);
}

.hover\:bg-primary-500\/40:hover{
  background-color: rgb(45 75 121 / 0.4);
}

.hover\:bg-primary-500\/45:hover{
  background-color: rgb(45 75 121 / 0.45);
}

.hover\:bg-primary-500\/5:hover{
  background-color: rgb(45 75 121 / 0.05);
}

.hover\:bg-primary-500\/50:hover{
  background-color: rgb(45 75 121 / 0.5);
}

.hover\:bg-primary-500\/55:hover{
  background-color: rgb(45 75 121 / 0.55);
}

.hover\:bg-primary-500\/60:hover{
  background-color: rgb(45 75 121 / 0.6);
}

.hover\:bg-primary-500\/65:hover{
  background-color: rgb(45 75 121 / 0.65);
}

.hover\:bg-primary-500\/70:hover{
  background-color: rgb(45 75 121 / 0.7);
}

.hover\:bg-primary-500\/75:hover{
  background-color: rgb(45 75 121 / 0.75);
}

.hover\:bg-primary-500\/80:hover{
  background-color: rgb(45 75 121 / 0.8);
}

.hover\:bg-primary-500\/85:hover{
  background-color: rgb(45 75 121 / 0.85);
}

.hover\:bg-primary-500\/90:hover{
  background-color: rgb(45 75 121 / 0.9);
}

.hover\:bg-primary-500\/95:hover{
  background-color: rgb(45 75 121 / 0.95);
}

.hover\:bg-primary-600:hover{
  background-color: #264473;
}

.hover\:bg-primary-600\/0:hover{
  background-color: rgb(38 68 115 / 0);
}

.hover\:bg-primary-600\/10:hover{
  background-color: rgb(38 68 115 / 0.1);
}

.hover\:bg-primary-600\/100:hover{
  background-color: rgb(38 68 115 / 1);
}

.hover\:bg-primary-600\/15:hover{
  background-color: rgb(38 68 115 / 0.15);
}

.hover\:bg-primary-600\/20:hover{
  background-color: rgb(38 68 115 / 0.2);
}

.hover\:bg-primary-600\/25:hover{
  background-color: rgb(38 68 115 / 0.25);
}

.hover\:bg-primary-600\/30:hover{
  background-color: rgb(38 68 115 / 0.3);
}

.hover\:bg-primary-600\/35:hover{
  background-color: rgb(38 68 115 / 0.35);
}

.hover\:bg-primary-600\/40:hover{
  background-color: rgb(38 68 115 / 0.4);
}

.hover\:bg-primary-600\/45:hover{
  background-color: rgb(38 68 115 / 0.45);
}

.hover\:bg-primary-600\/5:hover{
  background-color: rgb(38 68 115 / 0.05);
}

.hover\:bg-primary-600\/50:hover{
  background-color: rgb(38 68 115 / 0.5);
}

.hover\:bg-primary-600\/55:hover{
  background-color: rgb(38 68 115 / 0.55);
}

.hover\:bg-primary-600\/60:hover{
  background-color: rgb(38 68 115 / 0.6);
}

.hover\:bg-primary-600\/65:hover{
  background-color: rgb(38 68 115 / 0.65);
}

.hover\:bg-primary-600\/70:hover{
  background-color: rgb(38 68 115 / 0.7);
}

.hover\:bg-primary-600\/75:hover{
  background-color: rgb(38 68 115 / 0.75);
}

.hover\:bg-primary-600\/80:hover{
  background-color: rgb(38 68 115 / 0.8);
}

.hover\:bg-primary-600\/85:hover{
  background-color: rgb(38 68 115 / 0.85);
}

.hover\:bg-primary-600\/90:hover{
  background-color: rgb(38 68 115 / 0.9);
}

.hover\:bg-primary-600\/95:hover{
  background-color: rgb(38 68 115 / 0.95);
}

.hover\:bg-primary-700:hover{
  background-color: #233e68;
}

.hover\:bg-primary-700\/0:hover{
  background-color: rgb(35 62 104 / 0);
}

.hover\:bg-primary-700\/10:hover{
  background-color: rgb(35 62 104 / 0.1);
}

.hover\:bg-primary-700\/100:hover{
  background-color: rgb(35 62 104 / 1);
}

.hover\:bg-primary-700\/15:hover{
  background-color: rgb(35 62 104 / 0.15);
}

.hover\:bg-primary-700\/20:hover{
  background-color: rgb(35 62 104 / 0.2);
}

.hover\:bg-primary-700\/25:hover{
  background-color: rgb(35 62 104 / 0.25);
}

.hover\:bg-primary-700\/30:hover{
  background-color: rgb(35 62 104 / 0.3);
}

.hover\:bg-primary-700\/35:hover{
  background-color: rgb(35 62 104 / 0.35);
}

.hover\:bg-primary-700\/40:hover{
  background-color: rgb(35 62 104 / 0.4);
}

.hover\:bg-primary-700\/45:hover{
  background-color: rgb(35 62 104 / 0.45);
}

.hover\:bg-primary-700\/5:hover{
  background-color: rgb(35 62 104 / 0.05);
}

.hover\:bg-primary-700\/50:hover{
  background-color: rgb(35 62 104 / 0.5);
}

.hover\:bg-primary-700\/55:hover{
  background-color: rgb(35 62 104 / 0.55);
}

.hover\:bg-primary-700\/60:hover{
  background-color: rgb(35 62 104 / 0.6);
}

.hover\:bg-primary-700\/65:hover{
  background-color: rgb(35 62 104 / 0.65);
}

.hover\:bg-primary-700\/70:hover{
  background-color: rgb(35 62 104 / 0.7);
}

.hover\:bg-primary-700\/75:hover{
  background-color: rgb(35 62 104 / 0.75);
}

.hover\:bg-primary-700\/80:hover{
  background-color: rgb(35 62 104 / 0.8);
}

.hover\:bg-primary-700\/85:hover{
  background-color: rgb(35 62 104 / 0.85);
}

.hover\:bg-primary-700\/90:hover{
  background-color: rgb(35 62 104 / 0.9);
}

.hover\:bg-primary-700\/95:hover{
  background-color: rgb(35 62 104 / 0.95);
}

.hover\:bg-primary-800:hover{
  background-color: #1f375c;
}

.hover\:bg-primary-800\/0:hover{
  background-color: rgb(31 55 92 / 0);
}

.hover\:bg-primary-800\/10:hover{
  background-color: rgb(31 55 92 / 0.1);
}

.hover\:bg-primary-800\/100:hover{
  background-color: rgb(31 55 92 / 1);
}

.hover\:bg-primary-800\/15:hover{
  background-color: rgb(31 55 92 / 0.15);
}

.hover\:bg-primary-800\/20:hover{
  background-color: rgb(31 55 92 / 0.2);
}

.hover\:bg-primary-800\/25:hover{
  background-color: rgb(31 55 92 / 0.25);
}

.hover\:bg-primary-800\/30:hover{
  background-color: rgb(31 55 92 / 0.3);
}

.hover\:bg-primary-800\/35:hover{
  background-color: rgb(31 55 92 / 0.35);
}

.hover\:bg-primary-800\/40:hover{
  background-color: rgb(31 55 92 / 0.4);
}

.hover\:bg-primary-800\/45:hover{
  background-color: rgb(31 55 92 / 0.45);
}

.hover\:bg-primary-800\/5:hover{
  background-color: rgb(31 55 92 / 0.05);
}

.hover\:bg-primary-800\/50:hover{
  background-color: rgb(31 55 92 / 0.5);
}

.hover\:bg-primary-800\/55:hover{
  background-color: rgb(31 55 92 / 0.55);
}

.hover\:bg-primary-800\/60:hover{
  background-color: rgb(31 55 92 / 0.6);
}

.hover\:bg-primary-800\/65:hover{
  background-color: rgb(31 55 92 / 0.65);
}

.hover\:bg-primary-800\/70:hover{
  background-color: rgb(31 55 92 / 0.7);
}

.hover\:bg-primary-800\/75:hover{
  background-color: rgb(31 55 92 / 0.75);
}

.hover\:bg-primary-800\/80:hover{
  background-color: rgb(31 55 92 / 0.8);
}

.hover\:bg-primary-800\/85:hover{
  background-color: rgb(31 55 92 / 0.85);
}

.hover\:bg-primary-800\/90:hover{
  background-color: rgb(31 55 92 / 0.9);
}

.hover\:bg-primary-800\/95:hover{
  background-color: rgb(31 55 92 / 0.95);
}

.hover\:bg-primary-900:hover{
  background-color: #1b3051;
}

.hover\:bg-primary-900\/0:hover{
  background-color: rgb(27 48 81 / 0);
}

.hover\:bg-primary-900\/10:hover{
  background-color: rgb(27 48 81 / 0.1);
}

.hover\:bg-primary-900\/100:hover{
  background-color: rgb(27 48 81 / 1);
}

.hover\:bg-primary-900\/15:hover{
  background-color: rgb(27 48 81 / 0.15);
}

.hover\:bg-primary-900\/20:hover{
  background-color: rgb(27 48 81 / 0.2);
}

.hover\:bg-primary-900\/25:hover{
  background-color: rgb(27 48 81 / 0.25);
}

.hover\:bg-primary-900\/30:hover{
  background-color: rgb(27 48 81 / 0.3);
}

.hover\:bg-primary-900\/35:hover{
  background-color: rgb(27 48 81 / 0.35);
}

.hover\:bg-primary-900\/40:hover{
  background-color: rgb(27 48 81 / 0.4);
}

.hover\:bg-primary-900\/45:hover{
  background-color: rgb(27 48 81 / 0.45);
}

.hover\:bg-primary-900\/5:hover{
  background-color: rgb(27 48 81 / 0.05);
}

.hover\:bg-primary-900\/50:hover{
  background-color: rgb(27 48 81 / 0.5);
}

.hover\:bg-primary-900\/55:hover{
  background-color: rgb(27 48 81 / 0.55);
}

.hover\:bg-primary-900\/60:hover{
  background-color: rgb(27 48 81 / 0.6);
}

.hover\:bg-primary-900\/65:hover{
  background-color: rgb(27 48 81 / 0.65);
}

.hover\:bg-primary-900\/70:hover{
  background-color: rgb(27 48 81 / 0.7);
}

.hover\:bg-primary-900\/75:hover{
  background-color: rgb(27 48 81 / 0.75);
}

.hover\:bg-primary-900\/80:hover{
  background-color: rgb(27 48 81 / 0.8);
}

.hover\:bg-primary-900\/85:hover{
  background-color: rgb(27 48 81 / 0.85);
}

.hover\:bg-primary-900\/90:hover{
  background-color: rgb(27 48 81 / 0.9);
}

.hover\:bg-primary-900\/95:hover{
  background-color: rgb(27 48 81 / 0.95);
}

.hover\:bg-purple-600:hover{
  background-color: #9333ea;
}

.hover\:bg-red-100:hover{
  background-color: #fee2e2;
}

.hover\:bg-red-700:hover{
  background-color: #b91c1c;
}

.hover\:bg-secondary-100:hover{
  background-color: #DAE5E7;
}

.hover\:bg-secondary-100\/0:hover{
  background-color: rgb(218 229 231 / 0);
}

.hover\:bg-secondary-100\/10:hover{
  background-color: rgb(218 229 231 / 0.1);
}

.hover\:bg-secondary-100\/100:hover{
  background-color: rgb(218 229 231 / 1);
}

.hover\:bg-secondary-100\/15:hover{
  background-color: rgb(218 229 231 / 0.15);
}

.hover\:bg-secondary-100\/20:hover{
  background-color: rgb(218 229 231 / 0.2);
}

.hover\:bg-secondary-100\/25:hover{
  background-color: rgb(218 229 231 / 0.25);
}

.hover\:bg-secondary-100\/30:hover{
  background-color: rgb(218 229 231 / 0.3);
}

.hover\:bg-secondary-100\/35:hover{
  background-color: rgb(218 229 231 / 0.35);
}

.hover\:bg-secondary-100\/40:hover{
  background-color: rgb(218 229 231 / 0.4);
}

.hover\:bg-secondary-100\/45:hover{
  background-color: rgb(218 229 231 / 0.45);
}

.hover\:bg-secondary-100\/5:hover{
  background-color: rgb(218 229 231 / 0.05);
}

.hover\:bg-secondary-100\/50:hover{
  background-color: rgb(218 229 231 / 0.5);
}

.hover\:bg-secondary-100\/55:hover{
  background-color: rgb(218 229 231 / 0.55);
}

.hover\:bg-secondary-100\/60:hover{
  background-color: rgb(218 229 231 / 0.6);
}

.hover\:bg-secondary-100\/65:hover{
  background-color: rgb(218 229 231 / 0.65);
}

.hover\:bg-secondary-100\/70:hover{
  background-color: rgb(218 229 231 / 0.7);
}

.hover\:bg-secondary-100\/75:hover{
  background-color: rgb(218 229 231 / 0.75);
}

.hover\:bg-secondary-100\/80:hover{
  background-color: rgb(218 229 231 / 0.8);
}

.hover\:bg-secondary-100\/85:hover{
  background-color: rgb(218 229 231 / 0.85);
}

.hover\:bg-secondary-100\/90:hover{
  background-color: rgb(218 229 231 / 0.9);
}

.hover\:bg-secondary-100\/95:hover{
  background-color: rgb(218 229 231 / 0.95);
}

.hover\:bg-secondary-200:hover{
  background-color: #C4D6D9;
}

.hover\:bg-secondary-200\/0:hover{
  background-color: rgb(196 214 217 / 0);
}

.hover\:bg-secondary-200\/10:hover{
  background-color: rgb(196 214 217 / 0.1);
}

.hover\:bg-secondary-200\/100:hover{
  background-color: rgb(196 214 217 / 1);
}

.hover\:bg-secondary-200\/15:hover{
  background-color: rgb(196 214 217 / 0.15);
}

.hover\:bg-secondary-200\/20:hover{
  background-color: rgb(196 214 217 / 0.2);
}

.hover\:bg-secondary-200\/25:hover{
  background-color: rgb(196 214 217 / 0.25);
}

.hover\:bg-secondary-200\/30:hover{
  background-color: rgb(196 214 217 / 0.3);
}

.hover\:bg-secondary-200\/35:hover{
  background-color: rgb(196 214 217 / 0.35);
}

.hover\:bg-secondary-200\/40:hover{
  background-color: rgb(196 214 217 / 0.4);
}

.hover\:bg-secondary-200\/45:hover{
  background-color: rgb(196 214 217 / 0.45);
}

.hover\:bg-secondary-200\/5:hover{
  background-color: rgb(196 214 217 / 0.05);
}

.hover\:bg-secondary-200\/50:hover{
  background-color: rgb(196 214 217 / 0.5);
}

.hover\:bg-secondary-200\/55:hover{
  background-color: rgb(196 214 217 / 0.55);
}

.hover\:bg-secondary-200\/60:hover{
  background-color: rgb(196 214 217 / 0.6);
}

.hover\:bg-secondary-200\/65:hover{
  background-color: rgb(196 214 217 / 0.65);
}

.hover\:bg-secondary-200\/70:hover{
  background-color: rgb(196 214 217 / 0.7);
}

.hover\:bg-secondary-200\/75:hover{
  background-color: rgb(196 214 217 / 0.75);
}

.hover\:bg-secondary-200\/80:hover{
  background-color: rgb(196 214 217 / 0.8);
}

.hover\:bg-secondary-200\/85:hover{
  background-color: rgb(196 214 217 / 0.85);
}

.hover\:bg-secondary-200\/90:hover{
  background-color: rgb(196 214 217 / 0.9);
}

.hover\:bg-secondary-200\/95:hover{
  background-color: rgb(196 214 217 / 0.95);
}

.hover\:bg-secondary-300:hover{
  background-color: #AEC7CC;
}

.hover\:bg-secondary-300\/0:hover{
  background-color: rgb(174 199 204 / 0);
}

.hover\:bg-secondary-300\/10:hover{
  background-color: rgb(174 199 204 / 0.1);
}

.hover\:bg-secondary-300\/100:hover{
  background-color: rgb(174 199 204 / 1);
}

.hover\:bg-secondary-300\/15:hover{
  background-color: rgb(174 199 204 / 0.15);
}

.hover\:bg-secondary-300\/20:hover{
  background-color: rgb(174 199 204 / 0.2);
}

.hover\:bg-secondary-300\/25:hover{
  background-color: rgb(174 199 204 / 0.25);
}

.hover\:bg-secondary-300\/30:hover{
  background-color: rgb(174 199 204 / 0.3);
}

.hover\:bg-secondary-300\/35:hover{
  background-color: rgb(174 199 204 / 0.35);
}

.hover\:bg-secondary-300\/40:hover{
  background-color: rgb(174 199 204 / 0.4);
}

.hover\:bg-secondary-300\/45:hover{
  background-color: rgb(174 199 204 / 0.45);
}

.hover\:bg-secondary-300\/5:hover{
  background-color: rgb(174 199 204 / 0.05);
}

.hover\:bg-secondary-300\/50:hover{
  background-color: rgb(174 199 204 / 0.5);
}

.hover\:bg-secondary-300\/55:hover{
  background-color: rgb(174 199 204 / 0.55);
}

.hover\:bg-secondary-300\/60:hover{
  background-color: rgb(174 199 204 / 0.6);
}

.hover\:bg-secondary-300\/65:hover{
  background-color: rgb(174 199 204 / 0.65);
}

.hover\:bg-secondary-300\/70:hover{
  background-color: rgb(174 199 204 / 0.7);
}

.hover\:bg-secondary-300\/75:hover{
  background-color: rgb(174 199 204 / 0.75);
}

.hover\:bg-secondary-300\/80:hover{
  background-color: rgb(174 199 204 / 0.8);
}

.hover\:bg-secondary-300\/85:hover{
  background-color: rgb(174 199 204 / 0.85);
}

.hover\:bg-secondary-300\/90:hover{
  background-color: rgb(174 199 204 / 0.9);
}

.hover\:bg-secondary-300\/95:hover{
  background-color: rgb(174 199 204 / 0.95);
}

.hover\:bg-secondary-400:hover{
  background-color: #98B8BE;
}

.hover\:bg-secondary-400\/0:hover{
  background-color: rgb(152 184 190 / 0);
}

.hover\:bg-secondary-400\/10:hover{
  background-color: rgb(152 184 190 / 0.1);
}

.hover\:bg-secondary-400\/100:hover{
  background-color: rgb(152 184 190 / 1);
}

.hover\:bg-secondary-400\/15:hover{
  background-color: rgb(152 184 190 / 0.15);
}

.hover\:bg-secondary-400\/20:hover{
  background-color: rgb(152 184 190 / 0.2);
}

.hover\:bg-secondary-400\/25:hover{
  background-color: rgb(152 184 190 / 0.25);
}

.hover\:bg-secondary-400\/30:hover{
  background-color: rgb(152 184 190 / 0.3);
}

.hover\:bg-secondary-400\/35:hover{
  background-color: rgb(152 184 190 / 0.35);
}

.hover\:bg-secondary-400\/40:hover{
  background-color: rgb(152 184 190 / 0.4);
}

.hover\:bg-secondary-400\/45:hover{
  background-color: rgb(152 184 190 / 0.45);
}

.hover\:bg-secondary-400\/5:hover{
  background-color: rgb(152 184 190 / 0.05);
}

.hover\:bg-secondary-400\/50:hover{
  background-color: rgb(152 184 190 / 0.5);
}

.hover\:bg-secondary-400\/55:hover{
  background-color: rgb(152 184 190 / 0.55);
}

.hover\:bg-secondary-400\/60:hover{
  background-color: rgb(152 184 190 / 0.6);
}

.hover\:bg-secondary-400\/65:hover{
  background-color: rgb(152 184 190 / 0.65);
}

.hover\:bg-secondary-400\/70:hover{
  background-color: rgb(152 184 190 / 0.7);
}

.hover\:bg-secondary-400\/75:hover{
  background-color: rgb(152 184 190 / 0.75);
}

.hover\:bg-secondary-400\/80:hover{
  background-color: rgb(152 184 190 / 0.8);
}

.hover\:bg-secondary-400\/85:hover{
  background-color: rgb(152 184 190 / 0.85);
}

.hover\:bg-secondary-400\/90:hover{
  background-color: rgb(152 184 190 / 0.9);
}

.hover\:bg-secondary-400\/95:hover{
  background-color: rgb(152 184 190 / 0.95);
}

.hover\:bg-secondary-500:hover{
  background-color: #82A9B0;
}

.hover\:bg-secondary-500\/0:hover{
  background-color: rgb(130 169 176 / 0);
}

.hover\:bg-secondary-500\/10:hover{
  background-color: rgb(130 169 176 / 0.1);
}

.hover\:bg-secondary-500\/100:hover{
  background-color: rgb(130 169 176 / 1);
}

.hover\:bg-secondary-500\/15:hover{
  background-color: rgb(130 169 176 / 0.15);
}

.hover\:bg-secondary-500\/20:hover{
  background-color: rgb(130 169 176 / 0.2);
}

.hover\:bg-secondary-500\/25:hover{
  background-color: rgb(130 169 176 / 0.25);
}

.hover\:bg-secondary-500\/30:hover{
  background-color: rgb(130 169 176 / 0.3);
}

.hover\:bg-secondary-500\/35:hover{
  background-color: rgb(130 169 176 / 0.35);
}

.hover\:bg-secondary-500\/40:hover{
  background-color: rgb(130 169 176 / 0.4);
}

.hover\:bg-secondary-500\/45:hover{
  background-color: rgb(130 169 176 / 0.45);
}

.hover\:bg-secondary-500\/5:hover{
  background-color: rgb(130 169 176 / 0.05);
}

.hover\:bg-secondary-500\/50:hover{
  background-color: rgb(130 169 176 / 0.5);
}

.hover\:bg-secondary-500\/55:hover{
  background-color: rgb(130 169 176 / 0.55);
}

.hover\:bg-secondary-500\/60:hover{
  background-color: rgb(130 169 176 / 0.6);
}

.hover\:bg-secondary-500\/65:hover{
  background-color: rgb(130 169 176 / 0.65);
}

.hover\:bg-secondary-500\/70:hover{
  background-color: rgb(130 169 176 / 0.7);
}

.hover\:bg-secondary-500\/75:hover{
  background-color: rgb(130 169 176 / 0.75);
}

.hover\:bg-secondary-500\/80:hover{
  background-color: rgb(130 169 176 / 0.8);
}

.hover\:bg-secondary-500\/85:hover{
  background-color: rgb(130 169 176 / 0.85);
}

.hover\:bg-secondary-500\/90:hover{
  background-color: rgb(130 169 176 / 0.9);
}

.hover\:bg-secondary-500\/95:hover{
  background-color: rgb(130 169 176 / 0.95);
}

.hover\:bg-secondary-600:hover{
  background-color: #66969E;
}

.hover\:bg-secondary-600\/0:hover{
  background-color: rgb(102 150 158 / 0);
}

.hover\:bg-secondary-600\/10:hover{
  background-color: rgb(102 150 158 / 0.1);
}

.hover\:bg-secondary-600\/100:hover{
  background-color: rgb(102 150 158 / 1);
}

.hover\:bg-secondary-600\/15:hover{
  background-color: rgb(102 150 158 / 0.15);
}

.hover\:bg-secondary-600\/20:hover{
  background-color: rgb(102 150 158 / 0.2);
}

.hover\:bg-secondary-600\/25:hover{
  background-color: rgb(102 150 158 / 0.25);
}

.hover\:bg-secondary-600\/30:hover{
  background-color: rgb(102 150 158 / 0.3);
}

.hover\:bg-secondary-600\/35:hover{
  background-color: rgb(102 150 158 / 0.35);
}

.hover\:bg-secondary-600\/40:hover{
  background-color: rgb(102 150 158 / 0.4);
}

.hover\:bg-secondary-600\/45:hover{
  background-color: rgb(102 150 158 / 0.45);
}

.hover\:bg-secondary-600\/5:hover{
  background-color: rgb(102 150 158 / 0.05);
}

.hover\:bg-secondary-600\/50:hover{
  background-color: rgb(102 150 158 / 0.5);
}

.hover\:bg-secondary-600\/55:hover{
  background-color: rgb(102 150 158 / 0.55);
}

.hover\:bg-secondary-600\/60:hover{
  background-color: rgb(102 150 158 / 0.6);
}

.hover\:bg-secondary-600\/65:hover{
  background-color: rgb(102 150 158 / 0.65);
}

.hover\:bg-secondary-600\/70:hover{
  background-color: rgb(102 150 158 / 0.7);
}

.hover\:bg-secondary-600\/75:hover{
  background-color: rgb(102 150 158 / 0.75);
}

.hover\:bg-secondary-600\/80:hover{
  background-color: rgb(102 150 158 / 0.8);
}

.hover\:bg-secondary-600\/85:hover{
  background-color: rgb(102 150 158 / 0.85);
}

.hover\:bg-secondary-600\/90:hover{
  background-color: rgb(102 150 158 / 0.9);
}

.hover\:bg-secondary-600\/95:hover{
  background-color: rgb(102 150 158 / 0.95);
}

.hover\:bg-secondary-700:hover{
  background-color: #537C83;
}

.hover\:bg-secondary-700\/0:hover{
  background-color: rgb(83 124 131 / 0);
}

.hover\:bg-secondary-700\/10:hover{
  background-color: rgb(83 124 131 / 0.1);
}

.hover\:bg-secondary-700\/100:hover{
  background-color: rgb(83 124 131 / 1);
}

.hover\:bg-secondary-700\/15:hover{
  background-color: rgb(83 124 131 / 0.15);
}

.hover\:bg-secondary-700\/20:hover{
  background-color: rgb(83 124 131 / 0.2);
}

.hover\:bg-secondary-700\/25:hover{
  background-color: rgb(83 124 131 / 0.25);
}

.hover\:bg-secondary-700\/30:hover{
  background-color: rgb(83 124 131 / 0.3);
}

.hover\:bg-secondary-700\/35:hover{
  background-color: rgb(83 124 131 / 0.35);
}

.hover\:bg-secondary-700\/40:hover{
  background-color: rgb(83 124 131 / 0.4);
}

.hover\:bg-secondary-700\/45:hover{
  background-color: rgb(83 124 131 / 0.45);
}

.hover\:bg-secondary-700\/5:hover{
  background-color: rgb(83 124 131 / 0.05);
}

.hover\:bg-secondary-700\/50:hover{
  background-color: rgb(83 124 131 / 0.5);
}

.hover\:bg-secondary-700\/55:hover{
  background-color: rgb(83 124 131 / 0.55);
}

.hover\:bg-secondary-700\/60:hover{
  background-color: rgb(83 124 131 / 0.6);
}

.hover\:bg-secondary-700\/65:hover{
  background-color: rgb(83 124 131 / 0.65);
}

.hover\:bg-secondary-700\/70:hover{
  background-color: rgb(83 124 131 / 0.7);
}

.hover\:bg-secondary-700\/75:hover{
  background-color: rgb(83 124 131 / 0.75);
}

.hover\:bg-secondary-700\/80:hover{
  background-color: rgb(83 124 131 / 0.8);
}

.hover\:bg-secondary-700\/85:hover{
  background-color: rgb(83 124 131 / 0.85);
}

.hover\:bg-secondary-700\/90:hover{
  background-color: rgb(83 124 131 / 0.9);
}

.hover\:bg-secondary-700\/95:hover{
  background-color: rgb(83 124 131 / 0.95);
}

.hover\:bg-secondary-800:hover{
  background-color: #416167;
}

.hover\:bg-secondary-800\/0:hover{
  background-color: rgb(65 97 103 / 0);
}

.hover\:bg-secondary-800\/10:hover{
  background-color: rgb(65 97 103 / 0.1);
}

.hover\:bg-secondary-800\/100:hover{
  background-color: rgb(65 97 103 / 1);
}

.hover\:bg-secondary-800\/15:hover{
  background-color: rgb(65 97 103 / 0.15);
}

.hover\:bg-secondary-800\/20:hover{
  background-color: rgb(65 97 103 / 0.2);
}

.hover\:bg-secondary-800\/25:hover{
  background-color: rgb(65 97 103 / 0.25);
}

.hover\:bg-secondary-800\/30:hover{
  background-color: rgb(65 97 103 / 0.3);
}

.hover\:bg-secondary-800\/35:hover{
  background-color: rgb(65 97 103 / 0.35);
}

.hover\:bg-secondary-800\/40:hover{
  background-color: rgb(65 97 103 / 0.4);
}

.hover\:bg-secondary-800\/45:hover{
  background-color: rgb(65 97 103 / 0.45);
}

.hover\:bg-secondary-800\/5:hover{
  background-color: rgb(65 97 103 / 0.05);
}

.hover\:bg-secondary-800\/50:hover{
  background-color: rgb(65 97 103 / 0.5);
}

.hover\:bg-secondary-800\/55:hover{
  background-color: rgb(65 97 103 / 0.55);
}

.hover\:bg-secondary-800\/60:hover{
  background-color: rgb(65 97 103 / 0.6);
}

.hover\:bg-secondary-800\/65:hover{
  background-color: rgb(65 97 103 / 0.65);
}

.hover\:bg-secondary-800\/70:hover{
  background-color: rgb(65 97 103 / 0.7);
}

.hover\:bg-secondary-800\/75:hover{
  background-color: rgb(65 97 103 / 0.75);
}

.hover\:bg-secondary-800\/80:hover{
  background-color: rgb(65 97 103 / 0.8);
}

.hover\:bg-secondary-800\/85:hover{
  background-color: rgb(65 97 103 / 0.85);
}

.hover\:bg-secondary-800\/90:hover{
  background-color: rgb(65 97 103 / 0.9);
}

.hover\:bg-secondary-800\/95:hover{
  background-color: rgb(65 97 103 / 0.95);
}

.hover\:bg-secondary-900:hover{
  background-color: #2F474B;
}

.hover\:bg-secondary-900\/0:hover{
  background-color: rgb(47 71 75 / 0);
}

.hover\:bg-secondary-900\/10:hover{
  background-color: rgb(47 71 75 / 0.1);
}

.hover\:bg-secondary-900\/100:hover{
  background-color: rgb(47 71 75 / 1);
}

.hover\:bg-secondary-900\/15:hover{
  background-color: rgb(47 71 75 / 0.15);
}

.hover\:bg-secondary-900\/20:hover{
  background-color: rgb(47 71 75 / 0.2);
}

.hover\:bg-secondary-900\/25:hover{
  background-color: rgb(47 71 75 / 0.25);
}

.hover\:bg-secondary-900\/30:hover{
  background-color: rgb(47 71 75 / 0.3);
}

.hover\:bg-secondary-900\/35:hover{
  background-color: rgb(47 71 75 / 0.35);
}

.hover\:bg-secondary-900\/40:hover{
  background-color: rgb(47 71 75 / 0.4);
}

.hover\:bg-secondary-900\/45:hover{
  background-color: rgb(47 71 75 / 0.45);
}

.hover\:bg-secondary-900\/5:hover{
  background-color: rgb(47 71 75 / 0.05);
}

.hover\:bg-secondary-900\/50:hover{
  background-color: rgb(47 71 75 / 0.5);
}

.hover\:bg-secondary-900\/55:hover{
  background-color: rgb(47 71 75 / 0.55);
}

.hover\:bg-secondary-900\/60:hover{
  background-color: rgb(47 71 75 / 0.6);
}

.hover\:bg-secondary-900\/65:hover{
  background-color: rgb(47 71 75 / 0.65);
}

.hover\:bg-secondary-900\/70:hover{
  background-color: rgb(47 71 75 / 0.7);
}

.hover\:bg-secondary-900\/75:hover{
  background-color: rgb(47 71 75 / 0.75);
}

.hover\:bg-secondary-900\/80:hover{
  background-color: rgb(47 71 75 / 0.8);
}

.hover\:bg-secondary-900\/85:hover{
  background-color: rgb(47 71 75 / 0.85);
}

.hover\:bg-secondary-900\/90:hover{
  background-color: rgb(47 71 75 / 0.9);
}

.hover\:bg-secondary-900\/95:hover{
  background-color: rgb(47 71 75 / 0.95);
}

.hover\:bg-white:hover{
  background-color: #fff;
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-\[f9f4ff\]:hover{
  background-color: f9f4ff;
}

.hover\:bg-\[\#f9f4ff\]:hover{
  background-color: #f9f4ff;
}

.hover\:from-primary-600:hover{
  --tw-gradient-from: #264473 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 68 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-purple-600:hover{
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:to-primary-600:hover{
  --tw-gradient-to: #264473 var(--tw-gradient-to-position);
}

.hover\:text-accent-100:hover{
  color: #fceae9;
}

.hover\:text-accent-100\/0:hover{
  color: rgb(252 234 233 / 0);
}

.hover\:text-accent-100\/10:hover{
  color: rgb(252 234 233 / 0.1);
}

.hover\:text-accent-100\/100:hover{
  color: rgb(252 234 233 / 1);
}

.hover\:text-accent-100\/15:hover{
  color: rgb(252 234 233 / 0.15);
}

.hover\:text-accent-100\/20:hover{
  color: rgb(252 234 233 / 0.2);
}

.hover\:text-accent-100\/25:hover{
  color: rgb(252 234 233 / 0.25);
}

.hover\:text-accent-100\/30:hover{
  color: rgb(252 234 233 / 0.3);
}

.hover\:text-accent-100\/35:hover{
  color: rgb(252 234 233 / 0.35);
}

.hover\:text-accent-100\/40:hover{
  color: rgb(252 234 233 / 0.4);
}

.hover\:text-accent-100\/45:hover{
  color: rgb(252 234 233 / 0.45);
}

.hover\:text-accent-100\/5:hover{
  color: rgb(252 234 233 / 0.05);
}

.hover\:text-accent-100\/50:hover{
  color: rgb(252 234 233 / 0.5);
}

.hover\:text-accent-100\/55:hover{
  color: rgb(252 234 233 / 0.55);
}

.hover\:text-accent-100\/60:hover{
  color: rgb(252 234 233 / 0.6);
}

.hover\:text-accent-100\/65:hover{
  color: rgb(252 234 233 / 0.65);
}

.hover\:text-accent-100\/70:hover{
  color: rgb(252 234 233 / 0.7);
}

.hover\:text-accent-100\/75:hover{
  color: rgb(252 234 233 / 0.75);
}

.hover\:text-accent-100\/80:hover{
  color: rgb(252 234 233 / 0.8);
}

.hover\:text-accent-100\/85:hover{
  color: rgb(252 234 233 / 0.85);
}

.hover\:text-accent-100\/90:hover{
  color: rgb(252 234 233 / 0.9);
}

.hover\:text-accent-100\/95:hover{
  color: rgb(252 234 233 / 0.95);
}

.hover\:text-accent-200:hover{
  color: #f9d4d2;
}

.hover\:text-accent-200\/0:hover{
  color: rgb(249 212 210 / 0);
}

.hover\:text-accent-200\/10:hover{
  color: rgb(249 212 210 / 0.1);
}

.hover\:text-accent-200\/100:hover{
  color: rgb(249 212 210 / 1);
}

.hover\:text-accent-200\/15:hover{
  color: rgb(249 212 210 / 0.15);
}

.hover\:text-accent-200\/20:hover{
  color: rgb(249 212 210 / 0.2);
}

.hover\:text-accent-200\/25:hover{
  color: rgb(249 212 210 / 0.25);
}

.hover\:text-accent-200\/30:hover{
  color: rgb(249 212 210 / 0.3);
}

.hover\:text-accent-200\/35:hover{
  color: rgb(249 212 210 / 0.35);
}

.hover\:text-accent-200\/40:hover{
  color: rgb(249 212 210 / 0.4);
}

.hover\:text-accent-200\/45:hover{
  color: rgb(249 212 210 / 0.45);
}

.hover\:text-accent-200\/5:hover{
  color: rgb(249 212 210 / 0.05);
}

.hover\:text-accent-200\/50:hover{
  color: rgb(249 212 210 / 0.5);
}

.hover\:text-accent-200\/55:hover{
  color: rgb(249 212 210 / 0.55);
}

.hover\:text-accent-200\/60:hover{
  color: rgb(249 212 210 / 0.6);
}

.hover\:text-accent-200\/65:hover{
  color: rgb(249 212 210 / 0.65);
}

.hover\:text-accent-200\/70:hover{
  color: rgb(249 212 210 / 0.7);
}

.hover\:text-accent-200\/75:hover{
  color: rgb(249 212 210 / 0.75);
}

.hover\:text-accent-200\/80:hover{
  color: rgb(249 212 210 / 0.8);
}

.hover\:text-accent-200\/85:hover{
  color: rgb(249 212 210 / 0.85);
}

.hover\:text-accent-200\/90:hover{
  color: rgb(249 212 210 / 0.9);
}

.hover\:text-accent-200\/95:hover{
  color: rgb(249 212 210 / 0.95);
}

.hover\:text-accent-300:hover{
  color: #f4b5b3;
}

.hover\:text-accent-300\/0:hover{
  color: rgb(244 181 179 / 0);
}

.hover\:text-accent-300\/10:hover{
  color: rgb(244 181 179 / 0.1);
}

.hover\:text-accent-300\/100:hover{
  color: rgb(244 181 179 / 1);
}

.hover\:text-accent-300\/15:hover{
  color: rgb(244 181 179 / 0.15);
}

.hover\:text-accent-300\/20:hover{
  color: rgb(244 181 179 / 0.2);
}

.hover\:text-accent-300\/25:hover{
  color: rgb(244 181 179 / 0.25);
}

.hover\:text-accent-300\/30:hover{
  color: rgb(244 181 179 / 0.3);
}

.hover\:text-accent-300\/35:hover{
  color: rgb(244 181 179 / 0.35);
}

.hover\:text-accent-300\/40:hover{
  color: rgb(244 181 179 / 0.4);
}

.hover\:text-accent-300\/45:hover{
  color: rgb(244 181 179 / 0.45);
}

.hover\:text-accent-300\/5:hover{
  color: rgb(244 181 179 / 0.05);
}

.hover\:text-accent-300\/50:hover{
  color: rgb(244 181 179 / 0.5);
}

.hover\:text-accent-300\/55:hover{
  color: rgb(244 181 179 / 0.55);
}

.hover\:text-accent-300\/60:hover{
  color: rgb(244 181 179 / 0.6);
}

.hover\:text-accent-300\/65:hover{
  color: rgb(244 181 179 / 0.65);
}

.hover\:text-accent-300\/70:hover{
  color: rgb(244 181 179 / 0.7);
}

.hover\:text-accent-300\/75:hover{
  color: rgb(244 181 179 / 0.75);
}

.hover\:text-accent-300\/80:hover{
  color: rgb(244 181 179 / 0.8);
}

.hover\:text-accent-300\/85:hover{
  color: rgb(244 181 179 / 0.85);
}

.hover\:text-accent-300\/90:hover{
  color: rgb(244 181 179 / 0.9);
}

.hover\:text-accent-300\/95:hover{
  color: rgb(244 181 179 / 0.95);
}

.hover\:text-accent-400:hover{
  color: #ee8e8b;
}

.hover\:text-accent-400\/0:hover{
  color: rgb(238 142 139 / 0);
}

.hover\:text-accent-400\/10:hover{
  color: rgb(238 142 139 / 0.1);
}

.hover\:text-accent-400\/100:hover{
  color: rgb(238 142 139 / 1);
}

.hover\:text-accent-400\/15:hover{
  color: rgb(238 142 139 / 0.15);
}

.hover\:text-accent-400\/20:hover{
  color: rgb(238 142 139 / 0.2);
}

.hover\:text-accent-400\/25:hover{
  color: rgb(238 142 139 / 0.25);
}

.hover\:text-accent-400\/30:hover{
  color: rgb(238 142 139 / 0.3);
}

.hover\:text-accent-400\/35:hover{
  color: rgb(238 142 139 / 0.35);
}

.hover\:text-accent-400\/40:hover{
  color: rgb(238 142 139 / 0.4);
}

.hover\:text-accent-400\/45:hover{
  color: rgb(238 142 139 / 0.45);
}

.hover\:text-accent-400\/5:hover{
  color: rgb(238 142 139 / 0.05);
}

.hover\:text-accent-400\/50:hover{
  color: rgb(238 142 139 / 0.5);
}

.hover\:text-accent-400\/55:hover{
  color: rgb(238 142 139 / 0.55);
}

.hover\:text-accent-400\/60:hover{
  color: rgb(238 142 139 / 0.6);
}

.hover\:text-accent-400\/65:hover{
  color: rgb(238 142 139 / 0.65);
}

.hover\:text-accent-400\/70:hover{
  color: rgb(238 142 139 / 0.7);
}

.hover\:text-accent-400\/75:hover{
  color: rgb(238 142 139 / 0.75);
}

.hover\:text-accent-400\/80:hover{
  color: rgb(238 142 139 / 0.8);
}

.hover\:text-accent-400\/85:hover{
  color: rgb(238 142 139 / 0.85);
}

.hover\:text-accent-400\/90:hover{
  color: rgb(238 142 139 / 0.9);
}

.hover\:text-accent-400\/95:hover{
  color: rgb(238 142 139 / 0.95);
}

.hover\:text-accent-500:hover{
  color: #e57373;
}

.hover\:text-accent-500\/0:hover{
  color: rgb(229 115 115 / 0);
}

.hover\:text-accent-500\/10:hover{
  color: rgb(229 115 115 / 0.1);
}

.hover\:text-accent-500\/100:hover{
  color: rgb(229 115 115 / 1);
}

.hover\:text-accent-500\/15:hover{
  color: rgb(229 115 115 / 0.15);
}

.hover\:text-accent-500\/20:hover{
  color: rgb(229 115 115 / 0.2);
}

.hover\:text-accent-500\/25:hover{
  color: rgb(229 115 115 / 0.25);
}

.hover\:text-accent-500\/30:hover{
  color: rgb(229 115 115 / 0.3);
}

.hover\:text-accent-500\/35:hover{
  color: rgb(229 115 115 / 0.35);
}

.hover\:text-accent-500\/40:hover{
  color: rgb(229 115 115 / 0.4);
}

.hover\:text-accent-500\/45:hover{
  color: rgb(229 115 115 / 0.45);
}

.hover\:text-accent-500\/5:hover{
  color: rgb(229 115 115 / 0.05);
}

.hover\:text-accent-500\/50:hover{
  color: rgb(229 115 115 / 0.5);
}

.hover\:text-accent-500\/55:hover{
  color: rgb(229 115 115 / 0.55);
}

.hover\:text-accent-500\/60:hover{
  color: rgb(229 115 115 / 0.6);
}

.hover\:text-accent-500\/65:hover{
  color: rgb(229 115 115 / 0.65);
}

.hover\:text-accent-500\/70:hover{
  color: rgb(229 115 115 / 0.7);
}

.hover\:text-accent-500\/75:hover{
  color: rgb(229 115 115 / 0.75);
}

.hover\:text-accent-500\/80:hover{
  color: rgb(229 115 115 / 0.8);
}

.hover\:text-accent-500\/85:hover{
  color: rgb(229 115 115 / 0.85);
}

.hover\:text-accent-500\/90:hover{
  color: rgb(229 115 115 / 0.9);
}

.hover\:text-accent-500\/95:hover{
  color: rgb(229 115 115 / 0.95);
}

.hover\:text-accent-600:hover{
  color: #d95f5f;
}

.hover\:text-accent-600\/0:hover{
  color: rgb(217 95 95 / 0);
}

.hover\:text-accent-600\/10:hover{
  color: rgb(217 95 95 / 0.1);
}

.hover\:text-accent-600\/100:hover{
  color: rgb(217 95 95 / 1);
}

.hover\:text-accent-600\/15:hover{
  color: rgb(217 95 95 / 0.15);
}

.hover\:text-accent-600\/20:hover{
  color: rgb(217 95 95 / 0.2);
}

.hover\:text-accent-600\/25:hover{
  color: rgb(217 95 95 / 0.25);
}

.hover\:text-accent-600\/30:hover{
  color: rgb(217 95 95 / 0.3);
}

.hover\:text-accent-600\/35:hover{
  color: rgb(217 95 95 / 0.35);
}

.hover\:text-accent-600\/40:hover{
  color: rgb(217 95 95 / 0.4);
}

.hover\:text-accent-600\/45:hover{
  color: rgb(217 95 95 / 0.45);
}

.hover\:text-accent-600\/5:hover{
  color: rgb(217 95 95 / 0.05);
}

.hover\:text-accent-600\/50:hover{
  color: rgb(217 95 95 / 0.5);
}

.hover\:text-accent-600\/55:hover{
  color: rgb(217 95 95 / 0.55);
}

.hover\:text-accent-600\/60:hover{
  color: rgb(217 95 95 / 0.6);
}

.hover\:text-accent-600\/65:hover{
  color: rgb(217 95 95 / 0.65);
}

.hover\:text-accent-600\/70:hover{
  color: rgb(217 95 95 / 0.7);
}

.hover\:text-accent-600\/75:hover{
  color: rgb(217 95 95 / 0.75);
}

.hover\:text-accent-600\/80:hover{
  color: rgb(217 95 95 / 0.8);
}

.hover\:text-accent-600\/85:hover{
  color: rgb(217 95 95 / 0.85);
}

.hover\:text-accent-600\/90:hover{
  color: rgb(217 95 95 / 0.9);
}

.hover\:text-accent-600\/95:hover{
  color: rgb(217 95 95 / 0.95);
}

.hover\:text-accent-700:hover{
  color: #c94a4a;
}

.hover\:text-accent-700\/0:hover{
  color: rgb(201 74 74 / 0);
}

.hover\:text-accent-700\/10:hover{
  color: rgb(201 74 74 / 0.1);
}

.hover\:text-accent-700\/100:hover{
  color: rgb(201 74 74 / 1);
}

.hover\:text-accent-700\/15:hover{
  color: rgb(201 74 74 / 0.15);
}

.hover\:text-accent-700\/20:hover{
  color: rgb(201 74 74 / 0.2);
}

.hover\:text-accent-700\/25:hover{
  color: rgb(201 74 74 / 0.25);
}

.hover\:text-accent-700\/30:hover{
  color: rgb(201 74 74 / 0.3);
}

.hover\:text-accent-700\/35:hover{
  color: rgb(201 74 74 / 0.35);
}

.hover\:text-accent-700\/40:hover{
  color: rgb(201 74 74 / 0.4);
}

.hover\:text-accent-700\/45:hover{
  color: rgb(201 74 74 / 0.45);
}

.hover\:text-accent-700\/5:hover{
  color: rgb(201 74 74 / 0.05);
}

.hover\:text-accent-700\/50:hover{
  color: rgb(201 74 74 / 0.5);
}

.hover\:text-accent-700\/55:hover{
  color: rgb(201 74 74 / 0.55);
}

.hover\:text-accent-700\/60:hover{
  color: rgb(201 74 74 / 0.6);
}

.hover\:text-accent-700\/65:hover{
  color: rgb(201 74 74 / 0.65);
}

.hover\:text-accent-700\/70:hover{
  color: rgb(201 74 74 / 0.7);
}

.hover\:text-accent-700\/75:hover{
  color: rgb(201 74 74 / 0.75);
}

.hover\:text-accent-700\/80:hover{
  color: rgb(201 74 74 / 0.8);
}

.hover\:text-accent-700\/85:hover{
  color: rgb(201 74 74 / 0.85);
}

.hover\:text-accent-700\/90:hover{
  color: rgb(201 74 74 / 0.9);
}

.hover\:text-accent-700\/95:hover{
  color: rgb(201 74 74 / 0.95);
}

.hover\:text-accent-800:hover{
  color: #a83c3c;
}

.hover\:text-accent-800\/0:hover{
  color: rgb(168 60 60 / 0);
}

.hover\:text-accent-800\/10:hover{
  color: rgb(168 60 60 / 0.1);
}

.hover\:text-accent-800\/100:hover{
  color: rgb(168 60 60 / 1);
}

.hover\:text-accent-800\/15:hover{
  color: rgb(168 60 60 / 0.15);
}

.hover\:text-accent-800\/20:hover{
  color: rgb(168 60 60 / 0.2);
}

.hover\:text-accent-800\/25:hover{
  color: rgb(168 60 60 / 0.25);
}

.hover\:text-accent-800\/30:hover{
  color: rgb(168 60 60 / 0.3);
}

.hover\:text-accent-800\/35:hover{
  color: rgb(168 60 60 / 0.35);
}

.hover\:text-accent-800\/40:hover{
  color: rgb(168 60 60 / 0.4);
}

.hover\:text-accent-800\/45:hover{
  color: rgb(168 60 60 / 0.45);
}

.hover\:text-accent-800\/5:hover{
  color: rgb(168 60 60 / 0.05);
}

.hover\:text-accent-800\/50:hover{
  color: rgb(168 60 60 / 0.5);
}

.hover\:text-accent-800\/55:hover{
  color: rgb(168 60 60 / 0.55);
}

.hover\:text-accent-800\/60:hover{
  color: rgb(168 60 60 / 0.6);
}

.hover\:text-accent-800\/65:hover{
  color: rgb(168 60 60 / 0.65);
}

.hover\:text-accent-800\/70:hover{
  color: rgb(168 60 60 / 0.7);
}

.hover\:text-accent-800\/75:hover{
  color: rgb(168 60 60 / 0.75);
}

.hover\:text-accent-800\/80:hover{
  color: rgb(168 60 60 / 0.8);
}

.hover\:text-accent-800\/85:hover{
  color: rgb(168 60 60 / 0.85);
}

.hover\:text-accent-800\/90:hover{
  color: rgb(168 60 60 / 0.9);
}

.hover\:text-accent-800\/95:hover{
  color: rgb(168 60 60 / 0.95);
}

.hover\:text-accent-900:hover{
  color: #8c3434;
}

.hover\:text-accent-900\/0:hover{
  color: rgb(140 52 52 / 0);
}

.hover\:text-accent-900\/10:hover{
  color: rgb(140 52 52 / 0.1);
}

.hover\:text-accent-900\/100:hover{
  color: rgb(140 52 52 / 1);
}

.hover\:text-accent-900\/15:hover{
  color: rgb(140 52 52 / 0.15);
}

.hover\:text-accent-900\/20:hover{
  color: rgb(140 52 52 / 0.2);
}

.hover\:text-accent-900\/25:hover{
  color: rgb(140 52 52 / 0.25);
}

.hover\:text-accent-900\/30:hover{
  color: rgb(140 52 52 / 0.3);
}

.hover\:text-accent-900\/35:hover{
  color: rgb(140 52 52 / 0.35);
}

.hover\:text-accent-900\/40:hover{
  color: rgb(140 52 52 / 0.4);
}

.hover\:text-accent-900\/45:hover{
  color: rgb(140 52 52 / 0.45);
}

.hover\:text-accent-900\/5:hover{
  color: rgb(140 52 52 / 0.05);
}

.hover\:text-accent-900\/50:hover{
  color: rgb(140 52 52 / 0.5);
}

.hover\:text-accent-900\/55:hover{
  color: rgb(140 52 52 / 0.55);
}

.hover\:text-accent-900\/60:hover{
  color: rgb(140 52 52 / 0.6);
}

.hover\:text-accent-900\/65:hover{
  color: rgb(140 52 52 / 0.65);
}

.hover\:text-accent-900\/70:hover{
  color: rgb(140 52 52 / 0.7);
}

.hover\:text-accent-900\/75:hover{
  color: rgb(140 52 52 / 0.75);
}

.hover\:text-accent-900\/80:hover{
  color: rgb(140 52 52 / 0.8);
}

.hover\:text-accent-900\/85:hover{
  color: rgb(140 52 52 / 0.85);
}

.hover\:text-accent-900\/90:hover{
  color: rgb(140 52 52 / 0.9);
}

.hover\:text-accent-900\/95:hover{
  color: rgb(140 52 52 / 0.95);
}

.hover\:text-blue-300:hover{
  color: #93c5fd;
}

.hover\:text-blue-600:hover{
  color: #2563eb;
}

.hover\:text-gray-100:hover{
  color: #f3f4f6;
}

.hover\:text-gray-100\/0:hover{
  color: rgb(243 244 246 / 0);
}

.hover\:text-gray-100\/10:hover{
  color: rgb(243 244 246 / 0.1);
}

.hover\:text-gray-100\/100:hover{
  color: rgb(243 244 246 / 1);
}

.hover\:text-gray-100\/15:hover{
  color: rgb(243 244 246 / 0.15);
}

.hover\:text-gray-100\/20:hover{
  color: rgb(243 244 246 / 0.2);
}

.hover\:text-gray-100\/25:hover{
  color: rgb(243 244 246 / 0.25);
}

.hover\:text-gray-100\/30:hover{
  color: rgb(243 244 246 / 0.3);
}

.hover\:text-gray-100\/35:hover{
  color: rgb(243 244 246 / 0.35);
}

.hover\:text-gray-100\/40:hover{
  color: rgb(243 244 246 / 0.4);
}

.hover\:text-gray-100\/45:hover{
  color: rgb(243 244 246 / 0.45);
}

.hover\:text-gray-100\/5:hover{
  color: rgb(243 244 246 / 0.05);
}

.hover\:text-gray-100\/50:hover{
  color: rgb(243 244 246 / 0.5);
}

.hover\:text-gray-100\/55:hover{
  color: rgb(243 244 246 / 0.55);
}

.hover\:text-gray-100\/60:hover{
  color: rgb(243 244 246 / 0.6);
}

.hover\:text-gray-100\/65:hover{
  color: rgb(243 244 246 / 0.65);
}

.hover\:text-gray-100\/70:hover{
  color: rgb(243 244 246 / 0.7);
}

.hover\:text-gray-100\/75:hover{
  color: rgb(243 244 246 / 0.75);
}

.hover\:text-gray-100\/80:hover{
  color: rgb(243 244 246 / 0.8);
}

.hover\:text-gray-100\/85:hover{
  color: rgb(243 244 246 / 0.85);
}

.hover\:text-gray-100\/90:hover{
  color: rgb(243 244 246 / 0.9);
}

.hover\:text-gray-100\/95:hover{
  color: rgb(243 244 246 / 0.95);
}

.hover\:text-gray-200:hover{
  color: #e5e7eb;
}

.hover\:text-gray-200\/0:hover{
  color: rgb(229 231 235 / 0);
}

.hover\:text-gray-200\/10:hover{
  color: rgb(229 231 235 / 0.1);
}

.hover\:text-gray-200\/100:hover{
  color: rgb(229 231 235 / 1);
}

.hover\:text-gray-200\/15:hover{
  color: rgb(229 231 235 / 0.15);
}

.hover\:text-gray-200\/20:hover{
  color: rgb(229 231 235 / 0.2);
}

.hover\:text-gray-200\/25:hover{
  color: rgb(229 231 235 / 0.25);
}

.hover\:text-gray-200\/30:hover{
  color: rgb(229 231 235 / 0.3);
}

.hover\:text-gray-200\/35:hover{
  color: rgb(229 231 235 / 0.35);
}

.hover\:text-gray-200\/40:hover{
  color: rgb(229 231 235 / 0.4);
}

.hover\:text-gray-200\/45:hover{
  color: rgb(229 231 235 / 0.45);
}

.hover\:text-gray-200\/5:hover{
  color: rgb(229 231 235 / 0.05);
}

.hover\:text-gray-200\/50:hover{
  color: rgb(229 231 235 / 0.5);
}

.hover\:text-gray-200\/55:hover{
  color: rgb(229 231 235 / 0.55);
}

.hover\:text-gray-200\/60:hover{
  color: rgb(229 231 235 / 0.6);
}

.hover\:text-gray-200\/65:hover{
  color: rgb(229 231 235 / 0.65);
}

.hover\:text-gray-200\/70:hover{
  color: rgb(229 231 235 / 0.7);
}

.hover\:text-gray-200\/75:hover{
  color: rgb(229 231 235 / 0.75);
}

.hover\:text-gray-200\/80:hover{
  color: rgb(229 231 235 / 0.8);
}

.hover\:text-gray-200\/85:hover{
  color: rgb(229 231 235 / 0.85);
}

.hover\:text-gray-200\/90:hover{
  color: rgb(229 231 235 / 0.9);
}

.hover\:text-gray-200\/95:hover{
  color: rgb(229 231 235 / 0.95);
}

.hover\:text-gray-300:hover{
  color: #d1d5db;
}

.hover\:text-gray-300\/0:hover{
  color: rgb(209 213 219 / 0);
}

.hover\:text-gray-300\/10:hover{
  color: rgb(209 213 219 / 0.1);
}

.hover\:text-gray-300\/100:hover{
  color: rgb(209 213 219 / 1);
}

.hover\:text-gray-300\/15:hover{
  color: rgb(209 213 219 / 0.15);
}

.hover\:text-gray-300\/20:hover{
  color: rgb(209 213 219 / 0.2);
}

.hover\:text-gray-300\/25:hover{
  color: rgb(209 213 219 / 0.25);
}

.hover\:text-gray-300\/30:hover{
  color: rgb(209 213 219 / 0.3);
}

.hover\:text-gray-300\/35:hover{
  color: rgb(209 213 219 / 0.35);
}

.hover\:text-gray-300\/40:hover{
  color: rgb(209 213 219 / 0.4);
}

.hover\:text-gray-300\/45:hover{
  color: rgb(209 213 219 / 0.45);
}

.hover\:text-gray-300\/5:hover{
  color: rgb(209 213 219 / 0.05);
}

.hover\:text-gray-300\/50:hover{
  color: rgb(209 213 219 / 0.5);
}

.hover\:text-gray-300\/55:hover{
  color: rgb(209 213 219 / 0.55);
}

.hover\:text-gray-300\/60:hover{
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-gray-300\/65:hover{
  color: rgb(209 213 219 / 0.65);
}

.hover\:text-gray-300\/70:hover{
  color: rgb(209 213 219 / 0.7);
}

.hover\:text-gray-300\/75:hover{
  color: rgb(209 213 219 / 0.75);
}

.hover\:text-gray-300\/80:hover{
  color: rgb(209 213 219 / 0.8);
}

.hover\:text-gray-300\/85:hover{
  color: rgb(209 213 219 / 0.85);
}

.hover\:text-gray-300\/90:hover{
  color: rgb(209 213 219 / 0.9);
}

.hover\:text-gray-300\/95:hover{
  color: rgb(209 213 219 / 0.95);
}

.hover\:text-gray-400:hover{
  color: #9ca3af;
}

.hover\:text-gray-400\/0:hover{
  color: rgb(156 163 175 / 0);
}

.hover\:text-gray-400\/10:hover{
  color: rgb(156 163 175 / 0.1);
}

.hover\:text-gray-400\/100:hover{
  color: rgb(156 163 175 / 1);
}

.hover\:text-gray-400\/15:hover{
  color: rgb(156 163 175 / 0.15);
}

.hover\:text-gray-400\/20:hover{
  color: rgb(156 163 175 / 0.2);
}

.hover\:text-gray-400\/25:hover{
  color: rgb(156 163 175 / 0.25);
}

.hover\:text-gray-400\/30:hover{
  color: rgb(156 163 175 / 0.3);
}

.hover\:text-gray-400\/35:hover{
  color: rgb(156 163 175 / 0.35);
}

.hover\:text-gray-400\/40:hover{
  color: rgb(156 163 175 / 0.4);
}

.hover\:text-gray-400\/45:hover{
  color: rgb(156 163 175 / 0.45);
}

.hover\:text-gray-400\/5:hover{
  color: rgb(156 163 175 / 0.05);
}

.hover\:text-gray-400\/50:hover{
  color: rgb(156 163 175 / 0.5);
}

.hover\:text-gray-400\/55:hover{
  color: rgb(156 163 175 / 0.55);
}

.hover\:text-gray-400\/60:hover{
  color: rgb(156 163 175 / 0.6);
}

.hover\:text-gray-400\/65:hover{
  color: rgb(156 163 175 / 0.65);
}

.hover\:text-gray-400\/70:hover{
  color: rgb(156 163 175 / 0.7);
}

.hover\:text-gray-400\/75:hover{
  color: rgb(156 163 175 / 0.75);
}

.hover\:text-gray-400\/80:hover{
  color: rgb(156 163 175 / 0.8);
}

.hover\:text-gray-400\/85:hover{
  color: rgb(156 163 175 / 0.85);
}

.hover\:text-gray-400\/90:hover{
  color: rgb(156 163 175 / 0.9);
}

.hover\:text-gray-400\/95:hover{
  color: rgb(156 163 175 / 0.95);
}

.hover\:text-gray-500:hover{
  color: #6b7280;
}

.hover\:text-gray-500\/0:hover{
  color: rgb(107 114 128 / 0);
}

.hover\:text-gray-500\/10:hover{
  color: rgb(107 114 128 / 0.1);
}

.hover\:text-gray-500\/100:hover{
  color: rgb(107 114 128 / 1);
}

.hover\:text-gray-500\/15:hover{
  color: rgb(107 114 128 / 0.15);
}

.hover\:text-gray-500\/20:hover{
  color: rgb(107 114 128 / 0.2);
}

.hover\:text-gray-500\/25:hover{
  color: rgb(107 114 128 / 0.25);
}

.hover\:text-gray-500\/30:hover{
  color: rgb(107 114 128 / 0.3);
}

.hover\:text-gray-500\/35:hover{
  color: rgb(107 114 128 / 0.35);
}

.hover\:text-gray-500\/40:hover{
  color: rgb(107 114 128 / 0.4);
}

.hover\:text-gray-500\/45:hover{
  color: rgb(107 114 128 / 0.45);
}

.hover\:text-gray-500\/5:hover{
  color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-500\/50:hover{
  color: rgb(107 114 128 / 0.5);
}

.hover\:text-gray-500\/55:hover{
  color: rgb(107 114 128 / 0.55);
}

.hover\:text-gray-500\/60:hover{
  color: rgb(107 114 128 / 0.6);
}

.hover\:text-gray-500\/65:hover{
  color: rgb(107 114 128 / 0.65);
}

.hover\:text-gray-500\/70:hover{
  color: rgb(107 114 128 / 0.7);
}

.hover\:text-gray-500\/75:hover{
  color: rgb(107 114 128 / 0.75);
}

.hover\:text-gray-500\/80:hover{
  color: rgb(107 114 128 / 0.8);
}

.hover\:text-gray-500\/85:hover{
  color: rgb(107 114 128 / 0.85);
}

.hover\:text-gray-500\/90:hover{
  color: rgb(107 114 128 / 0.9);
}

.hover\:text-gray-500\/95:hover{
  color: rgb(107 114 128 / 0.95);
}

.hover\:text-gray-600:hover{
  color: #4b5563;
}

.hover\:text-gray-600\/0:hover{
  color: rgb(75 85 99 / 0);
}

.hover\:text-gray-600\/10:hover{
  color: rgb(75 85 99 / 0.1);
}

.hover\:text-gray-600\/100:hover{
  color: rgb(75 85 99 / 1);
}

.hover\:text-gray-600\/15:hover{
  color: rgb(75 85 99 / 0.15);
}

.hover\:text-gray-600\/20:hover{
  color: rgb(75 85 99 / 0.2);
}

.hover\:text-gray-600\/25:hover{
  color: rgb(75 85 99 / 0.25);
}

.hover\:text-gray-600\/30:hover{
  color: rgb(75 85 99 / 0.3);
}

.hover\:text-gray-600\/35:hover{
  color: rgb(75 85 99 / 0.35);
}

.hover\:text-gray-600\/40:hover{
  color: rgb(75 85 99 / 0.4);
}

.hover\:text-gray-600\/45:hover{
  color: rgb(75 85 99 / 0.45);
}

.hover\:text-gray-600\/5:hover{
  color: rgb(75 85 99 / 0.05);
}

.hover\:text-gray-600\/50:hover{
  color: rgb(75 85 99 / 0.5);
}

.hover\:text-gray-600\/55:hover{
  color: rgb(75 85 99 / 0.55);
}

.hover\:text-gray-600\/60:hover{
  color: rgb(75 85 99 / 0.6);
}

.hover\:text-gray-600\/65:hover{
  color: rgb(75 85 99 / 0.65);
}

.hover\:text-gray-600\/70:hover{
  color: rgb(75 85 99 / 0.7);
}

.hover\:text-gray-600\/75:hover{
  color: rgb(75 85 99 / 0.75);
}

.hover\:text-gray-600\/80:hover{
  color: rgb(75 85 99 / 0.8);
}

.hover\:text-gray-600\/85:hover{
  color: rgb(75 85 99 / 0.85);
}

.hover\:text-gray-600\/90:hover{
  color: rgb(75 85 99 / 0.9);
}

.hover\:text-gray-600\/95:hover{
  color: rgb(75 85 99 / 0.95);
}

.hover\:text-gray-700:hover{
  color: #374151;
}

.hover\:text-gray-700\/0:hover{
  color: rgb(55 65 81 / 0);
}

.hover\:text-gray-700\/10:hover{
  color: rgb(55 65 81 / 0.1);
}

.hover\:text-gray-700\/100:hover{
  color: rgb(55 65 81 / 1);
}

.hover\:text-gray-700\/15:hover{
  color: rgb(55 65 81 / 0.15);
}

.hover\:text-gray-700\/20:hover{
  color: rgb(55 65 81 / 0.2);
}

.hover\:text-gray-700\/25:hover{
  color: rgb(55 65 81 / 0.25);
}

.hover\:text-gray-700\/30:hover{
  color: rgb(55 65 81 / 0.3);
}

.hover\:text-gray-700\/35:hover{
  color: rgb(55 65 81 / 0.35);
}

.hover\:text-gray-700\/40:hover{
  color: rgb(55 65 81 / 0.4);
}

.hover\:text-gray-700\/45:hover{
  color: rgb(55 65 81 / 0.45);
}

.hover\:text-gray-700\/5:hover{
  color: rgb(55 65 81 / 0.05);
}

.hover\:text-gray-700\/50:hover{
  color: rgb(55 65 81 / 0.5);
}

.hover\:text-gray-700\/55:hover{
  color: rgb(55 65 81 / 0.55);
}

.hover\:text-gray-700\/60:hover{
  color: rgb(55 65 81 / 0.6);
}

.hover\:text-gray-700\/65:hover{
  color: rgb(55 65 81 / 0.65);
}

.hover\:text-gray-700\/70:hover{
  color: rgb(55 65 81 / 0.7);
}

.hover\:text-gray-700\/75:hover{
  color: rgb(55 65 81 / 0.75);
}

.hover\:text-gray-700\/80:hover{
  color: rgb(55 65 81 / 0.8);
}

.hover\:text-gray-700\/85:hover{
  color: rgb(55 65 81 / 0.85);
}

.hover\:text-gray-700\/90:hover{
  color: rgb(55 65 81 / 0.9);
}

.hover\:text-gray-700\/95:hover{
  color: rgb(55 65 81 / 0.95);
}

.hover\:text-gray-800:hover{
  color: #1f2937;
}

.hover\:text-gray-800\/0:hover{
  color: rgb(31 41 55 / 0);
}

.hover\:text-gray-800\/10:hover{
  color: rgb(31 41 55 / 0.1);
}

.hover\:text-gray-800\/100:hover{
  color: rgb(31 41 55 / 1);
}

.hover\:text-gray-800\/15:hover{
  color: rgb(31 41 55 / 0.15);
}

.hover\:text-gray-800\/20:hover{
  color: rgb(31 41 55 / 0.2);
}

.hover\:text-gray-800\/25:hover{
  color: rgb(31 41 55 / 0.25);
}

.hover\:text-gray-800\/30:hover{
  color: rgb(31 41 55 / 0.3);
}

.hover\:text-gray-800\/35:hover{
  color: rgb(31 41 55 / 0.35);
}

.hover\:text-gray-800\/40:hover{
  color: rgb(31 41 55 / 0.4);
}

.hover\:text-gray-800\/45:hover{
  color: rgb(31 41 55 / 0.45);
}

.hover\:text-gray-800\/5:hover{
  color: rgb(31 41 55 / 0.05);
}

.hover\:text-gray-800\/50:hover{
  color: rgb(31 41 55 / 0.5);
}

.hover\:text-gray-800\/55:hover{
  color: rgb(31 41 55 / 0.55);
}

.hover\:text-gray-800\/60:hover{
  color: rgb(31 41 55 / 0.6);
}

.hover\:text-gray-800\/65:hover{
  color: rgb(31 41 55 / 0.65);
}

.hover\:text-gray-800\/70:hover{
  color: rgb(31 41 55 / 0.7);
}

.hover\:text-gray-800\/75:hover{
  color: rgb(31 41 55 / 0.75);
}

.hover\:text-gray-800\/80:hover{
  color: rgb(31 41 55 / 0.8);
}

.hover\:text-gray-800\/85:hover{
  color: rgb(31 41 55 / 0.85);
}

.hover\:text-gray-800\/90:hover{
  color: rgb(31 41 55 / 0.9);
}

.hover\:text-gray-800\/95:hover{
  color: rgb(31 41 55 / 0.95);
}

.hover\:text-gray-900:hover{
  color: #111827;
}

.hover\:text-gray-900\/0:hover{
  color: rgb(17 24 39 / 0);
}

.hover\:text-gray-900\/10:hover{
  color: rgb(17 24 39 / 0.1);
}

.hover\:text-gray-900\/100:hover{
  color: rgb(17 24 39 / 1);
}

.hover\:text-gray-900\/15:hover{
  color: rgb(17 24 39 / 0.15);
}

.hover\:text-gray-900\/20:hover{
  color: rgb(17 24 39 / 0.2);
}

.hover\:text-gray-900\/25:hover{
  color: rgb(17 24 39 / 0.25);
}

.hover\:text-gray-900\/30:hover{
  color: rgb(17 24 39 / 0.3);
}

.hover\:text-gray-900\/35:hover{
  color: rgb(17 24 39 / 0.35);
}

.hover\:text-gray-900\/40:hover{
  color: rgb(17 24 39 / 0.4);
}

.hover\:text-gray-900\/45:hover{
  color: rgb(17 24 39 / 0.45);
}

.hover\:text-gray-900\/5:hover{
  color: rgb(17 24 39 / 0.05);
}

.hover\:text-gray-900\/50:hover{
  color: rgb(17 24 39 / 0.5);
}

.hover\:text-gray-900\/55:hover{
  color: rgb(17 24 39 / 0.55);
}

.hover\:text-gray-900\/60:hover{
  color: rgb(17 24 39 / 0.6);
}

.hover\:text-gray-900\/65:hover{
  color: rgb(17 24 39 / 0.65);
}

.hover\:text-gray-900\/70:hover{
  color: rgb(17 24 39 / 0.7);
}

.hover\:text-gray-900\/75:hover{
  color: rgb(17 24 39 / 0.75);
}

.hover\:text-gray-900\/80:hover{
  color: rgb(17 24 39 / 0.8);
}

.hover\:text-gray-900\/85:hover{
  color: rgb(17 24 39 / 0.85);
}

.hover\:text-gray-900\/90:hover{
  color: rgb(17 24 39 / 0.9);
}

.hover\:text-gray-900\/95:hover{
  color: rgb(17 24 39 / 0.95);
}

.hover\:text-primary-100:hover{
  color: #3965AC;
}

.hover\:text-primary-100\/0:hover{
  color: rgb(57 101 172 / 0);
}

.hover\:text-primary-100\/10:hover{
  color: rgb(57 101 172 / 0.1);
}

.hover\:text-primary-100\/100:hover{
  color: rgb(57 101 172 / 1);
}

.hover\:text-primary-100\/15:hover{
  color: rgb(57 101 172 / 0.15);
}

.hover\:text-primary-100\/20:hover{
  color: rgb(57 101 172 / 0.2);
}

.hover\:text-primary-100\/25:hover{
  color: rgb(57 101 172 / 0.25);
}

.hover\:text-primary-100\/30:hover{
  color: rgb(57 101 172 / 0.3);
}

.hover\:text-primary-100\/35:hover{
  color: rgb(57 101 172 / 0.35);
}

.hover\:text-primary-100\/40:hover{
  color: rgb(57 101 172 / 0.4);
}

.hover\:text-primary-100\/45:hover{
  color: rgb(57 101 172 / 0.45);
}

.hover\:text-primary-100\/5:hover{
  color: rgb(57 101 172 / 0.05);
}

.hover\:text-primary-100\/50:hover{
  color: rgb(57 101 172 / 0.5);
}

.hover\:text-primary-100\/55:hover{
  color: rgb(57 101 172 / 0.55);
}

.hover\:text-primary-100\/60:hover{
  color: rgb(57 101 172 / 0.6);
}

.hover\:text-primary-100\/65:hover{
  color: rgb(57 101 172 / 0.65);
}

.hover\:text-primary-100\/70:hover{
  color: rgb(57 101 172 / 0.7);
}

.hover\:text-primary-100\/75:hover{
  color: rgb(57 101 172 / 0.75);
}

.hover\:text-primary-100\/80:hover{
  color: rgb(57 101 172 / 0.8);
}

.hover\:text-primary-100\/85:hover{
  color: rgb(57 101 172 / 0.85);
}

.hover\:text-primary-100\/90:hover{
  color: rgb(57 101 172 / 0.9);
}

.hover\:text-primary-100\/95:hover{
  color: rgb(57 101 172 / 0.95);
}

.hover\:text-primary-200:hover{
  color: #365FA1;
}

.hover\:text-primary-200\/0:hover{
  color: rgb(54 95 161 / 0);
}

.hover\:text-primary-200\/10:hover{
  color: rgb(54 95 161 / 0.1);
}

.hover\:text-primary-200\/100:hover{
  color: rgb(54 95 161 / 1);
}

.hover\:text-primary-200\/15:hover{
  color: rgb(54 95 161 / 0.15);
}

.hover\:text-primary-200\/20:hover{
  color: rgb(54 95 161 / 0.2);
}

.hover\:text-primary-200\/25:hover{
  color: rgb(54 95 161 / 0.25);
}

.hover\:text-primary-200\/30:hover{
  color: rgb(54 95 161 / 0.3);
}

.hover\:text-primary-200\/35:hover{
  color: rgb(54 95 161 / 0.35);
}

.hover\:text-primary-200\/40:hover{
  color: rgb(54 95 161 / 0.4);
}

.hover\:text-primary-200\/45:hover{
  color: rgb(54 95 161 / 0.45);
}

.hover\:text-primary-200\/5:hover{
  color: rgb(54 95 161 / 0.05);
}

.hover\:text-primary-200\/50:hover{
  color: rgb(54 95 161 / 0.5);
}

.hover\:text-primary-200\/55:hover{
  color: rgb(54 95 161 / 0.55);
}

.hover\:text-primary-200\/60:hover{
  color: rgb(54 95 161 / 0.6);
}

.hover\:text-primary-200\/65:hover{
  color: rgb(54 95 161 / 0.65);
}

.hover\:text-primary-200\/70:hover{
  color: rgb(54 95 161 / 0.7);
}

.hover\:text-primary-200\/75:hover{
  color: rgb(54 95 161 / 0.75);
}

.hover\:text-primary-200\/80:hover{
  color: rgb(54 95 161 / 0.8);
}

.hover\:text-primary-200\/85:hover{
  color: rgb(54 95 161 / 0.85);
}

.hover\:text-primary-200\/90:hover{
  color: rgb(54 95 161 / 0.9);
}

.hover\:text-primary-200\/95:hover{
  color: rgb(54 95 161 / 0.95);
}

.hover\:text-primary-300:hover{
  color: #325895;
}

.hover\:text-primary-300\/0:hover{
  color: rgb(50 88 149 / 0);
}

.hover\:text-primary-300\/10:hover{
  color: rgb(50 88 149 / 0.1);
}

.hover\:text-primary-300\/100:hover{
  color: rgb(50 88 149 / 1);
}

.hover\:text-primary-300\/15:hover{
  color: rgb(50 88 149 / 0.15);
}

.hover\:text-primary-300\/20:hover{
  color: rgb(50 88 149 / 0.2);
}

.hover\:text-primary-300\/25:hover{
  color: rgb(50 88 149 / 0.25);
}

.hover\:text-primary-300\/30:hover{
  color: rgb(50 88 149 / 0.3);
}

.hover\:text-primary-300\/35:hover{
  color: rgb(50 88 149 / 0.35);
}

.hover\:text-primary-300\/40:hover{
  color: rgb(50 88 149 / 0.4);
}

.hover\:text-primary-300\/45:hover{
  color: rgb(50 88 149 / 0.45);
}

.hover\:text-primary-300\/5:hover{
  color: rgb(50 88 149 / 0.05);
}

.hover\:text-primary-300\/50:hover{
  color: rgb(50 88 149 / 0.5);
}

.hover\:text-primary-300\/55:hover{
  color: rgb(50 88 149 / 0.55);
}

.hover\:text-primary-300\/60:hover{
  color: rgb(50 88 149 / 0.6);
}

.hover\:text-primary-300\/65:hover{
  color: rgb(50 88 149 / 0.65);
}

.hover\:text-primary-300\/70:hover{
  color: rgb(50 88 149 / 0.7);
}

.hover\:text-primary-300\/75:hover{
  color: rgb(50 88 149 / 0.75);
}

.hover\:text-primary-300\/80:hover{
  color: rgb(50 88 149 / 0.8);
}

.hover\:text-primary-300\/85:hover{
  color: rgb(50 88 149 / 0.85);
}

.hover\:text-primary-300\/90:hover{
  color: rgb(50 88 149 / 0.9);
}

.hover\:text-primary-300\/95:hover{
  color: rgb(50 88 149 / 0.95);
}

.hover\:text-primary-400:hover{
  color: #305691;
}

.hover\:text-primary-400\/0:hover{
  color: rgb(48 86 145 / 0);
}

.hover\:text-primary-400\/10:hover{
  color: rgb(48 86 145 / 0.1);
}

.hover\:text-primary-400\/100:hover{
  color: rgb(48 86 145 / 1);
}

.hover\:text-primary-400\/15:hover{
  color: rgb(48 86 145 / 0.15);
}

.hover\:text-primary-400\/20:hover{
  color: rgb(48 86 145 / 0.2);
}

.hover\:text-primary-400\/25:hover{
  color: rgb(48 86 145 / 0.25);
}

.hover\:text-primary-400\/30:hover{
  color: rgb(48 86 145 / 0.3);
}

.hover\:text-primary-400\/35:hover{
  color: rgb(48 86 145 / 0.35);
}

.hover\:text-primary-400\/40:hover{
  color: rgb(48 86 145 / 0.4);
}

.hover\:text-primary-400\/45:hover{
  color: rgb(48 86 145 / 0.45);
}

.hover\:text-primary-400\/5:hover{
  color: rgb(48 86 145 / 0.05);
}

.hover\:text-primary-400\/50:hover{
  color: rgb(48 86 145 / 0.5);
}

.hover\:text-primary-400\/55:hover{
  color: rgb(48 86 145 / 0.55);
}

.hover\:text-primary-400\/60:hover{
  color: rgb(48 86 145 / 0.6);
}

.hover\:text-primary-400\/65:hover{
  color: rgb(48 86 145 / 0.65);
}

.hover\:text-primary-400\/70:hover{
  color: rgb(48 86 145 / 0.7);
}

.hover\:text-primary-400\/75:hover{
  color: rgb(48 86 145 / 0.75);
}

.hover\:text-primary-400\/80:hover{
  color: rgb(48 86 145 / 0.8);
}

.hover\:text-primary-400\/85:hover{
  color: rgb(48 86 145 / 0.85);
}

.hover\:text-primary-400\/90:hover{
  color: rgb(48 86 145 / 0.9);
}

.hover\:text-primary-400\/95:hover{
  color: rgb(48 86 145 / 0.95);
}

.hover\:text-primary-500:hover{
  color: #2d4b79;
}

.hover\:text-primary-500\/0:hover{
  color: rgb(45 75 121 / 0);
}

.hover\:text-primary-500\/10:hover{
  color: rgb(45 75 121 / 0.1);
}

.hover\:text-primary-500\/100:hover{
  color: rgb(45 75 121 / 1);
}

.hover\:text-primary-500\/15:hover{
  color: rgb(45 75 121 / 0.15);
}

.hover\:text-primary-500\/20:hover{
  color: rgb(45 75 121 / 0.2);
}

.hover\:text-primary-500\/25:hover{
  color: rgb(45 75 121 / 0.25);
}

.hover\:text-primary-500\/30:hover{
  color: rgb(45 75 121 / 0.3);
}

.hover\:text-primary-500\/35:hover{
  color: rgb(45 75 121 / 0.35);
}

.hover\:text-primary-500\/40:hover{
  color: rgb(45 75 121 / 0.4);
}

.hover\:text-primary-500\/45:hover{
  color: rgb(45 75 121 / 0.45);
}

.hover\:text-primary-500\/5:hover{
  color: rgb(45 75 121 / 0.05);
}

.hover\:text-primary-500\/50:hover{
  color: rgb(45 75 121 / 0.5);
}

.hover\:text-primary-500\/55:hover{
  color: rgb(45 75 121 / 0.55);
}

.hover\:text-primary-500\/60:hover{
  color: rgb(45 75 121 / 0.6);
}

.hover\:text-primary-500\/65:hover{
  color: rgb(45 75 121 / 0.65);
}

.hover\:text-primary-500\/70:hover{
  color: rgb(45 75 121 / 0.7);
}

.hover\:text-primary-500\/75:hover{
  color: rgb(45 75 121 / 0.75);
}

.hover\:text-primary-500\/80:hover{
  color: rgb(45 75 121 / 0.8);
}

.hover\:text-primary-500\/85:hover{
  color: rgb(45 75 121 / 0.85);
}

.hover\:text-primary-500\/90:hover{
  color: rgb(45 75 121 / 0.9);
}

.hover\:text-primary-500\/95:hover{
  color: rgb(45 75 121 / 0.95);
}

.hover\:text-primary-600:hover{
  color: #264473;
}

.hover\:text-primary-600\/0:hover{
  color: rgb(38 68 115 / 0);
}

.hover\:text-primary-600\/10:hover{
  color: rgb(38 68 115 / 0.1);
}

.hover\:text-primary-600\/100:hover{
  color: rgb(38 68 115 / 1);
}

.hover\:text-primary-600\/15:hover{
  color: rgb(38 68 115 / 0.15);
}

.hover\:text-primary-600\/20:hover{
  color: rgb(38 68 115 / 0.2);
}

.hover\:text-primary-600\/25:hover{
  color: rgb(38 68 115 / 0.25);
}

.hover\:text-primary-600\/30:hover{
  color: rgb(38 68 115 / 0.3);
}

.hover\:text-primary-600\/35:hover{
  color: rgb(38 68 115 / 0.35);
}

.hover\:text-primary-600\/40:hover{
  color: rgb(38 68 115 / 0.4);
}

.hover\:text-primary-600\/45:hover{
  color: rgb(38 68 115 / 0.45);
}

.hover\:text-primary-600\/5:hover{
  color: rgb(38 68 115 / 0.05);
}

.hover\:text-primary-600\/50:hover{
  color: rgb(38 68 115 / 0.5);
}

.hover\:text-primary-600\/55:hover{
  color: rgb(38 68 115 / 0.55);
}

.hover\:text-primary-600\/60:hover{
  color: rgb(38 68 115 / 0.6);
}

.hover\:text-primary-600\/65:hover{
  color: rgb(38 68 115 / 0.65);
}

.hover\:text-primary-600\/70:hover{
  color: rgb(38 68 115 / 0.7);
}

.hover\:text-primary-600\/75:hover{
  color: rgb(38 68 115 / 0.75);
}

.hover\:text-primary-600\/80:hover{
  color: rgb(38 68 115 / 0.8);
}

.hover\:text-primary-600\/85:hover{
  color: rgb(38 68 115 / 0.85);
}

.hover\:text-primary-600\/90:hover{
  color: rgb(38 68 115 / 0.9);
}

.hover\:text-primary-600\/95:hover{
  color: rgb(38 68 115 / 0.95);
}

.hover\:text-primary-700:hover{
  color: #233e68;
}

.hover\:text-primary-700\/0:hover{
  color: rgb(35 62 104 / 0);
}

.hover\:text-primary-700\/10:hover{
  color: rgb(35 62 104 / 0.1);
}

.hover\:text-primary-700\/100:hover{
  color: rgb(35 62 104 / 1);
}

.hover\:text-primary-700\/15:hover{
  color: rgb(35 62 104 / 0.15);
}

.hover\:text-primary-700\/20:hover{
  color: rgb(35 62 104 / 0.2);
}

.hover\:text-primary-700\/25:hover{
  color: rgb(35 62 104 / 0.25);
}

.hover\:text-primary-700\/30:hover{
  color: rgb(35 62 104 / 0.3);
}

.hover\:text-primary-700\/35:hover{
  color: rgb(35 62 104 / 0.35);
}

.hover\:text-primary-700\/40:hover{
  color: rgb(35 62 104 / 0.4);
}

.hover\:text-primary-700\/45:hover{
  color: rgb(35 62 104 / 0.45);
}

.hover\:text-primary-700\/5:hover{
  color: rgb(35 62 104 / 0.05);
}

.hover\:text-primary-700\/50:hover{
  color: rgb(35 62 104 / 0.5);
}

.hover\:text-primary-700\/55:hover{
  color: rgb(35 62 104 / 0.55);
}

.hover\:text-primary-700\/60:hover{
  color: rgb(35 62 104 / 0.6);
}

.hover\:text-primary-700\/65:hover{
  color: rgb(35 62 104 / 0.65);
}

.hover\:text-primary-700\/70:hover{
  color: rgb(35 62 104 / 0.7);
}

.hover\:text-primary-700\/75:hover{
  color: rgb(35 62 104 / 0.75);
}

.hover\:text-primary-700\/80:hover{
  color: rgb(35 62 104 / 0.8);
}

.hover\:text-primary-700\/85:hover{
  color: rgb(35 62 104 / 0.85);
}

.hover\:text-primary-700\/90:hover{
  color: rgb(35 62 104 / 0.9);
}

.hover\:text-primary-700\/95:hover{
  color: rgb(35 62 104 / 0.95);
}

.hover\:text-primary-800:hover{
  color: #1f375c;
}

.hover\:text-primary-800\/0:hover{
  color: rgb(31 55 92 / 0);
}

.hover\:text-primary-800\/10:hover{
  color: rgb(31 55 92 / 0.1);
}

.hover\:text-primary-800\/100:hover{
  color: rgb(31 55 92 / 1);
}

.hover\:text-primary-800\/15:hover{
  color: rgb(31 55 92 / 0.15);
}

.hover\:text-primary-800\/20:hover{
  color: rgb(31 55 92 / 0.2);
}

.hover\:text-primary-800\/25:hover{
  color: rgb(31 55 92 / 0.25);
}

.hover\:text-primary-800\/30:hover{
  color: rgb(31 55 92 / 0.3);
}

.hover\:text-primary-800\/35:hover{
  color: rgb(31 55 92 / 0.35);
}

.hover\:text-primary-800\/40:hover{
  color: rgb(31 55 92 / 0.4);
}

.hover\:text-primary-800\/45:hover{
  color: rgb(31 55 92 / 0.45);
}

.hover\:text-primary-800\/5:hover{
  color: rgb(31 55 92 / 0.05);
}

.hover\:text-primary-800\/50:hover{
  color: rgb(31 55 92 / 0.5);
}

.hover\:text-primary-800\/55:hover{
  color: rgb(31 55 92 / 0.55);
}

.hover\:text-primary-800\/60:hover{
  color: rgb(31 55 92 / 0.6);
}

.hover\:text-primary-800\/65:hover{
  color: rgb(31 55 92 / 0.65);
}

.hover\:text-primary-800\/70:hover{
  color: rgb(31 55 92 / 0.7);
}

.hover\:text-primary-800\/75:hover{
  color: rgb(31 55 92 / 0.75);
}

.hover\:text-primary-800\/80:hover{
  color: rgb(31 55 92 / 0.8);
}

.hover\:text-primary-800\/85:hover{
  color: rgb(31 55 92 / 0.85);
}

.hover\:text-primary-800\/90:hover{
  color: rgb(31 55 92 / 0.9);
}

.hover\:text-primary-800\/95:hover{
  color: rgb(31 55 92 / 0.95);
}

.hover\:text-primary-900:hover{
  color: #1b3051;
}

.hover\:text-primary-900\/0:hover{
  color: rgb(27 48 81 / 0);
}

.hover\:text-primary-900\/10:hover{
  color: rgb(27 48 81 / 0.1);
}

.hover\:text-primary-900\/100:hover{
  color: rgb(27 48 81 / 1);
}

.hover\:text-primary-900\/15:hover{
  color: rgb(27 48 81 / 0.15);
}

.hover\:text-primary-900\/20:hover{
  color: rgb(27 48 81 / 0.2);
}

.hover\:text-primary-900\/25:hover{
  color: rgb(27 48 81 / 0.25);
}

.hover\:text-primary-900\/30:hover{
  color: rgb(27 48 81 / 0.3);
}

.hover\:text-primary-900\/35:hover{
  color: rgb(27 48 81 / 0.35);
}

.hover\:text-primary-900\/40:hover{
  color: rgb(27 48 81 / 0.4);
}

.hover\:text-primary-900\/45:hover{
  color: rgb(27 48 81 / 0.45);
}

.hover\:text-primary-900\/5:hover{
  color: rgb(27 48 81 / 0.05);
}

.hover\:text-primary-900\/50:hover{
  color: rgb(27 48 81 / 0.5);
}

.hover\:text-primary-900\/55:hover{
  color: rgb(27 48 81 / 0.55);
}

.hover\:text-primary-900\/60:hover{
  color: rgb(27 48 81 / 0.6);
}

.hover\:text-primary-900\/65:hover{
  color: rgb(27 48 81 / 0.65);
}

.hover\:text-primary-900\/70:hover{
  color: rgb(27 48 81 / 0.7);
}

.hover\:text-primary-900\/75:hover{
  color: rgb(27 48 81 / 0.75);
}

.hover\:text-primary-900\/80:hover{
  color: rgb(27 48 81 / 0.8);
}

.hover\:text-primary-900\/85:hover{
  color: rgb(27 48 81 / 0.85);
}

.hover\:text-primary-900\/90:hover{
  color: rgb(27 48 81 / 0.9);
}

.hover\:text-primary-900\/95:hover{
  color: rgb(27 48 81 / 0.95);
}

.hover\:text-secondary-100:hover{
  color: #DAE5E7;
}

.hover\:text-secondary-100\/0:hover{
  color: rgb(218 229 231 / 0);
}

.hover\:text-secondary-100\/10:hover{
  color: rgb(218 229 231 / 0.1);
}

.hover\:text-secondary-100\/100:hover{
  color: rgb(218 229 231 / 1);
}

.hover\:text-secondary-100\/15:hover{
  color: rgb(218 229 231 / 0.15);
}

.hover\:text-secondary-100\/20:hover{
  color: rgb(218 229 231 / 0.2);
}

.hover\:text-secondary-100\/25:hover{
  color: rgb(218 229 231 / 0.25);
}

.hover\:text-secondary-100\/30:hover{
  color: rgb(218 229 231 / 0.3);
}

.hover\:text-secondary-100\/35:hover{
  color: rgb(218 229 231 / 0.35);
}

.hover\:text-secondary-100\/40:hover{
  color: rgb(218 229 231 / 0.4);
}

.hover\:text-secondary-100\/45:hover{
  color: rgb(218 229 231 / 0.45);
}

.hover\:text-secondary-100\/5:hover{
  color: rgb(218 229 231 / 0.05);
}

.hover\:text-secondary-100\/50:hover{
  color: rgb(218 229 231 / 0.5);
}

.hover\:text-secondary-100\/55:hover{
  color: rgb(218 229 231 / 0.55);
}

.hover\:text-secondary-100\/60:hover{
  color: rgb(218 229 231 / 0.6);
}

.hover\:text-secondary-100\/65:hover{
  color: rgb(218 229 231 / 0.65);
}

.hover\:text-secondary-100\/70:hover{
  color: rgb(218 229 231 / 0.7);
}

.hover\:text-secondary-100\/75:hover{
  color: rgb(218 229 231 / 0.75);
}

.hover\:text-secondary-100\/80:hover{
  color: rgb(218 229 231 / 0.8);
}

.hover\:text-secondary-100\/85:hover{
  color: rgb(218 229 231 / 0.85);
}

.hover\:text-secondary-100\/90:hover{
  color: rgb(218 229 231 / 0.9);
}

.hover\:text-secondary-100\/95:hover{
  color: rgb(218 229 231 / 0.95);
}

.hover\:text-secondary-200:hover{
  color: #C4D6D9;
}

.hover\:text-secondary-200\/0:hover{
  color: rgb(196 214 217 / 0);
}

.hover\:text-secondary-200\/10:hover{
  color: rgb(196 214 217 / 0.1);
}

.hover\:text-secondary-200\/100:hover{
  color: rgb(196 214 217 / 1);
}

.hover\:text-secondary-200\/15:hover{
  color: rgb(196 214 217 / 0.15);
}

.hover\:text-secondary-200\/20:hover{
  color: rgb(196 214 217 / 0.2);
}

.hover\:text-secondary-200\/25:hover{
  color: rgb(196 214 217 / 0.25);
}

.hover\:text-secondary-200\/30:hover{
  color: rgb(196 214 217 / 0.3);
}

.hover\:text-secondary-200\/35:hover{
  color: rgb(196 214 217 / 0.35);
}

.hover\:text-secondary-200\/40:hover{
  color: rgb(196 214 217 / 0.4);
}

.hover\:text-secondary-200\/45:hover{
  color: rgb(196 214 217 / 0.45);
}

.hover\:text-secondary-200\/5:hover{
  color: rgb(196 214 217 / 0.05);
}

.hover\:text-secondary-200\/50:hover{
  color: rgb(196 214 217 / 0.5);
}

.hover\:text-secondary-200\/55:hover{
  color: rgb(196 214 217 / 0.55);
}

.hover\:text-secondary-200\/60:hover{
  color: rgb(196 214 217 / 0.6);
}

.hover\:text-secondary-200\/65:hover{
  color: rgb(196 214 217 / 0.65);
}

.hover\:text-secondary-200\/70:hover{
  color: rgb(196 214 217 / 0.7);
}

.hover\:text-secondary-200\/75:hover{
  color: rgb(196 214 217 / 0.75);
}

.hover\:text-secondary-200\/80:hover{
  color: rgb(196 214 217 / 0.8);
}

.hover\:text-secondary-200\/85:hover{
  color: rgb(196 214 217 / 0.85);
}

.hover\:text-secondary-200\/90:hover{
  color: rgb(196 214 217 / 0.9);
}

.hover\:text-secondary-200\/95:hover{
  color: rgb(196 214 217 / 0.95);
}

.hover\:text-secondary-300:hover{
  color: #AEC7CC;
}

.hover\:text-secondary-300\/0:hover{
  color: rgb(174 199 204 / 0);
}

.hover\:text-secondary-300\/10:hover{
  color: rgb(174 199 204 / 0.1);
}

.hover\:text-secondary-300\/100:hover{
  color: rgb(174 199 204 / 1);
}

.hover\:text-secondary-300\/15:hover{
  color: rgb(174 199 204 / 0.15);
}

.hover\:text-secondary-300\/20:hover{
  color: rgb(174 199 204 / 0.2);
}

.hover\:text-secondary-300\/25:hover{
  color: rgb(174 199 204 / 0.25);
}

.hover\:text-secondary-300\/30:hover{
  color: rgb(174 199 204 / 0.3);
}

.hover\:text-secondary-300\/35:hover{
  color: rgb(174 199 204 / 0.35);
}

.hover\:text-secondary-300\/40:hover{
  color: rgb(174 199 204 / 0.4);
}

.hover\:text-secondary-300\/45:hover{
  color: rgb(174 199 204 / 0.45);
}

.hover\:text-secondary-300\/5:hover{
  color: rgb(174 199 204 / 0.05);
}

.hover\:text-secondary-300\/50:hover{
  color: rgb(174 199 204 / 0.5);
}

.hover\:text-secondary-300\/55:hover{
  color: rgb(174 199 204 / 0.55);
}

.hover\:text-secondary-300\/60:hover{
  color: rgb(174 199 204 / 0.6);
}

.hover\:text-secondary-300\/65:hover{
  color: rgb(174 199 204 / 0.65);
}

.hover\:text-secondary-300\/70:hover{
  color: rgb(174 199 204 / 0.7);
}

.hover\:text-secondary-300\/75:hover{
  color: rgb(174 199 204 / 0.75);
}

.hover\:text-secondary-300\/80:hover{
  color: rgb(174 199 204 / 0.8);
}

.hover\:text-secondary-300\/85:hover{
  color: rgb(174 199 204 / 0.85);
}

.hover\:text-secondary-300\/90:hover{
  color: rgb(174 199 204 / 0.9);
}

.hover\:text-secondary-300\/95:hover{
  color: rgb(174 199 204 / 0.95);
}

.hover\:text-secondary-400:hover{
  color: #98B8BE;
}

.hover\:text-secondary-400\/0:hover{
  color: rgb(152 184 190 / 0);
}

.hover\:text-secondary-400\/10:hover{
  color: rgb(152 184 190 / 0.1);
}

.hover\:text-secondary-400\/100:hover{
  color: rgb(152 184 190 / 1);
}

.hover\:text-secondary-400\/15:hover{
  color: rgb(152 184 190 / 0.15);
}

.hover\:text-secondary-400\/20:hover{
  color: rgb(152 184 190 / 0.2);
}

.hover\:text-secondary-400\/25:hover{
  color: rgb(152 184 190 / 0.25);
}

.hover\:text-secondary-400\/30:hover{
  color: rgb(152 184 190 / 0.3);
}

.hover\:text-secondary-400\/35:hover{
  color: rgb(152 184 190 / 0.35);
}

.hover\:text-secondary-400\/40:hover{
  color: rgb(152 184 190 / 0.4);
}

.hover\:text-secondary-400\/45:hover{
  color: rgb(152 184 190 / 0.45);
}

.hover\:text-secondary-400\/5:hover{
  color: rgb(152 184 190 / 0.05);
}

.hover\:text-secondary-400\/50:hover{
  color: rgb(152 184 190 / 0.5);
}

.hover\:text-secondary-400\/55:hover{
  color: rgb(152 184 190 / 0.55);
}

.hover\:text-secondary-400\/60:hover{
  color: rgb(152 184 190 / 0.6);
}

.hover\:text-secondary-400\/65:hover{
  color: rgb(152 184 190 / 0.65);
}

.hover\:text-secondary-400\/70:hover{
  color: rgb(152 184 190 / 0.7);
}

.hover\:text-secondary-400\/75:hover{
  color: rgb(152 184 190 / 0.75);
}

.hover\:text-secondary-400\/80:hover{
  color: rgb(152 184 190 / 0.8);
}

.hover\:text-secondary-400\/85:hover{
  color: rgb(152 184 190 / 0.85);
}

.hover\:text-secondary-400\/90:hover{
  color: rgb(152 184 190 / 0.9);
}

.hover\:text-secondary-400\/95:hover{
  color: rgb(152 184 190 / 0.95);
}

.hover\:text-secondary-500:hover{
  color: #82A9B0;
}

.hover\:text-secondary-500\/0:hover{
  color: rgb(130 169 176 / 0);
}

.hover\:text-secondary-500\/10:hover{
  color: rgb(130 169 176 / 0.1);
}

.hover\:text-secondary-500\/100:hover{
  color: rgb(130 169 176 / 1);
}

.hover\:text-secondary-500\/15:hover{
  color: rgb(130 169 176 / 0.15);
}

.hover\:text-secondary-500\/20:hover{
  color: rgb(130 169 176 / 0.2);
}

.hover\:text-secondary-500\/25:hover{
  color: rgb(130 169 176 / 0.25);
}

.hover\:text-secondary-500\/30:hover{
  color: rgb(130 169 176 / 0.3);
}

.hover\:text-secondary-500\/35:hover{
  color: rgb(130 169 176 / 0.35);
}

.hover\:text-secondary-500\/40:hover{
  color: rgb(130 169 176 / 0.4);
}

.hover\:text-secondary-500\/45:hover{
  color: rgb(130 169 176 / 0.45);
}

.hover\:text-secondary-500\/5:hover{
  color: rgb(130 169 176 / 0.05);
}

.hover\:text-secondary-500\/50:hover{
  color: rgb(130 169 176 / 0.5);
}

.hover\:text-secondary-500\/55:hover{
  color: rgb(130 169 176 / 0.55);
}

.hover\:text-secondary-500\/60:hover{
  color: rgb(130 169 176 / 0.6);
}

.hover\:text-secondary-500\/65:hover{
  color: rgb(130 169 176 / 0.65);
}

.hover\:text-secondary-500\/70:hover{
  color: rgb(130 169 176 / 0.7);
}

.hover\:text-secondary-500\/75:hover{
  color: rgb(130 169 176 / 0.75);
}

.hover\:text-secondary-500\/80:hover{
  color: rgb(130 169 176 / 0.8);
}

.hover\:text-secondary-500\/85:hover{
  color: rgb(130 169 176 / 0.85);
}

.hover\:text-secondary-500\/90:hover{
  color: rgb(130 169 176 / 0.9);
}

.hover\:text-secondary-500\/95:hover{
  color: rgb(130 169 176 / 0.95);
}

.hover\:text-secondary-600:hover{
  color: #66969E;
}

.hover\:text-secondary-600\/0:hover{
  color: rgb(102 150 158 / 0);
}

.hover\:text-secondary-600\/10:hover{
  color: rgb(102 150 158 / 0.1);
}

.hover\:text-secondary-600\/100:hover{
  color: rgb(102 150 158 / 1);
}

.hover\:text-secondary-600\/15:hover{
  color: rgb(102 150 158 / 0.15);
}

.hover\:text-secondary-600\/20:hover{
  color: rgb(102 150 158 / 0.2);
}

.hover\:text-secondary-600\/25:hover{
  color: rgb(102 150 158 / 0.25);
}

.hover\:text-secondary-600\/30:hover{
  color: rgb(102 150 158 / 0.3);
}

.hover\:text-secondary-600\/35:hover{
  color: rgb(102 150 158 / 0.35);
}

.hover\:text-secondary-600\/40:hover{
  color: rgb(102 150 158 / 0.4);
}

.hover\:text-secondary-600\/45:hover{
  color: rgb(102 150 158 / 0.45);
}

.hover\:text-secondary-600\/5:hover{
  color: rgb(102 150 158 / 0.05);
}

.hover\:text-secondary-600\/50:hover{
  color: rgb(102 150 158 / 0.5);
}

.hover\:text-secondary-600\/55:hover{
  color: rgb(102 150 158 / 0.55);
}

.hover\:text-secondary-600\/60:hover{
  color: rgb(102 150 158 / 0.6);
}

.hover\:text-secondary-600\/65:hover{
  color: rgb(102 150 158 / 0.65);
}

.hover\:text-secondary-600\/70:hover{
  color: rgb(102 150 158 / 0.7);
}

.hover\:text-secondary-600\/75:hover{
  color: rgb(102 150 158 / 0.75);
}

.hover\:text-secondary-600\/80:hover{
  color: rgb(102 150 158 / 0.8);
}

.hover\:text-secondary-600\/85:hover{
  color: rgb(102 150 158 / 0.85);
}

.hover\:text-secondary-600\/90:hover{
  color: rgb(102 150 158 / 0.9);
}

.hover\:text-secondary-600\/95:hover{
  color: rgb(102 150 158 / 0.95);
}

.hover\:text-secondary-700:hover{
  color: #537C83;
}

.hover\:text-secondary-700\/0:hover{
  color: rgb(83 124 131 / 0);
}

.hover\:text-secondary-700\/10:hover{
  color: rgb(83 124 131 / 0.1);
}

.hover\:text-secondary-700\/100:hover{
  color: rgb(83 124 131 / 1);
}

.hover\:text-secondary-700\/15:hover{
  color: rgb(83 124 131 / 0.15);
}

.hover\:text-secondary-700\/20:hover{
  color: rgb(83 124 131 / 0.2);
}

.hover\:text-secondary-700\/25:hover{
  color: rgb(83 124 131 / 0.25);
}

.hover\:text-secondary-700\/30:hover{
  color: rgb(83 124 131 / 0.3);
}

.hover\:text-secondary-700\/35:hover{
  color: rgb(83 124 131 / 0.35);
}

.hover\:text-secondary-700\/40:hover{
  color: rgb(83 124 131 / 0.4);
}

.hover\:text-secondary-700\/45:hover{
  color: rgb(83 124 131 / 0.45);
}

.hover\:text-secondary-700\/5:hover{
  color: rgb(83 124 131 / 0.05);
}

.hover\:text-secondary-700\/50:hover{
  color: rgb(83 124 131 / 0.5);
}

.hover\:text-secondary-700\/55:hover{
  color: rgb(83 124 131 / 0.55);
}

.hover\:text-secondary-700\/60:hover{
  color: rgb(83 124 131 / 0.6);
}

.hover\:text-secondary-700\/65:hover{
  color: rgb(83 124 131 / 0.65);
}

.hover\:text-secondary-700\/70:hover{
  color: rgb(83 124 131 / 0.7);
}

.hover\:text-secondary-700\/75:hover{
  color: rgb(83 124 131 / 0.75);
}

.hover\:text-secondary-700\/80:hover{
  color: rgb(83 124 131 / 0.8);
}

.hover\:text-secondary-700\/85:hover{
  color: rgb(83 124 131 / 0.85);
}

.hover\:text-secondary-700\/90:hover{
  color: rgb(83 124 131 / 0.9);
}

.hover\:text-secondary-700\/95:hover{
  color: rgb(83 124 131 / 0.95);
}

.hover\:text-secondary-800:hover{
  color: #416167;
}

.hover\:text-secondary-800\/0:hover{
  color: rgb(65 97 103 / 0);
}

.hover\:text-secondary-800\/10:hover{
  color: rgb(65 97 103 / 0.1);
}

.hover\:text-secondary-800\/100:hover{
  color: rgb(65 97 103 / 1);
}

.hover\:text-secondary-800\/15:hover{
  color: rgb(65 97 103 / 0.15);
}

.hover\:text-secondary-800\/20:hover{
  color: rgb(65 97 103 / 0.2);
}

.hover\:text-secondary-800\/25:hover{
  color: rgb(65 97 103 / 0.25);
}

.hover\:text-secondary-800\/30:hover{
  color: rgb(65 97 103 / 0.3);
}

.hover\:text-secondary-800\/35:hover{
  color: rgb(65 97 103 / 0.35);
}

.hover\:text-secondary-800\/40:hover{
  color: rgb(65 97 103 / 0.4);
}

.hover\:text-secondary-800\/45:hover{
  color: rgb(65 97 103 / 0.45);
}

.hover\:text-secondary-800\/5:hover{
  color: rgb(65 97 103 / 0.05);
}

.hover\:text-secondary-800\/50:hover{
  color: rgb(65 97 103 / 0.5);
}

.hover\:text-secondary-800\/55:hover{
  color: rgb(65 97 103 / 0.55);
}

.hover\:text-secondary-800\/60:hover{
  color: rgb(65 97 103 / 0.6);
}

.hover\:text-secondary-800\/65:hover{
  color: rgb(65 97 103 / 0.65);
}

.hover\:text-secondary-800\/70:hover{
  color: rgb(65 97 103 / 0.7);
}

.hover\:text-secondary-800\/75:hover{
  color: rgb(65 97 103 / 0.75);
}

.hover\:text-secondary-800\/80:hover{
  color: rgb(65 97 103 / 0.8);
}

.hover\:text-secondary-800\/85:hover{
  color: rgb(65 97 103 / 0.85);
}

.hover\:text-secondary-800\/90:hover{
  color: rgb(65 97 103 / 0.9);
}

.hover\:text-secondary-800\/95:hover{
  color: rgb(65 97 103 / 0.95);
}

.hover\:text-secondary-900:hover{
  color: #2F474B;
}

.hover\:text-secondary-900\/0:hover{
  color: rgb(47 71 75 / 0);
}

.hover\:text-secondary-900\/10:hover{
  color: rgb(47 71 75 / 0.1);
}

.hover\:text-secondary-900\/100:hover{
  color: rgb(47 71 75 / 1);
}

.hover\:text-secondary-900\/15:hover{
  color: rgb(47 71 75 / 0.15);
}

.hover\:text-secondary-900\/20:hover{
  color: rgb(47 71 75 / 0.2);
}

.hover\:text-secondary-900\/25:hover{
  color: rgb(47 71 75 / 0.25);
}

.hover\:text-secondary-900\/30:hover{
  color: rgb(47 71 75 / 0.3);
}

.hover\:text-secondary-900\/35:hover{
  color: rgb(47 71 75 / 0.35);
}

.hover\:text-secondary-900\/40:hover{
  color: rgb(47 71 75 / 0.4);
}

.hover\:text-secondary-900\/45:hover{
  color: rgb(47 71 75 / 0.45);
}

.hover\:text-secondary-900\/5:hover{
  color: rgb(47 71 75 / 0.05);
}

.hover\:text-secondary-900\/50:hover{
  color: rgb(47 71 75 / 0.5);
}

.hover\:text-secondary-900\/55:hover{
  color: rgb(47 71 75 / 0.55);
}

.hover\:text-secondary-900\/60:hover{
  color: rgb(47 71 75 / 0.6);
}

.hover\:text-secondary-900\/65:hover{
  color: rgb(47 71 75 / 0.65);
}

.hover\:text-secondary-900\/70:hover{
  color: rgb(47 71 75 / 0.7);
}

.hover\:text-secondary-900\/75:hover{
  color: rgb(47 71 75 / 0.75);
}

.hover\:text-secondary-900\/80:hover{
  color: rgb(47 71 75 / 0.8);
}

.hover\:text-secondary-900\/85:hover{
  color: rgb(47 71 75 / 0.85);
}

.hover\:text-secondary-900\/90:hover{
  color: rgb(47 71 75 / 0.9);
}

.hover\:text-secondary-900\/95:hover{
  color: rgb(47 71 75 / 0.95);
}

.hover\:text-white:hover{
  color: #fff;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-accent-100:focus{
  border-color: #fceae9;
}

.focus\:border-accent-100\/0:focus{
  border-color: rgb(252 234 233 / 0);
}

.focus\:border-accent-100\/10:focus{
  border-color: rgb(252 234 233 / 0.1);
}

.focus\:border-accent-100\/100:focus{
  border-color: rgb(252 234 233 / 1);
}

.focus\:border-accent-100\/15:focus{
  border-color: rgb(252 234 233 / 0.15);
}

.focus\:border-accent-100\/20:focus{
  border-color: rgb(252 234 233 / 0.2);
}

.focus\:border-accent-100\/25:focus{
  border-color: rgb(252 234 233 / 0.25);
}

.focus\:border-accent-100\/30:focus{
  border-color: rgb(252 234 233 / 0.3);
}

.focus\:border-accent-100\/35:focus{
  border-color: rgb(252 234 233 / 0.35);
}

.focus\:border-accent-100\/40:focus{
  border-color: rgb(252 234 233 / 0.4);
}

.focus\:border-accent-100\/45:focus{
  border-color: rgb(252 234 233 / 0.45);
}

.focus\:border-accent-100\/5:focus{
  border-color: rgb(252 234 233 / 0.05);
}

.focus\:border-accent-100\/50:focus{
  border-color: rgb(252 234 233 / 0.5);
}

.focus\:border-accent-100\/55:focus{
  border-color: rgb(252 234 233 / 0.55);
}

.focus\:border-accent-100\/60:focus{
  border-color: rgb(252 234 233 / 0.6);
}

.focus\:border-accent-100\/65:focus{
  border-color: rgb(252 234 233 / 0.65);
}

.focus\:border-accent-100\/70:focus{
  border-color: rgb(252 234 233 / 0.7);
}

.focus\:border-accent-100\/75:focus{
  border-color: rgb(252 234 233 / 0.75);
}

.focus\:border-accent-100\/80:focus{
  border-color: rgb(252 234 233 / 0.8);
}

.focus\:border-accent-100\/85:focus{
  border-color: rgb(252 234 233 / 0.85);
}

.focus\:border-accent-100\/90:focus{
  border-color: rgb(252 234 233 / 0.9);
}

.focus\:border-accent-100\/95:focus{
  border-color: rgb(252 234 233 / 0.95);
}

.focus\:border-accent-200:focus{
  border-color: #f9d4d2;
}

.focus\:border-accent-200\/0:focus{
  border-color: rgb(249 212 210 / 0);
}

.focus\:border-accent-200\/10:focus{
  border-color: rgb(249 212 210 / 0.1);
}

.focus\:border-accent-200\/100:focus{
  border-color: rgb(249 212 210 / 1);
}

.focus\:border-accent-200\/15:focus{
  border-color: rgb(249 212 210 / 0.15);
}

.focus\:border-accent-200\/20:focus{
  border-color: rgb(249 212 210 / 0.2);
}

.focus\:border-accent-200\/25:focus{
  border-color: rgb(249 212 210 / 0.25);
}

.focus\:border-accent-200\/30:focus{
  border-color: rgb(249 212 210 / 0.3);
}

.focus\:border-accent-200\/35:focus{
  border-color: rgb(249 212 210 / 0.35);
}

.focus\:border-accent-200\/40:focus{
  border-color: rgb(249 212 210 / 0.4);
}

.focus\:border-accent-200\/45:focus{
  border-color: rgb(249 212 210 / 0.45);
}

.focus\:border-accent-200\/5:focus{
  border-color: rgb(249 212 210 / 0.05);
}

.focus\:border-accent-200\/50:focus{
  border-color: rgb(249 212 210 / 0.5);
}

.focus\:border-accent-200\/55:focus{
  border-color: rgb(249 212 210 / 0.55);
}

.focus\:border-accent-200\/60:focus{
  border-color: rgb(249 212 210 / 0.6);
}

.focus\:border-accent-200\/65:focus{
  border-color: rgb(249 212 210 / 0.65);
}

.focus\:border-accent-200\/70:focus{
  border-color: rgb(249 212 210 / 0.7);
}

.focus\:border-accent-200\/75:focus{
  border-color: rgb(249 212 210 / 0.75);
}

.focus\:border-accent-200\/80:focus{
  border-color: rgb(249 212 210 / 0.8);
}

.focus\:border-accent-200\/85:focus{
  border-color: rgb(249 212 210 / 0.85);
}

.focus\:border-accent-200\/90:focus{
  border-color: rgb(249 212 210 / 0.9);
}

.focus\:border-accent-200\/95:focus{
  border-color: rgb(249 212 210 / 0.95);
}

.focus\:border-accent-300:focus{
  border-color: #f4b5b3;
}

.focus\:border-accent-300\/0:focus{
  border-color: rgb(244 181 179 / 0);
}

.focus\:border-accent-300\/10:focus{
  border-color: rgb(244 181 179 / 0.1);
}

.focus\:border-accent-300\/100:focus{
  border-color: rgb(244 181 179 / 1);
}

.focus\:border-accent-300\/15:focus{
  border-color: rgb(244 181 179 / 0.15);
}

.focus\:border-accent-300\/20:focus{
  border-color: rgb(244 181 179 / 0.2);
}

.focus\:border-accent-300\/25:focus{
  border-color: rgb(244 181 179 / 0.25);
}

.focus\:border-accent-300\/30:focus{
  border-color: rgb(244 181 179 / 0.3);
}

.focus\:border-accent-300\/35:focus{
  border-color: rgb(244 181 179 / 0.35);
}

.focus\:border-accent-300\/40:focus{
  border-color: rgb(244 181 179 / 0.4);
}

.focus\:border-accent-300\/45:focus{
  border-color: rgb(244 181 179 / 0.45);
}

.focus\:border-accent-300\/5:focus{
  border-color: rgb(244 181 179 / 0.05);
}

.focus\:border-accent-300\/50:focus{
  border-color: rgb(244 181 179 / 0.5);
}

.focus\:border-accent-300\/55:focus{
  border-color: rgb(244 181 179 / 0.55);
}

.focus\:border-accent-300\/60:focus{
  border-color: rgb(244 181 179 / 0.6);
}

.focus\:border-accent-300\/65:focus{
  border-color: rgb(244 181 179 / 0.65);
}

.focus\:border-accent-300\/70:focus{
  border-color: rgb(244 181 179 / 0.7);
}

.focus\:border-accent-300\/75:focus{
  border-color: rgb(244 181 179 / 0.75);
}

.focus\:border-accent-300\/80:focus{
  border-color: rgb(244 181 179 / 0.8);
}

.focus\:border-accent-300\/85:focus{
  border-color: rgb(244 181 179 / 0.85);
}

.focus\:border-accent-300\/90:focus{
  border-color: rgb(244 181 179 / 0.9);
}

.focus\:border-accent-300\/95:focus{
  border-color: rgb(244 181 179 / 0.95);
}

.focus\:border-accent-400:focus{
  border-color: #ee8e8b;
}

.focus\:border-accent-400\/0:focus{
  border-color: rgb(238 142 139 / 0);
}

.focus\:border-accent-400\/10:focus{
  border-color: rgb(238 142 139 / 0.1);
}

.focus\:border-accent-400\/100:focus{
  border-color: rgb(238 142 139 / 1);
}

.focus\:border-accent-400\/15:focus{
  border-color: rgb(238 142 139 / 0.15);
}

.focus\:border-accent-400\/20:focus{
  border-color: rgb(238 142 139 / 0.2);
}

.focus\:border-accent-400\/25:focus{
  border-color: rgb(238 142 139 / 0.25);
}

.focus\:border-accent-400\/30:focus{
  border-color: rgb(238 142 139 / 0.3);
}

.focus\:border-accent-400\/35:focus{
  border-color: rgb(238 142 139 / 0.35);
}

.focus\:border-accent-400\/40:focus{
  border-color: rgb(238 142 139 / 0.4);
}

.focus\:border-accent-400\/45:focus{
  border-color: rgb(238 142 139 / 0.45);
}

.focus\:border-accent-400\/5:focus{
  border-color: rgb(238 142 139 / 0.05);
}

.focus\:border-accent-400\/50:focus{
  border-color: rgb(238 142 139 / 0.5);
}

.focus\:border-accent-400\/55:focus{
  border-color: rgb(238 142 139 / 0.55);
}

.focus\:border-accent-400\/60:focus{
  border-color: rgb(238 142 139 / 0.6);
}

.focus\:border-accent-400\/65:focus{
  border-color: rgb(238 142 139 / 0.65);
}

.focus\:border-accent-400\/70:focus{
  border-color: rgb(238 142 139 / 0.7);
}

.focus\:border-accent-400\/75:focus{
  border-color: rgb(238 142 139 / 0.75);
}

.focus\:border-accent-400\/80:focus{
  border-color: rgb(238 142 139 / 0.8);
}

.focus\:border-accent-400\/85:focus{
  border-color: rgb(238 142 139 / 0.85);
}

.focus\:border-accent-400\/90:focus{
  border-color: rgb(238 142 139 / 0.9);
}

.focus\:border-accent-400\/95:focus{
  border-color: rgb(238 142 139 / 0.95);
}

.focus\:border-accent-500:focus{
  border-color: #e57373;
}

.focus\:border-accent-500\/0:focus{
  border-color: rgb(229 115 115 / 0);
}

.focus\:border-accent-500\/10:focus{
  border-color: rgb(229 115 115 / 0.1);
}

.focus\:border-accent-500\/100:focus{
  border-color: rgb(229 115 115 / 1);
}

.focus\:border-accent-500\/15:focus{
  border-color: rgb(229 115 115 / 0.15);
}

.focus\:border-accent-500\/20:focus{
  border-color: rgb(229 115 115 / 0.2);
}

.focus\:border-accent-500\/25:focus{
  border-color: rgb(229 115 115 / 0.25);
}

.focus\:border-accent-500\/30:focus{
  border-color: rgb(229 115 115 / 0.3);
}

.focus\:border-accent-500\/35:focus{
  border-color: rgb(229 115 115 / 0.35);
}

.focus\:border-accent-500\/40:focus{
  border-color: rgb(229 115 115 / 0.4);
}

.focus\:border-accent-500\/45:focus{
  border-color: rgb(229 115 115 / 0.45);
}

.focus\:border-accent-500\/5:focus{
  border-color: rgb(229 115 115 / 0.05);
}

.focus\:border-accent-500\/50:focus{
  border-color: rgb(229 115 115 / 0.5);
}

.focus\:border-accent-500\/55:focus{
  border-color: rgb(229 115 115 / 0.55);
}

.focus\:border-accent-500\/60:focus{
  border-color: rgb(229 115 115 / 0.6);
}

.focus\:border-accent-500\/65:focus{
  border-color: rgb(229 115 115 / 0.65);
}

.focus\:border-accent-500\/70:focus{
  border-color: rgb(229 115 115 / 0.7);
}

.focus\:border-accent-500\/75:focus{
  border-color: rgb(229 115 115 / 0.75);
}

.focus\:border-accent-500\/80:focus{
  border-color: rgb(229 115 115 / 0.8);
}

.focus\:border-accent-500\/85:focus{
  border-color: rgb(229 115 115 / 0.85);
}

.focus\:border-accent-500\/90:focus{
  border-color: rgb(229 115 115 / 0.9);
}

.focus\:border-accent-500\/95:focus{
  border-color: rgb(229 115 115 / 0.95);
}

.focus\:border-accent-600:focus{
  border-color: #d95f5f;
}

.focus\:border-accent-600\/0:focus{
  border-color: rgb(217 95 95 / 0);
}

.focus\:border-accent-600\/10:focus{
  border-color: rgb(217 95 95 / 0.1);
}

.focus\:border-accent-600\/100:focus{
  border-color: rgb(217 95 95 / 1);
}

.focus\:border-accent-600\/15:focus{
  border-color: rgb(217 95 95 / 0.15);
}

.focus\:border-accent-600\/20:focus{
  border-color: rgb(217 95 95 / 0.2);
}

.focus\:border-accent-600\/25:focus{
  border-color: rgb(217 95 95 / 0.25);
}

.focus\:border-accent-600\/30:focus{
  border-color: rgb(217 95 95 / 0.3);
}

.focus\:border-accent-600\/35:focus{
  border-color: rgb(217 95 95 / 0.35);
}

.focus\:border-accent-600\/40:focus{
  border-color: rgb(217 95 95 / 0.4);
}

.focus\:border-accent-600\/45:focus{
  border-color: rgb(217 95 95 / 0.45);
}

.focus\:border-accent-600\/5:focus{
  border-color: rgb(217 95 95 / 0.05);
}

.focus\:border-accent-600\/50:focus{
  border-color: rgb(217 95 95 / 0.5);
}

.focus\:border-accent-600\/55:focus{
  border-color: rgb(217 95 95 / 0.55);
}

.focus\:border-accent-600\/60:focus{
  border-color: rgb(217 95 95 / 0.6);
}

.focus\:border-accent-600\/65:focus{
  border-color: rgb(217 95 95 / 0.65);
}

.focus\:border-accent-600\/70:focus{
  border-color: rgb(217 95 95 / 0.7);
}

.focus\:border-accent-600\/75:focus{
  border-color: rgb(217 95 95 / 0.75);
}

.focus\:border-accent-600\/80:focus{
  border-color: rgb(217 95 95 / 0.8);
}

.focus\:border-accent-600\/85:focus{
  border-color: rgb(217 95 95 / 0.85);
}

.focus\:border-accent-600\/90:focus{
  border-color: rgb(217 95 95 / 0.9);
}

.focus\:border-accent-600\/95:focus{
  border-color: rgb(217 95 95 / 0.95);
}

.focus\:border-accent-700:focus{
  border-color: #c94a4a;
}

.focus\:border-accent-700\/0:focus{
  border-color: rgb(201 74 74 / 0);
}

.focus\:border-accent-700\/10:focus{
  border-color: rgb(201 74 74 / 0.1);
}

.focus\:border-accent-700\/100:focus{
  border-color: rgb(201 74 74 / 1);
}

.focus\:border-accent-700\/15:focus{
  border-color: rgb(201 74 74 / 0.15);
}

.focus\:border-accent-700\/20:focus{
  border-color: rgb(201 74 74 / 0.2);
}

.focus\:border-accent-700\/25:focus{
  border-color: rgb(201 74 74 / 0.25);
}

.focus\:border-accent-700\/30:focus{
  border-color: rgb(201 74 74 / 0.3);
}

.focus\:border-accent-700\/35:focus{
  border-color: rgb(201 74 74 / 0.35);
}

.focus\:border-accent-700\/40:focus{
  border-color: rgb(201 74 74 / 0.4);
}

.focus\:border-accent-700\/45:focus{
  border-color: rgb(201 74 74 / 0.45);
}

.focus\:border-accent-700\/5:focus{
  border-color: rgb(201 74 74 / 0.05);
}

.focus\:border-accent-700\/50:focus{
  border-color: rgb(201 74 74 / 0.5);
}

.focus\:border-accent-700\/55:focus{
  border-color: rgb(201 74 74 / 0.55);
}

.focus\:border-accent-700\/60:focus{
  border-color: rgb(201 74 74 / 0.6);
}

.focus\:border-accent-700\/65:focus{
  border-color: rgb(201 74 74 / 0.65);
}

.focus\:border-accent-700\/70:focus{
  border-color: rgb(201 74 74 / 0.7);
}

.focus\:border-accent-700\/75:focus{
  border-color: rgb(201 74 74 / 0.75);
}

.focus\:border-accent-700\/80:focus{
  border-color: rgb(201 74 74 / 0.8);
}

.focus\:border-accent-700\/85:focus{
  border-color: rgb(201 74 74 / 0.85);
}

.focus\:border-accent-700\/90:focus{
  border-color: rgb(201 74 74 / 0.9);
}

.focus\:border-accent-700\/95:focus{
  border-color: rgb(201 74 74 / 0.95);
}

.focus\:border-accent-800:focus{
  border-color: #a83c3c;
}

.focus\:border-accent-800\/0:focus{
  border-color: rgb(168 60 60 / 0);
}

.focus\:border-accent-800\/10:focus{
  border-color: rgb(168 60 60 / 0.1);
}

.focus\:border-accent-800\/100:focus{
  border-color: rgb(168 60 60 / 1);
}

.focus\:border-accent-800\/15:focus{
  border-color: rgb(168 60 60 / 0.15);
}

.focus\:border-accent-800\/20:focus{
  border-color: rgb(168 60 60 / 0.2);
}

.focus\:border-accent-800\/25:focus{
  border-color: rgb(168 60 60 / 0.25);
}

.focus\:border-accent-800\/30:focus{
  border-color: rgb(168 60 60 / 0.3);
}

.focus\:border-accent-800\/35:focus{
  border-color: rgb(168 60 60 / 0.35);
}

.focus\:border-accent-800\/40:focus{
  border-color: rgb(168 60 60 / 0.4);
}

.focus\:border-accent-800\/45:focus{
  border-color: rgb(168 60 60 / 0.45);
}

.focus\:border-accent-800\/5:focus{
  border-color: rgb(168 60 60 / 0.05);
}

.focus\:border-accent-800\/50:focus{
  border-color: rgb(168 60 60 / 0.5);
}

.focus\:border-accent-800\/55:focus{
  border-color: rgb(168 60 60 / 0.55);
}

.focus\:border-accent-800\/60:focus{
  border-color: rgb(168 60 60 / 0.6);
}

.focus\:border-accent-800\/65:focus{
  border-color: rgb(168 60 60 / 0.65);
}

.focus\:border-accent-800\/70:focus{
  border-color: rgb(168 60 60 / 0.7);
}

.focus\:border-accent-800\/75:focus{
  border-color: rgb(168 60 60 / 0.75);
}

.focus\:border-accent-800\/80:focus{
  border-color: rgb(168 60 60 / 0.8);
}

.focus\:border-accent-800\/85:focus{
  border-color: rgb(168 60 60 / 0.85);
}

.focus\:border-accent-800\/90:focus{
  border-color: rgb(168 60 60 / 0.9);
}

.focus\:border-accent-800\/95:focus{
  border-color: rgb(168 60 60 / 0.95);
}

.focus\:border-accent-900:focus{
  border-color: #8c3434;
}

.focus\:border-accent-900\/0:focus{
  border-color: rgb(140 52 52 / 0);
}

.focus\:border-accent-900\/10:focus{
  border-color: rgb(140 52 52 / 0.1);
}

.focus\:border-accent-900\/100:focus{
  border-color: rgb(140 52 52 / 1);
}

.focus\:border-accent-900\/15:focus{
  border-color: rgb(140 52 52 / 0.15);
}

.focus\:border-accent-900\/20:focus{
  border-color: rgb(140 52 52 / 0.2);
}

.focus\:border-accent-900\/25:focus{
  border-color: rgb(140 52 52 / 0.25);
}

.focus\:border-accent-900\/30:focus{
  border-color: rgb(140 52 52 / 0.3);
}

.focus\:border-accent-900\/35:focus{
  border-color: rgb(140 52 52 / 0.35);
}

.focus\:border-accent-900\/40:focus{
  border-color: rgb(140 52 52 / 0.4);
}

.focus\:border-accent-900\/45:focus{
  border-color: rgb(140 52 52 / 0.45);
}

.focus\:border-accent-900\/5:focus{
  border-color: rgb(140 52 52 / 0.05);
}

.focus\:border-accent-900\/50:focus{
  border-color: rgb(140 52 52 / 0.5);
}

.focus\:border-accent-900\/55:focus{
  border-color: rgb(140 52 52 / 0.55);
}

.focus\:border-accent-900\/60:focus{
  border-color: rgb(140 52 52 / 0.6);
}

.focus\:border-accent-900\/65:focus{
  border-color: rgb(140 52 52 / 0.65);
}

.focus\:border-accent-900\/70:focus{
  border-color: rgb(140 52 52 / 0.7);
}

.focus\:border-accent-900\/75:focus{
  border-color: rgb(140 52 52 / 0.75);
}

.focus\:border-accent-900\/80:focus{
  border-color: rgb(140 52 52 / 0.8);
}

.focus\:border-accent-900\/85:focus{
  border-color: rgb(140 52 52 / 0.85);
}

.focus\:border-accent-900\/90:focus{
  border-color: rgb(140 52 52 / 0.9);
}

.focus\:border-accent-900\/95:focus{
  border-color: rgb(140 52 52 / 0.95);
}

.focus\:border-blue-500:focus{
  border-color: #3b82f6;
}

.focus\:border-gray-100:focus{
  border-color: #f3f4f6;
}

.focus\:border-gray-100\/0:focus{
  border-color: rgb(243 244 246 / 0);
}

.focus\:border-gray-100\/10:focus{
  border-color: rgb(243 244 246 / 0.1);
}

.focus\:border-gray-100\/100:focus{
  border-color: rgb(243 244 246 / 1);
}

.focus\:border-gray-100\/15:focus{
  border-color: rgb(243 244 246 / 0.15);
}

.focus\:border-gray-100\/20:focus{
  border-color: rgb(243 244 246 / 0.2);
}

.focus\:border-gray-100\/25:focus{
  border-color: rgb(243 244 246 / 0.25);
}

.focus\:border-gray-100\/30:focus{
  border-color: rgb(243 244 246 / 0.3);
}

.focus\:border-gray-100\/35:focus{
  border-color: rgb(243 244 246 / 0.35);
}

.focus\:border-gray-100\/40:focus{
  border-color: rgb(243 244 246 / 0.4);
}

.focus\:border-gray-100\/45:focus{
  border-color: rgb(243 244 246 / 0.45);
}

.focus\:border-gray-100\/5:focus{
  border-color: rgb(243 244 246 / 0.05);
}

.focus\:border-gray-100\/50:focus{
  border-color: rgb(243 244 246 / 0.5);
}

.focus\:border-gray-100\/55:focus{
  border-color: rgb(243 244 246 / 0.55);
}

.focus\:border-gray-100\/60:focus{
  border-color: rgb(243 244 246 / 0.6);
}

.focus\:border-gray-100\/65:focus{
  border-color: rgb(243 244 246 / 0.65);
}

.focus\:border-gray-100\/70:focus{
  border-color: rgb(243 244 246 / 0.7);
}

.focus\:border-gray-100\/75:focus{
  border-color: rgb(243 244 246 / 0.75);
}

.focus\:border-gray-100\/80:focus{
  border-color: rgb(243 244 246 / 0.8);
}

.focus\:border-gray-100\/85:focus{
  border-color: rgb(243 244 246 / 0.85);
}

.focus\:border-gray-100\/90:focus{
  border-color: rgb(243 244 246 / 0.9);
}

.focus\:border-gray-100\/95:focus{
  border-color: rgb(243 244 246 / 0.95);
}

.focus\:border-gray-200:focus{
  border-color: #e5e7eb;
}

.focus\:border-gray-200\/0:focus{
  border-color: rgb(229 231 235 / 0);
}

.focus\:border-gray-200\/10:focus{
  border-color: rgb(229 231 235 / 0.1);
}

.focus\:border-gray-200\/100:focus{
  border-color: rgb(229 231 235 / 1);
}

.focus\:border-gray-200\/15:focus{
  border-color: rgb(229 231 235 / 0.15);
}

.focus\:border-gray-200\/20:focus{
  border-color: rgb(229 231 235 / 0.2);
}

.focus\:border-gray-200\/25:focus{
  border-color: rgb(229 231 235 / 0.25);
}

.focus\:border-gray-200\/30:focus{
  border-color: rgb(229 231 235 / 0.3);
}

.focus\:border-gray-200\/35:focus{
  border-color: rgb(229 231 235 / 0.35);
}

.focus\:border-gray-200\/40:focus{
  border-color: rgb(229 231 235 / 0.4);
}

.focus\:border-gray-200\/45:focus{
  border-color: rgb(229 231 235 / 0.45);
}

.focus\:border-gray-200\/5:focus{
  border-color: rgb(229 231 235 / 0.05);
}

.focus\:border-gray-200\/50:focus{
  border-color: rgb(229 231 235 / 0.5);
}

.focus\:border-gray-200\/55:focus{
  border-color: rgb(229 231 235 / 0.55);
}

.focus\:border-gray-200\/60:focus{
  border-color: rgb(229 231 235 / 0.6);
}

.focus\:border-gray-200\/65:focus{
  border-color: rgb(229 231 235 / 0.65);
}

.focus\:border-gray-200\/70:focus{
  border-color: rgb(229 231 235 / 0.7);
}

.focus\:border-gray-200\/75:focus{
  border-color: rgb(229 231 235 / 0.75);
}

.focus\:border-gray-200\/80:focus{
  border-color: rgb(229 231 235 / 0.8);
}

.focus\:border-gray-200\/85:focus{
  border-color: rgb(229 231 235 / 0.85);
}

.focus\:border-gray-200\/90:focus{
  border-color: rgb(229 231 235 / 0.9);
}

.focus\:border-gray-200\/95:focus{
  border-color: rgb(229 231 235 / 0.95);
}

.focus\:border-gray-300:focus{
  border-color: #d1d5db;
}

.focus\:border-gray-300\/0:focus{
  border-color: rgb(209 213 219 / 0);
}

.focus\:border-gray-300\/10:focus{
  border-color: rgb(209 213 219 / 0.1);
}

.focus\:border-gray-300\/100:focus{
  border-color: rgb(209 213 219 / 1);
}

.focus\:border-gray-300\/15:focus{
  border-color: rgb(209 213 219 / 0.15);
}

.focus\:border-gray-300\/20:focus{
  border-color: rgb(209 213 219 / 0.2);
}

.focus\:border-gray-300\/25:focus{
  border-color: rgb(209 213 219 / 0.25);
}

.focus\:border-gray-300\/30:focus{
  border-color: rgb(209 213 219 / 0.3);
}

.focus\:border-gray-300\/35:focus{
  border-color: rgb(209 213 219 / 0.35);
}

.focus\:border-gray-300\/40:focus{
  border-color: rgb(209 213 219 / 0.4);
}

.focus\:border-gray-300\/45:focus{
  border-color: rgb(209 213 219 / 0.45);
}

.focus\:border-gray-300\/5:focus{
  border-color: rgb(209 213 219 / 0.05);
}

.focus\:border-gray-300\/50:focus{
  border-color: rgb(209 213 219 / 0.5);
}

.focus\:border-gray-300\/55:focus{
  border-color: rgb(209 213 219 / 0.55);
}

.focus\:border-gray-300\/60:focus{
  border-color: rgb(209 213 219 / 0.6);
}

.focus\:border-gray-300\/65:focus{
  border-color: rgb(209 213 219 / 0.65);
}

.focus\:border-gray-300\/70:focus{
  border-color: rgb(209 213 219 / 0.7);
}

.focus\:border-gray-300\/75:focus{
  border-color: rgb(209 213 219 / 0.75);
}

.focus\:border-gray-300\/80:focus{
  border-color: rgb(209 213 219 / 0.8);
}

.focus\:border-gray-300\/85:focus{
  border-color: rgb(209 213 219 / 0.85);
}

.focus\:border-gray-300\/90:focus{
  border-color: rgb(209 213 219 / 0.9);
}

.focus\:border-gray-300\/95:focus{
  border-color: rgb(209 213 219 / 0.95);
}

.focus\:border-gray-400:focus{
  border-color: #9ca3af;
}

.focus\:border-gray-400\/0:focus{
  border-color: rgb(156 163 175 / 0);
}

.focus\:border-gray-400\/10:focus{
  border-color: rgb(156 163 175 / 0.1);
}

.focus\:border-gray-400\/100:focus{
  border-color: rgb(156 163 175 / 1);
}

.focus\:border-gray-400\/15:focus{
  border-color: rgb(156 163 175 / 0.15);
}

.focus\:border-gray-400\/20:focus{
  border-color: rgb(156 163 175 / 0.2);
}

.focus\:border-gray-400\/25:focus{
  border-color: rgb(156 163 175 / 0.25);
}

.focus\:border-gray-400\/30:focus{
  border-color: rgb(156 163 175 / 0.3);
}

.focus\:border-gray-400\/35:focus{
  border-color: rgb(156 163 175 / 0.35);
}

.focus\:border-gray-400\/40:focus{
  border-color: rgb(156 163 175 / 0.4);
}

.focus\:border-gray-400\/45:focus{
  border-color: rgb(156 163 175 / 0.45);
}

.focus\:border-gray-400\/5:focus{
  border-color: rgb(156 163 175 / 0.05);
}

.focus\:border-gray-400\/50:focus{
  border-color: rgb(156 163 175 / 0.5);
}

.focus\:border-gray-400\/55:focus{
  border-color: rgb(156 163 175 / 0.55);
}

.focus\:border-gray-400\/60:focus{
  border-color: rgb(156 163 175 / 0.6);
}

.focus\:border-gray-400\/65:focus{
  border-color: rgb(156 163 175 / 0.65);
}

.focus\:border-gray-400\/70:focus{
  border-color: rgb(156 163 175 / 0.7);
}

.focus\:border-gray-400\/75:focus{
  border-color: rgb(156 163 175 / 0.75);
}

.focus\:border-gray-400\/80:focus{
  border-color: rgb(156 163 175 / 0.8);
}

.focus\:border-gray-400\/85:focus{
  border-color: rgb(156 163 175 / 0.85);
}

.focus\:border-gray-400\/90:focus{
  border-color: rgb(156 163 175 / 0.9);
}

.focus\:border-gray-400\/95:focus{
  border-color: rgb(156 163 175 / 0.95);
}

.focus\:border-gray-500:focus{
  border-color: #6b7280;
}

.focus\:border-gray-500\/0:focus{
  border-color: rgb(107 114 128 / 0);
}

.focus\:border-gray-500\/10:focus{
  border-color: rgb(107 114 128 / 0.1);
}

.focus\:border-gray-500\/100:focus{
  border-color: rgb(107 114 128 / 1);
}

.focus\:border-gray-500\/15:focus{
  border-color: rgb(107 114 128 / 0.15);
}

.focus\:border-gray-500\/20:focus{
  border-color: rgb(107 114 128 / 0.2);
}

.focus\:border-gray-500\/25:focus{
  border-color: rgb(107 114 128 / 0.25);
}

.focus\:border-gray-500\/30:focus{
  border-color: rgb(107 114 128 / 0.3);
}

.focus\:border-gray-500\/35:focus{
  border-color: rgb(107 114 128 / 0.35);
}

.focus\:border-gray-500\/40:focus{
  border-color: rgb(107 114 128 / 0.4);
}

.focus\:border-gray-500\/45:focus{
  border-color: rgb(107 114 128 / 0.45);
}

.focus\:border-gray-500\/5:focus{
  border-color: rgb(107 114 128 / 0.05);
}

.focus\:border-gray-500\/50:focus{
  border-color: rgb(107 114 128 / 0.5);
}

.focus\:border-gray-500\/55:focus{
  border-color: rgb(107 114 128 / 0.55);
}

.focus\:border-gray-500\/60:focus{
  border-color: rgb(107 114 128 / 0.6);
}

.focus\:border-gray-500\/65:focus{
  border-color: rgb(107 114 128 / 0.65);
}

.focus\:border-gray-500\/70:focus{
  border-color: rgb(107 114 128 / 0.7);
}

.focus\:border-gray-500\/75:focus{
  border-color: rgb(107 114 128 / 0.75);
}

.focus\:border-gray-500\/80:focus{
  border-color: rgb(107 114 128 / 0.8);
}

.focus\:border-gray-500\/85:focus{
  border-color: rgb(107 114 128 / 0.85);
}

.focus\:border-gray-500\/90:focus{
  border-color: rgb(107 114 128 / 0.9);
}

.focus\:border-gray-500\/95:focus{
  border-color: rgb(107 114 128 / 0.95);
}

.focus\:border-gray-600:focus{
  border-color: #4b5563;
}

.focus\:border-gray-600\/0:focus{
  border-color: rgb(75 85 99 / 0);
}

.focus\:border-gray-600\/10:focus{
  border-color: rgb(75 85 99 / 0.1);
}

.focus\:border-gray-600\/100:focus{
  border-color: rgb(75 85 99 / 1);
}

.focus\:border-gray-600\/15:focus{
  border-color: rgb(75 85 99 / 0.15);
}

.focus\:border-gray-600\/20:focus{
  border-color: rgb(75 85 99 / 0.2);
}

.focus\:border-gray-600\/25:focus{
  border-color: rgb(75 85 99 / 0.25);
}

.focus\:border-gray-600\/30:focus{
  border-color: rgb(75 85 99 / 0.3);
}

.focus\:border-gray-600\/35:focus{
  border-color: rgb(75 85 99 / 0.35);
}

.focus\:border-gray-600\/40:focus{
  border-color: rgb(75 85 99 / 0.4);
}

.focus\:border-gray-600\/45:focus{
  border-color: rgb(75 85 99 / 0.45);
}

.focus\:border-gray-600\/5:focus{
  border-color: rgb(75 85 99 / 0.05);
}

.focus\:border-gray-600\/50:focus{
  border-color: rgb(75 85 99 / 0.5);
}

.focus\:border-gray-600\/55:focus{
  border-color: rgb(75 85 99 / 0.55);
}

.focus\:border-gray-600\/60:focus{
  border-color: rgb(75 85 99 / 0.6);
}

.focus\:border-gray-600\/65:focus{
  border-color: rgb(75 85 99 / 0.65);
}

.focus\:border-gray-600\/70:focus{
  border-color: rgb(75 85 99 / 0.7);
}

.focus\:border-gray-600\/75:focus{
  border-color: rgb(75 85 99 / 0.75);
}

.focus\:border-gray-600\/80:focus{
  border-color: rgb(75 85 99 / 0.8);
}

.focus\:border-gray-600\/85:focus{
  border-color: rgb(75 85 99 / 0.85);
}

.focus\:border-gray-600\/90:focus{
  border-color: rgb(75 85 99 / 0.9);
}

.focus\:border-gray-600\/95:focus{
  border-color: rgb(75 85 99 / 0.95);
}

.focus\:border-gray-700:focus{
  border-color: #374151;
}

.focus\:border-gray-700\/0:focus{
  border-color: rgb(55 65 81 / 0);
}

.focus\:border-gray-700\/10:focus{
  border-color: rgb(55 65 81 / 0.1);
}

.focus\:border-gray-700\/100:focus{
  border-color: rgb(55 65 81 / 1);
}

.focus\:border-gray-700\/15:focus{
  border-color: rgb(55 65 81 / 0.15);
}

.focus\:border-gray-700\/20:focus{
  border-color: rgb(55 65 81 / 0.2);
}

.focus\:border-gray-700\/25:focus{
  border-color: rgb(55 65 81 / 0.25);
}

.focus\:border-gray-700\/30:focus{
  border-color: rgb(55 65 81 / 0.3);
}

.focus\:border-gray-700\/35:focus{
  border-color: rgb(55 65 81 / 0.35);
}

.focus\:border-gray-700\/40:focus{
  border-color: rgb(55 65 81 / 0.4);
}

.focus\:border-gray-700\/45:focus{
  border-color: rgb(55 65 81 / 0.45);
}

.focus\:border-gray-700\/5:focus{
  border-color: rgb(55 65 81 / 0.05);
}

.focus\:border-gray-700\/50:focus{
  border-color: rgb(55 65 81 / 0.5);
}

.focus\:border-gray-700\/55:focus{
  border-color: rgb(55 65 81 / 0.55);
}

.focus\:border-gray-700\/60:focus{
  border-color: rgb(55 65 81 / 0.6);
}

.focus\:border-gray-700\/65:focus{
  border-color: rgb(55 65 81 / 0.65);
}

.focus\:border-gray-700\/70:focus{
  border-color: rgb(55 65 81 / 0.7);
}

.focus\:border-gray-700\/75:focus{
  border-color: rgb(55 65 81 / 0.75);
}

.focus\:border-gray-700\/80:focus{
  border-color: rgb(55 65 81 / 0.8);
}

.focus\:border-gray-700\/85:focus{
  border-color: rgb(55 65 81 / 0.85);
}

.focus\:border-gray-700\/90:focus{
  border-color: rgb(55 65 81 / 0.9);
}

.focus\:border-gray-700\/95:focus{
  border-color: rgb(55 65 81 / 0.95);
}

.focus\:border-gray-800:focus{
  border-color: #1f2937;
}

.focus\:border-gray-800\/0:focus{
  border-color: rgb(31 41 55 / 0);
}

.focus\:border-gray-800\/10:focus{
  border-color: rgb(31 41 55 / 0.1);
}

.focus\:border-gray-800\/100:focus{
  border-color: rgb(31 41 55 / 1);
}

.focus\:border-gray-800\/15:focus{
  border-color: rgb(31 41 55 / 0.15);
}

.focus\:border-gray-800\/20:focus{
  border-color: rgb(31 41 55 / 0.2);
}

.focus\:border-gray-800\/25:focus{
  border-color: rgb(31 41 55 / 0.25);
}

.focus\:border-gray-800\/30:focus{
  border-color: rgb(31 41 55 / 0.3);
}

.focus\:border-gray-800\/35:focus{
  border-color: rgb(31 41 55 / 0.35);
}

.focus\:border-gray-800\/40:focus{
  border-color: rgb(31 41 55 / 0.4);
}

.focus\:border-gray-800\/45:focus{
  border-color: rgb(31 41 55 / 0.45);
}

.focus\:border-gray-800\/5:focus{
  border-color: rgb(31 41 55 / 0.05);
}

.focus\:border-gray-800\/50:focus{
  border-color: rgb(31 41 55 / 0.5);
}

.focus\:border-gray-800\/55:focus{
  border-color: rgb(31 41 55 / 0.55);
}

.focus\:border-gray-800\/60:focus{
  border-color: rgb(31 41 55 / 0.6);
}

.focus\:border-gray-800\/65:focus{
  border-color: rgb(31 41 55 / 0.65);
}

.focus\:border-gray-800\/70:focus{
  border-color: rgb(31 41 55 / 0.7);
}

.focus\:border-gray-800\/75:focus{
  border-color: rgb(31 41 55 / 0.75);
}

.focus\:border-gray-800\/80:focus{
  border-color: rgb(31 41 55 / 0.8);
}

.focus\:border-gray-800\/85:focus{
  border-color: rgb(31 41 55 / 0.85);
}

.focus\:border-gray-800\/90:focus{
  border-color: rgb(31 41 55 / 0.9);
}

.focus\:border-gray-800\/95:focus{
  border-color: rgb(31 41 55 / 0.95);
}

.focus\:border-gray-900:focus{
  border-color: #111827;
}

.focus\:border-gray-900\/0:focus{
  border-color: rgb(17 24 39 / 0);
}

.focus\:border-gray-900\/10:focus{
  border-color: rgb(17 24 39 / 0.1);
}

.focus\:border-gray-900\/100:focus{
  border-color: rgb(17 24 39 / 1);
}

.focus\:border-gray-900\/15:focus{
  border-color: rgb(17 24 39 / 0.15);
}

.focus\:border-gray-900\/20:focus{
  border-color: rgb(17 24 39 / 0.2);
}

.focus\:border-gray-900\/25:focus{
  border-color: rgb(17 24 39 / 0.25);
}

.focus\:border-gray-900\/30:focus{
  border-color: rgb(17 24 39 / 0.3);
}

.focus\:border-gray-900\/35:focus{
  border-color: rgb(17 24 39 / 0.35);
}

.focus\:border-gray-900\/40:focus{
  border-color: rgb(17 24 39 / 0.4);
}

.focus\:border-gray-900\/45:focus{
  border-color: rgb(17 24 39 / 0.45);
}

.focus\:border-gray-900\/5:focus{
  border-color: rgb(17 24 39 / 0.05);
}

.focus\:border-gray-900\/50:focus{
  border-color: rgb(17 24 39 / 0.5);
}

.focus\:border-gray-900\/55:focus{
  border-color: rgb(17 24 39 / 0.55);
}

.focus\:border-gray-900\/60:focus{
  border-color: rgb(17 24 39 / 0.6);
}

.focus\:border-gray-900\/65:focus{
  border-color: rgb(17 24 39 / 0.65);
}

.focus\:border-gray-900\/70:focus{
  border-color: rgb(17 24 39 / 0.7);
}

.focus\:border-gray-900\/75:focus{
  border-color: rgb(17 24 39 / 0.75);
}

.focus\:border-gray-900\/80:focus{
  border-color: rgb(17 24 39 / 0.8);
}

.focus\:border-gray-900\/85:focus{
  border-color: rgb(17 24 39 / 0.85);
}

.focus\:border-gray-900\/90:focus{
  border-color: rgb(17 24 39 / 0.9);
}

.focus\:border-gray-900\/95:focus{
  border-color: rgb(17 24 39 / 0.95);
}

.focus\:border-primary-100:focus{
  border-color: #3965AC;
}

.focus\:border-primary-100\/0:focus{
  border-color: rgb(57 101 172 / 0);
}

.focus\:border-primary-100\/10:focus{
  border-color: rgb(57 101 172 / 0.1);
}

.focus\:border-primary-100\/100:focus{
  border-color: rgb(57 101 172 / 1);
}

.focus\:border-primary-100\/15:focus{
  border-color: rgb(57 101 172 / 0.15);
}

.focus\:border-primary-100\/20:focus{
  border-color: rgb(57 101 172 / 0.2);
}

.focus\:border-primary-100\/25:focus{
  border-color: rgb(57 101 172 / 0.25);
}

.focus\:border-primary-100\/30:focus{
  border-color: rgb(57 101 172 / 0.3);
}

.focus\:border-primary-100\/35:focus{
  border-color: rgb(57 101 172 / 0.35);
}

.focus\:border-primary-100\/40:focus{
  border-color: rgb(57 101 172 / 0.4);
}

.focus\:border-primary-100\/45:focus{
  border-color: rgb(57 101 172 / 0.45);
}

.focus\:border-primary-100\/5:focus{
  border-color: rgb(57 101 172 / 0.05);
}

.focus\:border-primary-100\/50:focus{
  border-color: rgb(57 101 172 / 0.5);
}

.focus\:border-primary-100\/55:focus{
  border-color: rgb(57 101 172 / 0.55);
}

.focus\:border-primary-100\/60:focus{
  border-color: rgb(57 101 172 / 0.6);
}

.focus\:border-primary-100\/65:focus{
  border-color: rgb(57 101 172 / 0.65);
}

.focus\:border-primary-100\/70:focus{
  border-color: rgb(57 101 172 / 0.7);
}

.focus\:border-primary-100\/75:focus{
  border-color: rgb(57 101 172 / 0.75);
}

.focus\:border-primary-100\/80:focus{
  border-color: rgb(57 101 172 / 0.8);
}

.focus\:border-primary-100\/85:focus{
  border-color: rgb(57 101 172 / 0.85);
}

.focus\:border-primary-100\/90:focus{
  border-color: rgb(57 101 172 / 0.9);
}

.focus\:border-primary-100\/95:focus{
  border-color: rgb(57 101 172 / 0.95);
}

.focus\:border-primary-200:focus{
  border-color: #365FA1;
}

.focus\:border-primary-200\/0:focus{
  border-color: rgb(54 95 161 / 0);
}

.focus\:border-primary-200\/10:focus{
  border-color: rgb(54 95 161 / 0.1);
}

.focus\:border-primary-200\/100:focus{
  border-color: rgb(54 95 161 / 1);
}

.focus\:border-primary-200\/15:focus{
  border-color: rgb(54 95 161 / 0.15);
}

.focus\:border-primary-200\/20:focus{
  border-color: rgb(54 95 161 / 0.2);
}

.focus\:border-primary-200\/25:focus{
  border-color: rgb(54 95 161 / 0.25);
}

.focus\:border-primary-200\/30:focus{
  border-color: rgb(54 95 161 / 0.3);
}

.focus\:border-primary-200\/35:focus{
  border-color: rgb(54 95 161 / 0.35);
}

.focus\:border-primary-200\/40:focus{
  border-color: rgb(54 95 161 / 0.4);
}

.focus\:border-primary-200\/45:focus{
  border-color: rgb(54 95 161 / 0.45);
}

.focus\:border-primary-200\/5:focus{
  border-color: rgb(54 95 161 / 0.05);
}

.focus\:border-primary-200\/50:focus{
  border-color: rgb(54 95 161 / 0.5);
}

.focus\:border-primary-200\/55:focus{
  border-color: rgb(54 95 161 / 0.55);
}

.focus\:border-primary-200\/60:focus{
  border-color: rgb(54 95 161 / 0.6);
}

.focus\:border-primary-200\/65:focus{
  border-color: rgb(54 95 161 / 0.65);
}

.focus\:border-primary-200\/70:focus{
  border-color: rgb(54 95 161 / 0.7);
}

.focus\:border-primary-200\/75:focus{
  border-color: rgb(54 95 161 / 0.75);
}

.focus\:border-primary-200\/80:focus{
  border-color: rgb(54 95 161 / 0.8);
}

.focus\:border-primary-200\/85:focus{
  border-color: rgb(54 95 161 / 0.85);
}

.focus\:border-primary-200\/90:focus{
  border-color: rgb(54 95 161 / 0.9);
}

.focus\:border-primary-200\/95:focus{
  border-color: rgb(54 95 161 / 0.95);
}

.focus\:border-primary-300:focus{
  border-color: #325895;
}

.focus\:border-primary-300\/0:focus{
  border-color: rgb(50 88 149 / 0);
}

.focus\:border-primary-300\/10:focus{
  border-color: rgb(50 88 149 / 0.1);
}

.focus\:border-primary-300\/100:focus{
  border-color: rgb(50 88 149 / 1);
}

.focus\:border-primary-300\/15:focus{
  border-color: rgb(50 88 149 / 0.15);
}

.focus\:border-primary-300\/20:focus{
  border-color: rgb(50 88 149 / 0.2);
}

.focus\:border-primary-300\/25:focus{
  border-color: rgb(50 88 149 / 0.25);
}

.focus\:border-primary-300\/30:focus{
  border-color: rgb(50 88 149 / 0.3);
}

.focus\:border-primary-300\/35:focus{
  border-color: rgb(50 88 149 / 0.35);
}

.focus\:border-primary-300\/40:focus{
  border-color: rgb(50 88 149 / 0.4);
}

.focus\:border-primary-300\/45:focus{
  border-color: rgb(50 88 149 / 0.45);
}

.focus\:border-primary-300\/5:focus{
  border-color: rgb(50 88 149 / 0.05);
}

.focus\:border-primary-300\/50:focus{
  border-color: rgb(50 88 149 / 0.5);
}

.focus\:border-primary-300\/55:focus{
  border-color: rgb(50 88 149 / 0.55);
}

.focus\:border-primary-300\/60:focus{
  border-color: rgb(50 88 149 / 0.6);
}

.focus\:border-primary-300\/65:focus{
  border-color: rgb(50 88 149 / 0.65);
}

.focus\:border-primary-300\/70:focus{
  border-color: rgb(50 88 149 / 0.7);
}

.focus\:border-primary-300\/75:focus{
  border-color: rgb(50 88 149 / 0.75);
}

.focus\:border-primary-300\/80:focus{
  border-color: rgb(50 88 149 / 0.8);
}

.focus\:border-primary-300\/85:focus{
  border-color: rgb(50 88 149 / 0.85);
}

.focus\:border-primary-300\/90:focus{
  border-color: rgb(50 88 149 / 0.9);
}

.focus\:border-primary-300\/95:focus{
  border-color: rgb(50 88 149 / 0.95);
}

.focus\:border-primary-400:focus{
  border-color: #305691;
}

.focus\:border-primary-400\/0:focus{
  border-color: rgb(48 86 145 / 0);
}

.focus\:border-primary-400\/10:focus{
  border-color: rgb(48 86 145 / 0.1);
}

.focus\:border-primary-400\/100:focus{
  border-color: rgb(48 86 145 / 1);
}

.focus\:border-primary-400\/15:focus{
  border-color: rgb(48 86 145 / 0.15);
}

.focus\:border-primary-400\/20:focus{
  border-color: rgb(48 86 145 / 0.2);
}

.focus\:border-primary-400\/25:focus{
  border-color: rgb(48 86 145 / 0.25);
}

.focus\:border-primary-400\/30:focus{
  border-color: rgb(48 86 145 / 0.3);
}

.focus\:border-primary-400\/35:focus{
  border-color: rgb(48 86 145 / 0.35);
}

.focus\:border-primary-400\/40:focus{
  border-color: rgb(48 86 145 / 0.4);
}

.focus\:border-primary-400\/45:focus{
  border-color: rgb(48 86 145 / 0.45);
}

.focus\:border-primary-400\/5:focus{
  border-color: rgb(48 86 145 / 0.05);
}

.focus\:border-primary-400\/50:focus{
  border-color: rgb(48 86 145 / 0.5);
}

.focus\:border-primary-400\/55:focus{
  border-color: rgb(48 86 145 / 0.55);
}

.focus\:border-primary-400\/60:focus{
  border-color: rgb(48 86 145 / 0.6);
}

.focus\:border-primary-400\/65:focus{
  border-color: rgb(48 86 145 / 0.65);
}

.focus\:border-primary-400\/70:focus{
  border-color: rgb(48 86 145 / 0.7);
}

.focus\:border-primary-400\/75:focus{
  border-color: rgb(48 86 145 / 0.75);
}

.focus\:border-primary-400\/80:focus{
  border-color: rgb(48 86 145 / 0.8);
}

.focus\:border-primary-400\/85:focus{
  border-color: rgb(48 86 145 / 0.85);
}

.focus\:border-primary-400\/90:focus{
  border-color: rgb(48 86 145 / 0.9);
}

.focus\:border-primary-400\/95:focus{
  border-color: rgb(48 86 145 / 0.95);
}

.focus\:border-primary-500:focus{
  border-color: #2d4b79;
}

.focus\:border-primary-500\/0:focus{
  border-color: rgb(45 75 121 / 0);
}

.focus\:border-primary-500\/10:focus{
  border-color: rgb(45 75 121 / 0.1);
}

.focus\:border-primary-500\/100:focus{
  border-color: rgb(45 75 121 / 1);
}

.focus\:border-primary-500\/15:focus{
  border-color: rgb(45 75 121 / 0.15);
}

.focus\:border-primary-500\/20:focus{
  border-color: rgb(45 75 121 / 0.2);
}

.focus\:border-primary-500\/25:focus{
  border-color: rgb(45 75 121 / 0.25);
}

.focus\:border-primary-500\/30:focus{
  border-color: rgb(45 75 121 / 0.3);
}

.focus\:border-primary-500\/35:focus{
  border-color: rgb(45 75 121 / 0.35);
}

.focus\:border-primary-500\/40:focus{
  border-color: rgb(45 75 121 / 0.4);
}

.focus\:border-primary-500\/45:focus{
  border-color: rgb(45 75 121 / 0.45);
}

.focus\:border-primary-500\/5:focus{
  border-color: rgb(45 75 121 / 0.05);
}

.focus\:border-primary-500\/50:focus{
  border-color: rgb(45 75 121 / 0.5);
}

.focus\:border-primary-500\/55:focus{
  border-color: rgb(45 75 121 / 0.55);
}

.focus\:border-primary-500\/60:focus{
  border-color: rgb(45 75 121 / 0.6);
}

.focus\:border-primary-500\/65:focus{
  border-color: rgb(45 75 121 / 0.65);
}

.focus\:border-primary-500\/70:focus{
  border-color: rgb(45 75 121 / 0.7);
}

.focus\:border-primary-500\/75:focus{
  border-color: rgb(45 75 121 / 0.75);
}

.focus\:border-primary-500\/80:focus{
  border-color: rgb(45 75 121 / 0.8);
}

.focus\:border-primary-500\/85:focus{
  border-color: rgb(45 75 121 / 0.85);
}

.focus\:border-primary-500\/90:focus{
  border-color: rgb(45 75 121 / 0.9);
}

.focus\:border-primary-500\/95:focus{
  border-color: rgb(45 75 121 / 0.95);
}

.focus\:border-primary-600:focus{
  border-color: #264473;
}

.focus\:border-primary-600\/0:focus{
  border-color: rgb(38 68 115 / 0);
}

.focus\:border-primary-600\/10:focus{
  border-color: rgb(38 68 115 / 0.1);
}

.focus\:border-primary-600\/100:focus{
  border-color: rgb(38 68 115 / 1);
}

.focus\:border-primary-600\/15:focus{
  border-color: rgb(38 68 115 / 0.15);
}

.focus\:border-primary-600\/20:focus{
  border-color: rgb(38 68 115 / 0.2);
}

.focus\:border-primary-600\/25:focus{
  border-color: rgb(38 68 115 / 0.25);
}

.focus\:border-primary-600\/30:focus{
  border-color: rgb(38 68 115 / 0.3);
}

.focus\:border-primary-600\/35:focus{
  border-color: rgb(38 68 115 / 0.35);
}

.focus\:border-primary-600\/40:focus{
  border-color: rgb(38 68 115 / 0.4);
}

.focus\:border-primary-600\/45:focus{
  border-color: rgb(38 68 115 / 0.45);
}

.focus\:border-primary-600\/5:focus{
  border-color: rgb(38 68 115 / 0.05);
}

.focus\:border-primary-600\/50:focus{
  border-color: rgb(38 68 115 / 0.5);
}

.focus\:border-primary-600\/55:focus{
  border-color: rgb(38 68 115 / 0.55);
}

.focus\:border-primary-600\/60:focus{
  border-color: rgb(38 68 115 / 0.6);
}

.focus\:border-primary-600\/65:focus{
  border-color: rgb(38 68 115 / 0.65);
}

.focus\:border-primary-600\/70:focus{
  border-color: rgb(38 68 115 / 0.7);
}

.focus\:border-primary-600\/75:focus{
  border-color: rgb(38 68 115 / 0.75);
}

.focus\:border-primary-600\/80:focus{
  border-color: rgb(38 68 115 / 0.8);
}

.focus\:border-primary-600\/85:focus{
  border-color: rgb(38 68 115 / 0.85);
}

.focus\:border-primary-600\/90:focus{
  border-color: rgb(38 68 115 / 0.9);
}

.focus\:border-primary-600\/95:focus{
  border-color: rgb(38 68 115 / 0.95);
}

.focus\:border-primary-700:focus{
  border-color: #233e68;
}

.focus\:border-primary-700\/0:focus{
  border-color: rgb(35 62 104 / 0);
}

.focus\:border-primary-700\/10:focus{
  border-color: rgb(35 62 104 / 0.1);
}

.focus\:border-primary-700\/100:focus{
  border-color: rgb(35 62 104 / 1);
}

.focus\:border-primary-700\/15:focus{
  border-color: rgb(35 62 104 / 0.15);
}

.focus\:border-primary-700\/20:focus{
  border-color: rgb(35 62 104 / 0.2);
}

.focus\:border-primary-700\/25:focus{
  border-color: rgb(35 62 104 / 0.25);
}

.focus\:border-primary-700\/30:focus{
  border-color: rgb(35 62 104 / 0.3);
}

.focus\:border-primary-700\/35:focus{
  border-color: rgb(35 62 104 / 0.35);
}

.focus\:border-primary-700\/40:focus{
  border-color: rgb(35 62 104 / 0.4);
}

.focus\:border-primary-700\/45:focus{
  border-color: rgb(35 62 104 / 0.45);
}

.focus\:border-primary-700\/5:focus{
  border-color: rgb(35 62 104 / 0.05);
}

.focus\:border-primary-700\/50:focus{
  border-color: rgb(35 62 104 / 0.5);
}

.focus\:border-primary-700\/55:focus{
  border-color: rgb(35 62 104 / 0.55);
}

.focus\:border-primary-700\/60:focus{
  border-color: rgb(35 62 104 / 0.6);
}

.focus\:border-primary-700\/65:focus{
  border-color: rgb(35 62 104 / 0.65);
}

.focus\:border-primary-700\/70:focus{
  border-color: rgb(35 62 104 / 0.7);
}

.focus\:border-primary-700\/75:focus{
  border-color: rgb(35 62 104 / 0.75);
}

.focus\:border-primary-700\/80:focus{
  border-color: rgb(35 62 104 / 0.8);
}

.focus\:border-primary-700\/85:focus{
  border-color: rgb(35 62 104 / 0.85);
}

.focus\:border-primary-700\/90:focus{
  border-color: rgb(35 62 104 / 0.9);
}

.focus\:border-primary-700\/95:focus{
  border-color: rgb(35 62 104 / 0.95);
}

.focus\:border-primary-800:focus{
  border-color: #1f375c;
}

.focus\:border-primary-800\/0:focus{
  border-color: rgb(31 55 92 / 0);
}

.focus\:border-primary-800\/10:focus{
  border-color: rgb(31 55 92 / 0.1);
}

.focus\:border-primary-800\/100:focus{
  border-color: rgb(31 55 92 / 1);
}

.focus\:border-primary-800\/15:focus{
  border-color: rgb(31 55 92 / 0.15);
}

.focus\:border-primary-800\/20:focus{
  border-color: rgb(31 55 92 / 0.2);
}

.focus\:border-primary-800\/25:focus{
  border-color: rgb(31 55 92 / 0.25);
}

.focus\:border-primary-800\/30:focus{
  border-color: rgb(31 55 92 / 0.3);
}

.focus\:border-primary-800\/35:focus{
  border-color: rgb(31 55 92 / 0.35);
}

.focus\:border-primary-800\/40:focus{
  border-color: rgb(31 55 92 / 0.4);
}

.focus\:border-primary-800\/45:focus{
  border-color: rgb(31 55 92 / 0.45);
}

.focus\:border-primary-800\/5:focus{
  border-color: rgb(31 55 92 / 0.05);
}

.focus\:border-primary-800\/50:focus{
  border-color: rgb(31 55 92 / 0.5);
}

.focus\:border-primary-800\/55:focus{
  border-color: rgb(31 55 92 / 0.55);
}

.focus\:border-primary-800\/60:focus{
  border-color: rgb(31 55 92 / 0.6);
}

.focus\:border-primary-800\/65:focus{
  border-color: rgb(31 55 92 / 0.65);
}

.focus\:border-primary-800\/70:focus{
  border-color: rgb(31 55 92 / 0.7);
}

.focus\:border-primary-800\/75:focus{
  border-color: rgb(31 55 92 / 0.75);
}

.focus\:border-primary-800\/80:focus{
  border-color: rgb(31 55 92 / 0.8);
}

.focus\:border-primary-800\/85:focus{
  border-color: rgb(31 55 92 / 0.85);
}

.focus\:border-primary-800\/90:focus{
  border-color: rgb(31 55 92 / 0.9);
}

.focus\:border-primary-800\/95:focus{
  border-color: rgb(31 55 92 / 0.95);
}

.focus\:border-primary-900:focus{
  border-color: #1b3051;
}

.focus\:border-primary-900\/0:focus{
  border-color: rgb(27 48 81 / 0);
}

.focus\:border-primary-900\/10:focus{
  border-color: rgb(27 48 81 / 0.1);
}

.focus\:border-primary-900\/100:focus{
  border-color: rgb(27 48 81 / 1);
}

.focus\:border-primary-900\/15:focus{
  border-color: rgb(27 48 81 / 0.15);
}

.focus\:border-primary-900\/20:focus{
  border-color: rgb(27 48 81 / 0.2);
}

.focus\:border-primary-900\/25:focus{
  border-color: rgb(27 48 81 / 0.25);
}

.focus\:border-primary-900\/30:focus{
  border-color: rgb(27 48 81 / 0.3);
}

.focus\:border-primary-900\/35:focus{
  border-color: rgb(27 48 81 / 0.35);
}

.focus\:border-primary-900\/40:focus{
  border-color: rgb(27 48 81 / 0.4);
}

.focus\:border-primary-900\/45:focus{
  border-color: rgb(27 48 81 / 0.45);
}

.focus\:border-primary-900\/5:focus{
  border-color: rgb(27 48 81 / 0.05);
}

.focus\:border-primary-900\/50:focus{
  border-color: rgb(27 48 81 / 0.5);
}

.focus\:border-primary-900\/55:focus{
  border-color: rgb(27 48 81 / 0.55);
}

.focus\:border-primary-900\/60:focus{
  border-color: rgb(27 48 81 / 0.6);
}

.focus\:border-primary-900\/65:focus{
  border-color: rgb(27 48 81 / 0.65);
}

.focus\:border-primary-900\/70:focus{
  border-color: rgb(27 48 81 / 0.7);
}

.focus\:border-primary-900\/75:focus{
  border-color: rgb(27 48 81 / 0.75);
}

.focus\:border-primary-900\/80:focus{
  border-color: rgb(27 48 81 / 0.8);
}

.focus\:border-primary-900\/85:focus{
  border-color: rgb(27 48 81 / 0.85);
}

.focus\:border-primary-900\/90:focus{
  border-color: rgb(27 48 81 / 0.9);
}

.focus\:border-primary-900\/95:focus{
  border-color: rgb(27 48 81 / 0.95);
}

.focus\:border-secondary-100:focus{
  border-color: #DAE5E7;
}

.focus\:border-secondary-100\/0:focus{
  border-color: rgb(218 229 231 / 0);
}

.focus\:border-secondary-100\/10:focus{
  border-color: rgb(218 229 231 / 0.1);
}

.focus\:border-secondary-100\/100:focus{
  border-color: rgb(218 229 231 / 1);
}

.focus\:border-secondary-100\/15:focus{
  border-color: rgb(218 229 231 / 0.15);
}

.focus\:border-secondary-100\/20:focus{
  border-color: rgb(218 229 231 / 0.2);
}

.focus\:border-secondary-100\/25:focus{
  border-color: rgb(218 229 231 / 0.25);
}

.focus\:border-secondary-100\/30:focus{
  border-color: rgb(218 229 231 / 0.3);
}

.focus\:border-secondary-100\/35:focus{
  border-color: rgb(218 229 231 / 0.35);
}

.focus\:border-secondary-100\/40:focus{
  border-color: rgb(218 229 231 / 0.4);
}

.focus\:border-secondary-100\/45:focus{
  border-color: rgb(218 229 231 / 0.45);
}

.focus\:border-secondary-100\/5:focus{
  border-color: rgb(218 229 231 / 0.05);
}

.focus\:border-secondary-100\/50:focus{
  border-color: rgb(218 229 231 / 0.5);
}

.focus\:border-secondary-100\/55:focus{
  border-color: rgb(218 229 231 / 0.55);
}

.focus\:border-secondary-100\/60:focus{
  border-color: rgb(218 229 231 / 0.6);
}

.focus\:border-secondary-100\/65:focus{
  border-color: rgb(218 229 231 / 0.65);
}

.focus\:border-secondary-100\/70:focus{
  border-color: rgb(218 229 231 / 0.7);
}

.focus\:border-secondary-100\/75:focus{
  border-color: rgb(218 229 231 / 0.75);
}

.focus\:border-secondary-100\/80:focus{
  border-color: rgb(218 229 231 / 0.8);
}

.focus\:border-secondary-100\/85:focus{
  border-color: rgb(218 229 231 / 0.85);
}

.focus\:border-secondary-100\/90:focus{
  border-color: rgb(218 229 231 / 0.9);
}

.focus\:border-secondary-100\/95:focus{
  border-color: rgb(218 229 231 / 0.95);
}

.focus\:border-secondary-200:focus{
  border-color: #C4D6D9;
}

.focus\:border-secondary-200\/0:focus{
  border-color: rgb(196 214 217 / 0);
}

.focus\:border-secondary-200\/10:focus{
  border-color: rgb(196 214 217 / 0.1);
}

.focus\:border-secondary-200\/100:focus{
  border-color: rgb(196 214 217 / 1);
}

.focus\:border-secondary-200\/15:focus{
  border-color: rgb(196 214 217 / 0.15);
}

.focus\:border-secondary-200\/20:focus{
  border-color: rgb(196 214 217 / 0.2);
}

.focus\:border-secondary-200\/25:focus{
  border-color: rgb(196 214 217 / 0.25);
}

.focus\:border-secondary-200\/30:focus{
  border-color: rgb(196 214 217 / 0.3);
}

.focus\:border-secondary-200\/35:focus{
  border-color: rgb(196 214 217 / 0.35);
}

.focus\:border-secondary-200\/40:focus{
  border-color: rgb(196 214 217 / 0.4);
}

.focus\:border-secondary-200\/45:focus{
  border-color: rgb(196 214 217 / 0.45);
}

.focus\:border-secondary-200\/5:focus{
  border-color: rgb(196 214 217 / 0.05);
}

.focus\:border-secondary-200\/50:focus{
  border-color: rgb(196 214 217 / 0.5);
}

.focus\:border-secondary-200\/55:focus{
  border-color: rgb(196 214 217 / 0.55);
}

.focus\:border-secondary-200\/60:focus{
  border-color: rgb(196 214 217 / 0.6);
}

.focus\:border-secondary-200\/65:focus{
  border-color: rgb(196 214 217 / 0.65);
}

.focus\:border-secondary-200\/70:focus{
  border-color: rgb(196 214 217 / 0.7);
}

.focus\:border-secondary-200\/75:focus{
  border-color: rgb(196 214 217 / 0.75);
}

.focus\:border-secondary-200\/80:focus{
  border-color: rgb(196 214 217 / 0.8);
}

.focus\:border-secondary-200\/85:focus{
  border-color: rgb(196 214 217 / 0.85);
}

.focus\:border-secondary-200\/90:focus{
  border-color: rgb(196 214 217 / 0.9);
}

.focus\:border-secondary-200\/95:focus{
  border-color: rgb(196 214 217 / 0.95);
}

.focus\:border-secondary-300:focus{
  border-color: #AEC7CC;
}

.focus\:border-secondary-300\/0:focus{
  border-color: rgb(174 199 204 / 0);
}

.focus\:border-secondary-300\/10:focus{
  border-color: rgb(174 199 204 / 0.1);
}

.focus\:border-secondary-300\/100:focus{
  border-color: rgb(174 199 204 / 1);
}

.focus\:border-secondary-300\/15:focus{
  border-color: rgb(174 199 204 / 0.15);
}

.focus\:border-secondary-300\/20:focus{
  border-color: rgb(174 199 204 / 0.2);
}

.focus\:border-secondary-300\/25:focus{
  border-color: rgb(174 199 204 / 0.25);
}

.focus\:border-secondary-300\/30:focus{
  border-color: rgb(174 199 204 / 0.3);
}

.focus\:border-secondary-300\/35:focus{
  border-color: rgb(174 199 204 / 0.35);
}

.focus\:border-secondary-300\/40:focus{
  border-color: rgb(174 199 204 / 0.4);
}

.focus\:border-secondary-300\/45:focus{
  border-color: rgb(174 199 204 / 0.45);
}

.focus\:border-secondary-300\/5:focus{
  border-color: rgb(174 199 204 / 0.05);
}

.focus\:border-secondary-300\/50:focus{
  border-color: rgb(174 199 204 / 0.5);
}

.focus\:border-secondary-300\/55:focus{
  border-color: rgb(174 199 204 / 0.55);
}

.focus\:border-secondary-300\/60:focus{
  border-color: rgb(174 199 204 / 0.6);
}

.focus\:border-secondary-300\/65:focus{
  border-color: rgb(174 199 204 / 0.65);
}

.focus\:border-secondary-300\/70:focus{
  border-color: rgb(174 199 204 / 0.7);
}

.focus\:border-secondary-300\/75:focus{
  border-color: rgb(174 199 204 / 0.75);
}

.focus\:border-secondary-300\/80:focus{
  border-color: rgb(174 199 204 / 0.8);
}

.focus\:border-secondary-300\/85:focus{
  border-color: rgb(174 199 204 / 0.85);
}

.focus\:border-secondary-300\/90:focus{
  border-color: rgb(174 199 204 / 0.9);
}

.focus\:border-secondary-300\/95:focus{
  border-color: rgb(174 199 204 / 0.95);
}

.focus\:border-secondary-400:focus{
  border-color: #98B8BE;
}

.focus\:border-secondary-400\/0:focus{
  border-color: rgb(152 184 190 / 0);
}

.focus\:border-secondary-400\/10:focus{
  border-color: rgb(152 184 190 / 0.1);
}

.focus\:border-secondary-400\/100:focus{
  border-color: rgb(152 184 190 / 1);
}

.focus\:border-secondary-400\/15:focus{
  border-color: rgb(152 184 190 / 0.15);
}

.focus\:border-secondary-400\/20:focus{
  border-color: rgb(152 184 190 / 0.2);
}

.focus\:border-secondary-400\/25:focus{
  border-color: rgb(152 184 190 / 0.25);
}

.focus\:border-secondary-400\/30:focus{
  border-color: rgb(152 184 190 / 0.3);
}

.focus\:border-secondary-400\/35:focus{
  border-color: rgb(152 184 190 / 0.35);
}

.focus\:border-secondary-400\/40:focus{
  border-color: rgb(152 184 190 / 0.4);
}

.focus\:border-secondary-400\/45:focus{
  border-color: rgb(152 184 190 / 0.45);
}

.focus\:border-secondary-400\/5:focus{
  border-color: rgb(152 184 190 / 0.05);
}

.focus\:border-secondary-400\/50:focus{
  border-color: rgb(152 184 190 / 0.5);
}

.focus\:border-secondary-400\/55:focus{
  border-color: rgb(152 184 190 / 0.55);
}

.focus\:border-secondary-400\/60:focus{
  border-color: rgb(152 184 190 / 0.6);
}

.focus\:border-secondary-400\/65:focus{
  border-color: rgb(152 184 190 / 0.65);
}

.focus\:border-secondary-400\/70:focus{
  border-color: rgb(152 184 190 / 0.7);
}

.focus\:border-secondary-400\/75:focus{
  border-color: rgb(152 184 190 / 0.75);
}

.focus\:border-secondary-400\/80:focus{
  border-color: rgb(152 184 190 / 0.8);
}

.focus\:border-secondary-400\/85:focus{
  border-color: rgb(152 184 190 / 0.85);
}

.focus\:border-secondary-400\/90:focus{
  border-color: rgb(152 184 190 / 0.9);
}

.focus\:border-secondary-400\/95:focus{
  border-color: rgb(152 184 190 / 0.95);
}

.focus\:border-secondary-500:focus{
  border-color: #82A9B0;
}

.focus\:border-secondary-500\/0:focus{
  border-color: rgb(130 169 176 / 0);
}

.focus\:border-secondary-500\/10:focus{
  border-color: rgb(130 169 176 / 0.1);
}

.focus\:border-secondary-500\/100:focus{
  border-color: rgb(130 169 176 / 1);
}

.focus\:border-secondary-500\/15:focus{
  border-color: rgb(130 169 176 / 0.15);
}

.focus\:border-secondary-500\/20:focus{
  border-color: rgb(130 169 176 / 0.2);
}

.focus\:border-secondary-500\/25:focus{
  border-color: rgb(130 169 176 / 0.25);
}

.focus\:border-secondary-500\/30:focus{
  border-color: rgb(130 169 176 / 0.3);
}

.focus\:border-secondary-500\/35:focus{
  border-color: rgb(130 169 176 / 0.35);
}

.focus\:border-secondary-500\/40:focus{
  border-color: rgb(130 169 176 / 0.4);
}

.focus\:border-secondary-500\/45:focus{
  border-color: rgb(130 169 176 / 0.45);
}

.focus\:border-secondary-500\/5:focus{
  border-color: rgb(130 169 176 / 0.05);
}

.focus\:border-secondary-500\/50:focus{
  border-color: rgb(130 169 176 / 0.5);
}

.focus\:border-secondary-500\/55:focus{
  border-color: rgb(130 169 176 / 0.55);
}

.focus\:border-secondary-500\/60:focus{
  border-color: rgb(130 169 176 / 0.6);
}

.focus\:border-secondary-500\/65:focus{
  border-color: rgb(130 169 176 / 0.65);
}

.focus\:border-secondary-500\/70:focus{
  border-color: rgb(130 169 176 / 0.7);
}

.focus\:border-secondary-500\/75:focus{
  border-color: rgb(130 169 176 / 0.75);
}

.focus\:border-secondary-500\/80:focus{
  border-color: rgb(130 169 176 / 0.8);
}

.focus\:border-secondary-500\/85:focus{
  border-color: rgb(130 169 176 / 0.85);
}

.focus\:border-secondary-500\/90:focus{
  border-color: rgb(130 169 176 / 0.9);
}

.focus\:border-secondary-500\/95:focus{
  border-color: rgb(130 169 176 / 0.95);
}

.focus\:border-secondary-600:focus{
  border-color: #66969E;
}

.focus\:border-secondary-600\/0:focus{
  border-color: rgb(102 150 158 / 0);
}

.focus\:border-secondary-600\/10:focus{
  border-color: rgb(102 150 158 / 0.1);
}

.focus\:border-secondary-600\/100:focus{
  border-color: rgb(102 150 158 / 1);
}

.focus\:border-secondary-600\/15:focus{
  border-color: rgb(102 150 158 / 0.15);
}

.focus\:border-secondary-600\/20:focus{
  border-color: rgb(102 150 158 / 0.2);
}

.focus\:border-secondary-600\/25:focus{
  border-color: rgb(102 150 158 / 0.25);
}

.focus\:border-secondary-600\/30:focus{
  border-color: rgb(102 150 158 / 0.3);
}

.focus\:border-secondary-600\/35:focus{
  border-color: rgb(102 150 158 / 0.35);
}

.focus\:border-secondary-600\/40:focus{
  border-color: rgb(102 150 158 / 0.4);
}

.focus\:border-secondary-600\/45:focus{
  border-color: rgb(102 150 158 / 0.45);
}

.focus\:border-secondary-600\/5:focus{
  border-color: rgb(102 150 158 / 0.05);
}

.focus\:border-secondary-600\/50:focus{
  border-color: rgb(102 150 158 / 0.5);
}

.focus\:border-secondary-600\/55:focus{
  border-color: rgb(102 150 158 / 0.55);
}

.focus\:border-secondary-600\/60:focus{
  border-color: rgb(102 150 158 / 0.6);
}

.focus\:border-secondary-600\/65:focus{
  border-color: rgb(102 150 158 / 0.65);
}

.focus\:border-secondary-600\/70:focus{
  border-color: rgb(102 150 158 / 0.7);
}

.focus\:border-secondary-600\/75:focus{
  border-color: rgb(102 150 158 / 0.75);
}

.focus\:border-secondary-600\/80:focus{
  border-color: rgb(102 150 158 / 0.8);
}

.focus\:border-secondary-600\/85:focus{
  border-color: rgb(102 150 158 / 0.85);
}

.focus\:border-secondary-600\/90:focus{
  border-color: rgb(102 150 158 / 0.9);
}

.focus\:border-secondary-600\/95:focus{
  border-color: rgb(102 150 158 / 0.95);
}

.focus\:border-secondary-700:focus{
  border-color: #537C83;
}

.focus\:border-secondary-700\/0:focus{
  border-color: rgb(83 124 131 / 0);
}

.focus\:border-secondary-700\/10:focus{
  border-color: rgb(83 124 131 / 0.1);
}

.focus\:border-secondary-700\/100:focus{
  border-color: rgb(83 124 131 / 1);
}

.focus\:border-secondary-700\/15:focus{
  border-color: rgb(83 124 131 / 0.15);
}

.focus\:border-secondary-700\/20:focus{
  border-color: rgb(83 124 131 / 0.2);
}

.focus\:border-secondary-700\/25:focus{
  border-color: rgb(83 124 131 / 0.25);
}

.focus\:border-secondary-700\/30:focus{
  border-color: rgb(83 124 131 / 0.3);
}

.focus\:border-secondary-700\/35:focus{
  border-color: rgb(83 124 131 / 0.35);
}

.focus\:border-secondary-700\/40:focus{
  border-color: rgb(83 124 131 / 0.4);
}

.focus\:border-secondary-700\/45:focus{
  border-color: rgb(83 124 131 / 0.45);
}

.focus\:border-secondary-700\/5:focus{
  border-color: rgb(83 124 131 / 0.05);
}

.focus\:border-secondary-700\/50:focus{
  border-color: rgb(83 124 131 / 0.5);
}

.focus\:border-secondary-700\/55:focus{
  border-color: rgb(83 124 131 / 0.55);
}

.focus\:border-secondary-700\/60:focus{
  border-color: rgb(83 124 131 / 0.6);
}

.focus\:border-secondary-700\/65:focus{
  border-color: rgb(83 124 131 / 0.65);
}

.focus\:border-secondary-700\/70:focus{
  border-color: rgb(83 124 131 / 0.7);
}

.focus\:border-secondary-700\/75:focus{
  border-color: rgb(83 124 131 / 0.75);
}

.focus\:border-secondary-700\/80:focus{
  border-color: rgb(83 124 131 / 0.8);
}

.focus\:border-secondary-700\/85:focus{
  border-color: rgb(83 124 131 / 0.85);
}

.focus\:border-secondary-700\/90:focus{
  border-color: rgb(83 124 131 / 0.9);
}

.focus\:border-secondary-700\/95:focus{
  border-color: rgb(83 124 131 / 0.95);
}

.focus\:border-secondary-800:focus{
  border-color: #416167;
}

.focus\:border-secondary-800\/0:focus{
  border-color: rgb(65 97 103 / 0);
}

.focus\:border-secondary-800\/10:focus{
  border-color: rgb(65 97 103 / 0.1);
}

.focus\:border-secondary-800\/100:focus{
  border-color: rgb(65 97 103 / 1);
}

.focus\:border-secondary-800\/15:focus{
  border-color: rgb(65 97 103 / 0.15);
}

.focus\:border-secondary-800\/20:focus{
  border-color: rgb(65 97 103 / 0.2);
}

.focus\:border-secondary-800\/25:focus{
  border-color: rgb(65 97 103 / 0.25);
}

.focus\:border-secondary-800\/30:focus{
  border-color: rgb(65 97 103 / 0.3);
}

.focus\:border-secondary-800\/35:focus{
  border-color: rgb(65 97 103 / 0.35);
}

.focus\:border-secondary-800\/40:focus{
  border-color: rgb(65 97 103 / 0.4);
}

.focus\:border-secondary-800\/45:focus{
  border-color: rgb(65 97 103 / 0.45);
}

.focus\:border-secondary-800\/5:focus{
  border-color: rgb(65 97 103 / 0.05);
}

.focus\:border-secondary-800\/50:focus{
  border-color: rgb(65 97 103 / 0.5);
}

.focus\:border-secondary-800\/55:focus{
  border-color: rgb(65 97 103 / 0.55);
}

.focus\:border-secondary-800\/60:focus{
  border-color: rgb(65 97 103 / 0.6);
}

.focus\:border-secondary-800\/65:focus{
  border-color: rgb(65 97 103 / 0.65);
}

.focus\:border-secondary-800\/70:focus{
  border-color: rgb(65 97 103 / 0.7);
}

.focus\:border-secondary-800\/75:focus{
  border-color: rgb(65 97 103 / 0.75);
}

.focus\:border-secondary-800\/80:focus{
  border-color: rgb(65 97 103 / 0.8);
}

.focus\:border-secondary-800\/85:focus{
  border-color: rgb(65 97 103 / 0.85);
}

.focus\:border-secondary-800\/90:focus{
  border-color: rgb(65 97 103 / 0.9);
}

.focus\:border-secondary-800\/95:focus{
  border-color: rgb(65 97 103 / 0.95);
}

.focus\:border-secondary-900:focus{
  border-color: #2F474B;
}

.focus\:border-secondary-900\/0:focus{
  border-color: rgb(47 71 75 / 0);
}

.focus\:border-secondary-900\/10:focus{
  border-color: rgb(47 71 75 / 0.1);
}

.focus\:border-secondary-900\/100:focus{
  border-color: rgb(47 71 75 / 1);
}

.focus\:border-secondary-900\/15:focus{
  border-color: rgb(47 71 75 / 0.15);
}

.focus\:border-secondary-900\/20:focus{
  border-color: rgb(47 71 75 / 0.2);
}

.focus\:border-secondary-900\/25:focus{
  border-color: rgb(47 71 75 / 0.25);
}

.focus\:border-secondary-900\/30:focus{
  border-color: rgb(47 71 75 / 0.3);
}

.focus\:border-secondary-900\/35:focus{
  border-color: rgb(47 71 75 / 0.35);
}

.focus\:border-secondary-900\/40:focus{
  border-color: rgb(47 71 75 / 0.4);
}

.focus\:border-secondary-900\/45:focus{
  border-color: rgb(47 71 75 / 0.45);
}

.focus\:border-secondary-900\/5:focus{
  border-color: rgb(47 71 75 / 0.05);
}

.focus\:border-secondary-900\/50:focus{
  border-color: rgb(47 71 75 / 0.5);
}

.focus\:border-secondary-900\/55:focus{
  border-color: rgb(47 71 75 / 0.55);
}

.focus\:border-secondary-900\/60:focus{
  border-color: rgb(47 71 75 / 0.6);
}

.focus\:border-secondary-900\/65:focus{
  border-color: rgb(47 71 75 / 0.65);
}

.focus\:border-secondary-900\/70:focus{
  border-color: rgb(47 71 75 / 0.7);
}

.focus\:border-secondary-900\/75:focus{
  border-color: rgb(47 71 75 / 0.75);
}

.focus\:border-secondary-900\/80:focus{
  border-color: rgb(47 71 75 / 0.8);
}

.focus\:border-secondary-900\/85:focus{
  border-color: rgb(47 71 75 / 0.85);
}

.focus\:border-secondary-900\/90:focus{
  border-color: rgb(47 71 75 / 0.9);
}

.focus\:border-secondary-900\/95:focus{
  border-color: rgb(47 71 75 / 0.95);
}

.focus\:bg-accent-100:focus{
  background-color: #fceae9;
}

.focus\:bg-accent-100\/0:focus{
  background-color: rgb(252 234 233 / 0);
}

.focus\:bg-accent-100\/10:focus{
  background-color: rgb(252 234 233 / 0.1);
}

.focus\:bg-accent-100\/100:focus{
  background-color: rgb(252 234 233 / 1);
}

.focus\:bg-accent-100\/15:focus{
  background-color: rgb(252 234 233 / 0.15);
}

.focus\:bg-accent-100\/20:focus{
  background-color: rgb(252 234 233 / 0.2);
}

.focus\:bg-accent-100\/25:focus{
  background-color: rgb(252 234 233 / 0.25);
}

.focus\:bg-accent-100\/30:focus{
  background-color: rgb(252 234 233 / 0.3);
}

.focus\:bg-accent-100\/35:focus{
  background-color: rgb(252 234 233 / 0.35);
}

.focus\:bg-accent-100\/40:focus{
  background-color: rgb(252 234 233 / 0.4);
}

.focus\:bg-accent-100\/45:focus{
  background-color: rgb(252 234 233 / 0.45);
}

.focus\:bg-accent-100\/5:focus{
  background-color: rgb(252 234 233 / 0.05);
}

.focus\:bg-accent-100\/50:focus{
  background-color: rgb(252 234 233 / 0.5);
}

.focus\:bg-accent-100\/55:focus{
  background-color: rgb(252 234 233 / 0.55);
}

.focus\:bg-accent-100\/60:focus{
  background-color: rgb(252 234 233 / 0.6);
}

.focus\:bg-accent-100\/65:focus{
  background-color: rgb(252 234 233 / 0.65);
}

.focus\:bg-accent-100\/70:focus{
  background-color: rgb(252 234 233 / 0.7);
}

.focus\:bg-accent-100\/75:focus{
  background-color: rgb(252 234 233 / 0.75);
}

.focus\:bg-accent-100\/80:focus{
  background-color: rgb(252 234 233 / 0.8);
}

.focus\:bg-accent-100\/85:focus{
  background-color: rgb(252 234 233 / 0.85);
}

.focus\:bg-accent-100\/90:focus{
  background-color: rgb(252 234 233 / 0.9);
}

.focus\:bg-accent-100\/95:focus{
  background-color: rgb(252 234 233 / 0.95);
}

.focus\:bg-accent-200:focus{
  background-color: #f9d4d2;
}

.focus\:bg-accent-200\/0:focus{
  background-color: rgb(249 212 210 / 0);
}

.focus\:bg-accent-200\/10:focus{
  background-color: rgb(249 212 210 / 0.1);
}

.focus\:bg-accent-200\/100:focus{
  background-color: rgb(249 212 210 / 1);
}

.focus\:bg-accent-200\/15:focus{
  background-color: rgb(249 212 210 / 0.15);
}

.focus\:bg-accent-200\/20:focus{
  background-color: rgb(249 212 210 / 0.2);
}

.focus\:bg-accent-200\/25:focus{
  background-color: rgb(249 212 210 / 0.25);
}

.focus\:bg-accent-200\/30:focus{
  background-color: rgb(249 212 210 / 0.3);
}

.focus\:bg-accent-200\/35:focus{
  background-color: rgb(249 212 210 / 0.35);
}

.focus\:bg-accent-200\/40:focus{
  background-color: rgb(249 212 210 / 0.4);
}

.focus\:bg-accent-200\/45:focus{
  background-color: rgb(249 212 210 / 0.45);
}

.focus\:bg-accent-200\/5:focus{
  background-color: rgb(249 212 210 / 0.05);
}

.focus\:bg-accent-200\/50:focus{
  background-color: rgb(249 212 210 / 0.5);
}

.focus\:bg-accent-200\/55:focus{
  background-color: rgb(249 212 210 / 0.55);
}

.focus\:bg-accent-200\/60:focus{
  background-color: rgb(249 212 210 / 0.6);
}

.focus\:bg-accent-200\/65:focus{
  background-color: rgb(249 212 210 / 0.65);
}

.focus\:bg-accent-200\/70:focus{
  background-color: rgb(249 212 210 / 0.7);
}

.focus\:bg-accent-200\/75:focus{
  background-color: rgb(249 212 210 / 0.75);
}

.focus\:bg-accent-200\/80:focus{
  background-color: rgb(249 212 210 / 0.8);
}

.focus\:bg-accent-200\/85:focus{
  background-color: rgb(249 212 210 / 0.85);
}

.focus\:bg-accent-200\/90:focus{
  background-color: rgb(249 212 210 / 0.9);
}

.focus\:bg-accent-200\/95:focus{
  background-color: rgb(249 212 210 / 0.95);
}

.focus\:bg-accent-300:focus{
  background-color: #f4b5b3;
}

.focus\:bg-accent-300\/0:focus{
  background-color: rgb(244 181 179 / 0);
}

.focus\:bg-accent-300\/10:focus{
  background-color: rgb(244 181 179 / 0.1);
}

.focus\:bg-accent-300\/100:focus{
  background-color: rgb(244 181 179 / 1);
}

.focus\:bg-accent-300\/15:focus{
  background-color: rgb(244 181 179 / 0.15);
}

.focus\:bg-accent-300\/20:focus{
  background-color: rgb(244 181 179 / 0.2);
}

.focus\:bg-accent-300\/25:focus{
  background-color: rgb(244 181 179 / 0.25);
}

.focus\:bg-accent-300\/30:focus{
  background-color: rgb(244 181 179 / 0.3);
}

.focus\:bg-accent-300\/35:focus{
  background-color: rgb(244 181 179 / 0.35);
}

.focus\:bg-accent-300\/40:focus{
  background-color: rgb(244 181 179 / 0.4);
}

.focus\:bg-accent-300\/45:focus{
  background-color: rgb(244 181 179 / 0.45);
}

.focus\:bg-accent-300\/5:focus{
  background-color: rgb(244 181 179 / 0.05);
}

.focus\:bg-accent-300\/50:focus{
  background-color: rgb(244 181 179 / 0.5);
}

.focus\:bg-accent-300\/55:focus{
  background-color: rgb(244 181 179 / 0.55);
}

.focus\:bg-accent-300\/60:focus{
  background-color: rgb(244 181 179 / 0.6);
}

.focus\:bg-accent-300\/65:focus{
  background-color: rgb(244 181 179 / 0.65);
}

.focus\:bg-accent-300\/70:focus{
  background-color: rgb(244 181 179 / 0.7);
}

.focus\:bg-accent-300\/75:focus{
  background-color: rgb(244 181 179 / 0.75);
}

.focus\:bg-accent-300\/80:focus{
  background-color: rgb(244 181 179 / 0.8);
}

.focus\:bg-accent-300\/85:focus{
  background-color: rgb(244 181 179 / 0.85);
}

.focus\:bg-accent-300\/90:focus{
  background-color: rgb(244 181 179 / 0.9);
}

.focus\:bg-accent-300\/95:focus{
  background-color: rgb(244 181 179 / 0.95);
}

.focus\:bg-accent-400:focus{
  background-color: #ee8e8b;
}

.focus\:bg-accent-400\/0:focus{
  background-color: rgb(238 142 139 / 0);
}

.focus\:bg-accent-400\/10:focus{
  background-color: rgb(238 142 139 / 0.1);
}

.focus\:bg-accent-400\/100:focus{
  background-color: rgb(238 142 139 / 1);
}

.focus\:bg-accent-400\/15:focus{
  background-color: rgb(238 142 139 / 0.15);
}

.focus\:bg-accent-400\/20:focus{
  background-color: rgb(238 142 139 / 0.2);
}

.focus\:bg-accent-400\/25:focus{
  background-color: rgb(238 142 139 / 0.25);
}

.focus\:bg-accent-400\/30:focus{
  background-color: rgb(238 142 139 / 0.3);
}

.focus\:bg-accent-400\/35:focus{
  background-color: rgb(238 142 139 / 0.35);
}

.focus\:bg-accent-400\/40:focus{
  background-color: rgb(238 142 139 / 0.4);
}

.focus\:bg-accent-400\/45:focus{
  background-color: rgb(238 142 139 / 0.45);
}

.focus\:bg-accent-400\/5:focus{
  background-color: rgb(238 142 139 / 0.05);
}

.focus\:bg-accent-400\/50:focus{
  background-color: rgb(238 142 139 / 0.5);
}

.focus\:bg-accent-400\/55:focus{
  background-color: rgb(238 142 139 / 0.55);
}

.focus\:bg-accent-400\/60:focus{
  background-color: rgb(238 142 139 / 0.6);
}

.focus\:bg-accent-400\/65:focus{
  background-color: rgb(238 142 139 / 0.65);
}

.focus\:bg-accent-400\/70:focus{
  background-color: rgb(238 142 139 / 0.7);
}

.focus\:bg-accent-400\/75:focus{
  background-color: rgb(238 142 139 / 0.75);
}

.focus\:bg-accent-400\/80:focus{
  background-color: rgb(238 142 139 / 0.8);
}

.focus\:bg-accent-400\/85:focus{
  background-color: rgb(238 142 139 / 0.85);
}

.focus\:bg-accent-400\/90:focus{
  background-color: rgb(238 142 139 / 0.9);
}

.focus\:bg-accent-400\/95:focus{
  background-color: rgb(238 142 139 / 0.95);
}

.focus\:bg-accent-500:focus{
  background-color: #e57373;
}

.focus\:bg-accent-500\/0:focus{
  background-color: rgb(229 115 115 / 0);
}

.focus\:bg-accent-500\/10:focus{
  background-color: rgb(229 115 115 / 0.1);
}

.focus\:bg-accent-500\/100:focus{
  background-color: rgb(229 115 115 / 1);
}

.focus\:bg-accent-500\/15:focus{
  background-color: rgb(229 115 115 / 0.15);
}

.focus\:bg-accent-500\/20:focus{
  background-color: rgb(229 115 115 / 0.2);
}

.focus\:bg-accent-500\/25:focus{
  background-color: rgb(229 115 115 / 0.25);
}

.focus\:bg-accent-500\/30:focus{
  background-color: rgb(229 115 115 / 0.3);
}

.focus\:bg-accent-500\/35:focus{
  background-color: rgb(229 115 115 / 0.35);
}

.focus\:bg-accent-500\/40:focus{
  background-color: rgb(229 115 115 / 0.4);
}

.focus\:bg-accent-500\/45:focus{
  background-color: rgb(229 115 115 / 0.45);
}

.focus\:bg-accent-500\/5:focus{
  background-color: rgb(229 115 115 / 0.05);
}

.focus\:bg-accent-500\/50:focus{
  background-color: rgb(229 115 115 / 0.5);
}

.focus\:bg-accent-500\/55:focus{
  background-color: rgb(229 115 115 / 0.55);
}

.focus\:bg-accent-500\/60:focus{
  background-color: rgb(229 115 115 / 0.6);
}

.focus\:bg-accent-500\/65:focus{
  background-color: rgb(229 115 115 / 0.65);
}

.focus\:bg-accent-500\/70:focus{
  background-color: rgb(229 115 115 / 0.7);
}

.focus\:bg-accent-500\/75:focus{
  background-color: rgb(229 115 115 / 0.75);
}

.focus\:bg-accent-500\/80:focus{
  background-color: rgb(229 115 115 / 0.8);
}

.focus\:bg-accent-500\/85:focus{
  background-color: rgb(229 115 115 / 0.85);
}

.focus\:bg-accent-500\/90:focus{
  background-color: rgb(229 115 115 / 0.9);
}

.focus\:bg-accent-500\/95:focus{
  background-color: rgb(229 115 115 / 0.95);
}

.focus\:bg-accent-600:focus{
  background-color: #d95f5f;
}

.focus\:bg-accent-600\/0:focus{
  background-color: rgb(217 95 95 / 0);
}

.focus\:bg-accent-600\/10:focus{
  background-color: rgb(217 95 95 / 0.1);
}

.focus\:bg-accent-600\/100:focus{
  background-color: rgb(217 95 95 / 1);
}

.focus\:bg-accent-600\/15:focus{
  background-color: rgb(217 95 95 / 0.15);
}

.focus\:bg-accent-600\/20:focus{
  background-color: rgb(217 95 95 / 0.2);
}

.focus\:bg-accent-600\/25:focus{
  background-color: rgb(217 95 95 / 0.25);
}

.focus\:bg-accent-600\/30:focus{
  background-color: rgb(217 95 95 / 0.3);
}

.focus\:bg-accent-600\/35:focus{
  background-color: rgb(217 95 95 / 0.35);
}

.focus\:bg-accent-600\/40:focus{
  background-color: rgb(217 95 95 / 0.4);
}

.focus\:bg-accent-600\/45:focus{
  background-color: rgb(217 95 95 / 0.45);
}

.focus\:bg-accent-600\/5:focus{
  background-color: rgb(217 95 95 / 0.05);
}

.focus\:bg-accent-600\/50:focus{
  background-color: rgb(217 95 95 / 0.5);
}

.focus\:bg-accent-600\/55:focus{
  background-color: rgb(217 95 95 / 0.55);
}

.focus\:bg-accent-600\/60:focus{
  background-color: rgb(217 95 95 / 0.6);
}

.focus\:bg-accent-600\/65:focus{
  background-color: rgb(217 95 95 / 0.65);
}

.focus\:bg-accent-600\/70:focus{
  background-color: rgb(217 95 95 / 0.7);
}

.focus\:bg-accent-600\/75:focus{
  background-color: rgb(217 95 95 / 0.75);
}

.focus\:bg-accent-600\/80:focus{
  background-color: rgb(217 95 95 / 0.8);
}

.focus\:bg-accent-600\/85:focus{
  background-color: rgb(217 95 95 / 0.85);
}

.focus\:bg-accent-600\/90:focus{
  background-color: rgb(217 95 95 / 0.9);
}

.focus\:bg-accent-600\/95:focus{
  background-color: rgb(217 95 95 / 0.95);
}

.focus\:bg-accent-700:focus{
  background-color: #c94a4a;
}

.focus\:bg-accent-700\/0:focus{
  background-color: rgb(201 74 74 / 0);
}

.focus\:bg-accent-700\/10:focus{
  background-color: rgb(201 74 74 / 0.1);
}

.focus\:bg-accent-700\/100:focus{
  background-color: rgb(201 74 74 / 1);
}

.focus\:bg-accent-700\/15:focus{
  background-color: rgb(201 74 74 / 0.15);
}

.focus\:bg-accent-700\/20:focus{
  background-color: rgb(201 74 74 / 0.2);
}

.focus\:bg-accent-700\/25:focus{
  background-color: rgb(201 74 74 / 0.25);
}

.focus\:bg-accent-700\/30:focus{
  background-color: rgb(201 74 74 / 0.3);
}

.focus\:bg-accent-700\/35:focus{
  background-color: rgb(201 74 74 / 0.35);
}

.focus\:bg-accent-700\/40:focus{
  background-color: rgb(201 74 74 / 0.4);
}

.focus\:bg-accent-700\/45:focus{
  background-color: rgb(201 74 74 / 0.45);
}

.focus\:bg-accent-700\/5:focus{
  background-color: rgb(201 74 74 / 0.05);
}

.focus\:bg-accent-700\/50:focus{
  background-color: rgb(201 74 74 / 0.5);
}

.focus\:bg-accent-700\/55:focus{
  background-color: rgb(201 74 74 / 0.55);
}

.focus\:bg-accent-700\/60:focus{
  background-color: rgb(201 74 74 / 0.6);
}

.focus\:bg-accent-700\/65:focus{
  background-color: rgb(201 74 74 / 0.65);
}

.focus\:bg-accent-700\/70:focus{
  background-color: rgb(201 74 74 / 0.7);
}

.focus\:bg-accent-700\/75:focus{
  background-color: rgb(201 74 74 / 0.75);
}

.focus\:bg-accent-700\/80:focus{
  background-color: rgb(201 74 74 / 0.8);
}

.focus\:bg-accent-700\/85:focus{
  background-color: rgb(201 74 74 / 0.85);
}

.focus\:bg-accent-700\/90:focus{
  background-color: rgb(201 74 74 / 0.9);
}

.focus\:bg-accent-700\/95:focus{
  background-color: rgb(201 74 74 / 0.95);
}

.focus\:bg-accent-800:focus{
  background-color: #a83c3c;
}

.focus\:bg-accent-800\/0:focus{
  background-color: rgb(168 60 60 / 0);
}

.focus\:bg-accent-800\/10:focus{
  background-color: rgb(168 60 60 / 0.1);
}

.focus\:bg-accent-800\/100:focus{
  background-color: rgb(168 60 60 / 1);
}

.focus\:bg-accent-800\/15:focus{
  background-color: rgb(168 60 60 / 0.15);
}

.focus\:bg-accent-800\/20:focus{
  background-color: rgb(168 60 60 / 0.2);
}

.focus\:bg-accent-800\/25:focus{
  background-color: rgb(168 60 60 / 0.25);
}

.focus\:bg-accent-800\/30:focus{
  background-color: rgb(168 60 60 / 0.3);
}

.focus\:bg-accent-800\/35:focus{
  background-color: rgb(168 60 60 / 0.35);
}

.focus\:bg-accent-800\/40:focus{
  background-color: rgb(168 60 60 / 0.4);
}

.focus\:bg-accent-800\/45:focus{
  background-color: rgb(168 60 60 / 0.45);
}

.focus\:bg-accent-800\/5:focus{
  background-color: rgb(168 60 60 / 0.05);
}

.focus\:bg-accent-800\/50:focus{
  background-color: rgb(168 60 60 / 0.5);
}

.focus\:bg-accent-800\/55:focus{
  background-color: rgb(168 60 60 / 0.55);
}

.focus\:bg-accent-800\/60:focus{
  background-color: rgb(168 60 60 / 0.6);
}

.focus\:bg-accent-800\/65:focus{
  background-color: rgb(168 60 60 / 0.65);
}

.focus\:bg-accent-800\/70:focus{
  background-color: rgb(168 60 60 / 0.7);
}

.focus\:bg-accent-800\/75:focus{
  background-color: rgb(168 60 60 / 0.75);
}

.focus\:bg-accent-800\/80:focus{
  background-color: rgb(168 60 60 / 0.8);
}

.focus\:bg-accent-800\/85:focus{
  background-color: rgb(168 60 60 / 0.85);
}

.focus\:bg-accent-800\/90:focus{
  background-color: rgb(168 60 60 / 0.9);
}

.focus\:bg-accent-800\/95:focus{
  background-color: rgb(168 60 60 / 0.95);
}

.focus\:bg-accent-900:focus{
  background-color: #8c3434;
}

.focus\:bg-accent-900\/0:focus{
  background-color: rgb(140 52 52 / 0);
}

.focus\:bg-accent-900\/10:focus{
  background-color: rgb(140 52 52 / 0.1);
}

.focus\:bg-accent-900\/100:focus{
  background-color: rgb(140 52 52 / 1);
}

.focus\:bg-accent-900\/15:focus{
  background-color: rgb(140 52 52 / 0.15);
}

.focus\:bg-accent-900\/20:focus{
  background-color: rgb(140 52 52 / 0.2);
}

.focus\:bg-accent-900\/25:focus{
  background-color: rgb(140 52 52 / 0.25);
}

.focus\:bg-accent-900\/30:focus{
  background-color: rgb(140 52 52 / 0.3);
}

.focus\:bg-accent-900\/35:focus{
  background-color: rgb(140 52 52 / 0.35);
}

.focus\:bg-accent-900\/40:focus{
  background-color: rgb(140 52 52 / 0.4);
}

.focus\:bg-accent-900\/45:focus{
  background-color: rgb(140 52 52 / 0.45);
}

.focus\:bg-accent-900\/5:focus{
  background-color: rgb(140 52 52 / 0.05);
}

.focus\:bg-accent-900\/50:focus{
  background-color: rgb(140 52 52 / 0.5);
}

.focus\:bg-accent-900\/55:focus{
  background-color: rgb(140 52 52 / 0.55);
}

.focus\:bg-accent-900\/60:focus{
  background-color: rgb(140 52 52 / 0.6);
}

.focus\:bg-accent-900\/65:focus{
  background-color: rgb(140 52 52 / 0.65);
}

.focus\:bg-accent-900\/70:focus{
  background-color: rgb(140 52 52 / 0.7);
}

.focus\:bg-accent-900\/75:focus{
  background-color: rgb(140 52 52 / 0.75);
}

.focus\:bg-accent-900\/80:focus{
  background-color: rgb(140 52 52 / 0.8);
}

.focus\:bg-accent-900\/85:focus{
  background-color: rgb(140 52 52 / 0.85);
}

.focus\:bg-accent-900\/90:focus{
  background-color: rgb(140 52 52 / 0.9);
}

.focus\:bg-accent-900\/95:focus{
  background-color: rgb(140 52 52 / 0.95);
}

.focus\:bg-gray-100:focus{
  background-color: #f3f4f6;
}

.focus\:bg-gray-100\/0:focus{
  background-color: rgb(243 244 246 / 0);
}

.focus\:bg-gray-100\/10:focus{
  background-color: rgb(243 244 246 / 0.1);
}

.focus\:bg-gray-100\/100:focus{
  background-color: rgb(243 244 246 / 1);
}

.focus\:bg-gray-100\/15:focus{
  background-color: rgb(243 244 246 / 0.15);
}

.focus\:bg-gray-100\/20:focus{
  background-color: rgb(243 244 246 / 0.2);
}

.focus\:bg-gray-100\/25:focus{
  background-color: rgb(243 244 246 / 0.25);
}

.focus\:bg-gray-100\/30:focus{
  background-color: rgb(243 244 246 / 0.3);
}

.focus\:bg-gray-100\/35:focus{
  background-color: rgb(243 244 246 / 0.35);
}

.focus\:bg-gray-100\/40:focus{
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/45:focus{
  background-color: rgb(243 244 246 / 0.45);
}

.focus\:bg-gray-100\/5:focus{
  background-color: rgb(243 244 246 / 0.05);
}

.focus\:bg-gray-100\/50:focus{
  background-color: rgb(243 244 246 / 0.5);
}

.focus\:bg-gray-100\/55:focus{
  background-color: rgb(243 244 246 / 0.55);
}

.focus\:bg-gray-100\/60:focus{
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/65:focus{
  background-color: rgb(243 244 246 / 0.65);
}

.focus\:bg-gray-100\/70:focus{
  background-color: rgb(243 244 246 / 0.7);
}

.focus\:bg-gray-100\/75:focus{
  background-color: rgb(243 244 246 / 0.75);
}

.focus\:bg-gray-100\/80:focus{
  background-color: rgb(243 244 246 / 0.8);
}

.focus\:bg-gray-100\/85:focus{
  background-color: rgb(243 244 246 / 0.85);
}

.focus\:bg-gray-100\/90:focus{
  background-color: rgb(243 244 246 / 0.9);
}

.focus\:bg-gray-100\/95:focus{
  background-color: rgb(243 244 246 / 0.95);
}

.focus\:bg-gray-200:focus{
  background-color: #e5e7eb;
}

.focus\:bg-gray-200\/0:focus{
  background-color: rgb(229 231 235 / 0);
}

.focus\:bg-gray-200\/10:focus{
  background-color: rgb(229 231 235 / 0.1);
}

.focus\:bg-gray-200\/100:focus{
  background-color: rgb(229 231 235 / 1);
}

.focus\:bg-gray-200\/15:focus{
  background-color: rgb(229 231 235 / 0.15);
}

.focus\:bg-gray-200\/20:focus{
  background-color: rgb(229 231 235 / 0.2);
}

.focus\:bg-gray-200\/25:focus{
  background-color: rgb(229 231 235 / 0.25);
}

.focus\:bg-gray-200\/30:focus{
  background-color: rgb(229 231 235 / 0.3);
}

.focus\:bg-gray-200\/35:focus{
  background-color: rgb(229 231 235 / 0.35);
}

.focus\:bg-gray-200\/40:focus{
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/45:focus{
  background-color: rgb(229 231 235 / 0.45);
}

.focus\:bg-gray-200\/5:focus{
  background-color: rgb(229 231 235 / 0.05);
}

.focus\:bg-gray-200\/50:focus{
  background-color: rgb(229 231 235 / 0.5);
}

.focus\:bg-gray-200\/55:focus{
  background-color: rgb(229 231 235 / 0.55);
}

.focus\:bg-gray-200\/60:focus{
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/65:focus{
  background-color: rgb(229 231 235 / 0.65);
}

.focus\:bg-gray-200\/70:focus{
  background-color: rgb(229 231 235 / 0.7);
}

.focus\:bg-gray-200\/75:focus{
  background-color: rgb(229 231 235 / 0.75);
}

.focus\:bg-gray-200\/80:focus{
  background-color: rgb(229 231 235 / 0.8);
}

.focus\:bg-gray-200\/85:focus{
  background-color: rgb(229 231 235 / 0.85);
}

.focus\:bg-gray-200\/90:focus{
  background-color: rgb(229 231 235 / 0.9);
}

.focus\:bg-gray-200\/95:focus{
  background-color: rgb(229 231 235 / 0.95);
}

.focus\:bg-gray-300:focus{
  background-color: #d1d5db;
}

.focus\:bg-gray-300\/0:focus{
  background-color: rgb(209 213 219 / 0);
}

.focus\:bg-gray-300\/10:focus{
  background-color: rgb(209 213 219 / 0.1);
}

.focus\:bg-gray-300\/100:focus{
  background-color: rgb(209 213 219 / 1);
}

.focus\:bg-gray-300\/15:focus{
  background-color: rgb(209 213 219 / 0.15);
}

.focus\:bg-gray-300\/20:focus{
  background-color: rgb(209 213 219 / 0.2);
}

.focus\:bg-gray-300\/25:focus{
  background-color: rgb(209 213 219 / 0.25);
}

.focus\:bg-gray-300\/30:focus{
  background-color: rgb(209 213 219 / 0.3);
}

.focus\:bg-gray-300\/35:focus{
  background-color: rgb(209 213 219 / 0.35);
}

.focus\:bg-gray-300\/40:focus{
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/45:focus{
  background-color: rgb(209 213 219 / 0.45);
}

.focus\:bg-gray-300\/5:focus{
  background-color: rgb(209 213 219 / 0.05);
}

.focus\:bg-gray-300\/50:focus{
  background-color: rgb(209 213 219 / 0.5);
}

.focus\:bg-gray-300\/55:focus{
  background-color: rgb(209 213 219 / 0.55);
}

.focus\:bg-gray-300\/60:focus{
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/65:focus{
  background-color: rgb(209 213 219 / 0.65);
}

.focus\:bg-gray-300\/70:focus{
  background-color: rgb(209 213 219 / 0.7);
}

.focus\:bg-gray-300\/75:focus{
  background-color: rgb(209 213 219 / 0.75);
}

.focus\:bg-gray-300\/80:focus{
  background-color: rgb(209 213 219 / 0.8);
}

.focus\:bg-gray-300\/85:focus{
  background-color: rgb(209 213 219 / 0.85);
}

.focus\:bg-gray-300\/90:focus{
  background-color: rgb(209 213 219 / 0.9);
}

.focus\:bg-gray-300\/95:focus{
  background-color: rgb(209 213 219 / 0.95);
}

.focus\:bg-gray-400:focus{
  background-color: #9ca3af;
}

.focus\:bg-gray-400\/0:focus{
  background-color: rgb(156 163 175 / 0);
}

.focus\:bg-gray-400\/10:focus{
  background-color: rgb(156 163 175 / 0.1);
}

.focus\:bg-gray-400\/100:focus{
  background-color: rgb(156 163 175 / 1);
}

.focus\:bg-gray-400\/15:focus{
  background-color: rgb(156 163 175 / 0.15);
}

.focus\:bg-gray-400\/20:focus{
  background-color: rgb(156 163 175 / 0.2);
}

.focus\:bg-gray-400\/25:focus{
  background-color: rgb(156 163 175 / 0.25);
}

.focus\:bg-gray-400\/30:focus{
  background-color: rgb(156 163 175 / 0.3);
}

.focus\:bg-gray-400\/35:focus{
  background-color: rgb(156 163 175 / 0.35);
}

.focus\:bg-gray-400\/40:focus{
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/45:focus{
  background-color: rgb(156 163 175 / 0.45);
}

.focus\:bg-gray-400\/5:focus{
  background-color: rgb(156 163 175 / 0.05);
}

.focus\:bg-gray-400\/50:focus{
  background-color: rgb(156 163 175 / 0.5);
}

.focus\:bg-gray-400\/55:focus{
  background-color: rgb(156 163 175 / 0.55);
}

.focus\:bg-gray-400\/60:focus{
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/65:focus{
  background-color: rgb(156 163 175 / 0.65);
}

.focus\:bg-gray-400\/70:focus{
  background-color: rgb(156 163 175 / 0.7);
}

.focus\:bg-gray-400\/75:focus{
  background-color: rgb(156 163 175 / 0.75);
}

.focus\:bg-gray-400\/80:focus{
  background-color: rgb(156 163 175 / 0.8);
}

.focus\:bg-gray-400\/85:focus{
  background-color: rgb(156 163 175 / 0.85);
}

.focus\:bg-gray-400\/90:focus{
  background-color: rgb(156 163 175 / 0.9);
}

.focus\:bg-gray-400\/95:focus{
  background-color: rgb(156 163 175 / 0.95);
}

.focus\:bg-gray-500:focus{
  background-color: #6b7280;
}

.focus\:bg-gray-500\/0:focus{
  background-color: rgb(107 114 128 / 0);
}

.focus\:bg-gray-500\/10:focus{
  background-color: rgb(107 114 128 / 0.1);
}

.focus\:bg-gray-500\/100:focus{
  background-color: rgb(107 114 128 / 1);
}

.focus\:bg-gray-500\/15:focus{
  background-color: rgb(107 114 128 / 0.15);
}

.focus\:bg-gray-500\/20:focus{
  background-color: rgb(107 114 128 / 0.2);
}

.focus\:bg-gray-500\/25:focus{
  background-color: rgb(107 114 128 / 0.25);
}

.focus\:bg-gray-500\/30:focus{
  background-color: rgb(107 114 128 / 0.3);
}

.focus\:bg-gray-500\/35:focus{
  background-color: rgb(107 114 128 / 0.35);
}

.focus\:bg-gray-500\/40:focus{
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/45:focus{
  background-color: rgb(107 114 128 / 0.45);
}

.focus\:bg-gray-500\/5:focus{
  background-color: rgb(107 114 128 / 0.05);
}

.focus\:bg-gray-500\/50:focus{
  background-color: rgb(107 114 128 / 0.5);
}

.focus\:bg-gray-500\/55:focus{
  background-color: rgb(107 114 128 / 0.55);
}

.focus\:bg-gray-500\/60:focus{
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/65:focus{
  background-color: rgb(107 114 128 / 0.65);
}

.focus\:bg-gray-500\/70:focus{
  background-color: rgb(107 114 128 / 0.7);
}

.focus\:bg-gray-500\/75:focus{
  background-color: rgb(107 114 128 / 0.75);
}

.focus\:bg-gray-500\/80:focus{
  background-color: rgb(107 114 128 / 0.8);
}

.focus\:bg-gray-500\/85:focus{
  background-color: rgb(107 114 128 / 0.85);
}

.focus\:bg-gray-500\/90:focus{
  background-color: rgb(107 114 128 / 0.9);
}

.focus\:bg-gray-500\/95:focus{
  background-color: rgb(107 114 128 / 0.95);
}

.focus\:bg-gray-600:focus{
  background-color: #4b5563;
}

.focus\:bg-gray-600\/0:focus{
  background-color: rgb(75 85 99 / 0);
}

.focus\:bg-gray-600\/10:focus{
  background-color: rgb(75 85 99 / 0.1);
}

.focus\:bg-gray-600\/100:focus{
  background-color: rgb(75 85 99 / 1);
}

.focus\:bg-gray-600\/15:focus{
  background-color: rgb(75 85 99 / 0.15);
}

.focus\:bg-gray-600\/20:focus{
  background-color: rgb(75 85 99 / 0.2);
}

.focus\:bg-gray-600\/25:focus{
  background-color: rgb(75 85 99 / 0.25);
}

.focus\:bg-gray-600\/30:focus{
  background-color: rgb(75 85 99 / 0.3);
}

.focus\:bg-gray-600\/35:focus{
  background-color: rgb(75 85 99 / 0.35);
}

.focus\:bg-gray-600\/40:focus{
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/45:focus{
  background-color: rgb(75 85 99 / 0.45);
}

.focus\:bg-gray-600\/5:focus{
  background-color: rgb(75 85 99 / 0.05);
}

.focus\:bg-gray-600\/50:focus{
  background-color: rgb(75 85 99 / 0.5);
}

.focus\:bg-gray-600\/55:focus{
  background-color: rgb(75 85 99 / 0.55);
}

.focus\:bg-gray-600\/60:focus{
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/65:focus{
  background-color: rgb(75 85 99 / 0.65);
}

.focus\:bg-gray-600\/70:focus{
  background-color: rgb(75 85 99 / 0.7);
}

.focus\:bg-gray-600\/75:focus{
  background-color: rgb(75 85 99 / 0.75);
}

.focus\:bg-gray-600\/80:focus{
  background-color: rgb(75 85 99 / 0.8);
}

.focus\:bg-gray-600\/85:focus{
  background-color: rgb(75 85 99 / 0.85);
}

.focus\:bg-gray-600\/90:focus{
  background-color: rgb(75 85 99 / 0.9);
}

.focus\:bg-gray-600\/95:focus{
  background-color: rgb(75 85 99 / 0.95);
}

.focus\:bg-gray-700:focus{
  background-color: #374151;
}

.focus\:bg-gray-700\/0:focus{
  background-color: rgb(55 65 81 / 0);
}

.focus\:bg-gray-700\/10:focus{
  background-color: rgb(55 65 81 / 0.1);
}

.focus\:bg-gray-700\/100:focus{
  background-color: rgb(55 65 81 / 1);
}

.focus\:bg-gray-700\/15:focus{
  background-color: rgb(55 65 81 / 0.15);
}

.focus\:bg-gray-700\/20:focus{
  background-color: rgb(55 65 81 / 0.2);
}

.focus\:bg-gray-700\/25:focus{
  background-color: rgb(55 65 81 / 0.25);
}

.focus\:bg-gray-700\/30:focus{
  background-color: rgb(55 65 81 / 0.3);
}

.focus\:bg-gray-700\/35:focus{
  background-color: rgb(55 65 81 / 0.35);
}

.focus\:bg-gray-700\/40:focus{
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/45:focus{
  background-color: rgb(55 65 81 / 0.45);
}

.focus\:bg-gray-700\/5:focus{
  background-color: rgb(55 65 81 / 0.05);
}

.focus\:bg-gray-700\/50:focus{
  background-color: rgb(55 65 81 / 0.5);
}

.focus\:bg-gray-700\/55:focus{
  background-color: rgb(55 65 81 / 0.55);
}

.focus\:bg-gray-700\/60:focus{
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/65:focus{
  background-color: rgb(55 65 81 / 0.65);
}

.focus\:bg-gray-700\/70:focus{
  background-color: rgb(55 65 81 / 0.7);
}

.focus\:bg-gray-700\/75:focus{
  background-color: rgb(55 65 81 / 0.75);
}

.focus\:bg-gray-700\/80:focus{
  background-color: rgb(55 65 81 / 0.8);
}

.focus\:bg-gray-700\/85:focus{
  background-color: rgb(55 65 81 / 0.85);
}

.focus\:bg-gray-700\/90:focus{
  background-color: rgb(55 65 81 / 0.9);
}

.focus\:bg-gray-700\/95:focus{
  background-color: rgb(55 65 81 / 0.95);
}

.focus\:bg-gray-800:focus{
  background-color: #1f2937;
}

.focus\:bg-gray-800\/0:focus{
  background-color: rgb(31 41 55 / 0);
}

.focus\:bg-gray-800\/10:focus{
  background-color: rgb(31 41 55 / 0.1);
}

.focus\:bg-gray-800\/100:focus{
  background-color: rgb(31 41 55 / 1);
}

.focus\:bg-gray-800\/15:focus{
  background-color: rgb(31 41 55 / 0.15);
}

.focus\:bg-gray-800\/20:focus{
  background-color: rgb(31 41 55 / 0.2);
}

.focus\:bg-gray-800\/25:focus{
  background-color: rgb(31 41 55 / 0.25);
}

.focus\:bg-gray-800\/30:focus{
  background-color: rgb(31 41 55 / 0.3);
}

.focus\:bg-gray-800\/35:focus{
  background-color: rgb(31 41 55 / 0.35);
}

.focus\:bg-gray-800\/40:focus{
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/45:focus{
  background-color: rgb(31 41 55 / 0.45);
}

.focus\:bg-gray-800\/5:focus{
  background-color: rgb(31 41 55 / 0.05);
}

.focus\:bg-gray-800\/50:focus{
  background-color: rgb(31 41 55 / 0.5);
}

.focus\:bg-gray-800\/55:focus{
  background-color: rgb(31 41 55 / 0.55);
}

.focus\:bg-gray-800\/60:focus{
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/65:focus{
  background-color: rgb(31 41 55 / 0.65);
}

.focus\:bg-gray-800\/70:focus{
  background-color: rgb(31 41 55 / 0.7);
}

.focus\:bg-gray-800\/75:focus{
  background-color: rgb(31 41 55 / 0.75);
}

.focus\:bg-gray-800\/80:focus{
  background-color: rgb(31 41 55 / 0.8);
}

.focus\:bg-gray-800\/85:focus{
  background-color: rgb(31 41 55 / 0.85);
}

.focus\:bg-gray-800\/90:focus{
  background-color: rgb(31 41 55 / 0.9);
}

.focus\:bg-gray-800\/95:focus{
  background-color: rgb(31 41 55 / 0.95);
}

.focus\:bg-gray-900:focus{
  background-color: #111827;
}

.focus\:bg-gray-900\/0:focus{
  background-color: rgb(17 24 39 / 0);
}

.focus\:bg-gray-900\/10:focus{
  background-color: rgb(17 24 39 / 0.1);
}

.focus\:bg-gray-900\/100:focus{
  background-color: rgb(17 24 39 / 1);
}

.focus\:bg-gray-900\/15:focus{
  background-color: rgb(17 24 39 / 0.15);
}

.focus\:bg-gray-900\/20:focus{
  background-color: rgb(17 24 39 / 0.2);
}

.focus\:bg-gray-900\/25:focus{
  background-color: rgb(17 24 39 / 0.25);
}

.focus\:bg-gray-900\/30:focus{
  background-color: rgb(17 24 39 / 0.3);
}

.focus\:bg-gray-900\/35:focus{
  background-color: rgb(17 24 39 / 0.35);
}

.focus\:bg-gray-900\/40:focus{
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/45:focus{
  background-color: rgb(17 24 39 / 0.45);
}

.focus\:bg-gray-900\/5:focus{
  background-color: rgb(17 24 39 / 0.05);
}

.focus\:bg-gray-900\/50:focus{
  background-color: rgb(17 24 39 / 0.5);
}

.focus\:bg-gray-900\/55:focus{
  background-color: rgb(17 24 39 / 0.55);
}

.focus\:bg-gray-900\/60:focus{
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/65:focus{
  background-color: rgb(17 24 39 / 0.65);
}

.focus\:bg-gray-900\/70:focus{
  background-color: rgb(17 24 39 / 0.7);
}

.focus\:bg-gray-900\/75:focus{
  background-color: rgb(17 24 39 / 0.75);
}

.focus\:bg-gray-900\/80:focus{
  background-color: rgb(17 24 39 / 0.8);
}

.focus\:bg-gray-900\/85:focus{
  background-color: rgb(17 24 39 / 0.85);
}

.focus\:bg-gray-900\/90:focus{
  background-color: rgb(17 24 39 / 0.9);
}

.focus\:bg-gray-900\/95:focus{
  background-color: rgb(17 24 39 / 0.95);
}

.focus\:bg-primary-100:focus{
  background-color: #3965AC;
}

.focus\:bg-primary-100\/0:focus{
  background-color: rgb(57 101 172 / 0);
}

.focus\:bg-primary-100\/10:focus{
  background-color: rgb(57 101 172 / 0.1);
}

.focus\:bg-primary-100\/100:focus{
  background-color: rgb(57 101 172 / 1);
}

.focus\:bg-primary-100\/15:focus{
  background-color: rgb(57 101 172 / 0.15);
}

.focus\:bg-primary-100\/20:focus{
  background-color: rgb(57 101 172 / 0.2);
}

.focus\:bg-primary-100\/25:focus{
  background-color: rgb(57 101 172 / 0.25);
}

.focus\:bg-primary-100\/30:focus{
  background-color: rgb(57 101 172 / 0.3);
}

.focus\:bg-primary-100\/35:focus{
  background-color: rgb(57 101 172 / 0.35);
}

.focus\:bg-primary-100\/40:focus{
  background-color: rgb(57 101 172 / 0.4);
}

.focus\:bg-primary-100\/45:focus{
  background-color: rgb(57 101 172 / 0.45);
}

.focus\:bg-primary-100\/5:focus{
  background-color: rgb(57 101 172 / 0.05);
}

.focus\:bg-primary-100\/50:focus{
  background-color: rgb(57 101 172 / 0.5);
}

.focus\:bg-primary-100\/55:focus{
  background-color: rgb(57 101 172 / 0.55);
}

.focus\:bg-primary-100\/60:focus{
  background-color: rgb(57 101 172 / 0.6);
}

.focus\:bg-primary-100\/65:focus{
  background-color: rgb(57 101 172 / 0.65);
}

.focus\:bg-primary-100\/70:focus{
  background-color: rgb(57 101 172 / 0.7);
}

.focus\:bg-primary-100\/75:focus{
  background-color: rgb(57 101 172 / 0.75);
}

.focus\:bg-primary-100\/80:focus{
  background-color: rgb(57 101 172 / 0.8);
}

.focus\:bg-primary-100\/85:focus{
  background-color: rgb(57 101 172 / 0.85);
}

.focus\:bg-primary-100\/90:focus{
  background-color: rgb(57 101 172 / 0.9);
}

.focus\:bg-primary-100\/95:focus{
  background-color: rgb(57 101 172 / 0.95);
}

.focus\:bg-primary-200:focus{
  background-color: #365FA1;
}

.focus\:bg-primary-200\/0:focus{
  background-color: rgb(54 95 161 / 0);
}

.focus\:bg-primary-200\/10:focus{
  background-color: rgb(54 95 161 / 0.1);
}

.focus\:bg-primary-200\/100:focus{
  background-color: rgb(54 95 161 / 1);
}

.focus\:bg-primary-200\/15:focus{
  background-color: rgb(54 95 161 / 0.15);
}

.focus\:bg-primary-200\/20:focus{
  background-color: rgb(54 95 161 / 0.2);
}

.focus\:bg-primary-200\/25:focus{
  background-color: rgb(54 95 161 / 0.25);
}

.focus\:bg-primary-200\/30:focus{
  background-color: rgb(54 95 161 / 0.3);
}

.focus\:bg-primary-200\/35:focus{
  background-color: rgb(54 95 161 / 0.35);
}

.focus\:bg-primary-200\/40:focus{
  background-color: rgb(54 95 161 / 0.4);
}

.focus\:bg-primary-200\/45:focus{
  background-color: rgb(54 95 161 / 0.45);
}

.focus\:bg-primary-200\/5:focus{
  background-color: rgb(54 95 161 / 0.05);
}

.focus\:bg-primary-200\/50:focus{
  background-color: rgb(54 95 161 / 0.5);
}

.focus\:bg-primary-200\/55:focus{
  background-color: rgb(54 95 161 / 0.55);
}

.focus\:bg-primary-200\/60:focus{
  background-color: rgb(54 95 161 / 0.6);
}

.focus\:bg-primary-200\/65:focus{
  background-color: rgb(54 95 161 / 0.65);
}

.focus\:bg-primary-200\/70:focus{
  background-color: rgb(54 95 161 / 0.7);
}

.focus\:bg-primary-200\/75:focus{
  background-color: rgb(54 95 161 / 0.75);
}

.focus\:bg-primary-200\/80:focus{
  background-color: rgb(54 95 161 / 0.8);
}

.focus\:bg-primary-200\/85:focus{
  background-color: rgb(54 95 161 / 0.85);
}

.focus\:bg-primary-200\/90:focus{
  background-color: rgb(54 95 161 / 0.9);
}

.focus\:bg-primary-200\/95:focus{
  background-color: rgb(54 95 161 / 0.95);
}

.focus\:bg-primary-300:focus{
  background-color: #325895;
}

.focus\:bg-primary-300\/0:focus{
  background-color: rgb(50 88 149 / 0);
}

.focus\:bg-primary-300\/10:focus{
  background-color: rgb(50 88 149 / 0.1);
}

.focus\:bg-primary-300\/100:focus{
  background-color: rgb(50 88 149 / 1);
}

.focus\:bg-primary-300\/15:focus{
  background-color: rgb(50 88 149 / 0.15);
}

.focus\:bg-primary-300\/20:focus{
  background-color: rgb(50 88 149 / 0.2);
}

.focus\:bg-primary-300\/25:focus{
  background-color: rgb(50 88 149 / 0.25);
}

.focus\:bg-primary-300\/30:focus{
  background-color: rgb(50 88 149 / 0.3);
}

.focus\:bg-primary-300\/35:focus{
  background-color: rgb(50 88 149 / 0.35);
}

.focus\:bg-primary-300\/40:focus{
  background-color: rgb(50 88 149 / 0.4);
}

.focus\:bg-primary-300\/45:focus{
  background-color: rgb(50 88 149 / 0.45);
}

.focus\:bg-primary-300\/5:focus{
  background-color: rgb(50 88 149 / 0.05);
}

.focus\:bg-primary-300\/50:focus{
  background-color: rgb(50 88 149 / 0.5);
}

.focus\:bg-primary-300\/55:focus{
  background-color: rgb(50 88 149 / 0.55);
}

.focus\:bg-primary-300\/60:focus{
  background-color: rgb(50 88 149 / 0.6);
}

.focus\:bg-primary-300\/65:focus{
  background-color: rgb(50 88 149 / 0.65);
}

.focus\:bg-primary-300\/70:focus{
  background-color: rgb(50 88 149 / 0.7);
}

.focus\:bg-primary-300\/75:focus{
  background-color: rgb(50 88 149 / 0.75);
}

.focus\:bg-primary-300\/80:focus{
  background-color: rgb(50 88 149 / 0.8);
}

.focus\:bg-primary-300\/85:focus{
  background-color: rgb(50 88 149 / 0.85);
}

.focus\:bg-primary-300\/90:focus{
  background-color: rgb(50 88 149 / 0.9);
}

.focus\:bg-primary-300\/95:focus{
  background-color: rgb(50 88 149 / 0.95);
}

.focus\:bg-primary-400:focus{
  background-color: #305691;
}

.focus\:bg-primary-400\/0:focus{
  background-color: rgb(48 86 145 / 0);
}

.focus\:bg-primary-400\/10:focus{
  background-color: rgb(48 86 145 / 0.1);
}

.focus\:bg-primary-400\/100:focus{
  background-color: rgb(48 86 145 / 1);
}

.focus\:bg-primary-400\/15:focus{
  background-color: rgb(48 86 145 / 0.15);
}

.focus\:bg-primary-400\/20:focus{
  background-color: rgb(48 86 145 / 0.2);
}

.focus\:bg-primary-400\/25:focus{
  background-color: rgb(48 86 145 / 0.25);
}

.focus\:bg-primary-400\/30:focus{
  background-color: rgb(48 86 145 / 0.3);
}

.focus\:bg-primary-400\/35:focus{
  background-color: rgb(48 86 145 / 0.35);
}

.focus\:bg-primary-400\/40:focus{
  background-color: rgb(48 86 145 / 0.4);
}

.focus\:bg-primary-400\/45:focus{
  background-color: rgb(48 86 145 / 0.45);
}

.focus\:bg-primary-400\/5:focus{
  background-color: rgb(48 86 145 / 0.05);
}

.focus\:bg-primary-400\/50:focus{
  background-color: rgb(48 86 145 / 0.5);
}

.focus\:bg-primary-400\/55:focus{
  background-color: rgb(48 86 145 / 0.55);
}

.focus\:bg-primary-400\/60:focus{
  background-color: rgb(48 86 145 / 0.6);
}

.focus\:bg-primary-400\/65:focus{
  background-color: rgb(48 86 145 / 0.65);
}

.focus\:bg-primary-400\/70:focus{
  background-color: rgb(48 86 145 / 0.7);
}

.focus\:bg-primary-400\/75:focus{
  background-color: rgb(48 86 145 / 0.75);
}

.focus\:bg-primary-400\/80:focus{
  background-color: rgb(48 86 145 / 0.8);
}

.focus\:bg-primary-400\/85:focus{
  background-color: rgb(48 86 145 / 0.85);
}

.focus\:bg-primary-400\/90:focus{
  background-color: rgb(48 86 145 / 0.9);
}

.focus\:bg-primary-400\/95:focus{
  background-color: rgb(48 86 145 / 0.95);
}

.focus\:bg-primary-500:focus{
  background-color: #2d4b79;
}

.focus\:bg-primary-500\/0:focus{
  background-color: rgb(45 75 121 / 0);
}

.focus\:bg-primary-500\/10:focus{
  background-color: rgb(45 75 121 / 0.1);
}

.focus\:bg-primary-500\/100:focus{
  background-color: rgb(45 75 121 / 1);
}

.focus\:bg-primary-500\/15:focus{
  background-color: rgb(45 75 121 / 0.15);
}

.focus\:bg-primary-500\/20:focus{
  background-color: rgb(45 75 121 / 0.2);
}

.focus\:bg-primary-500\/25:focus{
  background-color: rgb(45 75 121 / 0.25);
}

.focus\:bg-primary-500\/30:focus{
  background-color: rgb(45 75 121 / 0.3);
}

.focus\:bg-primary-500\/35:focus{
  background-color: rgb(45 75 121 / 0.35);
}

.focus\:bg-primary-500\/40:focus{
  background-color: rgb(45 75 121 / 0.4);
}

.focus\:bg-primary-500\/45:focus{
  background-color: rgb(45 75 121 / 0.45);
}

.focus\:bg-primary-500\/5:focus{
  background-color: rgb(45 75 121 / 0.05);
}

.focus\:bg-primary-500\/50:focus{
  background-color: rgb(45 75 121 / 0.5);
}

.focus\:bg-primary-500\/55:focus{
  background-color: rgb(45 75 121 / 0.55);
}

.focus\:bg-primary-500\/60:focus{
  background-color: rgb(45 75 121 / 0.6);
}

.focus\:bg-primary-500\/65:focus{
  background-color: rgb(45 75 121 / 0.65);
}

.focus\:bg-primary-500\/70:focus{
  background-color: rgb(45 75 121 / 0.7);
}

.focus\:bg-primary-500\/75:focus{
  background-color: rgb(45 75 121 / 0.75);
}

.focus\:bg-primary-500\/80:focus{
  background-color: rgb(45 75 121 / 0.8);
}

.focus\:bg-primary-500\/85:focus{
  background-color: rgb(45 75 121 / 0.85);
}

.focus\:bg-primary-500\/90:focus{
  background-color: rgb(45 75 121 / 0.9);
}

.focus\:bg-primary-500\/95:focus{
  background-color: rgb(45 75 121 / 0.95);
}

.focus\:bg-primary-600:focus{
  background-color: #264473;
}

.focus\:bg-primary-600\/0:focus{
  background-color: rgb(38 68 115 / 0);
}

.focus\:bg-primary-600\/10:focus{
  background-color: rgb(38 68 115 / 0.1);
}

.focus\:bg-primary-600\/100:focus{
  background-color: rgb(38 68 115 / 1);
}

.focus\:bg-primary-600\/15:focus{
  background-color: rgb(38 68 115 / 0.15);
}

.focus\:bg-primary-600\/20:focus{
  background-color: rgb(38 68 115 / 0.2);
}

.focus\:bg-primary-600\/25:focus{
  background-color: rgb(38 68 115 / 0.25);
}

.focus\:bg-primary-600\/30:focus{
  background-color: rgb(38 68 115 / 0.3);
}

.focus\:bg-primary-600\/35:focus{
  background-color: rgb(38 68 115 / 0.35);
}

.focus\:bg-primary-600\/40:focus{
  background-color: rgb(38 68 115 / 0.4);
}

.focus\:bg-primary-600\/45:focus{
  background-color: rgb(38 68 115 / 0.45);
}

.focus\:bg-primary-600\/5:focus{
  background-color: rgb(38 68 115 / 0.05);
}

.focus\:bg-primary-600\/50:focus{
  background-color: rgb(38 68 115 / 0.5);
}

.focus\:bg-primary-600\/55:focus{
  background-color: rgb(38 68 115 / 0.55);
}

.focus\:bg-primary-600\/60:focus{
  background-color: rgb(38 68 115 / 0.6);
}

.focus\:bg-primary-600\/65:focus{
  background-color: rgb(38 68 115 / 0.65);
}

.focus\:bg-primary-600\/70:focus{
  background-color: rgb(38 68 115 / 0.7);
}

.focus\:bg-primary-600\/75:focus{
  background-color: rgb(38 68 115 / 0.75);
}

.focus\:bg-primary-600\/80:focus{
  background-color: rgb(38 68 115 / 0.8);
}

.focus\:bg-primary-600\/85:focus{
  background-color: rgb(38 68 115 / 0.85);
}

.focus\:bg-primary-600\/90:focus{
  background-color: rgb(38 68 115 / 0.9);
}

.focus\:bg-primary-600\/95:focus{
  background-color: rgb(38 68 115 / 0.95);
}

.focus\:bg-primary-700:focus{
  background-color: #233e68;
}

.focus\:bg-primary-700\/0:focus{
  background-color: rgb(35 62 104 / 0);
}

.focus\:bg-primary-700\/10:focus{
  background-color: rgb(35 62 104 / 0.1);
}

.focus\:bg-primary-700\/100:focus{
  background-color: rgb(35 62 104 / 1);
}

.focus\:bg-primary-700\/15:focus{
  background-color: rgb(35 62 104 / 0.15);
}

.focus\:bg-primary-700\/20:focus{
  background-color: rgb(35 62 104 / 0.2);
}

.focus\:bg-primary-700\/25:focus{
  background-color: rgb(35 62 104 / 0.25);
}

.focus\:bg-primary-700\/30:focus{
  background-color: rgb(35 62 104 / 0.3);
}

.focus\:bg-primary-700\/35:focus{
  background-color: rgb(35 62 104 / 0.35);
}

.focus\:bg-primary-700\/40:focus{
  background-color: rgb(35 62 104 / 0.4);
}

.focus\:bg-primary-700\/45:focus{
  background-color: rgb(35 62 104 / 0.45);
}

.focus\:bg-primary-700\/5:focus{
  background-color: rgb(35 62 104 / 0.05);
}

.focus\:bg-primary-700\/50:focus{
  background-color: rgb(35 62 104 / 0.5);
}

.focus\:bg-primary-700\/55:focus{
  background-color: rgb(35 62 104 / 0.55);
}

.focus\:bg-primary-700\/60:focus{
  background-color: rgb(35 62 104 / 0.6);
}

.focus\:bg-primary-700\/65:focus{
  background-color: rgb(35 62 104 / 0.65);
}

.focus\:bg-primary-700\/70:focus{
  background-color: rgb(35 62 104 / 0.7);
}

.focus\:bg-primary-700\/75:focus{
  background-color: rgb(35 62 104 / 0.75);
}

.focus\:bg-primary-700\/80:focus{
  background-color: rgb(35 62 104 / 0.8);
}

.focus\:bg-primary-700\/85:focus{
  background-color: rgb(35 62 104 / 0.85);
}

.focus\:bg-primary-700\/90:focus{
  background-color: rgb(35 62 104 / 0.9);
}

.focus\:bg-primary-700\/95:focus{
  background-color: rgb(35 62 104 / 0.95);
}

.focus\:bg-primary-800:focus{
  background-color: #1f375c;
}

.focus\:bg-primary-800\/0:focus{
  background-color: rgb(31 55 92 / 0);
}

.focus\:bg-primary-800\/10:focus{
  background-color: rgb(31 55 92 / 0.1);
}

.focus\:bg-primary-800\/100:focus{
  background-color: rgb(31 55 92 / 1);
}

.focus\:bg-primary-800\/15:focus{
  background-color: rgb(31 55 92 / 0.15);
}

.focus\:bg-primary-800\/20:focus{
  background-color: rgb(31 55 92 / 0.2);
}

.focus\:bg-primary-800\/25:focus{
  background-color: rgb(31 55 92 / 0.25);
}

.focus\:bg-primary-800\/30:focus{
  background-color: rgb(31 55 92 / 0.3);
}

.focus\:bg-primary-800\/35:focus{
  background-color: rgb(31 55 92 / 0.35);
}

.focus\:bg-primary-800\/40:focus{
  background-color: rgb(31 55 92 / 0.4);
}

.focus\:bg-primary-800\/45:focus{
  background-color: rgb(31 55 92 / 0.45);
}

.focus\:bg-primary-800\/5:focus{
  background-color: rgb(31 55 92 / 0.05);
}

.focus\:bg-primary-800\/50:focus{
  background-color: rgb(31 55 92 / 0.5);
}

.focus\:bg-primary-800\/55:focus{
  background-color: rgb(31 55 92 / 0.55);
}

.focus\:bg-primary-800\/60:focus{
  background-color: rgb(31 55 92 / 0.6);
}

.focus\:bg-primary-800\/65:focus{
  background-color: rgb(31 55 92 / 0.65);
}

.focus\:bg-primary-800\/70:focus{
  background-color: rgb(31 55 92 / 0.7);
}

.focus\:bg-primary-800\/75:focus{
  background-color: rgb(31 55 92 / 0.75);
}

.focus\:bg-primary-800\/80:focus{
  background-color: rgb(31 55 92 / 0.8);
}

.focus\:bg-primary-800\/85:focus{
  background-color: rgb(31 55 92 / 0.85);
}

.focus\:bg-primary-800\/90:focus{
  background-color: rgb(31 55 92 / 0.9);
}

.focus\:bg-primary-800\/95:focus{
  background-color: rgb(31 55 92 / 0.95);
}

.focus\:bg-primary-900:focus{
  background-color: #1b3051;
}

.focus\:bg-primary-900\/0:focus{
  background-color: rgb(27 48 81 / 0);
}

.focus\:bg-primary-900\/10:focus{
  background-color: rgb(27 48 81 / 0.1);
}

.focus\:bg-primary-900\/100:focus{
  background-color: rgb(27 48 81 / 1);
}

.focus\:bg-primary-900\/15:focus{
  background-color: rgb(27 48 81 / 0.15);
}

.focus\:bg-primary-900\/20:focus{
  background-color: rgb(27 48 81 / 0.2);
}

.focus\:bg-primary-900\/25:focus{
  background-color: rgb(27 48 81 / 0.25);
}

.focus\:bg-primary-900\/30:focus{
  background-color: rgb(27 48 81 / 0.3);
}

.focus\:bg-primary-900\/35:focus{
  background-color: rgb(27 48 81 / 0.35);
}

.focus\:bg-primary-900\/40:focus{
  background-color: rgb(27 48 81 / 0.4);
}

.focus\:bg-primary-900\/45:focus{
  background-color: rgb(27 48 81 / 0.45);
}

.focus\:bg-primary-900\/5:focus{
  background-color: rgb(27 48 81 / 0.05);
}

.focus\:bg-primary-900\/50:focus{
  background-color: rgb(27 48 81 / 0.5);
}

.focus\:bg-primary-900\/55:focus{
  background-color: rgb(27 48 81 / 0.55);
}

.focus\:bg-primary-900\/60:focus{
  background-color: rgb(27 48 81 / 0.6);
}

.focus\:bg-primary-900\/65:focus{
  background-color: rgb(27 48 81 / 0.65);
}

.focus\:bg-primary-900\/70:focus{
  background-color: rgb(27 48 81 / 0.7);
}

.focus\:bg-primary-900\/75:focus{
  background-color: rgb(27 48 81 / 0.75);
}

.focus\:bg-primary-900\/80:focus{
  background-color: rgb(27 48 81 / 0.8);
}

.focus\:bg-primary-900\/85:focus{
  background-color: rgb(27 48 81 / 0.85);
}

.focus\:bg-primary-900\/90:focus{
  background-color: rgb(27 48 81 / 0.9);
}

.focus\:bg-primary-900\/95:focus{
  background-color: rgb(27 48 81 / 0.95);
}

.focus\:bg-secondary-100:focus{
  background-color: #DAE5E7;
}

.focus\:bg-secondary-100\/0:focus{
  background-color: rgb(218 229 231 / 0);
}

.focus\:bg-secondary-100\/10:focus{
  background-color: rgb(218 229 231 / 0.1);
}

.focus\:bg-secondary-100\/100:focus{
  background-color: rgb(218 229 231 / 1);
}

.focus\:bg-secondary-100\/15:focus{
  background-color: rgb(218 229 231 / 0.15);
}

.focus\:bg-secondary-100\/20:focus{
  background-color: rgb(218 229 231 / 0.2);
}

.focus\:bg-secondary-100\/25:focus{
  background-color: rgb(218 229 231 / 0.25);
}

.focus\:bg-secondary-100\/30:focus{
  background-color: rgb(218 229 231 / 0.3);
}

.focus\:bg-secondary-100\/35:focus{
  background-color: rgb(218 229 231 / 0.35);
}

.focus\:bg-secondary-100\/40:focus{
  background-color: rgb(218 229 231 / 0.4);
}

.focus\:bg-secondary-100\/45:focus{
  background-color: rgb(218 229 231 / 0.45);
}

.focus\:bg-secondary-100\/5:focus{
  background-color: rgb(218 229 231 / 0.05);
}

.focus\:bg-secondary-100\/50:focus{
  background-color: rgb(218 229 231 / 0.5);
}

.focus\:bg-secondary-100\/55:focus{
  background-color: rgb(218 229 231 / 0.55);
}

.focus\:bg-secondary-100\/60:focus{
  background-color: rgb(218 229 231 / 0.6);
}

.focus\:bg-secondary-100\/65:focus{
  background-color: rgb(218 229 231 / 0.65);
}

.focus\:bg-secondary-100\/70:focus{
  background-color: rgb(218 229 231 / 0.7);
}

.focus\:bg-secondary-100\/75:focus{
  background-color: rgb(218 229 231 / 0.75);
}

.focus\:bg-secondary-100\/80:focus{
  background-color: rgb(218 229 231 / 0.8);
}

.focus\:bg-secondary-100\/85:focus{
  background-color: rgb(218 229 231 / 0.85);
}

.focus\:bg-secondary-100\/90:focus{
  background-color: rgb(218 229 231 / 0.9);
}

.focus\:bg-secondary-100\/95:focus{
  background-color: rgb(218 229 231 / 0.95);
}

.focus\:bg-secondary-200:focus{
  background-color: #C4D6D9;
}

.focus\:bg-secondary-200\/0:focus{
  background-color: rgb(196 214 217 / 0);
}

.focus\:bg-secondary-200\/10:focus{
  background-color: rgb(196 214 217 / 0.1);
}

.focus\:bg-secondary-200\/100:focus{
  background-color: rgb(196 214 217 / 1);
}

.focus\:bg-secondary-200\/15:focus{
  background-color: rgb(196 214 217 / 0.15);
}

.focus\:bg-secondary-200\/20:focus{
  background-color: rgb(196 214 217 / 0.2);
}

.focus\:bg-secondary-200\/25:focus{
  background-color: rgb(196 214 217 / 0.25);
}

.focus\:bg-secondary-200\/30:focus{
  background-color: rgb(196 214 217 / 0.3);
}

.focus\:bg-secondary-200\/35:focus{
  background-color: rgb(196 214 217 / 0.35);
}

.focus\:bg-secondary-200\/40:focus{
  background-color: rgb(196 214 217 / 0.4);
}

.focus\:bg-secondary-200\/45:focus{
  background-color: rgb(196 214 217 / 0.45);
}

.focus\:bg-secondary-200\/5:focus{
  background-color: rgb(196 214 217 / 0.05);
}

.focus\:bg-secondary-200\/50:focus{
  background-color: rgb(196 214 217 / 0.5);
}

.focus\:bg-secondary-200\/55:focus{
  background-color: rgb(196 214 217 / 0.55);
}

.focus\:bg-secondary-200\/60:focus{
  background-color: rgb(196 214 217 / 0.6);
}

.focus\:bg-secondary-200\/65:focus{
  background-color: rgb(196 214 217 / 0.65);
}

.focus\:bg-secondary-200\/70:focus{
  background-color: rgb(196 214 217 / 0.7);
}

.focus\:bg-secondary-200\/75:focus{
  background-color: rgb(196 214 217 / 0.75);
}

.focus\:bg-secondary-200\/80:focus{
  background-color: rgb(196 214 217 / 0.8);
}

.focus\:bg-secondary-200\/85:focus{
  background-color: rgb(196 214 217 / 0.85);
}

.focus\:bg-secondary-200\/90:focus{
  background-color: rgb(196 214 217 / 0.9);
}

.focus\:bg-secondary-200\/95:focus{
  background-color: rgb(196 214 217 / 0.95);
}

.focus\:bg-secondary-300:focus{
  background-color: #AEC7CC;
}

.focus\:bg-secondary-300\/0:focus{
  background-color: rgb(174 199 204 / 0);
}

.focus\:bg-secondary-300\/10:focus{
  background-color: rgb(174 199 204 / 0.1);
}

.focus\:bg-secondary-300\/100:focus{
  background-color: rgb(174 199 204 / 1);
}

.focus\:bg-secondary-300\/15:focus{
  background-color: rgb(174 199 204 / 0.15);
}

.focus\:bg-secondary-300\/20:focus{
  background-color: rgb(174 199 204 / 0.2);
}

.focus\:bg-secondary-300\/25:focus{
  background-color: rgb(174 199 204 / 0.25);
}

.focus\:bg-secondary-300\/30:focus{
  background-color: rgb(174 199 204 / 0.3);
}

.focus\:bg-secondary-300\/35:focus{
  background-color: rgb(174 199 204 / 0.35);
}

.focus\:bg-secondary-300\/40:focus{
  background-color: rgb(174 199 204 / 0.4);
}

.focus\:bg-secondary-300\/45:focus{
  background-color: rgb(174 199 204 / 0.45);
}

.focus\:bg-secondary-300\/5:focus{
  background-color: rgb(174 199 204 / 0.05);
}

.focus\:bg-secondary-300\/50:focus{
  background-color: rgb(174 199 204 / 0.5);
}

.focus\:bg-secondary-300\/55:focus{
  background-color: rgb(174 199 204 / 0.55);
}

.focus\:bg-secondary-300\/60:focus{
  background-color: rgb(174 199 204 / 0.6);
}

.focus\:bg-secondary-300\/65:focus{
  background-color: rgb(174 199 204 / 0.65);
}

.focus\:bg-secondary-300\/70:focus{
  background-color: rgb(174 199 204 / 0.7);
}

.focus\:bg-secondary-300\/75:focus{
  background-color: rgb(174 199 204 / 0.75);
}

.focus\:bg-secondary-300\/80:focus{
  background-color: rgb(174 199 204 / 0.8);
}

.focus\:bg-secondary-300\/85:focus{
  background-color: rgb(174 199 204 / 0.85);
}

.focus\:bg-secondary-300\/90:focus{
  background-color: rgb(174 199 204 / 0.9);
}

.focus\:bg-secondary-300\/95:focus{
  background-color: rgb(174 199 204 / 0.95);
}

.focus\:bg-secondary-400:focus{
  background-color: #98B8BE;
}

.focus\:bg-secondary-400\/0:focus{
  background-color: rgb(152 184 190 / 0);
}

.focus\:bg-secondary-400\/10:focus{
  background-color: rgb(152 184 190 / 0.1);
}

.focus\:bg-secondary-400\/100:focus{
  background-color: rgb(152 184 190 / 1);
}

.focus\:bg-secondary-400\/15:focus{
  background-color: rgb(152 184 190 / 0.15);
}

.focus\:bg-secondary-400\/20:focus{
  background-color: rgb(152 184 190 / 0.2);
}

.focus\:bg-secondary-400\/25:focus{
  background-color: rgb(152 184 190 / 0.25);
}

.focus\:bg-secondary-400\/30:focus{
  background-color: rgb(152 184 190 / 0.3);
}

.focus\:bg-secondary-400\/35:focus{
  background-color: rgb(152 184 190 / 0.35);
}

.focus\:bg-secondary-400\/40:focus{
  background-color: rgb(152 184 190 / 0.4);
}

.focus\:bg-secondary-400\/45:focus{
  background-color: rgb(152 184 190 / 0.45);
}

.focus\:bg-secondary-400\/5:focus{
  background-color: rgb(152 184 190 / 0.05);
}

.focus\:bg-secondary-400\/50:focus{
  background-color: rgb(152 184 190 / 0.5);
}

.focus\:bg-secondary-400\/55:focus{
  background-color: rgb(152 184 190 / 0.55);
}

.focus\:bg-secondary-400\/60:focus{
  background-color: rgb(152 184 190 / 0.6);
}

.focus\:bg-secondary-400\/65:focus{
  background-color: rgb(152 184 190 / 0.65);
}

.focus\:bg-secondary-400\/70:focus{
  background-color: rgb(152 184 190 / 0.7);
}

.focus\:bg-secondary-400\/75:focus{
  background-color: rgb(152 184 190 / 0.75);
}

.focus\:bg-secondary-400\/80:focus{
  background-color: rgb(152 184 190 / 0.8);
}

.focus\:bg-secondary-400\/85:focus{
  background-color: rgb(152 184 190 / 0.85);
}

.focus\:bg-secondary-400\/90:focus{
  background-color: rgb(152 184 190 / 0.9);
}

.focus\:bg-secondary-400\/95:focus{
  background-color: rgb(152 184 190 / 0.95);
}

.focus\:bg-secondary-500:focus{
  background-color: #82A9B0;
}

.focus\:bg-secondary-500\/0:focus{
  background-color: rgb(130 169 176 / 0);
}

.focus\:bg-secondary-500\/10:focus{
  background-color: rgb(130 169 176 / 0.1);
}

.focus\:bg-secondary-500\/100:focus{
  background-color: rgb(130 169 176 / 1);
}

.focus\:bg-secondary-500\/15:focus{
  background-color: rgb(130 169 176 / 0.15);
}

.focus\:bg-secondary-500\/20:focus{
  background-color: rgb(130 169 176 / 0.2);
}

.focus\:bg-secondary-500\/25:focus{
  background-color: rgb(130 169 176 / 0.25);
}

.focus\:bg-secondary-500\/30:focus{
  background-color: rgb(130 169 176 / 0.3);
}

.focus\:bg-secondary-500\/35:focus{
  background-color: rgb(130 169 176 / 0.35);
}

.focus\:bg-secondary-500\/40:focus{
  background-color: rgb(130 169 176 / 0.4);
}

.focus\:bg-secondary-500\/45:focus{
  background-color: rgb(130 169 176 / 0.45);
}

.focus\:bg-secondary-500\/5:focus{
  background-color: rgb(130 169 176 / 0.05);
}

.focus\:bg-secondary-500\/50:focus{
  background-color: rgb(130 169 176 / 0.5);
}

.focus\:bg-secondary-500\/55:focus{
  background-color: rgb(130 169 176 / 0.55);
}

.focus\:bg-secondary-500\/60:focus{
  background-color: rgb(130 169 176 / 0.6);
}

.focus\:bg-secondary-500\/65:focus{
  background-color: rgb(130 169 176 / 0.65);
}

.focus\:bg-secondary-500\/70:focus{
  background-color: rgb(130 169 176 / 0.7);
}

.focus\:bg-secondary-500\/75:focus{
  background-color: rgb(130 169 176 / 0.75);
}

.focus\:bg-secondary-500\/80:focus{
  background-color: rgb(130 169 176 / 0.8);
}

.focus\:bg-secondary-500\/85:focus{
  background-color: rgb(130 169 176 / 0.85);
}

.focus\:bg-secondary-500\/90:focus{
  background-color: rgb(130 169 176 / 0.9);
}

.focus\:bg-secondary-500\/95:focus{
  background-color: rgb(130 169 176 / 0.95);
}

.focus\:bg-secondary-600:focus{
  background-color: #66969E;
}

.focus\:bg-secondary-600\/0:focus{
  background-color: rgb(102 150 158 / 0);
}

.focus\:bg-secondary-600\/10:focus{
  background-color: rgb(102 150 158 / 0.1);
}

.focus\:bg-secondary-600\/100:focus{
  background-color: rgb(102 150 158 / 1);
}

.focus\:bg-secondary-600\/15:focus{
  background-color: rgb(102 150 158 / 0.15);
}

.focus\:bg-secondary-600\/20:focus{
  background-color: rgb(102 150 158 / 0.2);
}

.focus\:bg-secondary-600\/25:focus{
  background-color: rgb(102 150 158 / 0.25);
}

.focus\:bg-secondary-600\/30:focus{
  background-color: rgb(102 150 158 / 0.3);
}

.focus\:bg-secondary-600\/35:focus{
  background-color: rgb(102 150 158 / 0.35);
}

.focus\:bg-secondary-600\/40:focus{
  background-color: rgb(102 150 158 / 0.4);
}

.focus\:bg-secondary-600\/45:focus{
  background-color: rgb(102 150 158 / 0.45);
}

.focus\:bg-secondary-600\/5:focus{
  background-color: rgb(102 150 158 / 0.05);
}

.focus\:bg-secondary-600\/50:focus{
  background-color: rgb(102 150 158 / 0.5);
}

.focus\:bg-secondary-600\/55:focus{
  background-color: rgb(102 150 158 / 0.55);
}

.focus\:bg-secondary-600\/60:focus{
  background-color: rgb(102 150 158 / 0.6);
}

.focus\:bg-secondary-600\/65:focus{
  background-color: rgb(102 150 158 / 0.65);
}

.focus\:bg-secondary-600\/70:focus{
  background-color: rgb(102 150 158 / 0.7);
}

.focus\:bg-secondary-600\/75:focus{
  background-color: rgb(102 150 158 / 0.75);
}

.focus\:bg-secondary-600\/80:focus{
  background-color: rgb(102 150 158 / 0.8);
}

.focus\:bg-secondary-600\/85:focus{
  background-color: rgb(102 150 158 / 0.85);
}

.focus\:bg-secondary-600\/90:focus{
  background-color: rgb(102 150 158 / 0.9);
}

.focus\:bg-secondary-600\/95:focus{
  background-color: rgb(102 150 158 / 0.95);
}

.focus\:bg-secondary-700:focus{
  background-color: #537C83;
}

.focus\:bg-secondary-700\/0:focus{
  background-color: rgb(83 124 131 / 0);
}

.focus\:bg-secondary-700\/10:focus{
  background-color: rgb(83 124 131 / 0.1);
}

.focus\:bg-secondary-700\/100:focus{
  background-color: rgb(83 124 131 / 1);
}

.focus\:bg-secondary-700\/15:focus{
  background-color: rgb(83 124 131 / 0.15);
}

.focus\:bg-secondary-700\/20:focus{
  background-color: rgb(83 124 131 / 0.2);
}

.focus\:bg-secondary-700\/25:focus{
  background-color: rgb(83 124 131 / 0.25);
}

.focus\:bg-secondary-700\/30:focus{
  background-color: rgb(83 124 131 / 0.3);
}

.focus\:bg-secondary-700\/35:focus{
  background-color: rgb(83 124 131 / 0.35);
}

.focus\:bg-secondary-700\/40:focus{
  background-color: rgb(83 124 131 / 0.4);
}

.focus\:bg-secondary-700\/45:focus{
  background-color: rgb(83 124 131 / 0.45);
}

.focus\:bg-secondary-700\/5:focus{
  background-color: rgb(83 124 131 / 0.05);
}

.focus\:bg-secondary-700\/50:focus{
  background-color: rgb(83 124 131 / 0.5);
}

.focus\:bg-secondary-700\/55:focus{
  background-color: rgb(83 124 131 / 0.55);
}

.focus\:bg-secondary-700\/60:focus{
  background-color: rgb(83 124 131 / 0.6);
}

.focus\:bg-secondary-700\/65:focus{
  background-color: rgb(83 124 131 / 0.65);
}

.focus\:bg-secondary-700\/70:focus{
  background-color: rgb(83 124 131 / 0.7);
}

.focus\:bg-secondary-700\/75:focus{
  background-color: rgb(83 124 131 / 0.75);
}

.focus\:bg-secondary-700\/80:focus{
  background-color: rgb(83 124 131 / 0.8);
}

.focus\:bg-secondary-700\/85:focus{
  background-color: rgb(83 124 131 / 0.85);
}

.focus\:bg-secondary-700\/90:focus{
  background-color: rgb(83 124 131 / 0.9);
}

.focus\:bg-secondary-700\/95:focus{
  background-color: rgb(83 124 131 / 0.95);
}

.focus\:bg-secondary-800:focus{
  background-color: #416167;
}

.focus\:bg-secondary-800\/0:focus{
  background-color: rgb(65 97 103 / 0);
}

.focus\:bg-secondary-800\/10:focus{
  background-color: rgb(65 97 103 / 0.1);
}

.focus\:bg-secondary-800\/100:focus{
  background-color: rgb(65 97 103 / 1);
}

.focus\:bg-secondary-800\/15:focus{
  background-color: rgb(65 97 103 / 0.15);
}

.focus\:bg-secondary-800\/20:focus{
  background-color: rgb(65 97 103 / 0.2);
}

.focus\:bg-secondary-800\/25:focus{
  background-color: rgb(65 97 103 / 0.25);
}

.focus\:bg-secondary-800\/30:focus{
  background-color: rgb(65 97 103 / 0.3);
}

.focus\:bg-secondary-800\/35:focus{
  background-color: rgb(65 97 103 / 0.35);
}

.focus\:bg-secondary-800\/40:focus{
  background-color: rgb(65 97 103 / 0.4);
}

.focus\:bg-secondary-800\/45:focus{
  background-color: rgb(65 97 103 / 0.45);
}

.focus\:bg-secondary-800\/5:focus{
  background-color: rgb(65 97 103 / 0.05);
}

.focus\:bg-secondary-800\/50:focus{
  background-color: rgb(65 97 103 / 0.5);
}

.focus\:bg-secondary-800\/55:focus{
  background-color: rgb(65 97 103 / 0.55);
}

.focus\:bg-secondary-800\/60:focus{
  background-color: rgb(65 97 103 / 0.6);
}

.focus\:bg-secondary-800\/65:focus{
  background-color: rgb(65 97 103 / 0.65);
}

.focus\:bg-secondary-800\/70:focus{
  background-color: rgb(65 97 103 / 0.7);
}

.focus\:bg-secondary-800\/75:focus{
  background-color: rgb(65 97 103 / 0.75);
}

.focus\:bg-secondary-800\/80:focus{
  background-color: rgb(65 97 103 / 0.8);
}

.focus\:bg-secondary-800\/85:focus{
  background-color: rgb(65 97 103 / 0.85);
}

.focus\:bg-secondary-800\/90:focus{
  background-color: rgb(65 97 103 / 0.9);
}

.focus\:bg-secondary-800\/95:focus{
  background-color: rgb(65 97 103 / 0.95);
}

.focus\:bg-secondary-900:focus{
  background-color: #2F474B;
}

.focus\:bg-secondary-900\/0:focus{
  background-color: rgb(47 71 75 / 0);
}

.focus\:bg-secondary-900\/10:focus{
  background-color: rgb(47 71 75 / 0.1);
}

.focus\:bg-secondary-900\/100:focus{
  background-color: rgb(47 71 75 / 1);
}

.focus\:bg-secondary-900\/15:focus{
  background-color: rgb(47 71 75 / 0.15);
}

.focus\:bg-secondary-900\/20:focus{
  background-color: rgb(47 71 75 / 0.2);
}

.focus\:bg-secondary-900\/25:focus{
  background-color: rgb(47 71 75 / 0.25);
}

.focus\:bg-secondary-900\/30:focus{
  background-color: rgb(47 71 75 / 0.3);
}

.focus\:bg-secondary-900\/35:focus{
  background-color: rgb(47 71 75 / 0.35);
}

.focus\:bg-secondary-900\/40:focus{
  background-color: rgb(47 71 75 / 0.4);
}

.focus\:bg-secondary-900\/45:focus{
  background-color: rgb(47 71 75 / 0.45);
}

.focus\:bg-secondary-900\/5:focus{
  background-color: rgb(47 71 75 / 0.05);
}

.focus\:bg-secondary-900\/50:focus{
  background-color: rgb(47 71 75 / 0.5);
}

.focus\:bg-secondary-900\/55:focus{
  background-color: rgb(47 71 75 / 0.55);
}

.focus\:bg-secondary-900\/60:focus{
  background-color: rgb(47 71 75 / 0.6);
}

.focus\:bg-secondary-900\/65:focus{
  background-color: rgb(47 71 75 / 0.65);
}

.focus\:bg-secondary-900\/70:focus{
  background-color: rgb(47 71 75 / 0.7);
}

.focus\:bg-secondary-900\/75:focus{
  background-color: rgb(47 71 75 / 0.75);
}

.focus\:bg-secondary-900\/80:focus{
  background-color: rgb(47 71 75 / 0.8);
}

.focus\:bg-secondary-900\/85:focus{
  background-color: rgb(47 71 75 / 0.85);
}

.focus\:bg-secondary-900\/90:focus{
  background-color: rgb(47 71 75 / 0.9);
}

.focus\:bg-secondary-900\/95:focus{
  background-color: rgb(47 71 75 / 0.95);
}

.focus\:text-accent-100:focus{
  color: #fceae9;
}

.focus\:text-accent-100\/0:focus{
  color: rgb(252 234 233 / 0);
}

.focus\:text-accent-100\/10:focus{
  color: rgb(252 234 233 / 0.1);
}

.focus\:text-accent-100\/100:focus{
  color: rgb(252 234 233 / 1);
}

.focus\:text-accent-100\/15:focus{
  color: rgb(252 234 233 / 0.15);
}

.focus\:text-accent-100\/20:focus{
  color: rgb(252 234 233 / 0.2);
}

.focus\:text-accent-100\/25:focus{
  color: rgb(252 234 233 / 0.25);
}

.focus\:text-accent-100\/30:focus{
  color: rgb(252 234 233 / 0.3);
}

.focus\:text-accent-100\/35:focus{
  color: rgb(252 234 233 / 0.35);
}

.focus\:text-accent-100\/40:focus{
  color: rgb(252 234 233 / 0.4);
}

.focus\:text-accent-100\/45:focus{
  color: rgb(252 234 233 / 0.45);
}

.focus\:text-accent-100\/5:focus{
  color: rgb(252 234 233 / 0.05);
}

.focus\:text-accent-100\/50:focus{
  color: rgb(252 234 233 / 0.5);
}

.focus\:text-accent-100\/55:focus{
  color: rgb(252 234 233 / 0.55);
}

.focus\:text-accent-100\/60:focus{
  color: rgb(252 234 233 / 0.6);
}

.focus\:text-accent-100\/65:focus{
  color: rgb(252 234 233 / 0.65);
}

.focus\:text-accent-100\/70:focus{
  color: rgb(252 234 233 / 0.7);
}

.focus\:text-accent-100\/75:focus{
  color: rgb(252 234 233 / 0.75);
}

.focus\:text-accent-100\/80:focus{
  color: rgb(252 234 233 / 0.8);
}

.focus\:text-accent-100\/85:focus{
  color: rgb(252 234 233 / 0.85);
}

.focus\:text-accent-100\/90:focus{
  color: rgb(252 234 233 / 0.9);
}

.focus\:text-accent-100\/95:focus{
  color: rgb(252 234 233 / 0.95);
}

.focus\:text-accent-200:focus{
  color: #f9d4d2;
}

.focus\:text-accent-200\/0:focus{
  color: rgb(249 212 210 / 0);
}

.focus\:text-accent-200\/10:focus{
  color: rgb(249 212 210 / 0.1);
}

.focus\:text-accent-200\/100:focus{
  color: rgb(249 212 210 / 1);
}

.focus\:text-accent-200\/15:focus{
  color: rgb(249 212 210 / 0.15);
}

.focus\:text-accent-200\/20:focus{
  color: rgb(249 212 210 / 0.2);
}

.focus\:text-accent-200\/25:focus{
  color: rgb(249 212 210 / 0.25);
}

.focus\:text-accent-200\/30:focus{
  color: rgb(249 212 210 / 0.3);
}

.focus\:text-accent-200\/35:focus{
  color: rgb(249 212 210 / 0.35);
}

.focus\:text-accent-200\/40:focus{
  color: rgb(249 212 210 / 0.4);
}

.focus\:text-accent-200\/45:focus{
  color: rgb(249 212 210 / 0.45);
}

.focus\:text-accent-200\/5:focus{
  color: rgb(249 212 210 / 0.05);
}

.focus\:text-accent-200\/50:focus{
  color: rgb(249 212 210 / 0.5);
}

.focus\:text-accent-200\/55:focus{
  color: rgb(249 212 210 / 0.55);
}

.focus\:text-accent-200\/60:focus{
  color: rgb(249 212 210 / 0.6);
}

.focus\:text-accent-200\/65:focus{
  color: rgb(249 212 210 / 0.65);
}

.focus\:text-accent-200\/70:focus{
  color: rgb(249 212 210 / 0.7);
}

.focus\:text-accent-200\/75:focus{
  color: rgb(249 212 210 / 0.75);
}

.focus\:text-accent-200\/80:focus{
  color: rgb(249 212 210 / 0.8);
}

.focus\:text-accent-200\/85:focus{
  color: rgb(249 212 210 / 0.85);
}

.focus\:text-accent-200\/90:focus{
  color: rgb(249 212 210 / 0.9);
}

.focus\:text-accent-200\/95:focus{
  color: rgb(249 212 210 / 0.95);
}

.focus\:text-accent-300:focus{
  color: #f4b5b3;
}

.focus\:text-accent-300\/0:focus{
  color: rgb(244 181 179 / 0);
}

.focus\:text-accent-300\/10:focus{
  color: rgb(244 181 179 / 0.1);
}

.focus\:text-accent-300\/100:focus{
  color: rgb(244 181 179 / 1);
}

.focus\:text-accent-300\/15:focus{
  color: rgb(244 181 179 / 0.15);
}

.focus\:text-accent-300\/20:focus{
  color: rgb(244 181 179 / 0.2);
}

.focus\:text-accent-300\/25:focus{
  color: rgb(244 181 179 / 0.25);
}

.focus\:text-accent-300\/30:focus{
  color: rgb(244 181 179 / 0.3);
}

.focus\:text-accent-300\/35:focus{
  color: rgb(244 181 179 / 0.35);
}

.focus\:text-accent-300\/40:focus{
  color: rgb(244 181 179 / 0.4);
}

.focus\:text-accent-300\/45:focus{
  color: rgb(244 181 179 / 0.45);
}

.focus\:text-accent-300\/5:focus{
  color: rgb(244 181 179 / 0.05);
}

.focus\:text-accent-300\/50:focus{
  color: rgb(244 181 179 / 0.5);
}

.focus\:text-accent-300\/55:focus{
  color: rgb(244 181 179 / 0.55);
}

.focus\:text-accent-300\/60:focus{
  color: rgb(244 181 179 / 0.6);
}

.focus\:text-accent-300\/65:focus{
  color: rgb(244 181 179 / 0.65);
}

.focus\:text-accent-300\/70:focus{
  color: rgb(244 181 179 / 0.7);
}

.focus\:text-accent-300\/75:focus{
  color: rgb(244 181 179 / 0.75);
}

.focus\:text-accent-300\/80:focus{
  color: rgb(244 181 179 / 0.8);
}

.focus\:text-accent-300\/85:focus{
  color: rgb(244 181 179 / 0.85);
}

.focus\:text-accent-300\/90:focus{
  color: rgb(244 181 179 / 0.9);
}

.focus\:text-accent-300\/95:focus{
  color: rgb(244 181 179 / 0.95);
}

.focus\:text-accent-400:focus{
  color: #ee8e8b;
}

.focus\:text-accent-400\/0:focus{
  color: rgb(238 142 139 / 0);
}

.focus\:text-accent-400\/10:focus{
  color: rgb(238 142 139 / 0.1);
}

.focus\:text-accent-400\/100:focus{
  color: rgb(238 142 139 / 1);
}

.focus\:text-accent-400\/15:focus{
  color: rgb(238 142 139 / 0.15);
}

.focus\:text-accent-400\/20:focus{
  color: rgb(238 142 139 / 0.2);
}

.focus\:text-accent-400\/25:focus{
  color: rgb(238 142 139 / 0.25);
}

.focus\:text-accent-400\/30:focus{
  color: rgb(238 142 139 / 0.3);
}

.focus\:text-accent-400\/35:focus{
  color: rgb(238 142 139 / 0.35);
}

.focus\:text-accent-400\/40:focus{
  color: rgb(238 142 139 / 0.4);
}

.focus\:text-accent-400\/45:focus{
  color: rgb(238 142 139 / 0.45);
}

.focus\:text-accent-400\/5:focus{
  color: rgb(238 142 139 / 0.05);
}

.focus\:text-accent-400\/50:focus{
  color: rgb(238 142 139 / 0.5);
}

.focus\:text-accent-400\/55:focus{
  color: rgb(238 142 139 / 0.55);
}

.focus\:text-accent-400\/60:focus{
  color: rgb(238 142 139 / 0.6);
}

.focus\:text-accent-400\/65:focus{
  color: rgb(238 142 139 / 0.65);
}

.focus\:text-accent-400\/70:focus{
  color: rgb(238 142 139 / 0.7);
}

.focus\:text-accent-400\/75:focus{
  color: rgb(238 142 139 / 0.75);
}

.focus\:text-accent-400\/80:focus{
  color: rgb(238 142 139 / 0.8);
}

.focus\:text-accent-400\/85:focus{
  color: rgb(238 142 139 / 0.85);
}

.focus\:text-accent-400\/90:focus{
  color: rgb(238 142 139 / 0.9);
}

.focus\:text-accent-400\/95:focus{
  color: rgb(238 142 139 / 0.95);
}

.focus\:text-accent-500:focus{
  color: #e57373;
}

.focus\:text-accent-500\/0:focus{
  color: rgb(229 115 115 / 0);
}

.focus\:text-accent-500\/10:focus{
  color: rgb(229 115 115 / 0.1);
}

.focus\:text-accent-500\/100:focus{
  color: rgb(229 115 115 / 1);
}

.focus\:text-accent-500\/15:focus{
  color: rgb(229 115 115 / 0.15);
}

.focus\:text-accent-500\/20:focus{
  color: rgb(229 115 115 / 0.2);
}

.focus\:text-accent-500\/25:focus{
  color: rgb(229 115 115 / 0.25);
}

.focus\:text-accent-500\/30:focus{
  color: rgb(229 115 115 / 0.3);
}

.focus\:text-accent-500\/35:focus{
  color: rgb(229 115 115 / 0.35);
}

.focus\:text-accent-500\/40:focus{
  color: rgb(229 115 115 / 0.4);
}

.focus\:text-accent-500\/45:focus{
  color: rgb(229 115 115 / 0.45);
}

.focus\:text-accent-500\/5:focus{
  color: rgb(229 115 115 / 0.05);
}

.focus\:text-accent-500\/50:focus{
  color: rgb(229 115 115 / 0.5);
}

.focus\:text-accent-500\/55:focus{
  color: rgb(229 115 115 / 0.55);
}

.focus\:text-accent-500\/60:focus{
  color: rgb(229 115 115 / 0.6);
}

.focus\:text-accent-500\/65:focus{
  color: rgb(229 115 115 / 0.65);
}

.focus\:text-accent-500\/70:focus{
  color: rgb(229 115 115 / 0.7);
}

.focus\:text-accent-500\/75:focus{
  color: rgb(229 115 115 / 0.75);
}

.focus\:text-accent-500\/80:focus{
  color: rgb(229 115 115 / 0.8);
}

.focus\:text-accent-500\/85:focus{
  color: rgb(229 115 115 / 0.85);
}

.focus\:text-accent-500\/90:focus{
  color: rgb(229 115 115 / 0.9);
}

.focus\:text-accent-500\/95:focus{
  color: rgb(229 115 115 / 0.95);
}

.focus\:text-accent-600:focus{
  color: #d95f5f;
}

.focus\:text-accent-600\/0:focus{
  color: rgb(217 95 95 / 0);
}

.focus\:text-accent-600\/10:focus{
  color: rgb(217 95 95 / 0.1);
}

.focus\:text-accent-600\/100:focus{
  color: rgb(217 95 95 / 1);
}

.focus\:text-accent-600\/15:focus{
  color: rgb(217 95 95 / 0.15);
}

.focus\:text-accent-600\/20:focus{
  color: rgb(217 95 95 / 0.2);
}

.focus\:text-accent-600\/25:focus{
  color: rgb(217 95 95 / 0.25);
}

.focus\:text-accent-600\/30:focus{
  color: rgb(217 95 95 / 0.3);
}

.focus\:text-accent-600\/35:focus{
  color: rgb(217 95 95 / 0.35);
}

.focus\:text-accent-600\/40:focus{
  color: rgb(217 95 95 / 0.4);
}

.focus\:text-accent-600\/45:focus{
  color: rgb(217 95 95 / 0.45);
}

.focus\:text-accent-600\/5:focus{
  color: rgb(217 95 95 / 0.05);
}

.focus\:text-accent-600\/50:focus{
  color: rgb(217 95 95 / 0.5);
}

.focus\:text-accent-600\/55:focus{
  color: rgb(217 95 95 / 0.55);
}

.focus\:text-accent-600\/60:focus{
  color: rgb(217 95 95 / 0.6);
}

.focus\:text-accent-600\/65:focus{
  color: rgb(217 95 95 / 0.65);
}

.focus\:text-accent-600\/70:focus{
  color: rgb(217 95 95 / 0.7);
}

.focus\:text-accent-600\/75:focus{
  color: rgb(217 95 95 / 0.75);
}

.focus\:text-accent-600\/80:focus{
  color: rgb(217 95 95 / 0.8);
}

.focus\:text-accent-600\/85:focus{
  color: rgb(217 95 95 / 0.85);
}

.focus\:text-accent-600\/90:focus{
  color: rgb(217 95 95 / 0.9);
}

.focus\:text-accent-600\/95:focus{
  color: rgb(217 95 95 / 0.95);
}

.focus\:text-accent-700:focus{
  color: #c94a4a;
}

.focus\:text-accent-700\/0:focus{
  color: rgb(201 74 74 / 0);
}

.focus\:text-accent-700\/10:focus{
  color: rgb(201 74 74 / 0.1);
}

.focus\:text-accent-700\/100:focus{
  color: rgb(201 74 74 / 1);
}

.focus\:text-accent-700\/15:focus{
  color: rgb(201 74 74 / 0.15);
}

.focus\:text-accent-700\/20:focus{
  color: rgb(201 74 74 / 0.2);
}

.focus\:text-accent-700\/25:focus{
  color: rgb(201 74 74 / 0.25);
}

.focus\:text-accent-700\/30:focus{
  color: rgb(201 74 74 / 0.3);
}

.focus\:text-accent-700\/35:focus{
  color: rgb(201 74 74 / 0.35);
}

.focus\:text-accent-700\/40:focus{
  color: rgb(201 74 74 / 0.4);
}

.focus\:text-accent-700\/45:focus{
  color: rgb(201 74 74 / 0.45);
}

.focus\:text-accent-700\/5:focus{
  color: rgb(201 74 74 / 0.05);
}

.focus\:text-accent-700\/50:focus{
  color: rgb(201 74 74 / 0.5);
}

.focus\:text-accent-700\/55:focus{
  color: rgb(201 74 74 / 0.55);
}

.focus\:text-accent-700\/60:focus{
  color: rgb(201 74 74 / 0.6);
}

.focus\:text-accent-700\/65:focus{
  color: rgb(201 74 74 / 0.65);
}

.focus\:text-accent-700\/70:focus{
  color: rgb(201 74 74 / 0.7);
}

.focus\:text-accent-700\/75:focus{
  color: rgb(201 74 74 / 0.75);
}

.focus\:text-accent-700\/80:focus{
  color: rgb(201 74 74 / 0.8);
}

.focus\:text-accent-700\/85:focus{
  color: rgb(201 74 74 / 0.85);
}

.focus\:text-accent-700\/90:focus{
  color: rgb(201 74 74 / 0.9);
}

.focus\:text-accent-700\/95:focus{
  color: rgb(201 74 74 / 0.95);
}

.focus\:text-accent-800:focus{
  color: #a83c3c;
}

.focus\:text-accent-800\/0:focus{
  color: rgb(168 60 60 / 0);
}

.focus\:text-accent-800\/10:focus{
  color: rgb(168 60 60 / 0.1);
}

.focus\:text-accent-800\/100:focus{
  color: rgb(168 60 60 / 1);
}

.focus\:text-accent-800\/15:focus{
  color: rgb(168 60 60 / 0.15);
}

.focus\:text-accent-800\/20:focus{
  color: rgb(168 60 60 / 0.2);
}

.focus\:text-accent-800\/25:focus{
  color: rgb(168 60 60 / 0.25);
}

.focus\:text-accent-800\/30:focus{
  color: rgb(168 60 60 / 0.3);
}

.focus\:text-accent-800\/35:focus{
  color: rgb(168 60 60 / 0.35);
}

.focus\:text-accent-800\/40:focus{
  color: rgb(168 60 60 / 0.4);
}

.focus\:text-accent-800\/45:focus{
  color: rgb(168 60 60 / 0.45);
}

.focus\:text-accent-800\/5:focus{
  color: rgb(168 60 60 / 0.05);
}

.focus\:text-accent-800\/50:focus{
  color: rgb(168 60 60 / 0.5);
}

.focus\:text-accent-800\/55:focus{
  color: rgb(168 60 60 / 0.55);
}

.focus\:text-accent-800\/60:focus{
  color: rgb(168 60 60 / 0.6);
}

.focus\:text-accent-800\/65:focus{
  color: rgb(168 60 60 / 0.65);
}

.focus\:text-accent-800\/70:focus{
  color: rgb(168 60 60 / 0.7);
}

.focus\:text-accent-800\/75:focus{
  color: rgb(168 60 60 / 0.75);
}

.focus\:text-accent-800\/80:focus{
  color: rgb(168 60 60 / 0.8);
}

.focus\:text-accent-800\/85:focus{
  color: rgb(168 60 60 / 0.85);
}

.focus\:text-accent-800\/90:focus{
  color: rgb(168 60 60 / 0.9);
}

.focus\:text-accent-800\/95:focus{
  color: rgb(168 60 60 / 0.95);
}

.focus\:text-accent-900:focus{
  color: #8c3434;
}

.focus\:text-accent-900\/0:focus{
  color: rgb(140 52 52 / 0);
}

.focus\:text-accent-900\/10:focus{
  color: rgb(140 52 52 / 0.1);
}

.focus\:text-accent-900\/100:focus{
  color: rgb(140 52 52 / 1);
}

.focus\:text-accent-900\/15:focus{
  color: rgb(140 52 52 / 0.15);
}

.focus\:text-accent-900\/20:focus{
  color: rgb(140 52 52 / 0.2);
}

.focus\:text-accent-900\/25:focus{
  color: rgb(140 52 52 / 0.25);
}

.focus\:text-accent-900\/30:focus{
  color: rgb(140 52 52 / 0.3);
}

.focus\:text-accent-900\/35:focus{
  color: rgb(140 52 52 / 0.35);
}

.focus\:text-accent-900\/40:focus{
  color: rgb(140 52 52 / 0.4);
}

.focus\:text-accent-900\/45:focus{
  color: rgb(140 52 52 / 0.45);
}

.focus\:text-accent-900\/5:focus{
  color: rgb(140 52 52 / 0.05);
}

.focus\:text-accent-900\/50:focus{
  color: rgb(140 52 52 / 0.5);
}

.focus\:text-accent-900\/55:focus{
  color: rgb(140 52 52 / 0.55);
}

.focus\:text-accent-900\/60:focus{
  color: rgb(140 52 52 / 0.6);
}

.focus\:text-accent-900\/65:focus{
  color: rgb(140 52 52 / 0.65);
}

.focus\:text-accent-900\/70:focus{
  color: rgb(140 52 52 / 0.7);
}

.focus\:text-accent-900\/75:focus{
  color: rgb(140 52 52 / 0.75);
}

.focus\:text-accent-900\/80:focus{
  color: rgb(140 52 52 / 0.8);
}

.focus\:text-accent-900\/85:focus{
  color: rgb(140 52 52 / 0.85);
}

.focus\:text-accent-900\/90:focus{
  color: rgb(140 52 52 / 0.9);
}

.focus\:text-accent-900\/95:focus{
  color: rgb(140 52 52 / 0.95);
}

.focus\:text-gray-100:focus{
  color: #f3f4f6;
}

.focus\:text-gray-100\/0:focus{
  color: rgb(243 244 246 / 0);
}

.focus\:text-gray-100\/10:focus{
  color: rgb(243 244 246 / 0.1);
}

.focus\:text-gray-100\/100:focus{
  color: rgb(243 244 246 / 1);
}

.focus\:text-gray-100\/15:focus{
  color: rgb(243 244 246 / 0.15);
}

.focus\:text-gray-100\/20:focus{
  color: rgb(243 244 246 / 0.2);
}

.focus\:text-gray-100\/25:focus{
  color: rgb(243 244 246 / 0.25);
}

.focus\:text-gray-100\/30:focus{
  color: rgb(243 244 246 / 0.3);
}

.focus\:text-gray-100\/35:focus{
  color: rgb(243 244 246 / 0.35);
}

.focus\:text-gray-100\/40:focus{
  color: rgb(243 244 246 / 0.4);
}

.focus\:text-gray-100\/45:focus{
  color: rgb(243 244 246 / 0.45);
}

.focus\:text-gray-100\/5:focus{
  color: rgb(243 244 246 / 0.05);
}

.focus\:text-gray-100\/50:focus{
  color: rgb(243 244 246 / 0.5);
}

.focus\:text-gray-100\/55:focus{
  color: rgb(243 244 246 / 0.55);
}

.focus\:text-gray-100\/60:focus{
  color: rgb(243 244 246 / 0.6);
}

.focus\:text-gray-100\/65:focus{
  color: rgb(243 244 246 / 0.65);
}

.focus\:text-gray-100\/70:focus{
  color: rgb(243 244 246 / 0.7);
}

.focus\:text-gray-100\/75:focus{
  color: rgb(243 244 246 / 0.75);
}

.focus\:text-gray-100\/80:focus{
  color: rgb(243 244 246 / 0.8);
}

.focus\:text-gray-100\/85:focus{
  color: rgb(243 244 246 / 0.85);
}

.focus\:text-gray-100\/90:focus{
  color: rgb(243 244 246 / 0.9);
}

.focus\:text-gray-100\/95:focus{
  color: rgb(243 244 246 / 0.95);
}

.focus\:text-gray-200:focus{
  color: #e5e7eb;
}

.focus\:text-gray-200\/0:focus{
  color: rgb(229 231 235 / 0);
}

.focus\:text-gray-200\/10:focus{
  color: rgb(229 231 235 / 0.1);
}

.focus\:text-gray-200\/100:focus{
  color: rgb(229 231 235 / 1);
}

.focus\:text-gray-200\/15:focus{
  color: rgb(229 231 235 / 0.15);
}

.focus\:text-gray-200\/20:focus{
  color: rgb(229 231 235 / 0.2);
}

.focus\:text-gray-200\/25:focus{
  color: rgb(229 231 235 / 0.25);
}

.focus\:text-gray-200\/30:focus{
  color: rgb(229 231 235 / 0.3);
}

.focus\:text-gray-200\/35:focus{
  color: rgb(229 231 235 / 0.35);
}

.focus\:text-gray-200\/40:focus{
  color: rgb(229 231 235 / 0.4);
}

.focus\:text-gray-200\/45:focus{
  color: rgb(229 231 235 / 0.45);
}

.focus\:text-gray-200\/5:focus{
  color: rgb(229 231 235 / 0.05);
}

.focus\:text-gray-200\/50:focus{
  color: rgb(229 231 235 / 0.5);
}

.focus\:text-gray-200\/55:focus{
  color: rgb(229 231 235 / 0.55);
}

.focus\:text-gray-200\/60:focus{
  color: rgb(229 231 235 / 0.6);
}

.focus\:text-gray-200\/65:focus{
  color: rgb(229 231 235 / 0.65);
}

.focus\:text-gray-200\/70:focus{
  color: rgb(229 231 235 / 0.7);
}

.focus\:text-gray-200\/75:focus{
  color: rgb(229 231 235 / 0.75);
}

.focus\:text-gray-200\/80:focus{
  color: rgb(229 231 235 / 0.8);
}

.focus\:text-gray-200\/85:focus{
  color: rgb(229 231 235 / 0.85);
}

.focus\:text-gray-200\/90:focus{
  color: rgb(229 231 235 / 0.9);
}

.focus\:text-gray-200\/95:focus{
  color: rgb(229 231 235 / 0.95);
}

.focus\:text-gray-300:focus{
  color: #d1d5db;
}

.focus\:text-gray-300\/0:focus{
  color: rgb(209 213 219 / 0);
}

.focus\:text-gray-300\/10:focus{
  color: rgb(209 213 219 / 0.1);
}

.focus\:text-gray-300\/100:focus{
  color: rgb(209 213 219 / 1);
}

.focus\:text-gray-300\/15:focus{
  color: rgb(209 213 219 / 0.15);
}

.focus\:text-gray-300\/20:focus{
  color: rgb(209 213 219 / 0.2);
}

.focus\:text-gray-300\/25:focus{
  color: rgb(209 213 219 / 0.25);
}

.focus\:text-gray-300\/30:focus{
  color: rgb(209 213 219 / 0.3);
}

.focus\:text-gray-300\/35:focus{
  color: rgb(209 213 219 / 0.35);
}

.focus\:text-gray-300\/40:focus{
  color: rgb(209 213 219 / 0.4);
}

.focus\:text-gray-300\/45:focus{
  color: rgb(209 213 219 / 0.45);
}

.focus\:text-gray-300\/5:focus{
  color: rgb(209 213 219 / 0.05);
}

.focus\:text-gray-300\/50:focus{
  color: rgb(209 213 219 / 0.5);
}

.focus\:text-gray-300\/55:focus{
  color: rgb(209 213 219 / 0.55);
}

.focus\:text-gray-300\/60:focus{
  color: rgb(209 213 219 / 0.6);
}

.focus\:text-gray-300\/65:focus{
  color: rgb(209 213 219 / 0.65);
}

.focus\:text-gray-300\/70:focus{
  color: rgb(209 213 219 / 0.7);
}

.focus\:text-gray-300\/75:focus{
  color: rgb(209 213 219 / 0.75);
}

.focus\:text-gray-300\/80:focus{
  color: rgb(209 213 219 / 0.8);
}

.focus\:text-gray-300\/85:focus{
  color: rgb(209 213 219 / 0.85);
}

.focus\:text-gray-300\/90:focus{
  color: rgb(209 213 219 / 0.9);
}

.focus\:text-gray-300\/95:focus{
  color: rgb(209 213 219 / 0.95);
}

.focus\:text-gray-400:focus{
  color: #9ca3af;
}

.focus\:text-gray-400\/0:focus{
  color: rgb(156 163 175 / 0);
}

.focus\:text-gray-400\/10:focus{
  color: rgb(156 163 175 / 0.1);
}

.focus\:text-gray-400\/100:focus{
  color: rgb(156 163 175 / 1);
}

.focus\:text-gray-400\/15:focus{
  color: rgb(156 163 175 / 0.15);
}

.focus\:text-gray-400\/20:focus{
  color: rgb(156 163 175 / 0.2);
}

.focus\:text-gray-400\/25:focus{
  color: rgb(156 163 175 / 0.25);
}

.focus\:text-gray-400\/30:focus{
  color: rgb(156 163 175 / 0.3);
}

.focus\:text-gray-400\/35:focus{
  color: rgb(156 163 175 / 0.35);
}

.focus\:text-gray-400\/40:focus{
  color: rgb(156 163 175 / 0.4);
}

.focus\:text-gray-400\/45:focus{
  color: rgb(156 163 175 / 0.45);
}

.focus\:text-gray-400\/5:focus{
  color: rgb(156 163 175 / 0.05);
}

.focus\:text-gray-400\/50:focus{
  color: rgb(156 163 175 / 0.5);
}

.focus\:text-gray-400\/55:focus{
  color: rgb(156 163 175 / 0.55);
}

.focus\:text-gray-400\/60:focus{
  color: rgb(156 163 175 / 0.6);
}

.focus\:text-gray-400\/65:focus{
  color: rgb(156 163 175 / 0.65);
}

.focus\:text-gray-400\/70:focus{
  color: rgb(156 163 175 / 0.7);
}

.focus\:text-gray-400\/75:focus{
  color: rgb(156 163 175 / 0.75);
}

.focus\:text-gray-400\/80:focus{
  color: rgb(156 163 175 / 0.8);
}

.focus\:text-gray-400\/85:focus{
  color: rgb(156 163 175 / 0.85);
}

.focus\:text-gray-400\/90:focus{
  color: rgb(156 163 175 / 0.9);
}

.focus\:text-gray-400\/95:focus{
  color: rgb(156 163 175 / 0.95);
}

.focus\:text-gray-500:focus{
  color: #6b7280;
}

.focus\:text-gray-500\/0:focus{
  color: rgb(107 114 128 / 0);
}

.focus\:text-gray-500\/10:focus{
  color: rgb(107 114 128 / 0.1);
}

.focus\:text-gray-500\/100:focus{
  color: rgb(107 114 128 / 1);
}

.focus\:text-gray-500\/15:focus{
  color: rgb(107 114 128 / 0.15);
}

.focus\:text-gray-500\/20:focus{
  color: rgb(107 114 128 / 0.2);
}

.focus\:text-gray-500\/25:focus{
  color: rgb(107 114 128 / 0.25);
}

.focus\:text-gray-500\/30:focus{
  color: rgb(107 114 128 / 0.3);
}

.focus\:text-gray-500\/35:focus{
  color: rgb(107 114 128 / 0.35);
}

.focus\:text-gray-500\/40:focus{
  color: rgb(107 114 128 / 0.4);
}

.focus\:text-gray-500\/45:focus{
  color: rgb(107 114 128 / 0.45);
}

.focus\:text-gray-500\/5:focus{
  color: rgb(107 114 128 / 0.05);
}

.focus\:text-gray-500\/50:focus{
  color: rgb(107 114 128 / 0.5);
}

.focus\:text-gray-500\/55:focus{
  color: rgb(107 114 128 / 0.55);
}

.focus\:text-gray-500\/60:focus{
  color: rgb(107 114 128 / 0.6);
}

.focus\:text-gray-500\/65:focus{
  color: rgb(107 114 128 / 0.65);
}

.focus\:text-gray-500\/70:focus{
  color: rgb(107 114 128 / 0.7);
}

.focus\:text-gray-500\/75:focus{
  color: rgb(107 114 128 / 0.75);
}

.focus\:text-gray-500\/80:focus{
  color: rgb(107 114 128 / 0.8);
}

.focus\:text-gray-500\/85:focus{
  color: rgb(107 114 128 / 0.85);
}

.focus\:text-gray-500\/90:focus{
  color: rgb(107 114 128 / 0.9);
}

.focus\:text-gray-500\/95:focus{
  color: rgb(107 114 128 / 0.95);
}

.focus\:text-gray-600:focus{
  color: #4b5563;
}

.focus\:text-gray-600\/0:focus{
  color: rgb(75 85 99 / 0);
}

.focus\:text-gray-600\/10:focus{
  color: rgb(75 85 99 / 0.1);
}

.focus\:text-gray-600\/100:focus{
  color: rgb(75 85 99 / 1);
}

.focus\:text-gray-600\/15:focus{
  color: rgb(75 85 99 / 0.15);
}

.focus\:text-gray-600\/20:focus{
  color: rgb(75 85 99 / 0.2);
}

.focus\:text-gray-600\/25:focus{
  color: rgb(75 85 99 / 0.25);
}

.focus\:text-gray-600\/30:focus{
  color: rgb(75 85 99 / 0.3);
}

.focus\:text-gray-600\/35:focus{
  color: rgb(75 85 99 / 0.35);
}

.focus\:text-gray-600\/40:focus{
  color: rgb(75 85 99 / 0.4);
}

.focus\:text-gray-600\/45:focus{
  color: rgb(75 85 99 / 0.45);
}

.focus\:text-gray-600\/5:focus{
  color: rgb(75 85 99 / 0.05);
}

.focus\:text-gray-600\/50:focus{
  color: rgb(75 85 99 / 0.5);
}

.focus\:text-gray-600\/55:focus{
  color: rgb(75 85 99 / 0.55);
}

.focus\:text-gray-600\/60:focus{
  color: rgb(75 85 99 / 0.6);
}

.focus\:text-gray-600\/65:focus{
  color: rgb(75 85 99 / 0.65);
}

.focus\:text-gray-600\/70:focus{
  color: rgb(75 85 99 / 0.7);
}

.focus\:text-gray-600\/75:focus{
  color: rgb(75 85 99 / 0.75);
}

.focus\:text-gray-600\/80:focus{
  color: rgb(75 85 99 / 0.8);
}

.focus\:text-gray-600\/85:focus{
  color: rgb(75 85 99 / 0.85);
}

.focus\:text-gray-600\/90:focus{
  color: rgb(75 85 99 / 0.9);
}

.focus\:text-gray-600\/95:focus{
  color: rgb(75 85 99 / 0.95);
}

.focus\:text-gray-700:focus{
  color: #374151;
}

.focus\:text-gray-700\/0:focus{
  color: rgb(55 65 81 / 0);
}

.focus\:text-gray-700\/10:focus{
  color: rgb(55 65 81 / 0.1);
}

.focus\:text-gray-700\/100:focus{
  color: rgb(55 65 81 / 1);
}

.focus\:text-gray-700\/15:focus{
  color: rgb(55 65 81 / 0.15);
}

.focus\:text-gray-700\/20:focus{
  color: rgb(55 65 81 / 0.2);
}

.focus\:text-gray-700\/25:focus{
  color: rgb(55 65 81 / 0.25);
}

.focus\:text-gray-700\/30:focus{
  color: rgb(55 65 81 / 0.3);
}

.focus\:text-gray-700\/35:focus{
  color: rgb(55 65 81 / 0.35);
}

.focus\:text-gray-700\/40:focus{
  color: rgb(55 65 81 / 0.4);
}

.focus\:text-gray-700\/45:focus{
  color: rgb(55 65 81 / 0.45);
}

.focus\:text-gray-700\/5:focus{
  color: rgb(55 65 81 / 0.05);
}

.focus\:text-gray-700\/50:focus{
  color: rgb(55 65 81 / 0.5);
}

.focus\:text-gray-700\/55:focus{
  color: rgb(55 65 81 / 0.55);
}

.focus\:text-gray-700\/60:focus{
  color: rgb(55 65 81 / 0.6);
}

.focus\:text-gray-700\/65:focus{
  color: rgb(55 65 81 / 0.65);
}

.focus\:text-gray-700\/70:focus{
  color: rgb(55 65 81 / 0.7);
}

.focus\:text-gray-700\/75:focus{
  color: rgb(55 65 81 / 0.75);
}

.focus\:text-gray-700\/80:focus{
  color: rgb(55 65 81 / 0.8);
}

.focus\:text-gray-700\/85:focus{
  color: rgb(55 65 81 / 0.85);
}

.focus\:text-gray-700\/90:focus{
  color: rgb(55 65 81 / 0.9);
}

.focus\:text-gray-700\/95:focus{
  color: rgb(55 65 81 / 0.95);
}

.focus\:text-gray-800:focus{
  color: #1f2937;
}

.focus\:text-gray-800\/0:focus{
  color: rgb(31 41 55 / 0);
}

.focus\:text-gray-800\/10:focus{
  color: rgb(31 41 55 / 0.1);
}

.focus\:text-gray-800\/100:focus{
  color: rgb(31 41 55 / 1);
}

.focus\:text-gray-800\/15:focus{
  color: rgb(31 41 55 / 0.15);
}

.focus\:text-gray-800\/20:focus{
  color: rgb(31 41 55 / 0.2);
}

.focus\:text-gray-800\/25:focus{
  color: rgb(31 41 55 / 0.25);
}

.focus\:text-gray-800\/30:focus{
  color: rgb(31 41 55 / 0.3);
}

.focus\:text-gray-800\/35:focus{
  color: rgb(31 41 55 / 0.35);
}

.focus\:text-gray-800\/40:focus{
  color: rgb(31 41 55 / 0.4);
}

.focus\:text-gray-800\/45:focus{
  color: rgb(31 41 55 / 0.45);
}

.focus\:text-gray-800\/5:focus{
  color: rgb(31 41 55 / 0.05);
}

.focus\:text-gray-800\/50:focus{
  color: rgb(31 41 55 / 0.5);
}

.focus\:text-gray-800\/55:focus{
  color: rgb(31 41 55 / 0.55);
}

.focus\:text-gray-800\/60:focus{
  color: rgb(31 41 55 / 0.6);
}

.focus\:text-gray-800\/65:focus{
  color: rgb(31 41 55 / 0.65);
}

.focus\:text-gray-800\/70:focus{
  color: rgb(31 41 55 / 0.7);
}

.focus\:text-gray-800\/75:focus{
  color: rgb(31 41 55 / 0.75);
}

.focus\:text-gray-800\/80:focus{
  color: rgb(31 41 55 / 0.8);
}

.focus\:text-gray-800\/85:focus{
  color: rgb(31 41 55 / 0.85);
}

.focus\:text-gray-800\/90:focus{
  color: rgb(31 41 55 / 0.9);
}

.focus\:text-gray-800\/95:focus{
  color: rgb(31 41 55 / 0.95);
}

.focus\:text-gray-900:focus{
  color: #111827;
}

.focus\:text-gray-900\/0:focus{
  color: rgb(17 24 39 / 0);
}

.focus\:text-gray-900\/10:focus{
  color: rgb(17 24 39 / 0.1);
}

.focus\:text-gray-900\/100:focus{
  color: rgb(17 24 39 / 1);
}

.focus\:text-gray-900\/15:focus{
  color: rgb(17 24 39 / 0.15);
}

.focus\:text-gray-900\/20:focus{
  color: rgb(17 24 39 / 0.2);
}

.focus\:text-gray-900\/25:focus{
  color: rgb(17 24 39 / 0.25);
}

.focus\:text-gray-900\/30:focus{
  color: rgb(17 24 39 / 0.3);
}

.focus\:text-gray-900\/35:focus{
  color: rgb(17 24 39 / 0.35);
}

.focus\:text-gray-900\/40:focus{
  color: rgb(17 24 39 / 0.4);
}

.focus\:text-gray-900\/45:focus{
  color: rgb(17 24 39 / 0.45);
}

.focus\:text-gray-900\/5:focus{
  color: rgb(17 24 39 / 0.05);
}

.focus\:text-gray-900\/50:focus{
  color: rgb(17 24 39 / 0.5);
}

.focus\:text-gray-900\/55:focus{
  color: rgb(17 24 39 / 0.55);
}

.focus\:text-gray-900\/60:focus{
  color: rgb(17 24 39 / 0.6);
}

.focus\:text-gray-900\/65:focus{
  color: rgb(17 24 39 / 0.65);
}

.focus\:text-gray-900\/70:focus{
  color: rgb(17 24 39 / 0.7);
}

.focus\:text-gray-900\/75:focus{
  color: rgb(17 24 39 / 0.75);
}

.focus\:text-gray-900\/80:focus{
  color: rgb(17 24 39 / 0.8);
}

.focus\:text-gray-900\/85:focus{
  color: rgb(17 24 39 / 0.85);
}

.focus\:text-gray-900\/90:focus{
  color: rgb(17 24 39 / 0.9);
}

.focus\:text-gray-900\/95:focus{
  color: rgb(17 24 39 / 0.95);
}

.focus\:text-primary-100:focus{
  color: #3965AC;
}

.focus\:text-primary-100\/0:focus{
  color: rgb(57 101 172 / 0);
}

.focus\:text-primary-100\/10:focus{
  color: rgb(57 101 172 / 0.1);
}

.focus\:text-primary-100\/100:focus{
  color: rgb(57 101 172 / 1);
}

.focus\:text-primary-100\/15:focus{
  color: rgb(57 101 172 / 0.15);
}

.focus\:text-primary-100\/20:focus{
  color: rgb(57 101 172 / 0.2);
}

.focus\:text-primary-100\/25:focus{
  color: rgb(57 101 172 / 0.25);
}

.focus\:text-primary-100\/30:focus{
  color: rgb(57 101 172 / 0.3);
}

.focus\:text-primary-100\/35:focus{
  color: rgb(57 101 172 / 0.35);
}

.focus\:text-primary-100\/40:focus{
  color: rgb(57 101 172 / 0.4);
}

.focus\:text-primary-100\/45:focus{
  color: rgb(57 101 172 / 0.45);
}

.focus\:text-primary-100\/5:focus{
  color: rgb(57 101 172 / 0.05);
}

.focus\:text-primary-100\/50:focus{
  color: rgb(57 101 172 / 0.5);
}

.focus\:text-primary-100\/55:focus{
  color: rgb(57 101 172 / 0.55);
}

.focus\:text-primary-100\/60:focus{
  color: rgb(57 101 172 / 0.6);
}

.focus\:text-primary-100\/65:focus{
  color: rgb(57 101 172 / 0.65);
}

.focus\:text-primary-100\/70:focus{
  color: rgb(57 101 172 / 0.7);
}

.focus\:text-primary-100\/75:focus{
  color: rgb(57 101 172 / 0.75);
}

.focus\:text-primary-100\/80:focus{
  color: rgb(57 101 172 / 0.8);
}

.focus\:text-primary-100\/85:focus{
  color: rgb(57 101 172 / 0.85);
}

.focus\:text-primary-100\/90:focus{
  color: rgb(57 101 172 / 0.9);
}

.focus\:text-primary-100\/95:focus{
  color: rgb(57 101 172 / 0.95);
}

.focus\:text-primary-200:focus{
  color: #365FA1;
}

.focus\:text-primary-200\/0:focus{
  color: rgb(54 95 161 / 0);
}

.focus\:text-primary-200\/10:focus{
  color: rgb(54 95 161 / 0.1);
}

.focus\:text-primary-200\/100:focus{
  color: rgb(54 95 161 / 1);
}

.focus\:text-primary-200\/15:focus{
  color: rgb(54 95 161 / 0.15);
}

.focus\:text-primary-200\/20:focus{
  color: rgb(54 95 161 / 0.2);
}

.focus\:text-primary-200\/25:focus{
  color: rgb(54 95 161 / 0.25);
}

.focus\:text-primary-200\/30:focus{
  color: rgb(54 95 161 / 0.3);
}

.focus\:text-primary-200\/35:focus{
  color: rgb(54 95 161 / 0.35);
}

.focus\:text-primary-200\/40:focus{
  color: rgb(54 95 161 / 0.4);
}

.focus\:text-primary-200\/45:focus{
  color: rgb(54 95 161 / 0.45);
}

.focus\:text-primary-200\/5:focus{
  color: rgb(54 95 161 / 0.05);
}

.focus\:text-primary-200\/50:focus{
  color: rgb(54 95 161 / 0.5);
}

.focus\:text-primary-200\/55:focus{
  color: rgb(54 95 161 / 0.55);
}

.focus\:text-primary-200\/60:focus{
  color: rgb(54 95 161 / 0.6);
}

.focus\:text-primary-200\/65:focus{
  color: rgb(54 95 161 / 0.65);
}

.focus\:text-primary-200\/70:focus{
  color: rgb(54 95 161 / 0.7);
}

.focus\:text-primary-200\/75:focus{
  color: rgb(54 95 161 / 0.75);
}

.focus\:text-primary-200\/80:focus{
  color: rgb(54 95 161 / 0.8);
}

.focus\:text-primary-200\/85:focus{
  color: rgb(54 95 161 / 0.85);
}

.focus\:text-primary-200\/90:focus{
  color: rgb(54 95 161 / 0.9);
}

.focus\:text-primary-200\/95:focus{
  color: rgb(54 95 161 / 0.95);
}

.focus\:text-primary-300:focus{
  color: #325895;
}

.focus\:text-primary-300\/0:focus{
  color: rgb(50 88 149 / 0);
}

.focus\:text-primary-300\/10:focus{
  color: rgb(50 88 149 / 0.1);
}

.focus\:text-primary-300\/100:focus{
  color: rgb(50 88 149 / 1);
}

.focus\:text-primary-300\/15:focus{
  color: rgb(50 88 149 / 0.15);
}

.focus\:text-primary-300\/20:focus{
  color: rgb(50 88 149 / 0.2);
}

.focus\:text-primary-300\/25:focus{
  color: rgb(50 88 149 / 0.25);
}

.focus\:text-primary-300\/30:focus{
  color: rgb(50 88 149 / 0.3);
}

.focus\:text-primary-300\/35:focus{
  color: rgb(50 88 149 / 0.35);
}

.focus\:text-primary-300\/40:focus{
  color: rgb(50 88 149 / 0.4);
}

.focus\:text-primary-300\/45:focus{
  color: rgb(50 88 149 / 0.45);
}

.focus\:text-primary-300\/5:focus{
  color: rgb(50 88 149 / 0.05);
}

.focus\:text-primary-300\/50:focus{
  color: rgb(50 88 149 / 0.5);
}

.focus\:text-primary-300\/55:focus{
  color: rgb(50 88 149 / 0.55);
}

.focus\:text-primary-300\/60:focus{
  color: rgb(50 88 149 / 0.6);
}

.focus\:text-primary-300\/65:focus{
  color: rgb(50 88 149 / 0.65);
}

.focus\:text-primary-300\/70:focus{
  color: rgb(50 88 149 / 0.7);
}

.focus\:text-primary-300\/75:focus{
  color: rgb(50 88 149 / 0.75);
}

.focus\:text-primary-300\/80:focus{
  color: rgb(50 88 149 / 0.8);
}

.focus\:text-primary-300\/85:focus{
  color: rgb(50 88 149 / 0.85);
}

.focus\:text-primary-300\/90:focus{
  color: rgb(50 88 149 / 0.9);
}

.focus\:text-primary-300\/95:focus{
  color: rgb(50 88 149 / 0.95);
}

.focus\:text-primary-400:focus{
  color: #305691;
}

.focus\:text-primary-400\/0:focus{
  color: rgb(48 86 145 / 0);
}

.focus\:text-primary-400\/10:focus{
  color: rgb(48 86 145 / 0.1);
}

.focus\:text-primary-400\/100:focus{
  color: rgb(48 86 145 / 1);
}

.focus\:text-primary-400\/15:focus{
  color: rgb(48 86 145 / 0.15);
}

.focus\:text-primary-400\/20:focus{
  color: rgb(48 86 145 / 0.2);
}

.focus\:text-primary-400\/25:focus{
  color: rgb(48 86 145 / 0.25);
}

.focus\:text-primary-400\/30:focus{
  color: rgb(48 86 145 / 0.3);
}

.focus\:text-primary-400\/35:focus{
  color: rgb(48 86 145 / 0.35);
}

.focus\:text-primary-400\/40:focus{
  color: rgb(48 86 145 / 0.4);
}

.focus\:text-primary-400\/45:focus{
  color: rgb(48 86 145 / 0.45);
}

.focus\:text-primary-400\/5:focus{
  color: rgb(48 86 145 / 0.05);
}

.focus\:text-primary-400\/50:focus{
  color: rgb(48 86 145 / 0.5);
}

.focus\:text-primary-400\/55:focus{
  color: rgb(48 86 145 / 0.55);
}

.focus\:text-primary-400\/60:focus{
  color: rgb(48 86 145 / 0.6);
}

.focus\:text-primary-400\/65:focus{
  color: rgb(48 86 145 / 0.65);
}

.focus\:text-primary-400\/70:focus{
  color: rgb(48 86 145 / 0.7);
}

.focus\:text-primary-400\/75:focus{
  color: rgb(48 86 145 / 0.75);
}

.focus\:text-primary-400\/80:focus{
  color: rgb(48 86 145 / 0.8);
}

.focus\:text-primary-400\/85:focus{
  color: rgb(48 86 145 / 0.85);
}

.focus\:text-primary-400\/90:focus{
  color: rgb(48 86 145 / 0.9);
}

.focus\:text-primary-400\/95:focus{
  color: rgb(48 86 145 / 0.95);
}

.focus\:text-primary-500:focus{
  color: #2d4b79;
}

.focus\:text-primary-500\/0:focus{
  color: rgb(45 75 121 / 0);
}

.focus\:text-primary-500\/10:focus{
  color: rgb(45 75 121 / 0.1);
}

.focus\:text-primary-500\/100:focus{
  color: rgb(45 75 121 / 1);
}

.focus\:text-primary-500\/15:focus{
  color: rgb(45 75 121 / 0.15);
}

.focus\:text-primary-500\/20:focus{
  color: rgb(45 75 121 / 0.2);
}

.focus\:text-primary-500\/25:focus{
  color: rgb(45 75 121 / 0.25);
}

.focus\:text-primary-500\/30:focus{
  color: rgb(45 75 121 / 0.3);
}

.focus\:text-primary-500\/35:focus{
  color: rgb(45 75 121 / 0.35);
}

.focus\:text-primary-500\/40:focus{
  color: rgb(45 75 121 / 0.4);
}

.focus\:text-primary-500\/45:focus{
  color: rgb(45 75 121 / 0.45);
}

.focus\:text-primary-500\/5:focus{
  color: rgb(45 75 121 / 0.05);
}

.focus\:text-primary-500\/50:focus{
  color: rgb(45 75 121 / 0.5);
}

.focus\:text-primary-500\/55:focus{
  color: rgb(45 75 121 / 0.55);
}

.focus\:text-primary-500\/60:focus{
  color: rgb(45 75 121 / 0.6);
}

.focus\:text-primary-500\/65:focus{
  color: rgb(45 75 121 / 0.65);
}

.focus\:text-primary-500\/70:focus{
  color: rgb(45 75 121 / 0.7);
}

.focus\:text-primary-500\/75:focus{
  color: rgb(45 75 121 / 0.75);
}

.focus\:text-primary-500\/80:focus{
  color: rgb(45 75 121 / 0.8);
}

.focus\:text-primary-500\/85:focus{
  color: rgb(45 75 121 / 0.85);
}

.focus\:text-primary-500\/90:focus{
  color: rgb(45 75 121 / 0.9);
}

.focus\:text-primary-500\/95:focus{
  color: rgb(45 75 121 / 0.95);
}

.focus\:text-primary-600:focus{
  color: #264473;
}

.focus\:text-primary-600\/0:focus{
  color: rgb(38 68 115 / 0);
}

.focus\:text-primary-600\/10:focus{
  color: rgb(38 68 115 / 0.1);
}

.focus\:text-primary-600\/100:focus{
  color: rgb(38 68 115 / 1);
}

.focus\:text-primary-600\/15:focus{
  color: rgb(38 68 115 / 0.15);
}

.focus\:text-primary-600\/20:focus{
  color: rgb(38 68 115 / 0.2);
}

.focus\:text-primary-600\/25:focus{
  color: rgb(38 68 115 / 0.25);
}

.focus\:text-primary-600\/30:focus{
  color: rgb(38 68 115 / 0.3);
}

.focus\:text-primary-600\/35:focus{
  color: rgb(38 68 115 / 0.35);
}

.focus\:text-primary-600\/40:focus{
  color: rgb(38 68 115 / 0.4);
}

.focus\:text-primary-600\/45:focus{
  color: rgb(38 68 115 / 0.45);
}

.focus\:text-primary-600\/5:focus{
  color: rgb(38 68 115 / 0.05);
}

.focus\:text-primary-600\/50:focus{
  color: rgb(38 68 115 / 0.5);
}

.focus\:text-primary-600\/55:focus{
  color: rgb(38 68 115 / 0.55);
}

.focus\:text-primary-600\/60:focus{
  color: rgb(38 68 115 / 0.6);
}

.focus\:text-primary-600\/65:focus{
  color: rgb(38 68 115 / 0.65);
}

.focus\:text-primary-600\/70:focus{
  color: rgb(38 68 115 / 0.7);
}

.focus\:text-primary-600\/75:focus{
  color: rgb(38 68 115 / 0.75);
}

.focus\:text-primary-600\/80:focus{
  color: rgb(38 68 115 / 0.8);
}

.focus\:text-primary-600\/85:focus{
  color: rgb(38 68 115 / 0.85);
}

.focus\:text-primary-600\/90:focus{
  color: rgb(38 68 115 / 0.9);
}

.focus\:text-primary-600\/95:focus{
  color: rgb(38 68 115 / 0.95);
}

.focus\:text-primary-700:focus{
  color: #233e68;
}

.focus\:text-primary-700\/0:focus{
  color: rgb(35 62 104 / 0);
}

.focus\:text-primary-700\/10:focus{
  color: rgb(35 62 104 / 0.1);
}

.focus\:text-primary-700\/100:focus{
  color: rgb(35 62 104 / 1);
}

.focus\:text-primary-700\/15:focus{
  color: rgb(35 62 104 / 0.15);
}

.focus\:text-primary-700\/20:focus{
  color: rgb(35 62 104 / 0.2);
}

.focus\:text-primary-700\/25:focus{
  color: rgb(35 62 104 / 0.25);
}

.focus\:text-primary-700\/30:focus{
  color: rgb(35 62 104 / 0.3);
}

.focus\:text-primary-700\/35:focus{
  color: rgb(35 62 104 / 0.35);
}

.focus\:text-primary-700\/40:focus{
  color: rgb(35 62 104 / 0.4);
}

.focus\:text-primary-700\/45:focus{
  color: rgb(35 62 104 / 0.45);
}

.focus\:text-primary-700\/5:focus{
  color: rgb(35 62 104 / 0.05);
}

.focus\:text-primary-700\/50:focus{
  color: rgb(35 62 104 / 0.5);
}

.focus\:text-primary-700\/55:focus{
  color: rgb(35 62 104 / 0.55);
}

.focus\:text-primary-700\/60:focus{
  color: rgb(35 62 104 / 0.6);
}

.focus\:text-primary-700\/65:focus{
  color: rgb(35 62 104 / 0.65);
}

.focus\:text-primary-700\/70:focus{
  color: rgb(35 62 104 / 0.7);
}

.focus\:text-primary-700\/75:focus{
  color: rgb(35 62 104 / 0.75);
}

.focus\:text-primary-700\/80:focus{
  color: rgb(35 62 104 / 0.8);
}

.focus\:text-primary-700\/85:focus{
  color: rgb(35 62 104 / 0.85);
}

.focus\:text-primary-700\/90:focus{
  color: rgb(35 62 104 / 0.9);
}

.focus\:text-primary-700\/95:focus{
  color: rgb(35 62 104 / 0.95);
}

.focus\:text-primary-800:focus{
  color: #1f375c;
}

.focus\:text-primary-800\/0:focus{
  color: rgb(31 55 92 / 0);
}

.focus\:text-primary-800\/10:focus{
  color: rgb(31 55 92 / 0.1);
}

.focus\:text-primary-800\/100:focus{
  color: rgb(31 55 92 / 1);
}

.focus\:text-primary-800\/15:focus{
  color: rgb(31 55 92 / 0.15);
}

.focus\:text-primary-800\/20:focus{
  color: rgb(31 55 92 / 0.2);
}

.focus\:text-primary-800\/25:focus{
  color: rgb(31 55 92 / 0.25);
}

.focus\:text-primary-800\/30:focus{
  color: rgb(31 55 92 / 0.3);
}

.focus\:text-primary-800\/35:focus{
  color: rgb(31 55 92 / 0.35);
}

.focus\:text-primary-800\/40:focus{
  color: rgb(31 55 92 / 0.4);
}

.focus\:text-primary-800\/45:focus{
  color: rgb(31 55 92 / 0.45);
}

.focus\:text-primary-800\/5:focus{
  color: rgb(31 55 92 / 0.05);
}

.focus\:text-primary-800\/50:focus{
  color: rgb(31 55 92 / 0.5);
}

.focus\:text-primary-800\/55:focus{
  color: rgb(31 55 92 / 0.55);
}

.focus\:text-primary-800\/60:focus{
  color: rgb(31 55 92 / 0.6);
}

.focus\:text-primary-800\/65:focus{
  color: rgb(31 55 92 / 0.65);
}

.focus\:text-primary-800\/70:focus{
  color: rgb(31 55 92 / 0.7);
}

.focus\:text-primary-800\/75:focus{
  color: rgb(31 55 92 / 0.75);
}

.focus\:text-primary-800\/80:focus{
  color: rgb(31 55 92 / 0.8);
}

.focus\:text-primary-800\/85:focus{
  color: rgb(31 55 92 / 0.85);
}

.focus\:text-primary-800\/90:focus{
  color: rgb(31 55 92 / 0.9);
}

.focus\:text-primary-800\/95:focus{
  color: rgb(31 55 92 / 0.95);
}

.focus\:text-primary-900:focus{
  color: #1b3051;
}

.focus\:text-primary-900\/0:focus{
  color: rgb(27 48 81 / 0);
}

.focus\:text-primary-900\/10:focus{
  color: rgb(27 48 81 / 0.1);
}

.focus\:text-primary-900\/100:focus{
  color: rgb(27 48 81 / 1);
}

.focus\:text-primary-900\/15:focus{
  color: rgb(27 48 81 / 0.15);
}

.focus\:text-primary-900\/20:focus{
  color: rgb(27 48 81 / 0.2);
}

.focus\:text-primary-900\/25:focus{
  color: rgb(27 48 81 / 0.25);
}

.focus\:text-primary-900\/30:focus{
  color: rgb(27 48 81 / 0.3);
}

.focus\:text-primary-900\/35:focus{
  color: rgb(27 48 81 / 0.35);
}

.focus\:text-primary-900\/40:focus{
  color: rgb(27 48 81 / 0.4);
}

.focus\:text-primary-900\/45:focus{
  color: rgb(27 48 81 / 0.45);
}

.focus\:text-primary-900\/5:focus{
  color: rgb(27 48 81 / 0.05);
}

.focus\:text-primary-900\/50:focus{
  color: rgb(27 48 81 / 0.5);
}

.focus\:text-primary-900\/55:focus{
  color: rgb(27 48 81 / 0.55);
}

.focus\:text-primary-900\/60:focus{
  color: rgb(27 48 81 / 0.6);
}

.focus\:text-primary-900\/65:focus{
  color: rgb(27 48 81 / 0.65);
}

.focus\:text-primary-900\/70:focus{
  color: rgb(27 48 81 / 0.7);
}

.focus\:text-primary-900\/75:focus{
  color: rgb(27 48 81 / 0.75);
}

.focus\:text-primary-900\/80:focus{
  color: rgb(27 48 81 / 0.8);
}

.focus\:text-primary-900\/85:focus{
  color: rgb(27 48 81 / 0.85);
}

.focus\:text-primary-900\/90:focus{
  color: rgb(27 48 81 / 0.9);
}

.focus\:text-primary-900\/95:focus{
  color: rgb(27 48 81 / 0.95);
}

.focus\:text-secondary-100:focus{
  color: #DAE5E7;
}

.focus\:text-secondary-100\/0:focus{
  color: rgb(218 229 231 / 0);
}

.focus\:text-secondary-100\/10:focus{
  color: rgb(218 229 231 / 0.1);
}

.focus\:text-secondary-100\/100:focus{
  color: rgb(218 229 231 / 1);
}

.focus\:text-secondary-100\/15:focus{
  color: rgb(218 229 231 / 0.15);
}

.focus\:text-secondary-100\/20:focus{
  color: rgb(218 229 231 / 0.2);
}

.focus\:text-secondary-100\/25:focus{
  color: rgb(218 229 231 / 0.25);
}

.focus\:text-secondary-100\/30:focus{
  color: rgb(218 229 231 / 0.3);
}

.focus\:text-secondary-100\/35:focus{
  color: rgb(218 229 231 / 0.35);
}

.focus\:text-secondary-100\/40:focus{
  color: rgb(218 229 231 / 0.4);
}

.focus\:text-secondary-100\/45:focus{
  color: rgb(218 229 231 / 0.45);
}

.focus\:text-secondary-100\/5:focus{
  color: rgb(218 229 231 / 0.05);
}

.focus\:text-secondary-100\/50:focus{
  color: rgb(218 229 231 / 0.5);
}

.focus\:text-secondary-100\/55:focus{
  color: rgb(218 229 231 / 0.55);
}

.focus\:text-secondary-100\/60:focus{
  color: rgb(218 229 231 / 0.6);
}

.focus\:text-secondary-100\/65:focus{
  color: rgb(218 229 231 / 0.65);
}

.focus\:text-secondary-100\/70:focus{
  color: rgb(218 229 231 / 0.7);
}

.focus\:text-secondary-100\/75:focus{
  color: rgb(218 229 231 / 0.75);
}

.focus\:text-secondary-100\/80:focus{
  color: rgb(218 229 231 / 0.8);
}

.focus\:text-secondary-100\/85:focus{
  color: rgb(218 229 231 / 0.85);
}

.focus\:text-secondary-100\/90:focus{
  color: rgb(218 229 231 / 0.9);
}

.focus\:text-secondary-100\/95:focus{
  color: rgb(218 229 231 / 0.95);
}

.focus\:text-secondary-200:focus{
  color: #C4D6D9;
}

.focus\:text-secondary-200\/0:focus{
  color: rgb(196 214 217 / 0);
}

.focus\:text-secondary-200\/10:focus{
  color: rgb(196 214 217 / 0.1);
}

.focus\:text-secondary-200\/100:focus{
  color: rgb(196 214 217 / 1);
}

.focus\:text-secondary-200\/15:focus{
  color: rgb(196 214 217 / 0.15);
}

.focus\:text-secondary-200\/20:focus{
  color: rgb(196 214 217 / 0.2);
}

.focus\:text-secondary-200\/25:focus{
  color: rgb(196 214 217 / 0.25);
}

.focus\:text-secondary-200\/30:focus{
  color: rgb(196 214 217 / 0.3);
}

.focus\:text-secondary-200\/35:focus{
  color: rgb(196 214 217 / 0.35);
}

.focus\:text-secondary-200\/40:focus{
  color: rgb(196 214 217 / 0.4);
}

.focus\:text-secondary-200\/45:focus{
  color: rgb(196 214 217 / 0.45);
}

.focus\:text-secondary-200\/5:focus{
  color: rgb(196 214 217 / 0.05);
}

.focus\:text-secondary-200\/50:focus{
  color: rgb(196 214 217 / 0.5);
}

.focus\:text-secondary-200\/55:focus{
  color: rgb(196 214 217 / 0.55);
}

.focus\:text-secondary-200\/60:focus{
  color: rgb(196 214 217 / 0.6);
}

.focus\:text-secondary-200\/65:focus{
  color: rgb(196 214 217 / 0.65);
}

.focus\:text-secondary-200\/70:focus{
  color: rgb(196 214 217 / 0.7);
}

.focus\:text-secondary-200\/75:focus{
  color: rgb(196 214 217 / 0.75);
}

.focus\:text-secondary-200\/80:focus{
  color: rgb(196 214 217 / 0.8);
}

.focus\:text-secondary-200\/85:focus{
  color: rgb(196 214 217 / 0.85);
}

.focus\:text-secondary-200\/90:focus{
  color: rgb(196 214 217 / 0.9);
}

.focus\:text-secondary-200\/95:focus{
  color: rgb(196 214 217 / 0.95);
}

.focus\:text-secondary-300:focus{
  color: #AEC7CC;
}

.focus\:text-secondary-300\/0:focus{
  color: rgb(174 199 204 / 0);
}

.focus\:text-secondary-300\/10:focus{
  color: rgb(174 199 204 / 0.1);
}

.focus\:text-secondary-300\/100:focus{
  color: rgb(174 199 204 / 1);
}

.focus\:text-secondary-300\/15:focus{
  color: rgb(174 199 204 / 0.15);
}

.focus\:text-secondary-300\/20:focus{
  color: rgb(174 199 204 / 0.2);
}

.focus\:text-secondary-300\/25:focus{
  color: rgb(174 199 204 / 0.25);
}

.focus\:text-secondary-300\/30:focus{
  color: rgb(174 199 204 / 0.3);
}

.focus\:text-secondary-300\/35:focus{
  color: rgb(174 199 204 / 0.35);
}

.focus\:text-secondary-300\/40:focus{
  color: rgb(174 199 204 / 0.4);
}

.focus\:text-secondary-300\/45:focus{
  color: rgb(174 199 204 / 0.45);
}

.focus\:text-secondary-300\/5:focus{
  color: rgb(174 199 204 / 0.05);
}

.focus\:text-secondary-300\/50:focus{
  color: rgb(174 199 204 / 0.5);
}

.focus\:text-secondary-300\/55:focus{
  color: rgb(174 199 204 / 0.55);
}

.focus\:text-secondary-300\/60:focus{
  color: rgb(174 199 204 / 0.6);
}

.focus\:text-secondary-300\/65:focus{
  color: rgb(174 199 204 / 0.65);
}

.focus\:text-secondary-300\/70:focus{
  color: rgb(174 199 204 / 0.7);
}

.focus\:text-secondary-300\/75:focus{
  color: rgb(174 199 204 / 0.75);
}

.focus\:text-secondary-300\/80:focus{
  color: rgb(174 199 204 / 0.8);
}

.focus\:text-secondary-300\/85:focus{
  color: rgb(174 199 204 / 0.85);
}

.focus\:text-secondary-300\/90:focus{
  color: rgb(174 199 204 / 0.9);
}

.focus\:text-secondary-300\/95:focus{
  color: rgb(174 199 204 / 0.95);
}

.focus\:text-secondary-400:focus{
  color: #98B8BE;
}

.focus\:text-secondary-400\/0:focus{
  color: rgb(152 184 190 / 0);
}

.focus\:text-secondary-400\/10:focus{
  color: rgb(152 184 190 / 0.1);
}

.focus\:text-secondary-400\/100:focus{
  color: rgb(152 184 190 / 1);
}

.focus\:text-secondary-400\/15:focus{
  color: rgb(152 184 190 / 0.15);
}

.focus\:text-secondary-400\/20:focus{
  color: rgb(152 184 190 / 0.2);
}

.focus\:text-secondary-400\/25:focus{
  color: rgb(152 184 190 / 0.25);
}

.focus\:text-secondary-400\/30:focus{
  color: rgb(152 184 190 / 0.3);
}

.focus\:text-secondary-400\/35:focus{
  color: rgb(152 184 190 / 0.35);
}

.focus\:text-secondary-400\/40:focus{
  color: rgb(152 184 190 / 0.4);
}

.focus\:text-secondary-400\/45:focus{
  color: rgb(152 184 190 / 0.45);
}

.focus\:text-secondary-400\/5:focus{
  color: rgb(152 184 190 / 0.05);
}

.focus\:text-secondary-400\/50:focus{
  color: rgb(152 184 190 / 0.5);
}

.focus\:text-secondary-400\/55:focus{
  color: rgb(152 184 190 / 0.55);
}

.focus\:text-secondary-400\/60:focus{
  color: rgb(152 184 190 / 0.6);
}

.focus\:text-secondary-400\/65:focus{
  color: rgb(152 184 190 / 0.65);
}

.focus\:text-secondary-400\/70:focus{
  color: rgb(152 184 190 / 0.7);
}

.focus\:text-secondary-400\/75:focus{
  color: rgb(152 184 190 / 0.75);
}

.focus\:text-secondary-400\/80:focus{
  color: rgb(152 184 190 / 0.8);
}

.focus\:text-secondary-400\/85:focus{
  color: rgb(152 184 190 / 0.85);
}

.focus\:text-secondary-400\/90:focus{
  color: rgb(152 184 190 / 0.9);
}

.focus\:text-secondary-400\/95:focus{
  color: rgb(152 184 190 / 0.95);
}

.focus\:text-secondary-500:focus{
  color: #82A9B0;
}

.focus\:text-secondary-500\/0:focus{
  color: rgb(130 169 176 / 0);
}

.focus\:text-secondary-500\/10:focus{
  color: rgb(130 169 176 / 0.1);
}

.focus\:text-secondary-500\/100:focus{
  color: rgb(130 169 176 / 1);
}

.focus\:text-secondary-500\/15:focus{
  color: rgb(130 169 176 / 0.15);
}

.focus\:text-secondary-500\/20:focus{
  color: rgb(130 169 176 / 0.2);
}

.focus\:text-secondary-500\/25:focus{
  color: rgb(130 169 176 / 0.25);
}

.focus\:text-secondary-500\/30:focus{
  color: rgb(130 169 176 / 0.3);
}

.focus\:text-secondary-500\/35:focus{
  color: rgb(130 169 176 / 0.35);
}

.focus\:text-secondary-500\/40:focus{
  color: rgb(130 169 176 / 0.4);
}

.focus\:text-secondary-500\/45:focus{
  color: rgb(130 169 176 / 0.45);
}

.focus\:text-secondary-500\/5:focus{
  color: rgb(130 169 176 / 0.05);
}

.focus\:text-secondary-500\/50:focus{
  color: rgb(130 169 176 / 0.5);
}

.focus\:text-secondary-500\/55:focus{
  color: rgb(130 169 176 / 0.55);
}

.focus\:text-secondary-500\/60:focus{
  color: rgb(130 169 176 / 0.6);
}

.focus\:text-secondary-500\/65:focus{
  color: rgb(130 169 176 / 0.65);
}

.focus\:text-secondary-500\/70:focus{
  color: rgb(130 169 176 / 0.7);
}

.focus\:text-secondary-500\/75:focus{
  color: rgb(130 169 176 / 0.75);
}

.focus\:text-secondary-500\/80:focus{
  color: rgb(130 169 176 / 0.8);
}

.focus\:text-secondary-500\/85:focus{
  color: rgb(130 169 176 / 0.85);
}

.focus\:text-secondary-500\/90:focus{
  color: rgb(130 169 176 / 0.9);
}

.focus\:text-secondary-500\/95:focus{
  color: rgb(130 169 176 / 0.95);
}

.focus\:text-secondary-600:focus{
  color: #66969E;
}

.focus\:text-secondary-600\/0:focus{
  color: rgb(102 150 158 / 0);
}

.focus\:text-secondary-600\/10:focus{
  color: rgb(102 150 158 / 0.1);
}

.focus\:text-secondary-600\/100:focus{
  color: rgb(102 150 158 / 1);
}

.focus\:text-secondary-600\/15:focus{
  color: rgb(102 150 158 / 0.15);
}

.focus\:text-secondary-600\/20:focus{
  color: rgb(102 150 158 / 0.2);
}

.focus\:text-secondary-600\/25:focus{
  color: rgb(102 150 158 / 0.25);
}

.focus\:text-secondary-600\/30:focus{
  color: rgb(102 150 158 / 0.3);
}

.focus\:text-secondary-600\/35:focus{
  color: rgb(102 150 158 / 0.35);
}

.focus\:text-secondary-600\/40:focus{
  color: rgb(102 150 158 / 0.4);
}

.focus\:text-secondary-600\/45:focus{
  color: rgb(102 150 158 / 0.45);
}

.focus\:text-secondary-600\/5:focus{
  color: rgb(102 150 158 / 0.05);
}

.focus\:text-secondary-600\/50:focus{
  color: rgb(102 150 158 / 0.5);
}

.focus\:text-secondary-600\/55:focus{
  color: rgb(102 150 158 / 0.55);
}

.focus\:text-secondary-600\/60:focus{
  color: rgb(102 150 158 / 0.6);
}

.focus\:text-secondary-600\/65:focus{
  color: rgb(102 150 158 / 0.65);
}

.focus\:text-secondary-600\/70:focus{
  color: rgb(102 150 158 / 0.7);
}

.focus\:text-secondary-600\/75:focus{
  color: rgb(102 150 158 / 0.75);
}

.focus\:text-secondary-600\/80:focus{
  color: rgb(102 150 158 / 0.8);
}

.focus\:text-secondary-600\/85:focus{
  color: rgb(102 150 158 / 0.85);
}

.focus\:text-secondary-600\/90:focus{
  color: rgb(102 150 158 / 0.9);
}

.focus\:text-secondary-600\/95:focus{
  color: rgb(102 150 158 / 0.95);
}

.focus\:text-secondary-700:focus{
  color: #537C83;
}

.focus\:text-secondary-700\/0:focus{
  color: rgb(83 124 131 / 0);
}

.focus\:text-secondary-700\/10:focus{
  color: rgb(83 124 131 / 0.1);
}

.focus\:text-secondary-700\/100:focus{
  color: rgb(83 124 131 / 1);
}

.focus\:text-secondary-700\/15:focus{
  color: rgb(83 124 131 / 0.15);
}

.focus\:text-secondary-700\/20:focus{
  color: rgb(83 124 131 / 0.2);
}

.focus\:text-secondary-700\/25:focus{
  color: rgb(83 124 131 / 0.25);
}

.focus\:text-secondary-700\/30:focus{
  color: rgb(83 124 131 / 0.3);
}

.focus\:text-secondary-700\/35:focus{
  color: rgb(83 124 131 / 0.35);
}

.focus\:text-secondary-700\/40:focus{
  color: rgb(83 124 131 / 0.4);
}

.focus\:text-secondary-700\/45:focus{
  color: rgb(83 124 131 / 0.45);
}

.focus\:text-secondary-700\/5:focus{
  color: rgb(83 124 131 / 0.05);
}

.focus\:text-secondary-700\/50:focus{
  color: rgb(83 124 131 / 0.5);
}

.focus\:text-secondary-700\/55:focus{
  color: rgb(83 124 131 / 0.55);
}

.focus\:text-secondary-700\/60:focus{
  color: rgb(83 124 131 / 0.6);
}

.focus\:text-secondary-700\/65:focus{
  color: rgb(83 124 131 / 0.65);
}

.focus\:text-secondary-700\/70:focus{
  color: rgb(83 124 131 / 0.7);
}

.focus\:text-secondary-700\/75:focus{
  color: rgb(83 124 131 / 0.75);
}

.focus\:text-secondary-700\/80:focus{
  color: rgb(83 124 131 / 0.8);
}

.focus\:text-secondary-700\/85:focus{
  color: rgb(83 124 131 / 0.85);
}

.focus\:text-secondary-700\/90:focus{
  color: rgb(83 124 131 / 0.9);
}

.focus\:text-secondary-700\/95:focus{
  color: rgb(83 124 131 / 0.95);
}

.focus\:text-secondary-800:focus{
  color: #416167;
}

.focus\:text-secondary-800\/0:focus{
  color: rgb(65 97 103 / 0);
}

.focus\:text-secondary-800\/10:focus{
  color: rgb(65 97 103 / 0.1);
}

.focus\:text-secondary-800\/100:focus{
  color: rgb(65 97 103 / 1);
}

.focus\:text-secondary-800\/15:focus{
  color: rgb(65 97 103 / 0.15);
}

.focus\:text-secondary-800\/20:focus{
  color: rgb(65 97 103 / 0.2);
}

.focus\:text-secondary-800\/25:focus{
  color: rgb(65 97 103 / 0.25);
}

.focus\:text-secondary-800\/30:focus{
  color: rgb(65 97 103 / 0.3);
}

.focus\:text-secondary-800\/35:focus{
  color: rgb(65 97 103 / 0.35);
}

.focus\:text-secondary-800\/40:focus{
  color: rgb(65 97 103 / 0.4);
}

.focus\:text-secondary-800\/45:focus{
  color: rgb(65 97 103 / 0.45);
}

.focus\:text-secondary-800\/5:focus{
  color: rgb(65 97 103 / 0.05);
}

.focus\:text-secondary-800\/50:focus{
  color: rgb(65 97 103 / 0.5);
}

.focus\:text-secondary-800\/55:focus{
  color: rgb(65 97 103 / 0.55);
}

.focus\:text-secondary-800\/60:focus{
  color: rgb(65 97 103 / 0.6);
}

.focus\:text-secondary-800\/65:focus{
  color: rgb(65 97 103 / 0.65);
}

.focus\:text-secondary-800\/70:focus{
  color: rgb(65 97 103 / 0.7);
}

.focus\:text-secondary-800\/75:focus{
  color: rgb(65 97 103 / 0.75);
}

.focus\:text-secondary-800\/80:focus{
  color: rgb(65 97 103 / 0.8);
}

.focus\:text-secondary-800\/85:focus{
  color: rgb(65 97 103 / 0.85);
}

.focus\:text-secondary-800\/90:focus{
  color: rgb(65 97 103 / 0.9);
}

.focus\:text-secondary-800\/95:focus{
  color: rgb(65 97 103 / 0.95);
}

.focus\:text-secondary-900:focus{
  color: #2F474B;
}

.focus\:text-secondary-900\/0:focus{
  color: rgb(47 71 75 / 0);
}

.focus\:text-secondary-900\/10:focus{
  color: rgb(47 71 75 / 0.1);
}

.focus\:text-secondary-900\/100:focus{
  color: rgb(47 71 75 / 1);
}

.focus\:text-secondary-900\/15:focus{
  color: rgb(47 71 75 / 0.15);
}

.focus\:text-secondary-900\/20:focus{
  color: rgb(47 71 75 / 0.2);
}

.focus\:text-secondary-900\/25:focus{
  color: rgb(47 71 75 / 0.25);
}

.focus\:text-secondary-900\/30:focus{
  color: rgb(47 71 75 / 0.3);
}

.focus\:text-secondary-900\/35:focus{
  color: rgb(47 71 75 / 0.35);
}

.focus\:text-secondary-900\/40:focus{
  color: rgb(47 71 75 / 0.4);
}

.focus\:text-secondary-900\/45:focus{
  color: rgb(47 71 75 / 0.45);
}

.focus\:text-secondary-900\/5:focus{
  color: rgb(47 71 75 / 0.05);
}

.focus\:text-secondary-900\/50:focus{
  color: rgb(47 71 75 / 0.5);
}

.focus\:text-secondary-900\/55:focus{
  color: rgb(47 71 75 / 0.55);
}

.focus\:text-secondary-900\/60:focus{
  color: rgb(47 71 75 / 0.6);
}

.focus\:text-secondary-900\/65:focus{
  color: rgb(47 71 75 / 0.65);
}

.focus\:text-secondary-900\/70:focus{
  color: rgb(47 71 75 / 0.7);
}

.focus\:text-secondary-900\/75:focus{
  color: rgb(47 71 75 / 0.75);
}

.focus\:text-secondary-900\/80:focus{
  color: rgb(47 71 75 / 0.8);
}

.focus\:text-secondary-900\/85:focus{
  color: rgb(47 71 75 / 0.85);
}

.focus\:text-secondary-900\/90:focus{
  color: rgb(47 71 75 / 0.9);
}

.focus\:text-secondary-900\/95:focus{
  color: rgb(47 71 75 / 0.95);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.focus\:outline-indigo-500:focus{
  outline-color: #6366f1;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus{
  --tw-ring-color: #3b82f6;
}

.focus\:ring-gray-300:focus{
  --tw-ring-color: #d1d5db;
}

.focus\:ring-gray-400:focus{
  --tw-ring-color: #9ca3af;
}

.focus\:ring-gray-500:focus{
  --tw-ring-color: #6b7280;
}

.focus\:ring-primary-500:focus{
  --tw-ring-color: #2d4b79;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-500:focus-visible{
  outline-color: #6366f1;
}

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

.disabled\:border-accent-100:disabled{
  border-color: #fceae9;
}

.disabled\:border-accent-100\/0:disabled{
  border-color: rgb(252 234 233 / 0);
}

.disabled\:border-accent-100\/10:disabled{
  border-color: rgb(252 234 233 / 0.1);
}

.disabled\:border-accent-100\/100:disabled{
  border-color: rgb(252 234 233 / 1);
}

.disabled\:border-accent-100\/15:disabled{
  border-color: rgb(252 234 233 / 0.15);
}

.disabled\:border-accent-100\/20:disabled{
  border-color: rgb(252 234 233 / 0.2);
}

.disabled\:border-accent-100\/25:disabled{
  border-color: rgb(252 234 233 / 0.25);
}

.disabled\:border-accent-100\/30:disabled{
  border-color: rgb(252 234 233 / 0.3);
}

.disabled\:border-accent-100\/35:disabled{
  border-color: rgb(252 234 233 / 0.35);
}

.disabled\:border-accent-100\/40:disabled{
  border-color: rgb(252 234 233 / 0.4);
}

.disabled\:border-accent-100\/45:disabled{
  border-color: rgb(252 234 233 / 0.45);
}

.disabled\:border-accent-100\/5:disabled{
  border-color: rgb(252 234 233 / 0.05);
}

.disabled\:border-accent-100\/50:disabled{
  border-color: rgb(252 234 233 / 0.5);
}

.disabled\:border-accent-100\/55:disabled{
  border-color: rgb(252 234 233 / 0.55);
}

.disabled\:border-accent-100\/60:disabled{
  border-color: rgb(252 234 233 / 0.6);
}

.disabled\:border-accent-100\/65:disabled{
  border-color: rgb(252 234 233 / 0.65);
}

.disabled\:border-accent-100\/70:disabled{
  border-color: rgb(252 234 233 / 0.7);
}

.disabled\:border-accent-100\/75:disabled{
  border-color: rgb(252 234 233 / 0.75);
}

.disabled\:border-accent-100\/80:disabled{
  border-color: rgb(252 234 233 / 0.8);
}

.disabled\:border-accent-100\/85:disabled{
  border-color: rgb(252 234 233 / 0.85);
}

.disabled\:border-accent-100\/90:disabled{
  border-color: rgb(252 234 233 / 0.9);
}

.disabled\:border-accent-100\/95:disabled{
  border-color: rgb(252 234 233 / 0.95);
}

.disabled\:border-accent-200:disabled{
  border-color: #f9d4d2;
}

.disabled\:border-accent-200\/0:disabled{
  border-color: rgb(249 212 210 / 0);
}

.disabled\:border-accent-200\/10:disabled{
  border-color: rgb(249 212 210 / 0.1);
}

.disabled\:border-accent-200\/100:disabled{
  border-color: rgb(249 212 210 / 1);
}

.disabled\:border-accent-200\/15:disabled{
  border-color: rgb(249 212 210 / 0.15);
}

.disabled\:border-accent-200\/20:disabled{
  border-color: rgb(249 212 210 / 0.2);
}

.disabled\:border-accent-200\/25:disabled{
  border-color: rgb(249 212 210 / 0.25);
}

.disabled\:border-accent-200\/30:disabled{
  border-color: rgb(249 212 210 / 0.3);
}

.disabled\:border-accent-200\/35:disabled{
  border-color: rgb(249 212 210 / 0.35);
}

.disabled\:border-accent-200\/40:disabled{
  border-color: rgb(249 212 210 / 0.4);
}

.disabled\:border-accent-200\/45:disabled{
  border-color: rgb(249 212 210 / 0.45);
}

.disabled\:border-accent-200\/5:disabled{
  border-color: rgb(249 212 210 / 0.05);
}

.disabled\:border-accent-200\/50:disabled{
  border-color: rgb(249 212 210 / 0.5);
}

.disabled\:border-accent-200\/55:disabled{
  border-color: rgb(249 212 210 / 0.55);
}

.disabled\:border-accent-200\/60:disabled{
  border-color: rgb(249 212 210 / 0.6);
}

.disabled\:border-accent-200\/65:disabled{
  border-color: rgb(249 212 210 / 0.65);
}

.disabled\:border-accent-200\/70:disabled{
  border-color: rgb(249 212 210 / 0.7);
}

.disabled\:border-accent-200\/75:disabled{
  border-color: rgb(249 212 210 / 0.75);
}

.disabled\:border-accent-200\/80:disabled{
  border-color: rgb(249 212 210 / 0.8);
}

.disabled\:border-accent-200\/85:disabled{
  border-color: rgb(249 212 210 / 0.85);
}

.disabled\:border-accent-200\/90:disabled{
  border-color: rgb(249 212 210 / 0.9);
}

.disabled\:border-accent-200\/95:disabled{
  border-color: rgb(249 212 210 / 0.95);
}

.disabled\:border-accent-300:disabled{
  border-color: #f4b5b3;
}

.disabled\:border-accent-300\/0:disabled{
  border-color: rgb(244 181 179 / 0);
}

.disabled\:border-accent-300\/10:disabled{
  border-color: rgb(244 181 179 / 0.1);
}

.disabled\:border-accent-300\/100:disabled{
  border-color: rgb(244 181 179 / 1);
}

.disabled\:border-accent-300\/15:disabled{
  border-color: rgb(244 181 179 / 0.15);
}

.disabled\:border-accent-300\/20:disabled{
  border-color: rgb(244 181 179 / 0.2);
}

.disabled\:border-accent-300\/25:disabled{
  border-color: rgb(244 181 179 / 0.25);
}

.disabled\:border-accent-300\/30:disabled{
  border-color: rgb(244 181 179 / 0.3);
}

.disabled\:border-accent-300\/35:disabled{
  border-color: rgb(244 181 179 / 0.35);
}

.disabled\:border-accent-300\/40:disabled{
  border-color: rgb(244 181 179 / 0.4);
}

.disabled\:border-accent-300\/45:disabled{
  border-color: rgb(244 181 179 / 0.45);
}

.disabled\:border-accent-300\/5:disabled{
  border-color: rgb(244 181 179 / 0.05);
}

.disabled\:border-accent-300\/50:disabled{
  border-color: rgb(244 181 179 / 0.5);
}

.disabled\:border-accent-300\/55:disabled{
  border-color: rgb(244 181 179 / 0.55);
}

.disabled\:border-accent-300\/60:disabled{
  border-color: rgb(244 181 179 / 0.6);
}

.disabled\:border-accent-300\/65:disabled{
  border-color: rgb(244 181 179 / 0.65);
}

.disabled\:border-accent-300\/70:disabled{
  border-color: rgb(244 181 179 / 0.7);
}

.disabled\:border-accent-300\/75:disabled{
  border-color: rgb(244 181 179 / 0.75);
}

.disabled\:border-accent-300\/80:disabled{
  border-color: rgb(244 181 179 / 0.8);
}

.disabled\:border-accent-300\/85:disabled{
  border-color: rgb(244 181 179 / 0.85);
}

.disabled\:border-accent-300\/90:disabled{
  border-color: rgb(244 181 179 / 0.9);
}

.disabled\:border-accent-300\/95:disabled{
  border-color: rgb(244 181 179 / 0.95);
}

.disabled\:border-accent-400:disabled{
  border-color: #ee8e8b;
}

.disabled\:border-accent-400\/0:disabled{
  border-color: rgb(238 142 139 / 0);
}

.disabled\:border-accent-400\/10:disabled{
  border-color: rgb(238 142 139 / 0.1);
}

.disabled\:border-accent-400\/100:disabled{
  border-color: rgb(238 142 139 / 1);
}

.disabled\:border-accent-400\/15:disabled{
  border-color: rgb(238 142 139 / 0.15);
}

.disabled\:border-accent-400\/20:disabled{
  border-color: rgb(238 142 139 / 0.2);
}

.disabled\:border-accent-400\/25:disabled{
  border-color: rgb(238 142 139 / 0.25);
}

.disabled\:border-accent-400\/30:disabled{
  border-color: rgb(238 142 139 / 0.3);
}

.disabled\:border-accent-400\/35:disabled{
  border-color: rgb(238 142 139 / 0.35);
}

.disabled\:border-accent-400\/40:disabled{
  border-color: rgb(238 142 139 / 0.4);
}

.disabled\:border-accent-400\/45:disabled{
  border-color: rgb(238 142 139 / 0.45);
}

.disabled\:border-accent-400\/5:disabled{
  border-color: rgb(238 142 139 / 0.05);
}

.disabled\:border-accent-400\/50:disabled{
  border-color: rgb(238 142 139 / 0.5);
}

.disabled\:border-accent-400\/55:disabled{
  border-color: rgb(238 142 139 / 0.55);
}

.disabled\:border-accent-400\/60:disabled{
  border-color: rgb(238 142 139 / 0.6);
}

.disabled\:border-accent-400\/65:disabled{
  border-color: rgb(238 142 139 / 0.65);
}

.disabled\:border-accent-400\/70:disabled{
  border-color: rgb(238 142 139 / 0.7);
}

.disabled\:border-accent-400\/75:disabled{
  border-color: rgb(238 142 139 / 0.75);
}

.disabled\:border-accent-400\/80:disabled{
  border-color: rgb(238 142 139 / 0.8);
}

.disabled\:border-accent-400\/85:disabled{
  border-color: rgb(238 142 139 / 0.85);
}

.disabled\:border-accent-400\/90:disabled{
  border-color: rgb(238 142 139 / 0.9);
}

.disabled\:border-accent-400\/95:disabled{
  border-color: rgb(238 142 139 / 0.95);
}

.disabled\:border-accent-500:disabled{
  border-color: #e57373;
}

.disabled\:border-accent-500\/0:disabled{
  border-color: rgb(229 115 115 / 0);
}

.disabled\:border-accent-500\/10:disabled{
  border-color: rgb(229 115 115 / 0.1);
}

.disabled\:border-accent-500\/100:disabled{
  border-color: rgb(229 115 115 / 1);
}

.disabled\:border-accent-500\/15:disabled{
  border-color: rgb(229 115 115 / 0.15);
}

.disabled\:border-accent-500\/20:disabled{
  border-color: rgb(229 115 115 / 0.2);
}

.disabled\:border-accent-500\/25:disabled{
  border-color: rgb(229 115 115 / 0.25);
}

.disabled\:border-accent-500\/30:disabled{
  border-color: rgb(229 115 115 / 0.3);
}

.disabled\:border-accent-500\/35:disabled{
  border-color: rgb(229 115 115 / 0.35);
}

.disabled\:border-accent-500\/40:disabled{
  border-color: rgb(229 115 115 / 0.4);
}

.disabled\:border-accent-500\/45:disabled{
  border-color: rgb(229 115 115 / 0.45);
}

.disabled\:border-accent-500\/5:disabled{
  border-color: rgb(229 115 115 / 0.05);
}

.disabled\:border-accent-500\/50:disabled{
  border-color: rgb(229 115 115 / 0.5);
}

.disabled\:border-accent-500\/55:disabled{
  border-color: rgb(229 115 115 / 0.55);
}

.disabled\:border-accent-500\/60:disabled{
  border-color: rgb(229 115 115 / 0.6);
}

.disabled\:border-accent-500\/65:disabled{
  border-color: rgb(229 115 115 / 0.65);
}

.disabled\:border-accent-500\/70:disabled{
  border-color: rgb(229 115 115 / 0.7);
}

.disabled\:border-accent-500\/75:disabled{
  border-color: rgb(229 115 115 / 0.75);
}

.disabled\:border-accent-500\/80:disabled{
  border-color: rgb(229 115 115 / 0.8);
}

.disabled\:border-accent-500\/85:disabled{
  border-color: rgb(229 115 115 / 0.85);
}

.disabled\:border-accent-500\/90:disabled{
  border-color: rgb(229 115 115 / 0.9);
}

.disabled\:border-accent-500\/95:disabled{
  border-color: rgb(229 115 115 / 0.95);
}

.disabled\:border-accent-600:disabled{
  border-color: #d95f5f;
}

.disabled\:border-accent-600\/0:disabled{
  border-color: rgb(217 95 95 / 0);
}

.disabled\:border-accent-600\/10:disabled{
  border-color: rgb(217 95 95 / 0.1);
}

.disabled\:border-accent-600\/100:disabled{
  border-color: rgb(217 95 95 / 1);
}

.disabled\:border-accent-600\/15:disabled{
  border-color: rgb(217 95 95 / 0.15);
}

.disabled\:border-accent-600\/20:disabled{
  border-color: rgb(217 95 95 / 0.2);
}

.disabled\:border-accent-600\/25:disabled{
  border-color: rgb(217 95 95 / 0.25);
}

.disabled\:border-accent-600\/30:disabled{
  border-color: rgb(217 95 95 / 0.3);
}

.disabled\:border-accent-600\/35:disabled{
  border-color: rgb(217 95 95 / 0.35);
}

.disabled\:border-accent-600\/40:disabled{
  border-color: rgb(217 95 95 / 0.4);
}

.disabled\:border-accent-600\/45:disabled{
  border-color: rgb(217 95 95 / 0.45);
}

.disabled\:border-accent-600\/5:disabled{
  border-color: rgb(217 95 95 / 0.05);
}

.disabled\:border-accent-600\/50:disabled{
  border-color: rgb(217 95 95 / 0.5);
}

.disabled\:border-accent-600\/55:disabled{
  border-color: rgb(217 95 95 / 0.55);
}

.disabled\:border-accent-600\/60:disabled{
  border-color: rgb(217 95 95 / 0.6);
}

.disabled\:border-accent-600\/65:disabled{
  border-color: rgb(217 95 95 / 0.65);
}

.disabled\:border-accent-600\/70:disabled{
  border-color: rgb(217 95 95 / 0.7);
}

.disabled\:border-accent-600\/75:disabled{
  border-color: rgb(217 95 95 / 0.75);
}

.disabled\:border-accent-600\/80:disabled{
  border-color: rgb(217 95 95 / 0.8);
}

.disabled\:border-accent-600\/85:disabled{
  border-color: rgb(217 95 95 / 0.85);
}

.disabled\:border-accent-600\/90:disabled{
  border-color: rgb(217 95 95 / 0.9);
}

.disabled\:border-accent-600\/95:disabled{
  border-color: rgb(217 95 95 / 0.95);
}

.disabled\:border-accent-700:disabled{
  border-color: #c94a4a;
}

.disabled\:border-accent-700\/0:disabled{
  border-color: rgb(201 74 74 / 0);
}

.disabled\:border-accent-700\/10:disabled{
  border-color: rgb(201 74 74 / 0.1);
}

.disabled\:border-accent-700\/100:disabled{
  border-color: rgb(201 74 74 / 1);
}

.disabled\:border-accent-700\/15:disabled{
  border-color: rgb(201 74 74 / 0.15);
}

.disabled\:border-accent-700\/20:disabled{
  border-color: rgb(201 74 74 / 0.2);
}

.disabled\:border-accent-700\/25:disabled{
  border-color: rgb(201 74 74 / 0.25);
}

.disabled\:border-accent-700\/30:disabled{
  border-color: rgb(201 74 74 / 0.3);
}

.disabled\:border-accent-700\/35:disabled{
  border-color: rgb(201 74 74 / 0.35);
}

.disabled\:border-accent-700\/40:disabled{
  border-color: rgb(201 74 74 / 0.4);
}

.disabled\:border-accent-700\/45:disabled{
  border-color: rgb(201 74 74 / 0.45);
}

.disabled\:border-accent-700\/5:disabled{
  border-color: rgb(201 74 74 / 0.05);
}

.disabled\:border-accent-700\/50:disabled{
  border-color: rgb(201 74 74 / 0.5);
}

.disabled\:border-accent-700\/55:disabled{
  border-color: rgb(201 74 74 / 0.55);
}

.disabled\:border-accent-700\/60:disabled{
  border-color: rgb(201 74 74 / 0.6);
}

.disabled\:border-accent-700\/65:disabled{
  border-color: rgb(201 74 74 / 0.65);
}

.disabled\:border-accent-700\/70:disabled{
  border-color: rgb(201 74 74 / 0.7);
}

.disabled\:border-accent-700\/75:disabled{
  border-color: rgb(201 74 74 / 0.75);
}

.disabled\:border-accent-700\/80:disabled{
  border-color: rgb(201 74 74 / 0.8);
}

.disabled\:border-accent-700\/85:disabled{
  border-color: rgb(201 74 74 / 0.85);
}

.disabled\:border-accent-700\/90:disabled{
  border-color: rgb(201 74 74 / 0.9);
}

.disabled\:border-accent-700\/95:disabled{
  border-color: rgb(201 74 74 / 0.95);
}

.disabled\:border-accent-800:disabled{
  border-color: #a83c3c;
}

.disabled\:border-accent-800\/0:disabled{
  border-color: rgb(168 60 60 / 0);
}

.disabled\:border-accent-800\/10:disabled{
  border-color: rgb(168 60 60 / 0.1);
}

.disabled\:border-accent-800\/100:disabled{
  border-color: rgb(168 60 60 / 1);
}

.disabled\:border-accent-800\/15:disabled{
  border-color: rgb(168 60 60 / 0.15);
}

.disabled\:border-accent-800\/20:disabled{
  border-color: rgb(168 60 60 / 0.2);
}

.disabled\:border-accent-800\/25:disabled{
  border-color: rgb(168 60 60 / 0.25);
}

.disabled\:border-accent-800\/30:disabled{
  border-color: rgb(168 60 60 / 0.3);
}

.disabled\:border-accent-800\/35:disabled{
  border-color: rgb(168 60 60 / 0.35);
}

.disabled\:border-accent-800\/40:disabled{
  border-color: rgb(168 60 60 / 0.4);
}

.disabled\:border-accent-800\/45:disabled{
  border-color: rgb(168 60 60 / 0.45);
}

.disabled\:border-accent-800\/5:disabled{
  border-color: rgb(168 60 60 / 0.05);
}

.disabled\:border-accent-800\/50:disabled{
  border-color: rgb(168 60 60 / 0.5);
}

.disabled\:border-accent-800\/55:disabled{
  border-color: rgb(168 60 60 / 0.55);
}

.disabled\:border-accent-800\/60:disabled{
  border-color: rgb(168 60 60 / 0.6);
}

.disabled\:border-accent-800\/65:disabled{
  border-color: rgb(168 60 60 / 0.65);
}

.disabled\:border-accent-800\/70:disabled{
  border-color: rgb(168 60 60 / 0.7);
}

.disabled\:border-accent-800\/75:disabled{
  border-color: rgb(168 60 60 / 0.75);
}

.disabled\:border-accent-800\/80:disabled{
  border-color: rgb(168 60 60 / 0.8);
}

.disabled\:border-accent-800\/85:disabled{
  border-color: rgb(168 60 60 / 0.85);
}

.disabled\:border-accent-800\/90:disabled{
  border-color: rgb(168 60 60 / 0.9);
}

.disabled\:border-accent-800\/95:disabled{
  border-color: rgb(168 60 60 / 0.95);
}

.disabled\:border-accent-900:disabled{
  border-color: #8c3434;
}

.disabled\:border-accent-900\/0:disabled{
  border-color: rgb(140 52 52 / 0);
}

.disabled\:border-accent-900\/10:disabled{
  border-color: rgb(140 52 52 / 0.1);
}

.disabled\:border-accent-900\/100:disabled{
  border-color: rgb(140 52 52 / 1);
}

.disabled\:border-accent-900\/15:disabled{
  border-color: rgb(140 52 52 / 0.15);
}

.disabled\:border-accent-900\/20:disabled{
  border-color: rgb(140 52 52 / 0.2);
}

.disabled\:border-accent-900\/25:disabled{
  border-color: rgb(140 52 52 / 0.25);
}

.disabled\:border-accent-900\/30:disabled{
  border-color: rgb(140 52 52 / 0.3);
}

.disabled\:border-accent-900\/35:disabled{
  border-color: rgb(140 52 52 / 0.35);
}

.disabled\:border-accent-900\/40:disabled{
  border-color: rgb(140 52 52 / 0.4);
}

.disabled\:border-accent-900\/45:disabled{
  border-color: rgb(140 52 52 / 0.45);
}

.disabled\:border-accent-900\/5:disabled{
  border-color: rgb(140 52 52 / 0.05);
}

.disabled\:border-accent-900\/50:disabled{
  border-color: rgb(140 52 52 / 0.5);
}

.disabled\:border-accent-900\/55:disabled{
  border-color: rgb(140 52 52 / 0.55);
}

.disabled\:border-accent-900\/60:disabled{
  border-color: rgb(140 52 52 / 0.6);
}

.disabled\:border-accent-900\/65:disabled{
  border-color: rgb(140 52 52 / 0.65);
}

.disabled\:border-accent-900\/70:disabled{
  border-color: rgb(140 52 52 / 0.7);
}

.disabled\:border-accent-900\/75:disabled{
  border-color: rgb(140 52 52 / 0.75);
}

.disabled\:border-accent-900\/80:disabled{
  border-color: rgb(140 52 52 / 0.8);
}

.disabled\:border-accent-900\/85:disabled{
  border-color: rgb(140 52 52 / 0.85);
}

.disabled\:border-accent-900\/90:disabled{
  border-color: rgb(140 52 52 / 0.9);
}

.disabled\:border-accent-900\/95:disabled{
  border-color: rgb(140 52 52 / 0.95);
}

.disabled\:border-gray-100:disabled{
  border-color: #f3f4f6;
}

.disabled\:border-gray-100\/0:disabled{
  border-color: rgb(243 244 246 / 0);
}

.disabled\:border-gray-100\/10:disabled{
  border-color: rgb(243 244 246 / 0.1);
}

.disabled\:border-gray-100\/100:disabled{
  border-color: rgb(243 244 246 / 1);
}

.disabled\:border-gray-100\/15:disabled{
  border-color: rgb(243 244 246 / 0.15);
}

.disabled\:border-gray-100\/20:disabled{
  border-color: rgb(243 244 246 / 0.2);
}

.disabled\:border-gray-100\/25:disabled{
  border-color: rgb(243 244 246 / 0.25);
}

.disabled\:border-gray-100\/30:disabled{
  border-color: rgb(243 244 246 / 0.3);
}

.disabled\:border-gray-100\/35:disabled{
  border-color: rgb(243 244 246 / 0.35);
}

.disabled\:border-gray-100\/40:disabled{
  border-color: rgb(243 244 246 / 0.4);
}

.disabled\:border-gray-100\/45:disabled{
  border-color: rgb(243 244 246 / 0.45);
}

.disabled\:border-gray-100\/5:disabled{
  border-color: rgb(243 244 246 / 0.05);
}

.disabled\:border-gray-100\/50:disabled{
  border-color: rgb(243 244 246 / 0.5);
}

.disabled\:border-gray-100\/55:disabled{
  border-color: rgb(243 244 246 / 0.55);
}

.disabled\:border-gray-100\/60:disabled{
  border-color: rgb(243 244 246 / 0.6);
}

.disabled\:border-gray-100\/65:disabled{
  border-color: rgb(243 244 246 / 0.65);
}

.disabled\:border-gray-100\/70:disabled{
  border-color: rgb(243 244 246 / 0.7);
}

.disabled\:border-gray-100\/75:disabled{
  border-color: rgb(243 244 246 / 0.75);
}

.disabled\:border-gray-100\/80:disabled{
  border-color: rgb(243 244 246 / 0.8);
}

.disabled\:border-gray-100\/85:disabled{
  border-color: rgb(243 244 246 / 0.85);
}

.disabled\:border-gray-100\/90:disabled{
  border-color: rgb(243 244 246 / 0.9);
}

.disabled\:border-gray-100\/95:disabled{
  border-color: rgb(243 244 246 / 0.95);
}

.disabled\:border-gray-200:disabled{
  border-color: #e5e7eb;
}

.disabled\:border-gray-200\/0:disabled{
  border-color: rgb(229 231 235 / 0);
}

.disabled\:border-gray-200\/10:disabled{
  border-color: rgb(229 231 235 / 0.1);
}

.disabled\:border-gray-200\/100:disabled{
  border-color: rgb(229 231 235 / 1);
}

.disabled\:border-gray-200\/15:disabled{
  border-color: rgb(229 231 235 / 0.15);
}

.disabled\:border-gray-200\/20:disabled{
  border-color: rgb(229 231 235 / 0.2);
}

.disabled\:border-gray-200\/25:disabled{
  border-color: rgb(229 231 235 / 0.25);
}

.disabled\:border-gray-200\/30:disabled{
  border-color: rgb(229 231 235 / 0.3);
}

.disabled\:border-gray-200\/35:disabled{
  border-color: rgb(229 231 235 / 0.35);
}

.disabled\:border-gray-200\/40:disabled{
  border-color: rgb(229 231 235 / 0.4);
}

.disabled\:border-gray-200\/45:disabled{
  border-color: rgb(229 231 235 / 0.45);
}

.disabled\:border-gray-200\/5:disabled{
  border-color: rgb(229 231 235 / 0.05);
}

.disabled\:border-gray-200\/50:disabled{
  border-color: rgb(229 231 235 / 0.5);
}

.disabled\:border-gray-200\/55:disabled{
  border-color: rgb(229 231 235 / 0.55);
}

.disabled\:border-gray-200\/60:disabled{
  border-color: rgb(229 231 235 / 0.6);
}

.disabled\:border-gray-200\/65:disabled{
  border-color: rgb(229 231 235 / 0.65);
}

.disabled\:border-gray-200\/70:disabled{
  border-color: rgb(229 231 235 / 0.7);
}

.disabled\:border-gray-200\/75:disabled{
  border-color: rgb(229 231 235 / 0.75);
}

.disabled\:border-gray-200\/80:disabled{
  border-color: rgb(229 231 235 / 0.8);
}

.disabled\:border-gray-200\/85:disabled{
  border-color: rgb(229 231 235 / 0.85);
}

.disabled\:border-gray-200\/90:disabled{
  border-color: rgb(229 231 235 / 0.9);
}

.disabled\:border-gray-200\/95:disabled{
  border-color: rgb(229 231 235 / 0.95);
}

.disabled\:border-gray-300:disabled{
  border-color: #d1d5db;
}

.disabled\:border-gray-300\/0:disabled{
  border-color: rgb(209 213 219 / 0);
}

.disabled\:border-gray-300\/10:disabled{
  border-color: rgb(209 213 219 / 0.1);
}

.disabled\:border-gray-300\/100:disabled{
  border-color: rgb(209 213 219 / 1);
}

.disabled\:border-gray-300\/15:disabled{
  border-color: rgb(209 213 219 / 0.15);
}

.disabled\:border-gray-300\/20:disabled{
  border-color: rgb(209 213 219 / 0.2);
}

.disabled\:border-gray-300\/25:disabled{
  border-color: rgb(209 213 219 / 0.25);
}

.disabled\:border-gray-300\/30:disabled{
  border-color: rgb(209 213 219 / 0.3);
}

.disabled\:border-gray-300\/35:disabled{
  border-color: rgb(209 213 219 / 0.35);
}

.disabled\:border-gray-300\/40:disabled{
  border-color: rgb(209 213 219 / 0.4);
}

.disabled\:border-gray-300\/45:disabled{
  border-color: rgb(209 213 219 / 0.45);
}

.disabled\:border-gray-300\/5:disabled{
  border-color: rgb(209 213 219 / 0.05);
}

.disabled\:border-gray-300\/50:disabled{
  border-color: rgb(209 213 219 / 0.5);
}

.disabled\:border-gray-300\/55:disabled{
  border-color: rgb(209 213 219 / 0.55);
}

.disabled\:border-gray-300\/60:disabled{
  border-color: rgb(209 213 219 / 0.6);
}

.disabled\:border-gray-300\/65:disabled{
  border-color: rgb(209 213 219 / 0.65);
}

.disabled\:border-gray-300\/70:disabled{
  border-color: rgb(209 213 219 / 0.7);
}

.disabled\:border-gray-300\/75:disabled{
  border-color: rgb(209 213 219 / 0.75);
}

.disabled\:border-gray-300\/80:disabled{
  border-color: rgb(209 213 219 / 0.8);
}

.disabled\:border-gray-300\/85:disabled{
  border-color: rgb(209 213 219 / 0.85);
}

.disabled\:border-gray-300\/90:disabled{
  border-color: rgb(209 213 219 / 0.9);
}

.disabled\:border-gray-300\/95:disabled{
  border-color: rgb(209 213 219 / 0.95);
}

.disabled\:border-gray-400:disabled{
  border-color: #9ca3af;
}

.disabled\:border-gray-400\/0:disabled{
  border-color: rgb(156 163 175 / 0);
}

.disabled\:border-gray-400\/10:disabled{
  border-color: rgb(156 163 175 / 0.1);
}

.disabled\:border-gray-400\/100:disabled{
  border-color: rgb(156 163 175 / 1);
}

.disabled\:border-gray-400\/15:disabled{
  border-color: rgb(156 163 175 / 0.15);
}

.disabled\:border-gray-400\/20:disabled{
  border-color: rgb(156 163 175 / 0.2);
}

.disabled\:border-gray-400\/25:disabled{
  border-color: rgb(156 163 175 / 0.25);
}

.disabled\:border-gray-400\/30:disabled{
  border-color: rgb(156 163 175 / 0.3);
}

.disabled\:border-gray-400\/35:disabled{
  border-color: rgb(156 163 175 / 0.35);
}

.disabled\:border-gray-400\/40:disabled{
  border-color: rgb(156 163 175 / 0.4);
}

.disabled\:border-gray-400\/45:disabled{
  border-color: rgb(156 163 175 / 0.45);
}

.disabled\:border-gray-400\/5:disabled{
  border-color: rgb(156 163 175 / 0.05);
}

.disabled\:border-gray-400\/50:disabled{
  border-color: rgb(156 163 175 / 0.5);
}

.disabled\:border-gray-400\/55:disabled{
  border-color: rgb(156 163 175 / 0.55);
}

.disabled\:border-gray-400\/60:disabled{
  border-color: rgb(156 163 175 / 0.6);
}

.disabled\:border-gray-400\/65:disabled{
  border-color: rgb(156 163 175 / 0.65);
}

.disabled\:border-gray-400\/70:disabled{
  border-color: rgb(156 163 175 / 0.7);
}

.disabled\:border-gray-400\/75:disabled{
  border-color: rgb(156 163 175 / 0.75);
}

.disabled\:border-gray-400\/80:disabled{
  border-color: rgb(156 163 175 / 0.8);
}

.disabled\:border-gray-400\/85:disabled{
  border-color: rgb(156 163 175 / 0.85);
}

.disabled\:border-gray-400\/90:disabled{
  border-color: rgb(156 163 175 / 0.9);
}

.disabled\:border-gray-400\/95:disabled{
  border-color: rgb(156 163 175 / 0.95);
}

.disabled\:border-gray-500:disabled{
  border-color: #6b7280;
}

.disabled\:border-gray-500\/0:disabled{
  border-color: rgb(107 114 128 / 0);
}

.disabled\:border-gray-500\/10:disabled{
  border-color: rgb(107 114 128 / 0.1);
}

.disabled\:border-gray-500\/100:disabled{
  border-color: rgb(107 114 128 / 1);
}

.disabled\:border-gray-500\/15:disabled{
  border-color: rgb(107 114 128 / 0.15);
}

.disabled\:border-gray-500\/20:disabled{
  border-color: rgb(107 114 128 / 0.2);
}

.disabled\:border-gray-500\/25:disabled{
  border-color: rgb(107 114 128 / 0.25);
}

.disabled\:border-gray-500\/30:disabled{
  border-color: rgb(107 114 128 / 0.3);
}

.disabled\:border-gray-500\/35:disabled{
  border-color: rgb(107 114 128 / 0.35);
}

.disabled\:border-gray-500\/40:disabled{
  border-color: rgb(107 114 128 / 0.4);
}

.disabled\:border-gray-500\/45:disabled{
  border-color: rgb(107 114 128 / 0.45);
}

.disabled\:border-gray-500\/5:disabled{
  border-color: rgb(107 114 128 / 0.05);
}

.disabled\:border-gray-500\/50:disabled{
  border-color: rgb(107 114 128 / 0.5);
}

.disabled\:border-gray-500\/55:disabled{
  border-color: rgb(107 114 128 / 0.55);
}

.disabled\:border-gray-500\/60:disabled{
  border-color: rgb(107 114 128 / 0.6);
}

.disabled\:border-gray-500\/65:disabled{
  border-color: rgb(107 114 128 / 0.65);
}

.disabled\:border-gray-500\/70:disabled{
  border-color: rgb(107 114 128 / 0.7);
}

.disabled\:border-gray-500\/75:disabled{
  border-color: rgb(107 114 128 / 0.75);
}

.disabled\:border-gray-500\/80:disabled{
  border-color: rgb(107 114 128 / 0.8);
}

.disabled\:border-gray-500\/85:disabled{
  border-color: rgb(107 114 128 / 0.85);
}

.disabled\:border-gray-500\/90:disabled{
  border-color: rgb(107 114 128 / 0.9);
}

.disabled\:border-gray-500\/95:disabled{
  border-color: rgb(107 114 128 / 0.95);
}

.disabled\:border-gray-600:disabled{
  border-color: #4b5563;
}

.disabled\:border-gray-600\/0:disabled{
  border-color: rgb(75 85 99 / 0);
}

.disabled\:border-gray-600\/10:disabled{
  border-color: rgb(75 85 99 / 0.1);
}

.disabled\:border-gray-600\/100:disabled{
  border-color: rgb(75 85 99 / 1);
}

.disabled\:border-gray-600\/15:disabled{
  border-color: rgb(75 85 99 / 0.15);
}

.disabled\:border-gray-600\/20:disabled{
  border-color: rgb(75 85 99 / 0.2);
}

.disabled\:border-gray-600\/25:disabled{
  border-color: rgb(75 85 99 / 0.25);
}

.disabled\:border-gray-600\/30:disabled{
  border-color: rgb(75 85 99 / 0.3);
}

.disabled\:border-gray-600\/35:disabled{
  border-color: rgb(75 85 99 / 0.35);
}

.disabled\:border-gray-600\/40:disabled{
  border-color: rgb(75 85 99 / 0.4);
}

.disabled\:border-gray-600\/45:disabled{
  border-color: rgb(75 85 99 / 0.45);
}

.disabled\:border-gray-600\/5:disabled{
  border-color: rgb(75 85 99 / 0.05);
}

.disabled\:border-gray-600\/50:disabled{
  border-color: rgb(75 85 99 / 0.5);
}

.disabled\:border-gray-600\/55:disabled{
  border-color: rgb(75 85 99 / 0.55);
}

.disabled\:border-gray-600\/60:disabled{
  border-color: rgb(75 85 99 / 0.6);
}

.disabled\:border-gray-600\/65:disabled{
  border-color: rgb(75 85 99 / 0.65);
}

.disabled\:border-gray-600\/70:disabled{
  border-color: rgb(75 85 99 / 0.7);
}

.disabled\:border-gray-600\/75:disabled{
  border-color: rgb(75 85 99 / 0.75);
}

.disabled\:border-gray-600\/80:disabled{
  border-color: rgb(75 85 99 / 0.8);
}

.disabled\:border-gray-600\/85:disabled{
  border-color: rgb(75 85 99 / 0.85);
}

.disabled\:border-gray-600\/90:disabled{
  border-color: rgb(75 85 99 / 0.9);
}

.disabled\:border-gray-600\/95:disabled{
  border-color: rgb(75 85 99 / 0.95);
}

.disabled\:border-gray-700:disabled{
  border-color: #374151;
}

.disabled\:border-gray-700\/0:disabled{
  border-color: rgb(55 65 81 / 0);
}

.disabled\:border-gray-700\/10:disabled{
  border-color: rgb(55 65 81 / 0.1);
}

.disabled\:border-gray-700\/100:disabled{
  border-color: rgb(55 65 81 / 1);
}

.disabled\:border-gray-700\/15:disabled{
  border-color: rgb(55 65 81 / 0.15);
}

.disabled\:border-gray-700\/20:disabled{
  border-color: rgb(55 65 81 / 0.2);
}

.disabled\:border-gray-700\/25:disabled{
  border-color: rgb(55 65 81 / 0.25);
}

.disabled\:border-gray-700\/30:disabled{
  border-color: rgb(55 65 81 / 0.3);
}

.disabled\:border-gray-700\/35:disabled{
  border-color: rgb(55 65 81 / 0.35);
}

.disabled\:border-gray-700\/40:disabled{
  border-color: rgb(55 65 81 / 0.4);
}

.disabled\:border-gray-700\/45:disabled{
  border-color: rgb(55 65 81 / 0.45);
}

.disabled\:border-gray-700\/5:disabled{
  border-color: rgb(55 65 81 / 0.05);
}

.disabled\:border-gray-700\/50:disabled{
  border-color: rgb(55 65 81 / 0.5);
}

.disabled\:border-gray-700\/55:disabled{
  border-color: rgb(55 65 81 / 0.55);
}

.disabled\:border-gray-700\/60:disabled{
  border-color: rgb(55 65 81 / 0.6);
}

.disabled\:border-gray-700\/65:disabled{
  border-color: rgb(55 65 81 / 0.65);
}

.disabled\:border-gray-700\/70:disabled{
  border-color: rgb(55 65 81 / 0.7);
}

.disabled\:border-gray-700\/75:disabled{
  border-color: rgb(55 65 81 / 0.75);
}

.disabled\:border-gray-700\/80:disabled{
  border-color: rgb(55 65 81 / 0.8);
}

.disabled\:border-gray-700\/85:disabled{
  border-color: rgb(55 65 81 / 0.85);
}

.disabled\:border-gray-700\/90:disabled{
  border-color: rgb(55 65 81 / 0.9);
}

.disabled\:border-gray-700\/95:disabled{
  border-color: rgb(55 65 81 / 0.95);
}

.disabled\:border-gray-800:disabled{
  border-color: #1f2937;
}

.disabled\:border-gray-800\/0:disabled{
  border-color: rgb(31 41 55 / 0);
}

.disabled\:border-gray-800\/10:disabled{
  border-color: rgb(31 41 55 / 0.1);
}

.disabled\:border-gray-800\/100:disabled{
  border-color: rgb(31 41 55 / 1);
}

.disabled\:border-gray-800\/15:disabled{
  border-color: rgb(31 41 55 / 0.15);
}

.disabled\:border-gray-800\/20:disabled{
  border-color: rgb(31 41 55 / 0.2);
}

.disabled\:border-gray-800\/25:disabled{
  border-color: rgb(31 41 55 / 0.25);
}

.disabled\:border-gray-800\/30:disabled{
  border-color: rgb(31 41 55 / 0.3);
}

.disabled\:border-gray-800\/35:disabled{
  border-color: rgb(31 41 55 / 0.35);
}

.disabled\:border-gray-800\/40:disabled{
  border-color: rgb(31 41 55 / 0.4);
}

.disabled\:border-gray-800\/45:disabled{
  border-color: rgb(31 41 55 / 0.45);
}

.disabled\:border-gray-800\/5:disabled{
  border-color: rgb(31 41 55 / 0.05);
}

.disabled\:border-gray-800\/50:disabled{
  border-color: rgb(31 41 55 / 0.5);
}

.disabled\:border-gray-800\/55:disabled{
  border-color: rgb(31 41 55 / 0.55);
}

.disabled\:border-gray-800\/60:disabled{
  border-color: rgb(31 41 55 / 0.6);
}

.disabled\:border-gray-800\/65:disabled{
  border-color: rgb(31 41 55 / 0.65);
}

.disabled\:border-gray-800\/70:disabled{
  border-color: rgb(31 41 55 / 0.7);
}

.disabled\:border-gray-800\/75:disabled{
  border-color: rgb(31 41 55 / 0.75);
}

.disabled\:border-gray-800\/80:disabled{
  border-color: rgb(31 41 55 / 0.8);
}

.disabled\:border-gray-800\/85:disabled{
  border-color: rgb(31 41 55 / 0.85);
}

.disabled\:border-gray-800\/90:disabled{
  border-color: rgb(31 41 55 / 0.9);
}

.disabled\:border-gray-800\/95:disabled{
  border-color: rgb(31 41 55 / 0.95);
}

.disabled\:border-gray-900:disabled{
  border-color: #111827;
}

.disabled\:border-gray-900\/0:disabled{
  border-color: rgb(17 24 39 / 0);
}

.disabled\:border-gray-900\/10:disabled{
  border-color: rgb(17 24 39 / 0.1);
}

.disabled\:border-gray-900\/100:disabled{
  border-color: rgb(17 24 39 / 1);
}

.disabled\:border-gray-900\/15:disabled{
  border-color: rgb(17 24 39 / 0.15);
}

.disabled\:border-gray-900\/20:disabled{
  border-color: rgb(17 24 39 / 0.2);
}

.disabled\:border-gray-900\/25:disabled{
  border-color: rgb(17 24 39 / 0.25);
}

.disabled\:border-gray-900\/30:disabled{
  border-color: rgb(17 24 39 / 0.3);
}

.disabled\:border-gray-900\/35:disabled{
  border-color: rgb(17 24 39 / 0.35);
}

.disabled\:border-gray-900\/40:disabled{
  border-color: rgb(17 24 39 / 0.4);
}

.disabled\:border-gray-900\/45:disabled{
  border-color: rgb(17 24 39 / 0.45);
}

.disabled\:border-gray-900\/5:disabled{
  border-color: rgb(17 24 39 / 0.05);
}

.disabled\:border-gray-900\/50:disabled{
  border-color: rgb(17 24 39 / 0.5);
}

.disabled\:border-gray-900\/55:disabled{
  border-color: rgb(17 24 39 / 0.55);
}

.disabled\:border-gray-900\/60:disabled{
  border-color: rgb(17 24 39 / 0.6);
}

.disabled\:border-gray-900\/65:disabled{
  border-color: rgb(17 24 39 / 0.65);
}

.disabled\:border-gray-900\/70:disabled{
  border-color: rgb(17 24 39 / 0.7);
}

.disabled\:border-gray-900\/75:disabled{
  border-color: rgb(17 24 39 / 0.75);
}

.disabled\:border-gray-900\/80:disabled{
  border-color: rgb(17 24 39 / 0.8);
}

.disabled\:border-gray-900\/85:disabled{
  border-color: rgb(17 24 39 / 0.85);
}

.disabled\:border-gray-900\/90:disabled{
  border-color: rgb(17 24 39 / 0.9);
}

.disabled\:border-gray-900\/95:disabled{
  border-color: rgb(17 24 39 / 0.95);
}

.disabled\:border-primary-100:disabled{
  border-color: #3965AC;
}

.disabled\:border-primary-100\/0:disabled{
  border-color: rgb(57 101 172 / 0);
}

.disabled\:border-primary-100\/10:disabled{
  border-color: rgb(57 101 172 / 0.1);
}

.disabled\:border-primary-100\/100:disabled{
  border-color: rgb(57 101 172 / 1);
}

.disabled\:border-primary-100\/15:disabled{
  border-color: rgb(57 101 172 / 0.15);
}

.disabled\:border-primary-100\/20:disabled{
  border-color: rgb(57 101 172 / 0.2);
}

.disabled\:border-primary-100\/25:disabled{
  border-color: rgb(57 101 172 / 0.25);
}

.disabled\:border-primary-100\/30:disabled{
  border-color: rgb(57 101 172 / 0.3);
}

.disabled\:border-primary-100\/35:disabled{
  border-color: rgb(57 101 172 / 0.35);
}

.disabled\:border-primary-100\/40:disabled{
  border-color: rgb(57 101 172 / 0.4);
}

.disabled\:border-primary-100\/45:disabled{
  border-color: rgb(57 101 172 / 0.45);
}

.disabled\:border-primary-100\/5:disabled{
  border-color: rgb(57 101 172 / 0.05);
}

.disabled\:border-primary-100\/50:disabled{
  border-color: rgb(57 101 172 / 0.5);
}

.disabled\:border-primary-100\/55:disabled{
  border-color: rgb(57 101 172 / 0.55);
}

.disabled\:border-primary-100\/60:disabled{
  border-color: rgb(57 101 172 / 0.6);
}

.disabled\:border-primary-100\/65:disabled{
  border-color: rgb(57 101 172 / 0.65);
}

.disabled\:border-primary-100\/70:disabled{
  border-color: rgb(57 101 172 / 0.7);
}

.disabled\:border-primary-100\/75:disabled{
  border-color: rgb(57 101 172 / 0.75);
}

.disabled\:border-primary-100\/80:disabled{
  border-color: rgb(57 101 172 / 0.8);
}

.disabled\:border-primary-100\/85:disabled{
  border-color: rgb(57 101 172 / 0.85);
}

.disabled\:border-primary-100\/90:disabled{
  border-color: rgb(57 101 172 / 0.9);
}

.disabled\:border-primary-100\/95:disabled{
  border-color: rgb(57 101 172 / 0.95);
}

.disabled\:border-primary-200:disabled{
  border-color: #365FA1;
}

.disabled\:border-primary-200\/0:disabled{
  border-color: rgb(54 95 161 / 0);
}

.disabled\:border-primary-200\/10:disabled{
  border-color: rgb(54 95 161 / 0.1);
}

.disabled\:border-primary-200\/100:disabled{
  border-color: rgb(54 95 161 / 1);
}

.disabled\:border-primary-200\/15:disabled{
  border-color: rgb(54 95 161 / 0.15);
}

.disabled\:border-primary-200\/20:disabled{
  border-color: rgb(54 95 161 / 0.2);
}

.disabled\:border-primary-200\/25:disabled{
  border-color: rgb(54 95 161 / 0.25);
}

.disabled\:border-primary-200\/30:disabled{
  border-color: rgb(54 95 161 / 0.3);
}

.disabled\:border-primary-200\/35:disabled{
  border-color: rgb(54 95 161 / 0.35);
}

.disabled\:border-primary-200\/40:disabled{
  border-color: rgb(54 95 161 / 0.4);
}

.disabled\:border-primary-200\/45:disabled{
  border-color: rgb(54 95 161 / 0.45);
}

.disabled\:border-primary-200\/5:disabled{
  border-color: rgb(54 95 161 / 0.05);
}

.disabled\:border-primary-200\/50:disabled{
  border-color: rgb(54 95 161 / 0.5);
}

.disabled\:border-primary-200\/55:disabled{
  border-color: rgb(54 95 161 / 0.55);
}

.disabled\:border-primary-200\/60:disabled{
  border-color: rgb(54 95 161 / 0.6);
}

.disabled\:border-primary-200\/65:disabled{
  border-color: rgb(54 95 161 / 0.65);
}

.disabled\:border-primary-200\/70:disabled{
  border-color: rgb(54 95 161 / 0.7);
}

.disabled\:border-primary-200\/75:disabled{
  border-color: rgb(54 95 161 / 0.75);
}

.disabled\:border-primary-200\/80:disabled{
  border-color: rgb(54 95 161 / 0.8);
}

.disabled\:border-primary-200\/85:disabled{
  border-color: rgb(54 95 161 / 0.85);
}

.disabled\:border-primary-200\/90:disabled{
  border-color: rgb(54 95 161 / 0.9);
}

.disabled\:border-primary-200\/95:disabled{
  border-color: rgb(54 95 161 / 0.95);
}

.disabled\:border-primary-300:disabled{
  border-color: #325895;
}

.disabled\:border-primary-300\/0:disabled{
  border-color: rgb(50 88 149 / 0);
}

.disabled\:border-primary-300\/10:disabled{
  border-color: rgb(50 88 149 / 0.1);
}

.disabled\:border-primary-300\/100:disabled{
  border-color: rgb(50 88 149 / 1);
}

.disabled\:border-primary-300\/15:disabled{
  border-color: rgb(50 88 149 / 0.15);
}

.disabled\:border-primary-300\/20:disabled{
  border-color: rgb(50 88 149 / 0.2);
}

.disabled\:border-primary-300\/25:disabled{
  border-color: rgb(50 88 149 / 0.25);
}

.disabled\:border-primary-300\/30:disabled{
  border-color: rgb(50 88 149 / 0.3);
}

.disabled\:border-primary-300\/35:disabled{
  border-color: rgb(50 88 149 / 0.35);
}

.disabled\:border-primary-300\/40:disabled{
  border-color: rgb(50 88 149 / 0.4);
}

.disabled\:border-primary-300\/45:disabled{
  border-color: rgb(50 88 149 / 0.45);
}

.disabled\:border-primary-300\/5:disabled{
  border-color: rgb(50 88 149 / 0.05);
}

.disabled\:border-primary-300\/50:disabled{
  border-color: rgb(50 88 149 / 0.5);
}

.disabled\:border-primary-300\/55:disabled{
  border-color: rgb(50 88 149 / 0.55);
}

.disabled\:border-primary-300\/60:disabled{
  border-color: rgb(50 88 149 / 0.6);
}

.disabled\:border-primary-300\/65:disabled{
  border-color: rgb(50 88 149 / 0.65);
}

.disabled\:border-primary-300\/70:disabled{
  border-color: rgb(50 88 149 / 0.7);
}

.disabled\:border-primary-300\/75:disabled{
  border-color: rgb(50 88 149 / 0.75);
}

.disabled\:border-primary-300\/80:disabled{
  border-color: rgb(50 88 149 / 0.8);
}

.disabled\:border-primary-300\/85:disabled{
  border-color: rgb(50 88 149 / 0.85);
}

.disabled\:border-primary-300\/90:disabled{
  border-color: rgb(50 88 149 / 0.9);
}

.disabled\:border-primary-300\/95:disabled{
  border-color: rgb(50 88 149 / 0.95);
}

.disabled\:border-primary-400:disabled{
  border-color: #305691;
}

.disabled\:border-primary-400\/0:disabled{
  border-color: rgb(48 86 145 / 0);
}

.disabled\:border-primary-400\/10:disabled{
  border-color: rgb(48 86 145 / 0.1);
}

.disabled\:border-primary-400\/100:disabled{
  border-color: rgb(48 86 145 / 1);
}

.disabled\:border-primary-400\/15:disabled{
  border-color: rgb(48 86 145 / 0.15);
}

.disabled\:border-primary-400\/20:disabled{
  border-color: rgb(48 86 145 / 0.2);
}

.disabled\:border-primary-400\/25:disabled{
  border-color: rgb(48 86 145 / 0.25);
}

.disabled\:border-primary-400\/30:disabled{
  border-color: rgb(48 86 145 / 0.3);
}

.disabled\:border-primary-400\/35:disabled{
  border-color: rgb(48 86 145 / 0.35);
}

.disabled\:border-primary-400\/40:disabled{
  border-color: rgb(48 86 145 / 0.4);
}

.disabled\:border-primary-400\/45:disabled{
  border-color: rgb(48 86 145 / 0.45);
}

.disabled\:border-primary-400\/5:disabled{
  border-color: rgb(48 86 145 / 0.05);
}

.disabled\:border-primary-400\/50:disabled{
  border-color: rgb(48 86 145 / 0.5);
}

.disabled\:border-primary-400\/55:disabled{
  border-color: rgb(48 86 145 / 0.55);
}

.disabled\:border-primary-400\/60:disabled{
  border-color: rgb(48 86 145 / 0.6);
}

.disabled\:border-primary-400\/65:disabled{
  border-color: rgb(48 86 145 / 0.65);
}

.disabled\:border-primary-400\/70:disabled{
  border-color: rgb(48 86 145 / 0.7);
}

.disabled\:border-primary-400\/75:disabled{
  border-color: rgb(48 86 145 / 0.75);
}

.disabled\:border-primary-400\/80:disabled{
  border-color: rgb(48 86 145 / 0.8);
}

.disabled\:border-primary-400\/85:disabled{
  border-color: rgb(48 86 145 / 0.85);
}

.disabled\:border-primary-400\/90:disabled{
  border-color: rgb(48 86 145 / 0.9);
}

.disabled\:border-primary-400\/95:disabled{
  border-color: rgb(48 86 145 / 0.95);
}

.disabled\:border-primary-500:disabled{
  border-color: #2d4b79;
}

.disabled\:border-primary-500\/0:disabled{
  border-color: rgb(45 75 121 / 0);
}

.disabled\:border-primary-500\/10:disabled{
  border-color: rgb(45 75 121 / 0.1);
}

.disabled\:border-primary-500\/100:disabled{
  border-color: rgb(45 75 121 / 1);
}

.disabled\:border-primary-500\/15:disabled{
  border-color: rgb(45 75 121 / 0.15);
}

.disabled\:border-primary-500\/20:disabled{
  border-color: rgb(45 75 121 / 0.2);
}

.disabled\:border-primary-500\/25:disabled{
  border-color: rgb(45 75 121 / 0.25);
}

.disabled\:border-primary-500\/30:disabled{
  border-color: rgb(45 75 121 / 0.3);
}

.disabled\:border-primary-500\/35:disabled{
  border-color: rgb(45 75 121 / 0.35);
}

.disabled\:border-primary-500\/40:disabled{
  border-color: rgb(45 75 121 / 0.4);
}

.disabled\:border-primary-500\/45:disabled{
  border-color: rgb(45 75 121 / 0.45);
}

.disabled\:border-primary-500\/5:disabled{
  border-color: rgb(45 75 121 / 0.05);
}

.disabled\:border-primary-500\/50:disabled{
  border-color: rgb(45 75 121 / 0.5);
}

.disabled\:border-primary-500\/55:disabled{
  border-color: rgb(45 75 121 / 0.55);
}

.disabled\:border-primary-500\/60:disabled{
  border-color: rgb(45 75 121 / 0.6);
}

.disabled\:border-primary-500\/65:disabled{
  border-color: rgb(45 75 121 / 0.65);
}

.disabled\:border-primary-500\/70:disabled{
  border-color: rgb(45 75 121 / 0.7);
}

.disabled\:border-primary-500\/75:disabled{
  border-color: rgb(45 75 121 / 0.75);
}

.disabled\:border-primary-500\/80:disabled{
  border-color: rgb(45 75 121 / 0.8);
}

.disabled\:border-primary-500\/85:disabled{
  border-color: rgb(45 75 121 / 0.85);
}

.disabled\:border-primary-500\/90:disabled{
  border-color: rgb(45 75 121 / 0.9);
}

.disabled\:border-primary-500\/95:disabled{
  border-color: rgb(45 75 121 / 0.95);
}

.disabled\:border-primary-600:disabled{
  border-color: #264473;
}

.disabled\:border-primary-600\/0:disabled{
  border-color: rgb(38 68 115 / 0);
}

.disabled\:border-primary-600\/10:disabled{
  border-color: rgb(38 68 115 / 0.1);
}

.disabled\:border-primary-600\/100:disabled{
  border-color: rgb(38 68 115 / 1);
}

.disabled\:border-primary-600\/15:disabled{
  border-color: rgb(38 68 115 / 0.15);
}

.disabled\:border-primary-600\/20:disabled{
  border-color: rgb(38 68 115 / 0.2);
}

.disabled\:border-primary-600\/25:disabled{
  border-color: rgb(38 68 115 / 0.25);
}

.disabled\:border-primary-600\/30:disabled{
  border-color: rgb(38 68 115 / 0.3);
}

.disabled\:border-primary-600\/35:disabled{
  border-color: rgb(38 68 115 / 0.35);
}

.disabled\:border-primary-600\/40:disabled{
  border-color: rgb(38 68 115 / 0.4);
}

.disabled\:border-primary-600\/45:disabled{
  border-color: rgb(38 68 115 / 0.45);
}

.disabled\:border-primary-600\/5:disabled{
  border-color: rgb(38 68 115 / 0.05);
}

.disabled\:border-primary-600\/50:disabled{
  border-color: rgb(38 68 115 / 0.5);
}

.disabled\:border-primary-600\/55:disabled{
  border-color: rgb(38 68 115 / 0.55);
}

.disabled\:border-primary-600\/60:disabled{
  border-color: rgb(38 68 115 / 0.6);
}

.disabled\:border-primary-600\/65:disabled{
  border-color: rgb(38 68 115 / 0.65);
}

.disabled\:border-primary-600\/70:disabled{
  border-color: rgb(38 68 115 / 0.7);
}

.disabled\:border-primary-600\/75:disabled{
  border-color: rgb(38 68 115 / 0.75);
}

.disabled\:border-primary-600\/80:disabled{
  border-color: rgb(38 68 115 / 0.8);
}

.disabled\:border-primary-600\/85:disabled{
  border-color: rgb(38 68 115 / 0.85);
}

.disabled\:border-primary-600\/90:disabled{
  border-color: rgb(38 68 115 / 0.9);
}

.disabled\:border-primary-600\/95:disabled{
  border-color: rgb(38 68 115 / 0.95);
}

.disabled\:border-primary-700:disabled{
  border-color: #233e68;
}

.disabled\:border-primary-700\/0:disabled{
  border-color: rgb(35 62 104 / 0);
}

.disabled\:border-primary-700\/10:disabled{
  border-color: rgb(35 62 104 / 0.1);
}

.disabled\:border-primary-700\/100:disabled{
  border-color: rgb(35 62 104 / 1);
}

.disabled\:border-primary-700\/15:disabled{
  border-color: rgb(35 62 104 / 0.15);
}

.disabled\:border-primary-700\/20:disabled{
  border-color: rgb(35 62 104 / 0.2);
}

.disabled\:border-primary-700\/25:disabled{
  border-color: rgb(35 62 104 / 0.25);
}

.disabled\:border-primary-700\/30:disabled{
  border-color: rgb(35 62 104 / 0.3);
}

.disabled\:border-primary-700\/35:disabled{
  border-color: rgb(35 62 104 / 0.35);
}

.disabled\:border-primary-700\/40:disabled{
  border-color: rgb(35 62 104 / 0.4);
}

.disabled\:border-primary-700\/45:disabled{
  border-color: rgb(35 62 104 / 0.45);
}

.disabled\:border-primary-700\/5:disabled{
  border-color: rgb(35 62 104 / 0.05);
}

.disabled\:border-primary-700\/50:disabled{
  border-color: rgb(35 62 104 / 0.5);
}

.disabled\:border-primary-700\/55:disabled{
  border-color: rgb(35 62 104 / 0.55);
}

.disabled\:border-primary-700\/60:disabled{
  border-color: rgb(35 62 104 / 0.6);
}

.disabled\:border-primary-700\/65:disabled{
  border-color: rgb(35 62 104 / 0.65);
}

.disabled\:border-primary-700\/70:disabled{
  border-color: rgb(35 62 104 / 0.7);
}

.disabled\:border-primary-700\/75:disabled{
  border-color: rgb(35 62 104 / 0.75);
}

.disabled\:border-primary-700\/80:disabled{
  border-color: rgb(35 62 104 / 0.8);
}

.disabled\:border-primary-700\/85:disabled{
  border-color: rgb(35 62 104 / 0.85);
}

.disabled\:border-primary-700\/90:disabled{
  border-color: rgb(35 62 104 / 0.9);
}

.disabled\:border-primary-700\/95:disabled{
  border-color: rgb(35 62 104 / 0.95);
}

.disabled\:border-primary-800:disabled{
  border-color: #1f375c;
}

.disabled\:border-primary-800\/0:disabled{
  border-color: rgb(31 55 92 / 0);
}

.disabled\:border-primary-800\/10:disabled{
  border-color: rgb(31 55 92 / 0.1);
}

.disabled\:border-primary-800\/100:disabled{
  border-color: rgb(31 55 92 / 1);
}

.disabled\:border-primary-800\/15:disabled{
  border-color: rgb(31 55 92 / 0.15);
}

.disabled\:border-primary-800\/20:disabled{
  border-color: rgb(31 55 92 / 0.2);
}

.disabled\:border-primary-800\/25:disabled{
  border-color: rgb(31 55 92 / 0.25);
}

.disabled\:border-primary-800\/30:disabled{
  border-color: rgb(31 55 92 / 0.3);
}

.disabled\:border-primary-800\/35:disabled{
  border-color: rgb(31 55 92 / 0.35);
}

.disabled\:border-primary-800\/40:disabled{
  border-color: rgb(31 55 92 / 0.4);
}

.disabled\:border-primary-800\/45:disabled{
  border-color: rgb(31 55 92 / 0.45);
}

.disabled\:border-primary-800\/5:disabled{
  border-color: rgb(31 55 92 / 0.05);
}

.disabled\:border-primary-800\/50:disabled{
  border-color: rgb(31 55 92 / 0.5);
}

.disabled\:border-primary-800\/55:disabled{
  border-color: rgb(31 55 92 / 0.55);
}

.disabled\:border-primary-800\/60:disabled{
  border-color: rgb(31 55 92 / 0.6);
}

.disabled\:border-primary-800\/65:disabled{
  border-color: rgb(31 55 92 / 0.65);
}

.disabled\:border-primary-800\/70:disabled{
  border-color: rgb(31 55 92 / 0.7);
}

.disabled\:border-primary-800\/75:disabled{
  border-color: rgb(31 55 92 / 0.75);
}

.disabled\:border-primary-800\/80:disabled{
  border-color: rgb(31 55 92 / 0.8);
}

.disabled\:border-primary-800\/85:disabled{
  border-color: rgb(31 55 92 / 0.85);
}

.disabled\:border-primary-800\/90:disabled{
  border-color: rgb(31 55 92 / 0.9);
}

.disabled\:border-primary-800\/95:disabled{
  border-color: rgb(31 55 92 / 0.95);
}

.disabled\:border-primary-900:disabled{
  border-color: #1b3051;
}

.disabled\:border-primary-900\/0:disabled{
  border-color: rgb(27 48 81 / 0);
}

.disabled\:border-primary-900\/10:disabled{
  border-color: rgb(27 48 81 / 0.1);
}

.disabled\:border-primary-900\/100:disabled{
  border-color: rgb(27 48 81 / 1);
}

.disabled\:border-primary-900\/15:disabled{
  border-color: rgb(27 48 81 / 0.15);
}

.disabled\:border-primary-900\/20:disabled{
  border-color: rgb(27 48 81 / 0.2);
}

.disabled\:border-primary-900\/25:disabled{
  border-color: rgb(27 48 81 / 0.25);
}

.disabled\:border-primary-900\/30:disabled{
  border-color: rgb(27 48 81 / 0.3);
}

.disabled\:border-primary-900\/35:disabled{
  border-color: rgb(27 48 81 / 0.35);
}

.disabled\:border-primary-900\/40:disabled{
  border-color: rgb(27 48 81 / 0.4);
}

.disabled\:border-primary-900\/45:disabled{
  border-color: rgb(27 48 81 / 0.45);
}

.disabled\:border-primary-900\/5:disabled{
  border-color: rgb(27 48 81 / 0.05);
}

.disabled\:border-primary-900\/50:disabled{
  border-color: rgb(27 48 81 / 0.5);
}

.disabled\:border-primary-900\/55:disabled{
  border-color: rgb(27 48 81 / 0.55);
}

.disabled\:border-primary-900\/60:disabled{
  border-color: rgb(27 48 81 / 0.6);
}

.disabled\:border-primary-900\/65:disabled{
  border-color: rgb(27 48 81 / 0.65);
}

.disabled\:border-primary-900\/70:disabled{
  border-color: rgb(27 48 81 / 0.7);
}

.disabled\:border-primary-900\/75:disabled{
  border-color: rgb(27 48 81 / 0.75);
}

.disabled\:border-primary-900\/80:disabled{
  border-color: rgb(27 48 81 / 0.8);
}

.disabled\:border-primary-900\/85:disabled{
  border-color: rgb(27 48 81 / 0.85);
}

.disabled\:border-primary-900\/90:disabled{
  border-color: rgb(27 48 81 / 0.9);
}

.disabled\:border-primary-900\/95:disabled{
  border-color: rgb(27 48 81 / 0.95);
}

.disabled\:border-secondary-100:disabled{
  border-color: #DAE5E7;
}

.disabled\:border-secondary-100\/0:disabled{
  border-color: rgb(218 229 231 / 0);
}

.disabled\:border-secondary-100\/10:disabled{
  border-color: rgb(218 229 231 / 0.1);
}

.disabled\:border-secondary-100\/100:disabled{
  border-color: rgb(218 229 231 / 1);
}

.disabled\:border-secondary-100\/15:disabled{
  border-color: rgb(218 229 231 / 0.15);
}

.disabled\:border-secondary-100\/20:disabled{
  border-color: rgb(218 229 231 / 0.2);
}

.disabled\:border-secondary-100\/25:disabled{
  border-color: rgb(218 229 231 / 0.25);
}

.disabled\:border-secondary-100\/30:disabled{
  border-color: rgb(218 229 231 / 0.3);
}

.disabled\:border-secondary-100\/35:disabled{
  border-color: rgb(218 229 231 / 0.35);
}

.disabled\:border-secondary-100\/40:disabled{
  border-color: rgb(218 229 231 / 0.4);
}

.disabled\:border-secondary-100\/45:disabled{
  border-color: rgb(218 229 231 / 0.45);
}

.disabled\:border-secondary-100\/5:disabled{
  border-color: rgb(218 229 231 / 0.05);
}

.disabled\:border-secondary-100\/50:disabled{
  border-color: rgb(218 229 231 / 0.5);
}

.disabled\:border-secondary-100\/55:disabled{
  border-color: rgb(218 229 231 / 0.55);
}

.disabled\:border-secondary-100\/60:disabled{
  border-color: rgb(218 229 231 / 0.6);
}

.disabled\:border-secondary-100\/65:disabled{
  border-color: rgb(218 229 231 / 0.65);
}

.disabled\:border-secondary-100\/70:disabled{
  border-color: rgb(218 229 231 / 0.7);
}

.disabled\:border-secondary-100\/75:disabled{
  border-color: rgb(218 229 231 / 0.75);
}

.disabled\:border-secondary-100\/80:disabled{
  border-color: rgb(218 229 231 / 0.8);
}

.disabled\:border-secondary-100\/85:disabled{
  border-color: rgb(218 229 231 / 0.85);
}

.disabled\:border-secondary-100\/90:disabled{
  border-color: rgb(218 229 231 / 0.9);
}

.disabled\:border-secondary-100\/95:disabled{
  border-color: rgb(218 229 231 / 0.95);
}

.disabled\:border-secondary-200:disabled{
  border-color: #C4D6D9;
}

.disabled\:border-secondary-200\/0:disabled{
  border-color: rgb(196 214 217 / 0);
}

.disabled\:border-secondary-200\/10:disabled{
  border-color: rgb(196 214 217 / 0.1);
}

.disabled\:border-secondary-200\/100:disabled{
  border-color: rgb(196 214 217 / 1);
}

.disabled\:border-secondary-200\/15:disabled{
  border-color: rgb(196 214 217 / 0.15);
}

.disabled\:border-secondary-200\/20:disabled{
  border-color: rgb(196 214 217 / 0.2);
}

.disabled\:border-secondary-200\/25:disabled{
  border-color: rgb(196 214 217 / 0.25);
}

.disabled\:border-secondary-200\/30:disabled{
  border-color: rgb(196 214 217 / 0.3);
}

.disabled\:border-secondary-200\/35:disabled{
  border-color: rgb(196 214 217 / 0.35);
}

.disabled\:border-secondary-200\/40:disabled{
  border-color: rgb(196 214 217 / 0.4);
}

.disabled\:border-secondary-200\/45:disabled{
  border-color: rgb(196 214 217 / 0.45);
}

.disabled\:border-secondary-200\/5:disabled{
  border-color: rgb(196 214 217 / 0.05);
}

.disabled\:border-secondary-200\/50:disabled{
  border-color: rgb(196 214 217 / 0.5);
}

.disabled\:border-secondary-200\/55:disabled{
  border-color: rgb(196 214 217 / 0.55);
}

.disabled\:border-secondary-200\/60:disabled{
  border-color: rgb(196 214 217 / 0.6);
}

.disabled\:border-secondary-200\/65:disabled{
  border-color: rgb(196 214 217 / 0.65);
}

.disabled\:border-secondary-200\/70:disabled{
  border-color: rgb(196 214 217 / 0.7);
}

.disabled\:border-secondary-200\/75:disabled{
  border-color: rgb(196 214 217 / 0.75);
}

.disabled\:border-secondary-200\/80:disabled{
  border-color: rgb(196 214 217 / 0.8);
}

.disabled\:border-secondary-200\/85:disabled{
  border-color: rgb(196 214 217 / 0.85);
}

.disabled\:border-secondary-200\/90:disabled{
  border-color: rgb(196 214 217 / 0.9);
}

.disabled\:border-secondary-200\/95:disabled{
  border-color: rgb(196 214 217 / 0.95);
}

.disabled\:border-secondary-300:disabled{
  border-color: #AEC7CC;
}

.disabled\:border-secondary-300\/0:disabled{
  border-color: rgb(174 199 204 / 0);
}

.disabled\:border-secondary-300\/10:disabled{
  border-color: rgb(174 199 204 / 0.1);
}

.disabled\:border-secondary-300\/100:disabled{
  border-color: rgb(174 199 204 / 1);
}

.disabled\:border-secondary-300\/15:disabled{
  border-color: rgb(174 199 204 / 0.15);
}

.disabled\:border-secondary-300\/20:disabled{
  border-color: rgb(174 199 204 / 0.2);
}

.disabled\:border-secondary-300\/25:disabled{
  border-color: rgb(174 199 204 / 0.25);
}

.disabled\:border-secondary-300\/30:disabled{
  border-color: rgb(174 199 204 / 0.3);
}

.disabled\:border-secondary-300\/35:disabled{
  border-color: rgb(174 199 204 / 0.35);
}

.disabled\:border-secondary-300\/40:disabled{
  border-color: rgb(174 199 204 / 0.4);
}

.disabled\:border-secondary-300\/45:disabled{
  border-color: rgb(174 199 204 / 0.45);
}

.disabled\:border-secondary-300\/5:disabled{
  border-color: rgb(174 199 204 / 0.05);
}

.disabled\:border-secondary-300\/50:disabled{
  border-color: rgb(174 199 204 / 0.5);
}

.disabled\:border-secondary-300\/55:disabled{
  border-color: rgb(174 199 204 / 0.55);
}

.disabled\:border-secondary-300\/60:disabled{
  border-color: rgb(174 199 204 / 0.6);
}

.disabled\:border-secondary-300\/65:disabled{
  border-color: rgb(174 199 204 / 0.65);
}

.disabled\:border-secondary-300\/70:disabled{
  border-color: rgb(174 199 204 / 0.7);
}

.disabled\:border-secondary-300\/75:disabled{
  border-color: rgb(174 199 204 / 0.75);
}

.disabled\:border-secondary-300\/80:disabled{
  border-color: rgb(174 199 204 / 0.8);
}

.disabled\:border-secondary-300\/85:disabled{
  border-color: rgb(174 199 204 / 0.85);
}

.disabled\:border-secondary-300\/90:disabled{
  border-color: rgb(174 199 204 / 0.9);
}

.disabled\:border-secondary-300\/95:disabled{
  border-color: rgb(174 199 204 / 0.95);
}

.disabled\:border-secondary-400:disabled{
  border-color: #98B8BE;
}

.disabled\:border-secondary-400\/0:disabled{
  border-color: rgb(152 184 190 / 0);
}

.disabled\:border-secondary-400\/10:disabled{
  border-color: rgb(152 184 190 / 0.1);
}

.disabled\:border-secondary-400\/100:disabled{
  border-color: rgb(152 184 190 / 1);
}

.disabled\:border-secondary-400\/15:disabled{
  border-color: rgb(152 184 190 / 0.15);
}

.disabled\:border-secondary-400\/20:disabled{
  border-color: rgb(152 184 190 / 0.2);
}

.disabled\:border-secondary-400\/25:disabled{
  border-color: rgb(152 184 190 / 0.25);
}

.disabled\:border-secondary-400\/30:disabled{
  border-color: rgb(152 184 190 / 0.3);
}

.disabled\:border-secondary-400\/35:disabled{
  border-color: rgb(152 184 190 / 0.35);
}

.disabled\:border-secondary-400\/40:disabled{
  border-color: rgb(152 184 190 / 0.4);
}

.disabled\:border-secondary-400\/45:disabled{
  border-color: rgb(152 184 190 / 0.45);
}

.disabled\:border-secondary-400\/5:disabled{
  border-color: rgb(152 184 190 / 0.05);
}

.disabled\:border-secondary-400\/50:disabled{
  border-color: rgb(152 184 190 / 0.5);
}

.disabled\:border-secondary-400\/55:disabled{
  border-color: rgb(152 184 190 / 0.55);
}

.disabled\:border-secondary-400\/60:disabled{
  border-color: rgb(152 184 190 / 0.6);
}

.disabled\:border-secondary-400\/65:disabled{
  border-color: rgb(152 184 190 / 0.65);
}

.disabled\:border-secondary-400\/70:disabled{
  border-color: rgb(152 184 190 / 0.7);
}

.disabled\:border-secondary-400\/75:disabled{
  border-color: rgb(152 184 190 / 0.75);
}

.disabled\:border-secondary-400\/80:disabled{
  border-color: rgb(152 184 190 / 0.8);
}

.disabled\:border-secondary-400\/85:disabled{
  border-color: rgb(152 184 190 / 0.85);
}

.disabled\:border-secondary-400\/90:disabled{
  border-color: rgb(152 184 190 / 0.9);
}

.disabled\:border-secondary-400\/95:disabled{
  border-color: rgb(152 184 190 / 0.95);
}

.disabled\:border-secondary-500:disabled{
  border-color: #82A9B0;
}

.disabled\:border-secondary-500\/0:disabled{
  border-color: rgb(130 169 176 / 0);
}

.disabled\:border-secondary-500\/10:disabled{
  border-color: rgb(130 169 176 / 0.1);
}

.disabled\:border-secondary-500\/100:disabled{
  border-color: rgb(130 169 176 / 1);
}

.disabled\:border-secondary-500\/15:disabled{
  border-color: rgb(130 169 176 / 0.15);
}

.disabled\:border-secondary-500\/20:disabled{
  border-color: rgb(130 169 176 / 0.2);
}

.disabled\:border-secondary-500\/25:disabled{
  border-color: rgb(130 169 176 / 0.25);
}

.disabled\:border-secondary-500\/30:disabled{
  border-color: rgb(130 169 176 / 0.3);
}

.disabled\:border-secondary-500\/35:disabled{
  border-color: rgb(130 169 176 / 0.35);
}

.disabled\:border-secondary-500\/40:disabled{
  border-color: rgb(130 169 176 / 0.4);
}

.disabled\:border-secondary-500\/45:disabled{
  border-color: rgb(130 169 176 / 0.45);
}

.disabled\:border-secondary-500\/5:disabled{
  border-color: rgb(130 169 176 / 0.05);
}

.disabled\:border-secondary-500\/50:disabled{
  border-color: rgb(130 169 176 / 0.5);
}

.disabled\:border-secondary-500\/55:disabled{
  border-color: rgb(130 169 176 / 0.55);
}

.disabled\:border-secondary-500\/60:disabled{
  border-color: rgb(130 169 176 / 0.6);
}

.disabled\:border-secondary-500\/65:disabled{
  border-color: rgb(130 169 176 / 0.65);
}

.disabled\:border-secondary-500\/70:disabled{
  border-color: rgb(130 169 176 / 0.7);
}

.disabled\:border-secondary-500\/75:disabled{
  border-color: rgb(130 169 176 / 0.75);
}

.disabled\:border-secondary-500\/80:disabled{
  border-color: rgb(130 169 176 / 0.8);
}

.disabled\:border-secondary-500\/85:disabled{
  border-color: rgb(130 169 176 / 0.85);
}

.disabled\:border-secondary-500\/90:disabled{
  border-color: rgb(130 169 176 / 0.9);
}

.disabled\:border-secondary-500\/95:disabled{
  border-color: rgb(130 169 176 / 0.95);
}

.disabled\:border-secondary-600:disabled{
  border-color: #66969E;
}

.disabled\:border-secondary-600\/0:disabled{
  border-color: rgb(102 150 158 / 0);
}

.disabled\:border-secondary-600\/10:disabled{
  border-color: rgb(102 150 158 / 0.1);
}

.disabled\:border-secondary-600\/100:disabled{
  border-color: rgb(102 150 158 / 1);
}

.disabled\:border-secondary-600\/15:disabled{
  border-color: rgb(102 150 158 / 0.15);
}

.disabled\:border-secondary-600\/20:disabled{
  border-color: rgb(102 150 158 / 0.2);
}

.disabled\:border-secondary-600\/25:disabled{
  border-color: rgb(102 150 158 / 0.25);
}

.disabled\:border-secondary-600\/30:disabled{
  border-color: rgb(102 150 158 / 0.3);
}

.disabled\:border-secondary-600\/35:disabled{
  border-color: rgb(102 150 158 / 0.35);
}

.disabled\:border-secondary-600\/40:disabled{
  border-color: rgb(102 150 158 / 0.4);
}

.disabled\:border-secondary-600\/45:disabled{
  border-color: rgb(102 150 158 / 0.45);
}

.disabled\:border-secondary-600\/5:disabled{
  border-color: rgb(102 150 158 / 0.05);
}

.disabled\:border-secondary-600\/50:disabled{
  border-color: rgb(102 150 158 / 0.5);
}

.disabled\:border-secondary-600\/55:disabled{
  border-color: rgb(102 150 158 / 0.55);
}

.disabled\:border-secondary-600\/60:disabled{
  border-color: rgb(102 150 158 / 0.6);
}

.disabled\:border-secondary-600\/65:disabled{
  border-color: rgb(102 150 158 / 0.65);
}

.disabled\:border-secondary-600\/70:disabled{
  border-color: rgb(102 150 158 / 0.7);
}

.disabled\:border-secondary-600\/75:disabled{
  border-color: rgb(102 150 158 / 0.75);
}

.disabled\:border-secondary-600\/80:disabled{
  border-color: rgb(102 150 158 / 0.8);
}

.disabled\:border-secondary-600\/85:disabled{
  border-color: rgb(102 150 158 / 0.85);
}

.disabled\:border-secondary-600\/90:disabled{
  border-color: rgb(102 150 158 / 0.9);
}

.disabled\:border-secondary-600\/95:disabled{
  border-color: rgb(102 150 158 / 0.95);
}

.disabled\:border-secondary-700:disabled{
  border-color: #537C83;
}

.disabled\:border-secondary-700\/0:disabled{
  border-color: rgb(83 124 131 / 0);
}

.disabled\:border-secondary-700\/10:disabled{
  border-color: rgb(83 124 131 / 0.1);
}

.disabled\:border-secondary-700\/100:disabled{
  border-color: rgb(83 124 131 / 1);
}

.disabled\:border-secondary-700\/15:disabled{
  border-color: rgb(83 124 131 / 0.15);
}

.disabled\:border-secondary-700\/20:disabled{
  border-color: rgb(83 124 131 / 0.2);
}

.disabled\:border-secondary-700\/25:disabled{
  border-color: rgb(83 124 131 / 0.25);
}

.disabled\:border-secondary-700\/30:disabled{
  border-color: rgb(83 124 131 / 0.3);
}

.disabled\:border-secondary-700\/35:disabled{
  border-color: rgb(83 124 131 / 0.35);
}

.disabled\:border-secondary-700\/40:disabled{
  border-color: rgb(83 124 131 / 0.4);
}

.disabled\:border-secondary-700\/45:disabled{
  border-color: rgb(83 124 131 / 0.45);
}

.disabled\:border-secondary-700\/5:disabled{
  border-color: rgb(83 124 131 / 0.05);
}

.disabled\:border-secondary-700\/50:disabled{
  border-color: rgb(83 124 131 / 0.5);
}

.disabled\:border-secondary-700\/55:disabled{
  border-color: rgb(83 124 131 / 0.55);
}

.disabled\:border-secondary-700\/60:disabled{
  border-color: rgb(83 124 131 / 0.6);
}

.disabled\:border-secondary-700\/65:disabled{
  border-color: rgb(83 124 131 / 0.65);
}

.disabled\:border-secondary-700\/70:disabled{
  border-color: rgb(83 124 131 / 0.7);
}

.disabled\:border-secondary-700\/75:disabled{
  border-color: rgb(83 124 131 / 0.75);
}

.disabled\:border-secondary-700\/80:disabled{
  border-color: rgb(83 124 131 / 0.8);
}

.disabled\:border-secondary-700\/85:disabled{
  border-color: rgb(83 124 131 / 0.85);
}

.disabled\:border-secondary-700\/90:disabled{
  border-color: rgb(83 124 131 / 0.9);
}

.disabled\:border-secondary-700\/95:disabled{
  border-color: rgb(83 124 131 / 0.95);
}

.disabled\:border-secondary-800:disabled{
  border-color: #416167;
}

.disabled\:border-secondary-800\/0:disabled{
  border-color: rgb(65 97 103 / 0);
}

.disabled\:border-secondary-800\/10:disabled{
  border-color: rgb(65 97 103 / 0.1);
}

.disabled\:border-secondary-800\/100:disabled{
  border-color: rgb(65 97 103 / 1);
}

.disabled\:border-secondary-800\/15:disabled{
  border-color: rgb(65 97 103 / 0.15);
}

.disabled\:border-secondary-800\/20:disabled{
  border-color: rgb(65 97 103 / 0.2);
}

.disabled\:border-secondary-800\/25:disabled{
  border-color: rgb(65 97 103 / 0.25);
}

.disabled\:border-secondary-800\/30:disabled{
  border-color: rgb(65 97 103 / 0.3);
}

.disabled\:border-secondary-800\/35:disabled{
  border-color: rgb(65 97 103 / 0.35);
}

.disabled\:border-secondary-800\/40:disabled{
  border-color: rgb(65 97 103 / 0.4);
}

.disabled\:border-secondary-800\/45:disabled{
  border-color: rgb(65 97 103 / 0.45);
}

.disabled\:border-secondary-800\/5:disabled{
  border-color: rgb(65 97 103 / 0.05);
}

.disabled\:border-secondary-800\/50:disabled{
  border-color: rgb(65 97 103 / 0.5);
}

.disabled\:border-secondary-800\/55:disabled{
  border-color: rgb(65 97 103 / 0.55);
}

.disabled\:border-secondary-800\/60:disabled{
  border-color: rgb(65 97 103 / 0.6);
}

.disabled\:border-secondary-800\/65:disabled{
  border-color: rgb(65 97 103 / 0.65);
}

.disabled\:border-secondary-800\/70:disabled{
  border-color: rgb(65 97 103 / 0.7);
}

.disabled\:border-secondary-800\/75:disabled{
  border-color: rgb(65 97 103 / 0.75);
}

.disabled\:border-secondary-800\/80:disabled{
  border-color: rgb(65 97 103 / 0.8);
}

.disabled\:border-secondary-800\/85:disabled{
  border-color: rgb(65 97 103 / 0.85);
}

.disabled\:border-secondary-800\/90:disabled{
  border-color: rgb(65 97 103 / 0.9);
}

.disabled\:border-secondary-800\/95:disabled{
  border-color: rgb(65 97 103 / 0.95);
}

.disabled\:border-secondary-900:disabled{
  border-color: #2F474B;
}

.disabled\:border-secondary-900\/0:disabled{
  border-color: rgb(47 71 75 / 0);
}

.disabled\:border-secondary-900\/10:disabled{
  border-color: rgb(47 71 75 / 0.1);
}

.disabled\:border-secondary-900\/100:disabled{
  border-color: rgb(47 71 75 / 1);
}

.disabled\:border-secondary-900\/15:disabled{
  border-color: rgb(47 71 75 / 0.15);
}

.disabled\:border-secondary-900\/20:disabled{
  border-color: rgb(47 71 75 / 0.2);
}

.disabled\:border-secondary-900\/25:disabled{
  border-color: rgb(47 71 75 / 0.25);
}

.disabled\:border-secondary-900\/30:disabled{
  border-color: rgb(47 71 75 / 0.3);
}

.disabled\:border-secondary-900\/35:disabled{
  border-color: rgb(47 71 75 / 0.35);
}

.disabled\:border-secondary-900\/40:disabled{
  border-color: rgb(47 71 75 / 0.4);
}

.disabled\:border-secondary-900\/45:disabled{
  border-color: rgb(47 71 75 / 0.45);
}

.disabled\:border-secondary-900\/5:disabled{
  border-color: rgb(47 71 75 / 0.05);
}

.disabled\:border-secondary-900\/50:disabled{
  border-color: rgb(47 71 75 / 0.5);
}

.disabled\:border-secondary-900\/55:disabled{
  border-color: rgb(47 71 75 / 0.55);
}

.disabled\:border-secondary-900\/60:disabled{
  border-color: rgb(47 71 75 / 0.6);
}

.disabled\:border-secondary-900\/65:disabled{
  border-color: rgb(47 71 75 / 0.65);
}

.disabled\:border-secondary-900\/70:disabled{
  border-color: rgb(47 71 75 / 0.7);
}

.disabled\:border-secondary-900\/75:disabled{
  border-color: rgb(47 71 75 / 0.75);
}

.disabled\:border-secondary-900\/80:disabled{
  border-color: rgb(47 71 75 / 0.8);
}

.disabled\:border-secondary-900\/85:disabled{
  border-color: rgb(47 71 75 / 0.85);
}

.disabled\:border-secondary-900\/90:disabled{
  border-color: rgb(47 71 75 / 0.9);
}

.disabled\:border-secondary-900\/95:disabled{
  border-color: rgb(47 71 75 / 0.95);
}

.disabled\:bg-accent-100:disabled{
  background-color: #fceae9;
}

.disabled\:bg-accent-100\/0:disabled{
  background-color: rgb(252 234 233 / 0);
}

.disabled\:bg-accent-100\/10:disabled{
  background-color: rgb(252 234 233 / 0.1);
}

.disabled\:bg-accent-100\/100:disabled{
  background-color: rgb(252 234 233 / 1);
}

.disabled\:bg-accent-100\/15:disabled{
  background-color: rgb(252 234 233 / 0.15);
}

.disabled\:bg-accent-100\/20:disabled{
  background-color: rgb(252 234 233 / 0.2);
}

.disabled\:bg-accent-100\/25:disabled{
  background-color: rgb(252 234 233 / 0.25);
}

.disabled\:bg-accent-100\/30:disabled{
  background-color: rgb(252 234 233 / 0.3);
}

.disabled\:bg-accent-100\/35:disabled{
  background-color: rgb(252 234 233 / 0.35);
}

.disabled\:bg-accent-100\/40:disabled{
  background-color: rgb(252 234 233 / 0.4);
}

.disabled\:bg-accent-100\/45:disabled{
  background-color: rgb(252 234 233 / 0.45);
}

.disabled\:bg-accent-100\/5:disabled{
  background-color: rgb(252 234 233 / 0.05);
}

.disabled\:bg-accent-100\/50:disabled{
  background-color: rgb(252 234 233 / 0.5);
}

.disabled\:bg-accent-100\/55:disabled{
  background-color: rgb(252 234 233 / 0.55);
}

.disabled\:bg-accent-100\/60:disabled{
  background-color: rgb(252 234 233 / 0.6);
}

.disabled\:bg-accent-100\/65:disabled{
  background-color: rgb(252 234 233 / 0.65);
}

.disabled\:bg-accent-100\/70:disabled{
  background-color: rgb(252 234 233 / 0.7);
}

.disabled\:bg-accent-100\/75:disabled{
  background-color: rgb(252 234 233 / 0.75);
}

.disabled\:bg-accent-100\/80:disabled{
  background-color: rgb(252 234 233 / 0.8);
}

.disabled\:bg-accent-100\/85:disabled{
  background-color: rgb(252 234 233 / 0.85);
}

.disabled\:bg-accent-100\/90:disabled{
  background-color: rgb(252 234 233 / 0.9);
}

.disabled\:bg-accent-100\/95:disabled{
  background-color: rgb(252 234 233 / 0.95);
}

.disabled\:bg-accent-200:disabled{
  background-color: #f9d4d2;
}

.disabled\:bg-accent-200\/0:disabled{
  background-color: rgb(249 212 210 / 0);
}

.disabled\:bg-accent-200\/10:disabled{
  background-color: rgb(249 212 210 / 0.1);
}

.disabled\:bg-accent-200\/100:disabled{
  background-color: rgb(249 212 210 / 1);
}

.disabled\:bg-accent-200\/15:disabled{
  background-color: rgb(249 212 210 / 0.15);
}

.disabled\:bg-accent-200\/20:disabled{
  background-color: rgb(249 212 210 / 0.2);
}

.disabled\:bg-accent-200\/25:disabled{
  background-color: rgb(249 212 210 / 0.25);
}

.disabled\:bg-accent-200\/30:disabled{
  background-color: rgb(249 212 210 / 0.3);
}

.disabled\:bg-accent-200\/35:disabled{
  background-color: rgb(249 212 210 / 0.35);
}

.disabled\:bg-accent-200\/40:disabled{
  background-color: rgb(249 212 210 / 0.4);
}

.disabled\:bg-accent-200\/45:disabled{
  background-color: rgb(249 212 210 / 0.45);
}

.disabled\:bg-accent-200\/5:disabled{
  background-color: rgb(249 212 210 / 0.05);
}

.disabled\:bg-accent-200\/50:disabled{
  background-color: rgb(249 212 210 / 0.5);
}

.disabled\:bg-accent-200\/55:disabled{
  background-color: rgb(249 212 210 / 0.55);
}

.disabled\:bg-accent-200\/60:disabled{
  background-color: rgb(249 212 210 / 0.6);
}

.disabled\:bg-accent-200\/65:disabled{
  background-color: rgb(249 212 210 / 0.65);
}

.disabled\:bg-accent-200\/70:disabled{
  background-color: rgb(249 212 210 / 0.7);
}

.disabled\:bg-accent-200\/75:disabled{
  background-color: rgb(249 212 210 / 0.75);
}

.disabled\:bg-accent-200\/80:disabled{
  background-color: rgb(249 212 210 / 0.8);
}

.disabled\:bg-accent-200\/85:disabled{
  background-color: rgb(249 212 210 / 0.85);
}

.disabled\:bg-accent-200\/90:disabled{
  background-color: rgb(249 212 210 / 0.9);
}

.disabled\:bg-accent-200\/95:disabled{
  background-color: rgb(249 212 210 / 0.95);
}

.disabled\:bg-accent-300:disabled{
  background-color: #f4b5b3;
}

.disabled\:bg-accent-300\/0:disabled{
  background-color: rgb(244 181 179 / 0);
}

.disabled\:bg-accent-300\/10:disabled{
  background-color: rgb(244 181 179 / 0.1);
}

.disabled\:bg-accent-300\/100:disabled{
  background-color: rgb(244 181 179 / 1);
}

.disabled\:bg-accent-300\/15:disabled{
  background-color: rgb(244 181 179 / 0.15);
}

.disabled\:bg-accent-300\/20:disabled{
  background-color: rgb(244 181 179 / 0.2);
}

.disabled\:bg-accent-300\/25:disabled{
  background-color: rgb(244 181 179 / 0.25);
}

.disabled\:bg-accent-300\/30:disabled{
  background-color: rgb(244 181 179 / 0.3);
}

.disabled\:bg-accent-300\/35:disabled{
  background-color: rgb(244 181 179 / 0.35);
}

.disabled\:bg-accent-300\/40:disabled{
  background-color: rgb(244 181 179 / 0.4);
}

.disabled\:bg-accent-300\/45:disabled{
  background-color: rgb(244 181 179 / 0.45);
}

.disabled\:bg-accent-300\/5:disabled{
  background-color: rgb(244 181 179 / 0.05);
}

.disabled\:bg-accent-300\/50:disabled{
  background-color: rgb(244 181 179 / 0.5);
}

.disabled\:bg-accent-300\/55:disabled{
  background-color: rgb(244 181 179 / 0.55);
}

.disabled\:bg-accent-300\/60:disabled{
  background-color: rgb(244 181 179 / 0.6);
}

.disabled\:bg-accent-300\/65:disabled{
  background-color: rgb(244 181 179 / 0.65);
}

.disabled\:bg-accent-300\/70:disabled{
  background-color: rgb(244 181 179 / 0.7);
}

.disabled\:bg-accent-300\/75:disabled{
  background-color: rgb(244 181 179 / 0.75);
}

.disabled\:bg-accent-300\/80:disabled{
  background-color: rgb(244 181 179 / 0.8);
}

.disabled\:bg-accent-300\/85:disabled{
  background-color: rgb(244 181 179 / 0.85);
}

.disabled\:bg-accent-300\/90:disabled{
  background-color: rgb(244 181 179 / 0.9);
}

.disabled\:bg-accent-300\/95:disabled{
  background-color: rgb(244 181 179 / 0.95);
}

.disabled\:bg-accent-400:disabled{
  background-color: #ee8e8b;
}

.disabled\:bg-accent-400\/0:disabled{
  background-color: rgb(238 142 139 / 0);
}

.disabled\:bg-accent-400\/10:disabled{
  background-color: rgb(238 142 139 / 0.1);
}

.disabled\:bg-accent-400\/100:disabled{
  background-color: rgb(238 142 139 / 1);
}

.disabled\:bg-accent-400\/15:disabled{
  background-color: rgb(238 142 139 / 0.15);
}

.disabled\:bg-accent-400\/20:disabled{
  background-color: rgb(238 142 139 / 0.2);
}

.disabled\:bg-accent-400\/25:disabled{
  background-color: rgb(238 142 139 / 0.25);
}

.disabled\:bg-accent-400\/30:disabled{
  background-color: rgb(238 142 139 / 0.3);
}

.disabled\:bg-accent-400\/35:disabled{
  background-color: rgb(238 142 139 / 0.35);
}

.disabled\:bg-accent-400\/40:disabled{
  background-color: rgb(238 142 139 / 0.4);
}

.disabled\:bg-accent-400\/45:disabled{
  background-color: rgb(238 142 139 / 0.45);
}

.disabled\:bg-accent-400\/5:disabled{
  background-color: rgb(238 142 139 / 0.05);
}

.disabled\:bg-accent-400\/50:disabled{
  background-color: rgb(238 142 139 / 0.5);
}

.disabled\:bg-accent-400\/55:disabled{
  background-color: rgb(238 142 139 / 0.55);
}

.disabled\:bg-accent-400\/60:disabled{
  background-color: rgb(238 142 139 / 0.6);
}

.disabled\:bg-accent-400\/65:disabled{
  background-color: rgb(238 142 139 / 0.65);
}

.disabled\:bg-accent-400\/70:disabled{
  background-color: rgb(238 142 139 / 0.7);
}

.disabled\:bg-accent-400\/75:disabled{
  background-color: rgb(238 142 139 / 0.75);
}

.disabled\:bg-accent-400\/80:disabled{
  background-color: rgb(238 142 139 / 0.8);
}

.disabled\:bg-accent-400\/85:disabled{
  background-color: rgb(238 142 139 / 0.85);
}

.disabled\:bg-accent-400\/90:disabled{
  background-color: rgb(238 142 139 / 0.9);
}

.disabled\:bg-accent-400\/95:disabled{
  background-color: rgb(238 142 139 / 0.95);
}

.disabled\:bg-accent-500:disabled{
  background-color: #e57373;
}

.disabled\:bg-accent-500\/0:disabled{
  background-color: rgb(229 115 115 / 0);
}

.disabled\:bg-accent-500\/10:disabled{
  background-color: rgb(229 115 115 / 0.1);
}

.disabled\:bg-accent-500\/100:disabled{
  background-color: rgb(229 115 115 / 1);
}

.disabled\:bg-accent-500\/15:disabled{
  background-color: rgb(229 115 115 / 0.15);
}

.disabled\:bg-accent-500\/20:disabled{
  background-color: rgb(229 115 115 / 0.2);
}

.disabled\:bg-accent-500\/25:disabled{
  background-color: rgb(229 115 115 / 0.25);
}

.disabled\:bg-accent-500\/30:disabled{
  background-color: rgb(229 115 115 / 0.3);
}

.disabled\:bg-accent-500\/35:disabled{
  background-color: rgb(229 115 115 / 0.35);
}

.disabled\:bg-accent-500\/40:disabled{
  background-color: rgb(229 115 115 / 0.4);
}

.disabled\:bg-accent-500\/45:disabled{
  background-color: rgb(229 115 115 / 0.45);
}

.disabled\:bg-accent-500\/5:disabled{
  background-color: rgb(229 115 115 / 0.05);
}

.disabled\:bg-accent-500\/50:disabled{
  background-color: rgb(229 115 115 / 0.5);
}

.disabled\:bg-accent-500\/55:disabled{
  background-color: rgb(229 115 115 / 0.55);
}

.disabled\:bg-accent-500\/60:disabled{
  background-color: rgb(229 115 115 / 0.6);
}

.disabled\:bg-accent-500\/65:disabled{
  background-color: rgb(229 115 115 / 0.65);
}

.disabled\:bg-accent-500\/70:disabled{
  background-color: rgb(229 115 115 / 0.7);
}

.disabled\:bg-accent-500\/75:disabled{
  background-color: rgb(229 115 115 / 0.75);
}

.disabled\:bg-accent-500\/80:disabled{
  background-color: rgb(229 115 115 / 0.8);
}

.disabled\:bg-accent-500\/85:disabled{
  background-color: rgb(229 115 115 / 0.85);
}

.disabled\:bg-accent-500\/90:disabled{
  background-color: rgb(229 115 115 / 0.9);
}

.disabled\:bg-accent-500\/95:disabled{
  background-color: rgb(229 115 115 / 0.95);
}

.disabled\:bg-accent-600:disabled{
  background-color: #d95f5f;
}

.disabled\:bg-accent-600\/0:disabled{
  background-color: rgb(217 95 95 / 0);
}

.disabled\:bg-accent-600\/10:disabled{
  background-color: rgb(217 95 95 / 0.1);
}

.disabled\:bg-accent-600\/100:disabled{
  background-color: rgb(217 95 95 / 1);
}

.disabled\:bg-accent-600\/15:disabled{
  background-color: rgb(217 95 95 / 0.15);
}

.disabled\:bg-accent-600\/20:disabled{
  background-color: rgb(217 95 95 / 0.2);
}

.disabled\:bg-accent-600\/25:disabled{
  background-color: rgb(217 95 95 / 0.25);
}

.disabled\:bg-accent-600\/30:disabled{
  background-color: rgb(217 95 95 / 0.3);
}

.disabled\:bg-accent-600\/35:disabled{
  background-color: rgb(217 95 95 / 0.35);
}

.disabled\:bg-accent-600\/40:disabled{
  background-color: rgb(217 95 95 / 0.4);
}

.disabled\:bg-accent-600\/45:disabled{
  background-color: rgb(217 95 95 / 0.45);
}

.disabled\:bg-accent-600\/5:disabled{
  background-color: rgb(217 95 95 / 0.05);
}

.disabled\:bg-accent-600\/50:disabled{
  background-color: rgb(217 95 95 / 0.5);
}

.disabled\:bg-accent-600\/55:disabled{
  background-color: rgb(217 95 95 / 0.55);
}

.disabled\:bg-accent-600\/60:disabled{
  background-color: rgb(217 95 95 / 0.6);
}

.disabled\:bg-accent-600\/65:disabled{
  background-color: rgb(217 95 95 / 0.65);
}

.disabled\:bg-accent-600\/70:disabled{
  background-color: rgb(217 95 95 / 0.7);
}

.disabled\:bg-accent-600\/75:disabled{
  background-color: rgb(217 95 95 / 0.75);
}

.disabled\:bg-accent-600\/80:disabled{
  background-color: rgb(217 95 95 / 0.8);
}

.disabled\:bg-accent-600\/85:disabled{
  background-color: rgb(217 95 95 / 0.85);
}

.disabled\:bg-accent-600\/90:disabled{
  background-color: rgb(217 95 95 / 0.9);
}

.disabled\:bg-accent-600\/95:disabled{
  background-color: rgb(217 95 95 / 0.95);
}

.disabled\:bg-accent-700:disabled{
  background-color: #c94a4a;
}

.disabled\:bg-accent-700\/0:disabled{
  background-color: rgb(201 74 74 / 0);
}

.disabled\:bg-accent-700\/10:disabled{
  background-color: rgb(201 74 74 / 0.1);
}

.disabled\:bg-accent-700\/100:disabled{
  background-color: rgb(201 74 74 / 1);
}

.disabled\:bg-accent-700\/15:disabled{
  background-color: rgb(201 74 74 / 0.15);
}

.disabled\:bg-accent-700\/20:disabled{
  background-color: rgb(201 74 74 / 0.2);
}

.disabled\:bg-accent-700\/25:disabled{
  background-color: rgb(201 74 74 / 0.25);
}

.disabled\:bg-accent-700\/30:disabled{
  background-color: rgb(201 74 74 / 0.3);
}

.disabled\:bg-accent-700\/35:disabled{
  background-color: rgb(201 74 74 / 0.35);
}

.disabled\:bg-accent-700\/40:disabled{
  background-color: rgb(201 74 74 / 0.4);
}

.disabled\:bg-accent-700\/45:disabled{
  background-color: rgb(201 74 74 / 0.45);
}

.disabled\:bg-accent-700\/5:disabled{
  background-color: rgb(201 74 74 / 0.05);
}

.disabled\:bg-accent-700\/50:disabled{
  background-color: rgb(201 74 74 / 0.5);
}

.disabled\:bg-accent-700\/55:disabled{
  background-color: rgb(201 74 74 / 0.55);
}

.disabled\:bg-accent-700\/60:disabled{
  background-color: rgb(201 74 74 / 0.6);
}

.disabled\:bg-accent-700\/65:disabled{
  background-color: rgb(201 74 74 / 0.65);
}

.disabled\:bg-accent-700\/70:disabled{
  background-color: rgb(201 74 74 / 0.7);
}

.disabled\:bg-accent-700\/75:disabled{
  background-color: rgb(201 74 74 / 0.75);
}

.disabled\:bg-accent-700\/80:disabled{
  background-color: rgb(201 74 74 / 0.8);
}

.disabled\:bg-accent-700\/85:disabled{
  background-color: rgb(201 74 74 / 0.85);
}

.disabled\:bg-accent-700\/90:disabled{
  background-color: rgb(201 74 74 / 0.9);
}

.disabled\:bg-accent-700\/95:disabled{
  background-color: rgb(201 74 74 / 0.95);
}

.disabled\:bg-accent-800:disabled{
  background-color: #a83c3c;
}

.disabled\:bg-accent-800\/0:disabled{
  background-color: rgb(168 60 60 / 0);
}

.disabled\:bg-accent-800\/10:disabled{
  background-color: rgb(168 60 60 / 0.1);
}

.disabled\:bg-accent-800\/100:disabled{
  background-color: rgb(168 60 60 / 1);
}

.disabled\:bg-accent-800\/15:disabled{
  background-color: rgb(168 60 60 / 0.15);
}

.disabled\:bg-accent-800\/20:disabled{
  background-color: rgb(168 60 60 / 0.2);
}

.disabled\:bg-accent-800\/25:disabled{
  background-color: rgb(168 60 60 / 0.25);
}

.disabled\:bg-accent-800\/30:disabled{
  background-color: rgb(168 60 60 / 0.3);
}

.disabled\:bg-accent-800\/35:disabled{
  background-color: rgb(168 60 60 / 0.35);
}

.disabled\:bg-accent-800\/40:disabled{
  background-color: rgb(168 60 60 / 0.4);
}

.disabled\:bg-accent-800\/45:disabled{
  background-color: rgb(168 60 60 / 0.45);
}

.disabled\:bg-accent-800\/5:disabled{
  background-color: rgb(168 60 60 / 0.05);
}

.disabled\:bg-accent-800\/50:disabled{
  background-color: rgb(168 60 60 / 0.5);
}

.disabled\:bg-accent-800\/55:disabled{
  background-color: rgb(168 60 60 / 0.55);
}

.disabled\:bg-accent-800\/60:disabled{
  background-color: rgb(168 60 60 / 0.6);
}

.disabled\:bg-accent-800\/65:disabled{
  background-color: rgb(168 60 60 / 0.65);
}

.disabled\:bg-accent-800\/70:disabled{
  background-color: rgb(168 60 60 / 0.7);
}

.disabled\:bg-accent-800\/75:disabled{
  background-color: rgb(168 60 60 / 0.75);
}

.disabled\:bg-accent-800\/80:disabled{
  background-color: rgb(168 60 60 / 0.8);
}

.disabled\:bg-accent-800\/85:disabled{
  background-color: rgb(168 60 60 / 0.85);
}

.disabled\:bg-accent-800\/90:disabled{
  background-color: rgb(168 60 60 / 0.9);
}

.disabled\:bg-accent-800\/95:disabled{
  background-color: rgb(168 60 60 / 0.95);
}

.disabled\:bg-accent-900:disabled{
  background-color: #8c3434;
}

.disabled\:bg-accent-900\/0:disabled{
  background-color: rgb(140 52 52 / 0);
}

.disabled\:bg-accent-900\/10:disabled{
  background-color: rgb(140 52 52 / 0.1);
}

.disabled\:bg-accent-900\/100:disabled{
  background-color: rgb(140 52 52 / 1);
}

.disabled\:bg-accent-900\/15:disabled{
  background-color: rgb(140 52 52 / 0.15);
}

.disabled\:bg-accent-900\/20:disabled{
  background-color: rgb(140 52 52 / 0.2);
}

.disabled\:bg-accent-900\/25:disabled{
  background-color: rgb(140 52 52 / 0.25);
}

.disabled\:bg-accent-900\/30:disabled{
  background-color: rgb(140 52 52 / 0.3);
}

.disabled\:bg-accent-900\/35:disabled{
  background-color: rgb(140 52 52 / 0.35);
}

.disabled\:bg-accent-900\/40:disabled{
  background-color: rgb(140 52 52 / 0.4);
}

.disabled\:bg-accent-900\/45:disabled{
  background-color: rgb(140 52 52 / 0.45);
}

.disabled\:bg-accent-900\/5:disabled{
  background-color: rgb(140 52 52 / 0.05);
}

.disabled\:bg-accent-900\/50:disabled{
  background-color: rgb(140 52 52 / 0.5);
}

.disabled\:bg-accent-900\/55:disabled{
  background-color: rgb(140 52 52 / 0.55);
}

.disabled\:bg-accent-900\/60:disabled{
  background-color: rgb(140 52 52 / 0.6);
}

.disabled\:bg-accent-900\/65:disabled{
  background-color: rgb(140 52 52 / 0.65);
}

.disabled\:bg-accent-900\/70:disabled{
  background-color: rgb(140 52 52 / 0.7);
}

.disabled\:bg-accent-900\/75:disabled{
  background-color: rgb(140 52 52 / 0.75);
}

.disabled\:bg-accent-900\/80:disabled{
  background-color: rgb(140 52 52 / 0.8);
}

.disabled\:bg-accent-900\/85:disabled{
  background-color: rgb(140 52 52 / 0.85);
}

.disabled\:bg-accent-900\/90:disabled{
  background-color: rgb(140 52 52 / 0.9);
}

.disabled\:bg-accent-900\/95:disabled{
  background-color: rgb(140 52 52 / 0.95);
}

.disabled\:bg-gray-100:disabled{
  background-color: #f3f4f6;
}

.disabled\:bg-gray-100\/0:disabled{
  background-color: rgb(243 244 246 / 0);
}

.disabled\:bg-gray-100\/10:disabled{
  background-color: rgb(243 244 246 / 0.1);
}

.disabled\:bg-gray-100\/100:disabled{
  background-color: rgb(243 244 246 / 1);
}

.disabled\:bg-gray-100\/15:disabled{
  background-color: rgb(243 244 246 / 0.15);
}

.disabled\:bg-gray-100\/20:disabled{
  background-color: rgb(243 244 246 / 0.2);
}

.disabled\:bg-gray-100\/25:disabled{
  background-color: rgb(243 244 246 / 0.25);
}

.disabled\:bg-gray-100\/30:disabled{
  background-color: rgb(243 244 246 / 0.3);
}

.disabled\:bg-gray-100\/35:disabled{
  background-color: rgb(243 244 246 / 0.35);
}

.disabled\:bg-gray-100\/40:disabled{
  background-color: rgb(243 244 246 / 0.4);
}

.disabled\:bg-gray-100\/45:disabled{
  background-color: rgb(243 244 246 / 0.45);
}

.disabled\:bg-gray-100\/5:disabled{
  background-color: rgb(243 244 246 / 0.05);
}

.disabled\:bg-gray-100\/50:disabled{
  background-color: rgb(243 244 246 / 0.5);
}

.disabled\:bg-gray-100\/55:disabled{
  background-color: rgb(243 244 246 / 0.55);
}

.disabled\:bg-gray-100\/60:disabled{
  background-color: rgb(243 244 246 / 0.6);
}

.disabled\:bg-gray-100\/65:disabled{
  background-color: rgb(243 244 246 / 0.65);
}

.disabled\:bg-gray-100\/70:disabled{
  background-color: rgb(243 244 246 / 0.7);
}

.disabled\:bg-gray-100\/75:disabled{
  background-color: rgb(243 244 246 / 0.75);
}

.disabled\:bg-gray-100\/80:disabled{
  background-color: rgb(243 244 246 / 0.8);
}

.disabled\:bg-gray-100\/85:disabled{
  background-color: rgb(243 244 246 / 0.85);
}

.disabled\:bg-gray-100\/90:disabled{
  background-color: rgb(243 244 246 / 0.9);
}

.disabled\:bg-gray-100\/95:disabled{
  background-color: rgb(243 244 246 / 0.95);
}

.disabled\:bg-gray-200:disabled{
  background-color: #e5e7eb;
}

.disabled\:bg-gray-200\/0:disabled{
  background-color: rgb(229 231 235 / 0);
}

.disabled\:bg-gray-200\/10:disabled{
  background-color: rgb(229 231 235 / 0.1);
}

.disabled\:bg-gray-200\/100:disabled{
  background-color: rgb(229 231 235 / 1);
}

.disabled\:bg-gray-200\/15:disabled{
  background-color: rgb(229 231 235 / 0.15);
}

.disabled\:bg-gray-200\/20:disabled{
  background-color: rgb(229 231 235 / 0.2);
}

.disabled\:bg-gray-200\/25:disabled{
  background-color: rgb(229 231 235 / 0.25);
}

.disabled\:bg-gray-200\/30:disabled{
  background-color: rgb(229 231 235 / 0.3);
}

.disabled\:bg-gray-200\/35:disabled{
  background-color: rgb(229 231 235 / 0.35);
}

.disabled\:bg-gray-200\/40:disabled{
  background-color: rgb(229 231 235 / 0.4);
}

.disabled\:bg-gray-200\/45:disabled{
  background-color: rgb(229 231 235 / 0.45);
}

.disabled\:bg-gray-200\/5:disabled{
  background-color: rgb(229 231 235 / 0.05);
}

.disabled\:bg-gray-200\/50:disabled{
  background-color: rgb(229 231 235 / 0.5);
}

.disabled\:bg-gray-200\/55:disabled{
  background-color: rgb(229 231 235 / 0.55);
}

.disabled\:bg-gray-200\/60:disabled{
  background-color: rgb(229 231 235 / 0.6);
}

.disabled\:bg-gray-200\/65:disabled{
  background-color: rgb(229 231 235 / 0.65);
}

.disabled\:bg-gray-200\/70:disabled{
  background-color: rgb(229 231 235 / 0.7);
}

.disabled\:bg-gray-200\/75:disabled{
  background-color: rgb(229 231 235 / 0.75);
}

.disabled\:bg-gray-200\/80:disabled{
  background-color: rgb(229 231 235 / 0.8);
}

.disabled\:bg-gray-200\/85:disabled{
  background-color: rgb(229 231 235 / 0.85);
}

.disabled\:bg-gray-200\/90:disabled{
  background-color: rgb(229 231 235 / 0.9);
}

.disabled\:bg-gray-200\/95:disabled{
  background-color: rgb(229 231 235 / 0.95);
}

.disabled\:bg-gray-300:disabled{
  background-color: #d1d5db;
}

.disabled\:bg-gray-300\/0:disabled{
  background-color: rgb(209 213 219 / 0);
}

.disabled\:bg-gray-300\/10:disabled{
  background-color: rgb(209 213 219 / 0.1);
}

.disabled\:bg-gray-300\/100:disabled{
  background-color: rgb(209 213 219 / 1);
}

.disabled\:bg-gray-300\/15:disabled{
  background-color: rgb(209 213 219 / 0.15);
}

.disabled\:bg-gray-300\/20:disabled{
  background-color: rgb(209 213 219 / 0.2);
}

.disabled\:bg-gray-300\/25:disabled{
  background-color: rgb(209 213 219 / 0.25);
}

.disabled\:bg-gray-300\/30:disabled{
  background-color: rgb(209 213 219 / 0.3);
}

.disabled\:bg-gray-300\/35:disabled{
  background-color: rgb(209 213 219 / 0.35);
}

.disabled\:bg-gray-300\/40:disabled{
  background-color: rgb(209 213 219 / 0.4);
}

.disabled\:bg-gray-300\/45:disabled{
  background-color: rgb(209 213 219 / 0.45);
}

.disabled\:bg-gray-300\/5:disabled{
  background-color: rgb(209 213 219 / 0.05);
}

.disabled\:bg-gray-300\/50:disabled{
  background-color: rgb(209 213 219 / 0.5);
}

.disabled\:bg-gray-300\/55:disabled{
  background-color: rgb(209 213 219 / 0.55);
}

.disabled\:bg-gray-300\/60:disabled{
  background-color: rgb(209 213 219 / 0.6);
}

.disabled\:bg-gray-300\/65:disabled{
  background-color: rgb(209 213 219 / 0.65);
}

.disabled\:bg-gray-300\/70:disabled{
  background-color: rgb(209 213 219 / 0.7);
}

.disabled\:bg-gray-300\/75:disabled{
  background-color: rgb(209 213 219 / 0.75);
}

.disabled\:bg-gray-300\/80:disabled{
  background-color: rgb(209 213 219 / 0.8);
}

.disabled\:bg-gray-300\/85:disabled{
  background-color: rgb(209 213 219 / 0.85);
}

.disabled\:bg-gray-300\/90:disabled{
  background-color: rgb(209 213 219 / 0.9);
}

.disabled\:bg-gray-300\/95:disabled{
  background-color: rgb(209 213 219 / 0.95);
}

.disabled\:bg-gray-400:disabled{
  background-color: #9ca3af;
}

.disabled\:bg-gray-400\/0:disabled{
  background-color: rgb(156 163 175 / 0);
}

.disabled\:bg-gray-400\/10:disabled{
  background-color: rgb(156 163 175 / 0.1);
}

.disabled\:bg-gray-400\/100:disabled{
  background-color: rgb(156 163 175 / 1);
}

.disabled\:bg-gray-400\/15:disabled{
  background-color: rgb(156 163 175 / 0.15);
}

.disabled\:bg-gray-400\/20:disabled{
  background-color: rgb(156 163 175 / 0.2);
}

.disabled\:bg-gray-400\/25:disabled{
  background-color: rgb(156 163 175 / 0.25);
}

.disabled\:bg-gray-400\/30:disabled{
  background-color: rgb(156 163 175 / 0.3);
}

.disabled\:bg-gray-400\/35:disabled{
  background-color: rgb(156 163 175 / 0.35);
}

.disabled\:bg-gray-400\/40:disabled{
  background-color: rgb(156 163 175 / 0.4);
}

.disabled\:bg-gray-400\/45:disabled{
  background-color: rgb(156 163 175 / 0.45);
}

.disabled\:bg-gray-400\/5:disabled{
  background-color: rgb(156 163 175 / 0.05);
}

.disabled\:bg-gray-400\/50:disabled{
  background-color: rgb(156 163 175 / 0.5);
}

.disabled\:bg-gray-400\/55:disabled{
  background-color: rgb(156 163 175 / 0.55);
}

.disabled\:bg-gray-400\/60:disabled{
  background-color: rgb(156 163 175 / 0.6);
}

.disabled\:bg-gray-400\/65:disabled{
  background-color: rgb(156 163 175 / 0.65);
}

.disabled\:bg-gray-400\/70:disabled{
  background-color: rgb(156 163 175 / 0.7);
}

.disabled\:bg-gray-400\/75:disabled{
  background-color: rgb(156 163 175 / 0.75);
}

.disabled\:bg-gray-400\/80:disabled{
  background-color: rgb(156 163 175 / 0.8);
}

.disabled\:bg-gray-400\/85:disabled{
  background-color: rgb(156 163 175 / 0.85);
}

.disabled\:bg-gray-400\/90:disabled{
  background-color: rgb(156 163 175 / 0.9);
}

.disabled\:bg-gray-400\/95:disabled{
  background-color: rgb(156 163 175 / 0.95);
}

.disabled\:bg-gray-500:disabled{
  background-color: #6b7280;
}

.disabled\:bg-gray-500\/0:disabled{
  background-color: rgb(107 114 128 / 0);
}

.disabled\:bg-gray-500\/10:disabled{
  background-color: rgb(107 114 128 / 0.1);
}

.disabled\:bg-gray-500\/100:disabled{
  background-color: rgb(107 114 128 / 1);
}

.disabled\:bg-gray-500\/15:disabled{
  background-color: rgb(107 114 128 / 0.15);
}

.disabled\:bg-gray-500\/20:disabled{
  background-color: rgb(107 114 128 / 0.2);
}

.disabled\:bg-gray-500\/25:disabled{
  background-color: rgb(107 114 128 / 0.25);
}

.disabled\:bg-gray-500\/30:disabled{
  background-color: rgb(107 114 128 / 0.3);
}

.disabled\:bg-gray-500\/35:disabled{
  background-color: rgb(107 114 128 / 0.35);
}

.disabled\:bg-gray-500\/40:disabled{
  background-color: rgb(107 114 128 / 0.4);
}

.disabled\:bg-gray-500\/45:disabled{
  background-color: rgb(107 114 128 / 0.45);
}

.disabled\:bg-gray-500\/5:disabled{
  background-color: rgb(107 114 128 / 0.05);
}

.disabled\:bg-gray-500\/50:disabled{
  background-color: rgb(107 114 128 / 0.5);
}

.disabled\:bg-gray-500\/55:disabled{
  background-color: rgb(107 114 128 / 0.55);
}

.disabled\:bg-gray-500\/60:disabled{
  background-color: rgb(107 114 128 / 0.6);
}

.disabled\:bg-gray-500\/65:disabled{
  background-color: rgb(107 114 128 / 0.65);
}

.disabled\:bg-gray-500\/70:disabled{
  background-color: rgb(107 114 128 / 0.7);
}

.disabled\:bg-gray-500\/75:disabled{
  background-color: rgb(107 114 128 / 0.75);
}

.disabled\:bg-gray-500\/80:disabled{
  background-color: rgb(107 114 128 / 0.8);
}

.disabled\:bg-gray-500\/85:disabled{
  background-color: rgb(107 114 128 / 0.85);
}

.disabled\:bg-gray-500\/90:disabled{
  background-color: rgb(107 114 128 / 0.9);
}

.disabled\:bg-gray-500\/95:disabled{
  background-color: rgb(107 114 128 / 0.95);
}

.disabled\:bg-gray-600:disabled{
  background-color: #4b5563;
}

.disabled\:bg-gray-600\/0:disabled{
  background-color: rgb(75 85 99 / 0);
}

.disabled\:bg-gray-600\/10:disabled{
  background-color: rgb(75 85 99 / 0.1);
}

.disabled\:bg-gray-600\/100:disabled{
  background-color: rgb(75 85 99 / 1);
}

.disabled\:bg-gray-600\/15:disabled{
  background-color: rgb(75 85 99 / 0.15);
}

.disabled\:bg-gray-600\/20:disabled{
  background-color: rgb(75 85 99 / 0.2);
}

.disabled\:bg-gray-600\/25:disabled{
  background-color: rgb(75 85 99 / 0.25);
}

.disabled\:bg-gray-600\/30:disabled{
  background-color: rgb(75 85 99 / 0.3);
}

.disabled\:bg-gray-600\/35:disabled{
  background-color: rgb(75 85 99 / 0.35);
}

.disabled\:bg-gray-600\/40:disabled{
  background-color: rgb(75 85 99 / 0.4);
}

.disabled\:bg-gray-600\/45:disabled{
  background-color: rgb(75 85 99 / 0.45);
}

.disabled\:bg-gray-600\/5:disabled{
  background-color: rgb(75 85 99 / 0.05);
}

.disabled\:bg-gray-600\/50:disabled{
  background-color: rgb(75 85 99 / 0.5);
}

.disabled\:bg-gray-600\/55:disabled{
  background-color: rgb(75 85 99 / 0.55);
}

.disabled\:bg-gray-600\/60:disabled{
  background-color: rgb(75 85 99 / 0.6);
}

.disabled\:bg-gray-600\/65:disabled{
  background-color: rgb(75 85 99 / 0.65);
}

.disabled\:bg-gray-600\/70:disabled{
  background-color: rgb(75 85 99 / 0.7);
}

.disabled\:bg-gray-600\/75:disabled{
  background-color: rgb(75 85 99 / 0.75);
}

.disabled\:bg-gray-600\/80:disabled{
  background-color: rgb(75 85 99 / 0.8);
}

.disabled\:bg-gray-600\/85:disabled{
  background-color: rgb(75 85 99 / 0.85);
}

.disabled\:bg-gray-600\/90:disabled{
  background-color: rgb(75 85 99 / 0.9);
}

.disabled\:bg-gray-600\/95:disabled{
  background-color: rgb(75 85 99 / 0.95);
}

.disabled\:bg-gray-700:disabled{
  background-color: #374151;
}

.disabled\:bg-gray-700\/0:disabled{
  background-color: rgb(55 65 81 / 0);
}

.disabled\:bg-gray-700\/10:disabled{
  background-color: rgb(55 65 81 / 0.1);
}

.disabled\:bg-gray-700\/100:disabled{
  background-color: rgb(55 65 81 / 1);
}

.disabled\:bg-gray-700\/15:disabled{
  background-color: rgb(55 65 81 / 0.15);
}

.disabled\:bg-gray-700\/20:disabled{
  background-color: rgb(55 65 81 / 0.2);
}

.disabled\:bg-gray-700\/25:disabled{
  background-color: rgb(55 65 81 / 0.25);
}

.disabled\:bg-gray-700\/30:disabled{
  background-color: rgb(55 65 81 / 0.3);
}

.disabled\:bg-gray-700\/35:disabled{
  background-color: rgb(55 65 81 / 0.35);
}

.disabled\:bg-gray-700\/40:disabled{
  background-color: rgb(55 65 81 / 0.4);
}

.disabled\:bg-gray-700\/45:disabled{
  background-color: rgb(55 65 81 / 0.45);
}

.disabled\:bg-gray-700\/5:disabled{
  background-color: rgb(55 65 81 / 0.05);
}

.disabled\:bg-gray-700\/50:disabled{
  background-color: rgb(55 65 81 / 0.5);
}

.disabled\:bg-gray-700\/55:disabled{
  background-color: rgb(55 65 81 / 0.55);
}

.disabled\:bg-gray-700\/60:disabled{
  background-color: rgb(55 65 81 / 0.6);
}

.disabled\:bg-gray-700\/65:disabled{
  background-color: rgb(55 65 81 / 0.65);
}

.disabled\:bg-gray-700\/70:disabled{
  background-color: rgb(55 65 81 / 0.7);
}

.disabled\:bg-gray-700\/75:disabled{
  background-color: rgb(55 65 81 / 0.75);
}

.disabled\:bg-gray-700\/80:disabled{
  background-color: rgb(55 65 81 / 0.8);
}

.disabled\:bg-gray-700\/85:disabled{
  background-color: rgb(55 65 81 / 0.85);
}

.disabled\:bg-gray-700\/90:disabled{
  background-color: rgb(55 65 81 / 0.9);
}

.disabled\:bg-gray-700\/95:disabled{
  background-color: rgb(55 65 81 / 0.95);
}

.disabled\:bg-gray-800:disabled{
  background-color: #1f2937;
}

.disabled\:bg-gray-800\/0:disabled{
  background-color: rgb(31 41 55 / 0);
}

.disabled\:bg-gray-800\/10:disabled{
  background-color: rgb(31 41 55 / 0.1);
}

.disabled\:bg-gray-800\/100:disabled{
  background-color: rgb(31 41 55 / 1);
}

.disabled\:bg-gray-800\/15:disabled{
  background-color: rgb(31 41 55 / 0.15);
}

.disabled\:bg-gray-800\/20:disabled{
  background-color: rgb(31 41 55 / 0.2);
}

.disabled\:bg-gray-800\/25:disabled{
  background-color: rgb(31 41 55 / 0.25);
}

.disabled\:bg-gray-800\/30:disabled{
  background-color: rgb(31 41 55 / 0.3);
}

.disabled\:bg-gray-800\/35:disabled{
  background-color: rgb(31 41 55 / 0.35);
}

.disabled\:bg-gray-800\/40:disabled{
  background-color: rgb(31 41 55 / 0.4);
}

.disabled\:bg-gray-800\/45:disabled{
  background-color: rgb(31 41 55 / 0.45);
}

.disabled\:bg-gray-800\/5:disabled{
  background-color: rgb(31 41 55 / 0.05);
}

.disabled\:bg-gray-800\/50:disabled{
  background-color: rgb(31 41 55 / 0.5);
}

.disabled\:bg-gray-800\/55:disabled{
  background-color: rgb(31 41 55 / 0.55);
}

.disabled\:bg-gray-800\/60:disabled{
  background-color: rgb(31 41 55 / 0.6);
}

.disabled\:bg-gray-800\/65:disabled{
  background-color: rgb(31 41 55 / 0.65);
}

.disabled\:bg-gray-800\/70:disabled{
  background-color: rgb(31 41 55 / 0.7);
}

.disabled\:bg-gray-800\/75:disabled{
  background-color: rgb(31 41 55 / 0.75);
}

.disabled\:bg-gray-800\/80:disabled{
  background-color: rgb(31 41 55 / 0.8);
}

.disabled\:bg-gray-800\/85:disabled{
  background-color: rgb(31 41 55 / 0.85);
}

.disabled\:bg-gray-800\/90:disabled{
  background-color: rgb(31 41 55 / 0.9);
}

.disabled\:bg-gray-800\/95:disabled{
  background-color: rgb(31 41 55 / 0.95);
}

.disabled\:bg-gray-900:disabled{
  background-color: #111827;
}

.disabled\:bg-gray-900\/0:disabled{
  background-color: rgb(17 24 39 / 0);
}

.disabled\:bg-gray-900\/10:disabled{
  background-color: rgb(17 24 39 / 0.1);
}

.disabled\:bg-gray-900\/100:disabled{
  background-color: rgb(17 24 39 / 1);
}

.disabled\:bg-gray-900\/15:disabled{
  background-color: rgb(17 24 39 / 0.15);
}

.disabled\:bg-gray-900\/20:disabled{
  background-color: rgb(17 24 39 / 0.2);
}

.disabled\:bg-gray-900\/25:disabled{
  background-color: rgb(17 24 39 / 0.25);
}

.disabled\:bg-gray-900\/30:disabled{
  background-color: rgb(17 24 39 / 0.3);
}

.disabled\:bg-gray-900\/35:disabled{
  background-color: rgb(17 24 39 / 0.35);
}

.disabled\:bg-gray-900\/40:disabled{
  background-color: rgb(17 24 39 / 0.4);
}

.disabled\:bg-gray-900\/45:disabled{
  background-color: rgb(17 24 39 / 0.45);
}

.disabled\:bg-gray-900\/5:disabled{
  background-color: rgb(17 24 39 / 0.05);
}

.disabled\:bg-gray-900\/50:disabled{
  background-color: rgb(17 24 39 / 0.5);
}

.disabled\:bg-gray-900\/55:disabled{
  background-color: rgb(17 24 39 / 0.55);
}

.disabled\:bg-gray-900\/60:disabled{
  background-color: rgb(17 24 39 / 0.6);
}

.disabled\:bg-gray-900\/65:disabled{
  background-color: rgb(17 24 39 / 0.65);
}

.disabled\:bg-gray-900\/70:disabled{
  background-color: rgb(17 24 39 / 0.7);
}

.disabled\:bg-gray-900\/75:disabled{
  background-color: rgb(17 24 39 / 0.75);
}

.disabled\:bg-gray-900\/80:disabled{
  background-color: rgb(17 24 39 / 0.8);
}

.disabled\:bg-gray-900\/85:disabled{
  background-color: rgb(17 24 39 / 0.85);
}

.disabled\:bg-gray-900\/90:disabled{
  background-color: rgb(17 24 39 / 0.9);
}

.disabled\:bg-gray-900\/95:disabled{
  background-color: rgb(17 24 39 / 0.95);
}

.disabled\:bg-primary-100:disabled{
  background-color: #3965AC;
}

.disabled\:bg-primary-100\/0:disabled{
  background-color: rgb(57 101 172 / 0);
}

.disabled\:bg-primary-100\/10:disabled{
  background-color: rgb(57 101 172 / 0.1);
}

.disabled\:bg-primary-100\/100:disabled{
  background-color: rgb(57 101 172 / 1);
}

.disabled\:bg-primary-100\/15:disabled{
  background-color: rgb(57 101 172 / 0.15);
}

.disabled\:bg-primary-100\/20:disabled{
  background-color: rgb(57 101 172 / 0.2);
}

.disabled\:bg-primary-100\/25:disabled{
  background-color: rgb(57 101 172 / 0.25);
}

.disabled\:bg-primary-100\/30:disabled{
  background-color: rgb(57 101 172 / 0.3);
}

.disabled\:bg-primary-100\/35:disabled{
  background-color: rgb(57 101 172 / 0.35);
}

.disabled\:bg-primary-100\/40:disabled{
  background-color: rgb(57 101 172 / 0.4);
}

.disabled\:bg-primary-100\/45:disabled{
  background-color: rgb(57 101 172 / 0.45);
}

.disabled\:bg-primary-100\/5:disabled{
  background-color: rgb(57 101 172 / 0.05);
}

.disabled\:bg-primary-100\/50:disabled{
  background-color: rgb(57 101 172 / 0.5);
}

.disabled\:bg-primary-100\/55:disabled{
  background-color: rgb(57 101 172 / 0.55);
}

.disabled\:bg-primary-100\/60:disabled{
  background-color: rgb(57 101 172 / 0.6);
}

.disabled\:bg-primary-100\/65:disabled{
  background-color: rgb(57 101 172 / 0.65);
}

.disabled\:bg-primary-100\/70:disabled{
  background-color: rgb(57 101 172 / 0.7);
}

.disabled\:bg-primary-100\/75:disabled{
  background-color: rgb(57 101 172 / 0.75);
}

.disabled\:bg-primary-100\/80:disabled{
  background-color: rgb(57 101 172 / 0.8);
}

.disabled\:bg-primary-100\/85:disabled{
  background-color: rgb(57 101 172 / 0.85);
}

.disabled\:bg-primary-100\/90:disabled{
  background-color: rgb(57 101 172 / 0.9);
}

.disabled\:bg-primary-100\/95:disabled{
  background-color: rgb(57 101 172 / 0.95);
}

.disabled\:bg-primary-200:disabled{
  background-color: #365FA1;
}

.disabled\:bg-primary-200\/0:disabled{
  background-color: rgb(54 95 161 / 0);
}

.disabled\:bg-primary-200\/10:disabled{
  background-color: rgb(54 95 161 / 0.1);
}

.disabled\:bg-primary-200\/100:disabled{
  background-color: rgb(54 95 161 / 1);
}

.disabled\:bg-primary-200\/15:disabled{
  background-color: rgb(54 95 161 / 0.15);
}

.disabled\:bg-primary-200\/20:disabled{
  background-color: rgb(54 95 161 / 0.2);
}

.disabled\:bg-primary-200\/25:disabled{
  background-color: rgb(54 95 161 / 0.25);
}

.disabled\:bg-primary-200\/30:disabled{
  background-color: rgb(54 95 161 / 0.3);
}

.disabled\:bg-primary-200\/35:disabled{
  background-color: rgb(54 95 161 / 0.35);
}

.disabled\:bg-primary-200\/40:disabled{
  background-color: rgb(54 95 161 / 0.4);
}

.disabled\:bg-primary-200\/45:disabled{
  background-color: rgb(54 95 161 / 0.45);
}

.disabled\:bg-primary-200\/5:disabled{
  background-color: rgb(54 95 161 / 0.05);
}

.disabled\:bg-primary-200\/50:disabled{
  background-color: rgb(54 95 161 / 0.5);
}

.disabled\:bg-primary-200\/55:disabled{
  background-color: rgb(54 95 161 / 0.55);
}

.disabled\:bg-primary-200\/60:disabled{
  background-color: rgb(54 95 161 / 0.6);
}

.disabled\:bg-primary-200\/65:disabled{
  background-color: rgb(54 95 161 / 0.65);
}

.disabled\:bg-primary-200\/70:disabled{
  background-color: rgb(54 95 161 / 0.7);
}

.disabled\:bg-primary-200\/75:disabled{
  background-color: rgb(54 95 161 / 0.75);
}

.disabled\:bg-primary-200\/80:disabled{
  background-color: rgb(54 95 161 / 0.8);
}

.disabled\:bg-primary-200\/85:disabled{
  background-color: rgb(54 95 161 / 0.85);
}

.disabled\:bg-primary-200\/90:disabled{
  background-color: rgb(54 95 161 / 0.9);
}

.disabled\:bg-primary-200\/95:disabled{
  background-color: rgb(54 95 161 / 0.95);
}

.disabled\:bg-primary-300:disabled{
  background-color: #325895;
}

.disabled\:bg-primary-300\/0:disabled{
  background-color: rgb(50 88 149 / 0);
}

.disabled\:bg-primary-300\/10:disabled{
  background-color: rgb(50 88 149 / 0.1);
}

.disabled\:bg-primary-300\/100:disabled{
  background-color: rgb(50 88 149 / 1);
}

.disabled\:bg-primary-300\/15:disabled{
  background-color: rgb(50 88 149 / 0.15);
}

.disabled\:bg-primary-300\/20:disabled{
  background-color: rgb(50 88 149 / 0.2);
}

.disabled\:bg-primary-300\/25:disabled{
  background-color: rgb(50 88 149 / 0.25);
}

.disabled\:bg-primary-300\/30:disabled{
  background-color: rgb(50 88 149 / 0.3);
}

.disabled\:bg-primary-300\/35:disabled{
  background-color: rgb(50 88 149 / 0.35);
}

.disabled\:bg-primary-300\/40:disabled{
  background-color: rgb(50 88 149 / 0.4);
}

.disabled\:bg-primary-300\/45:disabled{
  background-color: rgb(50 88 149 / 0.45);
}

.disabled\:bg-primary-300\/5:disabled{
  background-color: rgb(50 88 149 / 0.05);
}

.disabled\:bg-primary-300\/50:disabled{
  background-color: rgb(50 88 149 / 0.5);
}

.disabled\:bg-primary-300\/55:disabled{
  background-color: rgb(50 88 149 / 0.55);
}

.disabled\:bg-primary-300\/60:disabled{
  background-color: rgb(50 88 149 / 0.6);
}

.disabled\:bg-primary-300\/65:disabled{
  background-color: rgb(50 88 149 / 0.65);
}

.disabled\:bg-primary-300\/70:disabled{
  background-color: rgb(50 88 149 / 0.7);
}

.disabled\:bg-primary-300\/75:disabled{
  background-color: rgb(50 88 149 / 0.75);
}

.disabled\:bg-primary-300\/80:disabled{
  background-color: rgb(50 88 149 / 0.8);
}

.disabled\:bg-primary-300\/85:disabled{
  background-color: rgb(50 88 149 / 0.85);
}

.disabled\:bg-primary-300\/90:disabled{
  background-color: rgb(50 88 149 / 0.9);
}

.disabled\:bg-primary-300\/95:disabled{
  background-color: rgb(50 88 149 / 0.95);
}

.disabled\:bg-primary-400:disabled{
  background-color: #305691;
}

.disabled\:bg-primary-400\/0:disabled{
  background-color: rgb(48 86 145 / 0);
}

.disabled\:bg-primary-400\/10:disabled{
  background-color: rgb(48 86 145 / 0.1);
}

.disabled\:bg-primary-400\/100:disabled{
  background-color: rgb(48 86 145 / 1);
}

.disabled\:bg-primary-400\/15:disabled{
  background-color: rgb(48 86 145 / 0.15);
}

.disabled\:bg-primary-400\/20:disabled{
  background-color: rgb(48 86 145 / 0.2);
}

.disabled\:bg-primary-400\/25:disabled{
  background-color: rgb(48 86 145 / 0.25);
}

.disabled\:bg-primary-400\/30:disabled{
  background-color: rgb(48 86 145 / 0.3);
}

.disabled\:bg-primary-400\/35:disabled{
  background-color: rgb(48 86 145 / 0.35);
}

.disabled\:bg-primary-400\/40:disabled{
  background-color: rgb(48 86 145 / 0.4);
}

.disabled\:bg-primary-400\/45:disabled{
  background-color: rgb(48 86 145 / 0.45);
}

.disabled\:bg-primary-400\/5:disabled{
  background-color: rgb(48 86 145 / 0.05);
}

.disabled\:bg-primary-400\/50:disabled{
  background-color: rgb(48 86 145 / 0.5);
}

.disabled\:bg-primary-400\/55:disabled{
  background-color: rgb(48 86 145 / 0.55);
}

.disabled\:bg-primary-400\/60:disabled{
  background-color: rgb(48 86 145 / 0.6);
}

.disabled\:bg-primary-400\/65:disabled{
  background-color: rgb(48 86 145 / 0.65);
}

.disabled\:bg-primary-400\/70:disabled{
  background-color: rgb(48 86 145 / 0.7);
}

.disabled\:bg-primary-400\/75:disabled{
  background-color: rgb(48 86 145 / 0.75);
}

.disabled\:bg-primary-400\/80:disabled{
  background-color: rgb(48 86 145 / 0.8);
}

.disabled\:bg-primary-400\/85:disabled{
  background-color: rgb(48 86 145 / 0.85);
}

.disabled\:bg-primary-400\/90:disabled{
  background-color: rgb(48 86 145 / 0.9);
}

.disabled\:bg-primary-400\/95:disabled{
  background-color: rgb(48 86 145 / 0.95);
}

.disabled\:bg-primary-500:disabled{
  background-color: #2d4b79;
}

.disabled\:bg-primary-500\/0:disabled{
  background-color: rgb(45 75 121 / 0);
}

.disabled\:bg-primary-500\/10:disabled{
  background-color: rgb(45 75 121 / 0.1);
}

.disabled\:bg-primary-500\/100:disabled{
  background-color: rgb(45 75 121 / 1);
}

.disabled\:bg-primary-500\/15:disabled{
  background-color: rgb(45 75 121 / 0.15);
}

.disabled\:bg-primary-500\/20:disabled{
  background-color: rgb(45 75 121 / 0.2);
}

.disabled\:bg-primary-500\/25:disabled{
  background-color: rgb(45 75 121 / 0.25);
}

.disabled\:bg-primary-500\/30:disabled{
  background-color: rgb(45 75 121 / 0.3);
}

.disabled\:bg-primary-500\/35:disabled{
  background-color: rgb(45 75 121 / 0.35);
}

.disabled\:bg-primary-500\/40:disabled{
  background-color: rgb(45 75 121 / 0.4);
}

.disabled\:bg-primary-500\/45:disabled{
  background-color: rgb(45 75 121 / 0.45);
}

.disabled\:bg-primary-500\/5:disabled{
  background-color: rgb(45 75 121 / 0.05);
}

.disabled\:bg-primary-500\/50:disabled{
  background-color: rgb(45 75 121 / 0.5);
}

.disabled\:bg-primary-500\/55:disabled{
  background-color: rgb(45 75 121 / 0.55);
}

.disabled\:bg-primary-500\/60:disabled{
  background-color: rgb(45 75 121 / 0.6);
}

.disabled\:bg-primary-500\/65:disabled{
  background-color: rgb(45 75 121 / 0.65);
}

.disabled\:bg-primary-500\/70:disabled{
  background-color: rgb(45 75 121 / 0.7);
}

.disabled\:bg-primary-500\/75:disabled{
  background-color: rgb(45 75 121 / 0.75);
}

.disabled\:bg-primary-500\/80:disabled{
  background-color: rgb(45 75 121 / 0.8);
}

.disabled\:bg-primary-500\/85:disabled{
  background-color: rgb(45 75 121 / 0.85);
}

.disabled\:bg-primary-500\/90:disabled{
  background-color: rgb(45 75 121 / 0.9);
}

.disabled\:bg-primary-500\/95:disabled{
  background-color: rgb(45 75 121 / 0.95);
}

.disabled\:bg-primary-600:disabled{
  background-color: #264473;
}

.disabled\:bg-primary-600\/0:disabled{
  background-color: rgb(38 68 115 / 0);
}

.disabled\:bg-primary-600\/10:disabled{
  background-color: rgb(38 68 115 / 0.1);
}

.disabled\:bg-primary-600\/100:disabled{
  background-color: rgb(38 68 115 / 1);
}

.disabled\:bg-primary-600\/15:disabled{
  background-color: rgb(38 68 115 / 0.15);
}

.disabled\:bg-primary-600\/20:disabled{
  background-color: rgb(38 68 115 / 0.2);
}

.disabled\:bg-primary-600\/25:disabled{
  background-color: rgb(38 68 115 / 0.25);
}

.disabled\:bg-primary-600\/30:disabled{
  background-color: rgb(38 68 115 / 0.3);
}

.disabled\:bg-primary-600\/35:disabled{
  background-color: rgb(38 68 115 / 0.35);
}

.disabled\:bg-primary-600\/40:disabled{
  background-color: rgb(38 68 115 / 0.4);
}

.disabled\:bg-primary-600\/45:disabled{
  background-color: rgb(38 68 115 / 0.45);
}

.disabled\:bg-primary-600\/5:disabled{
  background-color: rgb(38 68 115 / 0.05);
}

.disabled\:bg-primary-600\/50:disabled{
  background-color: rgb(38 68 115 / 0.5);
}

.disabled\:bg-primary-600\/55:disabled{
  background-color: rgb(38 68 115 / 0.55);
}

.disabled\:bg-primary-600\/60:disabled{
  background-color: rgb(38 68 115 / 0.6);
}

.disabled\:bg-primary-600\/65:disabled{
  background-color: rgb(38 68 115 / 0.65);
}

.disabled\:bg-primary-600\/70:disabled{
  background-color: rgb(38 68 115 / 0.7);
}

.disabled\:bg-primary-600\/75:disabled{
  background-color: rgb(38 68 115 / 0.75);
}

.disabled\:bg-primary-600\/80:disabled{
  background-color: rgb(38 68 115 / 0.8);
}

.disabled\:bg-primary-600\/85:disabled{
  background-color: rgb(38 68 115 / 0.85);
}

.disabled\:bg-primary-600\/90:disabled{
  background-color: rgb(38 68 115 / 0.9);
}

.disabled\:bg-primary-600\/95:disabled{
  background-color: rgb(38 68 115 / 0.95);
}

.disabled\:bg-primary-700:disabled{
  background-color: #233e68;
}

.disabled\:bg-primary-700\/0:disabled{
  background-color: rgb(35 62 104 / 0);
}

.disabled\:bg-primary-700\/10:disabled{
  background-color: rgb(35 62 104 / 0.1);
}

.disabled\:bg-primary-700\/100:disabled{
  background-color: rgb(35 62 104 / 1);
}

.disabled\:bg-primary-700\/15:disabled{
  background-color: rgb(35 62 104 / 0.15);
}

.disabled\:bg-primary-700\/20:disabled{
  background-color: rgb(35 62 104 / 0.2);
}

.disabled\:bg-primary-700\/25:disabled{
  background-color: rgb(35 62 104 / 0.25);
}

.disabled\:bg-primary-700\/30:disabled{
  background-color: rgb(35 62 104 / 0.3);
}

.disabled\:bg-primary-700\/35:disabled{
  background-color: rgb(35 62 104 / 0.35);
}

.disabled\:bg-primary-700\/40:disabled{
  background-color: rgb(35 62 104 / 0.4);
}

.disabled\:bg-primary-700\/45:disabled{
  background-color: rgb(35 62 104 / 0.45);
}

.disabled\:bg-primary-700\/5:disabled{
  background-color: rgb(35 62 104 / 0.05);
}

.disabled\:bg-primary-700\/50:disabled{
  background-color: rgb(35 62 104 / 0.5);
}

.disabled\:bg-primary-700\/55:disabled{
  background-color: rgb(35 62 104 / 0.55);
}

.disabled\:bg-primary-700\/60:disabled{
  background-color: rgb(35 62 104 / 0.6);
}

.disabled\:bg-primary-700\/65:disabled{
  background-color: rgb(35 62 104 / 0.65);
}

.disabled\:bg-primary-700\/70:disabled{
  background-color: rgb(35 62 104 / 0.7);
}

.disabled\:bg-primary-700\/75:disabled{
  background-color: rgb(35 62 104 / 0.75);
}

.disabled\:bg-primary-700\/80:disabled{
  background-color: rgb(35 62 104 / 0.8);
}

.disabled\:bg-primary-700\/85:disabled{
  background-color: rgb(35 62 104 / 0.85);
}

.disabled\:bg-primary-700\/90:disabled{
  background-color: rgb(35 62 104 / 0.9);
}

.disabled\:bg-primary-700\/95:disabled{
  background-color: rgb(35 62 104 / 0.95);
}

.disabled\:bg-primary-800:disabled{
  background-color: #1f375c;
}

.disabled\:bg-primary-800\/0:disabled{
  background-color: rgb(31 55 92 / 0);
}

.disabled\:bg-primary-800\/10:disabled{
  background-color: rgb(31 55 92 / 0.1);
}

.disabled\:bg-primary-800\/100:disabled{
  background-color: rgb(31 55 92 / 1);
}

.disabled\:bg-primary-800\/15:disabled{
  background-color: rgb(31 55 92 / 0.15);
}

.disabled\:bg-primary-800\/20:disabled{
  background-color: rgb(31 55 92 / 0.2);
}

.disabled\:bg-primary-800\/25:disabled{
  background-color: rgb(31 55 92 / 0.25);
}

.disabled\:bg-primary-800\/30:disabled{
  background-color: rgb(31 55 92 / 0.3);
}

.disabled\:bg-primary-800\/35:disabled{
  background-color: rgb(31 55 92 / 0.35);
}

.disabled\:bg-primary-800\/40:disabled{
  background-color: rgb(31 55 92 / 0.4);
}

.disabled\:bg-primary-800\/45:disabled{
  background-color: rgb(31 55 92 / 0.45);
}

.disabled\:bg-primary-800\/5:disabled{
  background-color: rgb(31 55 92 / 0.05);
}

.disabled\:bg-primary-800\/50:disabled{
  background-color: rgb(31 55 92 / 0.5);
}

.disabled\:bg-primary-800\/55:disabled{
  background-color: rgb(31 55 92 / 0.55);
}

.disabled\:bg-primary-800\/60:disabled{
  background-color: rgb(31 55 92 / 0.6);
}

.disabled\:bg-primary-800\/65:disabled{
  background-color: rgb(31 55 92 / 0.65);
}

.disabled\:bg-primary-800\/70:disabled{
  background-color: rgb(31 55 92 / 0.7);
}

.disabled\:bg-primary-800\/75:disabled{
  background-color: rgb(31 55 92 / 0.75);
}

.disabled\:bg-primary-800\/80:disabled{
  background-color: rgb(31 55 92 / 0.8);
}

.disabled\:bg-primary-800\/85:disabled{
  background-color: rgb(31 55 92 / 0.85);
}

.disabled\:bg-primary-800\/90:disabled{
  background-color: rgb(31 55 92 / 0.9);
}

.disabled\:bg-primary-800\/95:disabled{
  background-color: rgb(31 55 92 / 0.95);
}

.disabled\:bg-primary-900:disabled{
  background-color: #1b3051;
}

.disabled\:bg-primary-900\/0:disabled{
  background-color: rgb(27 48 81 / 0);
}

.disabled\:bg-primary-900\/10:disabled{
  background-color: rgb(27 48 81 / 0.1);
}

.disabled\:bg-primary-900\/100:disabled{
  background-color: rgb(27 48 81 / 1);
}

.disabled\:bg-primary-900\/15:disabled{
  background-color: rgb(27 48 81 / 0.15);
}

.disabled\:bg-primary-900\/20:disabled{
  background-color: rgb(27 48 81 / 0.2);
}

.disabled\:bg-primary-900\/25:disabled{
  background-color: rgb(27 48 81 / 0.25);
}

.disabled\:bg-primary-900\/30:disabled{
  background-color: rgb(27 48 81 / 0.3);
}

.disabled\:bg-primary-900\/35:disabled{
  background-color: rgb(27 48 81 / 0.35);
}

.disabled\:bg-primary-900\/40:disabled{
  background-color: rgb(27 48 81 / 0.4);
}

.disabled\:bg-primary-900\/45:disabled{
  background-color: rgb(27 48 81 / 0.45);
}

.disabled\:bg-primary-900\/5:disabled{
  background-color: rgb(27 48 81 / 0.05);
}

.disabled\:bg-primary-900\/50:disabled{
  background-color: rgb(27 48 81 / 0.5);
}

.disabled\:bg-primary-900\/55:disabled{
  background-color: rgb(27 48 81 / 0.55);
}

.disabled\:bg-primary-900\/60:disabled{
  background-color: rgb(27 48 81 / 0.6);
}

.disabled\:bg-primary-900\/65:disabled{
  background-color: rgb(27 48 81 / 0.65);
}

.disabled\:bg-primary-900\/70:disabled{
  background-color: rgb(27 48 81 / 0.7);
}

.disabled\:bg-primary-900\/75:disabled{
  background-color: rgb(27 48 81 / 0.75);
}

.disabled\:bg-primary-900\/80:disabled{
  background-color: rgb(27 48 81 / 0.8);
}

.disabled\:bg-primary-900\/85:disabled{
  background-color: rgb(27 48 81 / 0.85);
}

.disabled\:bg-primary-900\/90:disabled{
  background-color: rgb(27 48 81 / 0.9);
}

.disabled\:bg-primary-900\/95:disabled{
  background-color: rgb(27 48 81 / 0.95);
}

.disabled\:bg-secondary-100:disabled{
  background-color: #DAE5E7;
}

.disabled\:bg-secondary-100\/0:disabled{
  background-color: rgb(218 229 231 / 0);
}

.disabled\:bg-secondary-100\/10:disabled{
  background-color: rgb(218 229 231 / 0.1);
}

.disabled\:bg-secondary-100\/100:disabled{
  background-color: rgb(218 229 231 / 1);
}

.disabled\:bg-secondary-100\/15:disabled{
  background-color: rgb(218 229 231 / 0.15);
}

.disabled\:bg-secondary-100\/20:disabled{
  background-color: rgb(218 229 231 / 0.2);
}

.disabled\:bg-secondary-100\/25:disabled{
  background-color: rgb(218 229 231 / 0.25);
}

.disabled\:bg-secondary-100\/30:disabled{
  background-color: rgb(218 229 231 / 0.3);
}

.disabled\:bg-secondary-100\/35:disabled{
  background-color: rgb(218 229 231 / 0.35);
}

.disabled\:bg-secondary-100\/40:disabled{
  background-color: rgb(218 229 231 / 0.4);
}

.disabled\:bg-secondary-100\/45:disabled{
  background-color: rgb(218 229 231 / 0.45);
}

.disabled\:bg-secondary-100\/5:disabled{
  background-color: rgb(218 229 231 / 0.05);
}

.disabled\:bg-secondary-100\/50:disabled{
  background-color: rgb(218 229 231 / 0.5);
}

.disabled\:bg-secondary-100\/55:disabled{
  background-color: rgb(218 229 231 / 0.55);
}

.disabled\:bg-secondary-100\/60:disabled{
  background-color: rgb(218 229 231 / 0.6);
}

.disabled\:bg-secondary-100\/65:disabled{
  background-color: rgb(218 229 231 / 0.65);
}

.disabled\:bg-secondary-100\/70:disabled{
  background-color: rgb(218 229 231 / 0.7);
}

.disabled\:bg-secondary-100\/75:disabled{
  background-color: rgb(218 229 231 / 0.75);
}

.disabled\:bg-secondary-100\/80:disabled{
  background-color: rgb(218 229 231 / 0.8);
}

.disabled\:bg-secondary-100\/85:disabled{
  background-color: rgb(218 229 231 / 0.85);
}

.disabled\:bg-secondary-100\/90:disabled{
  background-color: rgb(218 229 231 / 0.9);
}

.disabled\:bg-secondary-100\/95:disabled{
  background-color: rgb(218 229 231 / 0.95);
}

.disabled\:bg-secondary-200:disabled{
  background-color: #C4D6D9;
}

.disabled\:bg-secondary-200\/0:disabled{
  background-color: rgb(196 214 217 / 0);
}

.disabled\:bg-secondary-200\/10:disabled{
  background-color: rgb(196 214 217 / 0.1);
}

.disabled\:bg-secondary-200\/100:disabled{
  background-color: rgb(196 214 217 / 1);
}

.disabled\:bg-secondary-200\/15:disabled{
  background-color: rgb(196 214 217 / 0.15);
}

.disabled\:bg-secondary-200\/20:disabled{
  background-color: rgb(196 214 217 / 0.2);
}

.disabled\:bg-secondary-200\/25:disabled{
  background-color: rgb(196 214 217 / 0.25);
}

.disabled\:bg-secondary-200\/30:disabled{
  background-color: rgb(196 214 217 / 0.3);
}

.disabled\:bg-secondary-200\/35:disabled{
  background-color: rgb(196 214 217 / 0.35);
}

.disabled\:bg-secondary-200\/40:disabled{
  background-color: rgb(196 214 217 / 0.4);
}

.disabled\:bg-secondary-200\/45:disabled{
  background-color: rgb(196 214 217 / 0.45);
}

.disabled\:bg-secondary-200\/5:disabled{
  background-color: rgb(196 214 217 / 0.05);
}

.disabled\:bg-secondary-200\/50:disabled{
  background-color: rgb(196 214 217 / 0.5);
}

.disabled\:bg-secondary-200\/55:disabled{
  background-color: rgb(196 214 217 / 0.55);
}

.disabled\:bg-secondary-200\/60:disabled{
  background-color: rgb(196 214 217 / 0.6);
}

.disabled\:bg-secondary-200\/65:disabled{
  background-color: rgb(196 214 217 / 0.65);
}

.disabled\:bg-secondary-200\/70:disabled{
  background-color: rgb(196 214 217 / 0.7);
}

.disabled\:bg-secondary-200\/75:disabled{
  background-color: rgb(196 214 217 / 0.75);
}

.disabled\:bg-secondary-200\/80:disabled{
  background-color: rgb(196 214 217 / 0.8);
}

.disabled\:bg-secondary-200\/85:disabled{
  background-color: rgb(196 214 217 / 0.85);
}

.disabled\:bg-secondary-200\/90:disabled{
  background-color: rgb(196 214 217 / 0.9);
}

.disabled\:bg-secondary-200\/95:disabled{
  background-color: rgb(196 214 217 / 0.95);
}

.disabled\:bg-secondary-300:disabled{
  background-color: #AEC7CC;
}

.disabled\:bg-secondary-300\/0:disabled{
  background-color: rgb(174 199 204 / 0);
}

.disabled\:bg-secondary-300\/10:disabled{
  background-color: rgb(174 199 204 / 0.1);
}

.disabled\:bg-secondary-300\/100:disabled{
  background-color: rgb(174 199 204 / 1);
}

.disabled\:bg-secondary-300\/15:disabled{
  background-color: rgb(174 199 204 / 0.15);
}

.disabled\:bg-secondary-300\/20:disabled{
  background-color: rgb(174 199 204 / 0.2);
}

.disabled\:bg-secondary-300\/25:disabled{
  background-color: rgb(174 199 204 / 0.25);
}

.disabled\:bg-secondary-300\/30:disabled{
  background-color: rgb(174 199 204 / 0.3);
}

.disabled\:bg-secondary-300\/35:disabled{
  background-color: rgb(174 199 204 / 0.35);
}

.disabled\:bg-secondary-300\/40:disabled{
  background-color: rgb(174 199 204 / 0.4);
}

.disabled\:bg-secondary-300\/45:disabled{
  background-color: rgb(174 199 204 / 0.45);
}

.disabled\:bg-secondary-300\/5:disabled{
  background-color: rgb(174 199 204 / 0.05);
}

.disabled\:bg-secondary-300\/50:disabled{
  background-color: rgb(174 199 204 / 0.5);
}

.disabled\:bg-secondary-300\/55:disabled{
  background-color: rgb(174 199 204 / 0.55);
}

.disabled\:bg-secondary-300\/60:disabled{
  background-color: rgb(174 199 204 / 0.6);
}

.disabled\:bg-secondary-300\/65:disabled{
  background-color: rgb(174 199 204 / 0.65);
}

.disabled\:bg-secondary-300\/70:disabled{
  background-color: rgb(174 199 204 / 0.7);
}

.disabled\:bg-secondary-300\/75:disabled{
  background-color: rgb(174 199 204 / 0.75);
}

.disabled\:bg-secondary-300\/80:disabled{
  background-color: rgb(174 199 204 / 0.8);
}

.disabled\:bg-secondary-300\/85:disabled{
  background-color: rgb(174 199 204 / 0.85);
}

.disabled\:bg-secondary-300\/90:disabled{
  background-color: rgb(174 199 204 / 0.9);
}

.disabled\:bg-secondary-300\/95:disabled{
  background-color: rgb(174 199 204 / 0.95);
}

.disabled\:bg-secondary-400:disabled{
  background-color: #98B8BE;
}

.disabled\:bg-secondary-400\/0:disabled{
  background-color: rgb(152 184 190 / 0);
}

.disabled\:bg-secondary-400\/10:disabled{
  background-color: rgb(152 184 190 / 0.1);
}

.disabled\:bg-secondary-400\/100:disabled{
  background-color: rgb(152 184 190 / 1);
}

.disabled\:bg-secondary-400\/15:disabled{
  background-color: rgb(152 184 190 / 0.15);
}

.disabled\:bg-secondary-400\/20:disabled{
  background-color: rgb(152 184 190 / 0.2);
}

.disabled\:bg-secondary-400\/25:disabled{
  background-color: rgb(152 184 190 / 0.25);
}

.disabled\:bg-secondary-400\/30:disabled{
  background-color: rgb(152 184 190 / 0.3);
}

.disabled\:bg-secondary-400\/35:disabled{
  background-color: rgb(152 184 190 / 0.35);
}

.disabled\:bg-secondary-400\/40:disabled{
  background-color: rgb(152 184 190 / 0.4);
}

.disabled\:bg-secondary-400\/45:disabled{
  background-color: rgb(152 184 190 / 0.45);
}

.disabled\:bg-secondary-400\/5:disabled{
  background-color: rgb(152 184 190 / 0.05);
}

.disabled\:bg-secondary-400\/50:disabled{
  background-color: rgb(152 184 190 / 0.5);
}

.disabled\:bg-secondary-400\/55:disabled{
  background-color: rgb(152 184 190 / 0.55);
}

.disabled\:bg-secondary-400\/60:disabled{
  background-color: rgb(152 184 190 / 0.6);
}

.disabled\:bg-secondary-400\/65:disabled{
  background-color: rgb(152 184 190 / 0.65);
}

.disabled\:bg-secondary-400\/70:disabled{
  background-color: rgb(152 184 190 / 0.7);
}

.disabled\:bg-secondary-400\/75:disabled{
  background-color: rgb(152 184 190 / 0.75);
}

.disabled\:bg-secondary-400\/80:disabled{
  background-color: rgb(152 184 190 / 0.8);
}

.disabled\:bg-secondary-400\/85:disabled{
  background-color: rgb(152 184 190 / 0.85);
}

.disabled\:bg-secondary-400\/90:disabled{
  background-color: rgb(152 184 190 / 0.9);
}

.disabled\:bg-secondary-400\/95:disabled{
  background-color: rgb(152 184 190 / 0.95);
}

.disabled\:bg-secondary-500:disabled{
  background-color: #82A9B0;
}

.disabled\:bg-secondary-500\/0:disabled{
  background-color: rgb(130 169 176 / 0);
}

.disabled\:bg-secondary-500\/10:disabled{
  background-color: rgb(130 169 176 / 0.1);
}

.disabled\:bg-secondary-500\/100:disabled{
  background-color: rgb(130 169 176 / 1);
}

.disabled\:bg-secondary-500\/15:disabled{
  background-color: rgb(130 169 176 / 0.15);
}

.disabled\:bg-secondary-500\/20:disabled{
  background-color: rgb(130 169 176 / 0.2);
}

.disabled\:bg-secondary-500\/25:disabled{
  background-color: rgb(130 169 176 / 0.25);
}

.disabled\:bg-secondary-500\/30:disabled{
  background-color: rgb(130 169 176 / 0.3);
}

.disabled\:bg-secondary-500\/35:disabled{
  background-color: rgb(130 169 176 / 0.35);
}

.disabled\:bg-secondary-500\/40:disabled{
  background-color: rgb(130 169 176 / 0.4);
}

.disabled\:bg-secondary-500\/45:disabled{
  background-color: rgb(130 169 176 / 0.45);
}

.disabled\:bg-secondary-500\/5:disabled{
  background-color: rgb(130 169 176 / 0.05);
}

.disabled\:bg-secondary-500\/50:disabled{
  background-color: rgb(130 169 176 / 0.5);
}

.disabled\:bg-secondary-500\/55:disabled{
  background-color: rgb(130 169 176 / 0.55);
}

.disabled\:bg-secondary-500\/60:disabled{
  background-color: rgb(130 169 176 / 0.6);
}

.disabled\:bg-secondary-500\/65:disabled{
  background-color: rgb(130 169 176 / 0.65);
}

.disabled\:bg-secondary-500\/70:disabled{
  background-color: rgb(130 169 176 / 0.7);
}

.disabled\:bg-secondary-500\/75:disabled{
  background-color: rgb(130 169 176 / 0.75);
}

.disabled\:bg-secondary-500\/80:disabled{
  background-color: rgb(130 169 176 / 0.8);
}

.disabled\:bg-secondary-500\/85:disabled{
  background-color: rgb(130 169 176 / 0.85);
}

.disabled\:bg-secondary-500\/90:disabled{
  background-color: rgb(130 169 176 / 0.9);
}

.disabled\:bg-secondary-500\/95:disabled{
  background-color: rgb(130 169 176 / 0.95);
}

.disabled\:bg-secondary-600:disabled{
  background-color: #66969E;
}

.disabled\:bg-secondary-600\/0:disabled{
  background-color: rgb(102 150 158 / 0);
}

.disabled\:bg-secondary-600\/10:disabled{
  background-color: rgb(102 150 158 / 0.1);
}

.disabled\:bg-secondary-600\/100:disabled{
  background-color: rgb(102 150 158 / 1);
}

.disabled\:bg-secondary-600\/15:disabled{
  background-color: rgb(102 150 158 / 0.15);
}

.disabled\:bg-secondary-600\/20:disabled{
  background-color: rgb(102 150 158 / 0.2);
}

.disabled\:bg-secondary-600\/25:disabled{
  background-color: rgb(102 150 158 / 0.25);
}

.disabled\:bg-secondary-600\/30:disabled{
  background-color: rgb(102 150 158 / 0.3);
}

.disabled\:bg-secondary-600\/35:disabled{
  background-color: rgb(102 150 158 / 0.35);
}

.disabled\:bg-secondary-600\/40:disabled{
  background-color: rgb(102 150 158 / 0.4);
}

.disabled\:bg-secondary-600\/45:disabled{
  background-color: rgb(102 150 158 / 0.45);
}

.disabled\:bg-secondary-600\/5:disabled{
  background-color: rgb(102 150 158 / 0.05);
}

.disabled\:bg-secondary-600\/50:disabled{
  background-color: rgb(102 150 158 / 0.5);
}

.disabled\:bg-secondary-600\/55:disabled{
  background-color: rgb(102 150 158 / 0.55);
}

.disabled\:bg-secondary-600\/60:disabled{
  background-color: rgb(102 150 158 / 0.6);
}

.disabled\:bg-secondary-600\/65:disabled{
  background-color: rgb(102 150 158 / 0.65);
}

.disabled\:bg-secondary-600\/70:disabled{
  background-color: rgb(102 150 158 / 0.7);
}

.disabled\:bg-secondary-600\/75:disabled{
  background-color: rgb(102 150 158 / 0.75);
}

.disabled\:bg-secondary-600\/80:disabled{
  background-color: rgb(102 150 158 / 0.8);
}

.disabled\:bg-secondary-600\/85:disabled{
  background-color: rgb(102 150 158 / 0.85);
}

.disabled\:bg-secondary-600\/90:disabled{
  background-color: rgb(102 150 158 / 0.9);
}

.disabled\:bg-secondary-600\/95:disabled{
  background-color: rgb(102 150 158 / 0.95);
}

.disabled\:bg-secondary-700:disabled{
  background-color: #537C83;
}

.disabled\:bg-secondary-700\/0:disabled{
  background-color: rgb(83 124 131 / 0);
}

.disabled\:bg-secondary-700\/10:disabled{
  background-color: rgb(83 124 131 / 0.1);
}

.disabled\:bg-secondary-700\/100:disabled{
  background-color: rgb(83 124 131 / 1);
}

.disabled\:bg-secondary-700\/15:disabled{
  background-color: rgb(83 124 131 / 0.15);
}

.disabled\:bg-secondary-700\/20:disabled{
  background-color: rgb(83 124 131 / 0.2);
}

.disabled\:bg-secondary-700\/25:disabled{
  background-color: rgb(83 124 131 / 0.25);
}

.disabled\:bg-secondary-700\/30:disabled{
  background-color: rgb(83 124 131 / 0.3);
}

.disabled\:bg-secondary-700\/35:disabled{
  background-color: rgb(83 124 131 / 0.35);
}

.disabled\:bg-secondary-700\/40:disabled{
  background-color: rgb(83 124 131 / 0.4);
}

.disabled\:bg-secondary-700\/45:disabled{
  background-color: rgb(83 124 131 / 0.45);
}

.disabled\:bg-secondary-700\/5:disabled{
  background-color: rgb(83 124 131 / 0.05);
}

.disabled\:bg-secondary-700\/50:disabled{
  background-color: rgb(83 124 131 / 0.5);
}

.disabled\:bg-secondary-700\/55:disabled{
  background-color: rgb(83 124 131 / 0.55);
}

.disabled\:bg-secondary-700\/60:disabled{
  background-color: rgb(83 124 131 / 0.6);
}

.disabled\:bg-secondary-700\/65:disabled{
  background-color: rgb(83 124 131 / 0.65);
}

.disabled\:bg-secondary-700\/70:disabled{
  background-color: rgb(83 124 131 / 0.7);
}

.disabled\:bg-secondary-700\/75:disabled{
  background-color: rgb(83 124 131 / 0.75);
}

.disabled\:bg-secondary-700\/80:disabled{
  background-color: rgb(83 124 131 / 0.8);
}

.disabled\:bg-secondary-700\/85:disabled{
  background-color: rgb(83 124 131 / 0.85);
}

.disabled\:bg-secondary-700\/90:disabled{
  background-color: rgb(83 124 131 / 0.9);
}

.disabled\:bg-secondary-700\/95:disabled{
  background-color: rgb(83 124 131 / 0.95);
}

.disabled\:bg-secondary-800:disabled{
  background-color: #416167;
}

.disabled\:bg-secondary-800\/0:disabled{
  background-color: rgb(65 97 103 / 0);
}

.disabled\:bg-secondary-800\/10:disabled{
  background-color: rgb(65 97 103 / 0.1);
}

.disabled\:bg-secondary-800\/100:disabled{
  background-color: rgb(65 97 103 / 1);
}

.disabled\:bg-secondary-800\/15:disabled{
  background-color: rgb(65 97 103 / 0.15);
}

.disabled\:bg-secondary-800\/20:disabled{
  background-color: rgb(65 97 103 / 0.2);
}

.disabled\:bg-secondary-800\/25:disabled{
  background-color: rgb(65 97 103 / 0.25);
}

.disabled\:bg-secondary-800\/30:disabled{
  background-color: rgb(65 97 103 / 0.3);
}

.disabled\:bg-secondary-800\/35:disabled{
  background-color: rgb(65 97 103 / 0.35);
}

.disabled\:bg-secondary-800\/40:disabled{
  background-color: rgb(65 97 103 / 0.4);
}

.disabled\:bg-secondary-800\/45:disabled{
  background-color: rgb(65 97 103 / 0.45);
}

.disabled\:bg-secondary-800\/5:disabled{
  background-color: rgb(65 97 103 / 0.05);
}

.disabled\:bg-secondary-800\/50:disabled{
  background-color: rgb(65 97 103 / 0.5);
}

.disabled\:bg-secondary-800\/55:disabled{
  background-color: rgb(65 97 103 / 0.55);
}

.disabled\:bg-secondary-800\/60:disabled{
  background-color: rgb(65 97 103 / 0.6);
}

.disabled\:bg-secondary-800\/65:disabled{
  background-color: rgb(65 97 103 / 0.65);
}

.disabled\:bg-secondary-800\/70:disabled{
  background-color: rgb(65 97 103 / 0.7);
}

.disabled\:bg-secondary-800\/75:disabled{
  background-color: rgb(65 97 103 / 0.75);
}

.disabled\:bg-secondary-800\/80:disabled{
  background-color: rgb(65 97 103 / 0.8);
}

.disabled\:bg-secondary-800\/85:disabled{
  background-color: rgb(65 97 103 / 0.85);
}

.disabled\:bg-secondary-800\/90:disabled{
  background-color: rgb(65 97 103 / 0.9);
}

.disabled\:bg-secondary-800\/95:disabled{
  background-color: rgb(65 97 103 / 0.95);
}

.disabled\:bg-secondary-900:disabled{
  background-color: #2F474B;
}

.disabled\:bg-secondary-900\/0:disabled{
  background-color: rgb(47 71 75 / 0);
}

.disabled\:bg-secondary-900\/10:disabled{
  background-color: rgb(47 71 75 / 0.1);
}

.disabled\:bg-secondary-900\/100:disabled{
  background-color: rgb(47 71 75 / 1);
}

.disabled\:bg-secondary-900\/15:disabled{
  background-color: rgb(47 71 75 / 0.15);
}

.disabled\:bg-secondary-900\/20:disabled{
  background-color: rgb(47 71 75 / 0.2);
}

.disabled\:bg-secondary-900\/25:disabled{
  background-color: rgb(47 71 75 / 0.25);
}

.disabled\:bg-secondary-900\/30:disabled{
  background-color: rgb(47 71 75 / 0.3);
}

.disabled\:bg-secondary-900\/35:disabled{
  background-color: rgb(47 71 75 / 0.35);
}

.disabled\:bg-secondary-900\/40:disabled{
  background-color: rgb(47 71 75 / 0.4);
}

.disabled\:bg-secondary-900\/45:disabled{
  background-color: rgb(47 71 75 / 0.45);
}

.disabled\:bg-secondary-900\/5:disabled{
  background-color: rgb(47 71 75 / 0.05);
}

.disabled\:bg-secondary-900\/50:disabled{
  background-color: rgb(47 71 75 / 0.5);
}

.disabled\:bg-secondary-900\/55:disabled{
  background-color: rgb(47 71 75 / 0.55);
}

.disabled\:bg-secondary-900\/60:disabled{
  background-color: rgb(47 71 75 / 0.6);
}

.disabled\:bg-secondary-900\/65:disabled{
  background-color: rgb(47 71 75 / 0.65);
}

.disabled\:bg-secondary-900\/70:disabled{
  background-color: rgb(47 71 75 / 0.7);
}

.disabled\:bg-secondary-900\/75:disabled{
  background-color: rgb(47 71 75 / 0.75);
}

.disabled\:bg-secondary-900\/80:disabled{
  background-color: rgb(47 71 75 / 0.8);
}

.disabled\:bg-secondary-900\/85:disabled{
  background-color: rgb(47 71 75 / 0.85);
}

.disabled\:bg-secondary-900\/90:disabled{
  background-color: rgb(47 71 75 / 0.9);
}

.disabled\:bg-secondary-900\/95:disabled{
  background-color: rgb(47 71 75 / 0.95);
}

.disabled\:text-accent-100:disabled{
  color: #fceae9;
}

.disabled\:text-accent-100\/0:disabled{
  color: rgb(252 234 233 / 0);
}

.disabled\:text-accent-100\/10:disabled{
  color: rgb(252 234 233 / 0.1);
}

.disabled\:text-accent-100\/100:disabled{
  color: rgb(252 234 233 / 1);
}

.disabled\:text-accent-100\/15:disabled{
  color: rgb(252 234 233 / 0.15);
}

.disabled\:text-accent-100\/20:disabled{
  color: rgb(252 234 233 / 0.2);
}

.disabled\:text-accent-100\/25:disabled{
  color: rgb(252 234 233 / 0.25);
}

.disabled\:text-accent-100\/30:disabled{
  color: rgb(252 234 233 / 0.3);
}

.disabled\:text-accent-100\/35:disabled{
  color: rgb(252 234 233 / 0.35);
}

.disabled\:text-accent-100\/40:disabled{
  color: rgb(252 234 233 / 0.4);
}

.disabled\:text-accent-100\/45:disabled{
  color: rgb(252 234 233 / 0.45);
}

.disabled\:text-accent-100\/5:disabled{
  color: rgb(252 234 233 / 0.05);
}

.disabled\:text-accent-100\/50:disabled{
  color: rgb(252 234 233 / 0.5);
}

.disabled\:text-accent-100\/55:disabled{
  color: rgb(252 234 233 / 0.55);
}

.disabled\:text-accent-100\/60:disabled{
  color: rgb(252 234 233 / 0.6);
}

.disabled\:text-accent-100\/65:disabled{
  color: rgb(252 234 233 / 0.65);
}

.disabled\:text-accent-100\/70:disabled{
  color: rgb(252 234 233 / 0.7);
}

.disabled\:text-accent-100\/75:disabled{
  color: rgb(252 234 233 / 0.75);
}

.disabled\:text-accent-100\/80:disabled{
  color: rgb(252 234 233 / 0.8);
}

.disabled\:text-accent-100\/85:disabled{
  color: rgb(252 234 233 / 0.85);
}

.disabled\:text-accent-100\/90:disabled{
  color: rgb(252 234 233 / 0.9);
}

.disabled\:text-accent-100\/95:disabled{
  color: rgb(252 234 233 / 0.95);
}

.disabled\:text-accent-200:disabled{
  color: #f9d4d2;
}

.disabled\:text-accent-200\/0:disabled{
  color: rgb(249 212 210 / 0);
}

.disabled\:text-accent-200\/10:disabled{
  color: rgb(249 212 210 / 0.1);
}

.disabled\:text-accent-200\/100:disabled{
  color: rgb(249 212 210 / 1);
}

.disabled\:text-accent-200\/15:disabled{
  color: rgb(249 212 210 / 0.15);
}

.disabled\:text-accent-200\/20:disabled{
  color: rgb(249 212 210 / 0.2);
}

.disabled\:text-accent-200\/25:disabled{
  color: rgb(249 212 210 / 0.25);
}

.disabled\:text-accent-200\/30:disabled{
  color: rgb(249 212 210 / 0.3);
}

.disabled\:text-accent-200\/35:disabled{
  color: rgb(249 212 210 / 0.35);
}

.disabled\:text-accent-200\/40:disabled{
  color: rgb(249 212 210 / 0.4);
}

.disabled\:text-accent-200\/45:disabled{
  color: rgb(249 212 210 / 0.45);
}

.disabled\:text-accent-200\/5:disabled{
  color: rgb(249 212 210 / 0.05);
}

.disabled\:text-accent-200\/50:disabled{
  color: rgb(249 212 210 / 0.5);
}

.disabled\:text-accent-200\/55:disabled{
  color: rgb(249 212 210 / 0.55);
}

.disabled\:text-accent-200\/60:disabled{
  color: rgb(249 212 210 / 0.6);
}

.disabled\:text-accent-200\/65:disabled{
  color: rgb(249 212 210 / 0.65);
}

.disabled\:text-accent-200\/70:disabled{
  color: rgb(249 212 210 / 0.7);
}

.disabled\:text-accent-200\/75:disabled{
  color: rgb(249 212 210 / 0.75);
}

.disabled\:text-accent-200\/80:disabled{
  color: rgb(249 212 210 / 0.8);
}

.disabled\:text-accent-200\/85:disabled{
  color: rgb(249 212 210 / 0.85);
}

.disabled\:text-accent-200\/90:disabled{
  color: rgb(249 212 210 / 0.9);
}

.disabled\:text-accent-200\/95:disabled{
  color: rgb(249 212 210 / 0.95);
}

.disabled\:text-accent-300:disabled{
  color: #f4b5b3;
}

.disabled\:text-accent-300\/0:disabled{
  color: rgb(244 181 179 / 0);
}

.disabled\:text-accent-300\/10:disabled{
  color: rgb(244 181 179 / 0.1);
}

.disabled\:text-accent-300\/100:disabled{
  color: rgb(244 181 179 / 1);
}

.disabled\:text-accent-300\/15:disabled{
  color: rgb(244 181 179 / 0.15);
}

.disabled\:text-accent-300\/20:disabled{
  color: rgb(244 181 179 / 0.2);
}

.disabled\:text-accent-300\/25:disabled{
  color: rgb(244 181 179 / 0.25);
}

.disabled\:text-accent-300\/30:disabled{
  color: rgb(244 181 179 / 0.3);
}

.disabled\:text-accent-300\/35:disabled{
  color: rgb(244 181 179 / 0.35);
}

.disabled\:text-accent-300\/40:disabled{
  color: rgb(244 181 179 / 0.4);
}

.disabled\:text-accent-300\/45:disabled{
  color: rgb(244 181 179 / 0.45);
}

.disabled\:text-accent-300\/5:disabled{
  color: rgb(244 181 179 / 0.05);
}

.disabled\:text-accent-300\/50:disabled{
  color: rgb(244 181 179 / 0.5);
}

.disabled\:text-accent-300\/55:disabled{
  color: rgb(244 181 179 / 0.55);
}

.disabled\:text-accent-300\/60:disabled{
  color: rgb(244 181 179 / 0.6);
}

.disabled\:text-accent-300\/65:disabled{
  color: rgb(244 181 179 / 0.65);
}

.disabled\:text-accent-300\/70:disabled{
  color: rgb(244 181 179 / 0.7);
}

.disabled\:text-accent-300\/75:disabled{
  color: rgb(244 181 179 / 0.75);
}

.disabled\:text-accent-300\/80:disabled{
  color: rgb(244 181 179 / 0.8);
}

.disabled\:text-accent-300\/85:disabled{
  color: rgb(244 181 179 / 0.85);
}

.disabled\:text-accent-300\/90:disabled{
  color: rgb(244 181 179 / 0.9);
}

.disabled\:text-accent-300\/95:disabled{
  color: rgb(244 181 179 / 0.95);
}

.disabled\:text-accent-400:disabled{
  color: #ee8e8b;
}

.disabled\:text-accent-400\/0:disabled{
  color: rgb(238 142 139 / 0);
}

.disabled\:text-accent-400\/10:disabled{
  color: rgb(238 142 139 / 0.1);
}

.disabled\:text-accent-400\/100:disabled{
  color: rgb(238 142 139 / 1);
}

.disabled\:text-accent-400\/15:disabled{
  color: rgb(238 142 139 / 0.15);
}

.disabled\:text-accent-400\/20:disabled{
  color: rgb(238 142 139 / 0.2);
}

.disabled\:text-accent-400\/25:disabled{
  color: rgb(238 142 139 / 0.25);
}

.disabled\:text-accent-400\/30:disabled{
  color: rgb(238 142 139 / 0.3);
}

.disabled\:text-accent-400\/35:disabled{
  color: rgb(238 142 139 / 0.35);
}

.disabled\:text-accent-400\/40:disabled{
  color: rgb(238 142 139 / 0.4);
}

.disabled\:text-accent-400\/45:disabled{
  color: rgb(238 142 139 / 0.45);
}

.disabled\:text-accent-400\/5:disabled{
  color: rgb(238 142 139 / 0.05);
}

.disabled\:text-accent-400\/50:disabled{
  color: rgb(238 142 139 / 0.5);
}

.disabled\:text-accent-400\/55:disabled{
  color: rgb(238 142 139 / 0.55);
}

.disabled\:text-accent-400\/60:disabled{
  color: rgb(238 142 139 / 0.6);
}

.disabled\:text-accent-400\/65:disabled{
  color: rgb(238 142 139 / 0.65);
}

.disabled\:text-accent-400\/70:disabled{
  color: rgb(238 142 139 / 0.7);
}

.disabled\:text-accent-400\/75:disabled{
  color: rgb(238 142 139 / 0.75);
}

.disabled\:text-accent-400\/80:disabled{
  color: rgb(238 142 139 / 0.8);
}

.disabled\:text-accent-400\/85:disabled{
  color: rgb(238 142 139 / 0.85);
}

.disabled\:text-accent-400\/90:disabled{
  color: rgb(238 142 139 / 0.9);
}

.disabled\:text-accent-400\/95:disabled{
  color: rgb(238 142 139 / 0.95);
}

.disabled\:text-accent-500:disabled{
  color: #e57373;
}

.disabled\:text-accent-500\/0:disabled{
  color: rgb(229 115 115 / 0);
}

.disabled\:text-accent-500\/10:disabled{
  color: rgb(229 115 115 / 0.1);
}

.disabled\:text-accent-500\/100:disabled{
  color: rgb(229 115 115 / 1);
}

.disabled\:text-accent-500\/15:disabled{
  color: rgb(229 115 115 / 0.15);
}

.disabled\:text-accent-500\/20:disabled{
  color: rgb(229 115 115 / 0.2);
}

.disabled\:text-accent-500\/25:disabled{
  color: rgb(229 115 115 / 0.25);
}

.disabled\:text-accent-500\/30:disabled{
  color: rgb(229 115 115 / 0.3);
}

.disabled\:text-accent-500\/35:disabled{
  color: rgb(229 115 115 / 0.35);
}

.disabled\:text-accent-500\/40:disabled{
  color: rgb(229 115 115 / 0.4);
}

.disabled\:text-accent-500\/45:disabled{
  color: rgb(229 115 115 / 0.45);
}

.disabled\:text-accent-500\/5:disabled{
  color: rgb(229 115 115 / 0.05);
}

.disabled\:text-accent-500\/50:disabled{
  color: rgb(229 115 115 / 0.5);
}

.disabled\:text-accent-500\/55:disabled{
  color: rgb(229 115 115 / 0.55);
}

.disabled\:text-accent-500\/60:disabled{
  color: rgb(229 115 115 / 0.6);
}

.disabled\:text-accent-500\/65:disabled{
  color: rgb(229 115 115 / 0.65);
}

.disabled\:text-accent-500\/70:disabled{
  color: rgb(229 115 115 / 0.7);
}

.disabled\:text-accent-500\/75:disabled{
  color: rgb(229 115 115 / 0.75);
}

.disabled\:text-accent-500\/80:disabled{
  color: rgb(229 115 115 / 0.8);
}

.disabled\:text-accent-500\/85:disabled{
  color: rgb(229 115 115 / 0.85);
}

.disabled\:text-accent-500\/90:disabled{
  color: rgb(229 115 115 / 0.9);
}

.disabled\:text-accent-500\/95:disabled{
  color: rgb(229 115 115 / 0.95);
}

.disabled\:text-accent-600:disabled{
  color: #d95f5f;
}

.disabled\:text-accent-600\/0:disabled{
  color: rgb(217 95 95 / 0);
}

.disabled\:text-accent-600\/10:disabled{
  color: rgb(217 95 95 / 0.1);
}

.disabled\:text-accent-600\/100:disabled{
  color: rgb(217 95 95 / 1);
}

.disabled\:text-accent-600\/15:disabled{
  color: rgb(217 95 95 / 0.15);
}

.disabled\:text-accent-600\/20:disabled{
  color: rgb(217 95 95 / 0.2);
}

.disabled\:text-accent-600\/25:disabled{
  color: rgb(217 95 95 / 0.25);
}

.disabled\:text-accent-600\/30:disabled{
  color: rgb(217 95 95 / 0.3);
}

.disabled\:text-accent-600\/35:disabled{
  color: rgb(217 95 95 / 0.35);
}

.disabled\:text-accent-600\/40:disabled{
  color: rgb(217 95 95 / 0.4);
}

.disabled\:text-accent-600\/45:disabled{
  color: rgb(217 95 95 / 0.45);
}

.disabled\:text-accent-600\/5:disabled{
  color: rgb(217 95 95 / 0.05);
}

.disabled\:text-accent-600\/50:disabled{
  color: rgb(217 95 95 / 0.5);
}

.disabled\:text-accent-600\/55:disabled{
  color: rgb(217 95 95 / 0.55);
}

.disabled\:text-accent-600\/60:disabled{
  color: rgb(217 95 95 / 0.6);
}

.disabled\:text-accent-600\/65:disabled{
  color: rgb(217 95 95 / 0.65);
}

.disabled\:text-accent-600\/70:disabled{
  color: rgb(217 95 95 / 0.7);
}

.disabled\:text-accent-600\/75:disabled{
  color: rgb(217 95 95 / 0.75);
}

.disabled\:text-accent-600\/80:disabled{
  color: rgb(217 95 95 / 0.8);
}

.disabled\:text-accent-600\/85:disabled{
  color: rgb(217 95 95 / 0.85);
}

.disabled\:text-accent-600\/90:disabled{
  color: rgb(217 95 95 / 0.9);
}

.disabled\:text-accent-600\/95:disabled{
  color: rgb(217 95 95 / 0.95);
}

.disabled\:text-accent-700:disabled{
  color: #c94a4a;
}

.disabled\:text-accent-700\/0:disabled{
  color: rgb(201 74 74 / 0);
}

.disabled\:text-accent-700\/10:disabled{
  color: rgb(201 74 74 / 0.1);
}

.disabled\:text-accent-700\/100:disabled{
  color: rgb(201 74 74 / 1);
}

.disabled\:text-accent-700\/15:disabled{
  color: rgb(201 74 74 / 0.15);
}

.disabled\:text-accent-700\/20:disabled{
  color: rgb(201 74 74 / 0.2);
}

.disabled\:text-accent-700\/25:disabled{
  color: rgb(201 74 74 / 0.25);
}

.disabled\:text-accent-700\/30:disabled{
  color: rgb(201 74 74 / 0.3);
}

.disabled\:text-accent-700\/35:disabled{
  color: rgb(201 74 74 / 0.35);
}

.disabled\:text-accent-700\/40:disabled{
  color: rgb(201 74 74 / 0.4);
}

.disabled\:text-accent-700\/45:disabled{
  color: rgb(201 74 74 / 0.45);
}

.disabled\:text-accent-700\/5:disabled{
  color: rgb(201 74 74 / 0.05);
}

.disabled\:text-accent-700\/50:disabled{
  color: rgb(201 74 74 / 0.5);
}

.disabled\:text-accent-700\/55:disabled{
  color: rgb(201 74 74 / 0.55);
}

.disabled\:text-accent-700\/60:disabled{
  color: rgb(201 74 74 / 0.6);
}

.disabled\:text-accent-700\/65:disabled{
  color: rgb(201 74 74 / 0.65);
}

.disabled\:text-accent-700\/70:disabled{
  color: rgb(201 74 74 / 0.7);
}

.disabled\:text-accent-700\/75:disabled{
  color: rgb(201 74 74 / 0.75);
}

.disabled\:text-accent-700\/80:disabled{
  color: rgb(201 74 74 / 0.8);
}

.disabled\:text-accent-700\/85:disabled{
  color: rgb(201 74 74 / 0.85);
}

.disabled\:text-accent-700\/90:disabled{
  color: rgb(201 74 74 / 0.9);
}

.disabled\:text-accent-700\/95:disabled{
  color: rgb(201 74 74 / 0.95);
}

.disabled\:text-accent-800:disabled{
  color: #a83c3c;
}

.disabled\:text-accent-800\/0:disabled{
  color: rgb(168 60 60 / 0);
}

.disabled\:text-accent-800\/10:disabled{
  color: rgb(168 60 60 / 0.1);
}

.disabled\:text-accent-800\/100:disabled{
  color: rgb(168 60 60 / 1);
}

.disabled\:text-accent-800\/15:disabled{
  color: rgb(168 60 60 / 0.15);
}

.disabled\:text-accent-800\/20:disabled{
  color: rgb(168 60 60 / 0.2);
}

.disabled\:text-accent-800\/25:disabled{
  color: rgb(168 60 60 / 0.25);
}

.disabled\:text-accent-800\/30:disabled{
  color: rgb(168 60 60 / 0.3);
}

.disabled\:text-accent-800\/35:disabled{
  color: rgb(168 60 60 / 0.35);
}

.disabled\:text-accent-800\/40:disabled{
  color: rgb(168 60 60 / 0.4);
}

.disabled\:text-accent-800\/45:disabled{
  color: rgb(168 60 60 / 0.45);
}

.disabled\:text-accent-800\/5:disabled{
  color: rgb(168 60 60 / 0.05);
}

.disabled\:text-accent-800\/50:disabled{
  color: rgb(168 60 60 / 0.5);
}

.disabled\:text-accent-800\/55:disabled{
  color: rgb(168 60 60 / 0.55);
}

.disabled\:text-accent-800\/60:disabled{
  color: rgb(168 60 60 / 0.6);
}

.disabled\:text-accent-800\/65:disabled{
  color: rgb(168 60 60 / 0.65);
}

.disabled\:text-accent-800\/70:disabled{
  color: rgb(168 60 60 / 0.7);
}

.disabled\:text-accent-800\/75:disabled{
  color: rgb(168 60 60 / 0.75);
}

.disabled\:text-accent-800\/80:disabled{
  color: rgb(168 60 60 / 0.8);
}

.disabled\:text-accent-800\/85:disabled{
  color: rgb(168 60 60 / 0.85);
}

.disabled\:text-accent-800\/90:disabled{
  color: rgb(168 60 60 / 0.9);
}

.disabled\:text-accent-800\/95:disabled{
  color: rgb(168 60 60 / 0.95);
}

.disabled\:text-accent-900:disabled{
  color: #8c3434;
}

.disabled\:text-accent-900\/0:disabled{
  color: rgb(140 52 52 / 0);
}

.disabled\:text-accent-900\/10:disabled{
  color: rgb(140 52 52 / 0.1);
}

.disabled\:text-accent-900\/100:disabled{
  color: rgb(140 52 52 / 1);
}

.disabled\:text-accent-900\/15:disabled{
  color: rgb(140 52 52 / 0.15);
}

.disabled\:text-accent-900\/20:disabled{
  color: rgb(140 52 52 / 0.2);
}

.disabled\:text-accent-900\/25:disabled{
  color: rgb(140 52 52 / 0.25);
}

.disabled\:text-accent-900\/30:disabled{
  color: rgb(140 52 52 / 0.3);
}

.disabled\:text-accent-900\/35:disabled{
  color: rgb(140 52 52 / 0.35);
}

.disabled\:text-accent-900\/40:disabled{
  color: rgb(140 52 52 / 0.4);
}

.disabled\:text-accent-900\/45:disabled{
  color: rgb(140 52 52 / 0.45);
}

.disabled\:text-accent-900\/5:disabled{
  color: rgb(140 52 52 / 0.05);
}

.disabled\:text-accent-900\/50:disabled{
  color: rgb(140 52 52 / 0.5);
}

.disabled\:text-accent-900\/55:disabled{
  color: rgb(140 52 52 / 0.55);
}

.disabled\:text-accent-900\/60:disabled{
  color: rgb(140 52 52 / 0.6);
}

.disabled\:text-accent-900\/65:disabled{
  color: rgb(140 52 52 / 0.65);
}

.disabled\:text-accent-900\/70:disabled{
  color: rgb(140 52 52 / 0.7);
}

.disabled\:text-accent-900\/75:disabled{
  color: rgb(140 52 52 / 0.75);
}

.disabled\:text-accent-900\/80:disabled{
  color: rgb(140 52 52 / 0.8);
}

.disabled\:text-accent-900\/85:disabled{
  color: rgb(140 52 52 / 0.85);
}

.disabled\:text-accent-900\/90:disabled{
  color: rgb(140 52 52 / 0.9);
}

.disabled\:text-accent-900\/95:disabled{
  color: rgb(140 52 52 / 0.95);
}

.disabled\:text-gray-100:disabled{
  color: #f3f4f6;
}

.disabled\:text-gray-100\/0:disabled{
  color: rgb(243 244 246 / 0);
}

.disabled\:text-gray-100\/10:disabled{
  color: rgb(243 244 246 / 0.1);
}

.disabled\:text-gray-100\/100:disabled{
  color: rgb(243 244 246 / 1);
}

.disabled\:text-gray-100\/15:disabled{
  color: rgb(243 244 246 / 0.15);
}

.disabled\:text-gray-100\/20:disabled{
  color: rgb(243 244 246 / 0.2);
}

.disabled\:text-gray-100\/25:disabled{
  color: rgb(243 244 246 / 0.25);
}

.disabled\:text-gray-100\/30:disabled{
  color: rgb(243 244 246 / 0.3);
}

.disabled\:text-gray-100\/35:disabled{
  color: rgb(243 244 246 / 0.35);
}

.disabled\:text-gray-100\/40:disabled{
  color: rgb(243 244 246 / 0.4);
}

.disabled\:text-gray-100\/45:disabled{
  color: rgb(243 244 246 / 0.45);
}

.disabled\:text-gray-100\/5:disabled{
  color: rgb(243 244 246 / 0.05);
}

.disabled\:text-gray-100\/50:disabled{
  color: rgb(243 244 246 / 0.5);
}

.disabled\:text-gray-100\/55:disabled{
  color: rgb(243 244 246 / 0.55);
}

.disabled\:text-gray-100\/60:disabled{
  color: rgb(243 244 246 / 0.6);
}

.disabled\:text-gray-100\/65:disabled{
  color: rgb(243 244 246 / 0.65);
}

.disabled\:text-gray-100\/70:disabled{
  color: rgb(243 244 246 / 0.7);
}

.disabled\:text-gray-100\/75:disabled{
  color: rgb(243 244 246 / 0.75);
}

.disabled\:text-gray-100\/80:disabled{
  color: rgb(243 244 246 / 0.8);
}

.disabled\:text-gray-100\/85:disabled{
  color: rgb(243 244 246 / 0.85);
}

.disabled\:text-gray-100\/90:disabled{
  color: rgb(243 244 246 / 0.9);
}

.disabled\:text-gray-100\/95:disabled{
  color: rgb(243 244 246 / 0.95);
}

.disabled\:text-gray-200:disabled{
  color: #e5e7eb;
}

.disabled\:text-gray-200\/0:disabled{
  color: rgb(229 231 235 / 0);
}

.disabled\:text-gray-200\/10:disabled{
  color: rgb(229 231 235 / 0.1);
}

.disabled\:text-gray-200\/100:disabled{
  color: rgb(229 231 235 / 1);
}

.disabled\:text-gray-200\/15:disabled{
  color: rgb(229 231 235 / 0.15);
}

.disabled\:text-gray-200\/20:disabled{
  color: rgb(229 231 235 / 0.2);
}

.disabled\:text-gray-200\/25:disabled{
  color: rgb(229 231 235 / 0.25);
}

.disabled\:text-gray-200\/30:disabled{
  color: rgb(229 231 235 / 0.3);
}

.disabled\:text-gray-200\/35:disabled{
  color: rgb(229 231 235 / 0.35);
}

.disabled\:text-gray-200\/40:disabled{
  color: rgb(229 231 235 / 0.4);
}

.disabled\:text-gray-200\/45:disabled{
  color: rgb(229 231 235 / 0.45);
}

.disabled\:text-gray-200\/5:disabled{
  color: rgb(229 231 235 / 0.05);
}

.disabled\:text-gray-200\/50:disabled{
  color: rgb(229 231 235 / 0.5);
}

.disabled\:text-gray-200\/55:disabled{
  color: rgb(229 231 235 / 0.55);
}

.disabled\:text-gray-200\/60:disabled{
  color: rgb(229 231 235 / 0.6);
}

.disabled\:text-gray-200\/65:disabled{
  color: rgb(229 231 235 / 0.65);
}

.disabled\:text-gray-200\/70:disabled{
  color: rgb(229 231 235 / 0.7);
}

.disabled\:text-gray-200\/75:disabled{
  color: rgb(229 231 235 / 0.75);
}

.disabled\:text-gray-200\/80:disabled{
  color: rgb(229 231 235 / 0.8);
}

.disabled\:text-gray-200\/85:disabled{
  color: rgb(229 231 235 / 0.85);
}

.disabled\:text-gray-200\/90:disabled{
  color: rgb(229 231 235 / 0.9);
}

.disabled\:text-gray-200\/95:disabled{
  color: rgb(229 231 235 / 0.95);
}

.disabled\:text-gray-300:disabled{
  color: #d1d5db;
}

.disabled\:text-gray-300\/0:disabled{
  color: rgb(209 213 219 / 0);
}

.disabled\:text-gray-300\/10:disabled{
  color: rgb(209 213 219 / 0.1);
}

.disabled\:text-gray-300\/100:disabled{
  color: rgb(209 213 219 / 1);
}

.disabled\:text-gray-300\/15:disabled{
  color: rgb(209 213 219 / 0.15);
}

.disabled\:text-gray-300\/20:disabled{
  color: rgb(209 213 219 / 0.2);
}

.disabled\:text-gray-300\/25:disabled{
  color: rgb(209 213 219 / 0.25);
}

.disabled\:text-gray-300\/30:disabled{
  color: rgb(209 213 219 / 0.3);
}

.disabled\:text-gray-300\/35:disabled{
  color: rgb(209 213 219 / 0.35);
}

.disabled\:text-gray-300\/40:disabled{
  color: rgb(209 213 219 / 0.4);
}

.disabled\:text-gray-300\/45:disabled{
  color: rgb(209 213 219 / 0.45);
}

.disabled\:text-gray-300\/5:disabled{
  color: rgb(209 213 219 / 0.05);
}

.disabled\:text-gray-300\/50:disabled{
  color: rgb(209 213 219 / 0.5);
}

.disabled\:text-gray-300\/55:disabled{
  color: rgb(209 213 219 / 0.55);
}

.disabled\:text-gray-300\/60:disabled{
  color: rgb(209 213 219 / 0.6);
}

.disabled\:text-gray-300\/65:disabled{
  color: rgb(209 213 219 / 0.65);
}

.disabled\:text-gray-300\/70:disabled{
  color: rgb(209 213 219 / 0.7);
}

.disabled\:text-gray-300\/75:disabled{
  color: rgb(209 213 219 / 0.75);
}

.disabled\:text-gray-300\/80:disabled{
  color: rgb(209 213 219 / 0.8);
}

.disabled\:text-gray-300\/85:disabled{
  color: rgb(209 213 219 / 0.85);
}

.disabled\:text-gray-300\/90:disabled{
  color: rgb(209 213 219 / 0.9);
}

.disabled\:text-gray-300\/95:disabled{
  color: rgb(209 213 219 / 0.95);
}

.disabled\:text-gray-400:disabled{
  color: #9ca3af;
}

.disabled\:text-gray-400\/0:disabled{
  color: rgb(156 163 175 / 0);
}

.disabled\:text-gray-400\/10:disabled{
  color: rgb(156 163 175 / 0.1);
}

.disabled\:text-gray-400\/100:disabled{
  color: rgb(156 163 175 / 1);
}

.disabled\:text-gray-400\/15:disabled{
  color: rgb(156 163 175 / 0.15);
}

.disabled\:text-gray-400\/20:disabled{
  color: rgb(156 163 175 / 0.2);
}

.disabled\:text-gray-400\/25:disabled{
  color: rgb(156 163 175 / 0.25);
}

.disabled\:text-gray-400\/30:disabled{
  color: rgb(156 163 175 / 0.3);
}

.disabled\:text-gray-400\/35:disabled{
  color: rgb(156 163 175 / 0.35);
}

.disabled\:text-gray-400\/40:disabled{
  color: rgb(156 163 175 / 0.4);
}

.disabled\:text-gray-400\/45:disabled{
  color: rgb(156 163 175 / 0.45);
}

.disabled\:text-gray-400\/5:disabled{
  color: rgb(156 163 175 / 0.05);
}

.disabled\:text-gray-400\/50:disabled{
  color: rgb(156 163 175 / 0.5);
}

.disabled\:text-gray-400\/55:disabled{
  color: rgb(156 163 175 / 0.55);
}

.disabled\:text-gray-400\/60:disabled{
  color: rgb(156 163 175 / 0.6);
}

.disabled\:text-gray-400\/65:disabled{
  color: rgb(156 163 175 / 0.65);
}

.disabled\:text-gray-400\/70:disabled{
  color: rgb(156 163 175 / 0.7);
}

.disabled\:text-gray-400\/75:disabled{
  color: rgb(156 163 175 / 0.75);
}

.disabled\:text-gray-400\/80:disabled{
  color: rgb(156 163 175 / 0.8);
}

.disabled\:text-gray-400\/85:disabled{
  color: rgb(156 163 175 / 0.85);
}

.disabled\:text-gray-400\/90:disabled{
  color: rgb(156 163 175 / 0.9);
}

.disabled\:text-gray-400\/95:disabled{
  color: rgb(156 163 175 / 0.95);
}

.disabled\:text-gray-500:disabled{
  color: #6b7280;
}

.disabled\:text-gray-500\/0:disabled{
  color: rgb(107 114 128 / 0);
}

.disabled\:text-gray-500\/10:disabled{
  color: rgb(107 114 128 / 0.1);
}

.disabled\:text-gray-500\/100:disabled{
  color: rgb(107 114 128 / 1);
}

.disabled\:text-gray-500\/15:disabled{
  color: rgb(107 114 128 / 0.15);
}

.disabled\:text-gray-500\/20:disabled{
  color: rgb(107 114 128 / 0.2);
}

.disabled\:text-gray-500\/25:disabled{
  color: rgb(107 114 128 / 0.25);
}

.disabled\:text-gray-500\/30:disabled{
  color: rgb(107 114 128 / 0.3);
}

.disabled\:text-gray-500\/35:disabled{
  color: rgb(107 114 128 / 0.35);
}

.disabled\:text-gray-500\/40:disabled{
  color: rgb(107 114 128 / 0.4);
}

.disabled\:text-gray-500\/45:disabled{
  color: rgb(107 114 128 / 0.45);
}

.disabled\:text-gray-500\/5:disabled{
  color: rgb(107 114 128 / 0.05);
}

.disabled\:text-gray-500\/50:disabled{
  color: rgb(107 114 128 / 0.5);
}

.disabled\:text-gray-500\/55:disabled{
  color: rgb(107 114 128 / 0.55);
}

.disabled\:text-gray-500\/60:disabled{
  color: rgb(107 114 128 / 0.6);
}

.disabled\:text-gray-500\/65:disabled{
  color: rgb(107 114 128 / 0.65);
}

.disabled\:text-gray-500\/70:disabled{
  color: rgb(107 114 128 / 0.7);
}

.disabled\:text-gray-500\/75:disabled{
  color: rgb(107 114 128 / 0.75);
}

.disabled\:text-gray-500\/80:disabled{
  color: rgb(107 114 128 / 0.8);
}

.disabled\:text-gray-500\/85:disabled{
  color: rgb(107 114 128 / 0.85);
}

.disabled\:text-gray-500\/90:disabled{
  color: rgb(107 114 128 / 0.9);
}

.disabled\:text-gray-500\/95:disabled{
  color: rgb(107 114 128 / 0.95);
}

.disabled\:text-gray-600:disabled{
  color: #4b5563;
}

.disabled\:text-gray-600\/0:disabled{
  color: rgb(75 85 99 / 0);
}

.disabled\:text-gray-600\/10:disabled{
  color: rgb(75 85 99 / 0.1);
}

.disabled\:text-gray-600\/100:disabled{
  color: rgb(75 85 99 / 1);
}

.disabled\:text-gray-600\/15:disabled{
  color: rgb(75 85 99 / 0.15);
}

.disabled\:text-gray-600\/20:disabled{
  color: rgb(75 85 99 / 0.2);
}

.disabled\:text-gray-600\/25:disabled{
  color: rgb(75 85 99 / 0.25);
}

.disabled\:text-gray-600\/30:disabled{
  color: rgb(75 85 99 / 0.3);
}

.disabled\:text-gray-600\/35:disabled{
  color: rgb(75 85 99 / 0.35);
}

.disabled\:text-gray-600\/40:disabled{
  color: rgb(75 85 99 / 0.4);
}

.disabled\:text-gray-600\/45:disabled{
  color: rgb(75 85 99 / 0.45);
}

.disabled\:text-gray-600\/5:disabled{
  color: rgb(75 85 99 / 0.05);
}

.disabled\:text-gray-600\/50:disabled{
  color: rgb(75 85 99 / 0.5);
}

.disabled\:text-gray-600\/55:disabled{
  color: rgb(75 85 99 / 0.55);
}

.disabled\:text-gray-600\/60:disabled{
  color: rgb(75 85 99 / 0.6);
}

.disabled\:text-gray-600\/65:disabled{
  color: rgb(75 85 99 / 0.65);
}

.disabled\:text-gray-600\/70:disabled{
  color: rgb(75 85 99 / 0.7);
}

.disabled\:text-gray-600\/75:disabled{
  color: rgb(75 85 99 / 0.75);
}

.disabled\:text-gray-600\/80:disabled{
  color: rgb(75 85 99 / 0.8);
}

.disabled\:text-gray-600\/85:disabled{
  color: rgb(75 85 99 / 0.85);
}

.disabled\:text-gray-600\/90:disabled{
  color: rgb(75 85 99 / 0.9);
}

.disabled\:text-gray-600\/95:disabled{
  color: rgb(75 85 99 / 0.95);
}

.disabled\:text-gray-700:disabled{
  color: #374151;
}

.disabled\:text-gray-700\/0:disabled{
  color: rgb(55 65 81 / 0);
}

.disabled\:text-gray-700\/10:disabled{
  color: rgb(55 65 81 / 0.1);
}

.disabled\:text-gray-700\/100:disabled{
  color: rgb(55 65 81 / 1);
}

.disabled\:text-gray-700\/15:disabled{
  color: rgb(55 65 81 / 0.15);
}

.disabled\:text-gray-700\/20:disabled{
  color: rgb(55 65 81 / 0.2);
}

.disabled\:text-gray-700\/25:disabled{
  color: rgb(55 65 81 / 0.25);
}

.disabled\:text-gray-700\/30:disabled{
  color: rgb(55 65 81 / 0.3);
}

.disabled\:text-gray-700\/35:disabled{
  color: rgb(55 65 81 / 0.35);
}

.disabled\:text-gray-700\/40:disabled{
  color: rgb(55 65 81 / 0.4);
}

.disabled\:text-gray-700\/45:disabled{
  color: rgb(55 65 81 / 0.45);
}

.disabled\:text-gray-700\/5:disabled{
  color: rgb(55 65 81 / 0.05);
}

.disabled\:text-gray-700\/50:disabled{
  color: rgb(55 65 81 / 0.5);
}

.disabled\:text-gray-700\/55:disabled{
  color: rgb(55 65 81 / 0.55);
}

.disabled\:text-gray-700\/60:disabled{
  color: rgb(55 65 81 / 0.6);
}

.disabled\:text-gray-700\/65:disabled{
  color: rgb(55 65 81 / 0.65);
}

.disabled\:text-gray-700\/70:disabled{
  color: rgb(55 65 81 / 0.7);
}

.disabled\:text-gray-700\/75:disabled{
  color: rgb(55 65 81 / 0.75);
}

.disabled\:text-gray-700\/80:disabled{
  color: rgb(55 65 81 / 0.8);
}

.disabled\:text-gray-700\/85:disabled{
  color: rgb(55 65 81 / 0.85);
}

.disabled\:text-gray-700\/90:disabled{
  color: rgb(55 65 81 / 0.9);
}

.disabled\:text-gray-700\/95:disabled{
  color: rgb(55 65 81 / 0.95);
}

.disabled\:text-gray-800:disabled{
  color: #1f2937;
}

.disabled\:text-gray-800\/0:disabled{
  color: rgb(31 41 55 / 0);
}

.disabled\:text-gray-800\/10:disabled{
  color: rgb(31 41 55 / 0.1);
}

.disabled\:text-gray-800\/100:disabled{
  color: rgb(31 41 55 / 1);
}

.disabled\:text-gray-800\/15:disabled{
  color: rgb(31 41 55 / 0.15);
}

.disabled\:text-gray-800\/20:disabled{
  color: rgb(31 41 55 / 0.2);
}

.disabled\:text-gray-800\/25:disabled{
  color: rgb(31 41 55 / 0.25);
}

.disabled\:text-gray-800\/30:disabled{
  color: rgb(31 41 55 / 0.3);
}

.disabled\:text-gray-800\/35:disabled{
  color: rgb(31 41 55 / 0.35);
}

.disabled\:text-gray-800\/40:disabled{
  color: rgb(31 41 55 / 0.4);
}

.disabled\:text-gray-800\/45:disabled{
  color: rgb(31 41 55 / 0.45);
}

.disabled\:text-gray-800\/5:disabled{
  color: rgb(31 41 55 / 0.05);
}

.disabled\:text-gray-800\/50:disabled{
  color: rgb(31 41 55 / 0.5);
}

.disabled\:text-gray-800\/55:disabled{
  color: rgb(31 41 55 / 0.55);
}

.disabled\:text-gray-800\/60:disabled{
  color: rgb(31 41 55 / 0.6);
}

.disabled\:text-gray-800\/65:disabled{
  color: rgb(31 41 55 / 0.65);
}

.disabled\:text-gray-800\/70:disabled{
  color: rgb(31 41 55 / 0.7);
}

.disabled\:text-gray-800\/75:disabled{
  color: rgb(31 41 55 / 0.75);
}

.disabled\:text-gray-800\/80:disabled{
  color: rgb(31 41 55 / 0.8);
}

.disabled\:text-gray-800\/85:disabled{
  color: rgb(31 41 55 / 0.85);
}

.disabled\:text-gray-800\/90:disabled{
  color: rgb(31 41 55 / 0.9);
}

.disabled\:text-gray-800\/95:disabled{
  color: rgb(31 41 55 / 0.95);
}

.disabled\:text-gray-900:disabled{
  color: #111827;
}

.disabled\:text-gray-900\/0:disabled{
  color: rgb(17 24 39 / 0);
}

.disabled\:text-gray-900\/10:disabled{
  color: rgb(17 24 39 / 0.1);
}

.disabled\:text-gray-900\/100:disabled{
  color: rgb(17 24 39 / 1);
}

.disabled\:text-gray-900\/15:disabled{
  color: rgb(17 24 39 / 0.15);
}

.disabled\:text-gray-900\/20:disabled{
  color: rgb(17 24 39 / 0.2);
}

.disabled\:text-gray-900\/25:disabled{
  color: rgb(17 24 39 / 0.25);
}

.disabled\:text-gray-900\/30:disabled{
  color: rgb(17 24 39 / 0.3);
}

.disabled\:text-gray-900\/35:disabled{
  color: rgb(17 24 39 / 0.35);
}

.disabled\:text-gray-900\/40:disabled{
  color: rgb(17 24 39 / 0.4);
}

.disabled\:text-gray-900\/45:disabled{
  color: rgb(17 24 39 / 0.45);
}

.disabled\:text-gray-900\/5:disabled{
  color: rgb(17 24 39 / 0.05);
}

.disabled\:text-gray-900\/50:disabled{
  color: rgb(17 24 39 / 0.5);
}

.disabled\:text-gray-900\/55:disabled{
  color: rgb(17 24 39 / 0.55);
}

.disabled\:text-gray-900\/60:disabled{
  color: rgb(17 24 39 / 0.6);
}

.disabled\:text-gray-900\/65:disabled{
  color: rgb(17 24 39 / 0.65);
}

.disabled\:text-gray-900\/70:disabled{
  color: rgb(17 24 39 / 0.7);
}

.disabled\:text-gray-900\/75:disabled{
  color: rgb(17 24 39 / 0.75);
}

.disabled\:text-gray-900\/80:disabled{
  color: rgb(17 24 39 / 0.8);
}

.disabled\:text-gray-900\/85:disabled{
  color: rgb(17 24 39 / 0.85);
}

.disabled\:text-gray-900\/90:disabled{
  color: rgb(17 24 39 / 0.9);
}

.disabled\:text-gray-900\/95:disabled{
  color: rgb(17 24 39 / 0.95);
}

.disabled\:text-primary-100:disabled{
  color: #3965AC;
}

.disabled\:text-primary-100\/0:disabled{
  color: rgb(57 101 172 / 0);
}

.disabled\:text-primary-100\/10:disabled{
  color: rgb(57 101 172 / 0.1);
}

.disabled\:text-primary-100\/100:disabled{
  color: rgb(57 101 172 / 1);
}

.disabled\:text-primary-100\/15:disabled{
  color: rgb(57 101 172 / 0.15);
}

.disabled\:text-primary-100\/20:disabled{
  color: rgb(57 101 172 / 0.2);
}

.disabled\:text-primary-100\/25:disabled{
  color: rgb(57 101 172 / 0.25);
}

.disabled\:text-primary-100\/30:disabled{
  color: rgb(57 101 172 / 0.3);
}

.disabled\:text-primary-100\/35:disabled{
  color: rgb(57 101 172 / 0.35);
}

.disabled\:text-primary-100\/40:disabled{
  color: rgb(57 101 172 / 0.4);
}

.disabled\:text-primary-100\/45:disabled{
  color: rgb(57 101 172 / 0.45);
}

.disabled\:text-primary-100\/5:disabled{
  color: rgb(57 101 172 / 0.05);
}

.disabled\:text-primary-100\/50:disabled{
  color: rgb(57 101 172 / 0.5);
}

.disabled\:text-primary-100\/55:disabled{
  color: rgb(57 101 172 / 0.55);
}

.disabled\:text-primary-100\/60:disabled{
  color: rgb(57 101 172 / 0.6);
}

.disabled\:text-primary-100\/65:disabled{
  color: rgb(57 101 172 / 0.65);
}

.disabled\:text-primary-100\/70:disabled{
  color: rgb(57 101 172 / 0.7);
}

.disabled\:text-primary-100\/75:disabled{
  color: rgb(57 101 172 / 0.75);
}

.disabled\:text-primary-100\/80:disabled{
  color: rgb(57 101 172 / 0.8);
}

.disabled\:text-primary-100\/85:disabled{
  color: rgb(57 101 172 / 0.85);
}

.disabled\:text-primary-100\/90:disabled{
  color: rgb(57 101 172 / 0.9);
}

.disabled\:text-primary-100\/95:disabled{
  color: rgb(57 101 172 / 0.95);
}

.disabled\:text-primary-200:disabled{
  color: #365FA1;
}

.disabled\:text-primary-200\/0:disabled{
  color: rgb(54 95 161 / 0);
}

.disabled\:text-primary-200\/10:disabled{
  color: rgb(54 95 161 / 0.1);
}

.disabled\:text-primary-200\/100:disabled{
  color: rgb(54 95 161 / 1);
}

.disabled\:text-primary-200\/15:disabled{
  color: rgb(54 95 161 / 0.15);
}

.disabled\:text-primary-200\/20:disabled{
  color: rgb(54 95 161 / 0.2);
}

.disabled\:text-primary-200\/25:disabled{
  color: rgb(54 95 161 / 0.25);
}

.disabled\:text-primary-200\/30:disabled{
  color: rgb(54 95 161 / 0.3);
}

.disabled\:text-primary-200\/35:disabled{
  color: rgb(54 95 161 / 0.35);
}

.disabled\:text-primary-200\/40:disabled{
  color: rgb(54 95 161 / 0.4);
}

.disabled\:text-primary-200\/45:disabled{
  color: rgb(54 95 161 / 0.45);
}

.disabled\:text-primary-200\/5:disabled{
  color: rgb(54 95 161 / 0.05);
}

.disabled\:text-primary-200\/50:disabled{
  color: rgb(54 95 161 / 0.5);
}

.disabled\:text-primary-200\/55:disabled{
  color: rgb(54 95 161 / 0.55);
}

.disabled\:text-primary-200\/60:disabled{
  color: rgb(54 95 161 / 0.6);
}

.disabled\:text-primary-200\/65:disabled{
  color: rgb(54 95 161 / 0.65);
}

.disabled\:text-primary-200\/70:disabled{
  color: rgb(54 95 161 / 0.7);
}

.disabled\:text-primary-200\/75:disabled{
  color: rgb(54 95 161 / 0.75);
}

.disabled\:text-primary-200\/80:disabled{
  color: rgb(54 95 161 / 0.8);
}

.disabled\:text-primary-200\/85:disabled{
  color: rgb(54 95 161 / 0.85);
}

.disabled\:text-primary-200\/90:disabled{
  color: rgb(54 95 161 / 0.9);
}

.disabled\:text-primary-200\/95:disabled{
  color: rgb(54 95 161 / 0.95);
}

.disabled\:text-primary-300:disabled{
  color: #325895;
}

.disabled\:text-primary-300\/0:disabled{
  color: rgb(50 88 149 / 0);
}

.disabled\:text-primary-300\/10:disabled{
  color: rgb(50 88 149 / 0.1);
}

.disabled\:text-primary-300\/100:disabled{
  color: rgb(50 88 149 / 1);
}

.disabled\:text-primary-300\/15:disabled{
  color: rgb(50 88 149 / 0.15);
}

.disabled\:text-primary-300\/20:disabled{
  color: rgb(50 88 149 / 0.2);
}

.disabled\:text-primary-300\/25:disabled{
  color: rgb(50 88 149 / 0.25);
}

.disabled\:text-primary-300\/30:disabled{
  color: rgb(50 88 149 / 0.3);
}

.disabled\:text-primary-300\/35:disabled{
  color: rgb(50 88 149 / 0.35);
}

.disabled\:text-primary-300\/40:disabled{
  color: rgb(50 88 149 / 0.4);
}

.disabled\:text-primary-300\/45:disabled{
  color: rgb(50 88 149 / 0.45);
}

.disabled\:text-primary-300\/5:disabled{
  color: rgb(50 88 149 / 0.05);
}

.disabled\:text-primary-300\/50:disabled{
  color: rgb(50 88 149 / 0.5);
}

.disabled\:text-primary-300\/55:disabled{
  color: rgb(50 88 149 / 0.55);
}

.disabled\:text-primary-300\/60:disabled{
  color: rgb(50 88 149 / 0.6);
}

.disabled\:text-primary-300\/65:disabled{
  color: rgb(50 88 149 / 0.65);
}

.disabled\:text-primary-300\/70:disabled{
  color: rgb(50 88 149 / 0.7);
}

.disabled\:text-primary-300\/75:disabled{
  color: rgb(50 88 149 / 0.75);
}

.disabled\:text-primary-300\/80:disabled{
  color: rgb(50 88 149 / 0.8);
}

.disabled\:text-primary-300\/85:disabled{
  color: rgb(50 88 149 / 0.85);
}

.disabled\:text-primary-300\/90:disabled{
  color: rgb(50 88 149 / 0.9);
}

.disabled\:text-primary-300\/95:disabled{
  color: rgb(50 88 149 / 0.95);
}

.disabled\:text-primary-400:disabled{
  color: #305691;
}

.disabled\:text-primary-400\/0:disabled{
  color: rgb(48 86 145 / 0);
}

.disabled\:text-primary-400\/10:disabled{
  color: rgb(48 86 145 / 0.1);
}

.disabled\:text-primary-400\/100:disabled{
  color: rgb(48 86 145 / 1);
}

.disabled\:text-primary-400\/15:disabled{
  color: rgb(48 86 145 / 0.15);
}

.disabled\:text-primary-400\/20:disabled{
  color: rgb(48 86 145 / 0.2);
}

.disabled\:text-primary-400\/25:disabled{
  color: rgb(48 86 145 / 0.25);
}

.disabled\:text-primary-400\/30:disabled{
  color: rgb(48 86 145 / 0.3);
}

.disabled\:text-primary-400\/35:disabled{
  color: rgb(48 86 145 / 0.35);
}

.disabled\:text-primary-400\/40:disabled{
  color: rgb(48 86 145 / 0.4);
}

.disabled\:text-primary-400\/45:disabled{
  color: rgb(48 86 145 / 0.45);
}

.disabled\:text-primary-400\/5:disabled{
  color: rgb(48 86 145 / 0.05);
}

.disabled\:text-primary-400\/50:disabled{
  color: rgb(48 86 145 / 0.5);
}

.disabled\:text-primary-400\/55:disabled{
  color: rgb(48 86 145 / 0.55);
}

.disabled\:text-primary-400\/60:disabled{
  color: rgb(48 86 145 / 0.6);
}

.disabled\:text-primary-400\/65:disabled{
  color: rgb(48 86 145 / 0.65);
}

.disabled\:text-primary-400\/70:disabled{
  color: rgb(48 86 145 / 0.7);
}

.disabled\:text-primary-400\/75:disabled{
  color: rgb(48 86 145 / 0.75);
}

.disabled\:text-primary-400\/80:disabled{
  color: rgb(48 86 145 / 0.8);
}

.disabled\:text-primary-400\/85:disabled{
  color: rgb(48 86 145 / 0.85);
}

.disabled\:text-primary-400\/90:disabled{
  color: rgb(48 86 145 / 0.9);
}

.disabled\:text-primary-400\/95:disabled{
  color: rgb(48 86 145 / 0.95);
}

.disabled\:text-primary-500:disabled{
  color: #2d4b79;
}

.disabled\:text-primary-500\/0:disabled{
  color: rgb(45 75 121 / 0);
}

.disabled\:text-primary-500\/10:disabled{
  color: rgb(45 75 121 / 0.1);
}

.disabled\:text-primary-500\/100:disabled{
  color: rgb(45 75 121 / 1);
}

.disabled\:text-primary-500\/15:disabled{
  color: rgb(45 75 121 / 0.15);
}

.disabled\:text-primary-500\/20:disabled{
  color: rgb(45 75 121 / 0.2);
}

.disabled\:text-primary-500\/25:disabled{
  color: rgb(45 75 121 / 0.25);
}

.disabled\:text-primary-500\/30:disabled{
  color: rgb(45 75 121 / 0.3);
}

.disabled\:text-primary-500\/35:disabled{
  color: rgb(45 75 121 / 0.35);
}

.disabled\:text-primary-500\/40:disabled{
  color: rgb(45 75 121 / 0.4);
}

.disabled\:text-primary-500\/45:disabled{
  color: rgb(45 75 121 / 0.45);
}

.disabled\:text-primary-500\/5:disabled{
  color: rgb(45 75 121 / 0.05);
}

.disabled\:text-primary-500\/50:disabled{
  color: rgb(45 75 121 / 0.5);
}

.disabled\:text-primary-500\/55:disabled{
  color: rgb(45 75 121 / 0.55);
}

.disabled\:text-primary-500\/60:disabled{
  color: rgb(45 75 121 / 0.6);
}

.disabled\:text-primary-500\/65:disabled{
  color: rgb(45 75 121 / 0.65);
}

.disabled\:text-primary-500\/70:disabled{
  color: rgb(45 75 121 / 0.7);
}

.disabled\:text-primary-500\/75:disabled{
  color: rgb(45 75 121 / 0.75);
}

.disabled\:text-primary-500\/80:disabled{
  color: rgb(45 75 121 / 0.8);
}

.disabled\:text-primary-500\/85:disabled{
  color: rgb(45 75 121 / 0.85);
}

.disabled\:text-primary-500\/90:disabled{
  color: rgb(45 75 121 / 0.9);
}

.disabled\:text-primary-500\/95:disabled{
  color: rgb(45 75 121 / 0.95);
}

.disabled\:text-primary-600:disabled{
  color: #264473;
}

.disabled\:text-primary-600\/0:disabled{
  color: rgb(38 68 115 / 0);
}

.disabled\:text-primary-600\/10:disabled{
  color: rgb(38 68 115 / 0.1);
}

.disabled\:text-primary-600\/100:disabled{
  color: rgb(38 68 115 / 1);
}

.disabled\:text-primary-600\/15:disabled{
  color: rgb(38 68 115 / 0.15);
}

.disabled\:text-primary-600\/20:disabled{
  color: rgb(38 68 115 / 0.2);
}

.disabled\:text-primary-600\/25:disabled{
  color: rgb(38 68 115 / 0.25);
}

.disabled\:text-primary-600\/30:disabled{
  color: rgb(38 68 115 / 0.3);
}

.disabled\:text-primary-600\/35:disabled{
  color: rgb(38 68 115 / 0.35);
}

.disabled\:text-primary-600\/40:disabled{
  color: rgb(38 68 115 / 0.4);
}

.disabled\:text-primary-600\/45:disabled{
  color: rgb(38 68 115 / 0.45);
}

.disabled\:text-primary-600\/5:disabled{
  color: rgb(38 68 115 / 0.05);
}

.disabled\:text-primary-600\/50:disabled{
  color: rgb(38 68 115 / 0.5);
}

.disabled\:text-primary-600\/55:disabled{
  color: rgb(38 68 115 / 0.55);
}

.disabled\:text-primary-600\/60:disabled{
  color: rgb(38 68 115 / 0.6);
}

.disabled\:text-primary-600\/65:disabled{
  color: rgb(38 68 115 / 0.65);
}

.disabled\:text-primary-600\/70:disabled{
  color: rgb(38 68 115 / 0.7);
}

.disabled\:text-primary-600\/75:disabled{
  color: rgb(38 68 115 / 0.75);
}

.disabled\:text-primary-600\/80:disabled{
  color: rgb(38 68 115 / 0.8);
}

.disabled\:text-primary-600\/85:disabled{
  color: rgb(38 68 115 / 0.85);
}

.disabled\:text-primary-600\/90:disabled{
  color: rgb(38 68 115 / 0.9);
}

.disabled\:text-primary-600\/95:disabled{
  color: rgb(38 68 115 / 0.95);
}

.disabled\:text-primary-700:disabled{
  color: #233e68;
}

.disabled\:text-primary-700\/0:disabled{
  color: rgb(35 62 104 / 0);
}

.disabled\:text-primary-700\/10:disabled{
  color: rgb(35 62 104 / 0.1);
}

.disabled\:text-primary-700\/100:disabled{
  color: rgb(35 62 104 / 1);
}

.disabled\:text-primary-700\/15:disabled{
  color: rgb(35 62 104 / 0.15);
}

.disabled\:text-primary-700\/20:disabled{
  color: rgb(35 62 104 / 0.2);
}

.disabled\:text-primary-700\/25:disabled{
  color: rgb(35 62 104 / 0.25);
}

.disabled\:text-primary-700\/30:disabled{
  color: rgb(35 62 104 / 0.3);
}

.disabled\:text-primary-700\/35:disabled{
  color: rgb(35 62 104 / 0.35);
}

.disabled\:text-primary-700\/40:disabled{
  color: rgb(35 62 104 / 0.4);
}

.disabled\:text-primary-700\/45:disabled{
  color: rgb(35 62 104 / 0.45);
}

.disabled\:text-primary-700\/5:disabled{
  color: rgb(35 62 104 / 0.05);
}

.disabled\:text-primary-700\/50:disabled{
  color: rgb(35 62 104 / 0.5);
}

.disabled\:text-primary-700\/55:disabled{
  color: rgb(35 62 104 / 0.55);
}

.disabled\:text-primary-700\/60:disabled{
  color: rgb(35 62 104 / 0.6);
}

.disabled\:text-primary-700\/65:disabled{
  color: rgb(35 62 104 / 0.65);
}

.disabled\:text-primary-700\/70:disabled{
  color: rgb(35 62 104 / 0.7);
}

.disabled\:text-primary-700\/75:disabled{
  color: rgb(35 62 104 / 0.75);
}

.disabled\:text-primary-700\/80:disabled{
  color: rgb(35 62 104 / 0.8);
}

.disabled\:text-primary-700\/85:disabled{
  color: rgb(35 62 104 / 0.85);
}

.disabled\:text-primary-700\/90:disabled{
  color: rgb(35 62 104 / 0.9);
}

.disabled\:text-primary-700\/95:disabled{
  color: rgb(35 62 104 / 0.95);
}

.disabled\:text-primary-800:disabled{
  color: #1f375c;
}

.disabled\:text-primary-800\/0:disabled{
  color: rgb(31 55 92 / 0);
}

.disabled\:text-primary-800\/10:disabled{
  color: rgb(31 55 92 / 0.1);
}

.disabled\:text-primary-800\/100:disabled{
  color: rgb(31 55 92 / 1);
}

.disabled\:text-primary-800\/15:disabled{
  color: rgb(31 55 92 / 0.15);
}

.disabled\:text-primary-800\/20:disabled{
  color: rgb(31 55 92 / 0.2);
}

.disabled\:text-primary-800\/25:disabled{
  color: rgb(31 55 92 / 0.25);
}

.disabled\:text-primary-800\/30:disabled{
  color: rgb(31 55 92 / 0.3);
}

.disabled\:text-primary-800\/35:disabled{
  color: rgb(31 55 92 / 0.35);
}

.disabled\:text-primary-800\/40:disabled{
  color: rgb(31 55 92 / 0.4);
}

.disabled\:text-primary-800\/45:disabled{
  color: rgb(31 55 92 / 0.45);
}

.disabled\:text-primary-800\/5:disabled{
  color: rgb(31 55 92 / 0.05);
}

.disabled\:text-primary-800\/50:disabled{
  color: rgb(31 55 92 / 0.5);
}

.disabled\:text-primary-800\/55:disabled{
  color: rgb(31 55 92 / 0.55);
}

.disabled\:text-primary-800\/60:disabled{
  color: rgb(31 55 92 / 0.6);
}

.disabled\:text-primary-800\/65:disabled{
  color: rgb(31 55 92 / 0.65);
}

.disabled\:text-primary-800\/70:disabled{
  color: rgb(31 55 92 / 0.7);
}

.disabled\:text-primary-800\/75:disabled{
  color: rgb(31 55 92 / 0.75);
}

.disabled\:text-primary-800\/80:disabled{
  color: rgb(31 55 92 / 0.8);
}

.disabled\:text-primary-800\/85:disabled{
  color: rgb(31 55 92 / 0.85);
}

.disabled\:text-primary-800\/90:disabled{
  color: rgb(31 55 92 / 0.9);
}

.disabled\:text-primary-800\/95:disabled{
  color: rgb(31 55 92 / 0.95);
}

.disabled\:text-primary-900:disabled{
  color: #1b3051;
}

.disabled\:text-primary-900\/0:disabled{
  color: rgb(27 48 81 / 0);
}

.disabled\:text-primary-900\/10:disabled{
  color: rgb(27 48 81 / 0.1);
}

.disabled\:text-primary-900\/100:disabled{
  color: rgb(27 48 81 / 1);
}

.disabled\:text-primary-900\/15:disabled{
  color: rgb(27 48 81 / 0.15);
}

.disabled\:text-primary-900\/20:disabled{
  color: rgb(27 48 81 / 0.2);
}

.disabled\:text-primary-900\/25:disabled{
  color: rgb(27 48 81 / 0.25);
}

.disabled\:text-primary-900\/30:disabled{
  color: rgb(27 48 81 / 0.3);
}

.disabled\:text-primary-900\/35:disabled{
  color: rgb(27 48 81 / 0.35);
}

.disabled\:text-primary-900\/40:disabled{
  color: rgb(27 48 81 / 0.4);
}

.disabled\:text-primary-900\/45:disabled{
  color: rgb(27 48 81 / 0.45);
}

.disabled\:text-primary-900\/5:disabled{
  color: rgb(27 48 81 / 0.05);
}

.disabled\:text-primary-900\/50:disabled{
  color: rgb(27 48 81 / 0.5);
}

.disabled\:text-primary-900\/55:disabled{
  color: rgb(27 48 81 / 0.55);
}

.disabled\:text-primary-900\/60:disabled{
  color: rgb(27 48 81 / 0.6);
}

.disabled\:text-primary-900\/65:disabled{
  color: rgb(27 48 81 / 0.65);
}

.disabled\:text-primary-900\/70:disabled{
  color: rgb(27 48 81 / 0.7);
}

.disabled\:text-primary-900\/75:disabled{
  color: rgb(27 48 81 / 0.75);
}

.disabled\:text-primary-900\/80:disabled{
  color: rgb(27 48 81 / 0.8);
}

.disabled\:text-primary-900\/85:disabled{
  color: rgb(27 48 81 / 0.85);
}

.disabled\:text-primary-900\/90:disabled{
  color: rgb(27 48 81 / 0.9);
}

.disabled\:text-primary-900\/95:disabled{
  color: rgb(27 48 81 / 0.95);
}

.disabled\:text-secondary-100:disabled{
  color: #DAE5E7;
}

.disabled\:text-secondary-100\/0:disabled{
  color: rgb(218 229 231 / 0);
}

.disabled\:text-secondary-100\/10:disabled{
  color: rgb(218 229 231 / 0.1);
}

.disabled\:text-secondary-100\/100:disabled{
  color: rgb(218 229 231 / 1);
}

.disabled\:text-secondary-100\/15:disabled{
  color: rgb(218 229 231 / 0.15);
}

.disabled\:text-secondary-100\/20:disabled{
  color: rgb(218 229 231 / 0.2);
}

.disabled\:text-secondary-100\/25:disabled{
  color: rgb(218 229 231 / 0.25);
}

.disabled\:text-secondary-100\/30:disabled{
  color: rgb(218 229 231 / 0.3);
}

.disabled\:text-secondary-100\/35:disabled{
  color: rgb(218 229 231 / 0.35);
}

.disabled\:text-secondary-100\/40:disabled{
  color: rgb(218 229 231 / 0.4);
}

.disabled\:text-secondary-100\/45:disabled{
  color: rgb(218 229 231 / 0.45);
}

.disabled\:text-secondary-100\/5:disabled{
  color: rgb(218 229 231 / 0.05);
}

.disabled\:text-secondary-100\/50:disabled{
  color: rgb(218 229 231 / 0.5);
}

.disabled\:text-secondary-100\/55:disabled{
  color: rgb(218 229 231 / 0.55);
}

.disabled\:text-secondary-100\/60:disabled{
  color: rgb(218 229 231 / 0.6);
}

.disabled\:text-secondary-100\/65:disabled{
  color: rgb(218 229 231 / 0.65);
}

.disabled\:text-secondary-100\/70:disabled{
  color: rgb(218 229 231 / 0.7);
}

.disabled\:text-secondary-100\/75:disabled{
  color: rgb(218 229 231 / 0.75);
}

.disabled\:text-secondary-100\/80:disabled{
  color: rgb(218 229 231 / 0.8);
}

.disabled\:text-secondary-100\/85:disabled{
  color: rgb(218 229 231 / 0.85);
}

.disabled\:text-secondary-100\/90:disabled{
  color: rgb(218 229 231 / 0.9);
}

.disabled\:text-secondary-100\/95:disabled{
  color: rgb(218 229 231 / 0.95);
}

.disabled\:text-secondary-200:disabled{
  color: #C4D6D9;
}

.disabled\:text-secondary-200\/0:disabled{
  color: rgb(196 214 217 / 0);
}

.disabled\:text-secondary-200\/10:disabled{
  color: rgb(196 214 217 / 0.1);
}

.disabled\:text-secondary-200\/100:disabled{
  color: rgb(196 214 217 / 1);
}

.disabled\:text-secondary-200\/15:disabled{
  color: rgb(196 214 217 / 0.15);
}

.disabled\:text-secondary-200\/20:disabled{
  color: rgb(196 214 217 / 0.2);
}

.disabled\:text-secondary-200\/25:disabled{
  color: rgb(196 214 217 / 0.25);
}

.disabled\:text-secondary-200\/30:disabled{
  color: rgb(196 214 217 / 0.3);
}

.disabled\:text-secondary-200\/35:disabled{
  color: rgb(196 214 217 / 0.35);
}

.disabled\:text-secondary-200\/40:disabled{
  color: rgb(196 214 217 / 0.4);
}

.disabled\:text-secondary-200\/45:disabled{
  color: rgb(196 214 217 / 0.45);
}

.disabled\:text-secondary-200\/5:disabled{
  color: rgb(196 214 217 / 0.05);
}

.disabled\:text-secondary-200\/50:disabled{
  color: rgb(196 214 217 / 0.5);
}

.disabled\:text-secondary-200\/55:disabled{
  color: rgb(196 214 217 / 0.55);
}

.disabled\:text-secondary-200\/60:disabled{
  color: rgb(196 214 217 / 0.6);
}

.disabled\:text-secondary-200\/65:disabled{
  color: rgb(196 214 217 / 0.65);
}

.disabled\:text-secondary-200\/70:disabled{
  color: rgb(196 214 217 / 0.7);
}

.disabled\:text-secondary-200\/75:disabled{
  color: rgb(196 214 217 / 0.75);
}

.disabled\:text-secondary-200\/80:disabled{
  color: rgb(196 214 217 / 0.8);
}

.disabled\:text-secondary-200\/85:disabled{
  color: rgb(196 214 217 / 0.85);
}

.disabled\:text-secondary-200\/90:disabled{
  color: rgb(196 214 217 / 0.9);
}

.disabled\:text-secondary-200\/95:disabled{
  color: rgb(196 214 217 / 0.95);
}

.disabled\:text-secondary-300:disabled{
  color: #AEC7CC;
}

.disabled\:text-secondary-300\/0:disabled{
  color: rgb(174 199 204 / 0);
}

.disabled\:text-secondary-300\/10:disabled{
  color: rgb(174 199 204 / 0.1);
}

.disabled\:text-secondary-300\/100:disabled{
  color: rgb(174 199 204 / 1);
}

.disabled\:text-secondary-300\/15:disabled{
  color: rgb(174 199 204 / 0.15);
}

.disabled\:text-secondary-300\/20:disabled{
  color: rgb(174 199 204 / 0.2);
}

.disabled\:text-secondary-300\/25:disabled{
  color: rgb(174 199 204 / 0.25);
}

.disabled\:text-secondary-300\/30:disabled{
  color: rgb(174 199 204 / 0.3);
}

.disabled\:text-secondary-300\/35:disabled{
  color: rgb(174 199 204 / 0.35);
}

.disabled\:text-secondary-300\/40:disabled{
  color: rgb(174 199 204 / 0.4);
}

.disabled\:text-secondary-300\/45:disabled{
  color: rgb(174 199 204 / 0.45);
}

.disabled\:text-secondary-300\/5:disabled{
  color: rgb(174 199 204 / 0.05);
}

.disabled\:text-secondary-300\/50:disabled{
  color: rgb(174 199 204 / 0.5);
}

.disabled\:text-secondary-300\/55:disabled{
  color: rgb(174 199 204 / 0.55);
}

.disabled\:text-secondary-300\/60:disabled{
  color: rgb(174 199 204 / 0.6);
}

.disabled\:text-secondary-300\/65:disabled{
  color: rgb(174 199 204 / 0.65);
}

.disabled\:text-secondary-300\/70:disabled{
  color: rgb(174 199 204 / 0.7);
}

.disabled\:text-secondary-300\/75:disabled{
  color: rgb(174 199 204 / 0.75);
}

.disabled\:text-secondary-300\/80:disabled{
  color: rgb(174 199 204 / 0.8);
}

.disabled\:text-secondary-300\/85:disabled{
  color: rgb(174 199 204 / 0.85);
}

.disabled\:text-secondary-300\/90:disabled{
  color: rgb(174 199 204 / 0.9);
}

.disabled\:text-secondary-300\/95:disabled{
  color: rgb(174 199 204 / 0.95);
}

.disabled\:text-secondary-400:disabled{
  color: #98B8BE;
}

.disabled\:text-secondary-400\/0:disabled{
  color: rgb(152 184 190 / 0);
}

.disabled\:text-secondary-400\/10:disabled{
  color: rgb(152 184 190 / 0.1);
}

.disabled\:text-secondary-400\/100:disabled{
  color: rgb(152 184 190 / 1);
}

.disabled\:text-secondary-400\/15:disabled{
  color: rgb(152 184 190 / 0.15);
}

.disabled\:text-secondary-400\/20:disabled{
  color: rgb(152 184 190 / 0.2);
}

.disabled\:text-secondary-400\/25:disabled{
  color: rgb(152 184 190 / 0.25);
}

.disabled\:text-secondary-400\/30:disabled{
  color: rgb(152 184 190 / 0.3);
}

.disabled\:text-secondary-400\/35:disabled{
  color: rgb(152 184 190 / 0.35);
}

.disabled\:text-secondary-400\/40:disabled{
  color: rgb(152 184 190 / 0.4);
}

.disabled\:text-secondary-400\/45:disabled{
  color: rgb(152 184 190 / 0.45);
}

.disabled\:text-secondary-400\/5:disabled{
  color: rgb(152 184 190 / 0.05);
}

.disabled\:text-secondary-400\/50:disabled{
  color: rgb(152 184 190 / 0.5);
}

.disabled\:text-secondary-400\/55:disabled{
  color: rgb(152 184 190 / 0.55);
}

.disabled\:text-secondary-400\/60:disabled{
  color: rgb(152 184 190 / 0.6);
}

.disabled\:text-secondary-400\/65:disabled{
  color: rgb(152 184 190 / 0.65);
}

.disabled\:text-secondary-400\/70:disabled{
  color: rgb(152 184 190 / 0.7);
}

.disabled\:text-secondary-400\/75:disabled{
  color: rgb(152 184 190 / 0.75);
}

.disabled\:text-secondary-400\/80:disabled{
  color: rgb(152 184 190 / 0.8);
}

.disabled\:text-secondary-400\/85:disabled{
  color: rgb(152 184 190 / 0.85);
}

.disabled\:text-secondary-400\/90:disabled{
  color: rgb(152 184 190 / 0.9);
}

.disabled\:text-secondary-400\/95:disabled{
  color: rgb(152 184 190 / 0.95);
}

.disabled\:text-secondary-500:disabled{
  color: #82A9B0;
}

.disabled\:text-secondary-500\/0:disabled{
  color: rgb(130 169 176 / 0);
}

.disabled\:text-secondary-500\/10:disabled{
  color: rgb(130 169 176 / 0.1);
}

.disabled\:text-secondary-500\/100:disabled{
  color: rgb(130 169 176 / 1);
}

.disabled\:text-secondary-500\/15:disabled{
  color: rgb(130 169 176 / 0.15);
}

.disabled\:text-secondary-500\/20:disabled{
  color: rgb(130 169 176 / 0.2);
}

.disabled\:text-secondary-500\/25:disabled{
  color: rgb(130 169 176 / 0.25);
}

.disabled\:text-secondary-500\/30:disabled{
  color: rgb(130 169 176 / 0.3);
}

.disabled\:text-secondary-500\/35:disabled{
  color: rgb(130 169 176 / 0.35);
}

.disabled\:text-secondary-500\/40:disabled{
  color: rgb(130 169 176 / 0.4);
}

.disabled\:text-secondary-500\/45:disabled{
  color: rgb(130 169 176 / 0.45);
}

.disabled\:text-secondary-500\/5:disabled{
  color: rgb(130 169 176 / 0.05);
}

.disabled\:text-secondary-500\/50:disabled{
  color: rgb(130 169 176 / 0.5);
}

.disabled\:text-secondary-500\/55:disabled{
  color: rgb(130 169 176 / 0.55);
}

.disabled\:text-secondary-500\/60:disabled{
  color: rgb(130 169 176 / 0.6);
}

.disabled\:text-secondary-500\/65:disabled{
  color: rgb(130 169 176 / 0.65);
}

.disabled\:text-secondary-500\/70:disabled{
  color: rgb(130 169 176 / 0.7);
}

.disabled\:text-secondary-500\/75:disabled{
  color: rgb(130 169 176 / 0.75);
}

.disabled\:text-secondary-500\/80:disabled{
  color: rgb(130 169 176 / 0.8);
}

.disabled\:text-secondary-500\/85:disabled{
  color: rgb(130 169 176 / 0.85);
}

.disabled\:text-secondary-500\/90:disabled{
  color: rgb(130 169 176 / 0.9);
}

.disabled\:text-secondary-500\/95:disabled{
  color: rgb(130 169 176 / 0.95);
}

.disabled\:text-secondary-600:disabled{
  color: #66969E;
}

.disabled\:text-secondary-600\/0:disabled{
  color: rgb(102 150 158 / 0);
}

.disabled\:text-secondary-600\/10:disabled{
  color: rgb(102 150 158 / 0.1);
}

.disabled\:text-secondary-600\/100:disabled{
  color: rgb(102 150 158 / 1);
}

.disabled\:text-secondary-600\/15:disabled{
  color: rgb(102 150 158 / 0.15);
}

.disabled\:text-secondary-600\/20:disabled{
  color: rgb(102 150 158 / 0.2);
}

.disabled\:text-secondary-600\/25:disabled{
  color: rgb(102 150 158 / 0.25);
}

.disabled\:text-secondary-600\/30:disabled{
  color: rgb(102 150 158 / 0.3);
}

.disabled\:text-secondary-600\/35:disabled{
  color: rgb(102 150 158 / 0.35);
}

.disabled\:text-secondary-600\/40:disabled{
  color: rgb(102 150 158 / 0.4);
}

.disabled\:text-secondary-600\/45:disabled{
  color: rgb(102 150 158 / 0.45);
}

.disabled\:text-secondary-600\/5:disabled{
  color: rgb(102 150 158 / 0.05);
}

.disabled\:text-secondary-600\/50:disabled{
  color: rgb(102 150 158 / 0.5);
}

.disabled\:text-secondary-600\/55:disabled{
  color: rgb(102 150 158 / 0.55);
}

.disabled\:text-secondary-600\/60:disabled{
  color: rgb(102 150 158 / 0.6);
}

.disabled\:text-secondary-600\/65:disabled{
  color: rgb(102 150 158 / 0.65);
}

.disabled\:text-secondary-600\/70:disabled{
  color: rgb(102 150 158 / 0.7);
}

.disabled\:text-secondary-600\/75:disabled{
  color: rgb(102 150 158 / 0.75);
}

.disabled\:text-secondary-600\/80:disabled{
  color: rgb(102 150 158 / 0.8);
}

.disabled\:text-secondary-600\/85:disabled{
  color: rgb(102 150 158 / 0.85);
}

.disabled\:text-secondary-600\/90:disabled{
  color: rgb(102 150 158 / 0.9);
}

.disabled\:text-secondary-600\/95:disabled{
  color: rgb(102 150 158 / 0.95);
}

.disabled\:text-secondary-700:disabled{
  color: #537C83;
}

.disabled\:text-secondary-700\/0:disabled{
  color: rgb(83 124 131 / 0);
}

.disabled\:text-secondary-700\/10:disabled{
  color: rgb(83 124 131 / 0.1);
}

.disabled\:text-secondary-700\/100:disabled{
  color: rgb(83 124 131 / 1);
}

.disabled\:text-secondary-700\/15:disabled{
  color: rgb(83 124 131 / 0.15);
}

.disabled\:text-secondary-700\/20:disabled{
  color: rgb(83 124 131 / 0.2);
}

.disabled\:text-secondary-700\/25:disabled{
  color: rgb(83 124 131 / 0.25);
}

.disabled\:text-secondary-700\/30:disabled{
  color: rgb(83 124 131 / 0.3);
}

.disabled\:text-secondary-700\/35:disabled{
  color: rgb(83 124 131 / 0.35);
}

.disabled\:text-secondary-700\/40:disabled{
  color: rgb(83 124 131 / 0.4);
}

.disabled\:text-secondary-700\/45:disabled{
  color: rgb(83 124 131 / 0.45);
}

.disabled\:text-secondary-700\/5:disabled{
  color: rgb(83 124 131 / 0.05);
}

.disabled\:text-secondary-700\/50:disabled{
  color: rgb(83 124 131 / 0.5);
}

.disabled\:text-secondary-700\/55:disabled{
  color: rgb(83 124 131 / 0.55);
}

.disabled\:text-secondary-700\/60:disabled{
  color: rgb(83 124 131 / 0.6);
}

.disabled\:text-secondary-700\/65:disabled{
  color: rgb(83 124 131 / 0.65);
}

.disabled\:text-secondary-700\/70:disabled{
  color: rgb(83 124 131 / 0.7);
}

.disabled\:text-secondary-700\/75:disabled{
  color: rgb(83 124 131 / 0.75);
}

.disabled\:text-secondary-700\/80:disabled{
  color: rgb(83 124 131 / 0.8);
}

.disabled\:text-secondary-700\/85:disabled{
  color: rgb(83 124 131 / 0.85);
}

.disabled\:text-secondary-700\/90:disabled{
  color: rgb(83 124 131 / 0.9);
}

.disabled\:text-secondary-700\/95:disabled{
  color: rgb(83 124 131 / 0.95);
}

.disabled\:text-secondary-800:disabled{
  color: #416167;
}

.disabled\:text-secondary-800\/0:disabled{
  color: rgb(65 97 103 / 0);
}

.disabled\:text-secondary-800\/10:disabled{
  color: rgb(65 97 103 / 0.1);
}

.disabled\:text-secondary-800\/100:disabled{
  color: rgb(65 97 103 / 1);
}

.disabled\:text-secondary-800\/15:disabled{
  color: rgb(65 97 103 / 0.15);
}

.disabled\:text-secondary-800\/20:disabled{
  color: rgb(65 97 103 / 0.2);
}

.disabled\:text-secondary-800\/25:disabled{
  color: rgb(65 97 103 / 0.25);
}

.disabled\:text-secondary-800\/30:disabled{
  color: rgb(65 97 103 / 0.3);
}

.disabled\:text-secondary-800\/35:disabled{
  color: rgb(65 97 103 / 0.35);
}

.disabled\:text-secondary-800\/40:disabled{
  color: rgb(65 97 103 / 0.4);
}

.disabled\:text-secondary-800\/45:disabled{
  color: rgb(65 97 103 / 0.45);
}

.disabled\:text-secondary-800\/5:disabled{
  color: rgb(65 97 103 / 0.05);
}

.disabled\:text-secondary-800\/50:disabled{
  color: rgb(65 97 103 / 0.5);
}

.disabled\:text-secondary-800\/55:disabled{
  color: rgb(65 97 103 / 0.55);
}

.disabled\:text-secondary-800\/60:disabled{
  color: rgb(65 97 103 / 0.6);
}

.disabled\:text-secondary-800\/65:disabled{
  color: rgb(65 97 103 / 0.65);
}

.disabled\:text-secondary-800\/70:disabled{
  color: rgb(65 97 103 / 0.7);
}

.disabled\:text-secondary-800\/75:disabled{
  color: rgb(65 97 103 / 0.75);
}

.disabled\:text-secondary-800\/80:disabled{
  color: rgb(65 97 103 / 0.8);
}

.disabled\:text-secondary-800\/85:disabled{
  color: rgb(65 97 103 / 0.85);
}

.disabled\:text-secondary-800\/90:disabled{
  color: rgb(65 97 103 / 0.9);
}

.disabled\:text-secondary-800\/95:disabled{
  color: rgb(65 97 103 / 0.95);
}

.disabled\:text-secondary-900:disabled{
  color: #2F474B;
}

.disabled\:text-secondary-900\/0:disabled{
  color: rgb(47 71 75 / 0);
}

.disabled\:text-secondary-900\/10:disabled{
  color: rgb(47 71 75 / 0.1);
}

.disabled\:text-secondary-900\/100:disabled{
  color: rgb(47 71 75 / 1);
}

.disabled\:text-secondary-900\/15:disabled{
  color: rgb(47 71 75 / 0.15);
}

.disabled\:text-secondary-900\/20:disabled{
  color: rgb(47 71 75 / 0.2);
}

.disabled\:text-secondary-900\/25:disabled{
  color: rgb(47 71 75 / 0.25);
}

.disabled\:text-secondary-900\/30:disabled{
  color: rgb(47 71 75 / 0.3);
}

.disabled\:text-secondary-900\/35:disabled{
  color: rgb(47 71 75 / 0.35);
}

.disabled\:text-secondary-900\/40:disabled{
  color: rgb(47 71 75 / 0.4);
}

.disabled\:text-secondary-900\/45:disabled{
  color: rgb(47 71 75 / 0.45);
}

.disabled\:text-secondary-900\/5:disabled{
  color: rgb(47 71 75 / 0.05);
}

.disabled\:text-secondary-900\/50:disabled{
  color: rgb(47 71 75 / 0.5);
}

.disabled\:text-secondary-900\/55:disabled{
  color: rgb(47 71 75 / 0.55);
}

.disabled\:text-secondary-900\/60:disabled{
  color: rgb(47 71 75 / 0.6);
}

.disabled\:text-secondary-900\/65:disabled{
  color: rgb(47 71 75 / 0.65);
}

.disabled\:text-secondary-900\/70:disabled{
  color: rgb(47 71 75 / 0.7);
}

.disabled\:text-secondary-900\/75:disabled{
  color: rgb(47 71 75 / 0.75);
}

.disabled\:text-secondary-900\/80:disabled{
  color: rgb(47 71 75 / 0.8);
}

.disabled\:text-secondary-900\/85:disabled{
  color: rgb(47 71 75 / 0.85);
}

.disabled\:text-secondary-900\/90:disabled{
  color: rgb(47 71 75 / 0.9);
}

.disabled\:text-secondary-900\/95:disabled{
  color: rgb(47 71 75 / 0.95);
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:bg-amber-200{
  background-color: #fde68a;
}

.group:hover .group-hover\:bg-blue-200{
  background-color: #bfdbfe;
}

.group:hover .group-hover\:bg-cyan-200{
  background-color: #a5f3fc;
}

.group:hover .group-hover\:bg-green-200{
  background-color: #bbf7d0;
}

.group:hover .group-hover\:bg-indigo-200{
  background-color: #c7d2fe;
}

.group:hover .group-hover\:bg-purple-200{
  background-color: #e9d5ff;
}

.group:hover .group-hover\:bg-rose-200{
  background-color: #fecdd3;
}

.group:hover .group-hover\:text-blue-700{
  color: #1d4ed8;
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:checked ~ .peer-checked\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }

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

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

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

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:text-sm\/6{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

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

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

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

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

  .md\:mr-6{
    margin-right: 1.5rem;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-8{
    height: 2rem;
  }

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

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-\[350px\]{
    width: 350px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:flex-none{
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-0{
    border-width: 0px;
  }

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

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-gray-100{
    border-color: #f3f4f6;
  }

  .md\:border-gray-200{
    border-color: #e5e7eb;
  }

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

  .md\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

  .md\:pt-2{
    padding-top: 0.5rem;
  }

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

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-\[12px\]{
    font-size: 12px;
  }

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

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

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:w-\[445px\]{
    width: 445px;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

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

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

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

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-\[14px\]{
    font-size: 14px;
  }

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

@media (min-width: 1280px){
  .xl\:-top-6{
    top: -1.5rem;
  }

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

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1536px){
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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