*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --background: 0 0% 100%;
    --foreground: 0 0% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 3.9%;
    --primary: 0 0% 9%;
    --primary-foreground: 0 0% 98%;
    --secondary: 0 0% 96.1%;
    --secondary-foreground: 0 0% 9%;
    --muted: 0 0% 96.1%;
    --muted-foreground: 0 0% 45.1%;
    --accent: 0 0% 96.1%;
    --accent-foreground: 0 0% 9%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 89.8%;
    --input: 0 0% 89.8%;
    --ring: 0 0% 3.9%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
  }
.dark {
    --background: 0 0% 3.9%;
    --foreground: 0 0% 98%;
    --card: 0 0% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary: 0 0% 98%;
    --primary-foreground: 0 0% 9%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --ring: 0 0% 83.1%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
  }
* {
  border-color: hsl(var(--border));
}
body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
[aria-label="spinner"] {
    border: none;
  }
.container {
  width: 100%;
}
@media (min-width: 648px) {
  .container {
    max-width: 648px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1900px;
  }
}
.collapse {
  visibility: collapse;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-2 {
  margin: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-17 {
  height: 4.25rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[48px\] {
  height: 48px;
}
.h-full {
  height: 100%;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.min-h-5 {
  min-height: 7rem;
}
.min-h-\[1400px\] {
  min-height: 1400px;
}
.min-h-\[calc\(100vh-178px\)\] {
  min-height: calc(100vh - 178px);
}
.min-h-full {
  min-height: 100%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-28 {
  width: 7rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-75 {
  width: 18.75rem;
}
.w-96 {
  width: 24rem;
}
.w-\[calc\(50\%-20px\)\] {
  width: calc(50% - 20px);
}
.w-full {
  width: 100%;
}
.min-w-5 {
  min-width: 1.25rem;
}
.max-w-\[1480px\] {
  max-width: 1480px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.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 fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fade {
  animation: fade 0.4s ease forwards;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-end {
  place-content: end;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}
.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}
.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}
.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15);
}
.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}
.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}
.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}
.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}
.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}
.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}
.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}
.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}
.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}
.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}
.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85);
}
.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.border-blue-allianzBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 129 / var(--tw-border-opacity, 1));
}
.border-blue-allianzBlue\/0 {
  border-color: rgb(0 55 129 / 0);
}
.border-blue-allianzBlue\/10 {
  border-color: rgb(0 55 129 / 0.1);
}
.border-blue-allianzBlue\/100 {
  border-color: rgb(0 55 129 / 1);
}
.border-blue-allianzBlue\/15 {
  border-color: rgb(0 55 129 / 0.15);
}
.border-blue-allianzBlue\/20 {
  border-color: rgb(0 55 129 / 0.2);
}
.border-blue-allianzBlue\/25 {
  border-color: rgb(0 55 129 / 0.25);
}
.border-blue-allianzBlue\/30 {
  border-color: rgb(0 55 129 / 0.3);
}
.border-blue-allianzBlue\/35 {
  border-color: rgb(0 55 129 / 0.35);
}
.border-blue-allianzBlue\/40 {
  border-color: rgb(0 55 129 / 0.4);
}
.border-blue-allianzBlue\/45 {
  border-color: rgb(0 55 129 / 0.45);
}
.border-blue-allianzBlue\/5 {
  border-color: rgb(0 55 129 / 0.05);
}
.border-blue-allianzBlue\/50 {
  border-color: rgb(0 55 129 / 0.5);
}
.border-blue-allianzBlue\/55 {
  border-color: rgb(0 55 129 / 0.55);
}
.border-blue-allianzBlue\/60 {
  border-color: rgb(0 55 129 / 0.6);
}
.border-blue-allianzBlue\/65 {
  border-color: rgb(0 55 129 / 0.65);
}
.border-blue-allianzBlue\/70 {
  border-color: rgb(0 55 129 / 0.7);
}
.border-blue-allianzBlue\/75 {
  border-color: rgb(0 55 129 / 0.75);
}
.border-blue-allianzBlue\/80 {
  border-color: rgb(0 55 129 / 0.8);
}
.border-blue-allianzBlue\/85 {
  border-color: rgb(0 55 129 / 0.85);
}
.border-blue-allianzBlue\/90 {
  border-color: rgb(0 55 129 / 0.9);
}
.border-blue-allianzBlue\/95 {
  border-color: rgb(0 55 129 / 0.95);
}
.border-blue-darkAllianzBlue {
  --tw-border-opacity: 1;
  border-color: rgb(18 43 84 / var(--tw-border-opacity, 1));
}
.border-blue-darkAllianzBlue\/0 {
  border-color: rgb(18 43 84 / 0);
}
.border-blue-darkAllianzBlue\/10 {
  border-color: rgb(18 43 84 / 0.1);
}
.border-blue-darkAllianzBlue\/100 {
  border-color: rgb(18 43 84 / 1);
}
.border-blue-darkAllianzBlue\/15 {
  border-color: rgb(18 43 84 / 0.15);
}
.border-blue-darkAllianzBlue\/20 {
  border-color: rgb(18 43 84 / 0.2);
}
.border-blue-darkAllianzBlue\/25 {
  border-color: rgb(18 43 84 / 0.25);
}
.border-blue-darkAllianzBlue\/30 {
  border-color: rgb(18 43 84 / 0.3);
}
.border-blue-darkAllianzBlue\/35 {
  border-color: rgb(18 43 84 / 0.35);
}
.border-blue-darkAllianzBlue\/40 {
  border-color: rgb(18 43 84 / 0.4);
}
.border-blue-darkAllianzBlue\/45 {
  border-color: rgb(18 43 84 / 0.45);
}
.border-blue-darkAllianzBlue\/5 {
  border-color: rgb(18 43 84 / 0.05);
}
.border-blue-darkAllianzBlue\/50 {
  border-color: rgb(18 43 84 / 0.5);
}
.border-blue-darkAllianzBlue\/55 {
  border-color: rgb(18 43 84 / 0.55);
}
.border-blue-darkAllianzBlue\/60 {
  border-color: rgb(18 43 84 / 0.6);
}
.border-blue-darkAllianzBlue\/65 {
  border-color: rgb(18 43 84 / 0.65);
}
.border-blue-darkAllianzBlue\/70 {
  border-color: rgb(18 43 84 / 0.7);
}
.border-blue-darkAllianzBlue\/75 {
  border-color: rgb(18 43 84 / 0.75);
}
.border-blue-darkAllianzBlue\/80 {
  border-color: rgb(18 43 84 / 0.8);
}
.border-blue-darkAllianzBlue\/85 {
  border-color: rgb(18 43 84 / 0.85);
}
.border-blue-darkAllianzBlue\/90 {
  border-color: rgb(18 43 84 / 0.9);
}
.border-blue-darkAllianzBlue\/95 {
  border-color: rgb(18 43 84 / 0.95);
}
.border-blue-iconBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 97 146 / var(--tw-border-opacity, 1));
}
.border-blue-iconBlue\/0 {
  border-color: rgb(0 97 146 / 0);
}
.border-blue-iconBlue\/10 {
  border-color: rgb(0 97 146 / 0.1);
}
.border-blue-iconBlue\/100 {
  border-color: rgb(0 97 146 / 1);
}
.border-blue-iconBlue\/15 {
  border-color: rgb(0 97 146 / 0.15);
}
.border-blue-iconBlue\/20 {
  border-color: rgb(0 97 146 / 0.2);
}
.border-blue-iconBlue\/25 {
  border-color: rgb(0 97 146 / 0.25);
}
.border-blue-iconBlue\/30 {
  border-color: rgb(0 97 146 / 0.3);
}
.border-blue-iconBlue\/35 {
  border-color: rgb(0 97 146 / 0.35);
}
.border-blue-iconBlue\/40 {
  border-color: rgb(0 97 146 / 0.4);
}
.border-blue-iconBlue\/45 {
  border-color: rgb(0 97 146 / 0.45);
}
.border-blue-iconBlue\/5 {
  border-color: rgb(0 97 146 / 0.05);
}
.border-blue-iconBlue\/50 {
  border-color: rgb(0 97 146 / 0.5);
}
.border-blue-iconBlue\/55 {
  border-color: rgb(0 97 146 / 0.55);
}
.border-blue-iconBlue\/60 {
  border-color: rgb(0 97 146 / 0.6);
}
.border-blue-iconBlue\/65 {
  border-color: rgb(0 97 146 / 0.65);
}
.border-blue-iconBlue\/70 {
  border-color: rgb(0 97 146 / 0.7);
}
.border-blue-iconBlue\/75 {
  border-color: rgb(0 97 146 / 0.75);
}
.border-blue-iconBlue\/80 {
  border-color: rgb(0 97 146 / 0.8);
}
.border-blue-iconBlue\/85 {
  border-color: rgb(0 97 146 / 0.85);
}
.border-blue-iconBlue\/90 {
  border-color: rgb(0 97 146 / 0.9);
}
.border-blue-iconBlue\/95 {
  border-color: rgb(0 97 146 / 0.95);
}
.border-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0 {
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10 {
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100 {
  border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15 {
  border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20 {
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25 {
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30 {
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35 {
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5 {
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50 {
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55 {
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70 {
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75 {
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80 {
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85 {
  border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90 {
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95 {
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.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-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-gray-950\/0 {
  border-color: rgb(3 7 18 / 0);
}
.border-gray-950\/10 {
  border-color: rgb(3 7 18 / 0.1);
}
.border-gray-950\/100 {
  border-color: rgb(3 7 18 / 1);
}
.border-gray-950\/15 {
  border-color: rgb(3 7 18 / 0.15);
}
.border-gray-950\/20 {
  border-color: rgb(3 7 18 / 0.2);
}
.border-gray-950\/25 {
  border-color: rgb(3 7 18 / 0.25);
}
.border-gray-950\/30 {
  border-color: rgb(3 7 18 / 0.3);
}
.border-gray-950\/35 {
  border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45);
}
.border-gray-950\/5 {
  border-color: rgb(3 7 18 / 0.05);
}
.border-gray-950\/50 {
  border-color: rgb(3 7 18 / 0.5);
}
.border-gray-950\/55 {
  border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65);
}
.border-gray-950\/70 {
  border-color: rgb(3 7 18 / 0.7);
}
.border-gray-950\/75 {
  border-color: rgb(3 7 18 / 0.75);
}
.border-gray-950\/80 {
  border-color: rgb(3 7 18 / 0.8);
}
.border-gray-950\/85 {
  border-color: rgb(3 7 18 / 0.85);
}
.border-gray-950\/90 {
  border-color: rgb(3 7 18 / 0.9);
}
.border-gray-950\/95 {
  border-color: rgb(3 7 18 / 0.95);
}
.border-gray-background {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-gray-background\/0 {
  border-color: rgb(245 245 245 / 0);
}
.border-gray-background\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-gray-background\/100 {
  border-color: rgb(245 245 245 / 1);
}
.border-gray-background\/15 {
  border-color: rgb(245 245 245 / 0.15);
}
.border-gray-background\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.border-gray-background\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.border-gray-background\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.border-gray-background\/35 {
  border-color: rgb(245 245 245 / 0.35);
}
.border-gray-background\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-gray-background\/45 {
  border-color: rgb(245 245 245 / 0.45);
}
.border-gray-background\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.border-gray-background\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.border-gray-background\/55 {
  border-color: rgb(245 245 245 / 0.55);
}
.border-gray-background\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-gray-background\/65 {
  border-color: rgb(245 245 245 / 0.65);
}
.border-gray-background\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.border-gray-background\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.border-gray-background\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.border-gray-background\/85 {
  border-color: rgb(245 245 245 / 0.85);
}
.border-gray-background\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.border-gray-background\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.border-gray-border {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}
.border-gray-border\/0 {
  border-color: rgb(194 194 194 / 0);
}
.border-gray-border\/10 {
  border-color: rgb(194 194 194 / 0.1);
}
.border-gray-border\/100 {
  border-color: rgb(194 194 194 / 1);
}
.border-gray-border\/15 {
  border-color: rgb(194 194 194 / 0.15);
}
.border-gray-border\/20 {
  border-color: rgb(194 194 194 / 0.2);
}
.border-gray-border\/25 {
  border-color: rgb(194 194 194 / 0.25);
}
.border-gray-border\/30 {
  border-color: rgb(194 194 194 / 0.3);
}
.border-gray-border\/35 {
  border-color: rgb(194 194 194 / 0.35);
}
.border-gray-border\/40 {
  border-color: rgb(194 194 194 / 0.4);
}
.border-gray-border\/45 {
  border-color: rgb(194 194 194 / 0.45);
}
.border-gray-border\/5 {
  border-color: rgb(194 194 194 / 0.05);
}
.border-gray-border\/50 {
  border-color: rgb(194 194 194 / 0.5);
}
.border-gray-border\/55 {
  border-color: rgb(194 194 194 / 0.55);
}
.border-gray-border\/60 {
  border-color: rgb(194 194 194 / 0.6);
}
.border-gray-border\/65 {
  border-color: rgb(194 194 194 / 0.65);
}
.border-gray-border\/70 {
  border-color: rgb(194 194 194 / 0.7);
}
.border-gray-border\/75 {
  border-color: rgb(194 194 194 / 0.75);
}
.border-gray-border\/80 {
  border-color: rgb(194 194 194 / 0.8);
}
.border-gray-border\/85 {
  border-color: rgb(194 194 194 / 0.85);
}
.border-gray-border\/90 {
  border-color: rgb(194 194 194 / 0.9);
}
.border-gray-border\/95 {
  border-color: rgb(194 194 194 / 0.95);
}
.border-gray-classic {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-gray-classic\/0 {
  border-color: rgb(217 217 217 / 0);
}
.border-gray-classic\/10 {
  border-color: rgb(217 217 217 / 0.1);
}
.border-gray-classic\/100 {
  border-color: rgb(217 217 217 / 1);
}
.border-gray-classic\/15 {
  border-color: rgb(217 217 217 / 0.15);
}
.border-gray-classic\/20 {
  border-color: rgb(217 217 217 / 0.2);
}
.border-gray-classic\/25 {
  border-color: rgb(217 217 217 / 0.25);
}
.border-gray-classic\/30 {
  border-color: rgb(217 217 217 / 0.3);
}
.border-gray-classic\/35 {
  border-color: rgb(217 217 217 / 0.35);
}
.border-gray-classic\/40 {
  border-color: rgb(217 217 217 / 0.4);
}
.border-gray-classic\/45 {
  border-color: rgb(217 217 217 / 0.45);
}
.border-gray-classic\/5 {
  border-color: rgb(217 217 217 / 0.05);
}
.border-gray-classic\/50 {
  border-color: rgb(217 217 217 / 0.5);
}
.border-gray-classic\/55 {
  border-color: rgb(217 217 217 / 0.55);
}
.border-gray-classic\/60 {
  border-color: rgb(217 217 217 / 0.6);
}
.border-gray-classic\/65 {
  border-color: rgb(217 217 217 / 0.65);
}
.border-gray-classic\/70 {
  border-color: rgb(217 217 217 / 0.7);
}
.border-gray-classic\/75 {
  border-color: rgb(217 217 217 / 0.75);
}
.border-gray-classic\/80 {
  border-color: rgb(217 217 217 / 0.8);
}
.border-gray-classic\/85 {
  border-color: rgb(217 217 217 / 0.85);
}
.border-gray-classic\/90 {
  border-color: rgb(217 217 217 / 0.9);
}
.border-gray-classic\/95 {
  border-color: rgb(217 217 217 / 0.95);
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-gray-light\/0 {
  border-color: rgb(236 236 236 / 0);
}
.border-gray-light\/10 {
  border-color: rgb(236 236 236 / 0.1);
}
.border-gray-light\/100 {
  border-color: rgb(236 236 236 / 1);
}
.border-gray-light\/15 {
  border-color: rgb(236 236 236 / 0.15);
}
.border-gray-light\/20 {
  border-color: rgb(236 236 236 / 0.2);
}
.border-gray-light\/25 {
  border-color: rgb(236 236 236 / 0.25);
}
.border-gray-light\/30 {
  border-color: rgb(236 236 236 / 0.3);
}
.border-gray-light\/35 {
  border-color: rgb(236 236 236 / 0.35);
}
.border-gray-light\/40 {
  border-color: rgb(236 236 236 / 0.4);
}
.border-gray-light\/45 {
  border-color: rgb(236 236 236 / 0.45);
}
.border-gray-light\/5 {
  border-color: rgb(236 236 236 / 0.05);
}
.border-gray-light\/50 {
  border-color: rgb(236 236 236 / 0.5);
}
.border-gray-light\/55 {
  border-color: rgb(236 236 236 / 0.55);
}
.border-gray-light\/60 {
  border-color: rgb(236 236 236 / 0.6);
}
.border-gray-light\/65 {
  border-color: rgb(236 236 236 / 0.65);
}
.border-gray-light\/70 {
  border-color: rgb(236 236 236 / 0.7);
}
.border-gray-light\/75 {
  border-color: rgb(236 236 236 / 0.75);
}
.border-gray-light\/80 {
  border-color: rgb(236 236 236 / 0.8);
}
.border-gray-light\/85 {
  border-color: rgb(236 236 236 / 0.85);
}
.border-gray-light\/90 {
  border-color: rgb(236 236 236 / 0.9);
}
.border-gray-light\/95 {
  border-color: rgb(236 236 236 / 0.95);
}
.border-gray-txt {
  --tw-border-opacity: 1;
  border-color: rgb(65 65 65 / var(--tw-border-opacity, 1));
}
.border-gray-txt\/0 {
  border-color: rgb(65 65 65 / 0);
}
.border-gray-txt\/10 {
  border-color: rgb(65 65 65 / 0.1);
}
.border-gray-txt\/100 {
  border-color: rgb(65 65 65 / 1);
}
.border-gray-txt\/15 {
  border-color: rgb(65 65 65 / 0.15);
}
.border-gray-txt\/20 {
  border-color: rgb(65 65 65 / 0.2);
}
.border-gray-txt\/25 {
  border-color: rgb(65 65 65 / 0.25);
}
.border-gray-txt\/30 {
  border-color: rgb(65 65 65 / 0.3);
}
.border-gray-txt\/35 {
  border-color: rgb(65 65 65 / 0.35);
}
.border-gray-txt\/40 {
  border-color: rgb(65 65 65 / 0.4);
}
.border-gray-txt\/45 {
  border-color: rgb(65 65 65 / 0.45);
}
.border-gray-txt\/5 {
  border-color: rgb(65 65 65 / 0.05);
}
.border-gray-txt\/50 {
  border-color: rgb(65 65 65 / 0.5);
}
.border-gray-txt\/55 {
  border-color: rgb(65 65 65 / 0.55);
}
.border-gray-txt\/60 {
  border-color: rgb(65 65 65 / 0.6);
}
.border-gray-txt\/65 {
  border-color: rgb(65 65 65 / 0.65);
}
.border-gray-txt\/70 {
  border-color: rgb(65 65 65 / 0.7);
}
.border-gray-txt\/75 {
  border-color: rgb(65 65 65 / 0.75);
}
.border-gray-txt\/80 {
  border-color: rgb(65 65 65 / 0.8);
}
.border-gray-txt\/85 {
  border-color: rgb(65 65 65 / 0.85);
}
.border-gray-txt\/90 {
  border-color: rgb(65 65 65 / 0.9);
}
.border-gray-txt\/95 {
  border-color: rgb(65 65 65 / 0.95);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(18 43 84 / var(--tw-border-opacity, 1));
}
.border-primary-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 179 / var(--tw-border-opacity, 1));
}
.border-primary-blue\/0 {
  border-color: rgb(0 122 179 / 0);
}
.border-primary-blue\/10 {
  border-color: rgb(0 122 179 / 0.1);
}
.border-primary-blue\/100 {
  border-color: rgb(0 122 179 / 1);
}
.border-primary-blue\/15 {
  border-color: rgb(0 122 179 / 0.15);
}
.border-primary-blue\/20 {
  border-color: rgb(0 122 179 / 0.2);
}
.border-primary-blue\/25 {
  border-color: rgb(0 122 179 / 0.25);
}
.border-primary-blue\/30 {
  border-color: rgb(0 122 179 / 0.3);
}
.border-primary-blue\/35 {
  border-color: rgb(0 122 179 / 0.35);
}
.border-primary-blue\/40 {
  border-color: rgb(0 122 179 / 0.4);
}
.border-primary-blue\/45 {
  border-color: rgb(0 122 179 / 0.45);
}
.border-primary-blue\/5 {
  border-color: rgb(0 122 179 / 0.05);
}
.border-primary-blue\/50 {
  border-color: rgb(0 122 179 / 0.5);
}
.border-primary-blue\/55 {
  border-color: rgb(0 122 179 / 0.55);
}
.border-primary-blue\/60 {
  border-color: rgb(0 122 179 / 0.6);
}
.border-primary-blue\/65 {
  border-color: rgb(0 122 179 / 0.65);
}
.border-primary-blue\/70 {
  border-color: rgb(0 122 179 / 0.7);
}
.border-primary-blue\/75 {
  border-color: rgb(0 122 179 / 0.75);
}
.border-primary-blue\/80 {
  border-color: rgb(0 122 179 / 0.8);
}
.border-primary-blue\/85 {
  border-color: rgb(0 122 179 / 0.85);
}
.border-primary-blue\/90 {
  border-color: rgb(0 122 179 / 0.9);
}
.border-primary-blue\/95 {
  border-color: rgb(0 122 179 / 0.95);
}
.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.bg-\[\#f5f3ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity, 1));
}
.bg-az-success-050 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 233 / var(--tw-bg-opacity, 1));
}
.bg-blue-allianzBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 55 129 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-background {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(18 43 84 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[11px_32px\] {
  padding: 11px 32px;
}
.p-\[16px_32px_0px\] {
  padding: 16px 32px 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.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;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[32px\] {
  line-height: 32px;
}
.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.tracking-spacious {
  letter-spacing: 0.0125em;
}
.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-az-success-500 {
  --tw-text-opacity: 1;
  color: rgb(30 137 39 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-allianzBlue {
  --tw-text-opacity: 1;
  color: rgb(0 55 129 / var(--tw-text-opacity, 1));
}
.text-blue-darkAllianzBlue {
  --tw-text-opacity: 1;
  color: rgb(18 43 84 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-txt {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(18 43 84 / var(--tw-text-opacity, 1));
}
.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(0 122 179 / var(--tw-text-opacity, 1));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-50 {
  opacity: 0.5;
}
.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-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-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);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --toastify-toast-width: 100%;
}
.Toastify__toast-container {
  --header-width: 64px;

  margin-top: var(--header-width);
}
.card-base {
  background-color: white;
  box-shadow:
    0 3px 8px 0 rgba(0, 0, 0, 0.18),
    0 8px 19px 0 rgba(0, 0, 0, 0.08);
}
.content-height {
  height: calc(100vh - 440px);
}
.contact-team-list {
  height: 656px;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}
.checked\:border-primary-blue:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 179 / var(--tw-border-opacity, 1));
}
.checked\:bg-primary-blue:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 179 / var(--tw-bg-opacity, 1));
}
.checked\:before\:absolute:checked::before {
  content: var(--tw-content);
  position: absolute;
}
.checked\:before\:left-1\/2:checked::before {
  content: var(--tw-content);
  left: 50%;
}
.checked\:before\:top-1\/2:checked::before {
  content: var(--tw-content);
  top: 50%;
}
.checked\:before\:inline-block:checked::before {
  content: var(--tw-content);
  display: inline-block;
}
.checked\:before\:h-3:checked::before {
  content: var(--tw-content);
  height: 0.75rem;
}
.checked\:before\:w-3:checked::before {
  content: var(--tw-content);
  width: 0.75rem;
}
.checked\:before\:-translate-x-1\/2:checked::before {
  content: var(--tw-content);
  --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));
}
.checked\:before\:-translate-y-1\/2:checked::before {
  content: var(--tw-content);
  --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));
}
.checked\:before\:rounded-full:checked::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.checked\:before\:bg-primary-blue:checked::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 179 / var(--tw-bg-opacity, 1));
}
.checked\:before\:content-\[\'\'\]:checked::before {
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:after\:block:checked::after {
  content: var(--tw-content);
  display: block;
}
.checked\:after\:inline-block:checked::after {
  content: var(--tw-content);
  display: inline-block;
}
.checked\:after\:h-2:checked::after {
  content: var(--tw-content);
  height: 0.5rem;
}
.checked\:after\:w-3:checked::after {
  content: var(--tw-content);
  width: 0.75rem;
}
.checked\:after\:-rotate-45:checked::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  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));
}
.checked\:after\:border-b-2:checked::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.checked\:after\:border-l-2:checked::after {
  content: var(--tw-content);
  border-left-width: 2px;
}
.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-100\/0:hover {
  border-color: rgb(219 234 254 / 0);
}
.hover\:border-blue-100\/10:hover {
  border-color: rgb(219 234 254 / 0.1);
}
.hover\:border-blue-100\/100:hover {
  border-color: rgb(219 234 254 / 1);
}
.hover\:border-blue-100\/15:hover {
  border-color: rgb(219 234 254 / 0.15);
}
.hover\:border-blue-100\/20:hover {
  border-color: rgb(219 234 254 / 0.2);
}
.hover\:border-blue-100\/25:hover {
  border-color: rgb(219 234 254 / 0.25);
}
.hover\:border-blue-100\/30:hover {
  border-color: rgb(219 234 254 / 0.3);
}
.hover\:border-blue-100\/35:hover {
  border-color: rgb(219 234 254 / 0.35);
}
.hover\:border-blue-100\/40:hover {
  border-color: rgb(219 234 254 / 0.4);
}
.hover\:border-blue-100\/45:hover {
  border-color: rgb(219 234 254 / 0.45);
}
.hover\:border-blue-100\/5:hover {
  border-color: rgb(219 234 254 / 0.05);
}
.hover\:border-blue-100\/50:hover {
  border-color: rgb(219 234 254 / 0.5);
}
.hover\:border-blue-100\/55:hover {
  border-color: rgb(219 234 254 / 0.55);
}
.hover\:border-blue-100\/60:hover {
  border-color: rgb(219 234 254 / 0.6);
}
.hover\:border-blue-100\/65:hover {
  border-color: rgb(219 234 254 / 0.65);
}
.hover\:border-blue-100\/70:hover {
  border-color: rgb(219 234 254 / 0.7);
}
.hover\:border-blue-100\/75:hover {
  border-color: rgb(219 234 254 / 0.75);
}
.hover\:border-blue-100\/80:hover {
  border-color: rgb(219 234 254 / 0.8);
}
.hover\:border-blue-100\/85:hover {
  border-color: rgb(219 234 254 / 0.85);
}
.hover\:border-blue-100\/90:hover {
  border-color: rgb(219 234 254 / 0.9);
}
.hover\:border-blue-100\/95:hover {
  border-color: rgb(219 234 254 / 0.95);
}
.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-200\/0:hover {
  border-color: rgb(191 219 254 / 0);
}
.hover\:border-blue-200\/10:hover {
  border-color: rgb(191 219 254 / 0.1);
}
.hover\:border-blue-200\/100:hover {
  border-color: rgb(191 219 254 / 1);
}
.hover\:border-blue-200\/15:hover {
  border-color: rgb(191 219 254 / 0.15);
}
.hover\:border-blue-200\/20:hover {
  border-color: rgb(191 219 254 / 0.2);
}
.hover\:border-blue-200\/25:hover {
  border-color: rgb(191 219 254 / 0.25);
}
.hover\:border-blue-200\/30:hover {
  border-color: rgb(191 219 254 / 0.3);
}
.hover\:border-blue-200\/35:hover {
  border-color: rgb(191 219 254 / 0.35);
}
.hover\:border-blue-200\/40:hover {
  border-color: rgb(191 219 254 / 0.4);
}
.hover\:border-blue-200\/45:hover {
  border-color: rgb(191 219 254 / 0.45);
}
.hover\:border-blue-200\/5:hover {
  border-color: rgb(191 219 254 / 0.05);
}
.hover\:border-blue-200\/50:hover {
  border-color: rgb(191 219 254 / 0.5);
}
.hover\:border-blue-200\/55:hover {
  border-color: rgb(191 219 254 / 0.55);
}
.hover\:border-blue-200\/60:hover {
  border-color: rgb(191 219 254 / 0.6);
}
.hover\:border-blue-200\/65:hover {
  border-color: rgb(191 219 254 / 0.65);
}
.hover\:border-blue-200\/70:hover {
  border-color: rgb(191 219 254 / 0.7);
}
.hover\:border-blue-200\/75:hover {
  border-color: rgb(191 219 254 / 0.75);
}
.hover\:border-blue-200\/80:hover {
  border-color: rgb(191 219 254 / 0.8);
}
.hover\:border-blue-200\/85:hover {
  border-color: rgb(191 219 254 / 0.85);
}
.hover\:border-blue-200\/90:hover {
  border-color: rgb(191 219 254 / 0.9);
}
.hover\:border-blue-200\/95:hover {
  border-color: rgb(191 219 254 / 0.95);
}
.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-300\/0:hover {
  border-color: rgb(147 197 253 / 0);
}
.hover\:border-blue-300\/10:hover {
  border-color: rgb(147 197 253 / 0.1);
}
.hover\:border-blue-300\/100:hover {
  border-color: rgb(147 197 253 / 1);
}
.hover\:border-blue-300\/15:hover {
  border-color: rgb(147 197 253 / 0.15);
}
.hover\:border-blue-300\/20:hover {
  border-color: rgb(147 197 253 / 0.2);
}
.hover\:border-blue-300\/25:hover {
  border-color: rgb(147 197 253 / 0.25);
}
.hover\:border-blue-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}
.hover\:border-blue-300\/35:hover {
  border-color: rgb(147 197 253 / 0.35);
}
.hover\:border-blue-300\/40:hover {
  border-color: rgb(147 197 253 / 0.4);
}
.hover\:border-blue-300\/45:hover {
  border-color: rgb(147 197 253 / 0.45);
}
.hover\:border-blue-300\/5:hover {
  border-color: rgb(147 197 253 / 0.05);
}
.hover\:border-blue-300\/50:hover {
  border-color: rgb(147 197 253 / 0.5);
}
.hover\:border-blue-300\/55:hover {
  border-color: rgb(147 197 253 / 0.55);
}
.hover\:border-blue-300\/60:hover {
  border-color: rgb(147 197 253 / 0.6);
}
.hover\:border-blue-300\/65:hover {
  border-color: rgb(147 197 253 / 0.65);
}
.hover\:border-blue-300\/70:hover {
  border-color: rgb(147 197 253 / 0.7);
}
.hover\:border-blue-300\/75:hover {
  border-color: rgb(147 197 253 / 0.75);
}
.hover\:border-blue-300\/80:hover {
  border-color: rgb(147 197 253 / 0.8);
}
.hover\:border-blue-300\/85:hover {
  border-color: rgb(147 197 253 / 0.85);
}
.hover\:border-blue-300\/90:hover {
  border-color: rgb(147 197 253 / 0.9);
}
.hover\:border-blue-300\/95:hover {
  border-color: rgb(147 197 253 / 0.95);
}
.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400\/0:hover {
  border-color: rgb(96 165 250 / 0);
}
.hover\:border-blue-400\/10:hover {
  border-color: rgb(96 165 250 / 0.1);
}
.hover\:border-blue-400\/100:hover {
  border-color: rgb(96 165 250 / 1);
}
.hover\:border-blue-400\/15:hover {
  border-color: rgb(96 165 250 / 0.15);
}
.hover\:border-blue-400\/20:hover {
  border-color: rgb(96 165 250 / 0.2);
}
.hover\:border-blue-400\/25:hover {
  border-color: rgb(96 165 250 / 0.25);
}
.hover\:border-blue-400\/30:hover {
  border-color: rgb(96 165 250 / 0.3);
}
.hover\:border-blue-400\/35:hover {
  border-color: rgb(96 165 250 / 0.35);
}
.hover\:border-blue-400\/40:hover {
  border-color: rgb(96 165 250 / 0.4);
}
.hover\:border-blue-400\/45:hover {
  border-color: rgb(96 165 250 / 0.45);
}
.hover\:border-blue-400\/5:hover {
  border-color: rgb(96 165 250 / 0.05);
}
.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}
.hover\:border-blue-400\/55:hover {
  border-color: rgb(96 165 250 / 0.55);
}
.hover\:border-blue-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}
.hover\:border-blue-400\/65:hover {
  border-color: rgb(96 165 250 / 0.65);
}
.hover\:border-blue-400\/70:hover {
  border-color: rgb(96 165 250 / 0.7);
}
.hover\:border-blue-400\/75:hover {
  border-color: rgb(96 165 250 / 0.75);
}
.hover\:border-blue-400\/80:hover {
  border-color: rgb(96 165 250 / 0.8);
}
.hover\:border-blue-400\/85:hover {
  border-color: rgb(96 165 250 / 0.85);
}
.hover\:border-blue-400\/90:hover {
  border-color: rgb(96 165 250 / 0.9);
}
.hover\:border-blue-400\/95:hover {
  border-color: rgb(96 165 250 / 0.95);
}
.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-50\/0:hover {
  border-color: rgb(239 246 255 / 0);
}
.hover\:border-blue-50\/10:hover {
  border-color: rgb(239 246 255 / 0.1);
}
.hover\:border-blue-50\/100:hover {
  border-color: rgb(239 246 255 / 1);
}
.hover\:border-blue-50\/15:hover {
  border-color: rgb(239 246 255 / 0.15);
}
.hover\:border-blue-50\/20:hover {
  border-color: rgb(239 246 255 / 0.2);
}
.hover\:border-blue-50\/25:hover {
  border-color: rgb(239 246 255 / 0.25);
}
.hover\:border-blue-50\/30:hover {
  border-color: rgb(239 246 255 / 0.3);
}
.hover\:border-blue-50\/35:hover {
  border-color: rgb(239 246 255 / 0.35);
}
.hover\:border-blue-50\/40:hover {
  border-color: rgb(239 246 255 / 0.4);
}
.hover\:border-blue-50\/45:hover {
  border-color: rgb(239 246 255 / 0.45);
}
.hover\:border-blue-50\/5:hover {
  border-color: rgb(239 246 255 / 0.05);
}
.hover\:border-blue-50\/50:hover {
  border-color: rgb(239 246 255 / 0.5);
}
.hover\:border-blue-50\/55:hover {
  border-color: rgb(239 246 255 / 0.55);
}
.hover\:border-blue-50\/60:hover {
  border-color: rgb(239 246 255 / 0.6);
}
.hover\:border-blue-50\/65:hover {
  border-color: rgb(239 246 255 / 0.65);
}
.hover\:border-blue-50\/70:hover {
  border-color: rgb(239 246 255 / 0.7);
}
.hover\:border-blue-50\/75:hover {
  border-color: rgb(239 246 255 / 0.75);
}
.hover\:border-blue-50\/80:hover {
  border-color: rgb(239 246 255 / 0.8);
}
.hover\:border-blue-50\/85:hover {
  border-color: rgb(239 246 255 / 0.85);
}
.hover\:border-blue-50\/90:hover {
  border-color: rgb(239 246 255 / 0.9);
}
.hover\:border-blue-50\/95:hover {
  border-color: rgb(239 246 255 / 0.95);
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-500\/0:hover {
  border-color: rgb(59 130 246 / 0);
}
.hover\:border-blue-500\/10:hover {
  border-color: rgb(59 130 246 / 0.1);
}
.hover\:border-blue-500\/100:hover {
  border-color: rgb(59 130 246 / 1);
}
.hover\:border-blue-500\/15:hover {
  border-color: rgb(59 130 246 / 0.15);
}
.hover\:border-blue-500\/20:hover {
  border-color: rgb(59 130 246 / 0.2);
}
.hover\:border-blue-500\/25:hover {
  border-color: rgb(59 130 246 / 0.25);
}
.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}
.hover\:border-blue-500\/35:hover {
  border-color: rgb(59 130 246 / 0.35);
}
.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}
.hover\:border-blue-500\/45:hover {
  border-color: rgb(59 130 246 / 0.45);
}
.hover\:border-blue-500\/5:hover {
  border-color: rgb(59 130 246 / 0.05);
}
.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}
.hover\:border-blue-500\/55:hover {
  border-color: rgb(59 130 246 / 0.55);
}
.hover\:border-blue-500\/60:hover {
  border-color: rgb(59 130 246 / 0.6);
}
.hover\:border-blue-500\/65:hover {
  border-color: rgb(59 130 246 / 0.65);
}
.hover\:border-blue-500\/70:hover {
  border-color: rgb(59 130 246 / 0.7);
}
.hover\:border-blue-500\/75:hover {
  border-color: rgb(59 130 246 / 0.75);
}
.hover\:border-blue-500\/80:hover {
  border-color: rgb(59 130 246 / 0.8);
}
.hover\:border-blue-500\/85:hover {
  border-color: rgb(59 130 246 / 0.85);
}
.hover\:border-blue-500\/90:hover {
  border-color: rgb(59 130 246 / 0.9);
}
.hover\:border-blue-500\/95:hover {
  border-color: rgb(59 130 246 / 0.95);
}
.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-600\/0:hover {
  border-color: rgb(37 99 235 / 0);
}
.hover\:border-blue-600\/10:hover {
  border-color: rgb(37 99 235 / 0.1);
}
.hover\:border-blue-600\/100:hover {
  border-color: rgb(37 99 235 / 1);
}
.hover\:border-blue-600\/15:hover {
  border-color: rgb(37 99 235 / 0.15);
}
.hover\:border-blue-600\/20:hover {
  border-color: rgb(37 99 235 / 0.2);
}
.hover\:border-blue-600\/25:hover {
  border-color: rgb(37 99 235 / 0.25);
}
.hover\:border-blue-600\/30:hover {
  border-color: rgb(37 99 235 / 0.3);
}
.hover\:border-blue-600\/35:hover {
  border-color: rgb(37 99 235 / 0.35);
}
.hover\:border-blue-600\/40:hover {
  border-color: rgb(37 99 235 / 0.4);
}
.hover\:border-blue-600\/45:hover {
  border-color: rgb(37 99 235 / 0.45);
}
.hover\:border-blue-600\/5:hover {
  border-color: rgb(37 99 235 / 0.05);
}
.hover\:border-blue-600\/50:hover {
  border-color: rgb(37 99 235 / 0.5);
}
.hover\:border-blue-600\/55:hover {
  border-color: rgb(37 99 235 / 0.55);
}
.hover\:border-blue-600\/60:hover {
  border-color: rgb(37 99 235 / 0.6);
}
.hover\:border-blue-600\/65:hover {
  border-color: rgb(37 99 235 / 0.65);
}
.hover\:border-blue-600\/70:hover {
  border-color: rgb(37 99 235 / 0.7);
}
.hover\:border-blue-600\/75:hover {
  border-color: rgb(37 99 235 / 0.75);
}
.hover\:border-blue-600\/80:hover {
  border-color: rgb(37 99 235 / 0.8);
}
.hover\:border-blue-600\/85:hover {
  border-color: rgb(37 99 235 / 0.85);
}
.hover\:border-blue-600\/90:hover {
  border-color: rgb(37 99 235 / 0.9);
}
.hover\:border-blue-600\/95:hover {
  border-color: rgb(37 99 235 / 0.95);
}
.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-700\/0:hover {
  border-color: rgb(29 78 216 / 0);
}
.hover\:border-blue-700\/10:hover {
  border-color: rgb(29 78 216 / 0.1);
}
.hover\:border-blue-700\/100:hover {
  border-color: rgb(29 78 216 / 1);
}
.hover\:border-blue-700\/15:hover {
  border-color: rgb(29 78 216 / 0.15);
}
.hover\:border-blue-700\/20:hover {
  border-color: rgb(29 78 216 / 0.2);
}
.hover\:border-blue-700\/25:hover {
  border-color: rgb(29 78 216 / 0.25);
}
.hover\:border-blue-700\/30:hover {
  border-color: rgb(29 78 216 / 0.3);
}
.hover\:border-blue-700\/35:hover {
  border-color: rgb(29 78 216 / 0.35);
}
.hover\:border-blue-700\/40:hover {
  border-color: rgb(29 78 216 / 0.4);
}
.hover\:border-blue-700\/45:hover {
  border-color: rgb(29 78 216 / 0.45);
}
.hover\:border-blue-700\/5:hover {
  border-color: rgb(29 78 216 / 0.05);
}
.hover\:border-blue-700\/50:hover {
  border-color: rgb(29 78 216 / 0.5);
}
.hover\:border-blue-700\/55:hover {
  border-color: rgb(29 78 216 / 0.55);
}
.hover\:border-blue-700\/60:hover {
  border-color: rgb(29 78 216 / 0.6);
}
.hover\:border-blue-700\/65:hover {
  border-color: rgb(29 78 216 / 0.65);
}
.hover\:border-blue-700\/70:hover {
  border-color: rgb(29 78 216 / 0.7);
}
.hover\:border-blue-700\/75:hover {
  border-color: rgb(29 78 216 / 0.75);
}
.hover\:border-blue-700\/80:hover {
  border-color: rgb(29 78 216 / 0.8);
}
.hover\:border-blue-700\/85:hover {
  border-color: rgb(29 78 216 / 0.85);
}
.hover\:border-blue-700\/90:hover {
  border-color: rgb(29 78 216 / 0.9);
}
.hover\:border-blue-700\/95:hover {
  border-color: rgb(29 78 216 / 0.95);
}
.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-800\/0:hover {
  border-color: rgb(30 64 175 / 0);
}
.hover\:border-blue-800\/10:hover {
  border-color: rgb(30 64 175 / 0.1);
}
.hover\:border-blue-800\/100:hover {
  border-color: rgb(30 64 175 / 1);
}
.hover\:border-blue-800\/15:hover {
  border-color: rgb(30 64 175 / 0.15);
}
.hover\:border-blue-800\/20:hover {
  border-color: rgb(30 64 175 / 0.2);
}
.hover\:border-blue-800\/25:hover {
  border-color: rgb(30 64 175 / 0.25);
}
.hover\:border-blue-800\/30:hover {
  border-color: rgb(30 64 175 / 0.3);
}
.hover\:border-blue-800\/35:hover {
  border-color: rgb(30 64 175 / 0.35);
}
.hover\:border-blue-800\/40:hover {
  border-color: rgb(30 64 175 / 0.4);
}
.hover\:border-blue-800\/45:hover {
  border-color: rgb(30 64 175 / 0.45);
}
.hover\:border-blue-800\/5:hover {
  border-color: rgb(30 64 175 / 0.05);
}
.hover\:border-blue-800\/50:hover {
  border-color: rgb(30 64 175 / 0.5);
}
.hover\:border-blue-800\/55:hover {
  border-color: rgb(30 64 175 / 0.55);
}
.hover\:border-blue-800\/60:hover {
  border-color: rgb(30 64 175 / 0.6);
}
.hover\:border-blue-800\/65:hover {
  border-color: rgb(30 64 175 / 0.65);
}
.hover\:border-blue-800\/70:hover {
  border-color: rgb(30 64 175 / 0.7);
}
.hover\:border-blue-800\/75:hover {
  border-color: rgb(30 64 175 / 0.75);
}
.hover\:border-blue-800\/80:hover {
  border-color: rgb(30 64 175 / 0.8);
}
.hover\:border-blue-800\/85:hover {
  border-color: rgb(30 64 175 / 0.85);
}
.hover\:border-blue-800\/90:hover {
  border-color: rgb(30 64 175 / 0.9);
}
.hover\:border-blue-800\/95:hover {
  border-color: rgb(30 64 175 / 0.95);
}
.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-900\/0:hover {
  border-color: rgb(30 58 138 / 0);
}
.hover\:border-blue-900\/10:hover {
  border-color: rgb(30 58 138 / 0.1);
}
.hover\:border-blue-900\/100:hover {
  border-color: rgb(30 58 138 / 1);
}
.hover\:border-blue-900\/15:hover {
  border-color: rgb(30 58 138 / 0.15);
}
.hover\:border-blue-900\/20:hover {
  border-color: rgb(30 58 138 / 0.2);
}
.hover\:border-blue-900\/25:hover {
  border-color: rgb(30 58 138 / 0.25);
}
.hover\:border-blue-900\/30:hover {
  border-color: rgb(30 58 138 / 0.3);
}
.hover\:border-blue-900\/35:hover {
  border-color: rgb(30 58 138 / 0.35);
}
.hover\:border-blue-900\/40:hover {
  border-color: rgb(30 58 138 / 0.4);
}
.hover\:border-blue-900\/45:hover {
  border-color: rgb(30 58 138 / 0.45);
}
.hover\:border-blue-900\/5:hover {
  border-color: rgb(30 58 138 / 0.05);
}
.hover\:border-blue-900\/50:hover {
  border-color: rgb(30 58 138 / 0.5);
}
.hover\:border-blue-900\/55:hover {
  border-color: rgb(30 58 138 / 0.55);
}
.hover\:border-blue-900\/60:hover {
  border-color: rgb(30 58 138 / 0.6);
}
.hover\:border-blue-900\/65:hover {
  border-color: rgb(30 58 138 / 0.65);
}
.hover\:border-blue-900\/70:hover {
  border-color: rgb(30 58 138 / 0.7);
}
.hover\:border-blue-900\/75:hover {
  border-color: rgb(30 58 138 / 0.75);
}
.hover\:border-blue-900\/80:hover {
  border-color: rgb(30 58 138 / 0.8);
}
.hover\:border-blue-900\/85:hover {
  border-color: rgb(30 58 138 / 0.85);
}
.hover\:border-blue-900\/90:hover {
  border-color: rgb(30 58 138 / 0.9);
}
.hover\:border-blue-900\/95:hover {
  border-color: rgb(30 58 138 / 0.95);
}
.hover\:border-blue-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-950\/0:hover {
  border-color: rgb(23 37 84 / 0);
}
.hover\:border-blue-950\/10:hover {
  border-color: rgb(23 37 84 / 0.1);
}
.hover\:border-blue-950\/100:hover {
  border-color: rgb(23 37 84 / 1);
}
.hover\:border-blue-950\/15:hover {
  border-color: rgb(23 37 84 / 0.15);
}
.hover\:border-blue-950\/20:hover {
  border-color: rgb(23 37 84 / 0.2);
}
.hover\:border-blue-950\/25:hover {
  border-color: rgb(23 37 84 / 0.25);
}
.hover\:border-blue-950\/30:hover {
  border-color: rgb(23 37 84 / 0.3);
}
.hover\:border-blue-950\/35:hover {
  border-color: rgb(23 37 84 / 0.35);
}
.hover\:border-blue-950\/40:hover {
  border-color: rgb(23 37 84 / 0.4);
}
.hover\:border-blue-950\/45:hover {
  border-color: rgb(23 37 84 / 0.45);
}
.hover\:border-blue-950\/5:hover {
  border-color: rgb(23 37 84 / 0.05);
}
.hover\:border-blue-950\/50:hover {
  border-color: rgb(23 37 84 / 0.5);
}
.hover\:border-blue-950\/55:hover {
  border-color: rgb(23 37 84 / 0.55);
}
.hover\:border-blue-950\/60:hover {
  border-color: rgb(23 37 84 / 0.6);
}
.hover\:border-blue-950\/65:hover {
  border-color: rgb(23 37 84 / 0.65);
}
.hover\:border-blue-950\/70:hover {
  border-color: rgb(23 37 84 / 0.7);
}
.hover\:border-blue-950\/75:hover {
  border-color: rgb(23 37 84 / 0.75);
}
.hover\:border-blue-950\/80:hover {
  border-color: rgb(23 37 84 / 0.8);
}
.hover\:border-blue-950\/85:hover {
  border-color: rgb(23 37 84 / 0.85);
}
.hover\:border-blue-950\/90:hover {
  border-color: rgb(23 37 84 / 0.9);
}
.hover\:border-blue-950\/95:hover {
  border-color: rgb(23 37 84 / 0.95);
}
.hover\:border-blue-allianzBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 129 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-allianzBlue\/0:hover {
  border-color: rgb(0 55 129 / 0);
}
.hover\:border-blue-allianzBlue\/10:hover {
  border-color: rgb(0 55 129 / 0.1);
}
.hover\:border-blue-allianzBlue\/100:hover {
  border-color: rgb(0 55 129 / 1);
}
.hover\:border-blue-allianzBlue\/15:hover {
  border-color: rgb(0 55 129 / 0.15);
}
.hover\:border-blue-allianzBlue\/20:hover {
  border-color: rgb(0 55 129 / 0.2);
}
.hover\:border-blue-allianzBlue\/25:hover {
  border-color: rgb(0 55 129 / 0.25);
}
.hover\:border-blue-allianzBlue\/30:hover {
  border-color: rgb(0 55 129 / 0.3);
}
.hover\:border-blue-allianzBlue\/35:hover {
  border-color: rgb(0 55 129 / 0.35);
}
.hover\:border-blue-allianzBlue\/40:hover {
  border-color: rgb(0 55 129 / 0.4);
}
.hover\:border-blue-allianzBlue\/45:hover {
  border-color: rgb(0 55 129 / 0.45);
}
.hover\:border-blue-allianzBlue\/5:hover {
  border-color: rgb(0 55 129 / 0.05);
}
.hover\:border-blue-allianzBlue\/50:hover {
  border-color: rgb(0 55 129 / 0.5);
}
.hover\:border-blue-allianzBlue\/55:hover {
  border-color: rgb(0 55 129 / 0.55);
}
.hover\:border-blue-allianzBlue\/60:hover {
  border-color: rgb(0 55 129 / 0.6);
}
.hover\:border-blue-allianzBlue\/65:hover {
  border-color: rgb(0 55 129 / 0.65);
}
.hover\:border-blue-allianzBlue\/70:hover {
  border-color: rgb(0 55 129 / 0.7);
}
.hover\:border-blue-allianzBlue\/75:hover {
  border-color: rgb(0 55 129 / 0.75);
}
.hover\:border-blue-allianzBlue\/80:hover {
  border-color: rgb(0 55 129 / 0.8);
}
.hover\:border-blue-allianzBlue\/85:hover {
  border-color: rgb(0 55 129 / 0.85);
}
.hover\:border-blue-allianzBlue\/90:hover {
  border-color: rgb(0 55 129 / 0.9);
}
.hover\:border-blue-allianzBlue\/95:hover {
  border-color: rgb(0 55 129 / 0.95);
}
.hover\:border-blue-darkAllianzBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(18 43 84 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-darkAllianzBlue\/0:hover {
  border-color: rgb(18 43 84 / 0);
}
.hover\:border-blue-darkAllianzBlue\/10:hover {
  border-color: rgb(18 43 84 / 0.1);
}
.hover\:border-blue-darkAllianzBlue\/100:hover {
  border-color: rgb(18 43 84 / 1);
}
.hover\:border-blue-darkAllianzBlue\/15:hover {
  border-color: rgb(18 43 84 / 0.15);
}
.hover\:border-blue-darkAllianzBlue\/20:hover {
  border-color: rgb(18 43 84 / 0.2);
}
.hover\:border-blue-darkAllianzBlue\/25:hover {
  border-color: rgb(18 43 84 / 0.25);
}
.hover\:border-blue-darkAllianzBlue\/30:hover {
  border-color: rgb(18 43 84 / 0.3);
}
.hover\:border-blue-darkAllianzBlue\/35:hover {
  border-color: rgb(18 43 84 / 0.35);
}
.hover\:border-blue-darkAllianzBlue\/40:hover {
  border-color: rgb(18 43 84 / 0.4);
}
.hover\:border-blue-darkAllianzBlue\/45:hover {
  border-color: rgb(18 43 84 / 0.45);
}
.hover\:border-blue-darkAllianzBlue\/5:hover {
  border-color: rgb(18 43 84 / 0.05);
}
.hover\:border-blue-darkAllianzBlue\/50:hover {
  border-color: rgb(18 43 84 / 0.5);
}
.hover\:border-blue-darkAllianzBlue\/55:hover {
  border-color: rgb(18 43 84 / 0.55);
}
.hover\:border-blue-darkAllianzBlue\/60:hover {
  border-color: rgb(18 43 84 / 0.6);
}
.hover\:border-blue-darkAllianzBlue\/65:hover {
  border-color: rgb(18 43 84 / 0.65);
}
.hover\:border-blue-darkAllianzBlue\/70:hover {
  border-color: rgb(18 43 84 / 0.7);
}
.hover\:border-blue-darkAllianzBlue\/75:hover {
  border-color: rgb(18 43 84 / 0.75);
}
.hover\:border-blue-darkAllianzBlue\/80:hover {
  border-color: rgb(18 43 84 / 0.8);
}
.hover\:border-blue-darkAllianzBlue\/85:hover {
  border-color: rgb(18 43 84 / 0.85);
}
.hover\:border-blue-darkAllianzBlue\/90:hover {
  border-color: rgb(18 43 84 / 0.9);
}
.hover\:border-blue-darkAllianzBlue\/95:hover {
  border-color: rgb(18 43 84 / 0.95);
}
.hover\:border-blue-iconBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 97 146 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-iconBlue\/0:hover {
  border-color: rgb(0 97 146 / 0);
}
.hover\:border-blue-iconBlue\/10:hover {
  border-color: rgb(0 97 146 / 0.1);
}
.hover\:border-blue-iconBlue\/100:hover {
  border-color: rgb(0 97 146 / 1);
}
.hover\:border-blue-iconBlue\/15:hover {
  border-color: rgb(0 97 146 / 0.15);
}
.hover\:border-blue-iconBlue\/20:hover {
  border-color: rgb(0 97 146 / 0.2);
}
.hover\:border-blue-iconBlue\/25:hover {
  border-color: rgb(0 97 146 / 0.25);
}
.hover\:border-blue-iconBlue\/30:hover {
  border-color: rgb(0 97 146 / 0.3);
}
.hover\:border-blue-iconBlue\/35:hover {
  border-color: rgb(0 97 146 / 0.35);
}
.hover\:border-blue-iconBlue\/40:hover {
  border-color: rgb(0 97 146 / 0.4);
}
.hover\:border-blue-iconBlue\/45:hover {
  border-color: rgb(0 97 146 / 0.45);
}
.hover\:border-blue-iconBlue\/5:hover {
  border-color: rgb(0 97 146 / 0.05);
}
.hover\:border-blue-iconBlue\/50:hover {
  border-color: rgb(0 97 146 / 0.5);
}
.hover\:border-blue-iconBlue\/55:hover {
  border-color: rgb(0 97 146 / 0.55);
}
.hover\:border-blue-iconBlue\/60:hover {
  border-color: rgb(0 97 146 / 0.6);
}
.hover\:border-blue-iconBlue\/65:hover {
  border-color: rgb(0 97 146 / 0.65);
}
.hover\:border-blue-iconBlue\/70:hover {
  border-color: rgb(0 97 146 / 0.7);
}
.hover\:border-blue-iconBlue\/75:hover {
  border-color: rgb(0 97 146 / 0.75);
}
.hover\:border-blue-iconBlue\/80:hover {
  border-color: rgb(0 97 146 / 0.8);
}
.hover\:border-blue-iconBlue\/85:hover {
  border-color: rgb(0 97 146 / 0.85);
}
.hover\:border-blue-iconBlue\/90:hover {
  border-color: rgb(0 97 146 / 0.9);
}
.hover\:border-blue-iconBlue\/95:hover {
  border-color: rgb(0 97 146 / 0.95);
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.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-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-50\/0:hover {
  border-color: rgb(249 250 251 / 0);
}
.hover\:border-gray-50\/10:hover {
  border-color: rgb(249 250 251 / 0.1);
}
.hover\:border-gray-50\/100:hover {
  border-color: rgb(249 250 251 / 1);
}
.hover\:border-gray-50\/15:hover {
  border-color: rgb(249 250 251 / 0.15);
}
.hover\:border-gray-50\/20:hover {
  border-color: rgb(249 250 251 / 0.2);
}
.hover\:border-gray-50\/25:hover {
  border-color: rgb(249 250 251 / 0.25);
}
.hover\:border-gray-50\/30:hover {
  border-color: rgb(249 250 251 / 0.3);
}
.hover\:border-gray-50\/35:hover {
  border-color: rgb(249 250 251 / 0.35);
}
.hover\:border-gray-50\/40:hover {
  border-color: rgb(249 250 251 / 0.4);
}
.hover\:border-gray-50\/45:hover {
  border-color: rgb(249 250 251 / 0.45);
}
.hover\:border-gray-50\/5:hover {
  border-color: rgb(249 250 251 / 0.05);
}
.hover\:border-gray-50\/50:hover {
  border-color: rgb(249 250 251 / 0.5);
}
.hover\:border-gray-50\/55:hover {
  border-color: rgb(249 250 251 / 0.55);
}
.hover\:border-gray-50\/60:hover {
  border-color: rgb(249 250 251 / 0.6);
}
.hover\:border-gray-50\/65:hover {
  border-color: rgb(249 250 251 / 0.65);
}
.hover\:border-gray-50\/70:hover {
  border-color: rgb(249 250 251 / 0.7);
}
.hover\:border-gray-50\/75:hover {
  border-color: rgb(249 250 251 / 0.75);
}
.hover\:border-gray-50\/80:hover {
  border-color: rgb(249 250 251 / 0.8);
}
.hover\:border-gray-50\/85:hover {
  border-color: rgb(249 250 251 / 0.85);
}
.hover\:border-gray-50\/90:hover {
  border-color: rgb(249 250 251 / 0.9);
}
.hover\:border-gray-50\/95:hover {
  border-color: rgb(249 250 251 / 0.95);
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.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-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-950\/0:hover {
  border-color: rgb(3 7 18 / 0);
}
.hover\:border-gray-950\/10:hover {
  border-color: rgb(3 7 18 / 0.1);
}
.hover\:border-gray-950\/100:hover {
  border-color: rgb(3 7 18 / 1);
}
.hover\:border-gray-950\/15:hover {
  border-color: rgb(3 7 18 / 0.15);
}
.hover\:border-gray-950\/20:hover {
  border-color: rgb(3 7 18 / 0.2);
}
.hover\:border-gray-950\/25:hover {
  border-color: rgb(3 7 18 / 0.25);
}
.hover\:border-gray-950\/30:hover {
  border-color: rgb(3 7 18 / 0.3);
}
.hover\:border-gray-950\/35:hover {
  border-color: rgb(3 7 18 / 0.35);
}
.hover\:border-gray-950\/40:hover {
  border-color: rgb(3 7 18 / 0.4);
}
.hover\:border-gray-950\/45:hover {
  border-color: rgb(3 7 18 / 0.45);
}
.hover\:border-gray-950\/5:hover {
  border-color: rgb(3 7 18 / 0.05);
}
.hover\:border-gray-950\/50:hover {
  border-color: rgb(3 7 18 / 0.5);
}
.hover\:border-gray-950\/55:hover {
  border-color: rgb(3 7 18 / 0.55);
}
.hover\:border-gray-950\/60:hover {
  border-color: rgb(3 7 18 / 0.6);
}
.hover\:border-gray-950\/65:hover {
  border-color: rgb(3 7 18 / 0.65);
}
.hover\:border-gray-950\/70:hover {
  border-color: rgb(3 7 18 / 0.7);
}
.hover\:border-gray-950\/75:hover {
  border-color: rgb(3 7 18 / 0.75);
}
.hover\:border-gray-950\/80:hover {
  border-color: rgb(3 7 18 / 0.8);
}
.hover\:border-gray-950\/85:hover {
  border-color: rgb(3 7 18 / 0.85);
}
.hover\:border-gray-950\/90:hover {
  border-color: rgb(3 7 18 / 0.9);
}
.hover\:border-gray-950\/95:hover {
  border-color: rgb(3 7 18 / 0.95);
}
.hover\:border-gray-background:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-background\/0:hover {
  border-color: rgb(245 245 245 / 0);
}
.hover\:border-gray-background\/10:hover {
  border-color: rgb(245 245 245 / 0.1);
}
.hover\:border-gray-background\/100:hover {
  border-color: rgb(245 245 245 / 1);
}
.hover\:border-gray-background\/15:hover {
  border-color: rgb(245 245 245 / 0.15);
}
.hover\:border-gray-background\/20:hover {
  border-color: rgb(245 245 245 / 0.2);
}
.hover\:border-gray-background\/25:hover {
  border-color: rgb(245 245 245 / 0.25);
}
.hover\:border-gray-background\/30:hover {
  border-color: rgb(245 245 245 / 0.3);
}
.hover\:border-gray-background\/35:hover {
  border-color: rgb(245 245 245 / 0.35);
}
.hover\:border-gray-background\/40:hover {
  border-color: rgb(245 245 245 / 0.4);
}
.hover\:border-gray-background\/45:hover {
  border-color: rgb(245 245 245 / 0.45);
}
.hover\:border-gray-background\/5:hover {
  border-color: rgb(245 245 245 / 0.05);
}
.hover\:border-gray-background\/50:hover {
  border-color: rgb(245 245 245 / 0.5);
}
.hover\:border-gray-background\/55:hover {
  border-color: rgb(245 245 245 / 0.55);
}
.hover\:border-gray-background\/60:hover {
  border-color: rgb(245 245 245 / 0.6);
}
.hover\:border-gray-background\/65:hover {
  border-color: rgb(245 245 245 / 0.65);
}
.hover\:border-gray-background\/70:hover {
  border-color: rgb(245 245 245 / 0.7);
}
.hover\:border-gray-background\/75:hover {
  border-color: rgb(245 245 245 / 0.75);
}
.hover\:border-gray-background\/80:hover {
  border-color: rgb(245 245 245 / 0.8);
}
.hover\:border-gray-background\/85:hover {
  border-color: rgb(245 245 245 / 0.85);
}
.hover\:border-gray-background\/90:hover {
  border-color: rgb(245 245 245 / 0.9);
}
.hover\:border-gray-background\/95:hover {
  border-color: rgb(245 245 245 / 0.95);
}
.hover\:border-gray-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-border\/0:hover {
  border-color: rgb(194 194 194 / 0);
}
.hover\:border-gray-border\/10:hover {
  border-color: rgb(194 194 194 / 0.1);
}
.hover\:border-gray-border\/100:hover {
  border-color: rgb(194 194 194 / 1);
}
.hover\:border-gray-border\/15:hover {
  border-color: rgb(194 194 194 / 0.15);
}
.hover\:border-gray-border\/20:hover {
  border-color: rgb(194 194 194 / 0.2);
}
.hover\:border-gray-border\/25:hover {
  border-color: rgb(194 194 194 / 0.25);
}
.hover\:border-gray-border\/30:hover {
  border-color: rgb(194 194 194 / 0.3);
}
.hover\:border-gray-border\/35:hover {
  border-color: rgb(194 194 194 / 0.35);
}
.hover\:border-gray-border\/40:hover {
  border-color: rgb(194 194 194 / 0.4);
}
.hover\:border-gray-border\/45:hover {
  border-color: rgb(194 194 194 / 0.45);
}
.hover\:border-gray-border\/5:hover {
  border-color: rgb(194 194 194 / 0.05);
}
.hover\:border-gray-border\/50:hover {
  border-color: rgb(194 194 194 / 0.5);
}
.hover\:border-gray-border\/55:hover {
  border-color: rgb(194 194 194 / 0.55);
}
.hover\:border-gray-border\/60:hover {
  border-color: rgb(194 194 194 / 0.6);
}
.hover\:border-gray-border\/65:hover {
  border-color: rgb(194 194 194 / 0.65);
}
.hover\:border-gray-border\/70:hover {
  border-color: rgb(194 194 194 / 0.7);
}
.hover\:border-gray-border\/75:hover {
  border-color: rgb(194 194 194 / 0.75);
}
.hover\:border-gray-border\/80:hover {
  border-color: rgb(194 194 194 / 0.8);
}
.hover\:border-gray-border\/85:hover {
  border-color: rgb(194 194 194 / 0.85);
}
.hover\:border-gray-border\/90:hover {
  border-color: rgb(194 194 194 / 0.9);
}
.hover\:border-gray-border\/95:hover {
  border-color: rgb(194 194 194 / 0.95);
}
.hover\:border-gray-classic:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-classic\/0:hover {
  border-color: rgb(217 217 217 / 0);
}
.hover\:border-gray-classic\/10:hover {
  border-color: rgb(217 217 217 / 0.1);
}
.hover\:border-gray-classic\/100:hover {
  border-color: rgb(217 217 217 / 1);
}
.hover\:border-gray-classic\/15:hover {
  border-color: rgb(217 217 217 / 0.15);
}
.hover\:border-gray-classic\/20:hover {
  border-color: rgb(217 217 217 / 0.2);
}
.hover\:border-gray-classic\/25:hover {
  border-color: rgb(217 217 217 / 0.25);
}
.hover\:border-gray-classic\/30:hover {
  border-color: rgb(217 217 217 / 0.3);
}
.hover\:border-gray-classic\/35:hover {
  border-color: rgb(217 217 217 / 0.35);
}
.hover\:border-gray-classic\/40:hover {
  border-color: rgb(217 217 217 / 0.4);
}
.hover\:border-gray-classic\/45:hover {
  border-color: rgb(217 217 217 / 0.45);
}
.hover\:border-gray-classic\/5:hover {
  border-color: rgb(217 217 217 / 0.05);
}
.hover\:border-gray-classic\/50:hover {
  border-color: rgb(217 217 217 / 0.5);
}
.hover\:border-gray-classic\/55:hover {
  border-color: rgb(217 217 217 / 0.55);
}
.hover\:border-gray-classic\/60:hover {
  border-color: rgb(217 217 217 / 0.6);
}
.hover\:border-gray-classic\/65:hover {
  border-color: rgb(217 217 217 / 0.65);
}
.hover\:border-gray-classic\/70:hover {
  border-color: rgb(217 217 217 / 0.7);
}
.hover\:border-gray-classic\/75:hover {
  border-color: rgb(217 217 217 / 0.75);
}
.hover\:border-gray-classic\/80:hover {
  border-color: rgb(217 217 217 / 0.8);
}
.hover\:border-gray-classic\/85:hover {
  border-color: rgb(217 217 217 / 0.85);
}
.hover\:border-gray-classic\/90:hover {
  border-color: rgb(217 217 217 / 0.9);
}
.hover\:border-gray-classic\/95:hover {
  border-color: rgb(217 217 217 / 0.95);
}
.hover\:border-gray-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-light\/0:hover {
  border-color: rgb(236 236 236 / 0);
}
.hover\:border-gray-light\/10:hover {
  border-color: rgb(236 236 236 / 0.1);
}
.hover\:border-gray-light\/100:hover {
  border-color: rgb(236 236 236 / 1);
}
.hover\:border-gray-light\/15:hover {
  border-color: rgb(236 236 236 / 0.15);
}
.hover\:border-gray-light\/20:hover {
  border-color: rgb(236 236 236 / 0.2);
}
.hover\:border-gray-light\/25:hover {
  border-color: rgb(236 236 236 / 0.25);
}
.hover\:border-gray-light\/30:hover {
  border-color: rgb(236 236 236 / 0.3);
}
.hover\:border-gray-light\/35:hover {
  border-color: rgb(236 236 236 / 0.35);
}
.hover\:border-gray-light\/40:hover {
  border-color: rgb(236 236 236 / 0.4);
}
.hover\:border-gray-light\/45:hover {
  border-color: rgb(236 236 236 / 0.45);
}
.hover\:border-gray-light\/5:hover {
  border-color: rgb(236 236 236 / 0.05);
}
.hover\:border-gray-light\/50:hover {
  border-color: rgb(236 236 236 / 0.5);
}
.hover\:border-gray-light\/55:hover {
  border-color: rgb(236 236 236 / 0.55);
}
.hover\:border-gray-light\/60:hover {
  border-color: rgb(236 236 236 / 0.6);
}
.hover\:border-gray-light\/65:hover {
  border-color: rgb(236 236 236 / 0.65);
}
.hover\:border-gray-light\/70:hover {
  border-color: rgb(236 236 236 / 0.7);
}
.hover\:border-gray-light\/75:hover {
  border-color: rgb(236 236 236 / 0.75);
}
.hover\:border-gray-light\/80:hover {
  border-color: rgb(236 236 236 / 0.8);
}
.hover\:border-gray-light\/85:hover {
  border-color: rgb(236 236 236 / 0.85);
}
.hover\:border-gray-light\/90:hover {
  border-color: rgb(236 236 236 / 0.9);
}
.hover\:border-gray-light\/95:hover {
  border-color: rgb(236 236 236 / 0.95);
}
.hover\:border-gray-txt:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 65 65 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-txt\/0:hover {
  border-color: rgb(65 65 65 / 0);
}
.hover\:border-gray-txt\/10:hover {
  border-color: rgb(65 65 65 / 0.1);
}
.hover\:border-gray-txt\/100:hover {
  border-color: rgb(65 65 65 / 1);
}
.hover\:border-gray-txt\/15:hover {
  border-color: rgb(65 65 65 / 0.15);
}
.hover\:border-gray-txt\/20:hover {
  border-color: rgb(65 65 65 / 0.2);
}
.hover\:border-gray-txt\/25:hover {
  border-color: rgb(65 65 65 / 0.25);
}
.hover\:border-gray-txt\/30:hover {
  border-color: rgb(65 65 65 / 0.3);
}
.hover\:border-gray-txt\/35:hover {
  border-color: rgb(65 65 65 / 0.35);
}
.hover\:border-gray-txt\/40:hover {
  border-color: rgb(65 65 65 / 0.4);
}
.hover\:border-gray-txt\/45:hover {
  border-color: rgb(65 65 65 / 0.45);
}
.hover\:border-gray-txt\/5:hover {
  border-color: rgb(65 65 65 / 0.05);
}
.hover\:border-gray-txt\/50:hover {
  border-color: rgb(65 65 65 / 0.5);
}
.hover\:border-gray-txt\/55:hover {
  border-color: rgb(65 65 65 / 0.55);
}
.hover\:border-gray-txt\/60:hover {
  border-color: rgb(65 65 65 / 0.6);
}
.hover\:border-gray-txt\/65:hover {
  border-color: rgb(65 65 65 / 0.65);
}
.hover\:border-gray-txt\/70:hover {
  border-color: rgb(65 65 65 / 0.7);
}
.hover\:border-gray-txt\/75:hover {
  border-color: rgb(65 65 65 / 0.75);
}
.hover\:border-gray-txt\/80:hover {
  border-color: rgb(65 65 65 / 0.8);
}
.hover\:border-gray-txt\/85:hover {
  border-color: rgb(65 65 65 / 0.85);
}
.hover\:border-gray-txt\/90:hover {
  border-color: rgb(65 65 65 / 0.9);
}
.hover\:border-gray-txt\/95:hover {
  border-color: rgb(65 65 65 / 0.95);
}
.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 179 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-blue\/0:hover {
  border-color: rgb(0 122 179 / 0);
}
.hover\:border-primary-blue\/10:hover {
  border-color: rgb(0 122 179 / 0.1);
}
.hover\:border-primary-blue\/100:hover {
  border-color: rgb(0 122 179 / 1);
}
.hover\:border-primary-blue\/15:hover {
  border-color: rgb(0 122 179 / 0.15);
}
.hover\:border-primary-blue\/20:hover {
  border-color: rgb(0 122 179 / 0.2);
}
.hover\:border-primary-blue\/25:hover {
  border-color: rgb(0 122 179 / 0.25);
}
.hover\:border-primary-blue\/30:hover {
  border-color: rgb(0 122 179 / 0.3);
}
.hover\:border-primary-blue\/35:hover {
  border-color: rgb(0 122 179 / 0.35);
}
.hover\:border-primary-blue\/40:hover {
  border-color: rgb(0 122 179 / 0.4);
}
.hover\:border-primary-blue\/45:hover {
  border-color: rgb(0 122 179 / 0.45);
}
.hover\:border-primary-blue\/5:hover {
  border-color: rgb(0 122 179 / 0.05);
}
.hover\:border-primary-blue\/50:hover {
  border-color: rgb(0 122 179 / 0.5);
}
.hover\:border-primary-blue\/55:hover {
  border-color: rgb(0 122 179 / 0.55);
}
.hover\:border-primary-blue\/60:hover {
  border-color: rgb(0 122 179 / 0.6);
}
.hover\:border-primary-blue\/65:hover {
  border-color: rgb(0 122 179 / 0.65);
}
.hover\:border-primary-blue\/70:hover {
  border-color: rgb(0 122 179 / 0.7);
}
.hover\:border-primary-blue\/75:hover {
  border-color: rgb(0 122 179 / 0.75);
}
.hover\:border-primary-blue\/80:hover {
  border-color: rgb(0 122 179 / 0.8);
}
.hover\:border-primary-blue\/85:hover {
  border-color: rgb(0 122 179 / 0.85);
}
.hover\:border-primary-blue\/90:hover {
  border-color: rgb(0 122 179 / 0.9);
}
.hover\:border-primary-blue\/95:hover {
  border-color: rgb(0 122 179 / 0.95);
}
.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-100\/0:focus {
  border-color: rgb(219 234 254 / 0);
}
.focus\:border-blue-100\/10:focus {
  border-color: rgb(219 234 254 / 0.1);
}
.focus\:border-blue-100\/100:focus {
  border-color: rgb(219 234 254 / 1);
}
.focus\:border-blue-100\/15:focus {
  border-color: rgb(219 234 254 / 0.15);
}
.focus\:border-blue-100\/20:focus {
  border-color: rgb(219 234 254 / 0.2);
}
.focus\:border-blue-100\/25:focus {
  border-color: rgb(219 234 254 / 0.25);
}
.focus\:border-blue-100\/30:focus {
  border-color: rgb(219 234 254 / 0.3);
}
.focus\:border-blue-100\/35:focus {
  border-color: rgb(219 234 254 / 0.35);
}
.focus\:border-blue-100\/40:focus {
  border-color: rgb(219 234 254 / 0.4);
}
.focus\:border-blue-100\/45:focus {
  border-color: rgb(219 234 254 / 0.45);
}
.focus\:border-blue-100\/5:focus {
  border-color: rgb(219 234 254 / 0.05);
}
.focus\:border-blue-100\/50:focus {
  border-color: rgb(219 234 254 / 0.5);
}
.focus\:border-blue-100\/55:focus {
  border-color: rgb(219 234 254 / 0.55);
}
.focus\:border-blue-100\/60:focus {
  border-color: rgb(219 234 254 / 0.6);
}
.focus\:border-blue-100\/65:focus {
  border-color: rgb(219 234 254 / 0.65);
}
.focus\:border-blue-100\/70:focus {
  border-color: rgb(219 234 254 / 0.7);
}
.focus\:border-blue-100\/75:focus {
  border-color: rgb(219 234 254 / 0.75);
}
.focus\:border-blue-100\/80:focus {
  border-color: rgb(219 234 254 / 0.8);
}
.focus\:border-blue-100\/85:focus {
  border-color: rgb(219 234 254 / 0.85);
}
.focus\:border-blue-100\/90:focus {
  border-color: rgb(219 234 254 / 0.9);
}
.focus\:border-blue-100\/95:focus {
  border-color: rgb(219 234 254 / 0.95);
}
.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-200\/0:focus {
  border-color: rgb(191 219 254 / 0);
}
.focus\:border-blue-200\/10:focus {
  border-color: rgb(191 219 254 / 0.1);
}
.focus\:border-blue-200\/100:focus {
  border-color: rgb(191 219 254 / 1);
}
.focus\:border-blue-200\/15:focus {
  border-color: rgb(191 219 254 / 0.15);
}
.focus\:border-blue-200\/20:focus {
  border-color: rgb(191 219 254 / 0.2);
}
.focus\:border-blue-200\/25:focus {
  border-color: rgb(191 219 254 / 0.25);
}
.focus\:border-blue-200\/30:focus {
  border-color: rgb(191 219 254 / 0.3);
}
.focus\:border-blue-200\/35:focus {
  border-color: rgb(191 219 254 / 0.35);
}
.focus\:border-blue-200\/40:focus {
  border-color: rgb(191 219 254 / 0.4);
}
.focus\:border-blue-200\/45:focus {
  border-color: rgb(191 219 254 / 0.45);
}
.focus\:border-blue-200\/5:focus {
  border-color: rgb(191 219 254 / 0.05);
}
.focus\:border-blue-200\/50:focus {
  border-color: rgb(191 219 254 / 0.5);
}
.focus\:border-blue-200\/55:focus {
  border-color: rgb(191 219 254 / 0.55);
}
.focus\:border-blue-200\/60:focus {
  border-color: rgb(191 219 254 / 0.6);
}
.focus\:border-blue-200\/65:focus {
  border-color: rgb(191 219 254 / 0.65);
}
.focus\:border-blue-200\/70:focus {
  border-color: rgb(191 219 254 / 0.7);
}
.focus\:border-blue-200\/75:focus {
  border-color: rgb(191 219 254 / 0.75);
}
.focus\:border-blue-200\/80:focus {
  border-color: rgb(191 219 254 / 0.8);
}
.focus\:border-blue-200\/85:focus {
  border-color: rgb(191 219 254 / 0.85);
}
.focus\:border-blue-200\/90:focus {
  border-color: rgb(191 219 254 / 0.9);
}
.focus\:border-blue-200\/95:focus {
  border-color: rgb(191 219 254 / 0.95);
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-300\/0:focus {
  border-color: rgb(147 197 253 / 0);
}
.focus\:border-blue-300\/10:focus {
  border-color: rgb(147 197 253 / 0.1);
}
.focus\:border-blue-300\/100:focus {
  border-color: rgb(147 197 253 / 1);
}
.focus\:border-blue-300\/15:focus {
  border-color: rgb(147 197 253 / 0.15);
}
.focus\:border-blue-300\/20:focus {
  border-color: rgb(147 197 253 / 0.2);
}
.focus\:border-blue-300\/25:focus {
  border-color: rgb(147 197 253 / 0.25);
}
.focus\:border-blue-300\/30:focus {
  border-color: rgb(147 197 253 / 0.3);
}
.focus\:border-blue-300\/35:focus {
  border-color: rgb(147 197 253 / 0.35);
}
.focus\:border-blue-300\/40:focus {
  border-color: rgb(147 197 253 / 0.4);
}
.focus\:border-blue-300\/45:focus {
  border-color: rgb(147 197 253 / 0.45);
}
.focus\:border-blue-300\/5:focus {
  border-color: rgb(147 197 253 / 0.05);
}
.focus\:border-blue-300\/50:focus {
  border-color: rgb(147 197 253 / 0.5);
}
.focus\:border-blue-300\/55:focus {
  border-color: rgb(147 197 253 / 0.55);
}
.focus\:border-blue-300\/60:focus {
  border-color: rgb(147 197 253 / 0.6);
}
.focus\:border-blue-300\/65:focus {
  border-color: rgb(147 197 253 / 0.65);
}
.focus\:border-blue-300\/70:focus {
  border-color: rgb(147 197 253 / 0.7);
}
.focus\:border-blue-300\/75:focus {
  border-color: rgb(147 197 253 / 0.75);
}
.focus\:border-blue-300\/80:focus {
  border-color: rgb(147 197 253 / 0.8);
}
.focus\:border-blue-300\/85:focus {
  border-color: rgb(147 197 253 / 0.85);
}
.focus\:border-blue-300\/90:focus {
  border-color: rgb(147 197 253 / 0.9);
}
.focus\:border-blue-300\/95:focus {
  border-color: rgb(147 197 253 / 0.95);
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-400\/0:focus {
  border-color: rgb(96 165 250 / 0);
}
.focus\:border-blue-400\/10:focus {
  border-color: rgb(96 165 250 / 0.1);
}
.focus\:border-blue-400\/100:focus {
  border-color: rgb(96 165 250 / 1);
}
.focus\:border-blue-400\/15:focus {
  border-color: rgb(96 165 250 / 0.15);
}
.focus\:border-blue-400\/20:focus {
  border-color: rgb(96 165 250 / 0.2);
}
.focus\:border-blue-400\/25:focus {
  border-color: rgb(96 165 250 / 0.25);
}
.focus\:border-blue-400\/30:focus {
  border-color: rgb(96 165 250 / 0.3);
}
.focus\:border-blue-400\/35:focus {
  border-color: rgb(96 165 250 / 0.35);
}
.focus\:border-blue-400\/40:focus {
  border-color: rgb(96 165 250 / 0.4);
}
.focus\:border-blue-400\/45:focus {
  border-color: rgb(96 165 250 / 0.45);
}
.focus\:border-blue-400\/5:focus {
  border-color: rgb(96 165 250 / 0.05);
}
.focus\:border-blue-400\/50:focus {
  border-color: rgb(96 165 250 / 0.5);
}
.focus\:border-blue-400\/55:focus {
  border-color: rgb(96 165 250 / 0.55);
}
.focus\:border-blue-400\/60:focus {
  border-color: rgb(96 165 250 / 0.6);
}
.focus\:border-blue-400\/65:focus {
  border-color: rgb(96 165 250 / 0.65);
}
.focus\:border-blue-400\/70:focus {
  border-color: rgb(96 165 250 / 0.7);
}
.focus\:border-blue-400\/75:focus {
  border-color: rgb(96 165 250 / 0.75);
}
.focus\:border-blue-400\/80:focus {
  border-color: rgb(96 165 250 / 0.8);
}
.focus\:border-blue-400\/85:focus {
  border-color: rgb(96 165 250 / 0.85);
}
.focus\:border-blue-400\/90:focus {
  border-color: rgb(96 165 250 / 0.9);
}
.focus\:border-blue-400\/95:focus {
  border-color: rgb(96 165 250 / 0.95);
}
.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-50\/0:focus {
  border-color: rgb(239 246 255 / 0);
}
.focus\:border-blue-50\/10:focus {
  border-color: rgb(239 246 255 / 0.1);
}
.focus\:border-blue-50\/100:focus {
  border-color: rgb(239 246 255 / 1);
}
.focus\:border-blue-50\/15:focus {
  border-color: rgb(239 246 255 / 0.15);
}
.focus\:border-blue-50\/20:focus {
  border-color: rgb(239 246 255 / 0.2);
}
.focus\:border-blue-50\/25:focus {
  border-color: rgb(239 246 255 / 0.25);
}
.focus\:border-blue-50\/30:focus {
  border-color: rgb(239 246 255 / 0.3);
}
.focus\:border-blue-50\/35:focus {
  border-color: rgb(239 246 255 / 0.35);
}
.focus\:border-blue-50\/40:focus {
  border-color: rgb(239 246 255 / 0.4);
}
.focus\:border-blue-50\/45:focus {
  border-color: rgb(239 246 255 / 0.45);
}
.focus\:border-blue-50\/5:focus {
  border-color: rgb(239 246 255 / 0.05);
}
.focus\:border-blue-50\/50:focus {
  border-color: rgb(239 246 255 / 0.5);
}
.focus\:border-blue-50\/55:focus {
  border-color: rgb(239 246 255 / 0.55);
}
.focus\:border-blue-50\/60:focus {
  border-color: rgb(239 246 255 / 0.6);
}
.focus\:border-blue-50\/65:focus {
  border-color: rgb(239 246 255 / 0.65);
}
.focus\:border-blue-50\/70:focus {
  border-color: rgb(239 246 255 / 0.7);
}
.focus\:border-blue-50\/75:focus {
  border-color: rgb(239 246 255 / 0.75);
}
.focus\:border-blue-50\/80:focus {
  border-color: rgb(239 246 255 / 0.8);
}
.focus\:border-blue-50\/85:focus {
  border-color: rgb(239 246 255 / 0.85);
}
.focus\:border-blue-50\/90:focus {
  border-color: rgb(239 246 255 / 0.9);
}
.focus\:border-blue-50\/95:focus {
  border-color: rgb(239 246 255 / 0.95);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500\/0:focus {
  border-color: rgb(59 130 246 / 0);
}
.focus\:border-blue-500\/10:focus {
  border-color: rgb(59 130 246 / 0.1);
}
.focus\:border-blue-500\/100:focus {
  border-color: rgb(59 130 246 / 1);
}
.focus\:border-blue-500\/15:focus {
  border-color: rgb(59 130 246 / 0.15);
}
.focus\:border-blue-500\/20:focus {
  border-color: rgb(59 130 246 / 0.2);
}
.focus\:border-blue-500\/25:focus {
  border-color: rgb(59 130 246 / 0.25);
}
.focus\:border-blue-500\/30:focus {
  border-color: rgb(59 130 246 / 0.3);
}
.focus\:border-blue-500\/35:focus {
  border-color: rgb(59 130 246 / 0.35);
}
.focus\:border-blue-500\/40:focus {
  border-color: rgb(59 130 246 / 0.4);
}
.focus\:border-blue-500\/45:focus {
  border-color: rgb(59 130 246 / 0.45);
}
.focus\:border-blue-500\/5:focus {
  border-color: rgb(59 130 246 / 0.05);
}
.focus\:border-blue-500\/50:focus {
  border-color: rgb(59 130 246 / 0.5);
}
.focus\:border-blue-500\/55:focus {
  border-color: rgb(59 130 246 / 0.55);
}
.focus\:border-blue-500\/60:focus {
  border-color: rgb(59 130 246 / 0.6);
}
.focus\:border-blue-500\/65:focus {
  border-color: rgb(59 130 246 / 0.65);
}
.focus\:border-blue-500\/70:focus {
  border-color: rgb(59 130 246 / 0.7);
}
.focus\:border-blue-500\/75:focus {
  border-color: rgb(59 130 246 / 0.75);
}
.focus\:border-blue-500\/80:focus {
  border-color: rgb(59 130 246 / 0.8);
}
.focus\:border-blue-500\/85:focus {
  border-color: rgb(59 130 246 / 0.85);
}
.focus\:border-blue-500\/90:focus {
  border-color: rgb(59 130 246 / 0.9);
}
.focus\:border-blue-500\/95:focus {
  border-color: rgb(59 130 246 / 0.95);
}
.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-600\/0:focus {
  border-color: rgb(37 99 235 / 0);
}
.focus\:border-blue-600\/10:focus {
  border-color: rgb(37 99 235 / 0.1);
}
.focus\:border-blue-600\/100:focus {
  border-color: rgb(37 99 235 / 1);
}
.focus\:border-blue-600\/15:focus {
  border-color: rgb(37 99 235 / 0.15);
}
.focus\:border-blue-600\/20:focus {
  border-color: rgb(37 99 235 / 0.2);
}
.focus\:border-blue-600\/25:focus {
  border-color: rgb(37 99 235 / 0.25);
}
.focus\:border-blue-600\/30:focus {
  border-color: rgb(37 99 235 / 0.3);
}
.focus\:border-blue-600\/35:focus {
  border-color: rgb(37 99 235 / 0.35);
}
.focus\:border-blue-600\/40:focus {
  border-color: rgb(37 99 235 / 0.4);
}
.focus\:border-blue-600\/45:focus {
  border-color: rgb(37 99 235 / 0.45);
}
.focus\:border-blue-600\/5:focus {
  border-color: rgb(37 99 235 / 0.05);
}
.focus\:border-blue-600\/50:focus {
  border-color: rgb(37 99 235 / 0.5);
}
.focus\:border-blue-600\/55:focus {
  border-color: rgb(37 99 235 / 0.55);
}
.focus\:border-blue-600\/60:focus {
  border-color: rgb(37 99 235 / 0.6);
}
.focus\:border-blue-600\/65:focus {
  border-color: rgb(37 99 235 / 0.65);
}
.focus\:border-blue-600\/70:focus {
  border-color: rgb(37 99 235 / 0.7);
}
.focus\:border-blue-600\/75:focus {
  border-color: rgb(37 99 235 / 0.75);
}
.focus\:border-blue-600\/80:focus {
  border-color: rgb(37 99 235 / 0.8);
}
.focus\:border-blue-600\/85:focus {
  border-color: rgb(37 99 235 / 0.85);
}
.focus\:border-blue-600\/90:focus {
  border-color: rgb(37 99 235 / 0.9);
}
.focus\:border-blue-600\/95:focus {
  border-color: rgb(37 99 235 / 0.95);
}
.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-700\/0:focus {
  border-color: rgb(29 78 216 / 0);
}
.focus\:border-blue-700\/10:focus {
  border-color: rgb(29 78 216 / 0.1);
}
.focus\:border-blue-700\/100:focus {
  border-color: rgb(29 78 216 / 1);
}
.focus\:border-blue-700\/15:focus {
  border-color: rgb(29 78 216 / 0.15);
}
.focus\:border-blue-700\/20:focus {
  border-color: rgb(29 78 216 / 0.2);
}
.focus\:border-blue-700\/25:focus {
  border-color: rgb(29 78 216 / 0.25);
}
.focus\:border-blue-700\/30:focus {
  border-color: rgb(29 78 216 / 0.3);
}
.focus\:border-blue-700\/35:focus {
  border-color: rgb(29 78 216 / 0.35);
}
.focus\:border-blue-700\/40:focus {
  border-color: rgb(29 78 216 / 0.4);
}
.focus\:border-blue-700\/45:focus {
  border-color: rgb(29 78 216 / 0.45);
}
.focus\:border-blue-700\/5:focus {
  border-color: rgb(29 78 216 / 0.05);
}
.focus\:border-blue-700\/50:focus {
  border-color: rgb(29 78 216 / 0.5);
}
.focus\:border-blue-700\/55:focus {
  border-color: rgb(29 78 216 / 0.55);
}
.focus\:border-blue-700\/60:focus {
  border-color: rgb(29 78 216 / 0.6);
}
.focus\:border-blue-700\/65:focus {
  border-color: rgb(29 78 216 / 0.65);
}
.focus\:border-blue-700\/70:focus {
  border-color: rgb(29 78 216 / 0.7);
}
.focus\:border-blue-700\/75:focus {
  border-color: rgb(29 78 216 / 0.75);
}
.focus\:border-blue-700\/80:focus {
  border-color: rgb(29 78 216 / 0.8);
}
.focus\:border-blue-700\/85:focus {
  border-color: rgb(29 78 216 / 0.85);
}
.focus\:border-blue-700\/90:focus {
  border-color: rgb(29 78 216 / 0.9);
}
.focus\:border-blue-700\/95:focus {
  border-color: rgb(29 78 216 / 0.95);
}
.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-800\/0:focus {
  border-color: rgb(30 64 175 / 0);
}
.focus\:border-blue-800\/10:focus {
  border-color: rgb(30 64 175 / 0.1);
}
.focus\:border-blue-800\/100:focus {
  border-color: rgb(30 64 175 / 1);
}
.focus\:border-blue-800\/15:focus {
  border-color: rgb(30 64 175 / 0.15);
}
.focus\:border-blue-800\/20:focus {
  border-color: rgb(30 64 175 / 0.2);
}
.focus\:border-blue-800\/25:focus {
  border-color: rgb(30 64 175 / 0.25);
}
.focus\:border-blue-800\/30:focus {
  border-color: rgb(30 64 175 / 0.3);
}
.focus\:border-blue-800\/35:focus {
  border-color: rgb(30 64 175 / 0.35);
}
.focus\:border-blue-800\/40:focus {
  border-color: rgb(30 64 175 / 0.4);
}
.focus\:border-blue-800\/45:focus {
  border-color: rgb(30 64 175 / 0.45);
}
.focus\:border-blue-800\/5:focus {
  border-color: rgb(30 64 175 / 0.05);
}
.focus\:border-blue-800\/50:focus {
  border-color: rgb(30 64 175 / 0.5);
}
.focus\:border-blue-800\/55:focus {
  border-color: rgb(30 64 175 / 0.55);
}
.focus\:border-blue-800\/60:focus {
  border-color: rgb(30 64 175 / 0.6);
}
.focus\:border-blue-800\/65:focus {
  border-color: rgb(30 64 175 / 0.65);
}
.focus\:border-blue-800\/70:focus {
  border-color: rgb(30 64 175 / 0.7);
}
.focus\:border-blue-800\/75:focus {
  border-color: rgb(30 64 175 / 0.75);
}
.focus\:border-blue-800\/80:focus {
  border-color: rgb(30 64 175 / 0.8);
}
.focus\:border-blue-800\/85:focus {
  border-color: rgb(30 64 175 / 0.85);
}
.focus\:border-blue-800\/90:focus {
  border-color: rgb(30 64 175 / 0.9);
}
.focus\:border-blue-800\/95:focus {
  border-color: rgb(30 64 175 / 0.95);
}
.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-900\/0:focus {
  border-color: rgb(30 58 138 / 0);
}
.focus\:border-blue-900\/10:focus {
  border-color: rgb(30 58 138 / 0.1);
}
.focus\:border-blue-900\/100:focus {
  border-color: rgb(30 58 138 / 1);
}
.focus\:border-blue-900\/15:focus {
  border-color: rgb(30 58 138 / 0.15);
}
.focus\:border-blue-900\/20:focus {
  border-color: rgb(30 58 138 / 0.2);
}
.focus\:border-blue-900\/25:focus {
  border-color: rgb(30 58 138 / 0.25);
}
.focus\:border-blue-900\/30:focus {
  border-color: rgb(30 58 138 / 0.3);
}
.focus\:border-blue-900\/35:focus {
  border-color: rgb(30 58 138 / 0.35);
}
.focus\:border-blue-900\/40:focus {
  border-color: rgb(30 58 138 / 0.4);
}
.focus\:border-blue-900\/45:focus {
  border-color: rgb(30 58 138 / 0.45);
}
.focus\:border-blue-900\/5:focus {
  border-color: rgb(30 58 138 / 0.05);
}
.focus\:border-blue-900\/50:focus {
  border-color: rgb(30 58 138 / 0.5);
}
.focus\:border-blue-900\/55:focus {
  border-color: rgb(30 58 138 / 0.55);
}
.focus\:border-blue-900\/60:focus {
  border-color: rgb(30 58 138 / 0.6);
}
.focus\:border-blue-900\/65:focus {
  border-color: rgb(30 58 138 / 0.65);
}
.focus\:border-blue-900\/70:focus {
  border-color: rgb(30 58 138 / 0.7);
}
.focus\:border-blue-900\/75:focus {
  border-color: rgb(30 58 138 / 0.75);
}
.focus\:border-blue-900\/80:focus {
  border-color: rgb(30 58 138 / 0.8);
}
.focus\:border-blue-900\/85:focus {
  border-color: rgb(30 58 138 / 0.85);
}
.focus\:border-blue-900\/90:focus {
  border-color: rgb(30 58 138 / 0.9);
}
.focus\:border-blue-900\/95:focus {
  border-color: rgb(30 58 138 / 0.95);
}
.focus\:border-blue-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-950\/0:focus {
  border-color: rgb(23 37 84 / 0);
}
.focus\:border-blue-950\/10:focus {
  border-color: rgb(23 37 84 / 0.1);
}
.focus\:border-blue-950\/100:focus {
  border-color: rgb(23 37 84 / 1);
}
.focus\:border-blue-950\/15:focus {
  border-color: rgb(23 37 84 / 0.15);
}
.focus\:border-blue-950\/20:focus {
  border-color: rgb(23 37 84 / 0.2);
}
.focus\:border-blue-950\/25:focus {
  border-color: rgb(23 37 84 / 0.25);
}
.focus\:border-blue-950\/30:focus {
  border-color: rgb(23 37 84 / 0.3);
}
.focus\:border-blue-950\/35:focus {
  border-color: rgb(23 37 84 / 0.35);
}
.focus\:border-blue-950\/40:focus {
  border-color: rgb(23 37 84 / 0.4);
}
.focus\:border-blue-950\/45:focus {
  border-color: rgb(23 37 84 / 0.45);
}
.focus\:border-blue-950\/5:focus {
  border-color: rgb(23 37 84 / 0.05);
}
.focus\:border-blue-950\/50:focus {
  border-color: rgb(23 37 84 / 0.5);
}
.focus\:border-blue-950\/55:focus {
  border-color: rgb(23 37 84 / 0.55);
}
.focus\:border-blue-950\/60:focus {
  border-color: rgb(23 37 84 / 0.6);
}
.focus\:border-blue-950\/65:focus {
  border-color: rgb(23 37 84 / 0.65);
}
.focus\:border-blue-950\/70:focus {
  border-color: rgb(23 37 84 / 0.7);
}
.focus\:border-blue-950\/75:focus {
  border-color: rgb(23 37 84 / 0.75);
}
.focus\:border-blue-950\/80:focus {
  border-color: rgb(23 37 84 / 0.8);
}
.focus\:border-blue-950\/85:focus {
  border-color: rgb(23 37 84 / 0.85);
}
.focus\:border-blue-950\/90:focus {
  border-color: rgb(23 37 84 / 0.9);
}
.focus\:border-blue-950\/95:focus {
  border-color: rgb(23 37 84 / 0.95);
}
.focus\:border-blue-allianzBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 129 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-allianzBlue\/0:focus {
  border-color: rgb(0 55 129 / 0);
}
.focus\:border-blue-allianzBlue\/10:focus {
  border-color: rgb(0 55 129 / 0.1);
}
.focus\:border-blue-allianzBlue\/100:focus {
  border-color: rgb(0 55 129 / 1);
}
.focus\:border-blue-allianzBlue\/15:focus {
  border-color: rgb(0 55 129 / 0.15);
}
.focus\:border-blue-allianzBlue\/20:focus {
  border-color: rgb(0 55 129 / 0.2);
}
.focus\:border-blue-allianzBlue\/25:focus {
  border-color: rgb(0 55 129 / 0.25);
}
.focus\:border-blue-allianzBlue\/30:focus {
  border-color: rgb(0 55 129 / 0.3);
}
.focus\:border-blue-allianzBlue\/35:focus {
  border-color: rgb(0 55 129 / 0.35);
}
.focus\:border-blue-allianzBlue\/40:focus {
  border-color: rgb(0 55 129 / 0.4);
}
.focus\:border-blue-allianzBlue\/45:focus {
  border-color: rgb(0 55 129 / 0.45);
}
.focus\:border-blue-allianzBlue\/5:focus {
  border-color: rgb(0 55 129 / 0.05);
}
.focus\:border-blue-allianzBlue\/50:focus {
  border-color: rgb(0 55 129 / 0.5);
}
.focus\:border-blue-allianzBlue\/55:focus {
  border-color: rgb(0 55 129 / 0.55);
}
.focus\:border-blue-allianzBlue\/60:focus {
  border-color: rgb(0 55 129 / 0.6);
}
.focus\:border-blue-allianzBlue\/65:focus {
  border-color: rgb(0 55 129 / 0.65);
}
.focus\:border-blue-allianzBlue\/70:focus {
  border-color: rgb(0 55 129 / 0.7);
}
.focus\:border-blue-allianzBlue\/75:focus {
  border-color: rgb(0 55 129 / 0.75);
}
.focus\:border-blue-allianzBlue\/80:focus {
  border-color: rgb(0 55 129 / 0.8);
}
.focus\:border-blue-allianzBlue\/85:focus {
  border-color: rgb(0 55 129 / 0.85);
}
.focus\:border-blue-allianzBlue\/90:focus {
  border-color: rgb(0 55 129 / 0.9);
}
.focus\:border-blue-allianzBlue\/95:focus {
  border-color: rgb(0 55 129 / 0.95);
}
.focus\:border-blue-darkAllianzBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(18 43 84 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-darkAllianzBlue\/0:focus {
  border-color: rgb(18 43 84 / 0);
}
.focus\:border-blue-darkAllianzBlue\/10:focus {
  border-color: rgb(18 43 84 / 0.1);
}
.focus\:border-blue-darkAllianzBlue\/100:focus {
  border-color: rgb(18 43 84 / 1);
}
.focus\:border-blue-darkAllianzBlue\/15:focus {
  border-color: rgb(18 43 84 / 0.15);
}
.focus\:border-blue-darkAllianzBlue\/20:focus {
  border-color: rgb(18 43 84 / 0.2);
}
.focus\:border-blue-darkAllianzBlue\/25:focus {
  border-color: rgb(18 43 84 / 0.25);
}
.focus\:border-blue-darkAllianzBlue\/30:focus {
  border-color: rgb(18 43 84 / 0.3);
}
.focus\:border-blue-darkAllianzBlue\/35:focus {
  border-color: rgb(18 43 84 / 0.35);
}
.focus\:border-blue-darkAllianzBlue\/40:focus {
  border-color: rgb(18 43 84 / 0.4);
}
.focus\:border-blue-darkAllianzBlue\/45:focus {
  border-color: rgb(18 43 84 / 0.45);
}
.focus\:border-blue-darkAllianzBlue\/5:focus {
  border-color: rgb(18 43 84 / 0.05);
}
.focus\:border-blue-darkAllianzBlue\/50:focus {
  border-color: rgb(18 43 84 / 0.5);
}
.focus\:border-blue-darkAllianzBlue\/55:focus {
  border-color: rgb(18 43 84 / 0.55);
}
.focus\:border-blue-darkAllianzBlue\/60:focus {
  border-color: rgb(18 43 84 / 0.6);
}
.focus\:border-blue-darkAllianzBlue\/65:focus {
  border-color: rgb(18 43 84 / 0.65);
}
.focus\:border-blue-darkAllianzBlue\/70:focus {
  border-color: rgb(18 43 84 / 0.7);
}
.focus\:border-blue-darkAllianzBlue\/75:focus {
  border-color: rgb(18 43 84 / 0.75);
}
.focus\:border-blue-darkAllianzBlue\/80:focus {
  border-color: rgb(18 43 84 / 0.8);
}
.focus\:border-blue-darkAllianzBlue\/85:focus {
  border-color: rgb(18 43 84 / 0.85);
}
.focus\:border-blue-darkAllianzBlue\/90:focus {
  border-color: rgb(18 43 84 / 0.9);
}
.focus\:border-blue-darkAllianzBlue\/95:focus {
  border-color: rgb(18 43 84 / 0.95);
}
.focus\:border-blue-iconBlue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 97 146 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-iconBlue\/0:focus {
  border-color: rgb(0 97 146 / 0);
}
.focus\:border-blue-iconBlue\/10:focus {
  border-color: rgb(0 97 146 / 0.1);
}
.focus\:border-blue-iconBlue\/100:focus {
  border-color: rgb(0 97 146 / 1);
}
.focus\:border-blue-iconBlue\/15:focus {
  border-color: rgb(0 97 146 / 0.15);
}
.focus\:border-blue-iconBlue\/20:focus {
  border-color: rgb(0 97 146 / 0.2);
}
.focus\:border-blue-iconBlue\/25:focus {
  border-color: rgb(0 97 146 / 0.25);
}
.focus\:border-blue-iconBlue\/30:focus {
  border-color: rgb(0 97 146 / 0.3);
}
.focus\:border-blue-iconBlue\/35:focus {
  border-color: rgb(0 97 146 / 0.35);
}
.focus\:border-blue-iconBlue\/40:focus {
  border-color: rgb(0 97 146 / 0.4);
}
.focus\:border-blue-iconBlue\/45:focus {
  border-color: rgb(0 97 146 / 0.45);
}
.focus\:border-blue-iconBlue\/5:focus {
  border-color: rgb(0 97 146 / 0.05);
}
.focus\:border-blue-iconBlue\/50:focus {
  border-color: rgb(0 97 146 / 0.5);
}
.focus\:border-blue-iconBlue\/55:focus {
  border-color: rgb(0 97 146 / 0.55);
}
.focus\:border-blue-iconBlue\/60:focus {
  border-color: rgb(0 97 146 / 0.6);
}
.focus\:border-blue-iconBlue\/65:focus {
  border-color: rgb(0 97 146 / 0.65);
}
.focus\:border-blue-iconBlue\/70:focus {
  border-color: rgb(0 97 146 / 0.7);
}
.focus\:border-blue-iconBlue\/75:focus {
  border-color: rgb(0 97 146 / 0.75);
}
.focus\:border-blue-iconBlue\/80:focus {
  border-color: rgb(0 97 146 / 0.8);
}
.focus\:border-blue-iconBlue\/85:focus {
  border-color: rgb(0 97 146 / 0.85);
}
.focus\:border-blue-iconBlue\/90:focus {
  border-color: rgb(0 97 146 / 0.9);
}
.focus\:border-blue-iconBlue\/95:focus {
  border-color: rgb(0 97 146 / 0.95);
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.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-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-50\/0:focus {
  border-color: rgb(249 250 251 / 0);
}
.focus\:border-gray-50\/10:focus {
  border-color: rgb(249 250 251 / 0.1);
}
.focus\:border-gray-50\/100:focus {
  border-color: rgb(249 250 251 / 1);
}
.focus\:border-gray-50\/15:focus {
  border-color: rgb(249 250 251 / 0.15);
}
.focus\:border-gray-50\/20:focus {
  border-color: rgb(249 250 251 / 0.2);
}
.focus\:border-gray-50\/25:focus {
  border-color: rgb(249 250 251 / 0.25);
}
.focus\:border-gray-50\/30:focus {
  border-color: rgb(249 250 251 / 0.3);
}
.focus\:border-gray-50\/35:focus {
  border-color: rgb(249 250 251 / 0.35);
}
.focus\:border-gray-50\/40:focus {
  border-color: rgb(249 250 251 / 0.4);
}
.focus\:border-gray-50\/45:focus {
  border-color: rgb(249 250 251 / 0.45);
}
.focus\:border-gray-50\/5:focus {
  border-color: rgb(249 250 251 / 0.05);
}
.focus\:border-gray-50\/50:focus {
  border-color: rgb(249 250 251 / 0.5);
}
.focus\:border-gray-50\/55:focus {
  border-color: rgb(249 250 251 / 0.55);
}
.focus\:border-gray-50\/60:focus {
  border-color: rgb(249 250 251 / 0.6);
}
.focus\:border-gray-50\/65:focus {
  border-color: rgb(249 250 251 / 0.65);
}
.focus\:border-gray-50\/70:focus {
  border-color: rgb(249 250 251 / 0.7);
}
.focus\:border-gray-50\/75:focus {
  border-color: rgb(249 250 251 / 0.75);
}
.focus\:border-gray-50\/80:focus {
  border-color: rgb(249 250 251 / 0.8);
}
.focus\:border-gray-50\/85:focus {
  border-color: rgb(249 250 251 / 0.85);
}
.focus\:border-gray-50\/90:focus {
  border-color: rgb(249 250 251 / 0.9);
}
.focus\:border-gray-50\/95:focus {
  border-color: rgb(249 250 251 / 0.95);
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.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 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.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-gray-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-950\/0:focus {
  border-color: rgb(3 7 18 / 0);
}
.focus\:border-gray-950\/10:focus {
  border-color: rgb(3 7 18 / 0.1);
}
.focus\:border-gray-950\/100:focus {
  border-color: rgb(3 7 18 / 1);
}
.focus\:border-gray-950\/15:focus {
  border-color: rgb(3 7 18 / 0.15);
}
.focus\:border-gray-950\/20:focus {
  border-color: rgb(3 7 18 / 0.2);
}
.focus\:border-gray-950\/25:focus {
  border-color: rgb(3 7 18 / 0.25);
}
.focus\:border-gray-950\/30:focus {
  border-color: rgb(3 7 18 / 0.3);
}
.focus\:border-gray-950\/35:focus {
  border-color: rgb(3 7 18 / 0.35);
}
.focus\:border-gray-950\/40:focus {
  border-color: rgb(3 7 18 / 0.4);
}
.focus\:border-gray-950\/45:focus {
  border-color: rgb(3 7 18 / 0.45);
}
.focus\:border-gray-950\/5:focus {
  border-color: rgb(3 7 18 / 0.05);
}
.focus\:border-gray-950\/50:focus {
  border-color: rgb(3 7 18 / 0.5);
}
.focus\:border-gray-950\/55:focus {
  border-color: rgb(3 7 18 / 0.55);
}
.focus\:border-gray-950\/60:focus {
  border-color: rgb(3 7 18 / 0.6);
}
.focus\:border-gray-950\/65:focus {
  border-color: rgb(3 7 18 / 0.65);
}
.focus\:border-gray-950\/70:focus {
  border-color: rgb(3 7 18 / 0.7);
}
.focus\:border-gray-950\/75:focus {
  border-color: rgb(3 7 18 / 0.75);
}
.focus\:border-gray-950\/80:focus {
  border-color: rgb(3 7 18 / 0.8);
}
.focus\:border-gray-950\/85:focus {
  border-color: rgb(3 7 18 / 0.85);
}
.focus\:border-gray-950\/90:focus {
  border-color: rgb(3 7 18 / 0.9);
}
.focus\:border-gray-950\/95:focus {
  border-color: rgb(3 7 18 / 0.95);
}
.focus\:border-gray-background:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-background\/0:focus {
  border-color: rgb(245 245 245 / 0);
}
.focus\:border-gray-background\/10:focus {
  border-color: rgb(245 245 245 / 0.1);
}
.focus\:border-gray-background\/100:focus {
  border-color: rgb(245 245 245 / 1);
}
.focus\:border-gray-background\/15:focus {
  border-color: rgb(245 245 245 / 0.15);
}
.focus\:border-gray-background\/20:focus {
  border-color: rgb(245 245 245 / 0.2);
}
.focus\:border-gray-background\/25:focus {
  border-color: rgb(245 245 245 / 0.25);
}
.focus\:border-gray-background\/30:focus {
  border-color: rgb(245 245 245 / 0.3);
}
.focus\:border-gray-background\/35:focus {
  border-color: rgb(245 245 245 / 0.35);
}
.focus\:border-gray-background\/40:focus {
  border-color: rgb(245 245 245 / 0.4);
}
.focus\:border-gray-background\/45:focus {
  border-color: rgb(245 245 245 / 0.45);
}
.focus\:border-gray-background\/5:focus {
  border-color: rgb(245 245 245 / 0.05);
}
.focus\:border-gray-background\/50:focus {
  border-color: rgb(245 245 245 / 0.5);
}
.focus\:border-gray-background\/55:focus {
  border-color: rgb(245 245 245 / 0.55);
}
.focus\:border-gray-background\/60:focus {
  border-color: rgb(245 245 245 / 0.6);
}
.focus\:border-gray-background\/65:focus {
  border-color: rgb(245 245 245 / 0.65);
}
.focus\:border-gray-background\/70:focus {
  border-color: rgb(245 245 245 / 0.7);
}
.focus\:border-gray-background\/75:focus {
  border-color: rgb(245 245 245 / 0.75);
}
.focus\:border-gray-background\/80:focus {
  border-color: rgb(245 245 245 / 0.8);
}
.focus\:border-gray-background\/85:focus {
  border-color: rgb(245 245 245 / 0.85);
}
.focus\:border-gray-background\/90:focus {
  border-color: rgb(245 245 245 / 0.9);
}
.focus\:border-gray-background\/95:focus {
  border-color: rgb(245 245 245 / 0.95);
}
.focus\:border-gray-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-border\/0:focus {
  border-color: rgb(194 194 194 / 0);
}
.focus\:border-gray-border\/10:focus {
  border-color: rgb(194 194 194 / 0.1);
}
.focus\:border-gray-border\/100:focus {
  border-color: rgb(194 194 194 / 1);
}
.focus\:border-gray-border\/15:focus {
  border-color: rgb(194 194 194 / 0.15);
}
.focus\:border-gray-border\/20:focus {
  border-color: rgb(194 194 194 / 0.2);
}
.focus\:border-gray-border\/25:focus {
  border-color: rgb(194 194 194 / 0.25);
}
.focus\:border-gray-border\/30:focus {
  border-color: rgb(194 194 194 / 0.3);
}
.focus\:border-gray-border\/35:focus {
  border-color: rgb(194 194 194 / 0.35);
}
.focus\:border-gray-border\/40:focus {
  border-color: rgb(194 194 194 / 0.4);
}
.focus\:border-gray-border\/45:focus {
  border-color: rgb(194 194 194 / 0.45);
}
.focus\:border-gray-border\/5:focus {
  border-color: rgb(194 194 194 / 0.05);
}
.focus\:border-gray-border\/50:focus {
  border-color: rgb(194 194 194 / 0.5);
}
.focus\:border-gray-border\/55:focus {
  border-color: rgb(194 194 194 / 0.55);
}
.focus\:border-gray-border\/60:focus {
  border-color: rgb(194 194 194 / 0.6);
}
.focus\:border-gray-border\/65:focus {
  border-color: rgb(194 194 194 / 0.65);
}
.focus\:border-gray-border\/70:focus {
  border-color: rgb(194 194 194 / 0.7);
}
.focus\:border-gray-border\/75:focus {
  border-color: rgb(194 194 194 / 0.75);
}
.focus\:border-gray-border\/80:focus {
  border-color: rgb(194 194 194 / 0.8);
}
.focus\:border-gray-border\/85:focus {
  border-color: rgb(194 194 194 / 0.85);
}
.focus\:border-gray-border\/90:focus {
  border-color: rgb(194 194 194 / 0.9);
}
.focus\:border-gray-border\/95:focus {
  border-color: rgb(194 194 194 / 0.95);
}
.focus\:border-gray-classic:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-classic\/0:focus {
  border-color: rgb(217 217 217 / 0);
}
.focus\:border-gray-classic\/10:focus {
  border-color: rgb(217 217 217 / 0.1);
}
.focus\:border-gray-classic\/100:focus {
  border-color: rgb(217 217 217 / 1);
}
.focus\:border-gray-classic\/15:focus {
  border-color: rgb(217 217 217 / 0.15);
}
.focus\:border-gray-classic\/20:focus {
  border-color: rgb(217 217 217 / 0.2);
}
.focus\:border-gray-classic\/25:focus {
  border-color: rgb(217 217 217 / 0.25);
}
.focus\:border-gray-classic\/30:focus {
  border-color: rgb(217 217 217 / 0.3);
}
.focus\:border-gray-classic\/35:focus {
  border-color: rgb(217 217 217 / 0.35);
}
.focus\:border-gray-classic\/40:focus {
  border-color: rgb(217 217 217 / 0.4);
}
.focus\:border-gray-classic\/45:focus {
  border-color: rgb(217 217 217 / 0.45);
}
.focus\:border-gray-classic\/5:focus {
  border-color: rgb(217 217 217 / 0.05);
}
.focus\:border-gray-classic\/50:focus {
  border-color: rgb(217 217 217 / 0.5);
}
.focus\:border-gray-classic\/55:focus {
  border-color: rgb(217 217 217 / 0.55);
}
.focus\:border-gray-classic\/60:focus {
  border-color: rgb(217 217 217 / 0.6);
}
.focus\:border-gray-classic\/65:focus {
  border-color: rgb(217 217 217 / 0.65);
}
.focus\:border-gray-classic\/70:focus {
  border-color: rgb(217 217 217 / 0.7);
}
.focus\:border-gray-classic\/75:focus {
  border-color: rgb(217 217 217 / 0.75);
}
.focus\:border-gray-classic\/80:focus {
  border-color: rgb(217 217 217 / 0.8);
}
.focus\:border-gray-classic\/85:focus {
  border-color: rgb(217 217 217 / 0.85);
}
.focus\:border-gray-classic\/90:focus {
  border-color: rgb(217 217 217 / 0.9);
}
.focus\:border-gray-classic\/95:focus {
  border-color: rgb(217 217 217 / 0.95);
}
.focus\:border-gray-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-light\/0:focus {
  border-color: rgb(236 236 236 / 0);
}
.focus\:border-gray-light\/10:focus {
  border-color: rgb(236 236 236 / 0.1);
}
.focus\:border-gray-light\/100:focus {
  border-color: rgb(236 236 236 / 1);
}
.focus\:border-gray-light\/15:focus {
  border-color: rgb(236 236 236 / 0.15);
}
.focus\:border-gray-light\/20:focus {
  border-color: rgb(236 236 236 / 0.2);
}
.focus\:border-gray-light\/25:focus {
  border-color: rgb(236 236 236 / 0.25);
}
.focus\:border-gray-light\/30:focus {
  border-color: rgb(236 236 236 / 0.3);
}
.focus\:border-gray-light\/35:focus {
  border-color: rgb(236 236 236 / 0.35);
}
.focus\:border-gray-light\/40:focus {
  border-color: rgb(236 236 236 / 0.4);
}
.focus\:border-gray-light\/45:focus {
  border-color: rgb(236 236 236 / 0.45);
}
.focus\:border-gray-light\/5:focus {
  border-color: rgb(236 236 236 / 0.05);
}
.focus\:border-gray-light\/50:focus {
  border-color: rgb(236 236 236 / 0.5);
}
.focus\:border-gray-light\/55:focus {
  border-color: rgb(236 236 236 / 0.55);
}
.focus\:border-gray-light\/60:focus {
  border-color: rgb(236 236 236 / 0.6);
}
.focus\:border-gray-light\/65:focus {
  border-color: rgb(236 236 236 / 0.65);
}
.focus\:border-gray-light\/70:focus {
  border-color: rgb(236 236 236 / 0.7);
}
.focus\:border-gray-light\/75:focus {
  border-color: rgb(236 236 236 / 0.75);
}
.focus\:border-gray-light\/80:focus {
  border-color: rgb(236 236 236 / 0.8);
}
.focus\:border-gray-light\/85:focus {
  border-color: rgb(236 236 236 / 0.85);
}
.focus\:border-gray-light\/90:focus {
  border-color: rgb(236 236 236 / 0.9);
}
.focus\:border-gray-light\/95:focus {
  border-color: rgb(236 236 236 / 0.95);
}
.focus\:border-gray-txt:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 65 65 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-txt\/0:focus {
  border-color: rgb(65 65 65 / 0);
}
.focus\:border-gray-txt\/10:focus {
  border-color: rgb(65 65 65 / 0.1);
}
.focus\:border-gray-txt\/100:focus {
  border-color: rgb(65 65 65 / 1);
}
.focus\:border-gray-txt\/15:focus {
  border-color: rgb(65 65 65 / 0.15);
}
.focus\:border-gray-txt\/20:focus {
  border-color: rgb(65 65 65 / 0.2);
}
.focus\:border-gray-txt\/25:focus {
  border-color: rgb(65 65 65 / 0.25);
}
.focus\:border-gray-txt\/30:focus {
  border-color: rgb(65 65 65 / 0.3);
}
.focus\:border-gray-txt\/35:focus {
  border-color: rgb(65 65 65 / 0.35);
}
.focus\:border-gray-txt\/40:focus {
  border-color: rgb(65 65 65 / 0.4);
}
.focus\:border-gray-txt\/45:focus {
  border-color: rgb(65 65 65 / 0.45);
}
.focus\:border-gray-txt\/5:focus {
  border-color: rgb(65 65 65 / 0.05);
}
.focus\:border-gray-txt\/50:focus {
  border-color: rgb(65 65 65 / 0.5);
}
.focus\:border-gray-txt\/55:focus {
  border-color: rgb(65 65 65 / 0.55);
}
.focus\:border-gray-txt\/60:focus {
  border-color: rgb(65 65 65 / 0.6);
}
.focus\:border-gray-txt\/65:focus {
  border-color: rgb(65 65 65 / 0.65);
}
.focus\:border-gray-txt\/70:focus {
  border-color: rgb(65 65 65 / 0.7);
}
.focus\:border-gray-txt\/75:focus {
  border-color: rgb(65 65 65 / 0.75);
}
.focus\:border-gray-txt\/80:focus {
  border-color: rgb(65 65 65 / 0.8);
}
.focus\:border-gray-txt\/85:focus {
  border-color: rgb(65 65 65 / 0.85);
}
.focus\:border-gray-txt\/90:focus {
  border-color: rgb(65 65 65 / 0.9);
}
.focus\:border-gray-txt\/95:focus {
  border-color: rgb(65 65 65 / 0.95);
}
.focus\:border-primary-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 179 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-blue\/0:focus {
  border-color: rgb(0 122 179 / 0);
}
.focus\:border-primary-blue\/10:focus {
  border-color: rgb(0 122 179 / 0.1);
}
.focus\:border-primary-blue\/100:focus {
  border-color: rgb(0 122 179 / 1);
}
.focus\:border-primary-blue\/15:focus {
  border-color: rgb(0 122 179 / 0.15);
}
.focus\:border-primary-blue\/20:focus {
  border-color: rgb(0 122 179 / 0.2);
}
.focus\:border-primary-blue\/25:focus {
  border-color: rgb(0 122 179 / 0.25);
}
.focus\:border-primary-blue\/30:focus {
  border-color: rgb(0 122 179 / 0.3);
}
.focus\:border-primary-blue\/35:focus {
  border-color: rgb(0 122 179 / 0.35);
}
.focus\:border-primary-blue\/40:focus {
  border-color: rgb(0 122 179 / 0.4);
}
.focus\:border-primary-blue\/45:focus {
  border-color: rgb(0 122 179 / 0.45);
}
.focus\:border-primary-blue\/5:focus {
  border-color: rgb(0 122 179 / 0.05);
}
.focus\:border-primary-blue\/50:focus {
  border-color: rgb(0 122 179 / 0.5);
}
.focus\:border-primary-blue\/55:focus {
  border-color: rgb(0 122 179 / 0.55);
}
.focus\:border-primary-blue\/60:focus {
  border-color: rgb(0 122 179 / 0.6);
}
.focus\:border-primary-blue\/65:focus {
  border-color: rgb(0 122 179 / 0.65);
}
.focus\:border-primary-blue\/70:focus {
  border-color: rgb(0 122 179 / 0.7);
}
.focus\:border-primary-blue\/75:focus {
  border-color: rgb(0 122 179 / 0.75);
}
.focus\:border-primary-blue\/80:focus {
  border-color: rgb(0 122 179 / 0.8);
}
.focus\:border-primary-blue\/85:focus {
  border-color: rgb(0 122 179 / 0.85);
}
.focus\:border-primary-blue\/90:focus {
  border-color: rgb(0 122 179 / 0.9);
}
.focus\:border-primary-blue\/95:focus {
  border-color: rgb(0 122 179 / 0.95);
}
.focus\:shadow-\[0_0_0_3px_rgba\(0\2c 112\2c 196\2c 0\.3\)\]:focus {
  --tw-shadow: 0 0 0 3px rgba(0,112,196,0.3);
  --tw-shadow-colored: 0 0 0 3px 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\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-disabled:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.disabled\:border-neutral-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.disabled\:text-opacity-40:disabled {
  --tw-text-opacity: 0.4;
}
.checked\:disabled\:bg-disabled:disabled:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.checked\:disabled\:before\:bg-disabled:disabled:checked::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.aria-checked\:border-neutral-900[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.aria-checked\:bg-gray-background[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.aria-disabled\:border-neutral-200[aria-disabled="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
@media (min-width: 648px) {
  .phone\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .phone\:mt-0 {
    margin-top: 0px;
  }
  .phone\:h-40 {
    height: 10rem;
  }
  .phone\:w-full {
    width: 100%;
  }
  .phone\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .phone\:flex-col {
    flex-direction: column;
  }
  .phone\:items-start {
    align-items: flex-start;
  }
  .phone\:justify-start {
    justify-content: flex-start;
  }
  .phone\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .phone\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px) {
  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .tablet\:ml-4 {
    margin-left: 1rem;
  }
  .tablet\:mt-7 {
    margin-top: 1.75rem;
  }
  .tablet\:inline {
    display: inline;
  }
  .tablet\:h-40 {
    height: 10rem;
  }
  .tablet\:w-64 {
    width: 16rem;
  }
  .tablet\:flex-row {
    flex-direction: row;
  }
  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .tablet\:flex-col {
    flex-direction: column;
  }
  .tablet\:items-start {
    align-items: flex-start;
  }
  .tablet\:gap-5 {
    gap: 1.25rem;
  }
  .tablet\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .tablet\:p-6 {
    padding: 1.5rem;
  }
  .tablet\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1280px) {
  .laptop\:mt-3 {
    margin-top: 0.75rem;
  }
  .laptop\:inline {
    display: inline;
  }
  .laptop\:h-20 {
    height: 5rem;
  }
  .laptop\:w-1\/3 {
    width: 33.333333%;
  }
  .laptop\:flex-row {
    flex-direction: row;
  }
  .laptop\:flex-col {
    flex-direction: column;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:bg-blue-allianzBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 55 129 / var(--tw-bg-opacity, 1));
  }
  .laptop\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1400px) {
  .desktop\:mt-3 {
    margin-top: 0.75rem;
  }
  .desktop\:inline {
    display: inline;
  }
  .desktop\:h-20 {
    height: 5rem;
  }
  .desktop\:w-1\/4 {
    width: 25%;
  }
  .desktop\:flex-row {
    flex-direction: row;
  }
  .desktop\:flex-col {
    flex-direction: column;
  }
  .desktop\:bg-blue-allianzBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 55 129 / var(--tw-bg-opacity, 1));
  }
  .desktop\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

