/* src/styles.scss */
@font-face {
  font-family: Outfit;
  src: url(/assets/fonts/Outfit/Outfit-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.image-lazy {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  font-size: 1rem;
  line-height: 1.625rem;
}
body {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 248 / var(--tw-bg-opacity, 1));
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  position: absolute;
  inset: 0;
  top: -2rem;
  z-index: -1;
  background-image:
    radial-gradient(
      49.22% 38.61% at 50% 0%,
      #fff8e9 0%,
      #eef6f8 100%);
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
body.lock {
  overflow: hidden;
}
*,
::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: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
body {
  color: #000711;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100dvh;
}
body.lock {
  overflow: hidden;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  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;
}
.mb-9 {
  margin-bottom: 2.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-9 {
  margin-top: 2.5rem;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-11 {
  width: 4rem;
  height: 4rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-4 {
  height: 1rem;
}
.h-\[5\.375rem\] {
  height: 5.375rem;
}
.h-full {
  height: 100%;
}
.min-h-\[15rem\] {
  min-height: 15rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[7\.1875rem\] {
  min-width: 7.1875rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.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));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[7\.25rem_1fr\] {
  grid-template-columns: 7.25rem 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-\[0\.5rem\] {
  column-gap: 0.5rem;
}
.divide-btn-active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(102 124 156 / var(--tw-divide-opacity, 1));
}
.divide-btn-active\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0);
}
.divide-btn-active\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.1);
}
.divide-btn-active\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 1);
}
.divide-btn-active\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.15);
}
.divide-btn-active\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.2);
}
.divide-btn-active\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.25);
}
.divide-btn-active\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.3);
}
.divide-btn-active\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.35);
}
.divide-btn-active\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.4);
}
.divide-btn-active\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.45);
}
.divide-btn-active\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.05);
}
.divide-btn-active\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.5);
}
.divide-btn-active\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.55);
}
.divide-btn-active\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.6);
}
.divide-btn-active\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.65);
}
.divide-btn-active\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.7);
}
.divide-btn-active\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.75);
}
.divide-btn-active\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.8);
}
.divide-btn-active\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.85);
}
.divide-btn-active\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.9);
}
.divide-btn-active\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(102 124 156 / 0.95);
}
.divide-btn-disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 234 243 / var(--tw-divide-opacity, 1));
}
.divide-btn-disabled\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0);
}
.divide-btn-disabled\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.1);
}
.divide-btn-disabled\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 1);
}
.divide-btn-disabled\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.15);
}
.divide-btn-disabled\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.2);
}
.divide-btn-disabled\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.25);
}
.divide-btn-disabled\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.3);
}
.divide-btn-disabled\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.35);
}
.divide-btn-disabled\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.4);
}
.divide-btn-disabled\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.45);
}
.divide-btn-disabled\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.05);
}
.divide-btn-disabled\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.5);
}
.divide-btn-disabled\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.55);
}
.divide-btn-disabled\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.6);
}
.divide-btn-disabled\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.65);
}
.divide-btn-disabled\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.7);
}
.divide-btn-disabled\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.75);
}
.divide-btn-disabled\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.8);
}
.divide-btn-disabled\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.85);
}
.divide-btn-disabled\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.9);
}
.divide-btn-disabled\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(228 234 243 / 0.95);
}
.divide-btn-hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 7 17 / var(--tw-divide-opacity, 1));
}
.divide-btn-hover\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0);
}
.divide-btn-hover\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.1);
}
.divide-btn-hover\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 1);
}
.divide-btn-hover\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.15);
}
.divide-btn-hover\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.2);
}
.divide-btn-hover\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.25);
}
.divide-btn-hover\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.3);
}
.divide-btn-hover\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.35);
}
.divide-btn-hover\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.4);
}
.divide-btn-hover\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.45);
}
.divide-btn-hover\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.05);
}
.divide-btn-hover\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.5);
}
.divide-btn-hover\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.55);
}
.divide-btn-hover\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.6);
}
.divide-btn-hover\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.65);
}
.divide-btn-hover\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.7);
}
.divide-btn-hover\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.75);
}
.divide-btn-hover\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.8);
}
.divide-btn-hover\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.85);
}
.divide-btn-hover\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.9);
}
.divide-btn-hover\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 7 17 / 0.95);
}
.divide-btn-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-divide-opacity, 1));
}
.divide-btn-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0);
}
.divide-btn-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.1);
}
.divide-btn-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 1);
}
.divide-btn-text\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.15);
}
.divide-btn-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.2);
}
.divide-btn-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.25);
}
.divide-btn-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.3);
}
.divide-btn-text\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.35);
}
.divide-btn-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.4);
}
.divide-btn-text\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.45);
}
.divide-btn-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.05);
}
.divide-btn-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.5);
}
.divide-btn-text\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.55);
}
.divide-btn-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.6);
}
.divide-btn-text\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.65);
}
.divide-btn-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.7);
}
.divide-btn-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.75);
}
.divide-btn-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.8);
}
.divide-btn-text\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.85);
}
.divide-btn-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.9);
}
.divide-btn-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(243 243 243 / 0.95);
}
.divide-fill-disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}
.divide-fill-disabled\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0);
}
.divide-fill-disabled\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.1);
}
.divide-fill-disabled\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 1);
}
.divide-fill-disabled\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.15);
}
.divide-fill-disabled\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.2);
}
.divide-fill-disabled\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.25);
}
.divide-fill-disabled\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.3);
}
.divide-fill-disabled\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.35);
}
.divide-fill-disabled\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.4);
}
.divide-fill-disabled\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.45);
}
.divide-fill-disabled\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.05);
}
.divide-fill-disabled\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.5);
}
.divide-fill-disabled\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.55);
}
.divide-fill-disabled\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.6);
}
.divide-fill-disabled\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.65);
}
.divide-fill-disabled\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.7);
}
.divide-fill-disabled\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.75);
}
.divide-fill-disabled\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.8);
}
.divide-fill-disabled\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.85);
}
.divide-fill-disabled\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.9);
}
.divide-fill-disabled\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.95);
}
.divide-fill-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 246 248 / var(--tw-divide-opacity, 1));
}
.divide-fill-primary\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0);
}
.divide-fill-primary\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.1);
}
.divide-fill-primary\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 1);
}
.divide-fill-primary\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.15);
}
.divide-fill-primary\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.2);
}
.divide-fill-primary\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.25);
}
.divide-fill-primary\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.3);
}
.divide-fill-primary\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.35);
}
.divide-fill-primary\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.4);
}
.divide-fill-primary\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.45);
}
.divide-fill-primary\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.05);
}
.divide-fill-primary\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.5);
}
.divide-fill-primary\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.55);
}
.divide-fill-primary\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.6);
}
.divide-fill-primary\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.65);
}
.divide-fill-primary\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.7);
}
.divide-fill-primary\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.75);
}
.divide-fill-primary\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.8);
}
.divide-fill-primary\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.85);
}
.divide-fill-primary\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.9);
}
.divide-fill-primary\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(238 246 248 / 0.95);
}
.divide-fill-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.divide-fill-secondary\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-fill-secondary\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-fill-secondary\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-fill-secondary\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.15);
}
.divide-fill-secondary\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-fill-secondary\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-fill-secondary\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-fill-secondary\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.35);
}
.divide-fill-secondary\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-fill-secondary\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.45);
}
.divide-fill-secondary\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-fill-secondary\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-fill-secondary\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.55);
}
.divide-fill-secondary\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-fill-secondary\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.65);
}
.divide-fill-secondary\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-fill-secondary\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-fill-secondary\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-fill-secondary\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.85);
}
.divide-fill-secondary\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-fill-secondary\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.place-self-center {
  place-self: center;
}
.self-start {
  align-self: flex-start;
}
.rounded {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-s {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-btn-active {
  --tw-border-opacity: 1;
  border-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-btn-active\/0 {
  border-color: rgb(102 124 156 / 0);
}
.border-btn-active\/10 {
  border-color: rgb(102 124 156 / 0.1);
}
.border-btn-active\/100 {
  border-color: rgb(102 124 156 / 1);
}
.border-btn-active\/15 {
  border-color: rgb(102 124 156 / 0.15);
}
.border-btn-active\/20 {
  border-color: rgb(102 124 156 / 0.2);
}
.border-btn-active\/25 {
  border-color: rgb(102 124 156 / 0.25);
}
.border-btn-active\/30 {
  border-color: rgb(102 124 156 / 0.3);
}
.border-btn-active\/35 {
  border-color: rgb(102 124 156 / 0.35);
}
.border-btn-active\/40 {
  border-color: rgb(102 124 156 / 0.4);
}
.border-btn-active\/45 {
  border-color: rgb(102 124 156 / 0.45);
}
.border-btn-active\/5 {
  border-color: rgb(102 124 156 / 0.05);
}
.border-btn-active\/50 {
  border-color: rgb(102 124 156 / 0.5);
}
.border-btn-active\/55 {
  border-color: rgb(102 124 156 / 0.55);
}
.border-btn-active\/60 {
  border-color: rgb(102 124 156 / 0.6);
}
.border-btn-active\/65 {
  border-color: rgb(102 124 156 / 0.65);
}
.border-btn-active\/70 {
  border-color: rgb(102 124 156 / 0.7);
}
.border-btn-active\/75 {
  border-color: rgb(102 124 156 / 0.75);
}
.border-btn-active\/80 {
  border-color: rgb(102 124 156 / 0.8);
}
.border-btn-active\/85 {
  border-color: rgb(102 124 156 / 0.85);
}
.border-btn-active\/90 {
  border-color: rgb(102 124 156 / 0.9);
}
.border-btn-active\/95 {
  border-color: rgb(102 124 156 / 0.95);
}
.border-btn-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-btn-disabled\/0 {
  border-color: rgb(228 234 243 / 0);
}
.border-btn-disabled\/10 {
  border-color: rgb(228 234 243 / 0.1);
}
.border-btn-disabled\/100 {
  border-color: rgb(228 234 243 / 1);
}
.border-btn-disabled\/15 {
  border-color: rgb(228 234 243 / 0.15);
}
.border-btn-disabled\/20 {
  border-color: rgb(228 234 243 / 0.2);
}
.border-btn-disabled\/25 {
  border-color: rgb(228 234 243 / 0.25);
}
.border-btn-disabled\/30 {
  border-color: rgb(228 234 243 / 0.3);
}
.border-btn-disabled\/35 {
  border-color: rgb(228 234 243 / 0.35);
}
.border-btn-disabled\/40 {
  border-color: rgb(228 234 243 / 0.4);
}
.border-btn-disabled\/45 {
  border-color: rgb(228 234 243 / 0.45);
}
.border-btn-disabled\/5 {
  border-color: rgb(228 234 243 / 0.05);
}
.border-btn-disabled\/50 {
  border-color: rgb(228 234 243 / 0.5);
}
.border-btn-disabled\/55 {
  border-color: rgb(228 234 243 / 0.55);
}
.border-btn-disabled\/60 {
  border-color: rgb(228 234 243 / 0.6);
}
.border-btn-disabled\/65 {
  border-color: rgb(228 234 243 / 0.65);
}
.border-btn-disabled\/70 {
  border-color: rgb(228 234 243 / 0.7);
}
.border-btn-disabled\/75 {
  border-color: rgb(228 234 243 / 0.75);
}
.border-btn-disabled\/80 {
  border-color: rgb(228 234 243 / 0.8);
}
.border-btn-disabled\/85 {
  border-color: rgb(228 234 243 / 0.85);
}
.border-btn-disabled\/90 {
  border-color: rgb(228 234 243 / 0.9);
}
.border-btn-disabled\/95 {
  border-color: rgb(228 234 243 / 0.95);
}
.border-btn-hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-btn-hover\/0 {
  border-color: rgb(0 7 17 / 0);
}
.border-btn-hover\/10 {
  border-color: rgb(0 7 17 / 0.1);
}
.border-btn-hover\/100 {
  border-color: rgb(0 7 17 / 1);
}
.border-btn-hover\/15 {
  border-color: rgb(0 7 17 / 0.15);
}
.border-btn-hover\/20 {
  border-color: rgb(0 7 17 / 0.2);
}
.border-btn-hover\/25 {
  border-color: rgb(0 7 17 / 0.25);
}
.border-btn-hover\/30 {
  border-color: rgb(0 7 17 / 0.3);
}
.border-btn-hover\/35 {
  border-color: rgb(0 7 17 / 0.35);
}
.border-btn-hover\/40 {
  border-color: rgb(0 7 17 / 0.4);
}
.border-btn-hover\/45 {
  border-color: rgb(0 7 17 / 0.45);
}
.border-btn-hover\/5 {
  border-color: rgb(0 7 17 / 0.05);
}
.border-btn-hover\/50 {
  border-color: rgb(0 7 17 / 0.5);
}
.border-btn-hover\/55 {
  border-color: rgb(0 7 17 / 0.55);
}
.border-btn-hover\/60 {
  border-color: rgb(0 7 17 / 0.6);
}
.border-btn-hover\/65 {
  border-color: rgb(0 7 17 / 0.65);
}
.border-btn-hover\/70 {
  border-color: rgb(0 7 17 / 0.7);
}
.border-btn-hover\/75 {
  border-color: rgb(0 7 17 / 0.75);
}
.border-btn-hover\/80 {
  border-color: rgb(0 7 17 / 0.8);
}
.border-btn-hover\/85 {
  border-color: rgb(0 7 17 / 0.85);
}
.border-btn-hover\/90 {
  border-color: rgb(0 7 17 / 0.9);
}
.border-btn-hover\/95 {
  border-color: rgb(0 7 17 / 0.95);
}
.border-btn-text {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-btn-text\/0 {
  border-color: rgb(243 243 243 / 0);
}
.border-btn-text\/10 {
  border-color: rgb(243 243 243 / 0.1);
}
.border-btn-text\/100 {
  border-color: rgb(243 243 243 / 1);
}
.border-btn-text\/15 {
  border-color: rgb(243 243 243 / 0.15);
}
.border-btn-text\/20 {
  border-color: rgb(243 243 243 / 0.2);
}
.border-btn-text\/25 {
  border-color: rgb(243 243 243 / 0.25);
}
.border-btn-text\/30 {
  border-color: rgb(243 243 243 / 0.3);
}
.border-btn-text\/35 {
  border-color: rgb(243 243 243 / 0.35);
}
.border-btn-text\/40 {
  border-color: rgb(243 243 243 / 0.4);
}
.border-btn-text\/45 {
  border-color: rgb(243 243 243 / 0.45);
}
.border-btn-text\/5 {
  border-color: rgb(243 243 243 / 0.05);
}
.border-btn-text\/50 {
  border-color: rgb(243 243 243 / 0.5);
}
.border-btn-text\/55 {
  border-color: rgb(243 243 243 / 0.55);
}
.border-btn-text\/60 {
  border-color: rgb(243 243 243 / 0.6);
}
.border-btn-text\/65 {
  border-color: rgb(243 243 243 / 0.65);
}
.border-btn-text\/70 {
  border-color: rgb(243 243 243 / 0.7);
}
.border-btn-text\/75 {
  border-color: rgb(243 243 243 / 0.75);
}
.border-btn-text\/80 {
  border-color: rgb(243 243 243 / 0.8);
}
.border-btn-text\/85 {
  border-color: rgb(243 243 243 / 0.85);
}
.border-btn-text\/90 {
  border-color: rgb(243 243 243 / 0.9);
}
.border-btn-text\/95 {
  border-color: rgb(243 243 243 / 0.95);
}
.border-card-primary {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-fill-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-fill-disabled\/0 {
  border-color: rgb(250 250 250 / 0);
}
.border-fill-disabled\/10 {
  border-color: rgb(250 250 250 / 0.1);
}
.border-fill-disabled\/100 {
  border-color: rgb(250 250 250 / 1);
}
.border-fill-disabled\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.border-fill-disabled\/20 {
  border-color: rgb(250 250 250 / 0.2);
}
.border-fill-disabled\/25 {
  border-color: rgb(250 250 250 / 0.25);
}
.border-fill-disabled\/30 {
  border-color: rgb(250 250 250 / 0.3);
}
.border-fill-disabled\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-fill-disabled\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-fill-disabled\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.border-fill-disabled\/5 {
  border-color: rgb(250 250 250 / 0.05);
}
.border-fill-disabled\/50 {
  border-color: rgb(250 250 250 / 0.5);
}
.border-fill-disabled\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-fill-disabled\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-fill-disabled\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.border-fill-disabled\/70 {
  border-color: rgb(250 250 250 / 0.7);
}
.border-fill-disabled\/75 {
  border-color: rgb(250 250 250 / 0.75);
}
.border-fill-disabled\/80 {
  border-color: rgb(250 250 250 / 0.8);
}
.border-fill-disabled\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.border-fill-disabled\/90 {
  border-color: rgb(250 250 250 / 0.9);
}
.border-fill-disabled\/95 {
  border-color: rgb(250 250 250 / 0.95);
}
.border-fill-primary {
  --tw-border-opacity: 1;
  border-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-fill-primary\/0 {
  border-color: rgb(238 246 248 / 0);
}
.border-fill-primary\/10 {
  border-color: rgb(238 246 248 / 0.1);
}
.border-fill-primary\/100 {
  border-color: rgb(238 246 248 / 1);
}
.border-fill-primary\/15 {
  border-color: rgb(238 246 248 / 0.15);
}
.border-fill-primary\/20 {
  border-color: rgb(238 246 248 / 0.2);
}
.border-fill-primary\/25 {
  border-color: rgb(238 246 248 / 0.25);
}
.border-fill-primary\/30 {
  border-color: rgb(238 246 248 / 0.3);
}
.border-fill-primary\/35 {
  border-color: rgb(238 246 248 / 0.35);
}
.border-fill-primary\/40 {
  border-color: rgb(238 246 248 / 0.4);
}
.border-fill-primary\/45 {
  border-color: rgb(238 246 248 / 0.45);
}
.border-fill-primary\/5 {
  border-color: rgb(238 246 248 / 0.05);
}
.border-fill-primary\/50 {
  border-color: rgb(238 246 248 / 0.5);
}
.border-fill-primary\/55 {
  border-color: rgb(238 246 248 / 0.55);
}
.border-fill-primary\/60 {
  border-color: rgb(238 246 248 / 0.6);
}
.border-fill-primary\/65 {
  border-color: rgb(238 246 248 / 0.65);
}
.border-fill-primary\/70 {
  border-color: rgb(238 246 248 / 0.7);
}
.border-fill-primary\/75 {
  border-color: rgb(238 246 248 / 0.75);
}
.border-fill-primary\/80 {
  border-color: rgb(238 246 248 / 0.8);
}
.border-fill-primary\/85 {
  border-color: rgb(238 246 248 / 0.85);
}
.border-fill-primary\/90 {
  border-color: rgb(238 246 248 / 0.9);
}
.border-fill-primary\/95 {
  border-color: rgb(238 246 248 / 0.95);
}
.border-fill-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-fill-secondary\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-fill-secondary\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-fill-secondary\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-fill-secondary\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-fill-secondary\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-fill-secondary\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-fill-secondary\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-fill-secondary\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-fill-secondary\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-fill-secondary\/45 {
  border-color: rgb(255 255 255 / 0.45);
}
.border-fill-secondary\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-fill-secondary\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-fill-secondary\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.border-fill-secondary\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-fill-secondary\/65 {
  border-color: rgb(255 255 255 / 0.65);
}
.border-fill-secondary\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-fill-secondary\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-fill-secondary\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-fill-secondary\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.border-fill-secondary\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-fill-secondary\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-stroke-primary {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 232 / var(--tw-border-opacity, 1));
}
.border-x-btn-active {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
  border-right-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-x-btn-active\/0 {
  border-left-color: rgb(102 124 156 / 0);
  border-right-color: rgb(102 124 156 / 0);
}
.border-x-btn-active\/10 {
  border-left-color: rgb(102 124 156 / 0.1);
  border-right-color: rgb(102 124 156 / 0.1);
}
.border-x-btn-active\/100 {
  border-left-color: rgb(102 124 156 / 1);
  border-right-color: rgb(102 124 156 / 1);
}
.border-x-btn-active\/15 {
  border-left-color: rgb(102 124 156 / 0.15);
  border-right-color: rgb(102 124 156 / 0.15);
}
.border-x-btn-active\/20 {
  border-left-color: rgb(102 124 156 / 0.2);
  border-right-color: rgb(102 124 156 / 0.2);
}
.border-x-btn-active\/25 {
  border-left-color: rgb(102 124 156 / 0.25);
  border-right-color: rgb(102 124 156 / 0.25);
}
.border-x-btn-active\/30 {
  border-left-color: rgb(102 124 156 / 0.3);
  border-right-color: rgb(102 124 156 / 0.3);
}
.border-x-btn-active\/35 {
  border-left-color: rgb(102 124 156 / 0.35);
  border-right-color: rgb(102 124 156 / 0.35);
}
.border-x-btn-active\/40 {
  border-left-color: rgb(102 124 156 / 0.4);
  border-right-color: rgb(102 124 156 / 0.4);
}
.border-x-btn-active\/45 {
  border-left-color: rgb(102 124 156 / 0.45);
  border-right-color: rgb(102 124 156 / 0.45);
}
.border-x-btn-active\/5 {
  border-left-color: rgb(102 124 156 / 0.05);
  border-right-color: rgb(102 124 156 / 0.05);
}
.border-x-btn-active\/50 {
  border-left-color: rgb(102 124 156 / 0.5);
  border-right-color: rgb(102 124 156 / 0.5);
}
.border-x-btn-active\/55 {
  border-left-color: rgb(102 124 156 / 0.55);
  border-right-color: rgb(102 124 156 / 0.55);
}
.border-x-btn-active\/60 {
  border-left-color: rgb(102 124 156 / 0.6);
  border-right-color: rgb(102 124 156 / 0.6);
}
.border-x-btn-active\/65 {
  border-left-color: rgb(102 124 156 / 0.65);
  border-right-color: rgb(102 124 156 / 0.65);
}
.border-x-btn-active\/70 {
  border-left-color: rgb(102 124 156 / 0.7);
  border-right-color: rgb(102 124 156 / 0.7);
}
.border-x-btn-active\/75 {
  border-left-color: rgb(102 124 156 / 0.75);
  border-right-color: rgb(102 124 156 / 0.75);
}
.border-x-btn-active\/80 {
  border-left-color: rgb(102 124 156 / 0.8);
  border-right-color: rgb(102 124 156 / 0.8);
}
.border-x-btn-active\/85 {
  border-left-color: rgb(102 124 156 / 0.85);
  border-right-color: rgb(102 124 156 / 0.85);
}
.border-x-btn-active\/90 {
  border-left-color: rgb(102 124 156 / 0.9);
  border-right-color: rgb(102 124 156 / 0.9);
}
.border-x-btn-active\/95 {
  border-left-color: rgb(102 124 156 / 0.95);
  border-right-color: rgb(102 124 156 / 0.95);
}
.border-x-btn-disabled {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
  border-right-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-x-btn-disabled\/0 {
  border-left-color: rgb(228 234 243 / 0);
  border-right-color: rgb(228 234 243 / 0);
}
.border-x-btn-disabled\/10 {
  border-left-color: rgb(228 234 243 / 0.1);
  border-right-color: rgb(228 234 243 / 0.1);
}
.border-x-btn-disabled\/100 {
  border-left-color: rgb(228 234 243 / 1);
  border-right-color: rgb(228 234 243 / 1);
}
.border-x-btn-disabled\/15 {
  border-left-color: rgb(228 234 243 / 0.15);
  border-right-color: rgb(228 234 243 / 0.15);
}
.border-x-btn-disabled\/20 {
  border-left-color: rgb(228 234 243 / 0.2);
  border-right-color: rgb(228 234 243 / 0.2);
}
.border-x-btn-disabled\/25 {
  border-left-color: rgb(228 234 243 / 0.25);
  border-right-color: rgb(228 234 243 / 0.25);
}
.border-x-btn-disabled\/30 {
  border-left-color: rgb(228 234 243 / 0.3);
  border-right-color: rgb(228 234 243 / 0.3);
}
.border-x-btn-disabled\/35 {
  border-left-color: rgb(228 234 243 / 0.35);
  border-right-color: rgb(228 234 243 / 0.35);
}
.border-x-btn-disabled\/40 {
  border-left-color: rgb(228 234 243 / 0.4);
  border-right-color: rgb(228 234 243 / 0.4);
}
.border-x-btn-disabled\/45 {
  border-left-color: rgb(228 234 243 / 0.45);
  border-right-color: rgb(228 234 243 / 0.45);
}
.border-x-btn-disabled\/5 {
  border-left-color: rgb(228 234 243 / 0.05);
  border-right-color: rgb(228 234 243 / 0.05);
}
.border-x-btn-disabled\/50 {
  border-left-color: rgb(228 234 243 / 0.5);
  border-right-color: rgb(228 234 243 / 0.5);
}
.border-x-btn-disabled\/55 {
  border-left-color: rgb(228 234 243 / 0.55);
  border-right-color: rgb(228 234 243 / 0.55);
}
.border-x-btn-disabled\/60 {
  border-left-color: rgb(228 234 243 / 0.6);
  border-right-color: rgb(228 234 243 / 0.6);
}
.border-x-btn-disabled\/65 {
  border-left-color: rgb(228 234 243 / 0.65);
  border-right-color: rgb(228 234 243 / 0.65);
}
.border-x-btn-disabled\/70 {
  border-left-color: rgb(228 234 243 / 0.7);
  border-right-color: rgb(228 234 243 / 0.7);
}
.border-x-btn-disabled\/75 {
  border-left-color: rgb(228 234 243 / 0.75);
  border-right-color: rgb(228 234 243 / 0.75);
}
.border-x-btn-disabled\/80 {
  border-left-color: rgb(228 234 243 / 0.8);
  border-right-color: rgb(228 234 243 / 0.8);
}
.border-x-btn-disabled\/85 {
  border-left-color: rgb(228 234 243 / 0.85);
  border-right-color: rgb(228 234 243 / 0.85);
}
.border-x-btn-disabled\/90 {
  border-left-color: rgb(228 234 243 / 0.9);
  border-right-color: rgb(228 234 243 / 0.9);
}
.border-x-btn-disabled\/95 {
  border-left-color: rgb(228 234 243 / 0.95);
  border-right-color: rgb(228 234 243 / 0.95);
}
.border-x-btn-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-x-btn-hover\/0 {
  border-left-color: rgb(0 7 17 / 0);
  border-right-color: rgb(0 7 17 / 0);
}
.border-x-btn-hover\/10 {
  border-left-color: rgb(0 7 17 / 0.1);
  border-right-color: rgb(0 7 17 / 0.1);
}
.border-x-btn-hover\/100 {
  border-left-color: rgb(0 7 17 / 1);
  border-right-color: rgb(0 7 17 / 1);
}
.border-x-btn-hover\/15 {
  border-left-color: rgb(0 7 17 / 0.15);
  border-right-color: rgb(0 7 17 / 0.15);
}
.border-x-btn-hover\/20 {
  border-left-color: rgb(0 7 17 / 0.2);
  border-right-color: rgb(0 7 17 / 0.2);
}
.border-x-btn-hover\/25 {
  border-left-color: rgb(0 7 17 / 0.25);
  border-right-color: rgb(0 7 17 / 0.25);
}
.border-x-btn-hover\/30 {
  border-left-color: rgb(0 7 17 / 0.3);
  border-right-color: rgb(0 7 17 / 0.3);
}
.border-x-btn-hover\/35 {
  border-left-color: rgb(0 7 17 / 0.35);
  border-right-color: rgb(0 7 17 / 0.35);
}
.border-x-btn-hover\/40 {
  border-left-color: rgb(0 7 17 / 0.4);
  border-right-color: rgb(0 7 17 / 0.4);
}
.border-x-btn-hover\/45 {
  border-left-color: rgb(0 7 17 / 0.45);
  border-right-color: rgb(0 7 17 / 0.45);
}
.border-x-btn-hover\/5 {
  border-left-color: rgb(0 7 17 / 0.05);
  border-right-color: rgb(0 7 17 / 0.05);
}
.border-x-btn-hover\/50 {
  border-left-color: rgb(0 7 17 / 0.5);
  border-right-color: rgb(0 7 17 / 0.5);
}
.border-x-btn-hover\/55 {
  border-left-color: rgb(0 7 17 / 0.55);
  border-right-color: rgb(0 7 17 / 0.55);
}
.border-x-btn-hover\/60 {
  border-left-color: rgb(0 7 17 / 0.6);
  border-right-color: rgb(0 7 17 / 0.6);
}
.border-x-btn-hover\/65 {
  border-left-color: rgb(0 7 17 / 0.65);
  border-right-color: rgb(0 7 17 / 0.65);
}
.border-x-btn-hover\/70 {
  border-left-color: rgb(0 7 17 / 0.7);
  border-right-color: rgb(0 7 17 / 0.7);
}
.border-x-btn-hover\/75 {
  border-left-color: rgb(0 7 17 / 0.75);
  border-right-color: rgb(0 7 17 / 0.75);
}
.border-x-btn-hover\/80 {
  border-left-color: rgb(0 7 17 / 0.8);
  border-right-color: rgb(0 7 17 / 0.8);
}
.border-x-btn-hover\/85 {
  border-left-color: rgb(0 7 17 / 0.85);
  border-right-color: rgb(0 7 17 / 0.85);
}
.border-x-btn-hover\/90 {
  border-left-color: rgb(0 7 17 / 0.9);
  border-right-color: rgb(0 7 17 / 0.9);
}
.border-x-btn-hover\/95 {
  border-left-color: rgb(0 7 17 / 0.95);
  border-right-color: rgb(0 7 17 / 0.95);
}
.border-x-btn-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-x-btn-text\/0 {
  border-left-color: rgb(243 243 243 / 0);
  border-right-color: rgb(243 243 243 / 0);
}
.border-x-btn-text\/10 {
  border-left-color: rgb(243 243 243 / 0.1);
  border-right-color: rgb(243 243 243 / 0.1);
}
.border-x-btn-text\/100 {
  border-left-color: rgb(243 243 243 / 1);
  border-right-color: rgb(243 243 243 / 1);
}
.border-x-btn-text\/15 {
  border-left-color: rgb(243 243 243 / 0.15);
  border-right-color: rgb(243 243 243 / 0.15);
}
.border-x-btn-text\/20 {
  border-left-color: rgb(243 243 243 / 0.2);
  border-right-color: rgb(243 243 243 / 0.2);
}
.border-x-btn-text\/25 {
  border-left-color: rgb(243 243 243 / 0.25);
  border-right-color: rgb(243 243 243 / 0.25);
}
.border-x-btn-text\/30 {
  border-left-color: rgb(243 243 243 / 0.3);
  border-right-color: rgb(243 243 243 / 0.3);
}
.border-x-btn-text\/35 {
  border-left-color: rgb(243 243 243 / 0.35);
  border-right-color: rgb(243 243 243 / 0.35);
}
.border-x-btn-text\/40 {
  border-left-color: rgb(243 243 243 / 0.4);
  border-right-color: rgb(243 243 243 / 0.4);
}
.border-x-btn-text\/45 {
  border-left-color: rgb(243 243 243 / 0.45);
  border-right-color: rgb(243 243 243 / 0.45);
}
.border-x-btn-text\/5 {
  border-left-color: rgb(243 243 243 / 0.05);
  border-right-color: rgb(243 243 243 / 0.05);
}
.border-x-btn-text\/50 {
  border-left-color: rgb(243 243 243 / 0.5);
  border-right-color: rgb(243 243 243 / 0.5);
}
.border-x-btn-text\/55 {
  border-left-color: rgb(243 243 243 / 0.55);
  border-right-color: rgb(243 243 243 / 0.55);
}
.border-x-btn-text\/60 {
  border-left-color: rgb(243 243 243 / 0.6);
  border-right-color: rgb(243 243 243 / 0.6);
}
.border-x-btn-text\/65 {
  border-left-color: rgb(243 243 243 / 0.65);
  border-right-color: rgb(243 243 243 / 0.65);
}
.border-x-btn-text\/70 {
  border-left-color: rgb(243 243 243 / 0.7);
  border-right-color: rgb(243 243 243 / 0.7);
}
.border-x-btn-text\/75 {
  border-left-color: rgb(243 243 243 / 0.75);
  border-right-color: rgb(243 243 243 / 0.75);
}
.border-x-btn-text\/80 {
  border-left-color: rgb(243 243 243 / 0.8);
  border-right-color: rgb(243 243 243 / 0.8);
}
.border-x-btn-text\/85 {
  border-left-color: rgb(243 243 243 / 0.85);
  border-right-color: rgb(243 243 243 / 0.85);
}
.border-x-btn-text\/90 {
  border-left-color: rgb(243 243 243 / 0.9);
  border-right-color: rgb(243 243 243 / 0.9);
}
.border-x-btn-text\/95 {
  border-left-color: rgb(243 243 243 / 0.95);
  border-right-color: rgb(243 243 243 / 0.95);
}
.border-x-fill-disabled {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-x-fill-disabled\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}
.border-x-fill-disabled\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-x-fill-disabled\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}
.border-x-fill-disabled\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-x-fill-disabled\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-x-fill-disabled\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-x-fill-disabled\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-x-fill-disabled\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-x-fill-disabled\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-x-fill-disabled\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-x-fill-disabled\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-x-fill-disabled\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-x-fill-disabled\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-x-fill-disabled\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-x-fill-disabled\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-x-fill-disabled\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-x-fill-disabled\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-x-fill-disabled\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-x-fill-disabled\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-x-fill-disabled\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-x-fill-disabled\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-x-fill-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-x-fill-primary\/0 {
  border-left-color: rgb(238 246 248 / 0);
  border-right-color: rgb(238 246 248 / 0);
}
.border-x-fill-primary\/10 {
  border-left-color: rgb(238 246 248 / 0.1);
  border-right-color: rgb(238 246 248 / 0.1);
}
.border-x-fill-primary\/100 {
  border-left-color: rgb(238 246 248 / 1);
  border-right-color: rgb(238 246 248 / 1);
}
.border-x-fill-primary\/15 {
  border-left-color: rgb(238 246 248 / 0.15);
  border-right-color: rgb(238 246 248 / 0.15);
}
.border-x-fill-primary\/20 {
  border-left-color: rgb(238 246 248 / 0.2);
  border-right-color: rgb(238 246 248 / 0.2);
}
.border-x-fill-primary\/25 {
  border-left-color: rgb(238 246 248 / 0.25);
  border-right-color: rgb(238 246 248 / 0.25);
}
.border-x-fill-primary\/30 {
  border-left-color: rgb(238 246 248 / 0.3);
  border-right-color: rgb(238 246 248 / 0.3);
}
.border-x-fill-primary\/35 {
  border-left-color: rgb(238 246 248 / 0.35);
  border-right-color: rgb(238 246 248 / 0.35);
}
.border-x-fill-primary\/40 {
  border-left-color: rgb(238 246 248 / 0.4);
  border-right-color: rgb(238 246 248 / 0.4);
}
.border-x-fill-primary\/45 {
  border-left-color: rgb(238 246 248 / 0.45);
  border-right-color: rgb(238 246 248 / 0.45);
}
.border-x-fill-primary\/5 {
  border-left-color: rgb(238 246 248 / 0.05);
  border-right-color: rgb(238 246 248 / 0.05);
}
.border-x-fill-primary\/50 {
  border-left-color: rgb(238 246 248 / 0.5);
  border-right-color: rgb(238 246 248 / 0.5);
}
.border-x-fill-primary\/55 {
  border-left-color: rgb(238 246 248 / 0.55);
  border-right-color: rgb(238 246 248 / 0.55);
}
.border-x-fill-primary\/60 {
  border-left-color: rgb(238 246 248 / 0.6);
  border-right-color: rgb(238 246 248 / 0.6);
}
.border-x-fill-primary\/65 {
  border-left-color: rgb(238 246 248 / 0.65);
  border-right-color: rgb(238 246 248 / 0.65);
}
.border-x-fill-primary\/70 {
  border-left-color: rgb(238 246 248 / 0.7);
  border-right-color: rgb(238 246 248 / 0.7);
}
.border-x-fill-primary\/75 {
  border-left-color: rgb(238 246 248 / 0.75);
  border-right-color: rgb(238 246 248 / 0.75);
}
.border-x-fill-primary\/80 {
  border-left-color: rgb(238 246 248 / 0.8);
  border-right-color: rgb(238 246 248 / 0.8);
}
.border-x-fill-primary\/85 {
  border-left-color: rgb(238 246 248 / 0.85);
  border-right-color: rgb(238 246 248 / 0.85);
}
.border-x-fill-primary\/90 {
  border-left-color: rgb(238 246 248 / 0.9);
  border-right-color: rgb(238 246 248 / 0.9);
}
.border-x-fill-primary\/95 {
  border-left-color: rgb(238 246 248 / 0.95);
  border-right-color: rgb(238 246 248 / 0.95);
}
.border-x-fill-secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-x-fill-secondary\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-fill-secondary\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-fill-secondary\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-fill-secondary\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-x-fill-secondary\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-fill-secondary\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-fill-secondary\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-fill-secondary\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-x-fill-secondary\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-fill-secondary\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-x-fill-secondary\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-fill-secondary\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-fill-secondary\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-x-fill-secondary\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-fill-secondary\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-x-fill-secondary\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-fill-secondary\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-fill-secondary\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-fill-secondary\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-x-fill-secondary\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-fill-secondary\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-y-btn-active {
  --tw-border-opacity: 1;
  border-top-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-y-btn-active\/0 {
  border-top-color: rgb(102 124 156 / 0);
  border-bottom-color: rgb(102 124 156 / 0);
}
.border-y-btn-active\/10 {
  border-top-color: rgb(102 124 156 / 0.1);
  border-bottom-color: rgb(102 124 156 / 0.1);
}
.border-y-btn-active\/100 {
  border-top-color: rgb(102 124 156 / 1);
  border-bottom-color: rgb(102 124 156 / 1);
}
.border-y-btn-active\/15 {
  border-top-color: rgb(102 124 156 / 0.15);
  border-bottom-color: rgb(102 124 156 / 0.15);
}
.border-y-btn-active\/20 {
  border-top-color: rgb(102 124 156 / 0.2);
  border-bottom-color: rgb(102 124 156 / 0.2);
}
.border-y-btn-active\/25 {
  border-top-color: rgb(102 124 156 / 0.25);
  border-bottom-color: rgb(102 124 156 / 0.25);
}
.border-y-btn-active\/30 {
  border-top-color: rgb(102 124 156 / 0.3);
  border-bottom-color: rgb(102 124 156 / 0.3);
}
.border-y-btn-active\/35 {
  border-top-color: rgb(102 124 156 / 0.35);
  border-bottom-color: rgb(102 124 156 / 0.35);
}
.border-y-btn-active\/40 {
  border-top-color: rgb(102 124 156 / 0.4);
  border-bottom-color: rgb(102 124 156 / 0.4);
}
.border-y-btn-active\/45 {
  border-top-color: rgb(102 124 156 / 0.45);
  border-bottom-color: rgb(102 124 156 / 0.45);
}
.border-y-btn-active\/5 {
  border-top-color: rgb(102 124 156 / 0.05);
  border-bottom-color: rgb(102 124 156 / 0.05);
}
.border-y-btn-active\/50 {
  border-top-color: rgb(102 124 156 / 0.5);
  border-bottom-color: rgb(102 124 156 / 0.5);
}
.border-y-btn-active\/55 {
  border-top-color: rgb(102 124 156 / 0.55);
  border-bottom-color: rgb(102 124 156 / 0.55);
}
.border-y-btn-active\/60 {
  border-top-color: rgb(102 124 156 / 0.6);
  border-bottom-color: rgb(102 124 156 / 0.6);
}
.border-y-btn-active\/65 {
  border-top-color: rgb(102 124 156 / 0.65);
  border-bottom-color: rgb(102 124 156 / 0.65);
}
.border-y-btn-active\/70 {
  border-top-color: rgb(102 124 156 / 0.7);
  border-bottom-color: rgb(102 124 156 / 0.7);
}
.border-y-btn-active\/75 {
  border-top-color: rgb(102 124 156 / 0.75);
  border-bottom-color: rgb(102 124 156 / 0.75);
}
.border-y-btn-active\/80 {
  border-top-color: rgb(102 124 156 / 0.8);
  border-bottom-color: rgb(102 124 156 / 0.8);
}
.border-y-btn-active\/85 {
  border-top-color: rgb(102 124 156 / 0.85);
  border-bottom-color: rgb(102 124 156 / 0.85);
}
.border-y-btn-active\/90 {
  border-top-color: rgb(102 124 156 / 0.9);
  border-bottom-color: rgb(102 124 156 / 0.9);
}
.border-y-btn-active\/95 {
  border-top-color: rgb(102 124 156 / 0.95);
  border-bottom-color: rgb(102 124 156 / 0.95);
}
.border-y-btn-disabled {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-y-btn-disabled\/0 {
  border-top-color: rgb(228 234 243 / 0);
  border-bottom-color: rgb(228 234 243 / 0);
}
.border-y-btn-disabled\/10 {
  border-top-color: rgb(228 234 243 / 0.1);
  border-bottom-color: rgb(228 234 243 / 0.1);
}
.border-y-btn-disabled\/100 {
  border-top-color: rgb(228 234 243 / 1);
  border-bottom-color: rgb(228 234 243 / 1);
}
.border-y-btn-disabled\/15 {
  border-top-color: rgb(228 234 243 / 0.15);
  border-bottom-color: rgb(228 234 243 / 0.15);
}
.border-y-btn-disabled\/20 {
  border-top-color: rgb(228 234 243 / 0.2);
  border-bottom-color: rgb(228 234 243 / 0.2);
}
.border-y-btn-disabled\/25 {
  border-top-color: rgb(228 234 243 / 0.25);
  border-bottom-color: rgb(228 234 243 / 0.25);
}
.border-y-btn-disabled\/30 {
  border-top-color: rgb(228 234 243 / 0.3);
  border-bottom-color: rgb(228 234 243 / 0.3);
}
.border-y-btn-disabled\/35 {
  border-top-color: rgb(228 234 243 / 0.35);
  border-bottom-color: rgb(228 234 243 / 0.35);
}
.border-y-btn-disabled\/40 {
  border-top-color: rgb(228 234 243 / 0.4);
  border-bottom-color: rgb(228 234 243 / 0.4);
}
.border-y-btn-disabled\/45 {
  border-top-color: rgb(228 234 243 / 0.45);
  border-bottom-color: rgb(228 234 243 / 0.45);
}
.border-y-btn-disabled\/5 {
  border-top-color: rgb(228 234 243 / 0.05);
  border-bottom-color: rgb(228 234 243 / 0.05);
}
.border-y-btn-disabled\/50 {
  border-top-color: rgb(228 234 243 / 0.5);
  border-bottom-color: rgb(228 234 243 / 0.5);
}
.border-y-btn-disabled\/55 {
  border-top-color: rgb(228 234 243 / 0.55);
  border-bottom-color: rgb(228 234 243 / 0.55);
}
.border-y-btn-disabled\/60 {
  border-top-color: rgb(228 234 243 / 0.6);
  border-bottom-color: rgb(228 234 243 / 0.6);
}
.border-y-btn-disabled\/65 {
  border-top-color: rgb(228 234 243 / 0.65);
  border-bottom-color: rgb(228 234 243 / 0.65);
}
.border-y-btn-disabled\/70 {
  border-top-color: rgb(228 234 243 / 0.7);
  border-bottom-color: rgb(228 234 243 / 0.7);
}
.border-y-btn-disabled\/75 {
  border-top-color: rgb(228 234 243 / 0.75);
  border-bottom-color: rgb(228 234 243 / 0.75);
}
.border-y-btn-disabled\/80 {
  border-top-color: rgb(228 234 243 / 0.8);
  border-bottom-color: rgb(228 234 243 / 0.8);
}
.border-y-btn-disabled\/85 {
  border-top-color: rgb(228 234 243 / 0.85);
  border-bottom-color: rgb(228 234 243 / 0.85);
}
.border-y-btn-disabled\/90 {
  border-top-color: rgb(228 234 243 / 0.9);
  border-bottom-color: rgb(228 234 243 / 0.9);
}
.border-y-btn-disabled\/95 {
  border-top-color: rgb(228 234 243 / 0.95);
  border-bottom-color: rgb(228 234 243 / 0.95);
}
.border-y-btn-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-y-btn-hover\/0 {
  border-top-color: rgb(0 7 17 / 0);
  border-bottom-color: rgb(0 7 17 / 0);
}
.border-y-btn-hover\/10 {
  border-top-color: rgb(0 7 17 / 0.1);
  border-bottom-color: rgb(0 7 17 / 0.1);
}
.border-y-btn-hover\/100 {
  border-top-color: rgb(0 7 17 / 1);
  border-bottom-color: rgb(0 7 17 / 1);
}
.border-y-btn-hover\/15 {
  border-top-color: rgb(0 7 17 / 0.15);
  border-bottom-color: rgb(0 7 17 / 0.15);
}
.border-y-btn-hover\/20 {
  border-top-color: rgb(0 7 17 / 0.2);
  border-bottom-color: rgb(0 7 17 / 0.2);
}
.border-y-btn-hover\/25 {
  border-top-color: rgb(0 7 17 / 0.25);
  border-bottom-color: rgb(0 7 17 / 0.25);
}
.border-y-btn-hover\/30 {
  border-top-color: rgb(0 7 17 / 0.3);
  border-bottom-color: rgb(0 7 17 / 0.3);
}
.border-y-btn-hover\/35 {
  border-top-color: rgb(0 7 17 / 0.35);
  border-bottom-color: rgb(0 7 17 / 0.35);
}
.border-y-btn-hover\/40 {
  border-top-color: rgb(0 7 17 / 0.4);
  border-bottom-color: rgb(0 7 17 / 0.4);
}
.border-y-btn-hover\/45 {
  border-top-color: rgb(0 7 17 / 0.45);
  border-bottom-color: rgb(0 7 17 / 0.45);
}
.border-y-btn-hover\/5 {
  border-top-color: rgb(0 7 17 / 0.05);
  border-bottom-color: rgb(0 7 17 / 0.05);
}
.border-y-btn-hover\/50 {
  border-top-color: rgb(0 7 17 / 0.5);
  border-bottom-color: rgb(0 7 17 / 0.5);
}
.border-y-btn-hover\/55 {
  border-top-color: rgb(0 7 17 / 0.55);
  border-bottom-color: rgb(0 7 17 / 0.55);
}
.border-y-btn-hover\/60 {
  border-top-color: rgb(0 7 17 / 0.6);
  border-bottom-color: rgb(0 7 17 / 0.6);
}
.border-y-btn-hover\/65 {
  border-top-color: rgb(0 7 17 / 0.65);
  border-bottom-color: rgb(0 7 17 / 0.65);
}
.border-y-btn-hover\/70 {
  border-top-color: rgb(0 7 17 / 0.7);
  border-bottom-color: rgb(0 7 17 / 0.7);
}
.border-y-btn-hover\/75 {
  border-top-color: rgb(0 7 17 / 0.75);
  border-bottom-color: rgb(0 7 17 / 0.75);
}
.border-y-btn-hover\/80 {
  border-top-color: rgb(0 7 17 / 0.8);
  border-bottom-color: rgb(0 7 17 / 0.8);
}
.border-y-btn-hover\/85 {
  border-top-color: rgb(0 7 17 / 0.85);
  border-bottom-color: rgb(0 7 17 / 0.85);
}
.border-y-btn-hover\/90 {
  border-top-color: rgb(0 7 17 / 0.9);
  border-bottom-color: rgb(0 7 17 / 0.9);
}
.border-y-btn-hover\/95 {
  border-top-color: rgb(0 7 17 / 0.95);
  border-bottom-color: rgb(0 7 17 / 0.95);
}
.border-y-btn-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-y-btn-text\/0 {
  border-top-color: rgb(243 243 243 / 0);
  border-bottom-color: rgb(243 243 243 / 0);
}
.border-y-btn-text\/10 {
  border-top-color: rgb(243 243 243 / 0.1);
  border-bottom-color: rgb(243 243 243 / 0.1);
}
.border-y-btn-text\/100 {
  border-top-color: rgb(243 243 243 / 1);
  border-bottom-color: rgb(243 243 243 / 1);
}
.border-y-btn-text\/15 {
  border-top-color: rgb(243 243 243 / 0.15);
  border-bottom-color: rgb(243 243 243 / 0.15);
}
.border-y-btn-text\/20 {
  border-top-color: rgb(243 243 243 / 0.2);
  border-bottom-color: rgb(243 243 243 / 0.2);
}
.border-y-btn-text\/25 {
  border-top-color: rgb(243 243 243 / 0.25);
  border-bottom-color: rgb(243 243 243 / 0.25);
}
.border-y-btn-text\/30 {
  border-top-color: rgb(243 243 243 / 0.3);
  border-bottom-color: rgb(243 243 243 / 0.3);
}
.border-y-btn-text\/35 {
  border-top-color: rgb(243 243 243 / 0.35);
  border-bottom-color: rgb(243 243 243 / 0.35);
}
.border-y-btn-text\/40 {
  border-top-color: rgb(243 243 243 / 0.4);
  border-bottom-color: rgb(243 243 243 / 0.4);
}
.border-y-btn-text\/45 {
  border-top-color: rgb(243 243 243 / 0.45);
  border-bottom-color: rgb(243 243 243 / 0.45);
}
.border-y-btn-text\/5 {
  border-top-color: rgb(243 243 243 / 0.05);
  border-bottom-color: rgb(243 243 243 / 0.05);
}
.border-y-btn-text\/50 {
  border-top-color: rgb(243 243 243 / 0.5);
  border-bottom-color: rgb(243 243 243 / 0.5);
}
.border-y-btn-text\/55 {
  border-top-color: rgb(243 243 243 / 0.55);
  border-bottom-color: rgb(243 243 243 / 0.55);
}
.border-y-btn-text\/60 {
  border-top-color: rgb(243 243 243 / 0.6);
  border-bottom-color: rgb(243 243 243 / 0.6);
}
.border-y-btn-text\/65 {
  border-top-color: rgb(243 243 243 / 0.65);
  border-bottom-color: rgb(243 243 243 / 0.65);
}
.border-y-btn-text\/70 {
  border-top-color: rgb(243 243 243 / 0.7);
  border-bottom-color: rgb(243 243 243 / 0.7);
}
.border-y-btn-text\/75 {
  border-top-color: rgb(243 243 243 / 0.75);
  border-bottom-color: rgb(243 243 243 / 0.75);
}
.border-y-btn-text\/80 {
  border-top-color: rgb(243 243 243 / 0.8);
  border-bottom-color: rgb(243 243 243 / 0.8);
}
.border-y-btn-text\/85 {
  border-top-color: rgb(243 243 243 / 0.85);
  border-bottom-color: rgb(243 243 243 / 0.85);
}
.border-y-btn-text\/90 {
  border-top-color: rgb(243 243 243 / 0.9);
  border-bottom-color: rgb(243 243 243 / 0.9);
}
.border-y-btn-text\/95 {
  border-top-color: rgb(243 243 243 / 0.95);
  border-bottom-color: rgb(243 243 243 / 0.95);
}
.border-y-fill-disabled {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-y-fill-disabled\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-y-fill-disabled\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-y-fill-disabled\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-y-fill-disabled\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-y-fill-disabled\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-y-fill-disabled\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-y-fill-disabled\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-y-fill-disabled\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-y-fill-disabled\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-y-fill-disabled\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-y-fill-disabled\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-y-fill-disabled\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-y-fill-disabled\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-y-fill-disabled\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-y-fill-disabled\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-y-fill-disabled\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-y-fill-disabled\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-y-fill-disabled\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-y-fill-disabled\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-y-fill-disabled\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-y-fill-disabled\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-y-fill-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-y-fill-primary\/0 {
  border-top-color: rgb(238 246 248 / 0);
  border-bottom-color: rgb(238 246 248 / 0);
}
.border-y-fill-primary\/10 {
  border-top-color: rgb(238 246 248 / 0.1);
  border-bottom-color: rgb(238 246 248 / 0.1);
}
.border-y-fill-primary\/100 {
  border-top-color: rgb(238 246 248 / 1);
  border-bottom-color: rgb(238 246 248 / 1);
}
.border-y-fill-primary\/15 {
  border-top-color: rgb(238 246 248 / 0.15);
  border-bottom-color: rgb(238 246 248 / 0.15);
}
.border-y-fill-primary\/20 {
  border-top-color: rgb(238 246 248 / 0.2);
  border-bottom-color: rgb(238 246 248 / 0.2);
}
.border-y-fill-primary\/25 {
  border-top-color: rgb(238 246 248 / 0.25);
  border-bottom-color: rgb(238 246 248 / 0.25);
}
.border-y-fill-primary\/30 {
  border-top-color: rgb(238 246 248 / 0.3);
  border-bottom-color: rgb(238 246 248 / 0.3);
}
.border-y-fill-primary\/35 {
  border-top-color: rgb(238 246 248 / 0.35);
  border-bottom-color: rgb(238 246 248 / 0.35);
}
.border-y-fill-primary\/40 {
  border-top-color: rgb(238 246 248 / 0.4);
  border-bottom-color: rgb(238 246 248 / 0.4);
}
.border-y-fill-primary\/45 {
  border-top-color: rgb(238 246 248 / 0.45);
  border-bottom-color: rgb(238 246 248 / 0.45);
}
.border-y-fill-primary\/5 {
  border-top-color: rgb(238 246 248 / 0.05);
  border-bottom-color: rgb(238 246 248 / 0.05);
}
.border-y-fill-primary\/50 {
  border-top-color: rgb(238 246 248 / 0.5);
  border-bottom-color: rgb(238 246 248 / 0.5);
}
.border-y-fill-primary\/55 {
  border-top-color: rgb(238 246 248 / 0.55);
  border-bottom-color: rgb(238 246 248 / 0.55);
}
.border-y-fill-primary\/60 {
  border-top-color: rgb(238 246 248 / 0.6);
  border-bottom-color: rgb(238 246 248 / 0.6);
}
.border-y-fill-primary\/65 {
  border-top-color: rgb(238 246 248 / 0.65);
  border-bottom-color: rgb(238 246 248 / 0.65);
}
.border-y-fill-primary\/70 {
  border-top-color: rgb(238 246 248 / 0.7);
  border-bottom-color: rgb(238 246 248 / 0.7);
}
.border-y-fill-primary\/75 {
  border-top-color: rgb(238 246 248 / 0.75);
  border-bottom-color: rgb(238 246 248 / 0.75);
}
.border-y-fill-primary\/80 {
  border-top-color: rgb(238 246 248 / 0.8);
  border-bottom-color: rgb(238 246 248 / 0.8);
}
.border-y-fill-primary\/85 {
  border-top-color: rgb(238 246 248 / 0.85);
  border-bottom-color: rgb(238 246 248 / 0.85);
}
.border-y-fill-primary\/90 {
  border-top-color: rgb(238 246 248 / 0.9);
  border-bottom-color: rgb(238 246 248 / 0.9);
}
.border-y-fill-primary\/95 {
  border-top-color: rgb(238 246 248 / 0.95);
  border-bottom-color: rgb(238 246 248 / 0.95);
}
.border-y-fill-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-fill-secondary\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-fill-secondary\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-fill-secondary\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-fill-secondary\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-y-fill-secondary\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-fill-secondary\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-fill-secondary\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-fill-secondary\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-y-fill-secondary\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-fill-secondary\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-y-fill-secondary\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-fill-secondary\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-fill-secondary\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-y-fill-secondary\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-fill-secondary\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-y-fill-secondary\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-fill-secondary\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-fill-secondary\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-fill-secondary\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-y-fill-secondary\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-fill-secondary\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-btn-active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-b-btn-active\/0 {
  border-bottom-color: rgb(102 124 156 / 0);
}
.border-b-btn-active\/10 {
  border-bottom-color: rgb(102 124 156 / 0.1);
}
.border-b-btn-active\/100 {
  border-bottom-color: rgb(102 124 156 / 1);
}
.border-b-btn-active\/15 {
  border-bottom-color: rgb(102 124 156 / 0.15);
}
.border-b-btn-active\/20 {
  border-bottom-color: rgb(102 124 156 / 0.2);
}
.border-b-btn-active\/25 {
  border-bottom-color: rgb(102 124 156 / 0.25);
}
.border-b-btn-active\/30 {
  border-bottom-color: rgb(102 124 156 / 0.3);
}
.border-b-btn-active\/35 {
  border-bottom-color: rgb(102 124 156 / 0.35);
}
.border-b-btn-active\/40 {
  border-bottom-color: rgb(102 124 156 / 0.4);
}
.border-b-btn-active\/45 {
  border-bottom-color: rgb(102 124 156 / 0.45);
}
.border-b-btn-active\/5 {
  border-bottom-color: rgb(102 124 156 / 0.05);
}
.border-b-btn-active\/50 {
  border-bottom-color: rgb(102 124 156 / 0.5);
}
.border-b-btn-active\/55 {
  border-bottom-color: rgb(102 124 156 / 0.55);
}
.border-b-btn-active\/60 {
  border-bottom-color: rgb(102 124 156 / 0.6);
}
.border-b-btn-active\/65 {
  border-bottom-color: rgb(102 124 156 / 0.65);
}
.border-b-btn-active\/70 {
  border-bottom-color: rgb(102 124 156 / 0.7);
}
.border-b-btn-active\/75 {
  border-bottom-color: rgb(102 124 156 / 0.75);
}
.border-b-btn-active\/80 {
  border-bottom-color: rgb(102 124 156 / 0.8);
}
.border-b-btn-active\/85 {
  border-bottom-color: rgb(102 124 156 / 0.85);
}
.border-b-btn-active\/90 {
  border-bottom-color: rgb(102 124 156 / 0.9);
}
.border-b-btn-active\/95 {
  border-bottom-color: rgb(102 124 156 / 0.95);
}
.border-b-btn-disabled {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-b-btn-disabled\/0 {
  border-bottom-color: rgb(228 234 243 / 0);
}
.border-b-btn-disabled\/10 {
  border-bottom-color: rgb(228 234 243 / 0.1);
}
.border-b-btn-disabled\/100 {
  border-bottom-color: rgb(228 234 243 / 1);
}
.border-b-btn-disabled\/15 {
  border-bottom-color: rgb(228 234 243 / 0.15);
}
.border-b-btn-disabled\/20 {
  border-bottom-color: rgb(228 234 243 / 0.2);
}
.border-b-btn-disabled\/25 {
  border-bottom-color: rgb(228 234 243 / 0.25);
}
.border-b-btn-disabled\/30 {
  border-bottom-color: rgb(228 234 243 / 0.3);
}
.border-b-btn-disabled\/35 {
  border-bottom-color: rgb(228 234 243 / 0.35);
}
.border-b-btn-disabled\/40 {
  border-bottom-color: rgb(228 234 243 / 0.4);
}
.border-b-btn-disabled\/45 {
  border-bottom-color: rgb(228 234 243 / 0.45);
}
.border-b-btn-disabled\/5 {
  border-bottom-color: rgb(228 234 243 / 0.05);
}
.border-b-btn-disabled\/50 {
  border-bottom-color: rgb(228 234 243 / 0.5);
}
.border-b-btn-disabled\/55 {
  border-bottom-color: rgb(228 234 243 / 0.55);
}
.border-b-btn-disabled\/60 {
  border-bottom-color: rgb(228 234 243 / 0.6);
}
.border-b-btn-disabled\/65 {
  border-bottom-color: rgb(228 234 243 / 0.65);
}
.border-b-btn-disabled\/70 {
  border-bottom-color: rgb(228 234 243 / 0.7);
}
.border-b-btn-disabled\/75 {
  border-bottom-color: rgb(228 234 243 / 0.75);
}
.border-b-btn-disabled\/80 {
  border-bottom-color: rgb(228 234 243 / 0.8);
}
.border-b-btn-disabled\/85 {
  border-bottom-color: rgb(228 234 243 / 0.85);
}
.border-b-btn-disabled\/90 {
  border-bottom-color: rgb(228 234 243 / 0.9);
}
.border-b-btn-disabled\/95 {
  border-bottom-color: rgb(228 234 243 / 0.95);
}
.border-b-btn-hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-b-btn-hover\/0 {
  border-bottom-color: rgb(0 7 17 / 0);
}
.border-b-btn-hover\/10 {
  border-bottom-color: rgb(0 7 17 / 0.1);
}
.border-b-btn-hover\/100 {
  border-bottom-color: rgb(0 7 17 / 1);
}
.border-b-btn-hover\/15 {
  border-bottom-color: rgb(0 7 17 / 0.15);
}
.border-b-btn-hover\/20 {
  border-bottom-color: rgb(0 7 17 / 0.2);
}
.border-b-btn-hover\/25 {
  border-bottom-color: rgb(0 7 17 / 0.25);
}
.border-b-btn-hover\/30 {
  border-bottom-color: rgb(0 7 17 / 0.3);
}
.border-b-btn-hover\/35 {
  border-bottom-color: rgb(0 7 17 / 0.35);
}
.border-b-btn-hover\/40 {
  border-bottom-color: rgb(0 7 17 / 0.4);
}
.border-b-btn-hover\/45 {
  border-bottom-color: rgb(0 7 17 / 0.45);
}
.border-b-btn-hover\/5 {
  border-bottom-color: rgb(0 7 17 / 0.05);
}
.border-b-btn-hover\/50 {
  border-bottom-color: rgb(0 7 17 / 0.5);
}
.border-b-btn-hover\/55 {
  border-bottom-color: rgb(0 7 17 / 0.55);
}
.border-b-btn-hover\/60 {
  border-bottom-color: rgb(0 7 17 / 0.6);
}
.border-b-btn-hover\/65 {
  border-bottom-color: rgb(0 7 17 / 0.65);
}
.border-b-btn-hover\/70 {
  border-bottom-color: rgb(0 7 17 / 0.7);
}
.border-b-btn-hover\/75 {
  border-bottom-color: rgb(0 7 17 / 0.75);
}
.border-b-btn-hover\/80 {
  border-bottom-color: rgb(0 7 17 / 0.8);
}
.border-b-btn-hover\/85 {
  border-bottom-color: rgb(0 7 17 / 0.85);
}
.border-b-btn-hover\/90 {
  border-bottom-color: rgb(0 7 17 / 0.9);
}
.border-b-btn-hover\/95 {
  border-bottom-color: rgb(0 7 17 / 0.95);
}
.border-b-btn-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-b-btn-text\/0 {
  border-bottom-color: rgb(243 243 243 / 0);
}
.border-b-btn-text\/10 {
  border-bottom-color: rgb(243 243 243 / 0.1);
}
.border-b-btn-text\/100 {
  border-bottom-color: rgb(243 243 243 / 1);
}
.border-b-btn-text\/15 {
  border-bottom-color: rgb(243 243 243 / 0.15);
}
.border-b-btn-text\/20 {
  border-bottom-color: rgb(243 243 243 / 0.2);
}
.border-b-btn-text\/25 {
  border-bottom-color: rgb(243 243 243 / 0.25);
}
.border-b-btn-text\/30 {
  border-bottom-color: rgb(243 243 243 / 0.3);
}
.border-b-btn-text\/35 {
  border-bottom-color: rgb(243 243 243 / 0.35);
}
.border-b-btn-text\/40 {
  border-bottom-color: rgb(243 243 243 / 0.4);
}
.border-b-btn-text\/45 {
  border-bottom-color: rgb(243 243 243 / 0.45);
}
.border-b-btn-text\/5 {
  border-bottom-color: rgb(243 243 243 / 0.05);
}
.border-b-btn-text\/50 {
  border-bottom-color: rgb(243 243 243 / 0.5);
}
.border-b-btn-text\/55 {
  border-bottom-color: rgb(243 243 243 / 0.55);
}
.border-b-btn-text\/60 {
  border-bottom-color: rgb(243 243 243 / 0.6);
}
.border-b-btn-text\/65 {
  border-bottom-color: rgb(243 243 243 / 0.65);
}
.border-b-btn-text\/70 {
  border-bottom-color: rgb(243 243 243 / 0.7);
}
.border-b-btn-text\/75 {
  border-bottom-color: rgb(243 243 243 / 0.75);
}
.border-b-btn-text\/80 {
  border-bottom-color: rgb(243 243 243 / 0.8);
}
.border-b-btn-text\/85 {
  border-bottom-color: rgb(243 243 243 / 0.85);
}
.border-b-btn-text\/90 {
  border-bottom-color: rgb(243 243 243 / 0.9);
}
.border-b-btn-text\/95 {
  border-bottom-color: rgb(243 243 243 / 0.95);
}
.border-b-fill-disabled {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-fill-disabled\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-fill-disabled\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-fill-disabled\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-fill-disabled\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-fill-disabled\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-fill-disabled\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-fill-disabled\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-fill-disabled\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-fill-disabled\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-fill-disabled\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-fill-disabled\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-fill-disabled\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-fill-disabled\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-fill-disabled\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-fill-disabled\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-fill-disabled\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-fill-disabled\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-fill-disabled\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-fill-disabled\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-fill-disabled\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-fill-disabled\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-fill-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-b-fill-primary\/0 {
  border-bottom-color: rgb(238 246 248 / 0);
}
.border-b-fill-primary\/10 {
  border-bottom-color: rgb(238 246 248 / 0.1);
}
.border-b-fill-primary\/100 {
  border-bottom-color: rgb(238 246 248 / 1);
}
.border-b-fill-primary\/15 {
  border-bottom-color: rgb(238 246 248 / 0.15);
}
.border-b-fill-primary\/20 {
  border-bottom-color: rgb(238 246 248 / 0.2);
}
.border-b-fill-primary\/25 {
  border-bottom-color: rgb(238 246 248 / 0.25);
}
.border-b-fill-primary\/30 {
  border-bottom-color: rgb(238 246 248 / 0.3);
}
.border-b-fill-primary\/35 {
  border-bottom-color: rgb(238 246 248 / 0.35);
}
.border-b-fill-primary\/40 {
  border-bottom-color: rgb(238 246 248 / 0.4);
}
.border-b-fill-primary\/45 {
  border-bottom-color: rgb(238 246 248 / 0.45);
}
.border-b-fill-primary\/5 {
  border-bottom-color: rgb(238 246 248 / 0.05);
}
.border-b-fill-primary\/50 {
  border-bottom-color: rgb(238 246 248 / 0.5);
}
.border-b-fill-primary\/55 {
  border-bottom-color: rgb(238 246 248 / 0.55);
}
.border-b-fill-primary\/60 {
  border-bottom-color: rgb(238 246 248 / 0.6);
}
.border-b-fill-primary\/65 {
  border-bottom-color: rgb(238 246 248 / 0.65);
}
.border-b-fill-primary\/70 {
  border-bottom-color: rgb(238 246 248 / 0.7);
}
.border-b-fill-primary\/75 {
  border-bottom-color: rgb(238 246 248 / 0.75);
}
.border-b-fill-primary\/80 {
  border-bottom-color: rgb(238 246 248 / 0.8);
}
.border-b-fill-primary\/85 {
  border-bottom-color: rgb(238 246 248 / 0.85);
}
.border-b-fill-primary\/90 {
  border-bottom-color: rgb(238 246 248 / 0.9);
}
.border-b-fill-primary\/95 {
  border-bottom-color: rgb(238 246 248 / 0.95);
}
.border-b-fill-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-fill-secondary\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-fill-secondary\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-fill-secondary\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-fill-secondary\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-fill-secondary\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-fill-secondary\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-fill-secondary\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-fill-secondary\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-fill-secondary\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-fill-secondary\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-fill-secondary\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-fill-secondary\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-fill-secondary\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-fill-secondary\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-fill-secondary\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-fill-secondary\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-fill-secondary\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-fill-secondary\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-fill-secondary\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-fill-secondary\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-fill-secondary\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-e-btn-active {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-e-btn-active\/0 {
  border-inline-end-color: rgb(102 124 156 / 0);
}
.border-e-btn-active\/10 {
  border-inline-end-color: rgb(102 124 156 / 0.1);
}
.border-e-btn-active\/100 {
  border-inline-end-color: rgb(102 124 156 / 1);
}
.border-e-btn-active\/15 {
  border-inline-end-color: rgb(102 124 156 / 0.15);
}
.border-e-btn-active\/20 {
  border-inline-end-color: rgb(102 124 156 / 0.2);
}
.border-e-btn-active\/25 {
  border-inline-end-color: rgb(102 124 156 / 0.25);
}
.border-e-btn-active\/30 {
  border-inline-end-color: rgb(102 124 156 / 0.3);
}
.border-e-btn-active\/35 {
  border-inline-end-color: rgb(102 124 156 / 0.35);
}
.border-e-btn-active\/40 {
  border-inline-end-color: rgb(102 124 156 / 0.4);
}
.border-e-btn-active\/45 {
  border-inline-end-color: rgb(102 124 156 / 0.45);
}
.border-e-btn-active\/5 {
  border-inline-end-color: rgb(102 124 156 / 0.05);
}
.border-e-btn-active\/50 {
  border-inline-end-color: rgb(102 124 156 / 0.5);
}
.border-e-btn-active\/55 {
  border-inline-end-color: rgb(102 124 156 / 0.55);
}
.border-e-btn-active\/60 {
  border-inline-end-color: rgb(102 124 156 / 0.6);
}
.border-e-btn-active\/65 {
  border-inline-end-color: rgb(102 124 156 / 0.65);
}
.border-e-btn-active\/70 {
  border-inline-end-color: rgb(102 124 156 / 0.7);
}
.border-e-btn-active\/75 {
  border-inline-end-color: rgb(102 124 156 / 0.75);
}
.border-e-btn-active\/80 {
  border-inline-end-color: rgb(102 124 156 / 0.8);
}
.border-e-btn-active\/85 {
  border-inline-end-color: rgb(102 124 156 / 0.85);
}
.border-e-btn-active\/90 {
  border-inline-end-color: rgb(102 124 156 / 0.9);
}
.border-e-btn-active\/95 {
  border-inline-end-color: rgb(102 124 156 / 0.95);
}
.border-e-btn-disabled {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-e-btn-disabled\/0 {
  border-inline-end-color: rgb(228 234 243 / 0);
}
.border-e-btn-disabled\/10 {
  border-inline-end-color: rgb(228 234 243 / 0.1);
}
.border-e-btn-disabled\/100 {
  border-inline-end-color: rgb(228 234 243 / 1);
}
.border-e-btn-disabled\/15 {
  border-inline-end-color: rgb(228 234 243 / 0.15);
}
.border-e-btn-disabled\/20 {
  border-inline-end-color: rgb(228 234 243 / 0.2);
}
.border-e-btn-disabled\/25 {
  border-inline-end-color: rgb(228 234 243 / 0.25);
}
.border-e-btn-disabled\/30 {
  border-inline-end-color: rgb(228 234 243 / 0.3);
}
.border-e-btn-disabled\/35 {
  border-inline-end-color: rgb(228 234 243 / 0.35);
}
.border-e-btn-disabled\/40 {
  border-inline-end-color: rgb(228 234 243 / 0.4);
}
.border-e-btn-disabled\/45 {
  border-inline-end-color: rgb(228 234 243 / 0.45);
}
.border-e-btn-disabled\/5 {
  border-inline-end-color: rgb(228 234 243 / 0.05);
}
.border-e-btn-disabled\/50 {
  border-inline-end-color: rgb(228 234 243 / 0.5);
}
.border-e-btn-disabled\/55 {
  border-inline-end-color: rgb(228 234 243 / 0.55);
}
.border-e-btn-disabled\/60 {
  border-inline-end-color: rgb(228 234 243 / 0.6);
}
.border-e-btn-disabled\/65 {
  border-inline-end-color: rgb(228 234 243 / 0.65);
}
.border-e-btn-disabled\/70 {
  border-inline-end-color: rgb(228 234 243 / 0.7);
}
.border-e-btn-disabled\/75 {
  border-inline-end-color: rgb(228 234 243 / 0.75);
}
.border-e-btn-disabled\/80 {
  border-inline-end-color: rgb(228 234 243 / 0.8);
}
.border-e-btn-disabled\/85 {
  border-inline-end-color: rgb(228 234 243 / 0.85);
}
.border-e-btn-disabled\/90 {
  border-inline-end-color: rgb(228 234 243 / 0.9);
}
.border-e-btn-disabled\/95 {
  border-inline-end-color: rgb(228 234 243 / 0.95);
}
.border-e-btn-hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-e-btn-hover\/0 {
  border-inline-end-color: rgb(0 7 17 / 0);
}
.border-e-btn-hover\/10 {
  border-inline-end-color: rgb(0 7 17 / 0.1);
}
.border-e-btn-hover\/100 {
  border-inline-end-color: rgb(0 7 17 / 1);
}
.border-e-btn-hover\/15 {
  border-inline-end-color: rgb(0 7 17 / 0.15);
}
.border-e-btn-hover\/20 {
  border-inline-end-color: rgb(0 7 17 / 0.2);
}
.border-e-btn-hover\/25 {
  border-inline-end-color: rgb(0 7 17 / 0.25);
}
.border-e-btn-hover\/30 {
  border-inline-end-color: rgb(0 7 17 / 0.3);
}
.border-e-btn-hover\/35 {
  border-inline-end-color: rgb(0 7 17 / 0.35);
}
.border-e-btn-hover\/40 {
  border-inline-end-color: rgb(0 7 17 / 0.4);
}
.border-e-btn-hover\/45 {
  border-inline-end-color: rgb(0 7 17 / 0.45);
}
.border-e-btn-hover\/5 {
  border-inline-end-color: rgb(0 7 17 / 0.05);
}
.border-e-btn-hover\/50 {
  border-inline-end-color: rgb(0 7 17 / 0.5);
}
.border-e-btn-hover\/55 {
  border-inline-end-color: rgb(0 7 17 / 0.55);
}
.border-e-btn-hover\/60 {
  border-inline-end-color: rgb(0 7 17 / 0.6);
}
.border-e-btn-hover\/65 {
  border-inline-end-color: rgb(0 7 17 / 0.65);
}
.border-e-btn-hover\/70 {
  border-inline-end-color: rgb(0 7 17 / 0.7);
}
.border-e-btn-hover\/75 {
  border-inline-end-color: rgb(0 7 17 / 0.75);
}
.border-e-btn-hover\/80 {
  border-inline-end-color: rgb(0 7 17 / 0.8);
}
.border-e-btn-hover\/85 {
  border-inline-end-color: rgb(0 7 17 / 0.85);
}
.border-e-btn-hover\/90 {
  border-inline-end-color: rgb(0 7 17 / 0.9);
}
.border-e-btn-hover\/95 {
  border-inline-end-color: rgb(0 7 17 / 0.95);
}
.border-e-btn-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-e-btn-text\/0 {
  border-inline-end-color: rgb(243 243 243 / 0);
}
.border-e-btn-text\/10 {
  border-inline-end-color: rgb(243 243 243 / 0.1);
}
.border-e-btn-text\/100 {
  border-inline-end-color: rgb(243 243 243 / 1);
}
.border-e-btn-text\/15 {
  border-inline-end-color: rgb(243 243 243 / 0.15);
}
.border-e-btn-text\/20 {
  border-inline-end-color: rgb(243 243 243 / 0.2);
}
.border-e-btn-text\/25 {
  border-inline-end-color: rgb(243 243 243 / 0.25);
}
.border-e-btn-text\/30 {
  border-inline-end-color: rgb(243 243 243 / 0.3);
}
.border-e-btn-text\/35 {
  border-inline-end-color: rgb(243 243 243 / 0.35);
}
.border-e-btn-text\/40 {
  border-inline-end-color: rgb(243 243 243 / 0.4);
}
.border-e-btn-text\/45 {
  border-inline-end-color: rgb(243 243 243 / 0.45);
}
.border-e-btn-text\/5 {
  border-inline-end-color: rgb(243 243 243 / 0.05);
}
.border-e-btn-text\/50 {
  border-inline-end-color: rgb(243 243 243 / 0.5);
}
.border-e-btn-text\/55 {
  border-inline-end-color: rgb(243 243 243 / 0.55);
}
.border-e-btn-text\/60 {
  border-inline-end-color: rgb(243 243 243 / 0.6);
}
.border-e-btn-text\/65 {
  border-inline-end-color: rgb(243 243 243 / 0.65);
}
.border-e-btn-text\/70 {
  border-inline-end-color: rgb(243 243 243 / 0.7);
}
.border-e-btn-text\/75 {
  border-inline-end-color: rgb(243 243 243 / 0.75);
}
.border-e-btn-text\/80 {
  border-inline-end-color: rgb(243 243 243 / 0.8);
}
.border-e-btn-text\/85 {
  border-inline-end-color: rgb(243 243 243 / 0.85);
}
.border-e-btn-text\/90 {
  border-inline-end-color: rgb(243 243 243 / 0.9);
}
.border-e-btn-text\/95 {
  border-inline-end-color: rgb(243 243 243 / 0.95);
}
.border-e-fill-disabled {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-e-fill-disabled\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}
.border-e-fill-disabled\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}
.border-e-fill-disabled\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}
.border-e-fill-disabled\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.border-e-fill-disabled\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}
.border-e-fill-disabled\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}
.border-e-fill-disabled\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}
.border-e-fill-disabled\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-fill-disabled\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-fill-disabled\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.border-e-fill-disabled\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}
.border-e-fill-disabled\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}
.border-e-fill-disabled\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-fill-disabled\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-fill-disabled\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.border-e-fill-disabled\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}
.border-e-fill-disabled\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}
.border-e-fill-disabled\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}
.border-e-fill-disabled\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.border-e-fill-disabled\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}
.border-e-fill-disabled\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}
.border-e-fill-primary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-e-fill-primary\/0 {
  border-inline-end-color: rgb(238 246 248 / 0);
}
.border-e-fill-primary\/10 {
  border-inline-end-color: rgb(238 246 248 / 0.1);
}
.border-e-fill-primary\/100 {
  border-inline-end-color: rgb(238 246 248 / 1);
}
.border-e-fill-primary\/15 {
  border-inline-end-color: rgb(238 246 248 / 0.15);
}
.border-e-fill-primary\/20 {
  border-inline-end-color: rgb(238 246 248 / 0.2);
}
.border-e-fill-primary\/25 {
  border-inline-end-color: rgb(238 246 248 / 0.25);
}
.border-e-fill-primary\/30 {
  border-inline-end-color: rgb(238 246 248 / 0.3);
}
.border-e-fill-primary\/35 {
  border-inline-end-color: rgb(238 246 248 / 0.35);
}
.border-e-fill-primary\/40 {
  border-inline-end-color: rgb(238 246 248 / 0.4);
}
.border-e-fill-primary\/45 {
  border-inline-end-color: rgb(238 246 248 / 0.45);
}
.border-e-fill-primary\/5 {
  border-inline-end-color: rgb(238 246 248 / 0.05);
}
.border-e-fill-primary\/50 {
  border-inline-end-color: rgb(238 246 248 / 0.5);
}
.border-e-fill-primary\/55 {
  border-inline-end-color: rgb(238 246 248 / 0.55);
}
.border-e-fill-primary\/60 {
  border-inline-end-color: rgb(238 246 248 / 0.6);
}
.border-e-fill-primary\/65 {
  border-inline-end-color: rgb(238 246 248 / 0.65);
}
.border-e-fill-primary\/70 {
  border-inline-end-color: rgb(238 246 248 / 0.7);
}
.border-e-fill-primary\/75 {
  border-inline-end-color: rgb(238 246 248 / 0.75);
}
.border-e-fill-primary\/80 {
  border-inline-end-color: rgb(238 246 248 / 0.8);
}
.border-e-fill-primary\/85 {
  border-inline-end-color: rgb(238 246 248 / 0.85);
}
.border-e-fill-primary\/90 {
  border-inline-end-color: rgb(238 246 248 / 0.9);
}
.border-e-fill-primary\/95 {
  border-inline-end-color: rgb(238 246 248 / 0.95);
}
.border-e-fill-secondary {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-e-fill-secondary\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-fill-secondary\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-fill-secondary\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-fill-secondary\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.border-e-fill-secondary\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-fill-secondary\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-fill-secondary\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-fill-secondary\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-fill-secondary\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-fill-secondary\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.border-e-fill-secondary\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-fill-secondary\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-fill-secondary\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-fill-secondary\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-fill-secondary\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.border-e-fill-secondary\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-fill-secondary\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-fill-secondary\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-fill-secondary\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.border-e-fill-secondary\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-fill-secondary\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-l-btn-active {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-l-btn-active\/0 {
  border-left-color: rgb(102 124 156 / 0);
}
.border-l-btn-active\/10 {
  border-left-color: rgb(102 124 156 / 0.1);
}
.border-l-btn-active\/100 {
  border-left-color: rgb(102 124 156 / 1);
}
.border-l-btn-active\/15 {
  border-left-color: rgb(102 124 156 / 0.15);
}
.border-l-btn-active\/20 {
  border-left-color: rgb(102 124 156 / 0.2);
}
.border-l-btn-active\/25 {
  border-left-color: rgb(102 124 156 / 0.25);
}
.border-l-btn-active\/30 {
  border-left-color: rgb(102 124 156 / 0.3);
}
.border-l-btn-active\/35 {
  border-left-color: rgb(102 124 156 / 0.35);
}
.border-l-btn-active\/40 {
  border-left-color: rgb(102 124 156 / 0.4);
}
.border-l-btn-active\/45 {
  border-left-color: rgb(102 124 156 / 0.45);
}
.border-l-btn-active\/5 {
  border-left-color: rgb(102 124 156 / 0.05);
}
.border-l-btn-active\/50 {
  border-left-color: rgb(102 124 156 / 0.5);
}
.border-l-btn-active\/55 {
  border-left-color: rgb(102 124 156 / 0.55);
}
.border-l-btn-active\/60 {
  border-left-color: rgb(102 124 156 / 0.6);
}
.border-l-btn-active\/65 {
  border-left-color: rgb(102 124 156 / 0.65);
}
.border-l-btn-active\/70 {
  border-left-color: rgb(102 124 156 / 0.7);
}
.border-l-btn-active\/75 {
  border-left-color: rgb(102 124 156 / 0.75);
}
.border-l-btn-active\/80 {
  border-left-color: rgb(102 124 156 / 0.8);
}
.border-l-btn-active\/85 {
  border-left-color: rgb(102 124 156 / 0.85);
}
.border-l-btn-active\/90 {
  border-left-color: rgb(102 124 156 / 0.9);
}
.border-l-btn-active\/95 {
  border-left-color: rgb(102 124 156 / 0.95);
}
.border-l-btn-disabled {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-l-btn-disabled\/0 {
  border-left-color: rgb(228 234 243 / 0);
}
.border-l-btn-disabled\/10 {
  border-left-color: rgb(228 234 243 / 0.1);
}
.border-l-btn-disabled\/100 {
  border-left-color: rgb(228 234 243 / 1);
}
.border-l-btn-disabled\/15 {
  border-left-color: rgb(228 234 243 / 0.15);
}
.border-l-btn-disabled\/20 {
  border-left-color: rgb(228 234 243 / 0.2);
}
.border-l-btn-disabled\/25 {
  border-left-color: rgb(228 234 243 / 0.25);
}
.border-l-btn-disabled\/30 {
  border-left-color: rgb(228 234 243 / 0.3);
}
.border-l-btn-disabled\/35 {
  border-left-color: rgb(228 234 243 / 0.35);
}
.border-l-btn-disabled\/40 {
  border-left-color: rgb(228 234 243 / 0.4);
}
.border-l-btn-disabled\/45 {
  border-left-color: rgb(228 234 243 / 0.45);
}
.border-l-btn-disabled\/5 {
  border-left-color: rgb(228 234 243 / 0.05);
}
.border-l-btn-disabled\/50 {
  border-left-color: rgb(228 234 243 / 0.5);
}
.border-l-btn-disabled\/55 {
  border-left-color: rgb(228 234 243 / 0.55);
}
.border-l-btn-disabled\/60 {
  border-left-color: rgb(228 234 243 / 0.6);
}
.border-l-btn-disabled\/65 {
  border-left-color: rgb(228 234 243 / 0.65);
}
.border-l-btn-disabled\/70 {
  border-left-color: rgb(228 234 243 / 0.7);
}
.border-l-btn-disabled\/75 {
  border-left-color: rgb(228 234 243 / 0.75);
}
.border-l-btn-disabled\/80 {
  border-left-color: rgb(228 234 243 / 0.8);
}
.border-l-btn-disabled\/85 {
  border-left-color: rgb(228 234 243 / 0.85);
}
.border-l-btn-disabled\/90 {
  border-left-color: rgb(228 234 243 / 0.9);
}
.border-l-btn-disabled\/95 {
  border-left-color: rgb(228 234 243 / 0.95);
}
.border-l-btn-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-l-btn-hover\/0 {
  border-left-color: rgb(0 7 17 / 0);
}
.border-l-btn-hover\/10 {
  border-left-color: rgb(0 7 17 / 0.1);
}
.border-l-btn-hover\/100 {
  border-left-color: rgb(0 7 17 / 1);
}
.border-l-btn-hover\/15 {
  border-left-color: rgb(0 7 17 / 0.15);
}
.border-l-btn-hover\/20 {
  border-left-color: rgb(0 7 17 / 0.2);
}
.border-l-btn-hover\/25 {
  border-left-color: rgb(0 7 17 / 0.25);
}
.border-l-btn-hover\/30 {
  border-left-color: rgb(0 7 17 / 0.3);
}
.border-l-btn-hover\/35 {
  border-left-color: rgb(0 7 17 / 0.35);
}
.border-l-btn-hover\/40 {
  border-left-color: rgb(0 7 17 / 0.4);
}
.border-l-btn-hover\/45 {
  border-left-color: rgb(0 7 17 / 0.45);
}
.border-l-btn-hover\/5 {
  border-left-color: rgb(0 7 17 / 0.05);
}
.border-l-btn-hover\/50 {
  border-left-color: rgb(0 7 17 / 0.5);
}
.border-l-btn-hover\/55 {
  border-left-color: rgb(0 7 17 / 0.55);
}
.border-l-btn-hover\/60 {
  border-left-color: rgb(0 7 17 / 0.6);
}
.border-l-btn-hover\/65 {
  border-left-color: rgb(0 7 17 / 0.65);
}
.border-l-btn-hover\/70 {
  border-left-color: rgb(0 7 17 / 0.7);
}
.border-l-btn-hover\/75 {
  border-left-color: rgb(0 7 17 / 0.75);
}
.border-l-btn-hover\/80 {
  border-left-color: rgb(0 7 17 / 0.8);
}
.border-l-btn-hover\/85 {
  border-left-color: rgb(0 7 17 / 0.85);
}
.border-l-btn-hover\/90 {
  border-left-color: rgb(0 7 17 / 0.9);
}
.border-l-btn-hover\/95 {
  border-left-color: rgb(0 7 17 / 0.95);
}
.border-l-btn-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-l-btn-text\/0 {
  border-left-color: rgb(243 243 243 / 0);
}
.border-l-btn-text\/10 {
  border-left-color: rgb(243 243 243 / 0.1);
}
.border-l-btn-text\/100 {
  border-left-color: rgb(243 243 243 / 1);
}
.border-l-btn-text\/15 {
  border-left-color: rgb(243 243 243 / 0.15);
}
.border-l-btn-text\/20 {
  border-left-color: rgb(243 243 243 / 0.2);
}
.border-l-btn-text\/25 {
  border-left-color: rgb(243 243 243 / 0.25);
}
.border-l-btn-text\/30 {
  border-left-color: rgb(243 243 243 / 0.3);
}
.border-l-btn-text\/35 {
  border-left-color: rgb(243 243 243 / 0.35);
}
.border-l-btn-text\/40 {
  border-left-color: rgb(243 243 243 / 0.4);
}
.border-l-btn-text\/45 {
  border-left-color: rgb(243 243 243 / 0.45);
}
.border-l-btn-text\/5 {
  border-left-color: rgb(243 243 243 / 0.05);
}
.border-l-btn-text\/50 {
  border-left-color: rgb(243 243 243 / 0.5);
}
.border-l-btn-text\/55 {
  border-left-color: rgb(243 243 243 / 0.55);
}
.border-l-btn-text\/60 {
  border-left-color: rgb(243 243 243 / 0.6);
}
.border-l-btn-text\/65 {
  border-left-color: rgb(243 243 243 / 0.65);
}
.border-l-btn-text\/70 {
  border-left-color: rgb(243 243 243 / 0.7);
}
.border-l-btn-text\/75 {
  border-left-color: rgb(243 243 243 / 0.75);
}
.border-l-btn-text\/80 {
  border-left-color: rgb(243 243 243 / 0.8);
}
.border-l-btn-text\/85 {
  border-left-color: rgb(243 243 243 / 0.85);
}
.border-l-btn-text\/90 {
  border-left-color: rgb(243 243 243 / 0.9);
}
.border-l-btn-text\/95 {
  border-left-color: rgb(243 243 243 / 0.95);
}
.border-l-fill-disabled {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-fill-disabled\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-fill-disabled\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-fill-disabled\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-fill-disabled\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-fill-disabled\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-fill-disabled\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-fill-disabled\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-fill-disabled\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-fill-disabled\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-fill-disabled\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-fill-disabled\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-fill-disabled\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-fill-disabled\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-fill-disabled\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-fill-disabled\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-fill-disabled\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-fill-disabled\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-fill-disabled\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-fill-disabled\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-fill-disabled\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-fill-disabled\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-fill-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-l-fill-primary\/0 {
  border-left-color: rgb(238 246 248 / 0);
}
.border-l-fill-primary\/10 {
  border-left-color: rgb(238 246 248 / 0.1);
}
.border-l-fill-primary\/100 {
  border-left-color: rgb(238 246 248 / 1);
}
.border-l-fill-primary\/15 {
  border-left-color: rgb(238 246 248 / 0.15);
}
.border-l-fill-primary\/20 {
  border-left-color: rgb(238 246 248 / 0.2);
}
.border-l-fill-primary\/25 {
  border-left-color: rgb(238 246 248 / 0.25);
}
.border-l-fill-primary\/30 {
  border-left-color: rgb(238 246 248 / 0.3);
}
.border-l-fill-primary\/35 {
  border-left-color: rgb(238 246 248 / 0.35);
}
.border-l-fill-primary\/40 {
  border-left-color: rgb(238 246 248 / 0.4);
}
.border-l-fill-primary\/45 {
  border-left-color: rgb(238 246 248 / 0.45);
}
.border-l-fill-primary\/5 {
  border-left-color: rgb(238 246 248 / 0.05);
}
.border-l-fill-primary\/50 {
  border-left-color: rgb(238 246 248 / 0.5);
}
.border-l-fill-primary\/55 {
  border-left-color: rgb(238 246 248 / 0.55);
}
.border-l-fill-primary\/60 {
  border-left-color: rgb(238 246 248 / 0.6);
}
.border-l-fill-primary\/65 {
  border-left-color: rgb(238 246 248 / 0.65);
}
.border-l-fill-primary\/70 {
  border-left-color: rgb(238 246 248 / 0.7);
}
.border-l-fill-primary\/75 {
  border-left-color: rgb(238 246 248 / 0.75);
}
.border-l-fill-primary\/80 {
  border-left-color: rgb(238 246 248 / 0.8);
}
.border-l-fill-primary\/85 {
  border-left-color: rgb(238 246 248 / 0.85);
}
.border-l-fill-primary\/90 {
  border-left-color: rgb(238 246 248 / 0.9);
}
.border-l-fill-primary\/95 {
  border-left-color: rgb(238 246 248 / 0.95);
}
.border-l-fill-secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-fill-secondary\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-fill-secondary\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-fill-secondary\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-fill-secondary\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-fill-secondary\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-fill-secondary\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-fill-secondary\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-fill-secondary\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-fill-secondary\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-fill-secondary\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-fill-secondary\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-fill-secondary\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-fill-secondary\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-fill-secondary\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-fill-secondary\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-fill-secondary\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-fill-secondary\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-fill-secondary\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-fill-secondary\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-fill-secondary\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-fill-secondary\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-r-btn-active {
  --tw-border-opacity: 1;
  border-right-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-r-btn-active\/0 {
  border-right-color: rgb(102 124 156 / 0);
}
.border-r-btn-active\/10 {
  border-right-color: rgb(102 124 156 / 0.1);
}
.border-r-btn-active\/100 {
  border-right-color: rgb(102 124 156 / 1);
}
.border-r-btn-active\/15 {
  border-right-color: rgb(102 124 156 / 0.15);
}
.border-r-btn-active\/20 {
  border-right-color: rgb(102 124 156 / 0.2);
}
.border-r-btn-active\/25 {
  border-right-color: rgb(102 124 156 / 0.25);
}
.border-r-btn-active\/30 {
  border-right-color: rgb(102 124 156 / 0.3);
}
.border-r-btn-active\/35 {
  border-right-color: rgb(102 124 156 / 0.35);
}
.border-r-btn-active\/40 {
  border-right-color: rgb(102 124 156 / 0.4);
}
.border-r-btn-active\/45 {
  border-right-color: rgb(102 124 156 / 0.45);
}
.border-r-btn-active\/5 {
  border-right-color: rgb(102 124 156 / 0.05);
}
.border-r-btn-active\/50 {
  border-right-color: rgb(102 124 156 / 0.5);
}
.border-r-btn-active\/55 {
  border-right-color: rgb(102 124 156 / 0.55);
}
.border-r-btn-active\/60 {
  border-right-color: rgb(102 124 156 / 0.6);
}
.border-r-btn-active\/65 {
  border-right-color: rgb(102 124 156 / 0.65);
}
.border-r-btn-active\/70 {
  border-right-color: rgb(102 124 156 / 0.7);
}
.border-r-btn-active\/75 {
  border-right-color: rgb(102 124 156 / 0.75);
}
.border-r-btn-active\/80 {
  border-right-color: rgb(102 124 156 / 0.8);
}
.border-r-btn-active\/85 {
  border-right-color: rgb(102 124 156 / 0.85);
}
.border-r-btn-active\/90 {
  border-right-color: rgb(102 124 156 / 0.9);
}
.border-r-btn-active\/95 {
  border-right-color: rgb(102 124 156 / 0.95);
}
.border-r-btn-disabled {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-r-btn-disabled\/0 {
  border-right-color: rgb(228 234 243 / 0);
}
.border-r-btn-disabled\/10 {
  border-right-color: rgb(228 234 243 / 0.1);
}
.border-r-btn-disabled\/100 {
  border-right-color: rgb(228 234 243 / 1);
}
.border-r-btn-disabled\/15 {
  border-right-color: rgb(228 234 243 / 0.15);
}
.border-r-btn-disabled\/20 {
  border-right-color: rgb(228 234 243 / 0.2);
}
.border-r-btn-disabled\/25 {
  border-right-color: rgb(228 234 243 / 0.25);
}
.border-r-btn-disabled\/30 {
  border-right-color: rgb(228 234 243 / 0.3);
}
.border-r-btn-disabled\/35 {
  border-right-color: rgb(228 234 243 / 0.35);
}
.border-r-btn-disabled\/40 {
  border-right-color: rgb(228 234 243 / 0.4);
}
.border-r-btn-disabled\/45 {
  border-right-color: rgb(228 234 243 / 0.45);
}
.border-r-btn-disabled\/5 {
  border-right-color: rgb(228 234 243 / 0.05);
}
.border-r-btn-disabled\/50 {
  border-right-color: rgb(228 234 243 / 0.5);
}
.border-r-btn-disabled\/55 {
  border-right-color: rgb(228 234 243 / 0.55);
}
.border-r-btn-disabled\/60 {
  border-right-color: rgb(228 234 243 / 0.6);
}
.border-r-btn-disabled\/65 {
  border-right-color: rgb(228 234 243 / 0.65);
}
.border-r-btn-disabled\/70 {
  border-right-color: rgb(228 234 243 / 0.7);
}
.border-r-btn-disabled\/75 {
  border-right-color: rgb(228 234 243 / 0.75);
}
.border-r-btn-disabled\/80 {
  border-right-color: rgb(228 234 243 / 0.8);
}
.border-r-btn-disabled\/85 {
  border-right-color: rgb(228 234 243 / 0.85);
}
.border-r-btn-disabled\/90 {
  border-right-color: rgb(228 234 243 / 0.9);
}
.border-r-btn-disabled\/95 {
  border-right-color: rgb(228 234 243 / 0.95);
}
.border-r-btn-hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-r-btn-hover\/0 {
  border-right-color: rgb(0 7 17 / 0);
}
.border-r-btn-hover\/10 {
  border-right-color: rgb(0 7 17 / 0.1);
}
.border-r-btn-hover\/100 {
  border-right-color: rgb(0 7 17 / 1);
}
.border-r-btn-hover\/15 {
  border-right-color: rgb(0 7 17 / 0.15);
}
.border-r-btn-hover\/20 {
  border-right-color: rgb(0 7 17 / 0.2);
}
.border-r-btn-hover\/25 {
  border-right-color: rgb(0 7 17 / 0.25);
}
.border-r-btn-hover\/30 {
  border-right-color: rgb(0 7 17 / 0.3);
}
.border-r-btn-hover\/35 {
  border-right-color: rgb(0 7 17 / 0.35);
}
.border-r-btn-hover\/40 {
  border-right-color: rgb(0 7 17 / 0.4);
}
.border-r-btn-hover\/45 {
  border-right-color: rgb(0 7 17 / 0.45);
}
.border-r-btn-hover\/5 {
  border-right-color: rgb(0 7 17 / 0.05);
}
.border-r-btn-hover\/50 {
  border-right-color: rgb(0 7 17 / 0.5);
}
.border-r-btn-hover\/55 {
  border-right-color: rgb(0 7 17 / 0.55);
}
.border-r-btn-hover\/60 {
  border-right-color: rgb(0 7 17 / 0.6);
}
.border-r-btn-hover\/65 {
  border-right-color: rgb(0 7 17 / 0.65);
}
.border-r-btn-hover\/70 {
  border-right-color: rgb(0 7 17 / 0.7);
}
.border-r-btn-hover\/75 {
  border-right-color: rgb(0 7 17 / 0.75);
}
.border-r-btn-hover\/80 {
  border-right-color: rgb(0 7 17 / 0.8);
}
.border-r-btn-hover\/85 {
  border-right-color: rgb(0 7 17 / 0.85);
}
.border-r-btn-hover\/90 {
  border-right-color: rgb(0 7 17 / 0.9);
}
.border-r-btn-hover\/95 {
  border-right-color: rgb(0 7 17 / 0.95);
}
.border-r-btn-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-r-btn-text\/0 {
  border-right-color: rgb(243 243 243 / 0);
}
.border-r-btn-text\/10 {
  border-right-color: rgb(243 243 243 / 0.1);
}
.border-r-btn-text\/100 {
  border-right-color: rgb(243 243 243 / 1);
}
.border-r-btn-text\/15 {
  border-right-color: rgb(243 243 243 / 0.15);
}
.border-r-btn-text\/20 {
  border-right-color: rgb(243 243 243 / 0.2);
}
.border-r-btn-text\/25 {
  border-right-color: rgb(243 243 243 / 0.25);
}
.border-r-btn-text\/30 {
  border-right-color: rgb(243 243 243 / 0.3);
}
.border-r-btn-text\/35 {
  border-right-color: rgb(243 243 243 / 0.35);
}
.border-r-btn-text\/40 {
  border-right-color: rgb(243 243 243 / 0.4);
}
.border-r-btn-text\/45 {
  border-right-color: rgb(243 243 243 / 0.45);
}
.border-r-btn-text\/5 {
  border-right-color: rgb(243 243 243 / 0.05);
}
.border-r-btn-text\/50 {
  border-right-color: rgb(243 243 243 / 0.5);
}
.border-r-btn-text\/55 {
  border-right-color: rgb(243 243 243 / 0.55);
}
.border-r-btn-text\/60 {
  border-right-color: rgb(243 243 243 / 0.6);
}
.border-r-btn-text\/65 {
  border-right-color: rgb(243 243 243 / 0.65);
}
.border-r-btn-text\/70 {
  border-right-color: rgb(243 243 243 / 0.7);
}
.border-r-btn-text\/75 {
  border-right-color: rgb(243 243 243 / 0.75);
}
.border-r-btn-text\/80 {
  border-right-color: rgb(243 243 243 / 0.8);
}
.border-r-btn-text\/85 {
  border-right-color: rgb(243 243 243 / 0.85);
}
.border-r-btn-text\/90 {
  border-right-color: rgb(243 243 243 / 0.9);
}
.border-r-btn-text\/95 {
  border-right-color: rgb(243 243 243 / 0.95);
}
.border-r-fill-disabled {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-fill-disabled\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-fill-disabled\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-fill-disabled\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-fill-disabled\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-fill-disabled\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-fill-disabled\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-fill-disabled\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-fill-disabled\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-fill-disabled\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-fill-disabled\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-fill-disabled\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-fill-disabled\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-fill-disabled\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-fill-disabled\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-fill-disabled\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-fill-disabled\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-fill-disabled\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-fill-disabled\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-fill-disabled\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-fill-disabled\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-fill-disabled\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-fill-primary {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-r-fill-primary\/0 {
  border-right-color: rgb(238 246 248 / 0);
}
.border-r-fill-primary\/10 {
  border-right-color: rgb(238 246 248 / 0.1);
}
.border-r-fill-primary\/100 {
  border-right-color: rgb(238 246 248 / 1);
}
.border-r-fill-primary\/15 {
  border-right-color: rgb(238 246 248 / 0.15);
}
.border-r-fill-primary\/20 {
  border-right-color: rgb(238 246 248 / 0.2);
}
.border-r-fill-primary\/25 {
  border-right-color: rgb(238 246 248 / 0.25);
}
.border-r-fill-primary\/30 {
  border-right-color: rgb(238 246 248 / 0.3);
}
.border-r-fill-primary\/35 {
  border-right-color: rgb(238 246 248 / 0.35);
}
.border-r-fill-primary\/40 {
  border-right-color: rgb(238 246 248 / 0.4);
}
.border-r-fill-primary\/45 {
  border-right-color: rgb(238 246 248 / 0.45);
}
.border-r-fill-primary\/5 {
  border-right-color: rgb(238 246 248 / 0.05);
}
.border-r-fill-primary\/50 {
  border-right-color: rgb(238 246 248 / 0.5);
}
.border-r-fill-primary\/55 {
  border-right-color: rgb(238 246 248 / 0.55);
}
.border-r-fill-primary\/60 {
  border-right-color: rgb(238 246 248 / 0.6);
}
.border-r-fill-primary\/65 {
  border-right-color: rgb(238 246 248 / 0.65);
}
.border-r-fill-primary\/70 {
  border-right-color: rgb(238 246 248 / 0.7);
}
.border-r-fill-primary\/75 {
  border-right-color: rgb(238 246 248 / 0.75);
}
.border-r-fill-primary\/80 {
  border-right-color: rgb(238 246 248 / 0.8);
}
.border-r-fill-primary\/85 {
  border-right-color: rgb(238 246 248 / 0.85);
}
.border-r-fill-primary\/90 {
  border-right-color: rgb(238 246 248 / 0.9);
}
.border-r-fill-primary\/95 {
  border-right-color: rgb(238 246 248 / 0.95);
}
.border-r-fill-secondary {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-fill-secondary\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-fill-secondary\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-fill-secondary\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-fill-secondary\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-fill-secondary\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-fill-secondary\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-fill-secondary\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-fill-secondary\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-fill-secondary\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-fill-secondary\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-fill-secondary\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-fill-secondary\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-fill-secondary\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-fill-secondary\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-fill-secondary\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-fill-secondary\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-fill-secondary\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-fill-secondary\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-fill-secondary\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-fill-secondary\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-fill-secondary\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-s-btn-active {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-s-btn-active\/0 {
  border-inline-start-color: rgb(102 124 156 / 0);
}
.border-s-btn-active\/10 {
  border-inline-start-color: rgb(102 124 156 / 0.1);
}
.border-s-btn-active\/100 {
  border-inline-start-color: rgb(102 124 156 / 1);
}
.border-s-btn-active\/15 {
  border-inline-start-color: rgb(102 124 156 / 0.15);
}
.border-s-btn-active\/20 {
  border-inline-start-color: rgb(102 124 156 / 0.2);
}
.border-s-btn-active\/25 {
  border-inline-start-color: rgb(102 124 156 / 0.25);
}
.border-s-btn-active\/30 {
  border-inline-start-color: rgb(102 124 156 / 0.3);
}
.border-s-btn-active\/35 {
  border-inline-start-color: rgb(102 124 156 / 0.35);
}
.border-s-btn-active\/40 {
  border-inline-start-color: rgb(102 124 156 / 0.4);
}
.border-s-btn-active\/45 {
  border-inline-start-color: rgb(102 124 156 / 0.45);
}
.border-s-btn-active\/5 {
  border-inline-start-color: rgb(102 124 156 / 0.05);
}
.border-s-btn-active\/50 {
  border-inline-start-color: rgb(102 124 156 / 0.5);
}
.border-s-btn-active\/55 {
  border-inline-start-color: rgb(102 124 156 / 0.55);
}
.border-s-btn-active\/60 {
  border-inline-start-color: rgb(102 124 156 / 0.6);
}
.border-s-btn-active\/65 {
  border-inline-start-color: rgb(102 124 156 / 0.65);
}
.border-s-btn-active\/70 {
  border-inline-start-color: rgb(102 124 156 / 0.7);
}
.border-s-btn-active\/75 {
  border-inline-start-color: rgb(102 124 156 / 0.75);
}
.border-s-btn-active\/80 {
  border-inline-start-color: rgb(102 124 156 / 0.8);
}
.border-s-btn-active\/85 {
  border-inline-start-color: rgb(102 124 156 / 0.85);
}
.border-s-btn-active\/90 {
  border-inline-start-color: rgb(102 124 156 / 0.9);
}
.border-s-btn-active\/95 {
  border-inline-start-color: rgb(102 124 156 / 0.95);
}
.border-s-btn-disabled {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-s-btn-disabled\/0 {
  border-inline-start-color: rgb(228 234 243 / 0);
}
.border-s-btn-disabled\/10 {
  border-inline-start-color: rgb(228 234 243 / 0.1);
}
.border-s-btn-disabled\/100 {
  border-inline-start-color: rgb(228 234 243 / 1);
}
.border-s-btn-disabled\/15 {
  border-inline-start-color: rgb(228 234 243 / 0.15);
}
.border-s-btn-disabled\/20 {
  border-inline-start-color: rgb(228 234 243 / 0.2);
}
.border-s-btn-disabled\/25 {
  border-inline-start-color: rgb(228 234 243 / 0.25);
}
.border-s-btn-disabled\/30 {
  border-inline-start-color: rgb(228 234 243 / 0.3);
}
.border-s-btn-disabled\/35 {
  border-inline-start-color: rgb(228 234 243 / 0.35);
}
.border-s-btn-disabled\/40 {
  border-inline-start-color: rgb(228 234 243 / 0.4);
}
.border-s-btn-disabled\/45 {
  border-inline-start-color: rgb(228 234 243 / 0.45);
}
.border-s-btn-disabled\/5 {
  border-inline-start-color: rgb(228 234 243 / 0.05);
}
.border-s-btn-disabled\/50 {
  border-inline-start-color: rgb(228 234 243 / 0.5);
}
.border-s-btn-disabled\/55 {
  border-inline-start-color: rgb(228 234 243 / 0.55);
}
.border-s-btn-disabled\/60 {
  border-inline-start-color: rgb(228 234 243 / 0.6);
}
.border-s-btn-disabled\/65 {
  border-inline-start-color: rgb(228 234 243 / 0.65);
}
.border-s-btn-disabled\/70 {
  border-inline-start-color: rgb(228 234 243 / 0.7);
}
.border-s-btn-disabled\/75 {
  border-inline-start-color: rgb(228 234 243 / 0.75);
}
.border-s-btn-disabled\/80 {
  border-inline-start-color: rgb(228 234 243 / 0.8);
}
.border-s-btn-disabled\/85 {
  border-inline-start-color: rgb(228 234 243 / 0.85);
}
.border-s-btn-disabled\/90 {
  border-inline-start-color: rgb(228 234 243 / 0.9);
}
.border-s-btn-disabled\/95 {
  border-inline-start-color: rgb(228 234 243 / 0.95);
}
.border-s-btn-hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-s-btn-hover\/0 {
  border-inline-start-color: rgb(0 7 17 / 0);
}
.border-s-btn-hover\/10 {
  border-inline-start-color: rgb(0 7 17 / 0.1);
}
.border-s-btn-hover\/100 {
  border-inline-start-color: rgb(0 7 17 / 1);
}
.border-s-btn-hover\/15 {
  border-inline-start-color: rgb(0 7 17 / 0.15);
}
.border-s-btn-hover\/20 {
  border-inline-start-color: rgb(0 7 17 / 0.2);
}
.border-s-btn-hover\/25 {
  border-inline-start-color: rgb(0 7 17 / 0.25);
}
.border-s-btn-hover\/30 {
  border-inline-start-color: rgb(0 7 17 / 0.3);
}
.border-s-btn-hover\/35 {
  border-inline-start-color: rgb(0 7 17 / 0.35);
}
.border-s-btn-hover\/40 {
  border-inline-start-color: rgb(0 7 17 / 0.4);
}
.border-s-btn-hover\/45 {
  border-inline-start-color: rgb(0 7 17 / 0.45);
}
.border-s-btn-hover\/5 {
  border-inline-start-color: rgb(0 7 17 / 0.05);
}
.border-s-btn-hover\/50 {
  border-inline-start-color: rgb(0 7 17 / 0.5);
}
.border-s-btn-hover\/55 {
  border-inline-start-color: rgb(0 7 17 / 0.55);
}
.border-s-btn-hover\/60 {
  border-inline-start-color: rgb(0 7 17 / 0.6);
}
.border-s-btn-hover\/65 {
  border-inline-start-color: rgb(0 7 17 / 0.65);
}
.border-s-btn-hover\/70 {
  border-inline-start-color: rgb(0 7 17 / 0.7);
}
.border-s-btn-hover\/75 {
  border-inline-start-color: rgb(0 7 17 / 0.75);
}
.border-s-btn-hover\/80 {
  border-inline-start-color: rgb(0 7 17 / 0.8);
}
.border-s-btn-hover\/85 {
  border-inline-start-color: rgb(0 7 17 / 0.85);
}
.border-s-btn-hover\/90 {
  border-inline-start-color: rgb(0 7 17 / 0.9);
}
.border-s-btn-hover\/95 {
  border-inline-start-color: rgb(0 7 17 / 0.95);
}
.border-s-btn-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-s-btn-text\/0 {
  border-inline-start-color: rgb(243 243 243 / 0);
}
.border-s-btn-text\/10 {
  border-inline-start-color: rgb(243 243 243 / 0.1);
}
.border-s-btn-text\/100 {
  border-inline-start-color: rgb(243 243 243 / 1);
}
.border-s-btn-text\/15 {
  border-inline-start-color: rgb(243 243 243 / 0.15);
}
.border-s-btn-text\/20 {
  border-inline-start-color: rgb(243 243 243 / 0.2);
}
.border-s-btn-text\/25 {
  border-inline-start-color: rgb(243 243 243 / 0.25);
}
.border-s-btn-text\/30 {
  border-inline-start-color: rgb(243 243 243 / 0.3);
}
.border-s-btn-text\/35 {
  border-inline-start-color: rgb(243 243 243 / 0.35);
}
.border-s-btn-text\/40 {
  border-inline-start-color: rgb(243 243 243 / 0.4);
}
.border-s-btn-text\/45 {
  border-inline-start-color: rgb(243 243 243 / 0.45);
}
.border-s-btn-text\/5 {
  border-inline-start-color: rgb(243 243 243 / 0.05);
}
.border-s-btn-text\/50 {
  border-inline-start-color: rgb(243 243 243 / 0.5);
}
.border-s-btn-text\/55 {
  border-inline-start-color: rgb(243 243 243 / 0.55);
}
.border-s-btn-text\/60 {
  border-inline-start-color: rgb(243 243 243 / 0.6);
}
.border-s-btn-text\/65 {
  border-inline-start-color: rgb(243 243 243 / 0.65);
}
.border-s-btn-text\/70 {
  border-inline-start-color: rgb(243 243 243 / 0.7);
}
.border-s-btn-text\/75 {
  border-inline-start-color: rgb(243 243 243 / 0.75);
}
.border-s-btn-text\/80 {
  border-inline-start-color: rgb(243 243 243 / 0.8);
}
.border-s-btn-text\/85 {
  border-inline-start-color: rgb(243 243 243 / 0.85);
}
.border-s-btn-text\/90 {
  border-inline-start-color: rgb(243 243 243 / 0.9);
}
.border-s-btn-text\/95 {
  border-inline-start-color: rgb(243 243 243 / 0.95);
}
.border-s-fill-disabled {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-s-fill-disabled\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}
.border-s-fill-disabled\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}
.border-s-fill-disabled\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}
.border-s-fill-disabled\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.border-s-fill-disabled\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}
.border-s-fill-disabled\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}
.border-s-fill-disabled\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}
.border-s-fill-disabled\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-fill-disabled\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-fill-disabled\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.border-s-fill-disabled\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}
.border-s-fill-disabled\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}
.border-s-fill-disabled\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-fill-disabled\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-fill-disabled\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.border-s-fill-disabled\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}
.border-s-fill-disabled\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}
.border-s-fill-disabled\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}
.border-s-fill-disabled\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.border-s-fill-disabled\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}
.border-s-fill-disabled\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}
.border-s-fill-primary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-s-fill-primary\/0 {
  border-inline-start-color: rgb(238 246 248 / 0);
}
.border-s-fill-primary\/10 {
  border-inline-start-color: rgb(238 246 248 / 0.1);
}
.border-s-fill-primary\/100 {
  border-inline-start-color: rgb(238 246 248 / 1);
}
.border-s-fill-primary\/15 {
  border-inline-start-color: rgb(238 246 248 / 0.15);
}
.border-s-fill-primary\/20 {
  border-inline-start-color: rgb(238 246 248 / 0.2);
}
.border-s-fill-primary\/25 {
  border-inline-start-color: rgb(238 246 248 / 0.25);
}
.border-s-fill-primary\/30 {
  border-inline-start-color: rgb(238 246 248 / 0.3);
}
.border-s-fill-primary\/35 {
  border-inline-start-color: rgb(238 246 248 / 0.35);
}
.border-s-fill-primary\/40 {
  border-inline-start-color: rgb(238 246 248 / 0.4);
}
.border-s-fill-primary\/45 {
  border-inline-start-color: rgb(238 246 248 / 0.45);
}
.border-s-fill-primary\/5 {
  border-inline-start-color: rgb(238 246 248 / 0.05);
}
.border-s-fill-primary\/50 {
  border-inline-start-color: rgb(238 246 248 / 0.5);
}
.border-s-fill-primary\/55 {
  border-inline-start-color: rgb(238 246 248 / 0.55);
}
.border-s-fill-primary\/60 {
  border-inline-start-color: rgb(238 246 248 / 0.6);
}
.border-s-fill-primary\/65 {
  border-inline-start-color: rgb(238 246 248 / 0.65);
}
.border-s-fill-primary\/70 {
  border-inline-start-color: rgb(238 246 248 / 0.7);
}
.border-s-fill-primary\/75 {
  border-inline-start-color: rgb(238 246 248 / 0.75);
}
.border-s-fill-primary\/80 {
  border-inline-start-color: rgb(238 246 248 / 0.8);
}
.border-s-fill-primary\/85 {
  border-inline-start-color: rgb(238 246 248 / 0.85);
}
.border-s-fill-primary\/90 {
  border-inline-start-color: rgb(238 246 248 / 0.9);
}
.border-s-fill-primary\/95 {
  border-inline-start-color: rgb(238 246 248 / 0.95);
}
.border-s-fill-secondary {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-s-fill-secondary\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-fill-secondary\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-fill-secondary\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-fill-secondary\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.border-s-fill-secondary\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-fill-secondary\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-fill-secondary\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-fill-secondary\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-fill-secondary\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-fill-secondary\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.border-s-fill-secondary\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-fill-secondary\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-fill-secondary\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-fill-secondary\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-fill-secondary\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.border-s-fill-secondary\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-fill-secondary\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-fill-secondary\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-fill-secondary\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.border-s-fill-secondary\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-fill-secondary\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-t-btn-active {
  --tw-border-opacity: 1;
  border-top-color: rgb(102 124 156 / var(--tw-border-opacity, 1));
}
.border-t-btn-active\/0 {
  border-top-color: rgb(102 124 156 / 0);
}
.border-t-btn-active\/10 {
  border-top-color: rgb(102 124 156 / 0.1);
}
.border-t-btn-active\/100 {
  border-top-color: rgb(102 124 156 / 1);
}
.border-t-btn-active\/15 {
  border-top-color: rgb(102 124 156 / 0.15);
}
.border-t-btn-active\/20 {
  border-top-color: rgb(102 124 156 / 0.2);
}
.border-t-btn-active\/25 {
  border-top-color: rgb(102 124 156 / 0.25);
}
.border-t-btn-active\/30 {
  border-top-color: rgb(102 124 156 / 0.3);
}
.border-t-btn-active\/35 {
  border-top-color: rgb(102 124 156 / 0.35);
}
.border-t-btn-active\/40 {
  border-top-color: rgb(102 124 156 / 0.4);
}
.border-t-btn-active\/45 {
  border-top-color: rgb(102 124 156 / 0.45);
}
.border-t-btn-active\/5 {
  border-top-color: rgb(102 124 156 / 0.05);
}
.border-t-btn-active\/50 {
  border-top-color: rgb(102 124 156 / 0.5);
}
.border-t-btn-active\/55 {
  border-top-color: rgb(102 124 156 / 0.55);
}
.border-t-btn-active\/60 {
  border-top-color: rgb(102 124 156 / 0.6);
}
.border-t-btn-active\/65 {
  border-top-color: rgb(102 124 156 / 0.65);
}
.border-t-btn-active\/70 {
  border-top-color: rgb(102 124 156 / 0.7);
}
.border-t-btn-active\/75 {
  border-top-color: rgb(102 124 156 / 0.75);
}
.border-t-btn-active\/80 {
  border-top-color: rgb(102 124 156 / 0.8);
}
.border-t-btn-active\/85 {
  border-top-color: rgb(102 124 156 / 0.85);
}
.border-t-btn-active\/90 {
  border-top-color: rgb(102 124 156 / 0.9);
}
.border-t-btn-active\/95 {
  border-top-color: rgb(102 124 156 / 0.95);
}
.border-t-btn-disabled {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 234 243 / var(--tw-border-opacity, 1));
}
.border-t-btn-disabled\/0 {
  border-top-color: rgb(228 234 243 / 0);
}
.border-t-btn-disabled\/10 {
  border-top-color: rgb(228 234 243 / 0.1);
}
.border-t-btn-disabled\/100 {
  border-top-color: rgb(228 234 243 / 1);
}
.border-t-btn-disabled\/15 {
  border-top-color: rgb(228 234 243 / 0.15);
}
.border-t-btn-disabled\/20 {
  border-top-color: rgb(228 234 243 / 0.2);
}
.border-t-btn-disabled\/25 {
  border-top-color: rgb(228 234 243 / 0.25);
}
.border-t-btn-disabled\/30 {
  border-top-color: rgb(228 234 243 / 0.3);
}
.border-t-btn-disabled\/35 {
  border-top-color: rgb(228 234 243 / 0.35);
}
.border-t-btn-disabled\/40 {
  border-top-color: rgb(228 234 243 / 0.4);
}
.border-t-btn-disabled\/45 {
  border-top-color: rgb(228 234 243 / 0.45);
}
.border-t-btn-disabled\/5 {
  border-top-color: rgb(228 234 243 / 0.05);
}
.border-t-btn-disabled\/50 {
  border-top-color: rgb(228 234 243 / 0.5);
}
.border-t-btn-disabled\/55 {
  border-top-color: rgb(228 234 243 / 0.55);
}
.border-t-btn-disabled\/60 {
  border-top-color: rgb(228 234 243 / 0.6);
}
.border-t-btn-disabled\/65 {
  border-top-color: rgb(228 234 243 / 0.65);
}
.border-t-btn-disabled\/70 {
  border-top-color: rgb(228 234 243 / 0.7);
}
.border-t-btn-disabled\/75 {
  border-top-color: rgb(228 234 243 / 0.75);
}
.border-t-btn-disabled\/80 {
  border-top-color: rgb(228 234 243 / 0.8);
}
.border-t-btn-disabled\/85 {
  border-top-color: rgb(228 234 243 / 0.85);
}
.border-t-btn-disabled\/90 {
  border-top-color: rgb(228 234 243 / 0.9);
}
.border-t-btn-disabled\/95 {
  border-top-color: rgb(228 234 243 / 0.95);
}
.border-t-btn-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 7 17 / var(--tw-border-opacity, 1));
}
.border-t-btn-hover\/0 {
  border-top-color: rgb(0 7 17 / 0);
}
.border-t-btn-hover\/10 {
  border-top-color: rgb(0 7 17 / 0.1);
}
.border-t-btn-hover\/100 {
  border-top-color: rgb(0 7 17 / 1);
}
.border-t-btn-hover\/15 {
  border-top-color: rgb(0 7 17 / 0.15);
}
.border-t-btn-hover\/20 {
  border-top-color: rgb(0 7 17 / 0.2);
}
.border-t-btn-hover\/25 {
  border-top-color: rgb(0 7 17 / 0.25);
}
.border-t-btn-hover\/30 {
  border-top-color: rgb(0 7 17 / 0.3);
}
.border-t-btn-hover\/35 {
  border-top-color: rgb(0 7 17 / 0.35);
}
.border-t-btn-hover\/40 {
  border-top-color: rgb(0 7 17 / 0.4);
}
.border-t-btn-hover\/45 {
  border-top-color: rgb(0 7 17 / 0.45);
}
.border-t-btn-hover\/5 {
  border-top-color: rgb(0 7 17 / 0.05);
}
.border-t-btn-hover\/50 {
  border-top-color: rgb(0 7 17 / 0.5);
}
.border-t-btn-hover\/55 {
  border-top-color: rgb(0 7 17 / 0.55);
}
.border-t-btn-hover\/60 {
  border-top-color: rgb(0 7 17 / 0.6);
}
.border-t-btn-hover\/65 {
  border-top-color: rgb(0 7 17 / 0.65);
}
.border-t-btn-hover\/70 {
  border-top-color: rgb(0 7 17 / 0.7);
}
.border-t-btn-hover\/75 {
  border-top-color: rgb(0 7 17 / 0.75);
}
.border-t-btn-hover\/80 {
  border-top-color: rgb(0 7 17 / 0.8);
}
.border-t-btn-hover\/85 {
  border-top-color: rgb(0 7 17 / 0.85);
}
.border-t-btn-hover\/90 {
  border-top-color: rgb(0 7 17 / 0.9);
}
.border-t-btn-hover\/95 {
  border-top-color: rgb(0 7 17 / 0.95);
}
.border-t-btn-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}
.border-t-btn-text\/0 {
  border-top-color: rgb(243 243 243 / 0);
}
.border-t-btn-text\/10 {
  border-top-color: rgb(243 243 243 / 0.1);
}
.border-t-btn-text\/100 {
  border-top-color: rgb(243 243 243 / 1);
}
.border-t-btn-text\/15 {
  border-top-color: rgb(243 243 243 / 0.15);
}
.border-t-btn-text\/20 {
  border-top-color: rgb(243 243 243 / 0.2);
}
.border-t-btn-text\/25 {
  border-top-color: rgb(243 243 243 / 0.25);
}
.border-t-btn-text\/30 {
  border-top-color: rgb(243 243 243 / 0.3);
}
.border-t-btn-text\/35 {
  border-top-color: rgb(243 243 243 / 0.35);
}
.border-t-btn-text\/40 {
  border-top-color: rgb(243 243 243 / 0.4);
}
.border-t-btn-text\/45 {
  border-top-color: rgb(243 243 243 / 0.45);
}
.border-t-btn-text\/5 {
  border-top-color: rgb(243 243 243 / 0.05);
}
.border-t-btn-text\/50 {
  border-top-color: rgb(243 243 243 / 0.5);
}
.border-t-btn-text\/55 {
  border-top-color: rgb(243 243 243 / 0.55);
}
.border-t-btn-text\/60 {
  border-top-color: rgb(243 243 243 / 0.6);
}
.border-t-btn-text\/65 {
  border-top-color: rgb(243 243 243 / 0.65);
}
.border-t-btn-text\/70 {
  border-top-color: rgb(243 243 243 / 0.7);
}
.border-t-btn-text\/75 {
  border-top-color: rgb(243 243 243 / 0.75);
}
.border-t-btn-text\/80 {
  border-top-color: rgb(243 243 243 / 0.8);
}
.border-t-btn-text\/85 {
  border-top-color: rgb(243 243 243 / 0.85);
}
.border-t-btn-text\/90 {
  border-top-color: rgb(243 243 243 / 0.9);
}
.border-t-btn-text\/95 {
  border-top-color: rgb(243 243 243 / 0.95);
}
.border-t-fill-disabled {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-fill-disabled\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-fill-disabled\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-fill-disabled\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-fill-disabled\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-fill-disabled\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-fill-disabled\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-fill-disabled\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-fill-disabled\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-fill-disabled\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-fill-disabled\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-fill-disabled\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-fill-disabled\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-fill-disabled\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-fill-disabled\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-fill-disabled\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-fill-disabled\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-fill-disabled\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-fill-disabled\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-fill-disabled\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-fill-disabled\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-fill-disabled\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-fill-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 246 248 / var(--tw-border-opacity, 1));
}
.border-t-fill-primary\/0 {
  border-top-color: rgb(238 246 248 / 0);
}
.border-t-fill-primary\/10 {
  border-top-color: rgb(238 246 248 / 0.1);
}
.border-t-fill-primary\/100 {
  border-top-color: rgb(238 246 248 / 1);
}
.border-t-fill-primary\/15 {
  border-top-color: rgb(238 246 248 / 0.15);
}
.border-t-fill-primary\/20 {
  border-top-color: rgb(238 246 248 / 0.2);
}
.border-t-fill-primary\/25 {
  border-top-color: rgb(238 246 248 / 0.25);
}
.border-t-fill-primary\/30 {
  border-top-color: rgb(238 246 248 / 0.3);
}
.border-t-fill-primary\/35 {
  border-top-color: rgb(238 246 248 / 0.35);
}
.border-t-fill-primary\/40 {
  border-top-color: rgb(238 246 248 / 0.4);
}
.border-t-fill-primary\/45 {
  border-top-color: rgb(238 246 248 / 0.45);
}
.border-t-fill-primary\/5 {
  border-top-color: rgb(238 246 248 / 0.05);
}
.border-t-fill-primary\/50 {
  border-top-color: rgb(238 246 248 / 0.5);
}
.border-t-fill-primary\/55 {
  border-top-color: rgb(238 246 248 / 0.55);
}
.border-t-fill-primary\/60 {
  border-top-color: rgb(238 246 248 / 0.6);
}
.border-t-fill-primary\/65 {
  border-top-color: rgb(238 246 248 / 0.65);
}
.border-t-fill-primary\/70 {
  border-top-color: rgb(238 246 248 / 0.7);
}
.border-t-fill-primary\/75 {
  border-top-color: rgb(238 246 248 / 0.75);
}
.border-t-fill-primary\/80 {
  border-top-color: rgb(238 246 248 / 0.8);
}
.border-t-fill-primary\/85 {
  border-top-color: rgb(238 246 248 / 0.85);
}
.border-t-fill-primary\/90 {
  border-top-color: rgb(238 246 248 / 0.9);
}
.border-t-fill-primary\/95 {
  border-top-color: rgb(238 246 248 / 0.95);
}
.border-t-fill-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-fill-secondary\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-fill-secondary\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-fill-secondary\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-fill-secondary\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-fill-secondary\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-fill-secondary\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-fill-secondary\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-fill-secondary\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-fill-secondary\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-fill-secondary\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-fill-secondary\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-fill-secondary\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-fill-secondary\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-fill-secondary\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-fill-secondary\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-fill-secondary\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-fill-secondary\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-fill-secondary\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-fill-secondary\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-fill-secondary\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-fill-secondary\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.bg-accent-blue-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 243 / var(--tw-bg-opacity, 1));
}
.bg-accent-yellow-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 221 167 / var(--tw-bg-opacity, 1));
}
.bg-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 89 / var(--tw-bg-opacity, 1));
}
.bg-btn-active {
  --tw-bg-opacity: 1;
  background-color: rgb(102 124 156 / var(--tw-bg-opacity, 1));
}
.bg-btn-active\/0 {
  background-color: rgb(102 124 156 / 0);
}
.bg-btn-active\/10 {
  background-color: rgb(102 124 156 / 0.1);
}
.bg-btn-active\/100 {
  background-color: rgb(102 124 156 / 1);
}
.bg-btn-active\/15 {
  background-color: rgb(102 124 156 / 0.15);
}
.bg-btn-active\/20 {
  background-color: rgb(102 124 156 / 0.2);
}
.bg-btn-active\/25 {
  background-color: rgb(102 124 156 / 0.25);
}
.bg-btn-active\/30 {
  background-color: rgb(102 124 156 / 0.3);
}
.bg-btn-active\/35 {
  background-color: rgb(102 124 156 / 0.35);
}
.bg-btn-active\/40 {
  background-color: rgb(102 124 156 / 0.4);
}
.bg-btn-active\/45 {
  background-color: rgb(102 124 156 / 0.45);
}
.bg-btn-active\/5 {
  background-color: rgb(102 124 156 / 0.05);
}
.bg-btn-active\/50 {
  background-color: rgb(102 124 156 / 0.5);
}
.bg-btn-active\/55 {
  background-color: rgb(102 124 156 / 0.55);
}
.bg-btn-active\/60 {
  background-color: rgb(102 124 156 / 0.6);
}
.bg-btn-active\/65 {
  background-color: rgb(102 124 156 / 0.65);
}
.bg-btn-active\/70 {
  background-color: rgb(102 124 156 / 0.7);
}
.bg-btn-active\/75 {
  background-color: rgb(102 124 156 / 0.75);
}
.bg-btn-active\/80 {
  background-color: rgb(102 124 156 / 0.8);
}
.bg-btn-active\/85 {
  background-color: rgb(102 124 156 / 0.85);
}
.bg-btn-active\/90 {
  background-color: rgb(102 124 156 / 0.9);
}
.bg-btn-active\/95 {
  background-color: rgb(102 124 156 / 0.95);
}
.bg-btn-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 243 / var(--tw-bg-opacity, 1));
}
.bg-btn-disabled\/0 {
  background-color: rgb(228 234 243 / 0);
}
.bg-btn-disabled\/10 {
  background-color: rgb(228 234 243 / 0.1);
}
.bg-btn-disabled\/100 {
  background-color: rgb(228 234 243 / 1);
}
.bg-btn-disabled\/15 {
  background-color: rgb(228 234 243 / 0.15);
}
.bg-btn-disabled\/20 {
  background-color: rgb(228 234 243 / 0.2);
}
.bg-btn-disabled\/25 {
  background-color: rgb(228 234 243 / 0.25);
}
.bg-btn-disabled\/30 {
  background-color: rgb(228 234 243 / 0.3);
}
.bg-btn-disabled\/35 {
  background-color: rgb(228 234 243 / 0.35);
}
.bg-btn-disabled\/40 {
  background-color: rgb(228 234 243 / 0.4);
}
.bg-btn-disabled\/45 {
  background-color: rgb(228 234 243 / 0.45);
}
.bg-btn-disabled\/5 {
  background-color: rgb(228 234 243 / 0.05);
}
.bg-btn-disabled\/50 {
  background-color: rgb(228 234 243 / 0.5);
}
.bg-btn-disabled\/55 {
  background-color: rgb(228 234 243 / 0.55);
}
.bg-btn-disabled\/60 {
  background-color: rgb(228 234 243 / 0.6);
}
.bg-btn-disabled\/65 {
  background-color: rgb(228 234 243 / 0.65);
}
.bg-btn-disabled\/70 {
  background-color: rgb(228 234 243 / 0.7);
}
.bg-btn-disabled\/75 {
  background-color: rgb(228 234 243 / 0.75);
}
.bg-btn-disabled\/80 {
  background-color: rgb(228 234 243 / 0.8);
}
.bg-btn-disabled\/85 {
  background-color: rgb(228 234 243 / 0.85);
}
.bg-btn-disabled\/90 {
  background-color: rgb(228 234 243 / 0.9);
}
.bg-btn-disabled\/95 {
  background-color: rgb(228 234 243 / 0.95);
}
.bg-btn-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 17 / var(--tw-bg-opacity, 1));
}
.bg-btn-hover\/0 {
  background-color: rgb(0 7 17 / 0);
}
.bg-btn-hover\/10 {
  background-color: rgb(0 7 17 / 0.1);
}
.bg-btn-hover\/100 {
  background-color: rgb(0 7 17 / 1);
}
.bg-btn-hover\/15 {
  background-color: rgb(0 7 17 / 0.15);
}
.bg-btn-hover\/20 {
  background-color: rgb(0 7 17 / 0.2);
}
.bg-btn-hover\/25 {
  background-color: rgb(0 7 17 / 0.25);
}
.bg-btn-hover\/30 {
  background-color: rgb(0 7 17 / 0.3);
}
.bg-btn-hover\/35 {
  background-color: rgb(0 7 17 / 0.35);
}
.bg-btn-hover\/40 {
  background-color: rgb(0 7 17 / 0.4);
}
.bg-btn-hover\/45 {
  background-color: rgb(0 7 17 / 0.45);
}
.bg-btn-hover\/5 {
  background-color: rgb(0 7 17 / 0.05);
}
.bg-btn-hover\/50 {
  background-color: rgb(0 7 17 / 0.5);
}
.bg-btn-hover\/55 {
  background-color: rgb(0 7 17 / 0.55);
}
.bg-btn-hover\/60 {
  background-color: rgb(0 7 17 / 0.6);
}
.bg-btn-hover\/65 {
  background-color: rgb(0 7 17 / 0.65);
}
.bg-btn-hover\/70 {
  background-color: rgb(0 7 17 / 0.7);
}
.bg-btn-hover\/75 {
  background-color: rgb(0 7 17 / 0.75);
}
.bg-btn-hover\/80 {
  background-color: rgb(0 7 17 / 0.8);
}
.bg-btn-hover\/85 {
  background-color: rgb(0 7 17 / 0.85);
}
.bg-btn-hover\/90 {
  background-color: rgb(0 7 17 / 0.9);
}
.bg-btn-hover\/95 {
  background-color: rgb(0 7 17 / 0.95);
}
.bg-btn-text {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-btn-text\/0 {
  background-color: rgb(243 243 243 / 0);
}
.bg-btn-text\/10 {
  background-color: rgb(243 243 243 / 0.1);
}
.bg-btn-text\/100 {
  background-color: rgb(243 243 243 / 1);
}
.bg-btn-text\/15 {
  background-color: rgb(243 243 243 / 0.15);
}
.bg-btn-text\/20 {
  background-color: rgb(243 243 243 / 0.2);
}
.bg-btn-text\/25 {
  background-color: rgb(243 243 243 / 0.25);
}
.bg-btn-text\/30 {
  background-color: rgb(243 243 243 / 0.3);
}
.bg-btn-text\/35 {
  background-color: rgb(243 243 243 / 0.35);
}
.bg-btn-text\/40 {
  background-color: rgb(243 243 243 / 0.4);
}
.bg-btn-text\/45 {
  background-color: rgb(243 243 243 / 0.45);
}
.bg-btn-text\/5 {
  background-color: rgb(243 243 243 / 0.05);
}
.bg-btn-text\/50 {
  background-color: rgb(243 243 243 / 0.5);
}
.bg-btn-text\/55 {
  background-color: rgb(243 243 243 / 0.55);
}
.bg-btn-text\/60 {
  background-color: rgb(243 243 243 / 0.6);
}
.bg-btn-text\/65 {
  background-color: rgb(243 243 243 / 0.65);
}
.bg-btn-text\/70 {
  background-color: rgb(243 243 243 / 0.7);
}
.bg-btn-text\/75 {
  background-color: rgb(243 243 243 / 0.75);
}
.bg-btn-text\/80 {
  background-color: rgb(243 243 243 / 0.8);
}
.bg-btn-text\/85 {
  background-color: rgb(243 243 243 / 0.85);
}
.bg-btn-text\/90 {
  background-color: rgb(243 243 243 / 0.9);
}
.bg-btn-text\/95 {
  background-color: rgb(243 243 243 / 0.95);
}
.bg-fill-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-fill-disabled\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-fill-disabled\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-fill-disabled\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-fill-disabled\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-fill-disabled\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-fill-disabled\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-fill-disabled\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-fill-disabled\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-fill-disabled\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-fill-disabled\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-fill-disabled\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-fill-disabled\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-fill-disabled\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-fill-disabled\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-fill-disabled\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-fill-disabled\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-fill-disabled\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-fill-disabled\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-fill-disabled\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-fill-disabled\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-fill-disabled\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-fill-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 248 / var(--tw-bg-opacity, 1));
}
.bg-fill-primary\/0 {
  background-color: rgb(238 246 248 / 0);
}
.bg-fill-primary\/10 {
  background-color: rgb(238 246 248 / 0.1);
}
.bg-fill-primary\/100 {
  background-color: rgb(238 246 248 / 1);
}
.bg-fill-primary\/15 {
  background-color: rgb(238 246 248 / 0.15);
}
.bg-fill-primary\/20 {
  background-color: rgb(238 246 248 / 0.2);
}
.bg-fill-primary\/25 {
  background-color: rgb(238 246 248 / 0.25);
}
.bg-fill-primary\/30 {
  background-color: rgb(238 246 248 / 0.3);
}
.bg-fill-primary\/35 {
  background-color: rgb(238 246 248 / 0.35);
}
.bg-fill-primary\/40 {
  background-color: rgb(238 246 248 / 0.4);
}
.bg-fill-primary\/45 {
  background-color: rgb(238 246 248 / 0.45);
}
.bg-fill-primary\/5 {
  background-color: rgb(238 246 248 / 0.05);
}
.bg-fill-primary\/50 {
  background-color: rgb(238 246 248 / 0.5);
}
.bg-fill-primary\/55 {
  background-color: rgb(238 246 248 / 0.55);
}
.bg-fill-primary\/60 {
  background-color: rgb(238 246 248 / 0.6);
}
.bg-fill-primary\/65 {
  background-color: rgb(238 246 248 / 0.65);
}
.bg-fill-primary\/70 {
  background-color: rgb(238 246 248 / 0.7);
}
.bg-fill-primary\/75 {
  background-color: rgb(238 246 248 / 0.75);
}
.bg-fill-primary\/80 {
  background-color: rgb(238 246 248 / 0.8);
}
.bg-fill-primary\/85 {
  background-color: rgb(238 246 248 / 0.85);
}
.bg-fill-primary\/90 {
  background-color: rgb(238 246 248 / 0.9);
}
.bg-fill-primary\/95 {
  background-color: rgb(238 246 248 / 0.95);
}
.bg-fill-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-fill-secondary\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-fill-secondary\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-fill-secondary\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-fill-secondary\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-fill-secondary\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-fill-secondary\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-fill-secondary\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-fill-secondary\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-fill-secondary\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-fill-secondary\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-fill-secondary\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-fill-secondary\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-fill-secondary\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-fill-secondary\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-fill-secondary\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-fill-secondary\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-fill-secondary\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-fill-secondary\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-fill-secondary\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-fill-secondary\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-fill-secondary\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-info\/10 {
  background-color: rgb(0 0 175 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.from-btn-active {
  --tw-gradient-from: #667C9C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/0 {
  --tw-gradient-from: rgb(102 124 156 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/10 {
  --tw-gradient-from: rgb(102 124 156 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/100 {
  --tw-gradient-from: rgb(102 124 156 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/15 {
  --tw-gradient-from: rgb(102 124 156 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/20 {
  --tw-gradient-from: rgb(102 124 156 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/25 {
  --tw-gradient-from: rgb(102 124 156 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/30 {
  --tw-gradient-from: rgb(102 124 156 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/35 {
  --tw-gradient-from: rgb(102 124 156 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/40 {
  --tw-gradient-from: rgb(102 124 156 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/45 {
  --tw-gradient-from: rgb(102 124 156 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/5 {
  --tw-gradient-from: rgb(102 124 156 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/50 {
  --tw-gradient-from: rgb(102 124 156 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/55 {
  --tw-gradient-from: rgb(102 124 156 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/60 {
  --tw-gradient-from: rgb(102 124 156 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/65 {
  --tw-gradient-from: rgb(102 124 156 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/70 {
  --tw-gradient-from: rgb(102 124 156 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/75 {
  --tw-gradient-from: rgb(102 124 156 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/80 {
  --tw-gradient-from: rgb(102 124 156 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/85 {
  --tw-gradient-from: rgb(102 124 156 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/90 {
  --tw-gradient-from: rgb(102 124 156 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-active\/95 {
  --tw-gradient-from: rgb(102 124 156 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled {
  --tw-gradient-from: #E4EAF3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/0 {
  --tw-gradient-from: rgb(228 234 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/10 {
  --tw-gradient-from: rgb(228 234 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/100 {
  --tw-gradient-from: rgb(228 234 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/15 {
  --tw-gradient-from: rgb(228 234 243 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/20 {
  --tw-gradient-from: rgb(228 234 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/25 {
  --tw-gradient-from: rgb(228 234 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/30 {
  --tw-gradient-from: rgb(228 234 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/35 {
  --tw-gradient-from: rgb(228 234 243 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/40 {
  --tw-gradient-from: rgb(228 234 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/45 {
  --tw-gradient-from: rgb(228 234 243 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/5 {
  --tw-gradient-from: rgb(228 234 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/50 {
  --tw-gradient-from: rgb(228 234 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/55 {
  --tw-gradient-from: rgb(228 234 243 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/60 {
  --tw-gradient-from: rgb(228 234 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/65 {
  --tw-gradient-from: rgb(228 234 243 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/70 {
  --tw-gradient-from: rgb(228 234 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/75 {
  --tw-gradient-from: rgb(228 234 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/80 {
  --tw-gradient-from: rgb(228 234 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/85 {
  --tw-gradient-from: rgb(228 234 243 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/90 {
  --tw-gradient-from: rgb(228 234 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-disabled\/95 {
  --tw-gradient-from: rgb(228 234 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover {
  --tw-gradient-from: #000711 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/0 {
  --tw-gradient-from: rgb(0 7 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/10 {
  --tw-gradient-from: rgb(0 7 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/100 {
  --tw-gradient-from: rgb(0 7 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/15 {
  --tw-gradient-from: rgb(0 7 17 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/20 {
  --tw-gradient-from: rgb(0 7 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/25 {
  --tw-gradient-from: rgb(0 7 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/30 {
  --tw-gradient-from: rgb(0 7 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/35 {
  --tw-gradient-from: rgb(0 7 17 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/40 {
  --tw-gradient-from: rgb(0 7 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/45 {
  --tw-gradient-from: rgb(0 7 17 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/5 {
  --tw-gradient-from: rgb(0 7 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/50 {
  --tw-gradient-from: rgb(0 7 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/55 {
  --tw-gradient-from: rgb(0 7 17 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/60 {
  --tw-gradient-from: rgb(0 7 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/65 {
  --tw-gradient-from: rgb(0 7 17 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/70 {
  --tw-gradient-from: rgb(0 7 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/75 {
  --tw-gradient-from: rgb(0 7 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/80 {
  --tw-gradient-from: rgb(0 7 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/85 {
  --tw-gradient-from: rgb(0 7 17 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/90 {
  --tw-gradient-from: rgb(0 7 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-hover\/95 {
  --tw-gradient-from: rgb(0 7 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text {
  --tw-gradient-from: #F3F3F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/0 {
  --tw-gradient-from: rgb(243 243 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/10 {
  --tw-gradient-from: rgb(243 243 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/100 {
  --tw-gradient-from: rgb(243 243 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/15 {
  --tw-gradient-from: rgb(243 243 243 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/20 {
  --tw-gradient-from: rgb(243 243 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/25 {
  --tw-gradient-from: rgb(243 243 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/30 {
  --tw-gradient-from: rgb(243 243 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/35 {
  --tw-gradient-from: rgb(243 243 243 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/40 {
  --tw-gradient-from: rgb(243 243 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/45 {
  --tw-gradient-from: rgb(243 243 243 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/5 {
  --tw-gradient-from: rgb(243 243 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/50 {
  --tw-gradient-from: rgb(243 243 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/55 {
  --tw-gradient-from: rgb(243 243 243 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/60 {
  --tw-gradient-from: rgb(243 243 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/65 {
  --tw-gradient-from: rgb(243 243 243 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/70 {
  --tw-gradient-from: rgb(243 243 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/75 {
  --tw-gradient-from: rgb(243 243 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/80 {
  --tw-gradient-from: rgb(243 243 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/85 {
  --tw-gradient-from: rgb(243 243 243 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/90 {
  --tw-gradient-from: rgb(243 243 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-btn-text\/95 {
  --tw-gradient-from: rgb(243 243 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/0 {
  --tw-gradient-from: rgb(250 250 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/10 {
  --tw-gradient-from: rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/100 {
  --tw-gradient-from: rgb(250 250 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/15 {
  --tw-gradient-from: rgb(250 250 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/20 {
  --tw-gradient-from: rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/25 {
  --tw-gradient-from: rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/30 {
  --tw-gradient-from: rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/35 {
  --tw-gradient-from: rgb(250 250 250 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/40 {
  --tw-gradient-from: rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/45 {
  --tw-gradient-from: rgb(250 250 250 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/5 {
  --tw-gradient-from: rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/50 {
  --tw-gradient-from: rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/55 {
  --tw-gradient-from: rgb(250 250 250 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/60 {
  --tw-gradient-from: rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/65 {
  --tw-gradient-from: rgb(250 250 250 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/70 {
  --tw-gradient-from: rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/75 {
  --tw-gradient-from: rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/80 {
  --tw-gradient-from: rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/85 {
  --tw-gradient-from: rgb(250 250 250 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/90 {
  --tw-gradient-from: rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-disabled\/95 {
  --tw-gradient-from: rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary {
  --tw-gradient-from: #EEF6F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/0 {
  --tw-gradient-from: rgb(238 246 248 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/10 {
  --tw-gradient-from: rgb(238 246 248 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/100 {
  --tw-gradient-from: rgb(238 246 248 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/15 {
  --tw-gradient-from: rgb(238 246 248 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/20 {
  --tw-gradient-from: rgb(238 246 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/25 {
  --tw-gradient-from: rgb(238 246 248 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/30 {
  --tw-gradient-from: rgb(238 246 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/35 {
  --tw-gradient-from: rgb(238 246 248 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/40 {
  --tw-gradient-from: rgb(238 246 248 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/45 {
  --tw-gradient-from: rgb(238 246 248 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/5 {
  --tw-gradient-from: rgb(238 246 248 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/50 {
  --tw-gradient-from: rgb(238 246 248 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/55 {
  --tw-gradient-from: rgb(238 246 248 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/60 {
  --tw-gradient-from: rgb(238 246 248 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/65 {
  --tw-gradient-from: rgb(238 246 248 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/70 {
  --tw-gradient-from: rgb(238 246 248 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/75 {
  --tw-gradient-from: rgb(238 246 248 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/80 {
  --tw-gradient-from: rgb(238 246 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/85 {
  --tw-gradient-from: rgb(238 246 248 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/90 {
  --tw-gradient-from: rgb(238 246 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-primary\/95 {
  --tw-gradient-from: rgb(238 246 248 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/15 {
  --tw-gradient-from: rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/35 {
  --tw-gradient-from: rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/45 {
  --tw-gradient-from: rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fill-secondary\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-btn-active {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #667C9C var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/0 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/10 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/100 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/15 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/20 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/25 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/30 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/35 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/40 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/45 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/5 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/50 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/55 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/60 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/65 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/70 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/75 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/80 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/85 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/90 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-active\/95 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(102 124 156 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #E4EAF3 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/0 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/10 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/100 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/15 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/20 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/25 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/30 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/35 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/40 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/45 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/5 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/50 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/55 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/60 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/65 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/70 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/75 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/80 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/85 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/90 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-disabled\/95 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(228 234 243 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #000711 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/0 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/10 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/100 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/15 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/20 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/25 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/30 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/35 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/40 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/45 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/5 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/50 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/55 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/60 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/65 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/70 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/75 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/80 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/85 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/90 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-hover\/95 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 7 17 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #F3F3F3 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/0 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/10 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/100 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/15 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/20 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/25 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/30 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/35 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/40 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/45 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/5 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/50 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/55 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/60 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/65 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/70 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/75 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/80 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/85 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/90 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-btn-text\/95 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(243 243 243 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #fafafa var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/0 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/10 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/100 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/15 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/20 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/25 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/30 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/35 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/40 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/45 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/5 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/50 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/55 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/60 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/65 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/70 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/75 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/80 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/85 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/90 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-disabled\/95 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(250 250 250 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #EEF6F8 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/0 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/10 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/100 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/15 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/20 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/25 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/30 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/35 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/40 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/45 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/5 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/50 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/55 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/60 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/65 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/70 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/75 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/80 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/85 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/90 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-primary\/95 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(238 246 248 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #FFFFFF var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-fill-secondary\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(255 255 255 / 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-btn-active {
  --tw-gradient-to: #667C9C var(--tw-gradient-to-position);
}
.to-btn-active\/0 {
  --tw-gradient-to: rgb(102 124 156 / 0) var(--tw-gradient-to-position);
}
.to-btn-active\/10 {
  --tw-gradient-to: rgb(102 124 156 / 0.1) var(--tw-gradient-to-position);
}
.to-btn-active\/100 {
  --tw-gradient-to: rgb(102 124 156 / 1) var(--tw-gradient-to-position);
}
.to-btn-active\/15 {
  --tw-gradient-to: rgb(102 124 156 / 0.15) var(--tw-gradient-to-position);
}
.to-btn-active\/20 {
  --tw-gradient-to: rgb(102 124 156 / 0.2) var(--tw-gradient-to-position);
}
.to-btn-active\/25 {
  --tw-gradient-to: rgb(102 124 156 / 0.25) var(--tw-gradient-to-position);
}
.to-btn-active\/30 {
  --tw-gradient-to: rgb(102 124 156 / 0.3) var(--tw-gradient-to-position);
}
.to-btn-active\/35 {
  --tw-gradient-to: rgb(102 124 156 / 0.35) var(--tw-gradient-to-position);
}
.to-btn-active\/40 {
  --tw-gradient-to: rgb(102 124 156 / 0.4) var(--tw-gradient-to-position);
}
.to-btn-active\/45 {
  --tw-gradient-to: rgb(102 124 156 / 0.45) var(--tw-gradient-to-position);
}
.to-btn-active\/5 {
  --tw-gradient-to: rgb(102 124 156 / 0.05) var(--tw-gradient-to-position);
}
.to-btn-active\/50 {
  --tw-gradient-to: rgb(102 124 156 / 0.5) var(--tw-gradient-to-position);
}
.to-btn-active\/55 {
  --tw-gradient-to: rgb(102 124 156 / 0.55) var(--tw-gradient-to-position);
}
.to-btn-active\/60 {
  --tw-gradient-to: rgb(102 124 156 / 0.6) var(--tw-gradient-to-position);
}
.to-btn-active\/65 {
  --tw-gradient-to: rgb(102 124 156 / 0.65) var(--tw-gradient-to-position);
}
.to-btn-active\/70 {
  --tw-gradient-to: rgb(102 124 156 / 0.7) var(--tw-gradient-to-position);
}
.to-btn-active\/75 {
  --tw-gradient-to: rgb(102 124 156 / 0.75) var(--tw-gradient-to-position);
}
.to-btn-active\/80 {
  --tw-gradient-to: rgb(102 124 156 / 0.8) var(--tw-gradient-to-position);
}
.to-btn-active\/85 {
  --tw-gradient-to: rgb(102 124 156 / 0.85) var(--tw-gradient-to-position);
}
.to-btn-active\/90 {
  --tw-gradient-to: rgb(102 124 156 / 0.9) var(--tw-gradient-to-position);
}
.to-btn-active\/95 {
  --tw-gradient-to: rgb(102 124 156 / 0.95) var(--tw-gradient-to-position);
}
.to-btn-disabled {
  --tw-gradient-to: #E4EAF3 var(--tw-gradient-to-position);
}
.to-btn-disabled\/0 {
  --tw-gradient-to: rgb(228 234 243 / 0) var(--tw-gradient-to-position);
}
.to-btn-disabled\/10 {
  --tw-gradient-to: rgb(228 234 243 / 0.1) var(--tw-gradient-to-position);
}
.to-btn-disabled\/100 {
  --tw-gradient-to: rgb(228 234 243 / 1) var(--tw-gradient-to-position);
}
.to-btn-disabled\/15 {
  --tw-gradient-to: rgb(228 234 243 / 0.15) var(--tw-gradient-to-position);
}
.to-btn-disabled\/20 {
  --tw-gradient-to: rgb(228 234 243 / 0.2) var(--tw-gradient-to-position);
}
.to-btn-disabled\/25 {
  --tw-gradient-to: rgb(228 234 243 / 0.25) var(--tw-gradient-to-position);
}
.to-btn-disabled\/30 {
  --tw-gradient-to: rgb(228 234 243 / 0.3) var(--tw-gradient-to-position);
}
.to-btn-disabled\/35 {
  --tw-gradient-to: rgb(228 234 243 / 0.35) var(--tw-gradient-to-position);
}
.to-btn-disabled\/40 {
  --tw-gradient-to: rgb(228 234 243 / 0.4) var(--tw-gradient-to-position);
}
.to-btn-disabled\/45 {
  --tw-gradient-to: rgb(228 234 243 / 0.45) var(--tw-gradient-to-position);
}
.to-btn-disabled\/5 {
  --tw-gradient-to: rgb(228 234 243 / 0.05) var(--tw-gradient-to-position);
}
.to-btn-disabled\/50 {
  --tw-gradient-to: rgb(228 234 243 / 0.5) var(--tw-gradient-to-position);
}
.to-btn-disabled\/55 {
  --tw-gradient-to: rgb(228 234 243 / 0.55) var(--tw-gradient-to-position);
}
.to-btn-disabled\/60 {
  --tw-gradient-to: rgb(228 234 243 / 0.6) var(--tw-gradient-to-position);
}
.to-btn-disabled\/65 {
  --tw-gradient-to: rgb(228 234 243 / 0.65) var(--tw-gradient-to-position);
}
.to-btn-disabled\/70 {
  --tw-gradient-to: rgb(228 234 243 / 0.7) var(--tw-gradient-to-position);
}
.to-btn-disabled\/75 {
  --tw-gradient-to: rgb(228 234 243 / 0.75) var(--tw-gradient-to-position);
}
.to-btn-disabled\/80 {
  --tw-gradient-to: rgb(228 234 243 / 0.8) var(--tw-gradient-to-position);
}
.to-btn-disabled\/85 {
  --tw-gradient-to: rgb(228 234 243 / 0.85) var(--tw-gradient-to-position);
}
.to-btn-disabled\/90 {
  --tw-gradient-to: rgb(228 234 243 / 0.9) var(--tw-gradient-to-position);
}
.to-btn-disabled\/95 {
  --tw-gradient-to: rgb(228 234 243 / 0.95) var(--tw-gradient-to-position);
}
.to-btn-hover {
  --tw-gradient-to: #000711 var(--tw-gradient-to-position);
}
.to-btn-hover\/0 {
  --tw-gradient-to: rgb(0 7 17 / 0) var(--tw-gradient-to-position);
}
.to-btn-hover\/10 {
  --tw-gradient-to: rgb(0 7 17 / 0.1) var(--tw-gradient-to-position);
}
.to-btn-hover\/100 {
  --tw-gradient-to: rgb(0 7 17 / 1) var(--tw-gradient-to-position);
}
.to-btn-hover\/15 {
  --tw-gradient-to: rgb(0 7 17 / 0.15) var(--tw-gradient-to-position);
}
.to-btn-hover\/20 {
  --tw-gradient-to: rgb(0 7 17 / 0.2) var(--tw-gradient-to-position);
}
.to-btn-hover\/25 {
  --tw-gradient-to: rgb(0 7 17 / 0.25) var(--tw-gradient-to-position);
}
.to-btn-hover\/30 {
  --tw-gradient-to: rgb(0 7 17 / 0.3) var(--tw-gradient-to-position);
}
.to-btn-hover\/35 {
  --tw-gradient-to: rgb(0 7 17 / 0.35) var(--tw-gradient-to-position);
}
.to-btn-hover\/40 {
  --tw-gradient-to: rgb(0 7 17 / 0.4) var(--tw-gradient-to-position);
}
.to-btn-hover\/45 {
  --tw-gradient-to: rgb(0 7 17 / 0.45) var(--tw-gradient-to-position);
}
.to-btn-hover\/5 {
  --tw-gradient-to: rgb(0 7 17 / 0.05) var(--tw-gradient-to-position);
}
.to-btn-hover\/50 {
  --tw-gradient-to: rgb(0 7 17 / 0.5) var(--tw-gradient-to-position);
}
.to-btn-hover\/55 {
  --tw-gradient-to: rgb(0 7 17 / 0.55) var(--tw-gradient-to-position);
}
.to-btn-hover\/60 {
  --tw-gradient-to: rgb(0 7 17 / 0.6) var(--tw-gradient-to-position);
}
.to-btn-hover\/65 {
  --tw-gradient-to: rgb(0 7 17 / 0.65) var(--tw-gradient-to-position);
}
.to-btn-hover\/70 {
  --tw-gradient-to: rgb(0 7 17 / 0.7) var(--tw-gradient-to-position);
}
.to-btn-hover\/75 {
  --tw-gradient-to: rgb(0 7 17 / 0.75) var(--tw-gradient-to-position);
}
.to-btn-hover\/80 {
  --tw-gradient-to: rgb(0 7 17 / 0.8) var(--tw-gradient-to-position);
}
.to-btn-hover\/85 {
  --tw-gradient-to: rgb(0 7 17 / 0.85) var(--tw-gradient-to-position);
}
.to-btn-hover\/90 {
  --tw-gradient-to: rgb(0 7 17 / 0.9) var(--tw-gradient-to-position);
}
.to-btn-hover\/95 {
  --tw-gradient-to: rgb(0 7 17 / 0.95) var(--tw-gradient-to-position);
}
.to-btn-text {
  --tw-gradient-to: #F3F3F3 var(--tw-gradient-to-position);
}
.to-btn-text\/0 {
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
}
.to-btn-text\/10 {
  --tw-gradient-to: rgb(243 243 243 / 0.1) var(--tw-gradient-to-position);
}
.to-btn-text\/100 {
  --tw-gradient-to: rgb(243 243 243 / 1) var(--tw-gradient-to-position);
}
.to-btn-text\/15 {
  --tw-gradient-to: rgb(243 243 243 / 0.15) var(--tw-gradient-to-position);
}
.to-btn-text\/20 {
  --tw-gradient-to: rgb(243 243 243 / 0.2) var(--tw-gradient-to-position);
}
.to-btn-text\/25 {
  --tw-gradient-to: rgb(243 243 243 / 0.25) var(--tw-gradient-to-position);
}
.to-btn-text\/30 {
  --tw-gradient-to: rgb(243 243 243 / 0.3) var(--tw-gradient-to-position);
}
.to-btn-text\/35 {
  --tw-gradient-to: rgb(243 243 243 / 0.35) var(--tw-gradient-to-position);
}
.to-btn-text\/40 {
  --tw-gradient-to: rgb(243 243 243 / 0.4) var(--tw-gradient-to-position);
}
.to-btn-text\/45 {
  --tw-gradient-to: rgb(243 243 243 / 0.45) var(--tw-gradient-to-position);
}
.to-btn-text\/5 {
  --tw-gradient-to: rgb(243 243 243 / 0.05) var(--tw-gradient-to-position);
}
.to-btn-text\/50 {
  --tw-gradient-to: rgb(243 243 243 / 0.5) var(--tw-gradient-to-position);
}
.to-btn-text\/55 {
  --tw-gradient-to: rgb(243 243 243 / 0.55) var(--tw-gradient-to-position);
}
.to-btn-text\/60 {
  --tw-gradient-to: rgb(243 243 243 / 0.6) var(--tw-gradient-to-position);
}
.to-btn-text\/65 {
  --tw-gradient-to: rgb(243 243 243 / 0.65) var(--tw-gradient-to-position);
}
.to-btn-text\/70 {
  --tw-gradient-to: rgb(243 243 243 / 0.7) var(--tw-gradient-to-position);
}
.to-btn-text\/75 {
  --tw-gradient-to: rgb(243 243 243 / 0.75) var(--tw-gradient-to-position);
}
.to-btn-text\/80 {
  --tw-gradient-to: rgb(243 243 243 / 0.8) var(--tw-gradient-to-position);
}
.to-btn-text\/85 {
  --tw-gradient-to: rgb(243 243 243 / 0.85) var(--tw-gradient-to-position);
}
.to-btn-text\/90 {
  --tw-gradient-to: rgb(243 243 243 / 0.9) var(--tw-gradient-to-position);
}
.to-btn-text\/95 {
  --tw-gradient-to: rgb(243 243 243 / 0.95) var(--tw-gradient-to-position);
}
.to-fill-disabled {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}
.to-fill-disabled\/0 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
}
.to-fill-disabled\/10 {
  --tw-gradient-to: rgb(250 250 250 / 0.1) var(--tw-gradient-to-position);
}
.to-fill-disabled\/100 {
  --tw-gradient-to: rgb(250 250 250 / 1) var(--tw-gradient-to-position);
}
.to-fill-disabled\/15 {
  --tw-gradient-to: rgb(250 250 250 / 0.15) var(--tw-gradient-to-position);
}
.to-fill-disabled\/20 {
  --tw-gradient-to: rgb(250 250 250 / 0.2) var(--tw-gradient-to-position);
}
.to-fill-disabled\/25 {
  --tw-gradient-to: rgb(250 250 250 / 0.25) var(--tw-gradient-to-position);
}
.to-fill-disabled\/30 {
  --tw-gradient-to: rgb(250 250 250 / 0.3) var(--tw-gradient-to-position);
}
.to-fill-disabled\/35 {
  --tw-gradient-to: rgb(250 250 250 / 0.35) var(--tw-gradient-to-position);
}
.to-fill-disabled\/40 {
  --tw-gradient-to: rgb(250 250 250 / 0.4) var(--tw-gradient-to-position);
}
.to-fill-disabled\/45 {
  --tw-gradient-to: rgb(250 250 250 / 0.45) var(--tw-gradient-to-position);
}
.to-fill-disabled\/5 {
  --tw-gradient-to: rgb(250 250 250 / 0.05) var(--tw-gradient-to-position);
}
.to-fill-disabled\/50 {
  --tw-gradient-to: rgb(250 250 250 / 0.5) var(--tw-gradient-to-position);
}
.to-fill-disabled\/55 {
  --tw-gradient-to: rgb(250 250 250 / 0.55) var(--tw-gradient-to-position);
}
.to-fill-disabled\/60 {
  --tw-gradient-to: rgb(250 250 250 / 0.6) var(--tw-gradient-to-position);
}
.to-fill-disabled\/65 {
  --tw-gradient-to: rgb(250 250 250 / 0.65) var(--tw-gradient-to-position);
}
.to-fill-disabled\/70 {
  --tw-gradient-to: rgb(250 250 250 / 0.7) var(--tw-gradient-to-position);
}
.to-fill-disabled\/75 {
  --tw-gradient-to: rgb(250 250 250 / 0.75) var(--tw-gradient-to-position);
}
.to-fill-disabled\/80 {
  --tw-gradient-to: rgb(250 250 250 / 0.8) var(--tw-gradient-to-position);
}
.to-fill-disabled\/85 {
  --tw-gradient-to: rgb(250 250 250 / 0.85) var(--tw-gradient-to-position);
}
.to-fill-disabled\/90 {
  --tw-gradient-to: rgb(250 250 250 / 0.9) var(--tw-gradient-to-position);
}
.to-fill-disabled\/95 {
  --tw-gradient-to: rgb(250 250 250 / 0.95) var(--tw-gradient-to-position);
}
.to-fill-primary {
  --tw-gradient-to: #EEF6F8 var(--tw-gradient-to-position);
}
.to-fill-primary\/0 {
  --tw-gradient-to: rgb(238 246 248 / 0) var(--tw-gradient-to-position);
}
.to-fill-primary\/10 {
  --tw-gradient-to: rgb(238 246 248 / 0.1) var(--tw-gradient-to-position);
}
.to-fill-primary\/100 {
  --tw-gradient-to: rgb(238 246 248 / 1) var(--tw-gradient-to-position);
}
.to-fill-primary\/15 {
  --tw-gradient-to: rgb(238 246 248 / 0.15) var(--tw-gradient-to-position);
}
.to-fill-primary\/20 {
  --tw-gradient-to: rgb(238 246 248 / 0.2) var(--tw-gradient-to-position);
}
.to-fill-primary\/25 {
  --tw-gradient-to: rgb(238 246 248 / 0.25) var(--tw-gradient-to-position);
}
.to-fill-primary\/30 {
  --tw-gradient-to: rgb(238 246 248 / 0.3) var(--tw-gradient-to-position);
}
.to-fill-primary\/35 {
  --tw-gradient-to: rgb(238 246 248 / 0.35) var(--tw-gradient-to-position);
}
.to-fill-primary\/40 {
  --tw-gradient-to: rgb(238 246 248 / 0.4) var(--tw-gradient-to-position);
}
.to-fill-primary\/45 {
  --tw-gradient-to: rgb(238 246 248 / 0.45) var(--tw-gradient-to-position);
}
.to-fill-primary\/5 {
  --tw-gradient-to: rgb(238 246 248 / 0.05) var(--tw-gradient-to-position);
}
.to-fill-primary\/50 {
  --tw-gradient-to: rgb(238 246 248 / 0.5) var(--tw-gradient-to-position);
}
.to-fill-primary\/55 {
  --tw-gradient-to: rgb(238 246 248 / 0.55) var(--tw-gradient-to-position);
}
.to-fill-primary\/60 {
  --tw-gradient-to: rgb(238 246 248 / 0.6) var(--tw-gradient-to-position);
}
.to-fill-primary\/65 {
  --tw-gradient-to: rgb(238 246 248 / 0.65) var(--tw-gradient-to-position);
}
.to-fill-primary\/70 {
  --tw-gradient-to: rgb(238 246 248 / 0.7) var(--tw-gradient-to-position);
}
.to-fill-primary\/75 {
  --tw-gradient-to: rgb(238 246 248 / 0.75) var(--tw-gradient-to-position);
}
.to-fill-primary\/80 {
  --tw-gradient-to: rgb(238 246 248 / 0.8) var(--tw-gradient-to-position);
}
.to-fill-primary\/85 {
  --tw-gradient-to: rgb(238 246 248 / 0.85) var(--tw-gradient-to-position);
}
.to-fill-primary\/90 {
  --tw-gradient-to: rgb(238 246 248 / 0.9) var(--tw-gradient-to-position);
}
.to-fill-primary\/95 {
  --tw-gradient-to: rgb(238 246 248 / 0.95) var(--tw-gradient-to-position);
}
.to-fill-secondary {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.to-fill-secondary\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-fill-secondary\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-fill-secondary\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-fill-secondary\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}
.to-fill-secondary\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-fill-secondary\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-fill-secondary\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-fill-secondary\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
}
.to-fill-secondary\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-fill-secondary\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0.45) var(--tw-gradient-to-position);
}
.to-fill-secondary\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-fill-secondary\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-fill-secondary\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0.55) var(--tw-gradient-to-position);
}
.to-fill-secondary\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-fill-secondary\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0.65) var(--tw-gradient-to-position);
}
.to-fill-secondary\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-fill-secondary\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-fill-secondary\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-fill-secondary\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0.85) var(--tw-gradient-to-position);
}
.to-fill-secondary\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-fill-secondary\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-accent-blue-disabled {
  fill: #E4EAF3;
}
.fill-accent-blue-disabled\/0 {
  fill: rgb(228 234 243 / 0);
}
.fill-accent-blue-disabled\/10 {
  fill: rgb(228 234 243 / 0.1);
}
.fill-accent-blue-disabled\/100 {
  fill: rgb(228 234 243 / 1);
}
.fill-accent-blue-disabled\/15 {
  fill: rgb(228 234 243 / 0.15);
}
.fill-accent-blue-disabled\/20 {
  fill: rgb(228 234 243 / 0.2);
}
.fill-accent-blue-disabled\/25 {
  fill: rgb(228 234 243 / 0.25);
}
.fill-accent-blue-disabled\/30 {
  fill: rgb(228 234 243 / 0.3);
}
.fill-accent-blue-disabled\/35 {
  fill: rgb(228 234 243 / 0.35);
}
.fill-accent-blue-disabled\/40 {
  fill: rgb(228 234 243 / 0.4);
}
.fill-accent-blue-disabled\/45 {
  fill: rgb(228 234 243 / 0.45);
}
.fill-accent-blue-disabled\/5 {
  fill: rgb(228 234 243 / 0.05);
}
.fill-accent-blue-disabled\/50 {
  fill: rgb(228 234 243 / 0.5);
}
.fill-accent-blue-disabled\/55 {
  fill: rgb(228 234 243 / 0.55);
}
.fill-accent-blue-disabled\/60 {
  fill: rgb(228 234 243 / 0.6);
}
.fill-accent-blue-disabled\/65 {
  fill: rgb(228 234 243 / 0.65);
}
.fill-accent-blue-disabled\/70 {
  fill: rgb(228 234 243 / 0.7);
}
.fill-accent-blue-disabled\/75 {
  fill: rgb(228 234 243 / 0.75);
}
.fill-accent-blue-disabled\/80 {
  fill: rgb(228 234 243 / 0.8);
}
.fill-accent-blue-disabled\/85 {
  fill: rgb(228 234 243 / 0.85);
}
.fill-accent-blue-disabled\/90 {
  fill: rgb(228 234 243 / 0.9);
}
.fill-accent-blue-disabled\/95 {
  fill: rgb(228 234 243 / 0.95);
}
.fill-accent-blue-primary {
  fill: #002559;
}
.fill-accent-blue-primary\/0 {
  fill: rgb(0 37 89 / 0);
}
.fill-accent-blue-primary\/10 {
  fill: rgb(0 37 89 / 0.1);
}
.fill-accent-blue-primary\/100 {
  fill: rgb(0 37 89 / 1);
}
.fill-accent-blue-primary\/15 {
  fill: rgb(0 37 89 / 0.15);
}
.fill-accent-blue-primary\/20 {
  fill: rgb(0 37 89 / 0.2);
}
.fill-accent-blue-primary\/25 {
  fill: rgb(0 37 89 / 0.25);
}
.fill-accent-blue-primary\/30 {
  fill: rgb(0 37 89 / 0.3);
}
.fill-accent-blue-primary\/35 {
  fill: rgb(0 37 89 / 0.35);
}
.fill-accent-blue-primary\/40 {
  fill: rgb(0 37 89 / 0.4);
}
.fill-accent-blue-primary\/45 {
  fill: rgb(0 37 89 / 0.45);
}
.fill-accent-blue-primary\/5 {
  fill: rgb(0 37 89 / 0.05);
}
.fill-accent-blue-primary\/50 {
  fill: rgb(0 37 89 / 0.5);
}
.fill-accent-blue-primary\/55 {
  fill: rgb(0 37 89 / 0.55);
}
.fill-accent-blue-primary\/60 {
  fill: rgb(0 37 89 / 0.6);
}
.fill-accent-blue-primary\/65 {
  fill: rgb(0 37 89 / 0.65);
}
.fill-accent-blue-primary\/70 {
  fill: rgb(0 37 89 / 0.7);
}
.fill-accent-blue-primary\/75 {
  fill: rgb(0 37 89 / 0.75);
}
.fill-accent-blue-primary\/80 {
  fill: rgb(0 37 89 / 0.8);
}
.fill-accent-blue-primary\/85 {
  fill: rgb(0 37 89 / 0.85);
}
.fill-accent-blue-primary\/90 {
  fill: rgb(0 37 89 / 0.9);
}
.fill-accent-blue-primary\/95 {
  fill: rgb(0 37 89 / 0.95);
}
.fill-accent-cyan-primary {
  fill: #16B5CF;
}
.fill-accent-cyan-primary\/0 {
  fill: rgb(22 181 207 / 0);
}
.fill-accent-cyan-primary\/10 {
  fill: rgb(22 181 207 / 0.1);
}
.fill-accent-cyan-primary\/100 {
  fill: rgb(22 181 207 / 1);
}
.fill-accent-cyan-primary\/15 {
  fill: rgb(22 181 207 / 0.15);
}
.fill-accent-cyan-primary\/20 {
  fill: rgb(22 181 207 / 0.2);
}
.fill-accent-cyan-primary\/25 {
  fill: rgb(22 181 207 / 0.25);
}
.fill-accent-cyan-primary\/30 {
  fill: rgb(22 181 207 / 0.3);
}
.fill-accent-cyan-primary\/35 {
  fill: rgb(22 181 207 / 0.35);
}
.fill-accent-cyan-primary\/40 {
  fill: rgb(22 181 207 / 0.4);
}
.fill-accent-cyan-primary\/45 {
  fill: rgb(22 181 207 / 0.45);
}
.fill-accent-cyan-primary\/5 {
  fill: rgb(22 181 207 / 0.05);
}
.fill-accent-cyan-primary\/50 {
  fill: rgb(22 181 207 / 0.5);
}
.fill-accent-cyan-primary\/55 {
  fill: rgb(22 181 207 / 0.55);
}
.fill-accent-cyan-primary\/60 {
  fill: rgb(22 181 207 / 0.6);
}
.fill-accent-cyan-primary\/65 {
  fill: rgb(22 181 207 / 0.65);
}
.fill-accent-cyan-primary\/70 {
  fill: rgb(22 181 207 / 0.7);
}
.fill-accent-cyan-primary\/75 {
  fill: rgb(22 181 207 / 0.75);
}
.fill-accent-cyan-primary\/80 {
  fill: rgb(22 181 207 / 0.8);
}
.fill-accent-cyan-primary\/85 {
  fill: rgb(22 181 207 / 0.85);
}
.fill-accent-cyan-primary\/90 {
  fill: rgb(22 181 207 / 0.9);
}
.fill-accent-cyan-primary\/95 {
  fill: rgb(22 181 207 / 0.95);
}
.fill-accent-cyan-secondary {
  fill: #1291A6;
}
.fill-accent-cyan-secondary\/0 {
  fill: rgb(18 145 166 / 0);
}
.fill-accent-cyan-secondary\/10 {
  fill: rgb(18 145 166 / 0.1);
}
.fill-accent-cyan-secondary\/100 {
  fill: rgb(18 145 166 / 1);
}
.fill-accent-cyan-secondary\/15 {
  fill: rgb(18 145 166 / 0.15);
}
.fill-accent-cyan-secondary\/20 {
  fill: rgb(18 145 166 / 0.2);
}
.fill-accent-cyan-secondary\/25 {
  fill: rgb(18 145 166 / 0.25);
}
.fill-accent-cyan-secondary\/30 {
  fill: rgb(18 145 166 / 0.3);
}
.fill-accent-cyan-secondary\/35 {
  fill: rgb(18 145 166 / 0.35);
}
.fill-accent-cyan-secondary\/40 {
  fill: rgb(18 145 166 / 0.4);
}
.fill-accent-cyan-secondary\/45 {
  fill: rgb(18 145 166 / 0.45);
}
.fill-accent-cyan-secondary\/5 {
  fill: rgb(18 145 166 / 0.05);
}
.fill-accent-cyan-secondary\/50 {
  fill: rgb(18 145 166 / 0.5);
}
.fill-accent-cyan-secondary\/55 {
  fill: rgb(18 145 166 / 0.55);
}
.fill-accent-cyan-secondary\/60 {
  fill: rgb(18 145 166 / 0.6);
}
.fill-accent-cyan-secondary\/65 {
  fill: rgb(18 145 166 / 0.65);
}
.fill-accent-cyan-secondary\/70 {
  fill: rgb(18 145 166 / 0.7);
}
.fill-accent-cyan-secondary\/75 {
  fill: rgb(18 145 166 / 0.75);
}
.fill-accent-cyan-secondary\/80 {
  fill: rgb(18 145 166 / 0.8);
}
.fill-accent-cyan-secondary\/85 {
  fill: rgb(18 145 166 / 0.85);
}
.fill-accent-cyan-secondary\/90 {
  fill: rgb(18 145 166 / 0.9);
}
.fill-accent-cyan-secondary\/95 {
  fill: rgb(18 145 166 / 0.95);
}
.fill-accent-magenta-primary {
  fill: #ED1651;
}
.fill-accent-magenta-primary\/0 {
  fill: rgb(237 22 81 / 0);
}
.fill-accent-magenta-primary\/10 {
  fill: rgb(237 22 81 / 0.1);
}
.fill-accent-magenta-primary\/100 {
  fill: rgb(237 22 81 / 1);
}
.fill-accent-magenta-primary\/15 {
  fill: rgb(237 22 81 / 0.15);
}
.fill-accent-magenta-primary\/20 {
  fill: rgb(237 22 81 / 0.2);
}
.fill-accent-magenta-primary\/25 {
  fill: rgb(237 22 81 / 0.25);
}
.fill-accent-magenta-primary\/30 {
  fill: rgb(237 22 81 / 0.3);
}
.fill-accent-magenta-primary\/35 {
  fill: rgb(237 22 81 / 0.35);
}
.fill-accent-magenta-primary\/40 {
  fill: rgb(237 22 81 / 0.4);
}
.fill-accent-magenta-primary\/45 {
  fill: rgb(237 22 81 / 0.45);
}
.fill-accent-magenta-primary\/5 {
  fill: rgb(237 22 81 / 0.05);
}
.fill-accent-magenta-primary\/50 {
  fill: rgb(237 22 81 / 0.5);
}
.fill-accent-magenta-primary\/55 {
  fill: rgb(237 22 81 / 0.55);
}
.fill-accent-magenta-primary\/60 {
  fill: rgb(237 22 81 / 0.6);
}
.fill-accent-magenta-primary\/65 {
  fill: rgb(237 22 81 / 0.65);
}
.fill-accent-magenta-primary\/70 {
  fill: rgb(237 22 81 / 0.7);
}
.fill-accent-magenta-primary\/75 {
  fill: rgb(237 22 81 / 0.75);
}
.fill-accent-magenta-primary\/80 {
  fill: rgb(237 22 81 / 0.8);
}
.fill-accent-magenta-primary\/85 {
  fill: rgb(237 22 81 / 0.85);
}
.fill-accent-magenta-primary\/90 {
  fill: rgb(237 22 81 / 0.9);
}
.fill-accent-magenta-primary\/95 {
  fill: rgb(237 22 81 / 0.95);
}
.fill-accent-yellow-disabled {
  fill: #FFF7E6;
}
.fill-accent-yellow-disabled\/0 {
  fill: rgb(255 247 230 / 0);
}
.fill-accent-yellow-disabled\/10 {
  fill: rgb(255 247 230 / 0.1);
}
.fill-accent-yellow-disabled\/100 {
  fill: rgb(255 247 230 / 1);
}
.fill-accent-yellow-disabled\/15 {
  fill: rgb(255 247 230 / 0.15);
}
.fill-accent-yellow-disabled\/20 {
  fill: rgb(255 247 230 / 0.2);
}
.fill-accent-yellow-disabled\/25 {
  fill: rgb(255 247 230 / 0.25);
}
.fill-accent-yellow-disabled\/30 {
  fill: rgb(255 247 230 / 0.3);
}
.fill-accent-yellow-disabled\/35 {
  fill: rgb(255 247 230 / 0.35);
}
.fill-accent-yellow-disabled\/40 {
  fill: rgb(255 247 230 / 0.4);
}
.fill-accent-yellow-disabled\/45 {
  fill: rgb(255 247 230 / 0.45);
}
.fill-accent-yellow-disabled\/5 {
  fill: rgb(255 247 230 / 0.05);
}
.fill-accent-yellow-disabled\/50 {
  fill: rgb(255 247 230 / 0.5);
}
.fill-accent-yellow-disabled\/55 {
  fill: rgb(255 247 230 / 0.55);
}
.fill-accent-yellow-disabled\/60 {
  fill: rgb(255 247 230 / 0.6);
}
.fill-accent-yellow-disabled\/65 {
  fill: rgb(255 247 230 / 0.65);
}
.fill-accent-yellow-disabled\/70 {
  fill: rgb(255 247 230 / 0.7);
}
.fill-accent-yellow-disabled\/75 {
  fill: rgb(255 247 230 / 0.75);
}
.fill-accent-yellow-disabled\/80 {
  fill: rgb(255 247 230 / 0.8);
}
.fill-accent-yellow-disabled\/85 {
  fill: rgb(255 247 230 / 0.85);
}
.fill-accent-yellow-disabled\/90 {
  fill: rgb(255 247 230 / 0.9);
}
.fill-accent-yellow-disabled\/95 {
  fill: rgb(255 247 230 / 0.95);
}
.fill-accent-yellow-primary {
  fill: #FDB514;
}
.fill-accent-yellow-primary\/0 {
  fill: rgb(253 181 20 / 0);
}
.fill-accent-yellow-primary\/10 {
  fill: rgb(253 181 20 / 0.1);
}
.fill-accent-yellow-primary\/100 {
  fill: rgb(253 181 20 / 1);
}
.fill-accent-yellow-primary\/15 {
  fill: rgb(253 181 20 / 0.15);
}
.fill-accent-yellow-primary\/20 {
  fill: rgb(253 181 20 / 0.2);
}
.fill-accent-yellow-primary\/25 {
  fill: rgb(253 181 20 / 0.25);
}
.fill-accent-yellow-primary\/30 {
  fill: rgb(253 181 20 / 0.3);
}
.fill-accent-yellow-primary\/35 {
  fill: rgb(253 181 20 / 0.35);
}
.fill-accent-yellow-primary\/40 {
  fill: rgb(253 181 20 / 0.4);
}
.fill-accent-yellow-primary\/45 {
  fill: rgb(253 181 20 / 0.45);
}
.fill-accent-yellow-primary\/5 {
  fill: rgb(253 181 20 / 0.05);
}
.fill-accent-yellow-primary\/50 {
  fill: rgb(253 181 20 / 0.5);
}
.fill-accent-yellow-primary\/55 {
  fill: rgb(253 181 20 / 0.55);
}
.fill-accent-yellow-primary\/60 {
  fill: rgb(253 181 20 / 0.6);
}
.fill-accent-yellow-primary\/65 {
  fill: rgb(253 181 20 / 0.65);
}
.fill-accent-yellow-primary\/70 {
  fill: rgb(253 181 20 / 0.7);
}
.fill-accent-yellow-primary\/75 {
  fill: rgb(253 181 20 / 0.75);
}
.fill-accent-yellow-primary\/80 {
  fill: rgb(253 181 20 / 0.8);
}
.fill-accent-yellow-primary\/85 {
  fill: rgb(253 181 20 / 0.85);
}
.fill-accent-yellow-primary\/90 {
  fill: rgb(253 181 20 / 0.9);
}
.fill-accent-yellow-primary\/95 {
  fill: rgb(253 181 20 / 0.95);
}
.fill-accent-yellow-tertiary {
  fill: #FEDDA7;
}
.fill-accent-yellow-tertiary\/0 {
  fill: rgb(254 221 167 / 0);
}
.fill-accent-yellow-tertiary\/10 {
  fill: rgb(254 221 167 / 0.1);
}
.fill-accent-yellow-tertiary\/100 {
  fill: rgb(254 221 167 / 1);
}
.fill-accent-yellow-tertiary\/15 {
  fill: rgb(254 221 167 / 0.15);
}
.fill-accent-yellow-tertiary\/20 {
  fill: rgb(254 221 167 / 0.2);
}
.fill-accent-yellow-tertiary\/25 {
  fill: rgb(254 221 167 / 0.25);
}
.fill-accent-yellow-tertiary\/30 {
  fill: rgb(254 221 167 / 0.3);
}
.fill-accent-yellow-tertiary\/35 {
  fill: rgb(254 221 167 / 0.35);
}
.fill-accent-yellow-tertiary\/40 {
  fill: rgb(254 221 167 / 0.4);
}
.fill-accent-yellow-tertiary\/45 {
  fill: rgb(254 221 167 / 0.45);
}
.fill-accent-yellow-tertiary\/5 {
  fill: rgb(254 221 167 / 0.05);
}
.fill-accent-yellow-tertiary\/50 {
  fill: rgb(254 221 167 / 0.5);
}
.fill-accent-yellow-tertiary\/55 {
  fill: rgb(254 221 167 / 0.55);
}
.fill-accent-yellow-tertiary\/60 {
  fill: rgb(254 221 167 / 0.6);
}
.fill-accent-yellow-tertiary\/65 {
  fill: rgb(254 221 167 / 0.65);
}
.fill-accent-yellow-tertiary\/70 {
  fill: rgb(254 221 167 / 0.7);
}
.fill-accent-yellow-tertiary\/75 {
  fill: rgb(254 221 167 / 0.75);
}
.fill-accent-yellow-tertiary\/80 {
  fill: rgb(254 221 167 / 0.8);
}
.fill-accent-yellow-tertiary\/85 {
  fill: rgb(254 221 167 / 0.85);
}
.fill-accent-yellow-tertiary\/90 {
  fill: rgb(254 221 167 / 0.9);
}
.fill-accent-yellow-tertiary\/95 {
  fill: rgb(254 221 167 / 0.95);
}
.fill-black {
  fill: #000;
}
.fill-black\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-black\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-black\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-black\/15 {
  fill: rgb(0 0 0 / 0.15);
}
.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-black\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-black\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-black\/35 {
  fill: rgb(0 0 0 / 0.35);
}
.fill-black\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-black\/45 {
  fill: rgb(0 0 0 / 0.45);
}
.fill-black\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-black\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-black\/55 {
  fill: rgb(0 0 0 / 0.55);
}
.fill-black\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-black\/65 {
  fill: rgb(0 0 0 / 0.65);
}
.fill-black\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-black\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-black\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-black\/85 {
  fill: rgb(0 0 0 / 0.85);
}
.fill-black\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-black\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-btn {
  fill: #002559;
}
.fill-btn-active {
  fill: #667C9C;
}
.fill-btn-active\/0 {
  fill: rgb(102 124 156 / 0);
}
.fill-btn-active\/10 {
  fill: rgb(102 124 156 / 0.1);
}
.fill-btn-active\/100 {
  fill: rgb(102 124 156 / 1);
}
.fill-btn-active\/15 {
  fill: rgb(102 124 156 / 0.15);
}
.fill-btn-active\/20 {
  fill: rgb(102 124 156 / 0.2);
}
.fill-btn-active\/25 {
  fill: rgb(102 124 156 / 0.25);
}
.fill-btn-active\/30 {
  fill: rgb(102 124 156 / 0.3);
}
.fill-btn-active\/35 {
  fill: rgb(102 124 156 / 0.35);
}
.fill-btn-active\/40 {
  fill: rgb(102 124 156 / 0.4);
}
.fill-btn-active\/45 {
  fill: rgb(102 124 156 / 0.45);
}
.fill-btn-active\/5 {
  fill: rgb(102 124 156 / 0.05);
}
.fill-btn-active\/50 {
  fill: rgb(102 124 156 / 0.5);
}
.fill-btn-active\/55 {
  fill: rgb(102 124 156 / 0.55);
}
.fill-btn-active\/60 {
  fill: rgb(102 124 156 / 0.6);
}
.fill-btn-active\/65 {
  fill: rgb(102 124 156 / 0.65);
}
.fill-btn-active\/70 {
  fill: rgb(102 124 156 / 0.7);
}
.fill-btn-active\/75 {
  fill: rgb(102 124 156 / 0.75);
}
.fill-btn-active\/80 {
  fill: rgb(102 124 156 / 0.8);
}
.fill-btn-active\/85 {
  fill: rgb(102 124 156 / 0.85);
}
.fill-btn-active\/90 {
  fill: rgb(102 124 156 / 0.9);
}
.fill-btn-active\/95 {
  fill: rgb(102 124 156 / 0.95);
}
.fill-btn-disabled {
  fill: #E4EAF3;
}
.fill-btn-disabled\/0 {
  fill: rgb(228 234 243 / 0);
}
.fill-btn-disabled\/10 {
  fill: rgb(228 234 243 / 0.1);
}
.fill-btn-disabled\/100 {
  fill: rgb(228 234 243 / 1);
}
.fill-btn-disabled\/15 {
  fill: rgb(228 234 243 / 0.15);
}
.fill-btn-disabled\/20 {
  fill: rgb(228 234 243 / 0.2);
}
.fill-btn-disabled\/25 {
  fill: rgb(228 234 243 / 0.25);
}
.fill-btn-disabled\/30 {
  fill: rgb(228 234 243 / 0.3);
}
.fill-btn-disabled\/35 {
  fill: rgb(228 234 243 / 0.35);
}
.fill-btn-disabled\/40 {
  fill: rgb(228 234 243 / 0.4);
}
.fill-btn-disabled\/45 {
  fill: rgb(228 234 243 / 0.45);
}
.fill-btn-disabled\/5 {
  fill: rgb(228 234 243 / 0.05);
}
.fill-btn-disabled\/50 {
  fill: rgb(228 234 243 / 0.5);
}
.fill-btn-disabled\/55 {
  fill: rgb(228 234 243 / 0.55);
}
.fill-btn-disabled\/60 {
  fill: rgb(228 234 243 / 0.6);
}
.fill-btn-disabled\/65 {
  fill: rgb(228 234 243 / 0.65);
}
.fill-btn-disabled\/70 {
  fill: rgb(228 234 243 / 0.7);
}
.fill-btn-disabled\/75 {
  fill: rgb(228 234 243 / 0.75);
}
.fill-btn-disabled\/80 {
  fill: rgb(228 234 243 / 0.8);
}
.fill-btn-disabled\/85 {
  fill: rgb(228 234 243 / 0.85);
}
.fill-btn-disabled\/90 {
  fill: rgb(228 234 243 / 0.9);
}
.fill-btn-disabled\/95 {
  fill: rgb(228 234 243 / 0.95);
}
.fill-btn-hover {
  fill: #000711;
}
.fill-btn-hover\/0 {
  fill: rgb(0 7 17 / 0);
}
.fill-btn-hover\/10 {
  fill: rgb(0 7 17 / 0.1);
}
.fill-btn-hover\/100 {
  fill: rgb(0 7 17 / 1);
}
.fill-btn-hover\/15 {
  fill: rgb(0 7 17 / 0.15);
}
.fill-btn-hover\/20 {
  fill: rgb(0 7 17 / 0.2);
}
.fill-btn-hover\/25 {
  fill: rgb(0 7 17 / 0.25);
}
.fill-btn-hover\/30 {
  fill: rgb(0 7 17 / 0.3);
}
.fill-btn-hover\/35 {
  fill: rgb(0 7 17 / 0.35);
}
.fill-btn-hover\/40 {
  fill: rgb(0 7 17 / 0.4);
}
.fill-btn-hover\/45 {
  fill: rgb(0 7 17 / 0.45);
}
.fill-btn-hover\/5 {
  fill: rgb(0 7 17 / 0.05);
}
.fill-btn-hover\/50 {
  fill: rgb(0 7 17 / 0.5);
}
.fill-btn-hover\/55 {
  fill: rgb(0 7 17 / 0.55);
}
.fill-btn-hover\/60 {
  fill: rgb(0 7 17 / 0.6);
}
.fill-btn-hover\/65 {
  fill: rgb(0 7 17 / 0.65);
}
.fill-btn-hover\/70 {
  fill: rgb(0 7 17 / 0.7);
}
.fill-btn-hover\/75 {
  fill: rgb(0 7 17 / 0.75);
}
.fill-btn-hover\/80 {
  fill: rgb(0 7 17 / 0.8);
}
.fill-btn-hover\/85 {
  fill: rgb(0 7 17 / 0.85);
}
.fill-btn-hover\/90 {
  fill: rgb(0 7 17 / 0.9);
}
.fill-btn-hover\/95 {
  fill: rgb(0 7 17 / 0.95);
}
.fill-btn-text {
  fill: #F3F3F3;
}
.fill-btn-text\/0 {
  fill: rgb(243 243 243 / 0);
}
.fill-btn-text\/10 {
  fill: rgb(243 243 243 / 0.1);
}
.fill-btn-text\/100 {
  fill: rgb(243 243 243 / 1);
}
.fill-btn-text\/15 {
  fill: rgb(243 243 243 / 0.15);
}
.fill-btn-text\/20 {
  fill: rgb(243 243 243 / 0.2);
}
.fill-btn-text\/25 {
  fill: rgb(243 243 243 / 0.25);
}
.fill-btn-text\/30 {
  fill: rgb(243 243 243 / 0.3);
}
.fill-btn-text\/35 {
  fill: rgb(243 243 243 / 0.35);
}
.fill-btn-text\/40 {
  fill: rgb(243 243 243 / 0.4);
}
.fill-btn-text\/45 {
  fill: rgb(243 243 243 / 0.45);
}
.fill-btn-text\/5 {
  fill: rgb(243 243 243 / 0.05);
}
.fill-btn-text\/50 {
  fill: rgb(243 243 243 / 0.5);
}
.fill-btn-text\/55 {
  fill: rgb(243 243 243 / 0.55);
}
.fill-btn-text\/60 {
  fill: rgb(243 243 243 / 0.6);
}
.fill-btn-text\/65 {
  fill: rgb(243 243 243 / 0.65);
}
.fill-btn-text\/70 {
  fill: rgb(243 243 243 / 0.7);
}
.fill-btn-text\/75 {
  fill: rgb(243 243 243 / 0.75);
}
.fill-btn-text\/80 {
  fill: rgb(243 243 243 / 0.8);
}
.fill-btn-text\/85 {
  fill: rgb(243 243 243 / 0.85);
}
.fill-btn-text\/90 {
  fill: rgb(243 243 243 / 0.9);
}
.fill-btn-text\/95 {
  fill: rgb(243 243 243 / 0.95);
}
.fill-btn\/0 {
  fill: rgb(0 37 89 / 0);
}
.fill-btn\/10 {
  fill: rgb(0 37 89 / 0.1);
}
.fill-btn\/100 {
  fill: rgb(0 37 89 / 1);
}
.fill-btn\/15 {
  fill: rgb(0 37 89 / 0.15);
}
.fill-btn\/20 {
  fill: rgb(0 37 89 / 0.2);
}
.fill-btn\/25 {
  fill: rgb(0 37 89 / 0.25);
}
.fill-btn\/30 {
  fill: rgb(0 37 89 / 0.3);
}
.fill-btn\/35 {
  fill: rgb(0 37 89 / 0.35);
}
.fill-btn\/40 {
  fill: rgb(0 37 89 / 0.4);
}
.fill-btn\/45 {
  fill: rgb(0 37 89 / 0.45);
}
.fill-btn\/5 {
  fill: rgb(0 37 89 / 0.05);
}
.fill-btn\/50 {
  fill: rgb(0 37 89 / 0.5);
}
.fill-btn\/55 {
  fill: rgb(0 37 89 / 0.55);
}
.fill-btn\/60 {
  fill: rgb(0 37 89 / 0.6);
}
.fill-btn\/65 {
  fill: rgb(0 37 89 / 0.65);
}
.fill-btn\/70 {
  fill: rgb(0 37 89 / 0.7);
}
.fill-btn\/75 {
  fill: rgb(0 37 89 / 0.75);
}
.fill-btn\/80 {
  fill: rgb(0 37 89 / 0.8);
}
.fill-btn\/85 {
  fill: rgb(0 37 89 / 0.85);
}
.fill-btn\/90 {
  fill: rgb(0 37 89 / 0.9);
}
.fill-btn\/95 {
  fill: rgb(0 37 89 / 0.95);
}
.fill-card-primary {
  fill: #F3F3F3;
}
.fill-card-primary\/0 {
  fill: rgb(243 243 243 / 0);
}
.fill-card-primary\/10 {
  fill: rgb(243 243 243 / 0.1);
}
.fill-card-primary\/100 {
  fill: rgb(243 243 243 / 1);
}
.fill-card-primary\/15 {
  fill: rgb(243 243 243 / 0.15);
}
.fill-card-primary\/20 {
  fill: rgb(243 243 243 / 0.2);
}
.fill-card-primary\/25 {
  fill: rgb(243 243 243 / 0.25);
}
.fill-card-primary\/30 {
  fill: rgb(243 243 243 / 0.3);
}
.fill-card-primary\/35 {
  fill: rgb(243 243 243 / 0.35);
}
.fill-card-primary\/40 {
  fill: rgb(243 243 243 / 0.4);
}
.fill-card-primary\/45 {
  fill: rgb(243 243 243 / 0.45);
}
.fill-card-primary\/5 {
  fill: rgb(243 243 243 / 0.05);
}
.fill-card-primary\/50 {
  fill: rgb(243 243 243 / 0.5);
}
.fill-card-primary\/55 {
  fill: rgb(243 243 243 / 0.55);
}
.fill-card-primary\/60 {
  fill: rgb(243 243 243 / 0.6);
}
.fill-card-primary\/65 {
  fill: rgb(243 243 243 / 0.65);
}
.fill-card-primary\/70 {
  fill: rgb(243 243 243 / 0.7);
}
.fill-card-primary\/75 {
  fill: rgb(243 243 243 / 0.75);
}
.fill-card-primary\/80 {
  fill: rgb(243 243 243 / 0.8);
}
.fill-card-primary\/85 {
  fill: rgb(243 243 243 / 0.85);
}
.fill-card-primary\/90 {
  fill: rgb(243 243 243 / 0.9);
}
.fill-card-primary\/95 {
  fill: rgb(243 243 243 / 0.95);
}
.fill-danger {
  fill: #AB0800;
}
.fill-danger-secondary {
  fill: #8A0600;
}
.fill-danger-secondary\/0 {
  fill: rgb(138 6 0 / 0);
}
.fill-danger-secondary\/10 {
  fill: rgb(138 6 0 / 0.1);
}
.fill-danger-secondary\/100 {
  fill: rgb(138 6 0 / 1);
}
.fill-danger-secondary\/15 {
  fill: rgb(138 6 0 / 0.15);
}
.fill-danger-secondary\/20 {
  fill: rgb(138 6 0 / 0.2);
}
.fill-danger-secondary\/25 {
  fill: rgb(138 6 0 / 0.25);
}
.fill-danger-secondary\/30 {
  fill: rgb(138 6 0 / 0.3);
}
.fill-danger-secondary\/35 {
  fill: rgb(138 6 0 / 0.35);
}
.fill-danger-secondary\/40 {
  fill: rgb(138 6 0 / 0.4);
}
.fill-danger-secondary\/45 {
  fill: rgb(138 6 0 / 0.45);
}
.fill-danger-secondary\/5 {
  fill: rgb(138 6 0 / 0.05);
}
.fill-danger-secondary\/50 {
  fill: rgb(138 6 0 / 0.5);
}
.fill-danger-secondary\/55 {
  fill: rgb(138 6 0 / 0.55);
}
.fill-danger-secondary\/60 {
  fill: rgb(138 6 0 / 0.6);
}
.fill-danger-secondary\/65 {
  fill: rgb(138 6 0 / 0.65);
}
.fill-danger-secondary\/70 {
  fill: rgb(138 6 0 / 0.7);
}
.fill-danger-secondary\/75 {
  fill: rgb(138 6 0 / 0.75);
}
.fill-danger-secondary\/80 {
  fill: rgb(138 6 0 / 0.8);
}
.fill-danger-secondary\/85 {
  fill: rgb(138 6 0 / 0.85);
}
.fill-danger-secondary\/90 {
  fill: rgb(138 6 0 / 0.9);
}
.fill-danger-secondary\/95 {
  fill: rgb(138 6 0 / 0.95);
}
.fill-danger\/0 {
  fill: rgb(171 8 0 / 0);
}
.fill-danger\/10 {
  fill: rgb(171 8 0 / 0.1);
}
.fill-danger\/100 {
  fill: rgb(171 8 0 / 1);
}
.fill-danger\/15 {
  fill: rgb(171 8 0 / 0.15);
}
.fill-danger\/20 {
  fill: rgb(171 8 0 / 0.2);
}
.fill-danger\/25 {
  fill: rgb(171 8 0 / 0.25);
}
.fill-danger\/30 {
  fill: rgb(171 8 0 / 0.3);
}
.fill-danger\/35 {
  fill: rgb(171 8 0 / 0.35);
}
.fill-danger\/40 {
  fill: rgb(171 8 0 / 0.4);
}
.fill-danger\/45 {
  fill: rgb(171 8 0 / 0.45);
}
.fill-danger\/5 {
  fill: rgb(171 8 0 / 0.05);
}
.fill-danger\/50 {
  fill: rgb(171 8 0 / 0.5);
}
.fill-danger\/55 {
  fill: rgb(171 8 0 / 0.55);
}
.fill-danger\/60 {
  fill: rgb(171 8 0 / 0.6);
}
.fill-danger\/65 {
  fill: rgb(171 8 0 / 0.65);
}
.fill-danger\/70 {
  fill: rgb(171 8 0 / 0.7);
}
.fill-danger\/75 {
  fill: rgb(171 8 0 / 0.75);
}
.fill-danger\/80 {
  fill: rgb(171 8 0 / 0.8);
}
.fill-danger\/85 {
  fill: rgb(171 8 0 / 0.85);
}
.fill-danger\/90 {
  fill: rgb(171 8 0 / 0.9);
}
.fill-danger\/95 {
  fill: rgb(171 8 0 / 0.95);
}
.fill-default {
  fill: #34495e;
}
.fill-default\/0 {
  fill: rgb(52 73 94 / 0);
}
.fill-default\/10 {
  fill: rgb(52 73 94 / 0.1);
}
.fill-default\/100 {
  fill: rgb(52 73 94 / 1);
}
.fill-default\/15 {
  fill: rgb(52 73 94 / 0.15);
}
.fill-default\/20 {
  fill: rgb(52 73 94 / 0.2);
}
.fill-default\/25 {
  fill: rgb(52 73 94 / 0.25);
}
.fill-default\/30 {
  fill: rgb(52 73 94 / 0.3);
}
.fill-default\/35 {
  fill: rgb(52 73 94 / 0.35);
}
.fill-default\/40 {
  fill: rgb(52 73 94 / 0.4);
}
.fill-default\/45 {
  fill: rgb(52 73 94 / 0.45);
}
.fill-default\/5 {
  fill: rgb(52 73 94 / 0.05);
}
.fill-default\/50 {
  fill: rgb(52 73 94 / 0.5);
}
.fill-default\/55 {
  fill: rgb(52 73 94 / 0.55);
}
.fill-default\/60 {
  fill: rgb(52 73 94 / 0.6);
}
.fill-default\/65 {
  fill: rgb(52 73 94 / 0.65);
}
.fill-default\/70 {
  fill: rgb(52 73 94 / 0.7);
}
.fill-default\/75 {
  fill: rgb(52 73 94 / 0.75);
}
.fill-default\/80 {
  fill: rgb(52 73 94 / 0.8);
}
.fill-default\/85 {
  fill: rgb(52 73 94 / 0.85);
}
.fill-default\/90 {
  fill: rgb(52 73 94 / 0.9);
}
.fill-default\/95 {
  fill: rgb(52 73 94 / 0.95);
}
.fill-fill-disabled {
  fill: #fafafa;
}
.fill-fill-disabled\/0 {
  fill: rgb(250 250 250 / 0);
}
.fill-fill-disabled\/10 {
  fill: rgb(250 250 250 / 0.1);
}
.fill-fill-disabled\/100 {
  fill: rgb(250 250 250 / 1);
}
.fill-fill-disabled\/15 {
  fill: rgb(250 250 250 / 0.15);
}
.fill-fill-disabled\/20 {
  fill: rgb(250 250 250 / 0.2);
}
.fill-fill-disabled\/25 {
  fill: rgb(250 250 250 / 0.25);
}
.fill-fill-disabled\/30 {
  fill: rgb(250 250 250 / 0.3);
}
.fill-fill-disabled\/35 {
  fill: rgb(250 250 250 / 0.35);
}
.fill-fill-disabled\/40 {
  fill: rgb(250 250 250 / 0.4);
}
.fill-fill-disabled\/45 {
  fill: rgb(250 250 250 / 0.45);
}
.fill-fill-disabled\/5 {
  fill: rgb(250 250 250 / 0.05);
}
.fill-fill-disabled\/50 {
  fill: rgb(250 250 250 / 0.5);
}
.fill-fill-disabled\/55 {
  fill: rgb(250 250 250 / 0.55);
}
.fill-fill-disabled\/60 {
  fill: rgb(250 250 250 / 0.6);
}
.fill-fill-disabled\/65 {
  fill: rgb(250 250 250 / 0.65);
}
.fill-fill-disabled\/70 {
  fill: rgb(250 250 250 / 0.7);
}
.fill-fill-disabled\/75 {
  fill: rgb(250 250 250 / 0.75);
}
.fill-fill-disabled\/80 {
  fill: rgb(250 250 250 / 0.8);
}
.fill-fill-disabled\/85 {
  fill: rgb(250 250 250 / 0.85);
}
.fill-fill-disabled\/90 {
  fill: rgb(250 250 250 / 0.9);
}
.fill-fill-disabled\/95 {
  fill: rgb(250 250 250 / 0.95);
}
.fill-fill-primary {
  fill: #EEF6F8;
}
.fill-fill-primary\/0 {
  fill: rgb(238 246 248 / 0);
}
.fill-fill-primary\/10 {
  fill: rgb(238 246 248 / 0.1);
}
.fill-fill-primary\/100 {
  fill: rgb(238 246 248 / 1);
}
.fill-fill-primary\/15 {
  fill: rgb(238 246 248 / 0.15);
}
.fill-fill-primary\/20 {
  fill: rgb(238 246 248 / 0.2);
}
.fill-fill-primary\/25 {
  fill: rgb(238 246 248 / 0.25);
}
.fill-fill-primary\/30 {
  fill: rgb(238 246 248 / 0.3);
}
.fill-fill-primary\/35 {
  fill: rgb(238 246 248 / 0.35);
}
.fill-fill-primary\/40 {
  fill: rgb(238 246 248 / 0.4);
}
.fill-fill-primary\/45 {
  fill: rgb(238 246 248 / 0.45);
}
.fill-fill-primary\/5 {
  fill: rgb(238 246 248 / 0.05);
}
.fill-fill-primary\/50 {
  fill: rgb(238 246 248 / 0.5);
}
.fill-fill-primary\/55 {
  fill: rgb(238 246 248 / 0.55);
}
.fill-fill-primary\/60 {
  fill: rgb(238 246 248 / 0.6);
}
.fill-fill-primary\/65 {
  fill: rgb(238 246 248 / 0.65);
}
.fill-fill-primary\/70 {
  fill: rgb(238 246 248 / 0.7);
}
.fill-fill-primary\/75 {
  fill: rgb(238 246 248 / 0.75);
}
.fill-fill-primary\/80 {
  fill: rgb(238 246 248 / 0.8);
}
.fill-fill-primary\/85 {
  fill: rgb(238 246 248 / 0.85);
}
.fill-fill-primary\/90 {
  fill: rgb(238 246 248 / 0.9);
}
.fill-fill-primary\/95 {
  fill: rgb(238 246 248 / 0.95);
}
.fill-fill-secondary {
  fill: #FFFFFF;
}
.fill-fill-secondary\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-fill-secondary\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-fill-secondary\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-fill-secondary\/15 {
  fill: rgb(255 255 255 / 0.15);
}
.fill-fill-secondary\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-fill-secondary\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-fill-secondary\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-fill-secondary\/35 {
  fill: rgb(255 255 255 / 0.35);
}
.fill-fill-secondary\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-fill-secondary\/45 {
  fill: rgb(255 255 255 / 0.45);
}
.fill-fill-secondary\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-fill-secondary\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-fill-secondary\/55 {
  fill: rgb(255 255 255 / 0.55);
}
.fill-fill-secondary\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-fill-secondary\/65 {
  fill: rgb(255 255 255 / 0.65);
}
.fill-fill-secondary\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-fill-secondary\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-fill-secondary\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-fill-secondary\/85 {
  fill: rgb(255 255 255 / 0.85);
}
.fill-fill-secondary\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-fill-secondary\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-info {
  fill: #0000AF;
}
.fill-info\/0 {
  fill: rgb(0 0 175 / 0);
}
.fill-info\/10 {
  fill: rgb(0 0 175 / 0.1);
}
.fill-info\/100 {
  fill: rgb(0 0 175 / 1);
}
.fill-info\/15 {
  fill: rgb(0 0 175 / 0.15);
}
.fill-info\/20 {
  fill: rgb(0 0 175 / 0.2);
}
.fill-info\/25 {
  fill: rgb(0 0 175 / 0.25);
}
.fill-info\/30 {
  fill: rgb(0 0 175 / 0.3);
}
.fill-info\/35 {
  fill: rgb(0 0 175 / 0.35);
}
.fill-info\/40 {
  fill: rgb(0 0 175 / 0.4);
}
.fill-info\/45 {
  fill: rgb(0 0 175 / 0.45);
}
.fill-info\/5 {
  fill: rgb(0 0 175 / 0.05);
}
.fill-info\/50 {
  fill: rgb(0 0 175 / 0.5);
}
.fill-info\/55 {
  fill: rgb(0 0 175 / 0.55);
}
.fill-info\/60 {
  fill: rgb(0 0 175 / 0.6);
}
.fill-info\/65 {
  fill: rgb(0 0 175 / 0.65);
}
.fill-info\/70 {
  fill: rgb(0 0 175 / 0.7);
}
.fill-info\/75 {
  fill: rgb(0 0 175 / 0.75);
}
.fill-info\/80 {
  fill: rgb(0 0 175 / 0.8);
}
.fill-info\/85 {
  fill: rgb(0 0 175 / 0.85);
}
.fill-info\/90 {
  fill: rgb(0 0 175 / 0.9);
}
.fill-info\/95 {
  fill: rgb(0 0 175 / 0.95);
}
.fill-inherit {
  fill: inherit;
}
.fill-neutral-disabled {
  fill: #A6A6A6;
}
.fill-neutral-disabled\/0 {
  fill: rgb(166 166 166 / 0);
}
.fill-neutral-disabled\/10 {
  fill: rgb(166 166 166 / 0.1);
}
.fill-neutral-disabled\/100 {
  fill: rgb(166 166 166 / 1);
}
.fill-neutral-disabled\/15 {
  fill: rgb(166 166 166 / 0.15);
}
.fill-neutral-disabled\/20 {
  fill: rgb(166 166 166 / 0.2);
}
.fill-neutral-disabled\/25 {
  fill: rgb(166 166 166 / 0.25);
}
.fill-neutral-disabled\/30 {
  fill: rgb(166 166 166 / 0.3);
}
.fill-neutral-disabled\/35 {
  fill: rgb(166 166 166 / 0.35);
}
.fill-neutral-disabled\/40 {
  fill: rgb(166 166 166 / 0.4);
}
.fill-neutral-disabled\/45 {
  fill: rgb(166 166 166 / 0.45);
}
.fill-neutral-disabled\/5 {
  fill: rgb(166 166 166 / 0.05);
}
.fill-neutral-disabled\/50 {
  fill: rgb(166 166 166 / 0.5);
}
.fill-neutral-disabled\/55 {
  fill: rgb(166 166 166 / 0.55);
}
.fill-neutral-disabled\/60 {
  fill: rgb(166 166 166 / 0.6);
}
.fill-neutral-disabled\/65 {
  fill: rgb(166 166 166 / 0.65);
}
.fill-neutral-disabled\/70 {
  fill: rgb(166 166 166 / 0.7);
}
.fill-neutral-disabled\/75 {
  fill: rgb(166 166 166 / 0.75);
}
.fill-neutral-disabled\/80 {
  fill: rgb(166 166 166 / 0.8);
}
.fill-neutral-disabled\/85 {
  fill: rgb(166 166 166 / 0.85);
}
.fill-neutral-disabled\/90 {
  fill: rgb(166 166 166 / 0.9);
}
.fill-neutral-disabled\/95 {
  fill: rgb(166 166 166 / 0.95);
}
.fill-neutral-primary {
  fill: #000711;
}
.fill-neutral-primary\/0 {
  fill: rgb(0 7 17 / 0);
}
.fill-neutral-primary\/10 {
  fill: rgb(0 7 17 / 0.1);
}
.fill-neutral-primary\/100 {
  fill: rgb(0 7 17 / 1);
}
.fill-neutral-primary\/15 {
  fill: rgb(0 7 17 / 0.15);
}
.fill-neutral-primary\/20 {
  fill: rgb(0 7 17 / 0.2);
}
.fill-neutral-primary\/25 {
  fill: rgb(0 7 17 / 0.25);
}
.fill-neutral-primary\/30 {
  fill: rgb(0 7 17 / 0.3);
}
.fill-neutral-primary\/35 {
  fill: rgb(0 7 17 / 0.35);
}
.fill-neutral-primary\/40 {
  fill: rgb(0 7 17 / 0.4);
}
.fill-neutral-primary\/45 {
  fill: rgb(0 7 17 / 0.45);
}
.fill-neutral-primary\/5 {
  fill: rgb(0 7 17 / 0.05);
}
.fill-neutral-primary\/50 {
  fill: rgb(0 7 17 / 0.5);
}
.fill-neutral-primary\/55 {
  fill: rgb(0 7 17 / 0.55);
}
.fill-neutral-primary\/60 {
  fill: rgb(0 7 17 / 0.6);
}
.fill-neutral-primary\/65 {
  fill: rgb(0 7 17 / 0.65);
}
.fill-neutral-primary\/70 {
  fill: rgb(0 7 17 / 0.7);
}
.fill-neutral-primary\/75 {
  fill: rgb(0 7 17 / 0.75);
}
.fill-neutral-primary\/80 {
  fill: rgb(0 7 17 / 0.8);
}
.fill-neutral-primary\/85 {
  fill: rgb(0 7 17 / 0.85);
}
.fill-neutral-primary\/90 {
  fill: rgb(0 7 17 / 0.9);
}
.fill-neutral-primary\/95 {
  fill: rgb(0 7 17 / 0.95);
}
.fill-neutral-secondary {
  fill: #2A2D31;
}
.fill-neutral-secondary\/0 {
  fill: rgb(42 45 49 / 0);
}
.fill-neutral-secondary\/10 {
  fill: rgb(42 45 49 / 0.1);
}
.fill-neutral-secondary\/100 {
  fill: rgb(42 45 49 / 1);
}
.fill-neutral-secondary\/15 {
  fill: rgb(42 45 49 / 0.15);
}
.fill-neutral-secondary\/20 {
  fill: rgb(42 45 49 / 0.2);
}
.fill-neutral-secondary\/25 {
  fill: rgb(42 45 49 / 0.25);
}
.fill-neutral-secondary\/30 {
  fill: rgb(42 45 49 / 0.3);
}
.fill-neutral-secondary\/35 {
  fill: rgb(42 45 49 / 0.35);
}
.fill-neutral-secondary\/40 {
  fill: rgb(42 45 49 / 0.4);
}
.fill-neutral-secondary\/45 {
  fill: rgb(42 45 49 / 0.45);
}
.fill-neutral-secondary\/5 {
  fill: rgb(42 45 49 / 0.05);
}
.fill-neutral-secondary\/50 {
  fill: rgb(42 45 49 / 0.5);
}
.fill-neutral-secondary\/55 {
  fill: rgb(42 45 49 / 0.55);
}
.fill-neutral-secondary\/60 {
  fill: rgb(42 45 49 / 0.6);
}
.fill-neutral-secondary\/65 {
  fill: rgb(42 45 49 / 0.65);
}
.fill-neutral-secondary\/70 {
  fill: rgb(42 45 49 / 0.7);
}
.fill-neutral-secondary\/75 {
  fill: rgb(42 45 49 / 0.75);
}
.fill-neutral-secondary\/80 {
  fill: rgb(42 45 49 / 0.8);
}
.fill-neutral-secondary\/85 {
  fill: rgb(42 45 49 / 0.85);
}
.fill-neutral-secondary\/90 {
  fill: rgb(42 45 49 / 0.9);
}
.fill-neutral-secondary\/95 {
  fill: rgb(42 45 49 / 0.95);
}
.fill-neutral-tertiary {
  fill: #6A6A6A;
}
.fill-neutral-tertiary\/0 {
  fill: rgb(106 106 106 / 0);
}
.fill-neutral-tertiary\/10 {
  fill: rgb(106 106 106 / 0.1);
}
.fill-neutral-tertiary\/100 {
  fill: rgb(106 106 106 / 1);
}
.fill-neutral-tertiary\/15 {
  fill: rgb(106 106 106 / 0.15);
}
.fill-neutral-tertiary\/20 {
  fill: rgb(106 106 106 / 0.2);
}
.fill-neutral-tertiary\/25 {
  fill: rgb(106 106 106 / 0.25);
}
.fill-neutral-tertiary\/30 {
  fill: rgb(106 106 106 / 0.3);
}
.fill-neutral-tertiary\/35 {
  fill: rgb(106 106 106 / 0.35);
}
.fill-neutral-tertiary\/40 {
  fill: rgb(106 106 106 / 0.4);
}
.fill-neutral-tertiary\/45 {
  fill: rgb(106 106 106 / 0.45);
}
.fill-neutral-tertiary\/5 {
  fill: rgb(106 106 106 / 0.05);
}
.fill-neutral-tertiary\/50 {
  fill: rgb(106 106 106 / 0.5);
}
.fill-neutral-tertiary\/55 {
  fill: rgb(106 106 106 / 0.55);
}
.fill-neutral-tertiary\/60 {
  fill: rgb(106 106 106 / 0.6);
}
.fill-neutral-tertiary\/65 {
  fill: rgb(106 106 106 / 0.65);
}
.fill-neutral-tertiary\/70 {
  fill: rgb(106 106 106 / 0.7);
}
.fill-neutral-tertiary\/75 {
  fill: rgb(106 106 106 / 0.75);
}
.fill-neutral-tertiary\/80 {
  fill: rgb(106 106 106 / 0.8);
}
.fill-neutral-tertiary\/85 {
  fill: rgb(106 106 106 / 0.85);
}
.fill-neutral-tertiary\/90 {
  fill: rgb(106 106 106 / 0.9);
}
.fill-neutral-tertiary\/95 {
  fill: rgb(106 106 106 / 0.95);
}
.fill-none {
  fill: none;
}
.fill-stroke-disabled {
  fill: #E7E7E7;
}
.fill-stroke-disabled\/0 {
  fill: rgb(231 231 231 / 0);
}
.fill-stroke-disabled\/10 {
  fill: rgb(231 231 231 / 0.1);
}
.fill-stroke-disabled\/100 {
  fill: rgb(231 231 231 / 1);
}
.fill-stroke-disabled\/15 {
  fill: rgb(231 231 231 / 0.15);
}
.fill-stroke-disabled\/20 {
  fill: rgb(231 231 231 / 0.2);
}
.fill-stroke-disabled\/25 {
  fill: rgb(231 231 231 / 0.25);
}
.fill-stroke-disabled\/30 {
  fill: rgb(231 231 231 / 0.3);
}
.fill-stroke-disabled\/35 {
  fill: rgb(231 231 231 / 0.35);
}
.fill-stroke-disabled\/40 {
  fill: rgb(231 231 231 / 0.4);
}
.fill-stroke-disabled\/45 {
  fill: rgb(231 231 231 / 0.45);
}
.fill-stroke-disabled\/5 {
  fill: rgb(231 231 231 / 0.05);
}
.fill-stroke-disabled\/50 {
  fill: rgb(231 231 231 / 0.5);
}
.fill-stroke-disabled\/55 {
  fill: rgb(231 231 231 / 0.55);
}
.fill-stroke-disabled\/60 {
  fill: rgb(231 231 231 / 0.6);
}
.fill-stroke-disabled\/65 {
  fill: rgb(231 231 231 / 0.65);
}
.fill-stroke-disabled\/70 {
  fill: rgb(231 231 231 / 0.7);
}
.fill-stroke-disabled\/75 {
  fill: rgb(231 231 231 / 0.75);
}
.fill-stroke-disabled\/80 {
  fill: rgb(231 231 231 / 0.8);
}
.fill-stroke-disabled\/85 {
  fill: rgb(231 231 231 / 0.85);
}
.fill-stroke-disabled\/90 {
  fill: rgb(231 231 231 / 0.9);
}
.fill-stroke-disabled\/95 {
  fill: rgb(231 231 231 / 0.95);
}
.fill-stroke-primary {
  fill: #D1D5E8;
}
.fill-stroke-primary\/0 {
  fill: rgb(209 213 232 / 0);
}
.fill-stroke-primary\/10 {
  fill: rgb(209 213 232 / 0.1);
}
.fill-stroke-primary\/100 {
  fill: rgb(209 213 232 / 1);
}
.fill-stroke-primary\/15 {
  fill: rgb(209 213 232 / 0.15);
}
.fill-stroke-primary\/20 {
  fill: rgb(209 213 232 / 0.2);
}
.fill-stroke-primary\/25 {
  fill: rgb(209 213 232 / 0.25);
}
.fill-stroke-primary\/30 {
  fill: rgb(209 213 232 / 0.3);
}
.fill-stroke-primary\/35 {
  fill: rgb(209 213 232 / 0.35);
}
.fill-stroke-primary\/40 {
  fill: rgb(209 213 232 / 0.4);
}
.fill-stroke-primary\/45 {
  fill: rgb(209 213 232 / 0.45);
}
.fill-stroke-primary\/5 {
  fill: rgb(209 213 232 / 0.05);
}
.fill-stroke-primary\/50 {
  fill: rgb(209 213 232 / 0.5);
}
.fill-stroke-primary\/55 {
  fill: rgb(209 213 232 / 0.55);
}
.fill-stroke-primary\/60 {
  fill: rgb(209 213 232 / 0.6);
}
.fill-stroke-primary\/65 {
  fill: rgb(209 213 232 / 0.65);
}
.fill-stroke-primary\/70 {
  fill: rgb(209 213 232 / 0.7);
}
.fill-stroke-primary\/75 {
  fill: rgb(209 213 232 / 0.75);
}
.fill-stroke-primary\/80 {
  fill: rgb(209 213 232 / 0.8);
}
.fill-stroke-primary\/85 {
  fill: rgb(209 213 232 / 0.85);
}
.fill-stroke-primary\/90 {
  fill: rgb(209 213 232 / 0.9);
}
.fill-stroke-primary\/95 {
  fill: rgb(209 213 232 / 0.95);
}
.fill-stroke-secondary {
  fill: #7093D4;
}
.fill-stroke-secondary\/0 {
  fill: rgb(112 147 212 / 0);
}
.fill-stroke-secondary\/10 {
  fill: rgb(112 147 212 / 0.1);
}
.fill-stroke-secondary\/100 {
  fill: rgb(112 147 212 / 1);
}
.fill-stroke-secondary\/15 {
  fill: rgb(112 147 212 / 0.15);
}
.fill-stroke-secondary\/20 {
  fill: rgb(112 147 212 / 0.2);
}
.fill-stroke-secondary\/25 {
  fill: rgb(112 147 212 / 0.25);
}
.fill-stroke-secondary\/30 {
  fill: rgb(112 147 212 / 0.3);
}
.fill-stroke-secondary\/35 {
  fill: rgb(112 147 212 / 0.35);
}
.fill-stroke-secondary\/40 {
  fill: rgb(112 147 212 / 0.4);
}
.fill-stroke-secondary\/45 {
  fill: rgb(112 147 212 / 0.45);
}
.fill-stroke-secondary\/5 {
  fill: rgb(112 147 212 / 0.05);
}
.fill-stroke-secondary\/50 {
  fill: rgb(112 147 212 / 0.5);
}
.fill-stroke-secondary\/55 {
  fill: rgb(112 147 212 / 0.55);
}
.fill-stroke-secondary\/60 {
  fill: rgb(112 147 212 / 0.6);
}
.fill-stroke-secondary\/65 {
  fill: rgb(112 147 212 / 0.65);
}
.fill-stroke-secondary\/70 {
  fill: rgb(112 147 212 / 0.7);
}
.fill-stroke-secondary\/75 {
  fill: rgb(112 147 212 / 0.75);
}
.fill-stroke-secondary\/80 {
  fill: rgb(112 147 212 / 0.8);
}
.fill-stroke-secondary\/85 {
  fill: rgb(112 147 212 / 0.85);
}
.fill-stroke-secondary\/90 {
  fill: rgb(112 147 212 / 0.9);
}
.fill-stroke-secondary\/95 {
  fill: rgb(112 147 212 / 0.95);
}
.fill-stroke-tertiary {
  fill: #3E58E0;
}
.fill-stroke-tertiary\/0 {
  fill: rgb(62 88 224 / 0);
}
.fill-stroke-tertiary\/10 {
  fill: rgb(62 88 224 / 0.1);
}
.fill-stroke-tertiary\/100 {
  fill: rgb(62 88 224 / 1);
}
.fill-stroke-tertiary\/15 {
  fill: rgb(62 88 224 / 0.15);
}
.fill-stroke-tertiary\/20 {
  fill: rgb(62 88 224 / 0.2);
}
.fill-stroke-tertiary\/25 {
  fill: rgb(62 88 224 / 0.25);
}
.fill-stroke-tertiary\/30 {
  fill: rgb(62 88 224 / 0.3);
}
.fill-stroke-tertiary\/35 {
  fill: rgb(62 88 224 / 0.35);
}
.fill-stroke-tertiary\/40 {
  fill: rgb(62 88 224 / 0.4);
}
.fill-stroke-tertiary\/45 {
  fill: rgb(62 88 224 / 0.45);
}
.fill-stroke-tertiary\/5 {
  fill: rgb(62 88 224 / 0.05);
}
.fill-stroke-tertiary\/50 {
  fill: rgb(62 88 224 / 0.5);
}
.fill-stroke-tertiary\/55 {
  fill: rgb(62 88 224 / 0.55);
}
.fill-stroke-tertiary\/60 {
  fill: rgb(62 88 224 / 0.6);
}
.fill-stroke-tertiary\/65 {
  fill: rgb(62 88 224 / 0.65);
}
.fill-stroke-tertiary\/70 {
  fill: rgb(62 88 224 / 0.7);
}
.fill-stroke-tertiary\/75 {
  fill: rgb(62 88 224 / 0.75);
}
.fill-stroke-tertiary\/80 {
  fill: rgb(62 88 224 / 0.8);
}
.fill-stroke-tertiary\/85 {
  fill: rgb(62 88 224 / 0.85);
}
.fill-stroke-tertiary\/90 {
  fill: rgb(62 88 224 / 0.9);
}
.fill-stroke-tertiary\/95 {
  fill: rgb(62 88 224 / 0.95);
}
.fill-success {
  fill: #005F0A;
}
.fill-success-secondary {
  fill: #ECF6ED;
}
.fill-success-secondary\/0 {
  fill: rgb(236 246 237 / 0);
}
.fill-success-secondary\/10 {
  fill: rgb(236 246 237 / 0.1);
}
.fill-success-secondary\/100 {
  fill: rgb(236 246 237 / 1);
}
.fill-success-secondary\/15 {
  fill: rgb(236 246 237 / 0.15);
}
.fill-success-secondary\/20 {
  fill: rgb(236 246 237 / 0.2);
}
.fill-success-secondary\/25 {
  fill: rgb(236 246 237 / 0.25);
}
.fill-success-secondary\/30 {
  fill: rgb(236 246 237 / 0.3);
}
.fill-success-secondary\/35 {
  fill: rgb(236 246 237 / 0.35);
}
.fill-success-secondary\/40 {
  fill: rgb(236 246 237 / 0.4);
}
.fill-success-secondary\/45 {
  fill: rgb(236 246 237 / 0.45);
}
.fill-success-secondary\/5 {
  fill: rgb(236 246 237 / 0.05);
}
.fill-success-secondary\/50 {
  fill: rgb(236 246 237 / 0.5);
}
.fill-success-secondary\/55 {
  fill: rgb(236 246 237 / 0.55);
}
.fill-success-secondary\/60 {
  fill: rgb(236 246 237 / 0.6);
}
.fill-success-secondary\/65 {
  fill: rgb(236 246 237 / 0.65);
}
.fill-success-secondary\/70 {
  fill: rgb(236 246 237 / 0.7);
}
.fill-success-secondary\/75 {
  fill: rgb(236 246 237 / 0.75);
}
.fill-success-secondary\/80 {
  fill: rgb(236 246 237 / 0.8);
}
.fill-success-secondary\/85 {
  fill: rgb(236 246 237 / 0.85);
}
.fill-success-secondary\/90 {
  fill: rgb(236 246 237 / 0.9);
}
.fill-success-secondary\/95 {
  fill: rgb(236 246 237 / 0.95);
}
.fill-success\/0 {
  fill: rgb(0 95 10 / 0);
}
.fill-success\/10 {
  fill: rgb(0 95 10 / 0.1);
}
.fill-success\/100 {
  fill: rgb(0 95 10 / 1);
}
.fill-success\/15 {
  fill: rgb(0 95 10 / 0.15);
}
.fill-success\/20 {
  fill: rgb(0 95 10 / 0.2);
}
.fill-success\/25 {
  fill: rgb(0 95 10 / 0.25);
}
.fill-success\/30 {
  fill: rgb(0 95 10 / 0.3);
}
.fill-success\/35 {
  fill: rgb(0 95 10 / 0.35);
}
.fill-success\/40 {
  fill: rgb(0 95 10 / 0.4);
}
.fill-success\/45 {
  fill: rgb(0 95 10 / 0.45);
}
.fill-success\/5 {
  fill: rgb(0 95 10 / 0.05);
}
.fill-success\/50 {
  fill: rgb(0 95 10 / 0.5);
}
.fill-success\/55 {
  fill: rgb(0 95 10 / 0.55);
}
.fill-success\/60 {
  fill: rgb(0 95 10 / 0.6);
}
.fill-success\/65 {
  fill: rgb(0 95 10 / 0.65);
}
.fill-success\/70 {
  fill: rgb(0 95 10 / 0.7);
}
.fill-success\/75 {
  fill: rgb(0 95 10 / 0.75);
}
.fill-success\/80 {
  fill: rgb(0 95 10 / 0.8);
}
.fill-success\/85 {
  fill: rgb(0 95 10 / 0.85);
}
.fill-success\/90 {
  fill: rgb(0 95 10 / 0.9);
}
.fill-success\/95 {
  fill: rgb(0 95 10 / 0.95);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-transparent\/15 {
  fill: rgb(0 0 0 / 0.15);
}
.fill-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-transparent\/35 {
  fill: rgb(0 0 0 / 0.35);
}
.fill-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-transparent\/45 {
  fill: rgb(0 0 0 / 0.45);
}
.fill-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-transparent\/55 {
  fill: rgb(0 0 0 / 0.55);
}
.fill-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-transparent\/65 {
  fill: rgb(0 0 0 / 0.65);
}
.fill-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-transparent\/85 {
  fill: rgb(0 0 0 / 0.85);
}
.fill-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-warning {
  fill: #A63E00;
}
.fill-warning\/0 {
  fill: rgb(166 62 0 / 0);
}
.fill-warning\/10 {
  fill: rgb(166 62 0 / 0.1);
}
.fill-warning\/100 {
  fill: rgb(166 62 0 / 1);
}
.fill-warning\/15 {
  fill: rgb(166 62 0 / 0.15);
}
.fill-warning\/20 {
  fill: rgb(166 62 0 / 0.2);
}
.fill-warning\/25 {
  fill: rgb(166 62 0 / 0.25);
}
.fill-warning\/30 {
  fill: rgb(166 62 0 / 0.3);
}
.fill-warning\/35 {
  fill: rgb(166 62 0 / 0.35);
}
.fill-warning\/40 {
  fill: rgb(166 62 0 / 0.4);
}
.fill-warning\/45 {
  fill: rgb(166 62 0 / 0.45);
}
.fill-warning\/5 {
  fill: rgb(166 62 0 / 0.05);
}
.fill-warning\/50 {
  fill: rgb(166 62 0 / 0.5);
}
.fill-warning\/55 {
  fill: rgb(166 62 0 / 0.55);
}
.fill-warning\/60 {
  fill: rgb(166 62 0 / 0.6);
}
.fill-warning\/65 {
  fill: rgb(166 62 0 / 0.65);
}
.fill-warning\/70 {
  fill: rgb(166 62 0 / 0.7);
}
.fill-warning\/75 {
  fill: rgb(166 62 0 / 0.75);
}
.fill-warning\/80 {
  fill: rgb(166 62 0 / 0.8);
}
.fill-warning\/85 {
  fill: rgb(166 62 0 / 0.85);
}
.fill-warning\/90 {
  fill: rgb(166 62 0 / 0.9);
}
.fill-warning\/95 {
  fill: rgb(166 62 0 / 0.95);
}
.fill-white {
  fill: #fff;
}
.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-white\/15 {
  fill: rgb(255 255 255 / 0.15);
}
.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-white\/35 {
  fill: rgb(255 255 255 / 0.35);
}
.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-white\/45 {
  fill: rgb(255 255 255 / 0.45);
}
.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-white\/55 {
  fill: rgb(255 255 255 / 0.55);
}
.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-white\/65 {
  fill: rgb(255 255 255 / 0.65);
}
.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-white\/85 {
  fill: rgb(255 255 255 / 0.85);
}
.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.stroke-btn-active {
  stroke: #667C9C;
}
.stroke-btn-active\/0 {
  stroke: rgb(102 124 156 / 0);
}
.stroke-btn-active\/10 {
  stroke: rgb(102 124 156 / 0.1);
}
.stroke-btn-active\/100 {
  stroke: rgb(102 124 156 / 1);
}
.stroke-btn-active\/15 {
  stroke: rgb(102 124 156 / 0.15);
}
.stroke-btn-active\/20 {
  stroke: rgb(102 124 156 / 0.2);
}
.stroke-btn-active\/25 {
  stroke: rgb(102 124 156 / 0.25);
}
.stroke-btn-active\/30 {
  stroke: rgb(102 124 156 / 0.3);
}
.stroke-btn-active\/35 {
  stroke: rgb(102 124 156 / 0.35);
}
.stroke-btn-active\/40 {
  stroke: rgb(102 124 156 / 0.4);
}
.stroke-btn-active\/45 {
  stroke: rgb(102 124 156 / 0.45);
}
.stroke-btn-active\/5 {
  stroke: rgb(102 124 156 / 0.05);
}
.stroke-btn-active\/50 {
  stroke: rgb(102 124 156 / 0.5);
}
.stroke-btn-active\/55 {
  stroke: rgb(102 124 156 / 0.55);
}
.stroke-btn-active\/60 {
  stroke: rgb(102 124 156 / 0.6);
}
.stroke-btn-active\/65 {
  stroke: rgb(102 124 156 / 0.65);
}
.stroke-btn-active\/70 {
  stroke: rgb(102 124 156 / 0.7);
}
.stroke-btn-active\/75 {
  stroke: rgb(102 124 156 / 0.75);
}
.stroke-btn-active\/80 {
  stroke: rgb(102 124 156 / 0.8);
}
.stroke-btn-active\/85 {
  stroke: rgb(102 124 156 / 0.85);
}
.stroke-btn-active\/90 {
  stroke: rgb(102 124 156 / 0.9);
}
.stroke-btn-active\/95 {
  stroke: rgb(102 124 156 / 0.95);
}
.stroke-btn-disabled {
  stroke: #E4EAF3;
}
.stroke-btn-disabled\/0 {
  stroke: rgb(228 234 243 / 0);
}
.stroke-btn-disabled\/10 {
  stroke: rgb(228 234 243 / 0.1);
}
.stroke-btn-disabled\/100 {
  stroke: rgb(228 234 243 / 1);
}
.stroke-btn-disabled\/15 {
  stroke: rgb(228 234 243 / 0.15);
}
.stroke-btn-disabled\/20 {
  stroke: rgb(228 234 243 / 0.2);
}
.stroke-btn-disabled\/25 {
  stroke: rgb(228 234 243 / 0.25);
}
.stroke-btn-disabled\/30 {
  stroke: rgb(228 234 243 / 0.3);
}
.stroke-btn-disabled\/35 {
  stroke: rgb(228 234 243 / 0.35);
}
.stroke-btn-disabled\/40 {
  stroke: rgb(228 234 243 / 0.4);
}
.stroke-btn-disabled\/45 {
  stroke: rgb(228 234 243 / 0.45);
}
.stroke-btn-disabled\/5 {
  stroke: rgb(228 234 243 / 0.05);
}
.stroke-btn-disabled\/50 {
  stroke: rgb(228 234 243 / 0.5);
}
.stroke-btn-disabled\/55 {
  stroke: rgb(228 234 243 / 0.55);
}
.stroke-btn-disabled\/60 {
  stroke: rgb(228 234 243 / 0.6);
}
.stroke-btn-disabled\/65 {
  stroke: rgb(228 234 243 / 0.65);
}
.stroke-btn-disabled\/70 {
  stroke: rgb(228 234 243 / 0.7);
}
.stroke-btn-disabled\/75 {
  stroke: rgb(228 234 243 / 0.75);
}
.stroke-btn-disabled\/80 {
  stroke: rgb(228 234 243 / 0.8);
}
.stroke-btn-disabled\/85 {
  stroke: rgb(228 234 243 / 0.85);
}
.stroke-btn-disabled\/90 {
  stroke: rgb(228 234 243 / 0.9);
}
.stroke-btn-disabled\/95 {
  stroke: rgb(228 234 243 / 0.95);
}
.stroke-btn-hover {
  stroke: #000711;
}
.stroke-btn-hover\/0 {
  stroke: rgb(0 7 17 / 0);
}
.stroke-btn-hover\/10 {
  stroke: rgb(0 7 17 / 0.1);
}
.stroke-btn-hover\/100 {
  stroke: rgb(0 7 17 / 1);
}
.stroke-btn-hover\/15 {
  stroke: rgb(0 7 17 / 0.15);
}
.stroke-btn-hover\/20 {
  stroke: rgb(0 7 17 / 0.2);
}
.stroke-btn-hover\/25 {
  stroke: rgb(0 7 17 / 0.25);
}
.stroke-btn-hover\/30 {
  stroke: rgb(0 7 17 / 0.3);
}
.stroke-btn-hover\/35 {
  stroke: rgb(0 7 17 / 0.35);
}
.stroke-btn-hover\/40 {
  stroke: rgb(0 7 17 / 0.4);
}
.stroke-btn-hover\/45 {
  stroke: rgb(0 7 17 / 0.45);
}
.stroke-btn-hover\/5 {
  stroke: rgb(0 7 17 / 0.05);
}
.stroke-btn-hover\/50 {
  stroke: rgb(0 7 17 / 0.5);
}
.stroke-btn-hover\/55 {
  stroke: rgb(0 7 17 / 0.55);
}
.stroke-btn-hover\/60 {
  stroke: rgb(0 7 17 / 0.6);
}
.stroke-btn-hover\/65 {
  stroke: rgb(0 7 17 / 0.65);
}
.stroke-btn-hover\/70 {
  stroke: rgb(0 7 17 / 0.7);
}
.stroke-btn-hover\/75 {
  stroke: rgb(0 7 17 / 0.75);
}
.stroke-btn-hover\/80 {
  stroke: rgb(0 7 17 / 0.8);
}
.stroke-btn-hover\/85 {
  stroke: rgb(0 7 17 / 0.85);
}
.stroke-btn-hover\/90 {
  stroke: rgb(0 7 17 / 0.9);
}
.stroke-btn-hover\/95 {
  stroke: rgb(0 7 17 / 0.95);
}
.stroke-btn-text {
  stroke: #F3F3F3;
}
.stroke-btn-text\/0 {
  stroke: rgb(243 243 243 / 0);
}
.stroke-btn-text\/10 {
  stroke: rgb(243 243 243 / 0.1);
}
.stroke-btn-text\/100 {
  stroke: rgb(243 243 243 / 1);
}
.stroke-btn-text\/15 {
  stroke: rgb(243 243 243 / 0.15);
}
.stroke-btn-text\/20 {
  stroke: rgb(243 243 243 / 0.2);
}
.stroke-btn-text\/25 {
  stroke: rgb(243 243 243 / 0.25);
}
.stroke-btn-text\/30 {
  stroke: rgb(243 243 243 / 0.3);
}
.stroke-btn-text\/35 {
  stroke: rgb(243 243 243 / 0.35);
}
.stroke-btn-text\/40 {
  stroke: rgb(243 243 243 / 0.4);
}
.stroke-btn-text\/45 {
  stroke: rgb(243 243 243 / 0.45);
}
.stroke-btn-text\/5 {
  stroke: rgb(243 243 243 / 0.05);
}
.stroke-btn-text\/50 {
  stroke: rgb(243 243 243 / 0.5);
}
.stroke-btn-text\/55 {
  stroke: rgb(243 243 243 / 0.55);
}
.stroke-btn-text\/60 {
  stroke: rgb(243 243 243 / 0.6);
}
.stroke-btn-text\/65 {
  stroke: rgb(243 243 243 / 0.65);
}
.stroke-btn-text\/70 {
  stroke: rgb(243 243 243 / 0.7);
}
.stroke-btn-text\/75 {
  stroke: rgb(243 243 243 / 0.75);
}
.stroke-btn-text\/80 {
  stroke: rgb(243 243 243 / 0.8);
}
.stroke-btn-text\/85 {
  stroke: rgb(243 243 243 / 0.85);
}
.stroke-btn-text\/90 {
  stroke: rgb(243 243 243 / 0.9);
}
.stroke-btn-text\/95 {
  stroke: rgb(243 243 243 / 0.95);
}
.stroke-fill-disabled {
  stroke: #fafafa;
}
.stroke-fill-disabled\/0 {
  stroke: rgb(250 250 250 / 0);
}
.stroke-fill-disabled\/10 {
  stroke: rgb(250 250 250 / 0.1);
}
.stroke-fill-disabled\/100 {
  stroke: rgb(250 250 250 / 1);
}
.stroke-fill-disabled\/15 {
  stroke: rgb(250 250 250 / 0.15);
}
.stroke-fill-disabled\/20 {
  stroke: rgb(250 250 250 / 0.2);
}
.stroke-fill-disabled\/25 {
  stroke: rgb(250 250 250 / 0.25);
}
.stroke-fill-disabled\/30 {
  stroke: rgb(250 250 250 / 0.3);
}
.stroke-fill-disabled\/35 {
  stroke: rgb(250 250 250 / 0.35);
}
.stroke-fill-disabled\/40 {
  stroke: rgb(250 250 250 / 0.4);
}
.stroke-fill-disabled\/45 {
  stroke: rgb(250 250 250 / 0.45);
}
.stroke-fill-disabled\/5 {
  stroke: rgb(250 250 250 / 0.05);
}
.stroke-fill-disabled\/50 {
  stroke: rgb(250 250 250 / 0.5);
}
.stroke-fill-disabled\/55 {
  stroke: rgb(250 250 250 / 0.55);
}
.stroke-fill-disabled\/60 {
  stroke: rgb(250 250 250 / 0.6);
}
.stroke-fill-disabled\/65 {
  stroke: rgb(250 250 250 / 0.65);
}
.stroke-fill-disabled\/70 {
  stroke: rgb(250 250 250 / 0.7);
}
.stroke-fill-disabled\/75 {
  stroke: rgb(250 250 250 / 0.75);
}
.stroke-fill-disabled\/80 {
  stroke: rgb(250 250 250 / 0.8);
}
.stroke-fill-disabled\/85 {
  stroke: rgb(250 250 250 / 0.85);
}
.stroke-fill-disabled\/90 {
  stroke: rgb(250 250 250 / 0.9);
}
.stroke-fill-disabled\/95 {
  stroke: rgb(250 250 250 / 0.95);
}
.stroke-fill-primary {
  stroke: #EEF6F8;
}
.stroke-fill-primary\/0 {
  stroke: rgb(238 246 248 / 0);
}
.stroke-fill-primary\/10 {
  stroke: rgb(238 246 248 / 0.1);
}
.stroke-fill-primary\/100 {
  stroke: rgb(238 246 248 / 1);
}
.stroke-fill-primary\/15 {
  stroke: rgb(238 246 248 / 0.15);
}
.stroke-fill-primary\/20 {
  stroke: rgb(238 246 248 / 0.2);
}
.stroke-fill-primary\/25 {
  stroke: rgb(238 246 248 / 0.25);
}
.stroke-fill-primary\/30 {
  stroke: rgb(238 246 248 / 0.3);
}
.stroke-fill-primary\/35 {
  stroke: rgb(238 246 248 / 0.35);
}
.stroke-fill-primary\/40 {
  stroke: rgb(238 246 248 / 0.4);
}
.stroke-fill-primary\/45 {
  stroke: rgb(238 246 248 / 0.45);
}
.stroke-fill-primary\/5 {
  stroke: rgb(238 246 248 / 0.05);
}
.stroke-fill-primary\/50 {
  stroke: rgb(238 246 248 / 0.5);
}
.stroke-fill-primary\/55 {
  stroke: rgb(238 246 248 / 0.55);
}
.stroke-fill-primary\/60 {
  stroke: rgb(238 246 248 / 0.6);
}
.stroke-fill-primary\/65 {
  stroke: rgb(238 246 248 / 0.65);
}
.stroke-fill-primary\/70 {
  stroke: rgb(238 246 248 / 0.7);
}
.stroke-fill-primary\/75 {
  stroke: rgb(238 246 248 / 0.75);
}
.stroke-fill-primary\/80 {
  stroke: rgb(238 246 248 / 0.8);
}
.stroke-fill-primary\/85 {
  stroke: rgb(238 246 248 / 0.85);
}
.stroke-fill-primary\/90 {
  stroke: rgb(238 246 248 / 0.9);
}
.stroke-fill-primary\/95 {
  stroke: rgb(238 246 248 / 0.95);
}
.stroke-fill-secondary {
  stroke: #FFFFFF;
}
.stroke-fill-secondary\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-fill-secondary\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-fill-secondary\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-fill-secondary\/15 {
  stroke: rgb(255 255 255 / 0.15);
}
.stroke-fill-secondary\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-fill-secondary\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-fill-secondary\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-fill-secondary\/35 {
  stroke: rgb(255 255 255 / 0.35);
}
.stroke-fill-secondary\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-fill-secondary\/45 {
  stroke: rgb(255 255 255 / 0.45);
}
.stroke-fill-secondary\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-fill-secondary\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-fill-secondary\/55 {
  stroke: rgb(255 255 255 / 0.55);
}
.stroke-fill-secondary\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-fill-secondary\/65 {
  stroke: rgb(255 255 255 / 0.65);
}
.stroke-fill-secondary\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-fill-secondary\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-fill-secondary\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-fill-secondary\/85 {
  stroke: rgb(255 255 255 / 0.85);
}
.stroke-fill-secondary\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-fill-secondary\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-white {
  stroke: #fff;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.25rem_0\.5rem\] {
  padding: 0.25rem 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-base {
  font-size: 1rem;
  line-height: 1.625rem;
}
.text-h3 {
  font-size: 1.375rem;
  line-height: 1.9375rem;
}
.text-h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.9375rem;
}
.text-none {
  font-size: 0;
  line-height: 1;
}
.text-sm {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-tight {
  line-height: 1.25;
}
.text-accent-blue-primary {
  --tw-text-opacity: 1;
  color: rgb(0 37 89 / var(--tw-text-opacity, 1));
}
.text-btn-active {
  --tw-text-opacity: 1;
  color: rgb(102 124 156 / var(--tw-text-opacity, 1));
}
.text-btn-active\/0 {
  color: rgb(102 124 156 / 0);
}
.text-btn-active\/10 {
  color: rgb(102 124 156 / 0.1);
}
.text-btn-active\/100 {
  color: rgb(102 124 156 / 1);
}
.text-btn-active\/15 {
  color: rgb(102 124 156 / 0.15);
}
.text-btn-active\/20 {
  color: rgb(102 124 156 / 0.2);
}
.text-btn-active\/25 {
  color: rgb(102 124 156 / 0.25);
}
.text-btn-active\/30 {
  color: rgb(102 124 156 / 0.3);
}
.text-btn-active\/35 {
  color: rgb(102 124 156 / 0.35);
}
.text-btn-active\/40 {
  color: rgb(102 124 156 / 0.4);
}
.text-btn-active\/45 {
  color: rgb(102 124 156 / 0.45);
}
.text-btn-active\/5 {
  color: rgb(102 124 156 / 0.05);
}
.text-btn-active\/50 {
  color: rgb(102 124 156 / 0.5);
}
.text-btn-active\/55 {
  color: rgb(102 124 156 / 0.55);
}
.text-btn-active\/60 {
  color: rgb(102 124 156 / 0.6);
}
.text-btn-active\/65 {
  color: rgb(102 124 156 / 0.65);
}
.text-btn-active\/70 {
  color: rgb(102 124 156 / 0.7);
}
.text-btn-active\/75 {
  color: rgb(102 124 156 / 0.75);
}
.text-btn-active\/80 {
  color: rgb(102 124 156 / 0.8);
}
.text-btn-active\/85 {
  color: rgb(102 124 156 / 0.85);
}
.text-btn-active\/90 {
  color: rgb(102 124 156 / 0.9);
}
.text-btn-active\/95 {
  color: rgb(102 124 156 / 0.95);
}
.text-btn-disabled {
  --tw-text-opacity: 1;
  color: rgb(228 234 243 / var(--tw-text-opacity, 1));
}
.text-btn-disabled\/0 {
  color: rgb(228 234 243 / 0);
}
.text-btn-disabled\/10 {
  color: rgb(228 234 243 / 0.1);
}
.text-btn-disabled\/100 {
  color: rgb(228 234 243 / 1);
}
.text-btn-disabled\/15 {
  color: rgb(228 234 243 / 0.15);
}
.text-btn-disabled\/20 {
  color: rgb(228 234 243 / 0.2);
}
.text-btn-disabled\/25 {
  color: rgb(228 234 243 / 0.25);
}
.text-btn-disabled\/30 {
  color: rgb(228 234 243 / 0.3);
}
.text-btn-disabled\/35 {
  color: rgb(228 234 243 / 0.35);
}
.text-btn-disabled\/40 {
  color: rgb(228 234 243 / 0.4);
}
.text-btn-disabled\/45 {
  color: rgb(228 234 243 / 0.45);
}
.text-btn-disabled\/5 {
  color: rgb(228 234 243 / 0.05);
}
.text-btn-disabled\/50 {
  color: rgb(228 234 243 / 0.5);
}
.text-btn-disabled\/55 {
  color: rgb(228 234 243 / 0.55);
}
.text-btn-disabled\/60 {
  color: rgb(228 234 243 / 0.6);
}
.text-btn-disabled\/65 {
  color: rgb(228 234 243 / 0.65);
}
.text-btn-disabled\/70 {
  color: rgb(228 234 243 / 0.7);
}
.text-btn-disabled\/75 {
  color: rgb(228 234 243 / 0.75);
}
.text-btn-disabled\/80 {
  color: rgb(228 234 243 / 0.8);
}
.text-btn-disabled\/85 {
  color: rgb(228 234 243 / 0.85);
}
.text-btn-disabled\/90 {
  color: rgb(228 234 243 / 0.9);
}
.text-btn-disabled\/95 {
  color: rgb(228 234 243 / 0.95);
}
.text-btn-hover {
  --tw-text-opacity: 1;
  color: rgb(0 7 17 / var(--tw-text-opacity, 1));
}
.text-btn-hover\/0 {
  color: rgb(0 7 17 / 0);
}
.text-btn-hover\/10 {
  color: rgb(0 7 17 / 0.1);
}
.text-btn-hover\/100 {
  color: rgb(0 7 17 / 1);
}
.text-btn-hover\/15 {
  color: rgb(0 7 17 / 0.15);
}
.text-btn-hover\/20 {
  color: rgb(0 7 17 / 0.2);
}
.text-btn-hover\/25 {
  color: rgb(0 7 17 / 0.25);
}
.text-btn-hover\/30 {
  color: rgb(0 7 17 / 0.3);
}
.text-btn-hover\/35 {
  color: rgb(0 7 17 / 0.35);
}
.text-btn-hover\/40 {
  color: rgb(0 7 17 / 0.4);
}
.text-btn-hover\/45 {
  color: rgb(0 7 17 / 0.45);
}
.text-btn-hover\/5 {
  color: rgb(0 7 17 / 0.05);
}
.text-btn-hover\/50 {
  color: rgb(0 7 17 / 0.5);
}
.text-btn-hover\/55 {
  color: rgb(0 7 17 / 0.55);
}
.text-btn-hover\/60 {
  color: rgb(0 7 17 / 0.6);
}
.text-btn-hover\/65 {
  color: rgb(0 7 17 / 0.65);
}
.text-btn-hover\/70 {
  color: rgb(0 7 17 / 0.7);
}
.text-btn-hover\/75 {
  color: rgb(0 7 17 / 0.75);
}
.text-btn-hover\/80 {
  color: rgb(0 7 17 / 0.8);
}
.text-btn-hover\/85 {
  color: rgb(0 7 17 / 0.85);
}
.text-btn-hover\/90 {
  color: rgb(0 7 17 / 0.9);
}
.text-btn-hover\/95 {
  color: rgb(0 7 17 / 0.95);
}
.text-btn-text {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
}
.text-btn-text\/0 {
  color: rgb(243 243 243 / 0);
}
.text-btn-text\/10 {
  color: rgb(243 243 243 / 0.1);
}
.text-btn-text\/100 {
  color: rgb(243 243 243 / 1);
}
.text-btn-text\/15 {
  color: rgb(243 243 243 / 0.15);
}
.text-btn-text\/20 {
  color: rgb(243 243 243 / 0.2);
}
.text-btn-text\/25 {
  color: rgb(243 243 243 / 0.25);
}
.text-btn-text\/30 {
  color: rgb(243 243 243 / 0.3);
}
.text-btn-text\/35 {
  color: rgb(243 243 243 / 0.35);
}
.text-btn-text\/40 {
  color: rgb(243 243 243 / 0.4);
}
.text-btn-text\/45 {
  color: rgb(243 243 243 / 0.45);
}
.text-btn-text\/5 {
  color: rgb(243 243 243 / 0.05);
}
.text-btn-text\/50 {
  color: rgb(243 243 243 / 0.5);
}
.text-btn-text\/55 {
  color: rgb(243 243 243 / 0.55);
}
.text-btn-text\/60 {
  color: rgb(243 243 243 / 0.6);
}
.text-btn-text\/65 {
  color: rgb(243 243 243 / 0.65);
}
.text-btn-text\/70 {
  color: rgb(243 243 243 / 0.7);
}
.text-btn-text\/75 {
  color: rgb(243 243 243 / 0.75);
}
.text-btn-text\/80 {
  color: rgb(243 243 243 / 0.8);
}
.text-btn-text\/85 {
  color: rgb(243 243 243 / 0.85);
}
.text-btn-text\/90 {
  color: rgb(243 243 243 / 0.9);
}
.text-btn-text\/95 {
  color: rgb(243 243 243 / 0.95);
}
.text-fill-disabled {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-fill-disabled\/0 {
  color: rgb(250 250 250 / 0);
}
.text-fill-disabled\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-fill-disabled\/100 {
  color: rgb(250 250 250 / 1);
}
.text-fill-disabled\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-fill-disabled\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-fill-disabled\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-fill-disabled\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-fill-disabled\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-fill-disabled\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-fill-disabled\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-fill-disabled\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-fill-disabled\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-fill-disabled\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-fill-disabled\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-fill-disabled\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-fill-disabled\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-fill-disabled\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-fill-disabled\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-fill-disabled\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-fill-disabled\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-fill-disabled\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-fill-primary {
  --tw-text-opacity: 1;
  color: rgb(238 246 248 / var(--tw-text-opacity, 1));
}
.text-fill-primary\/0 {
  color: rgb(238 246 248 / 0);
}
.text-fill-primary\/10 {
  color: rgb(238 246 248 / 0.1);
}
.text-fill-primary\/100 {
  color: rgb(238 246 248 / 1);
}
.text-fill-primary\/15 {
  color: rgb(238 246 248 / 0.15);
}
.text-fill-primary\/20 {
  color: rgb(238 246 248 / 0.2);
}
.text-fill-primary\/25 {
  color: rgb(238 246 248 / 0.25);
}
.text-fill-primary\/30 {
  color: rgb(238 246 248 / 0.3);
}
.text-fill-primary\/35 {
  color: rgb(238 246 248 / 0.35);
}
.text-fill-primary\/40 {
  color: rgb(238 246 248 / 0.4);
}
.text-fill-primary\/45 {
  color: rgb(238 246 248 / 0.45);
}
.text-fill-primary\/5 {
  color: rgb(238 246 248 / 0.05);
}
.text-fill-primary\/50 {
  color: rgb(238 246 248 / 0.5);
}
.text-fill-primary\/55 {
  color: rgb(238 246 248 / 0.55);
}
.text-fill-primary\/60 {
  color: rgb(238 246 248 / 0.6);
}
.text-fill-primary\/65 {
  color: rgb(238 246 248 / 0.65);
}
.text-fill-primary\/70 {
  color: rgb(238 246 248 / 0.7);
}
.text-fill-primary\/75 {
  color: rgb(238 246 248 / 0.75);
}
.text-fill-primary\/80 {
  color: rgb(238 246 248 / 0.8);
}
.text-fill-primary\/85 {
  color: rgb(238 246 248 / 0.85);
}
.text-fill-primary\/90 {
  color: rgb(238 246 248 / 0.9);
}
.text-fill-primary\/95 {
  color: rgb(238 246 248 / 0.95);
}
.text-fill-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-fill-secondary\/0 {
  color: rgb(255 255 255 / 0);
}
.text-fill-secondary\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-fill-secondary\/100 {
  color: rgb(255 255 255 / 1);
}
.text-fill-secondary\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-fill-secondary\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-fill-secondary\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-fill-secondary\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-fill-secondary\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-fill-secondary\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-fill-secondary\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-fill-secondary\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-fill-secondary\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-fill-secondary\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-fill-secondary\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-fill-secondary\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-fill-secondary\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-fill-secondary\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-fill-secondary\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-fill-secondary\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-fill-secondary\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-fill-secondary\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-neutral-primary {
  --tw-text-opacity: 1;
  color: rgb(0 7 17 / var(--tw-text-opacity, 1));
}
.text-neutral-secondary {
  --tw-text-opacity: 1;
  color: rgb(42 45 49 / var(--tw-text-opacity, 1));
}
.text-neutral-tertiary {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity, 1));
}
.decoration-btn-active {
  text-decoration-color: #667C9C;
}
.decoration-btn-active\/0 {
  text-decoration-color: rgb(102 124 156 / 0);
}
.decoration-btn-active\/10 {
  text-decoration-color: rgb(102 124 156 / 0.1);
}
.decoration-btn-active\/100 {
  text-decoration-color: rgb(102 124 156 / 1);
}
.decoration-btn-active\/15 {
  text-decoration-color: rgb(102 124 156 / 0.15);
}
.decoration-btn-active\/20 {
  text-decoration-color: rgb(102 124 156 / 0.2);
}
.decoration-btn-active\/25 {
  text-decoration-color: rgb(102 124 156 / 0.25);
}
.decoration-btn-active\/30 {
  text-decoration-color: rgb(102 124 156 / 0.3);
}
.decoration-btn-active\/35 {
  text-decoration-color: rgb(102 124 156 / 0.35);
}
.decoration-btn-active\/40 {
  text-decoration-color: rgb(102 124 156 / 0.4);
}
.decoration-btn-active\/45 {
  text-decoration-color: rgb(102 124 156 / 0.45);
}
.decoration-btn-active\/5 {
  text-decoration-color: rgb(102 124 156 / 0.05);
}
.decoration-btn-active\/50 {
  text-decoration-color: rgb(102 124 156 / 0.5);
}
.decoration-btn-active\/55 {
  text-decoration-color: rgb(102 124 156 / 0.55);
}
.decoration-btn-active\/60 {
  text-decoration-color: rgb(102 124 156 / 0.6);
}
.decoration-btn-active\/65 {
  text-decoration-color: rgb(102 124 156 / 0.65);
}
.decoration-btn-active\/70 {
  text-decoration-color: rgb(102 124 156 / 0.7);
}
.decoration-btn-active\/75 {
  text-decoration-color: rgb(102 124 156 / 0.75);
}
.decoration-btn-active\/80 {
  text-decoration-color: rgb(102 124 156 / 0.8);
}
.decoration-btn-active\/85 {
  text-decoration-color: rgb(102 124 156 / 0.85);
}
.decoration-btn-active\/90 {
  text-decoration-color: rgb(102 124 156 / 0.9);
}
.decoration-btn-active\/95 {
  text-decoration-color: rgb(102 124 156 / 0.95);
}
.decoration-btn-disabled {
  text-decoration-color: #E4EAF3;
}
.decoration-btn-disabled\/0 {
  text-decoration-color: rgb(228 234 243 / 0);
}
.decoration-btn-disabled\/10 {
  text-decoration-color: rgb(228 234 243 / 0.1);
}
.decoration-btn-disabled\/100 {
  text-decoration-color: rgb(228 234 243 / 1);
}
.decoration-btn-disabled\/15 {
  text-decoration-color: rgb(228 234 243 / 0.15);
}
.decoration-btn-disabled\/20 {
  text-decoration-color: rgb(228 234 243 / 0.2);
}
.decoration-btn-disabled\/25 {
  text-decoration-color: rgb(228 234 243 / 0.25);
}
.decoration-btn-disabled\/30 {
  text-decoration-color: rgb(228 234 243 / 0.3);
}
.decoration-btn-disabled\/35 {
  text-decoration-color: rgb(228 234 243 / 0.35);
}
.decoration-btn-disabled\/40 {
  text-decoration-color: rgb(228 234 243 / 0.4);
}
.decoration-btn-disabled\/45 {
  text-decoration-color: rgb(228 234 243 / 0.45);
}
.decoration-btn-disabled\/5 {
  text-decoration-color: rgb(228 234 243 / 0.05);
}
.decoration-btn-disabled\/50 {
  text-decoration-color: rgb(228 234 243 / 0.5);
}
.decoration-btn-disabled\/55 {
  text-decoration-color: rgb(228 234 243 / 0.55);
}
.decoration-btn-disabled\/60 {
  text-decoration-color: rgb(228 234 243 / 0.6);
}
.decoration-btn-disabled\/65 {
  text-decoration-color: rgb(228 234 243 / 0.65);
}
.decoration-btn-disabled\/70 {
  text-decoration-color: rgb(228 234 243 / 0.7);
}
.decoration-btn-disabled\/75 {
  text-decoration-color: rgb(228 234 243 / 0.75);
}
.decoration-btn-disabled\/80 {
  text-decoration-color: rgb(228 234 243 / 0.8);
}
.decoration-btn-disabled\/85 {
  text-decoration-color: rgb(228 234 243 / 0.85);
}
.decoration-btn-disabled\/90 {
  text-decoration-color: rgb(228 234 243 / 0.9);
}
.decoration-btn-disabled\/95 {
  text-decoration-color: rgb(228 234 243 / 0.95);
}
.decoration-btn-hover {
  text-decoration-color: #000711;
}
.decoration-btn-hover\/0 {
  text-decoration-color: rgb(0 7 17 / 0);
}
.decoration-btn-hover\/10 {
  text-decoration-color: rgb(0 7 17 / 0.1);
}
.decoration-btn-hover\/100 {
  text-decoration-color: rgb(0 7 17 / 1);
}
.decoration-btn-hover\/15 {
  text-decoration-color: rgb(0 7 17 / 0.15);
}
.decoration-btn-hover\/20 {
  text-decoration-color: rgb(0 7 17 / 0.2);
}
.decoration-btn-hover\/25 {
  text-decoration-color: rgb(0 7 17 / 0.25);
}
.decoration-btn-hover\/30 {
  text-decoration-color: rgb(0 7 17 / 0.3);
}
.decoration-btn-hover\/35 {
  text-decoration-color: rgb(0 7 17 / 0.35);
}
.decoration-btn-hover\/40 {
  text-decoration-color: rgb(0 7 17 / 0.4);
}
.decoration-btn-hover\/45 {
  text-decoration-color: rgb(0 7 17 / 0.45);
}
.decoration-btn-hover\/5 {
  text-decoration-color: rgb(0 7 17 / 0.05);
}
.decoration-btn-hover\/50 {
  text-decoration-color: rgb(0 7 17 / 0.5);
}
.decoration-btn-hover\/55 {
  text-decoration-color: rgb(0 7 17 / 0.55);
}
.decoration-btn-hover\/60 {
  text-decoration-color: rgb(0 7 17 / 0.6);
}
.decoration-btn-hover\/65 {
  text-decoration-color: rgb(0 7 17 / 0.65);
}
.decoration-btn-hover\/70 {
  text-decoration-color: rgb(0 7 17 / 0.7);
}
.decoration-btn-hover\/75 {
  text-decoration-color: rgb(0 7 17 / 0.75);
}
.decoration-btn-hover\/80 {
  text-decoration-color: rgb(0 7 17 / 0.8);
}
.decoration-btn-hover\/85 {
  text-decoration-color: rgb(0 7 17 / 0.85);
}
.decoration-btn-hover\/90 {
  text-decoration-color: rgb(0 7 17 / 0.9);
}
.decoration-btn-hover\/95 {
  text-decoration-color: rgb(0 7 17 / 0.95);
}
.decoration-btn-text {
  text-decoration-color: #F3F3F3;
}
.decoration-btn-text\/0 {
  text-decoration-color: rgb(243 243 243 / 0);
}
.decoration-btn-text\/10 {
  text-decoration-color: rgb(243 243 243 / 0.1);
}
.decoration-btn-text\/100 {
  text-decoration-color: rgb(243 243 243 / 1);
}
.decoration-btn-text\/15 {
  text-decoration-color: rgb(243 243 243 / 0.15);
}
.decoration-btn-text\/20 {
  text-decoration-color: rgb(243 243 243 / 0.2);
}
.decoration-btn-text\/25 {
  text-decoration-color: rgb(243 243 243 / 0.25);
}
.decoration-btn-text\/30 {
  text-decoration-color: rgb(243 243 243 / 0.3);
}
.decoration-btn-text\/35 {
  text-decoration-color: rgb(243 243 243 / 0.35);
}
.decoration-btn-text\/40 {
  text-decoration-color: rgb(243 243 243 / 0.4);
}
.decoration-btn-text\/45 {
  text-decoration-color: rgb(243 243 243 / 0.45);
}
.decoration-btn-text\/5 {
  text-decoration-color: rgb(243 243 243 / 0.05);
}
.decoration-btn-text\/50 {
  text-decoration-color: rgb(243 243 243 / 0.5);
}
.decoration-btn-text\/55 {
  text-decoration-color: rgb(243 243 243 / 0.55);
}
.decoration-btn-text\/60 {
  text-decoration-color: rgb(243 243 243 / 0.6);
}
.decoration-btn-text\/65 {
  text-decoration-color: rgb(243 243 243 / 0.65);
}
.decoration-btn-text\/70 {
  text-decoration-color: rgb(243 243 243 / 0.7);
}
.decoration-btn-text\/75 {
  text-decoration-color: rgb(243 243 243 / 0.75);
}
.decoration-btn-text\/80 {
  text-decoration-color: rgb(243 243 243 / 0.8);
}
.decoration-btn-text\/85 {
  text-decoration-color: rgb(243 243 243 / 0.85);
}
.decoration-btn-text\/90 {
  text-decoration-color: rgb(243 243 243 / 0.9);
}
.decoration-btn-text\/95 {
  text-decoration-color: rgb(243 243 243 / 0.95);
}
.decoration-fill-disabled {
  text-decoration-color: #fafafa;
}
.decoration-fill-disabled\/0 {
  text-decoration-color: rgb(250 250 250 / 0);
}
.decoration-fill-disabled\/10 {
  text-decoration-color: rgb(250 250 250 / 0.1);
}
.decoration-fill-disabled\/100 {
  text-decoration-color: rgb(250 250 250 / 1);
}
.decoration-fill-disabled\/15 {
  text-decoration-color: rgb(250 250 250 / 0.15);
}
.decoration-fill-disabled\/20 {
  text-decoration-color: rgb(250 250 250 / 0.2);
}
.decoration-fill-disabled\/25 {
  text-decoration-color: rgb(250 250 250 / 0.25);
}
.decoration-fill-disabled\/30 {
  text-decoration-color: rgb(250 250 250 / 0.3);
}
.decoration-fill-disabled\/35 {
  text-decoration-color: rgb(250 250 250 / 0.35);
}
.decoration-fill-disabled\/40 {
  text-decoration-color: rgb(250 250 250 / 0.4);
}
.decoration-fill-disabled\/45 {
  text-decoration-color: rgb(250 250 250 / 0.45);
}
.decoration-fill-disabled\/5 {
  text-decoration-color: rgb(250 250 250 / 0.05);
}
.decoration-fill-disabled\/50 {
  text-decoration-color: rgb(250 250 250 / 0.5);
}
.decoration-fill-disabled\/55 {
  text-decoration-color: rgb(250 250 250 / 0.55);
}
.decoration-fill-disabled\/60 {
  text-decoration-color: rgb(250 250 250 / 0.6);
}
.decoration-fill-disabled\/65 {
  text-decoration-color: rgb(250 250 250 / 0.65);
}
.decoration-fill-disabled\/70 {
  text-decoration-color: rgb(250 250 250 / 0.7);
}
.decoration-fill-disabled\/75 {
  text-decoration-color: rgb(250 250 250 / 0.75);
}
.decoration-fill-disabled\/80 {
  text-decoration-color: rgb(250 250 250 / 0.8);
}
.decoration-fill-disabled\/85 {
  text-decoration-color: rgb(250 250 250 / 0.85);
}
.decoration-fill-disabled\/90 {
  text-decoration-color: rgb(250 250 250 / 0.9);
}
.decoration-fill-disabled\/95 {
  text-decoration-color: rgb(250 250 250 / 0.95);
}
.decoration-fill-primary {
  text-decoration-color: #EEF6F8;
}
.decoration-fill-primary\/0 {
  text-decoration-color: rgb(238 246 248 / 0);
}
.decoration-fill-primary\/10 {
  text-decoration-color: rgb(238 246 248 / 0.1);
}
.decoration-fill-primary\/100 {
  text-decoration-color: rgb(238 246 248 / 1);
}
.decoration-fill-primary\/15 {
  text-decoration-color: rgb(238 246 248 / 0.15);
}
.decoration-fill-primary\/20 {
  text-decoration-color: rgb(238 246 248 / 0.2);
}
.decoration-fill-primary\/25 {
  text-decoration-color: rgb(238 246 248 / 0.25);
}
.decoration-fill-primary\/30 {
  text-decoration-color: rgb(238 246 248 / 0.3);
}
.decoration-fill-primary\/35 {
  text-decoration-color: rgb(238 246 248 / 0.35);
}
.decoration-fill-primary\/40 {
  text-decoration-color: rgb(238 246 248 / 0.4);
}
.decoration-fill-primary\/45 {
  text-decoration-color: rgb(238 246 248 / 0.45);
}
.decoration-fill-primary\/5 {
  text-decoration-color: rgb(238 246 248 / 0.05);
}
.decoration-fill-primary\/50 {
  text-decoration-color: rgb(238 246 248 / 0.5);
}
.decoration-fill-primary\/55 {
  text-decoration-color: rgb(238 246 248 / 0.55);
}
.decoration-fill-primary\/60 {
  text-decoration-color: rgb(238 246 248 / 0.6);
}
.decoration-fill-primary\/65 {
  text-decoration-color: rgb(238 246 248 / 0.65);
}
.decoration-fill-primary\/70 {
  text-decoration-color: rgb(238 246 248 / 0.7);
}
.decoration-fill-primary\/75 {
  text-decoration-color: rgb(238 246 248 / 0.75);
}
.decoration-fill-primary\/80 {
  text-decoration-color: rgb(238 246 248 / 0.8);
}
.decoration-fill-primary\/85 {
  text-decoration-color: rgb(238 246 248 / 0.85);
}
.decoration-fill-primary\/90 {
  text-decoration-color: rgb(238 246 248 / 0.9);
}
.decoration-fill-primary\/95 {
  text-decoration-color: rgb(238 246 248 / 0.95);
}
.decoration-fill-secondary {
  text-decoration-color: #FFFFFF;
}
.decoration-fill-secondary\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-fill-secondary\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-fill-secondary\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-fill-secondary\/15 {
  text-decoration-color: rgb(255 255 255 / 0.15);
}
.decoration-fill-secondary\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-fill-secondary\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-fill-secondary\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-fill-secondary\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35);
}
.decoration-fill-secondary\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-fill-secondary\/45 {
  text-decoration-color: rgb(255 255 255 / 0.45);
}
.decoration-fill-secondary\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-fill-secondary\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-fill-secondary\/55 {
  text-decoration-color: rgb(255 255 255 / 0.55);
}
.decoration-fill-secondary\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-fill-secondary\/65 {
  text-decoration-color: rgb(255 255 255 / 0.65);
}
.decoration-fill-secondary\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-fill-secondary\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-fill-secondary\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-fill-secondary\/85 {
  text-decoration-color: rgb(255 255 255 / 0.85);
}
.decoration-fill-secondary\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-fill-secondary\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.placeholder-btn-active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 124 156 / var(--tw-placeholder-opacity, 1));
}
.placeholder-btn-active\/0::placeholder {
  color: rgb(102 124 156 / 0);
}
.placeholder-btn-active\/10::placeholder {
  color: rgb(102 124 156 / 0.1);
}
.placeholder-btn-active\/100::placeholder {
  color: rgb(102 124 156 / 1);
}
.placeholder-btn-active\/15::placeholder {
  color: rgb(102 124 156 / 0.15);
}
.placeholder-btn-active\/20::placeholder {
  color: rgb(102 124 156 / 0.2);
}
.placeholder-btn-active\/25::placeholder {
  color: rgb(102 124 156 / 0.25);
}
.placeholder-btn-active\/30::placeholder {
  color: rgb(102 124 156 / 0.3);
}
.placeholder-btn-active\/35::placeholder {
  color: rgb(102 124 156 / 0.35);
}
.placeholder-btn-active\/40::placeholder {
  color: rgb(102 124 156 / 0.4);
}
.placeholder-btn-active\/45::placeholder {
  color: rgb(102 124 156 / 0.45);
}
.placeholder-btn-active\/5::placeholder {
  color: rgb(102 124 156 / 0.05);
}
.placeholder-btn-active\/50::placeholder {
  color: rgb(102 124 156 / 0.5);
}
.placeholder-btn-active\/55::placeholder {
  color: rgb(102 124 156 / 0.55);
}
.placeholder-btn-active\/60::placeholder {
  color: rgb(102 124 156 / 0.6);
}
.placeholder-btn-active\/65::placeholder {
  color: rgb(102 124 156 / 0.65);
}
.placeholder-btn-active\/70::placeholder {
  color: rgb(102 124 156 / 0.7);
}
.placeholder-btn-active\/75::placeholder {
  color: rgb(102 124 156 / 0.75);
}
.placeholder-btn-active\/80::placeholder {
  color: rgb(102 124 156 / 0.8);
}
.placeholder-btn-active\/85::placeholder {
  color: rgb(102 124 156 / 0.85);
}
.placeholder-btn-active\/90::placeholder {
  color: rgb(102 124 156 / 0.9);
}
.placeholder-btn-active\/95::placeholder {
  color: rgb(102 124 156 / 0.95);
}
.placeholder-btn-disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 234 243 / var(--tw-placeholder-opacity, 1));
}
.placeholder-btn-disabled\/0::placeholder {
  color: rgb(228 234 243 / 0);
}
.placeholder-btn-disabled\/10::placeholder {
  color: rgb(228 234 243 / 0.1);
}
.placeholder-btn-disabled\/100::placeholder {
  color: rgb(228 234 243 / 1);
}
.placeholder-btn-disabled\/15::placeholder {
  color: rgb(228 234 243 / 0.15);
}
.placeholder-btn-disabled\/20::placeholder {
  color: rgb(228 234 243 / 0.2);
}
.placeholder-btn-disabled\/25::placeholder {
  color: rgb(228 234 243 / 0.25);
}
.placeholder-btn-disabled\/30::placeholder {
  color: rgb(228 234 243 / 0.3);
}
.placeholder-btn-disabled\/35::placeholder {
  color: rgb(228 234 243 / 0.35);
}
.placeholder-btn-disabled\/40::placeholder {
  color: rgb(228 234 243 / 0.4);
}
.placeholder-btn-disabled\/45::placeholder {
  color: rgb(228 234 243 / 0.45);
}
.placeholder-btn-disabled\/5::placeholder {
  color: rgb(228 234 243 / 0.05);
}
.placeholder-btn-disabled\/50::placeholder {
  color: rgb(228 234 243 / 0.5);
}
.placeholder-btn-disabled\/55::placeholder {
  color: rgb(228 234 243 / 0.55);
}
.placeholder-btn-disabled\/60::placeholder {
  color: rgb(228 234 243 / 0.6);
}
.placeholder-btn-disabled\/65::placeholder {
  color: rgb(228 234 243 / 0.65);
}
.placeholder-btn-disabled\/70::placeholder {
  color: rgb(228 234 243 / 0.7);
}
.placeholder-btn-disabled\/75::placeholder {
  color: rgb(228 234 243 / 0.75);
}
.placeholder-btn-disabled\/80::placeholder {
  color: rgb(228 234 243 / 0.8);
}
.placeholder-btn-disabled\/85::placeholder {
  color: rgb(228 234 243 / 0.85);
}
.placeholder-btn-disabled\/90::placeholder {
  color: rgb(228 234 243 / 0.9);
}
.placeholder-btn-disabled\/95::placeholder {
  color: rgb(228 234 243 / 0.95);
}
.placeholder-btn-hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 7 17 / var(--tw-placeholder-opacity, 1));
}
.placeholder-btn-hover\/0::placeholder {
  color: rgb(0 7 17 / 0);
}
.placeholder-btn-hover\/10::placeholder {
  color: rgb(0 7 17 / 0.1);
}
.placeholder-btn-hover\/100::placeholder {
  color: rgb(0 7 17 / 1);
}
.placeholder-btn-hover\/15::placeholder {
  color: rgb(0 7 17 / 0.15);
}
.placeholder-btn-hover\/20::placeholder {
  color: rgb(0 7 17 / 0.2);
}
.placeholder-btn-hover\/25::placeholder {
  color: rgb(0 7 17 / 0.25);
}
.placeholder-btn-hover\/30::placeholder {
  color: rgb(0 7 17 / 0.3);
}
.placeholder-btn-hover\/35::placeholder {
  color: rgb(0 7 17 / 0.35);
}
.placeholder-btn-hover\/40::placeholder {
  color: rgb(0 7 17 / 0.4);
}
.placeholder-btn-hover\/45::placeholder {
  color: rgb(0 7 17 / 0.45);
}
.placeholder-btn-hover\/5::placeholder {
  color: rgb(0 7 17 / 0.05);
}
.placeholder-btn-hover\/50::placeholder {
  color: rgb(0 7 17 / 0.5);
}
.placeholder-btn-hover\/55::placeholder {
  color: rgb(0 7 17 / 0.55);
}
.placeholder-btn-hover\/60::placeholder {
  color: rgb(0 7 17 / 0.6);
}
.placeholder-btn-hover\/65::placeholder {
  color: rgb(0 7 17 / 0.65);
}
.placeholder-btn-hover\/70::placeholder {
  color: rgb(0 7 17 / 0.7);
}
.placeholder-btn-hover\/75::placeholder {
  color: rgb(0 7 17 / 0.75);
}
.placeholder-btn-hover\/80::placeholder {
  color: rgb(0 7 17 / 0.8);
}
.placeholder-btn-hover\/85::placeholder {
  color: rgb(0 7 17 / 0.85);
}
.placeholder-btn-hover\/90::placeholder {
  color: rgb(0 7 17 / 0.9);
}
.placeholder-btn-hover\/95::placeholder {
  color: rgb(0 7 17 / 0.95);
}
.placeholder-btn-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 243 243 / var(--tw-placeholder-opacity, 1));
}
.placeholder-btn-text\/0::placeholder {
  color: rgb(243 243 243 / 0);
}
.placeholder-btn-text\/10::placeholder {
  color: rgb(243 243 243 / 0.1);
}
.placeholder-btn-text\/100::placeholder {
  color: rgb(243 243 243 / 1);
}
.placeholder-btn-text\/15::placeholder {
  color: rgb(243 243 243 / 0.15);
}
.placeholder-btn-text\/20::placeholder {
  color: rgb(243 243 243 / 0.2);
}
.placeholder-btn-text\/25::placeholder {
  color: rgb(243 243 243 / 0.25);
}
.placeholder-btn-text\/30::placeholder {
  color: rgb(243 243 243 / 0.3);
}
.placeholder-btn-text\/35::placeholder {
  color: rgb(243 243 243 / 0.35);
}
.placeholder-btn-text\/40::placeholder {
  color: rgb(243 243 243 / 0.4);
}
.placeholder-btn-text\/45::placeholder {
  color: rgb(243 243 243 / 0.45);
}
.placeholder-btn-text\/5::placeholder {
  color: rgb(243 243 243 / 0.05);
}
.placeholder-btn-text\/50::placeholder {
  color: rgb(243 243 243 / 0.5);
}
.placeholder-btn-text\/55::placeholder {
  color: rgb(243 243 243 / 0.55);
}
.placeholder-btn-text\/60::placeholder {
  color: rgb(243 243 243 / 0.6);
}
.placeholder-btn-text\/65::placeholder {
  color: rgb(243 243 243 / 0.65);
}
.placeholder-btn-text\/70::placeholder {
  color: rgb(243 243 243 / 0.7);
}
.placeholder-btn-text\/75::placeholder {
  color: rgb(243 243 243 / 0.75);
}
.placeholder-btn-text\/80::placeholder {
  color: rgb(243 243 243 / 0.8);
}
.placeholder-btn-text\/85::placeholder {
  color: rgb(243 243 243 / 0.85);
}
.placeholder-btn-text\/90::placeholder {
  color: rgb(243 243 243 / 0.9);
}
.placeholder-btn-text\/95::placeholder {
  color: rgb(243 243 243 / 0.95);
}
.placeholder-fill-disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fill-disabled\/0::placeholder {
  color: rgb(250 250 250 / 0);
}
.placeholder-fill-disabled\/10::placeholder {
  color: rgb(250 250 250 / 0.1);
}
.placeholder-fill-disabled\/100::placeholder {
  color: rgb(250 250 250 / 1);
}
.placeholder-fill-disabled\/15::placeholder {
  color: rgb(250 250 250 / 0.15);
}
.placeholder-fill-disabled\/20::placeholder {
  color: rgb(250 250 250 / 0.2);
}
.placeholder-fill-disabled\/25::placeholder {
  color: rgb(250 250 250 / 0.25);
}
.placeholder-fill-disabled\/30::placeholder {
  color: rgb(250 250 250 / 0.3);
}
.placeholder-fill-disabled\/35::placeholder {
  color: rgb(250 250 250 / 0.35);
}
.placeholder-fill-disabled\/40::placeholder {
  color: rgb(250 250 250 / 0.4);
}
.placeholder-fill-disabled\/45::placeholder {
  color: rgb(250 250 250 / 0.45);
}
.placeholder-fill-disabled\/5::placeholder {
  color: rgb(250 250 250 / 0.05);
}
.placeholder-fill-disabled\/50::placeholder {
  color: rgb(250 250 250 / 0.5);
}
.placeholder-fill-disabled\/55::placeholder {
  color: rgb(250 250 250 / 0.55);
}
.placeholder-fill-disabled\/60::placeholder {
  color: rgb(250 250 250 / 0.6);
}
.placeholder-fill-disabled\/65::placeholder {
  color: rgb(250 250 250 / 0.65);
}
.placeholder-fill-disabled\/70::placeholder {
  color: rgb(250 250 250 / 0.7);
}
.placeholder-fill-disabled\/75::placeholder {
  color: rgb(250 250 250 / 0.75);
}
.placeholder-fill-disabled\/80::placeholder {
  color: rgb(250 250 250 / 0.8);
}
.placeholder-fill-disabled\/85::placeholder {
  color: rgb(250 250 250 / 0.85);
}
.placeholder-fill-disabled\/90::placeholder {
  color: rgb(250 250 250 / 0.9);
}
.placeholder-fill-disabled\/95::placeholder {
  color: rgb(250 250 250 / 0.95);
}
.placeholder-fill-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 246 248 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fill-primary\/0::placeholder {
  color: rgb(238 246 248 / 0);
}
.placeholder-fill-primary\/10::placeholder {
  color: rgb(238 246 248 / 0.1);
}
.placeholder-fill-primary\/100::placeholder {
  color: rgb(238 246 248 / 1);
}
.placeholder-fill-primary\/15::placeholder {
  color: rgb(238 246 248 / 0.15);
}
.placeholder-fill-primary\/20::placeholder {
  color: rgb(238 246 248 / 0.2);
}
.placeholder-fill-primary\/25::placeholder {
  color: rgb(238 246 248 / 0.25);
}
.placeholder-fill-primary\/30::placeholder {
  color: rgb(238 246 248 / 0.3);
}
.placeholder-fill-primary\/35::placeholder {
  color: rgb(238 246 248 / 0.35);
}
.placeholder-fill-primary\/40::placeholder {
  color: rgb(238 246 248 / 0.4);
}
.placeholder-fill-primary\/45::placeholder {
  color: rgb(238 246 248 / 0.45);
}
.placeholder-fill-primary\/5::placeholder {
  color: rgb(238 246 248 / 0.05);
}
.placeholder-fill-primary\/50::placeholder {
  color: rgb(238 246 248 / 0.5);
}
.placeholder-fill-primary\/55::placeholder {
  color: rgb(238 246 248 / 0.55);
}
.placeholder-fill-primary\/60::placeholder {
  color: rgb(238 246 248 / 0.6);
}
.placeholder-fill-primary\/65::placeholder {
  color: rgb(238 246 248 / 0.65);
}
.placeholder-fill-primary\/70::placeholder {
  color: rgb(238 246 248 / 0.7);
}
.placeholder-fill-primary\/75::placeholder {
  color: rgb(238 246 248 / 0.75);
}
.placeholder-fill-primary\/80::placeholder {
  color: rgb(238 246 248 / 0.8);
}
.placeholder-fill-primary\/85::placeholder {
  color: rgb(238 246 248 / 0.85);
}
.placeholder-fill-primary\/90::placeholder {
  color: rgb(238 246 248 / 0.9);
}
.placeholder-fill-primary\/95::placeholder {
  color: rgb(238 246 248 / 0.95);
}
.placeholder-fill-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-fill-secondary\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-fill-secondary\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-fill-secondary\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-fill-secondary\/15::placeholder {
  color: rgb(255 255 255 / 0.15);
}
.placeholder-fill-secondary\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-fill-secondary\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-fill-secondary\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-fill-secondary\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}
.placeholder-fill-secondary\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-fill-secondary\/45::placeholder {
  color: rgb(255 255 255 / 0.45);
}
.placeholder-fill-secondary\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-fill-secondary\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-fill-secondary\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}
.placeholder-fill-secondary\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-fill-secondary\/65::placeholder {
  color: rgb(255 255 255 / 0.65);
}
.placeholder-fill-secondary\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-fill-secondary\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-fill-secondary\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-fill-secondary\/85::placeholder {
  color: rgb(255 255 255 / 0.85);
}
.placeholder-fill-secondary\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-fill-secondary\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.caret-btn-active {
  caret-color: #667C9C;
}
.caret-btn-active\/0 {
  caret-color: rgb(102 124 156 / 0);
}
.caret-btn-active\/10 {
  caret-color: rgb(102 124 156 / 0.1);
}
.caret-btn-active\/100 {
  caret-color: rgb(102 124 156 / 1);
}
.caret-btn-active\/15 {
  caret-color: rgb(102 124 156 / 0.15);
}
.caret-btn-active\/20 {
  caret-color: rgb(102 124 156 / 0.2);
}
.caret-btn-active\/25 {
  caret-color: rgb(102 124 156 / 0.25);
}
.caret-btn-active\/30 {
  caret-color: rgb(102 124 156 / 0.3);
}
.caret-btn-active\/35 {
  caret-color: rgb(102 124 156 / 0.35);
}
.caret-btn-active\/40 {
  caret-color: rgb(102 124 156 / 0.4);
}
.caret-btn-active\/45 {
  caret-color: rgb(102 124 156 / 0.45);
}
.caret-btn-active\/5 {
  caret-color: rgb(102 124 156 / 0.05);
}
.caret-btn-active\/50 {
  caret-color: rgb(102 124 156 / 0.5);
}
.caret-btn-active\/55 {
  caret-color: rgb(102 124 156 / 0.55);
}
.caret-btn-active\/60 {
  caret-color: rgb(102 124 156 / 0.6);
}
.caret-btn-active\/65 {
  caret-color: rgb(102 124 156 / 0.65);
}
.caret-btn-active\/70 {
  caret-color: rgb(102 124 156 / 0.7);
}
.caret-btn-active\/75 {
  caret-color: rgb(102 124 156 / 0.75);
}
.caret-btn-active\/80 {
  caret-color: rgb(102 124 156 / 0.8);
}
.caret-btn-active\/85 {
  caret-color: rgb(102 124 156 / 0.85);
}
.caret-btn-active\/90 {
  caret-color: rgb(102 124 156 / 0.9);
}
.caret-btn-active\/95 {
  caret-color: rgb(102 124 156 / 0.95);
}
.caret-btn-disabled {
  caret-color: #E4EAF3;
}
.caret-btn-disabled\/0 {
  caret-color: rgb(228 234 243 / 0);
}
.caret-btn-disabled\/10 {
  caret-color: rgb(228 234 243 / 0.1);
}
.caret-btn-disabled\/100 {
  caret-color: rgb(228 234 243 / 1);
}
.caret-btn-disabled\/15 {
  caret-color: rgb(228 234 243 / 0.15);
}
.caret-btn-disabled\/20 {
  caret-color: rgb(228 234 243 / 0.2);
}
.caret-btn-disabled\/25 {
  caret-color: rgb(228 234 243 / 0.25);
}
.caret-btn-disabled\/30 {
  caret-color: rgb(228 234 243 / 0.3);
}
.caret-btn-disabled\/35 {
  caret-color: rgb(228 234 243 / 0.35);
}
.caret-btn-disabled\/40 {
  caret-color: rgb(228 234 243 / 0.4);
}
.caret-btn-disabled\/45 {
  caret-color: rgb(228 234 243 / 0.45);
}
.caret-btn-disabled\/5 {
  caret-color: rgb(228 234 243 / 0.05);
}
.caret-btn-disabled\/50 {
  caret-color: rgb(228 234 243 / 0.5);
}
.caret-btn-disabled\/55 {
  caret-color: rgb(228 234 243 / 0.55);
}
.caret-btn-disabled\/60 {
  caret-color: rgb(228 234 243 / 0.6);
}
.caret-btn-disabled\/65 {
  caret-color: rgb(228 234 243 / 0.65);
}
.caret-btn-disabled\/70 {
  caret-color: rgb(228 234 243 / 0.7);
}
.caret-btn-disabled\/75 {
  caret-color: rgb(228 234 243 / 0.75);
}
.caret-btn-disabled\/80 {
  caret-color: rgb(228 234 243 / 0.8);
}
.caret-btn-disabled\/85 {
  caret-color: rgb(228 234 243 / 0.85);
}
.caret-btn-disabled\/90 {
  caret-color: rgb(228 234 243 / 0.9);
}
.caret-btn-disabled\/95 {
  caret-color: rgb(228 234 243 / 0.95);
}
.caret-btn-hover {
  caret-color: #000711;
}
.caret-btn-hover\/0 {
  caret-color: rgb(0 7 17 / 0);
}
.caret-btn-hover\/10 {
  caret-color: rgb(0 7 17 / 0.1);
}
.caret-btn-hover\/100 {
  caret-color: rgb(0 7 17 / 1);
}
.caret-btn-hover\/15 {
  caret-color: rgb(0 7 17 / 0.15);
}
.caret-btn-hover\/20 {
  caret-color: rgb(0 7 17 / 0.2);
}
.caret-btn-hover\/25 {
  caret-color: rgb(0 7 17 / 0.25);
}
.caret-btn-hover\/30 {
  caret-color: rgb(0 7 17 / 0.3);
}
.caret-btn-hover\/35 {
  caret-color: rgb(0 7 17 / 0.35);
}
.caret-btn-hover\/40 {
  caret-color: rgb(0 7 17 / 0.4);
}
.caret-btn-hover\/45 {
  caret-color: rgb(0 7 17 / 0.45);
}
.caret-btn-hover\/5 {
  caret-color: rgb(0 7 17 / 0.05);
}
.caret-btn-hover\/50 {
  caret-color: rgb(0 7 17 / 0.5);
}
.caret-btn-hover\/55 {
  caret-color: rgb(0 7 17 / 0.55);
}
.caret-btn-hover\/60 {
  caret-color: rgb(0 7 17 / 0.6);
}
.caret-btn-hover\/65 {
  caret-color: rgb(0 7 17 / 0.65);
}
.caret-btn-hover\/70 {
  caret-color: rgb(0 7 17 / 0.7);
}
.caret-btn-hover\/75 {
  caret-color: rgb(0 7 17 / 0.75);
}
.caret-btn-hover\/80 {
  caret-color: rgb(0 7 17 / 0.8);
}
.caret-btn-hover\/85 {
  caret-color: rgb(0 7 17 / 0.85);
}
.caret-btn-hover\/90 {
  caret-color: rgb(0 7 17 / 0.9);
}
.caret-btn-hover\/95 {
  caret-color: rgb(0 7 17 / 0.95);
}
.caret-btn-text {
  caret-color: #F3F3F3;
}
.caret-btn-text\/0 {
  caret-color: rgb(243 243 243 / 0);
}
.caret-btn-text\/10 {
  caret-color: rgb(243 243 243 / 0.1);
}
.caret-btn-text\/100 {
  caret-color: rgb(243 243 243 / 1);
}
.caret-btn-text\/15 {
  caret-color: rgb(243 243 243 / 0.15);
}
.caret-btn-text\/20 {
  caret-color: rgb(243 243 243 / 0.2);
}
.caret-btn-text\/25 {
  caret-color: rgb(243 243 243 / 0.25);
}
.caret-btn-text\/30 {
  caret-color: rgb(243 243 243 / 0.3);
}
.caret-btn-text\/35 {
  caret-color: rgb(243 243 243 / 0.35);
}
.caret-btn-text\/40 {
  caret-color: rgb(243 243 243 / 0.4);
}
.caret-btn-text\/45 {
  caret-color: rgb(243 243 243 / 0.45);
}
.caret-btn-text\/5 {
  caret-color: rgb(243 243 243 / 0.05);
}
.caret-btn-text\/50 {
  caret-color: rgb(243 243 243 / 0.5);
}
.caret-btn-text\/55 {
  caret-color: rgb(243 243 243 / 0.55);
}
.caret-btn-text\/60 {
  caret-color: rgb(243 243 243 / 0.6);
}
.caret-btn-text\/65 {
  caret-color: rgb(243 243 243 / 0.65);
}
.caret-btn-text\/70 {
  caret-color: rgb(243 243 243 / 0.7);
}
.caret-btn-text\/75 {
  caret-color: rgb(243 243 243 / 0.75);
}
.caret-btn-text\/80 {
  caret-color: rgb(243 243 243 / 0.8);
}
.caret-btn-text\/85 {
  caret-color: rgb(243 243 243 / 0.85);
}
.caret-btn-text\/90 {
  caret-color: rgb(243 243 243 / 0.9);
}
.caret-btn-text\/95 {
  caret-color: rgb(243 243 243 / 0.95);
}
.caret-fill-disabled {
  caret-color: #fafafa;
}
.caret-fill-disabled\/0 {
  caret-color: rgb(250 250 250 / 0);
}
.caret-fill-disabled\/10 {
  caret-color: rgb(250 250 250 / 0.1);
}
.caret-fill-disabled\/100 {
  caret-color: rgb(250 250 250 / 1);
}
.caret-fill-disabled\/15 {
  caret-color: rgb(250 250 250 / 0.15);
}
.caret-fill-disabled\/20 {
  caret-color: rgb(250 250 250 / 0.2);
}
.caret-fill-disabled\/25 {
  caret-color: rgb(250 250 250 / 0.25);
}
.caret-fill-disabled\/30 {
  caret-color: rgb(250 250 250 / 0.3);
}
.caret-fill-disabled\/35 {
  caret-color: rgb(250 250 250 / 0.35);
}
.caret-fill-disabled\/40 {
  caret-color: rgb(250 250 250 / 0.4);
}
.caret-fill-disabled\/45 {
  caret-color: rgb(250 250 250 / 0.45);
}
.caret-fill-disabled\/5 {
  caret-color: rgb(250 250 250 / 0.05);
}
.caret-fill-disabled\/50 {
  caret-color: rgb(250 250 250 / 0.5);
}
.caret-fill-disabled\/55 {
  caret-color: rgb(250 250 250 / 0.55);
}
.caret-fill-disabled\/60 {
  caret-color: rgb(250 250 250 / 0.6);
}
.caret-fill-disabled\/65 {
  caret-color: rgb(250 250 250 / 0.65);
}
.caret-fill-disabled\/70 {
  caret-color: rgb(250 250 250 / 0.7);
}
.caret-fill-disabled\/75 {
  caret-color: rgb(250 250 250 / 0.75);
}
.caret-fill-disabled\/80 {
  caret-color: rgb(250 250 250 / 0.8);
}
.caret-fill-disabled\/85 {
  caret-color: rgb(250 250 250 / 0.85);
}
.caret-fill-disabled\/90 {
  caret-color: rgb(250 250 250 / 0.9);
}
.caret-fill-disabled\/95 {
  caret-color: rgb(250 250 250 / 0.95);
}
.caret-fill-primary {
  caret-color: #EEF6F8;
}
.caret-fill-primary\/0 {
  caret-color: rgb(238 246 248 / 0);
}
.caret-fill-primary\/10 {
  caret-color: rgb(238 246 248 / 0.1);
}
.caret-fill-primary\/100 {
  caret-color: rgb(238 246 248 / 1);
}
.caret-fill-primary\/15 {
  caret-color: rgb(238 246 248 / 0.15);
}
.caret-fill-primary\/20 {
  caret-color: rgb(238 246 248 / 0.2);
}
.caret-fill-primary\/25 {
  caret-color: rgb(238 246 248 / 0.25);
}
.caret-fill-primary\/30 {
  caret-color: rgb(238 246 248 / 0.3);
}
.caret-fill-primary\/35 {
  caret-color: rgb(238 246 248 / 0.35);
}
.caret-fill-primary\/40 {
  caret-color: rgb(238 246 248 / 0.4);
}
.caret-fill-primary\/45 {
  caret-color: rgb(238 246 248 / 0.45);
}
.caret-fill-primary\/5 {
  caret-color: rgb(238 246 248 / 0.05);
}
.caret-fill-primary\/50 {
  caret-color: rgb(238 246 248 / 0.5);
}
.caret-fill-primary\/55 {
  caret-color: rgb(238 246 248 / 0.55);
}
.caret-fill-primary\/60 {
  caret-color: rgb(238 246 248 / 0.6);
}
.caret-fill-primary\/65 {
  caret-color: rgb(238 246 248 / 0.65);
}
.caret-fill-primary\/70 {
  caret-color: rgb(238 246 248 / 0.7);
}
.caret-fill-primary\/75 {
  caret-color: rgb(238 246 248 / 0.75);
}
.caret-fill-primary\/80 {
  caret-color: rgb(238 246 248 / 0.8);
}
.caret-fill-primary\/85 {
  caret-color: rgb(238 246 248 / 0.85);
}
.caret-fill-primary\/90 {
  caret-color: rgb(238 246 248 / 0.9);
}
.caret-fill-primary\/95 {
  caret-color: rgb(238 246 248 / 0.95);
}
.caret-fill-secondary {
  caret-color: #FFFFFF;
}
.caret-fill-secondary\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-fill-secondary\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-fill-secondary\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-fill-secondary\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}
.caret-fill-secondary\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-fill-secondary\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-fill-secondary\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-fill-secondary\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}
.caret-fill-secondary\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-fill-secondary\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}
.caret-fill-secondary\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-fill-secondary\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-fill-secondary\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}
.caret-fill-secondary\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-fill-secondary\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}
.caret-fill-secondary\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-fill-secondary\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-fill-secondary\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-fill-secondary\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}
.caret-fill-secondary\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-fill-secondary\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.accent-btn-active {
  accent-color: #667C9C;
}
.accent-btn-active\/0 {
  accent-color: rgb(102 124 156 / 0);
}
.accent-btn-active\/10 {
  accent-color: rgb(102 124 156 / 0.1);
}
.accent-btn-active\/100 {
  accent-color: rgb(102 124 156 / 1);
}
.accent-btn-active\/15 {
  accent-color: rgb(102 124 156 / 0.15);
}
.accent-btn-active\/20 {
  accent-color: rgb(102 124 156 / 0.2);
}
.accent-btn-active\/25 {
  accent-color: rgb(102 124 156 / 0.25);
}
.accent-btn-active\/30 {
  accent-color: rgb(102 124 156 / 0.3);
}
.accent-btn-active\/35 {
  accent-color: rgb(102 124 156 / 0.35);
}
.accent-btn-active\/40 {
  accent-color: rgb(102 124 156 / 0.4);
}
.accent-btn-active\/45 {
  accent-color: rgb(102 124 156 / 0.45);
}
.accent-btn-active\/5 {
  accent-color: rgb(102 124 156 / 0.05);
}
.accent-btn-active\/50 {
  accent-color: rgb(102 124 156 / 0.5);
}
.accent-btn-active\/55 {
  accent-color: rgb(102 124 156 / 0.55);
}
.accent-btn-active\/60 {
  accent-color: rgb(102 124 156 / 0.6);
}
.accent-btn-active\/65 {
  accent-color: rgb(102 124 156 / 0.65);
}
.accent-btn-active\/70 {
  accent-color: rgb(102 124 156 / 0.7);
}
.accent-btn-active\/75 {
  accent-color: rgb(102 124 156 / 0.75);
}
.accent-btn-active\/80 {
  accent-color: rgb(102 124 156 / 0.8);
}
.accent-btn-active\/85 {
  accent-color: rgb(102 124 156 / 0.85);
}
.accent-btn-active\/90 {
  accent-color: rgb(102 124 156 / 0.9);
}
.accent-btn-active\/95 {
  accent-color: rgb(102 124 156 / 0.95);
}
.accent-btn-disabled {
  accent-color: #E4EAF3;
}
.accent-btn-disabled\/0 {
  accent-color: rgb(228 234 243 / 0);
}
.accent-btn-disabled\/10 {
  accent-color: rgb(228 234 243 / 0.1);
}
.accent-btn-disabled\/100 {
  accent-color: rgb(228 234 243 / 1);
}
.accent-btn-disabled\/15 {
  accent-color: rgb(228 234 243 / 0.15);
}
.accent-btn-disabled\/20 {
  accent-color: rgb(228 234 243 / 0.2);
}
.accent-btn-disabled\/25 {
  accent-color: rgb(228 234 243 / 0.25);
}
.accent-btn-disabled\/30 {
  accent-color: rgb(228 234 243 / 0.3);
}
.accent-btn-disabled\/35 {
  accent-color: rgb(228 234 243 / 0.35);
}
.accent-btn-disabled\/40 {
  accent-color: rgb(228 234 243 / 0.4);
}
.accent-btn-disabled\/45 {
  accent-color: rgb(228 234 243 / 0.45);
}
.accent-btn-disabled\/5 {
  accent-color: rgb(228 234 243 / 0.05);
}
.accent-btn-disabled\/50 {
  accent-color: rgb(228 234 243 / 0.5);
}
.accent-btn-disabled\/55 {
  accent-color: rgb(228 234 243 / 0.55);
}
.accent-btn-disabled\/60 {
  accent-color: rgb(228 234 243 / 0.6);
}
.accent-btn-disabled\/65 {
  accent-color: rgb(228 234 243 / 0.65);
}
.accent-btn-disabled\/70 {
  accent-color: rgb(228 234 243 / 0.7);
}
.accent-btn-disabled\/75 {
  accent-color: rgb(228 234 243 / 0.75);
}
.accent-btn-disabled\/80 {
  accent-color: rgb(228 234 243 / 0.8);
}
.accent-btn-disabled\/85 {
  accent-color: rgb(228 234 243 / 0.85);
}
.accent-btn-disabled\/90 {
  accent-color: rgb(228 234 243 / 0.9);
}
.accent-btn-disabled\/95 {
  accent-color: rgb(228 234 243 / 0.95);
}
.accent-btn-hover {
  accent-color: #000711;
}
.accent-btn-hover\/0 {
  accent-color: rgb(0 7 17 / 0);
}
.accent-btn-hover\/10 {
  accent-color: rgb(0 7 17 / 0.1);
}
.accent-btn-hover\/100 {
  accent-color: rgb(0 7 17 / 1);
}
.accent-btn-hover\/15 {
  accent-color: rgb(0 7 17 / 0.15);
}
.accent-btn-hover\/20 {
  accent-color: rgb(0 7 17 / 0.2);
}
.accent-btn-hover\/25 {
  accent-color: rgb(0 7 17 / 0.25);
}
.accent-btn-hover\/30 {
  accent-color: rgb(0 7 17 / 0.3);
}
.accent-btn-hover\/35 {
  accent-color: rgb(0 7 17 / 0.35);
}
.accent-btn-hover\/40 {
  accent-color: rgb(0 7 17 / 0.4);
}
.accent-btn-hover\/45 {
  accent-color: rgb(0 7 17 / 0.45);
}
.accent-btn-hover\/5 {
  accent-color: rgb(0 7 17 / 0.05);
}
.accent-btn-hover\/50 {
  accent-color: rgb(0 7 17 / 0.5);
}
.accent-btn-hover\/55 {
  accent-color: rgb(0 7 17 / 0.55);
}
.accent-btn-hover\/60 {
  accent-color: rgb(0 7 17 / 0.6);
}
.accent-btn-hover\/65 {
  accent-color: rgb(0 7 17 / 0.65);
}
.accent-btn-hover\/70 {
  accent-color: rgb(0 7 17 / 0.7);
}
.accent-btn-hover\/75 {
  accent-color: rgb(0 7 17 / 0.75);
}
.accent-btn-hover\/80 {
  accent-color: rgb(0 7 17 / 0.8);
}
.accent-btn-hover\/85 {
  accent-color: rgb(0 7 17 / 0.85);
}
.accent-btn-hover\/90 {
  accent-color: rgb(0 7 17 / 0.9);
}
.accent-btn-hover\/95 {
  accent-color: rgb(0 7 17 / 0.95);
}
.accent-btn-text {
  accent-color: #F3F3F3;
}
.accent-btn-text\/0 {
  accent-color: rgb(243 243 243 / 0);
}
.accent-btn-text\/10 {
  accent-color: rgb(243 243 243 / 0.1);
}
.accent-btn-text\/100 {
  accent-color: rgb(243 243 243 / 1);
}
.accent-btn-text\/15 {
  accent-color: rgb(243 243 243 / 0.15);
}
.accent-btn-text\/20 {
  accent-color: rgb(243 243 243 / 0.2);
}
.accent-btn-text\/25 {
  accent-color: rgb(243 243 243 / 0.25);
}
.accent-btn-text\/30 {
  accent-color: rgb(243 243 243 / 0.3);
}
.accent-btn-text\/35 {
  accent-color: rgb(243 243 243 / 0.35);
}
.accent-btn-text\/40 {
  accent-color: rgb(243 243 243 / 0.4);
}
.accent-btn-text\/45 {
  accent-color: rgb(243 243 243 / 0.45);
}
.accent-btn-text\/5 {
  accent-color: rgb(243 243 243 / 0.05);
}
.accent-btn-text\/50 {
  accent-color: rgb(243 243 243 / 0.5);
}
.accent-btn-text\/55 {
  accent-color: rgb(243 243 243 / 0.55);
}
.accent-btn-text\/60 {
  accent-color: rgb(243 243 243 / 0.6);
}
.accent-btn-text\/65 {
  accent-color: rgb(243 243 243 / 0.65);
}
.accent-btn-text\/70 {
  accent-color: rgb(243 243 243 / 0.7);
}
.accent-btn-text\/75 {
  accent-color: rgb(243 243 243 / 0.75);
}
.accent-btn-text\/80 {
  accent-color: rgb(243 243 243 / 0.8);
}
.accent-btn-text\/85 {
  accent-color: rgb(243 243 243 / 0.85);
}
.accent-btn-text\/90 {
  accent-color: rgb(243 243 243 / 0.9);
}
.accent-btn-text\/95 {
  accent-color: rgb(243 243 243 / 0.95);
}
.accent-fill-disabled {
  accent-color: #fafafa;
}
.accent-fill-disabled\/0 {
  accent-color: rgb(250 250 250 / 0);
}
.accent-fill-disabled\/10 {
  accent-color: rgb(250 250 250 / 0.1);
}
.accent-fill-disabled\/100 {
  accent-color: rgb(250 250 250 / 1);
}
.accent-fill-disabled\/15 {
  accent-color: rgb(250 250 250 / 0.15);
}
.accent-fill-disabled\/20 {
  accent-color: rgb(250 250 250 / 0.2);
}
.accent-fill-disabled\/25 {
  accent-color: rgb(250 250 250 / 0.25);
}
.accent-fill-disabled\/30 {
  accent-color: rgb(250 250 250 / 0.3);
}
.accent-fill-disabled\/35 {
  accent-color: rgb(250 250 250 / 0.35);
}
.accent-fill-disabled\/40 {
  accent-color: rgb(250 250 250 / 0.4);
}
.accent-fill-disabled\/45 {
  accent-color: rgb(250 250 250 / 0.45);
}
.accent-fill-disabled\/5 {
  accent-color: rgb(250 250 250 / 0.05);
}
.accent-fill-disabled\/50 {
  accent-color: rgb(250 250 250 / 0.5);
}
.accent-fill-disabled\/55 {
  accent-color: rgb(250 250 250 / 0.55);
}
.accent-fill-disabled\/60 {
  accent-color: rgb(250 250 250 / 0.6);
}
.accent-fill-disabled\/65 {
  accent-color: rgb(250 250 250 / 0.65);
}
.accent-fill-disabled\/70 {
  accent-color: rgb(250 250 250 / 0.7);
}
.accent-fill-disabled\/75 {
  accent-color: rgb(250 250 250 / 0.75);
}
.accent-fill-disabled\/80 {
  accent-color: rgb(250 250 250 / 0.8);
}
.accent-fill-disabled\/85 {
  accent-color: rgb(250 250 250 / 0.85);
}
.accent-fill-disabled\/90 {
  accent-color: rgb(250 250 250 / 0.9);
}
.accent-fill-disabled\/95 {
  accent-color: rgb(250 250 250 / 0.95);
}
.accent-fill-primary {
  accent-color: #EEF6F8;
}
.accent-fill-primary\/0 {
  accent-color: rgb(238 246 248 / 0);
}
.accent-fill-primary\/10 {
  accent-color: rgb(238 246 248 / 0.1);
}
.accent-fill-primary\/100 {
  accent-color: rgb(238 246 248 / 1);
}
.accent-fill-primary\/15 {
  accent-color: rgb(238 246 248 / 0.15);
}
.accent-fill-primary\/20 {
  accent-color: rgb(238 246 248 / 0.2);
}
.accent-fill-primary\/25 {
  accent-color: rgb(238 246 248 / 0.25);
}
.accent-fill-primary\/30 {
  accent-color: rgb(238 246 248 / 0.3);
}
.accent-fill-primary\/35 {
  accent-color: rgb(238 246 248 / 0.35);
}
.accent-fill-primary\/40 {
  accent-color: rgb(238 246 248 / 0.4);
}
.accent-fill-primary\/45 {
  accent-color: rgb(238 246 248 / 0.45);
}
.accent-fill-primary\/5 {
  accent-color: rgb(238 246 248 / 0.05);
}
.accent-fill-primary\/50 {
  accent-color: rgb(238 246 248 / 0.5);
}
.accent-fill-primary\/55 {
  accent-color: rgb(238 246 248 / 0.55);
}
.accent-fill-primary\/60 {
  accent-color: rgb(238 246 248 / 0.6);
}
.accent-fill-primary\/65 {
  accent-color: rgb(238 246 248 / 0.65);
}
.accent-fill-primary\/70 {
  accent-color: rgb(238 246 248 / 0.7);
}
.accent-fill-primary\/75 {
  accent-color: rgb(238 246 248 / 0.75);
}
.accent-fill-primary\/80 {
  accent-color: rgb(238 246 248 / 0.8);
}
.accent-fill-primary\/85 {
  accent-color: rgb(238 246 248 / 0.85);
}
.accent-fill-primary\/90 {
  accent-color: rgb(238 246 248 / 0.9);
}
.accent-fill-primary\/95 {
  accent-color: rgb(238 246 248 / 0.95);
}
.accent-fill-secondary {
  accent-color: #FFFFFF;
}
.accent-fill-secondary\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-fill-secondary\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-fill-secondary\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-fill-secondary\/15 {
  accent-color: rgb(255 255 255 / 0.15);
}
.accent-fill-secondary\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-fill-secondary\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-fill-secondary\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-fill-secondary\/35 {
  accent-color: rgb(255 255 255 / 0.35);
}
.accent-fill-secondary\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-fill-secondary\/45 {
  accent-color: rgb(255 255 255 / 0.45);
}
.accent-fill-secondary\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-fill-secondary\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-fill-secondary\/55 {
  accent-color: rgb(255 255 255 / 0.55);
}
.accent-fill-secondary\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-fill-secondary\/65 {
  accent-color: rgb(255 255 255 / 0.65);
}
.accent-fill-secondary\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-fill-secondary\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-fill-secondary\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-fill-secondary\/85 {
  accent-color: rgb(255 255 255 / 0.85);
}
.accent-fill-secondary\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-fill-secondary\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.shadow-btn-active {
  --tw-shadow-color: #667C9C;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/0 {
  --tw-shadow-color: rgb(102 124 156 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/10 {
  --tw-shadow-color: rgb(102 124 156 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/100 {
  --tw-shadow-color: rgb(102 124 156 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/15 {
  --tw-shadow-color: rgb(102 124 156 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/20 {
  --tw-shadow-color: rgb(102 124 156 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/25 {
  --tw-shadow-color: rgb(102 124 156 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/30 {
  --tw-shadow-color: rgb(102 124 156 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/35 {
  --tw-shadow-color: rgb(102 124 156 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/40 {
  --tw-shadow-color: rgb(102 124 156 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/45 {
  --tw-shadow-color: rgb(102 124 156 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/5 {
  --tw-shadow-color: rgb(102 124 156 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/50 {
  --tw-shadow-color: rgb(102 124 156 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/55 {
  --tw-shadow-color: rgb(102 124 156 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/60 {
  --tw-shadow-color: rgb(102 124 156 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/65 {
  --tw-shadow-color: rgb(102 124 156 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/70 {
  --tw-shadow-color: rgb(102 124 156 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/75 {
  --tw-shadow-color: rgb(102 124 156 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/80 {
  --tw-shadow-color: rgb(102 124 156 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/85 {
  --tw-shadow-color: rgb(102 124 156 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/90 {
  --tw-shadow-color: rgb(102 124 156 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-active\/95 {
  --tw-shadow-color: rgb(102 124 156 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled {
  --tw-shadow-color: #E4EAF3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/0 {
  --tw-shadow-color: rgb(228 234 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/10 {
  --tw-shadow-color: rgb(228 234 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/100 {
  --tw-shadow-color: rgb(228 234 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/15 {
  --tw-shadow-color: rgb(228 234 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/20 {
  --tw-shadow-color: rgb(228 234 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/25 {
  --tw-shadow-color: rgb(228 234 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/30 {
  --tw-shadow-color: rgb(228 234 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/35 {
  --tw-shadow-color: rgb(228 234 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/40 {
  --tw-shadow-color: rgb(228 234 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/45 {
  --tw-shadow-color: rgb(228 234 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/5 {
  --tw-shadow-color: rgb(228 234 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/50 {
  --tw-shadow-color: rgb(228 234 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/55 {
  --tw-shadow-color: rgb(228 234 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/60 {
  --tw-shadow-color: rgb(228 234 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/65 {
  --tw-shadow-color: rgb(228 234 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/70 {
  --tw-shadow-color: rgb(228 234 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/75 {
  --tw-shadow-color: rgb(228 234 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/80 {
  --tw-shadow-color: rgb(228 234 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/85 {
  --tw-shadow-color: rgb(228 234 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/90 {
  --tw-shadow-color: rgb(228 234 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-disabled\/95 {
  --tw-shadow-color: rgb(228 234 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover {
  --tw-shadow-color: #000711;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/0 {
  --tw-shadow-color: rgb(0 7 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/10 {
  --tw-shadow-color: rgb(0 7 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/100 {
  --tw-shadow-color: rgb(0 7 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/15 {
  --tw-shadow-color: rgb(0 7 17 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/20 {
  --tw-shadow-color: rgb(0 7 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/25 {
  --tw-shadow-color: rgb(0 7 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/30 {
  --tw-shadow-color: rgb(0 7 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/35 {
  --tw-shadow-color: rgb(0 7 17 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/40 {
  --tw-shadow-color: rgb(0 7 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/45 {
  --tw-shadow-color: rgb(0 7 17 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/5 {
  --tw-shadow-color: rgb(0 7 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/50 {
  --tw-shadow-color: rgb(0 7 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/55 {
  --tw-shadow-color: rgb(0 7 17 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/60 {
  --tw-shadow-color: rgb(0 7 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/65 {
  --tw-shadow-color: rgb(0 7 17 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/70 {
  --tw-shadow-color: rgb(0 7 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/75 {
  --tw-shadow-color: rgb(0 7 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/80 {
  --tw-shadow-color: rgb(0 7 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/85 {
  --tw-shadow-color: rgb(0 7 17 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/90 {
  --tw-shadow-color: rgb(0 7 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-hover\/95 {
  --tw-shadow-color: rgb(0 7 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text {
  --tw-shadow-color: #F3F3F3;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/0 {
  --tw-shadow-color: rgb(243 243 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/10 {
  --tw-shadow-color: rgb(243 243 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/100 {
  --tw-shadow-color: rgb(243 243 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/15 {
  --tw-shadow-color: rgb(243 243 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/20 {
  --tw-shadow-color: rgb(243 243 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/25 {
  --tw-shadow-color: rgb(243 243 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/30 {
  --tw-shadow-color: rgb(243 243 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/35 {
  --tw-shadow-color: rgb(243 243 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/40 {
  --tw-shadow-color: rgb(243 243 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/45 {
  --tw-shadow-color: rgb(243 243 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/5 {
  --tw-shadow-color: rgb(243 243 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/50 {
  --tw-shadow-color: rgb(243 243 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/55 {
  --tw-shadow-color: rgb(243 243 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/60 {
  --tw-shadow-color: rgb(243 243 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/65 {
  --tw-shadow-color: rgb(243 243 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/70 {
  --tw-shadow-color: rgb(243 243 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/75 {
  --tw-shadow-color: rgb(243 243 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/80 {
  --tw-shadow-color: rgb(243 243 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/85 {
  --tw-shadow-color: rgb(243 243 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/90 {
  --tw-shadow-color: rgb(243 243 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-btn-text\/95 {
  --tw-shadow-color: rgb(243 243 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-disabled\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary {
  --tw-shadow-color: #EEF6F8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/0 {
  --tw-shadow-color: rgb(238 246 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/10 {
  --tw-shadow-color: rgb(238 246 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/100 {
  --tw-shadow-color: rgb(238 246 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/15 {
  --tw-shadow-color: rgb(238 246 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/20 {
  --tw-shadow-color: rgb(238 246 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/25 {
  --tw-shadow-color: rgb(238 246 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/30 {
  --tw-shadow-color: rgb(238 246 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/35 {
  --tw-shadow-color: rgb(238 246 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/40 {
  --tw-shadow-color: rgb(238 246 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/45 {
  --tw-shadow-color: rgb(238 246 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/5 {
  --tw-shadow-color: rgb(238 246 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/50 {
  --tw-shadow-color: rgb(238 246 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/55 {
  --tw-shadow-color: rgb(238 246 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/60 {
  --tw-shadow-color: rgb(238 246 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/65 {
  --tw-shadow-color: rgb(238 246 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/70 {
  --tw-shadow-color: rgb(238 246 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/75 {
  --tw-shadow-color: rgb(238 246 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/80 {
  --tw-shadow-color: rgb(238 246 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/85 {
  --tw-shadow-color: rgb(238 246 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/90 {
  --tw-shadow-color: rgb(238 246 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-primary\/95 {
  --tw-shadow-color: rgb(238 246 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-fill-secondary\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-btn-active {
  outline-color: #667C9C;
}
.outline-btn-active\/0 {
  outline-color: rgb(102 124 156 / 0);
}
.outline-btn-active\/10 {
  outline-color: rgb(102 124 156 / 0.1);
}
.outline-btn-active\/100 {
  outline-color: rgb(102 124 156 / 1);
}
.outline-btn-active\/15 {
  outline-color: rgb(102 124 156 / 0.15);
}
.outline-btn-active\/20 {
  outline-color: rgb(102 124 156 / 0.2);
}
.outline-btn-active\/25 {
  outline-color: rgb(102 124 156 / 0.25);
}
.outline-btn-active\/30 {
  outline-color: rgb(102 124 156 / 0.3);
}
.outline-btn-active\/35 {
  outline-color: rgb(102 124 156 / 0.35);
}
.outline-btn-active\/40 {
  outline-color: rgb(102 124 156 / 0.4);
}
.outline-btn-active\/45 {
  outline-color: rgb(102 124 156 / 0.45);
}
.outline-btn-active\/5 {
  outline-color: rgb(102 124 156 / 0.05);
}
.outline-btn-active\/50 {
  outline-color: rgb(102 124 156 / 0.5);
}
.outline-btn-active\/55 {
  outline-color: rgb(102 124 156 / 0.55);
}
.outline-btn-active\/60 {
  outline-color: rgb(102 124 156 / 0.6);
}
.outline-btn-active\/65 {
  outline-color: rgb(102 124 156 / 0.65);
}
.outline-btn-active\/70 {
  outline-color: rgb(102 124 156 / 0.7);
}
.outline-btn-active\/75 {
  outline-color: rgb(102 124 156 / 0.75);
}
.outline-btn-active\/80 {
  outline-color: rgb(102 124 156 / 0.8);
}
.outline-btn-active\/85 {
  outline-color: rgb(102 124 156 / 0.85);
}
.outline-btn-active\/90 {
  outline-color: rgb(102 124 156 / 0.9);
}
.outline-btn-active\/95 {
  outline-color: rgb(102 124 156 / 0.95);
}
.outline-btn-disabled {
  outline-color: #E4EAF3;
}
.outline-btn-disabled\/0 {
  outline-color: rgb(228 234 243 / 0);
}
.outline-btn-disabled\/10 {
  outline-color: rgb(228 234 243 / 0.1);
}
.outline-btn-disabled\/100 {
  outline-color: rgb(228 234 243 / 1);
}
.outline-btn-disabled\/15 {
  outline-color: rgb(228 234 243 / 0.15);
}
.outline-btn-disabled\/20 {
  outline-color: rgb(228 234 243 / 0.2);
}
.outline-btn-disabled\/25 {
  outline-color: rgb(228 234 243 / 0.25);
}
.outline-btn-disabled\/30 {
  outline-color: rgb(228 234 243 / 0.3);
}
.outline-btn-disabled\/35 {
  outline-color: rgb(228 234 243 / 0.35);
}
.outline-btn-disabled\/40 {
  outline-color: rgb(228 234 243 / 0.4);
}
.outline-btn-disabled\/45 {
  outline-color: rgb(228 234 243 / 0.45);
}
.outline-btn-disabled\/5 {
  outline-color: rgb(228 234 243 / 0.05);
}
.outline-btn-disabled\/50 {
  outline-color: rgb(228 234 243 / 0.5);
}
.outline-btn-disabled\/55 {
  outline-color: rgb(228 234 243 / 0.55);
}
.outline-btn-disabled\/60 {
  outline-color: rgb(228 234 243 / 0.6);
}
.outline-btn-disabled\/65 {
  outline-color: rgb(228 234 243 / 0.65);
}
.outline-btn-disabled\/70 {
  outline-color: rgb(228 234 243 / 0.7);
}
.outline-btn-disabled\/75 {
  outline-color: rgb(228 234 243 / 0.75);
}
.outline-btn-disabled\/80 {
  outline-color: rgb(228 234 243 / 0.8);
}
.outline-btn-disabled\/85 {
  outline-color: rgb(228 234 243 / 0.85);
}
.outline-btn-disabled\/90 {
  outline-color: rgb(228 234 243 / 0.9);
}
.outline-btn-disabled\/95 {
  outline-color: rgb(228 234 243 / 0.95);
}
.outline-btn-hover {
  outline-color: #000711;
}
.outline-btn-hover\/0 {
  outline-color: rgb(0 7 17 / 0);
}
.outline-btn-hover\/10 {
  outline-color: rgb(0 7 17 / 0.1);
}
.outline-btn-hover\/100 {
  outline-color: rgb(0 7 17 / 1);
}
.outline-btn-hover\/15 {
  outline-color: rgb(0 7 17 / 0.15);
}
.outline-btn-hover\/20 {
  outline-color: rgb(0 7 17 / 0.2);
}
.outline-btn-hover\/25 {
  outline-color: rgb(0 7 17 / 0.25);
}
.outline-btn-hover\/30 {
  outline-color: rgb(0 7 17 / 0.3);
}
.outline-btn-hover\/35 {
  outline-color: rgb(0 7 17 / 0.35);
}
.outline-btn-hover\/40 {
  outline-color: rgb(0 7 17 / 0.4);
}
.outline-btn-hover\/45 {
  outline-color: rgb(0 7 17 / 0.45);
}
.outline-btn-hover\/5 {
  outline-color: rgb(0 7 17 / 0.05);
}
.outline-btn-hover\/50 {
  outline-color: rgb(0 7 17 / 0.5);
}
.outline-btn-hover\/55 {
  outline-color: rgb(0 7 17 / 0.55);
}
.outline-btn-hover\/60 {
  outline-color: rgb(0 7 17 / 0.6);
}
.outline-btn-hover\/65 {
  outline-color: rgb(0 7 17 / 0.65);
}
.outline-btn-hover\/70 {
  outline-color: rgb(0 7 17 / 0.7);
}
.outline-btn-hover\/75 {
  outline-color: rgb(0 7 17 / 0.75);
}
.outline-btn-hover\/80 {
  outline-color: rgb(0 7 17 / 0.8);
}
.outline-btn-hover\/85 {
  outline-color: rgb(0 7 17 / 0.85);
}
.outline-btn-hover\/90 {
  outline-color: rgb(0 7 17 / 0.9);
}
.outline-btn-hover\/95 {
  outline-color: rgb(0 7 17 / 0.95);
}
.outline-btn-text {
  outline-color: #F3F3F3;
}
.outline-btn-text\/0 {
  outline-color: rgb(243 243 243 / 0);
}
.outline-btn-text\/10 {
  outline-color: rgb(243 243 243 / 0.1);
}
.outline-btn-text\/100 {
  outline-color: rgb(243 243 243 / 1);
}
.outline-btn-text\/15 {
  outline-color: rgb(243 243 243 / 0.15);
}
.outline-btn-text\/20 {
  outline-color: rgb(243 243 243 / 0.2);
}
.outline-btn-text\/25 {
  outline-color: rgb(243 243 243 / 0.25);
}
.outline-btn-text\/30 {
  outline-color: rgb(243 243 243 / 0.3);
}
.outline-btn-text\/35 {
  outline-color: rgb(243 243 243 / 0.35);
}
.outline-btn-text\/40 {
  outline-color: rgb(243 243 243 / 0.4);
}
.outline-btn-text\/45 {
  outline-color: rgb(243 243 243 / 0.45);
}
.outline-btn-text\/5 {
  outline-color: rgb(243 243 243 / 0.05);
}
.outline-btn-text\/50 {
  outline-color: rgb(243 243 243 / 0.5);
}
.outline-btn-text\/55 {
  outline-color: rgb(243 243 243 / 0.55);
}
.outline-btn-text\/60 {
  outline-color: rgb(243 243 243 / 0.6);
}
.outline-btn-text\/65 {
  outline-color: rgb(243 243 243 / 0.65);
}
.outline-btn-text\/70 {
  outline-color: rgb(243 243 243 / 0.7);
}
.outline-btn-text\/75 {
  outline-color: rgb(243 243 243 / 0.75);
}
.outline-btn-text\/80 {
  outline-color: rgb(243 243 243 / 0.8);
}
.outline-btn-text\/85 {
  outline-color: rgb(243 243 243 / 0.85);
}
.outline-btn-text\/90 {
  outline-color: rgb(243 243 243 / 0.9);
}
.outline-btn-text\/95 {
  outline-color: rgb(243 243 243 / 0.95);
}
.outline-fill-disabled {
  outline-color: #fafafa;
}
.outline-fill-disabled\/0 {
  outline-color: rgb(250 250 250 / 0);
}
.outline-fill-disabled\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}
.outline-fill-disabled\/100 {
  outline-color: rgb(250 250 250 / 1);
}
.outline-fill-disabled\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}
.outline-fill-disabled\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}
.outline-fill-disabled\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}
.outline-fill-disabled\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}
.outline-fill-disabled\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}
.outline-fill-disabled\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}
.outline-fill-disabled\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}
.outline-fill-disabled\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}
.outline-fill-disabled\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}
.outline-fill-disabled\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}
.outline-fill-disabled\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}
.outline-fill-disabled\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}
.outline-fill-disabled\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}
.outline-fill-disabled\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}
.outline-fill-disabled\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}
.outline-fill-disabled\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}
.outline-fill-disabled\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}
.outline-fill-disabled\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}
.outline-fill-primary {
  outline-color: #EEF6F8;
}
.outline-fill-primary\/0 {
  outline-color: rgb(238 246 248 / 0);
}
.outline-fill-primary\/10 {
  outline-color: rgb(238 246 248 / 0.1);
}
.outline-fill-primary\/100 {
  outline-color: rgb(238 246 248 / 1);
}
.outline-fill-primary\/15 {
  outline-color: rgb(238 246 248 / 0.15);
}
.outline-fill-primary\/20 {
  outline-color: rgb(238 246 248 / 0.2);
}
.outline-fill-primary\/25 {
  outline-color: rgb(238 246 248 / 0.25);
}
.outline-fill-primary\/30 {
  outline-color: rgb(238 246 248 / 0.3);
}
.outline-fill-primary\/35 {
  outline-color: rgb(238 246 248 / 0.35);
}
.outline-fill-primary\/40 {
  outline-color: rgb(238 246 248 / 0.4);
}
.outline-fill-primary\/45 {
  outline-color: rgb(238 246 248 / 0.45);
}
.outline-fill-primary\/5 {
  outline-color: rgb(238 246 248 / 0.05);
}
.outline-fill-primary\/50 {
  outline-color: rgb(238 246 248 / 0.5);
}
.outline-fill-primary\/55 {
  outline-color: rgb(238 246 248 / 0.55);
}
.outline-fill-primary\/60 {
  outline-color: rgb(238 246 248 / 0.6);
}
.outline-fill-primary\/65 {
  outline-color: rgb(238 246 248 / 0.65);
}
.outline-fill-primary\/70 {
  outline-color: rgb(238 246 248 / 0.7);
}
.outline-fill-primary\/75 {
  outline-color: rgb(238 246 248 / 0.75);
}
.outline-fill-primary\/80 {
  outline-color: rgb(238 246 248 / 0.8);
}
.outline-fill-primary\/85 {
  outline-color: rgb(238 246 248 / 0.85);
}
.outline-fill-primary\/90 {
  outline-color: rgb(238 246 248 / 0.9);
}
.outline-fill-primary\/95 {
  outline-color: rgb(238 246 248 / 0.95);
}
.outline-fill-secondary {
  outline-color: #FFFFFF;
}
.outline-fill-secondary\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-fill-secondary\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-fill-secondary\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-fill-secondary\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}
.outline-fill-secondary\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-fill-secondary\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-fill-secondary\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-fill-secondary\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}
.outline-fill-secondary\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-fill-secondary\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}
.outline-fill-secondary\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-fill-secondary\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-fill-secondary\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}
.outline-fill-secondary\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-fill-secondary\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}
.outline-fill-secondary\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-fill-secondary\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-fill-secondary\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-fill-secondary\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}
.outline-fill-secondary\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-fill-secondary\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.ring-\[0\.1875rem\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.1875rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-btn-active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 124 156 / var(--tw-ring-opacity, 1));
}
.ring-btn-active\/0 {
  --tw-ring-color: rgb(102 124 156 / 0);
}
.ring-btn-active\/10 {
  --tw-ring-color: rgb(102 124 156 / 0.1);
}
.ring-btn-active\/100 {
  --tw-ring-color: rgb(102 124 156 / 1);
}
.ring-btn-active\/15 {
  --tw-ring-color: rgb(102 124 156 / 0.15);
}
.ring-btn-active\/20 {
  --tw-ring-color: rgb(102 124 156 / 0.2);
}
.ring-btn-active\/25 {
  --tw-ring-color: rgb(102 124 156 / 0.25);
}
.ring-btn-active\/30 {
  --tw-ring-color: rgb(102 124 156 / 0.3);
}
.ring-btn-active\/35 {
  --tw-ring-color: rgb(102 124 156 / 0.35);
}
.ring-btn-active\/40 {
  --tw-ring-color: rgb(102 124 156 / 0.4);
}
.ring-btn-active\/45 {
  --tw-ring-color: rgb(102 124 156 / 0.45);
}
.ring-btn-active\/5 {
  --tw-ring-color: rgb(102 124 156 / 0.05);
}
.ring-btn-active\/50 {
  --tw-ring-color: rgb(102 124 156 / 0.5);
}
.ring-btn-active\/55 {
  --tw-ring-color: rgb(102 124 156 / 0.55);
}
.ring-btn-active\/60 {
  --tw-ring-color: rgb(102 124 156 / 0.6);
}
.ring-btn-active\/65 {
  --tw-ring-color: rgb(102 124 156 / 0.65);
}
.ring-btn-active\/70 {
  --tw-ring-color: rgb(102 124 156 / 0.7);
}
.ring-btn-active\/75 {
  --tw-ring-color: rgb(102 124 156 / 0.75);
}
.ring-btn-active\/80 {
  --tw-ring-color: rgb(102 124 156 / 0.8);
}
.ring-btn-active\/85 {
  --tw-ring-color: rgb(102 124 156 / 0.85);
}
.ring-btn-active\/90 {
  --tw-ring-color: rgb(102 124 156 / 0.9);
}
.ring-btn-active\/95 {
  --tw-ring-color: rgb(102 124 156 / 0.95);
}
.ring-btn-disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 234 243 / var(--tw-ring-opacity, 1));
}
.ring-btn-disabled\/0 {
  --tw-ring-color: rgb(228 234 243 / 0);
}
.ring-btn-disabled\/10 {
  --tw-ring-color: rgb(228 234 243 / 0.1);
}
.ring-btn-disabled\/100 {
  --tw-ring-color: rgb(228 234 243 / 1);
}
.ring-btn-disabled\/15 {
  --tw-ring-color: rgb(228 234 243 / 0.15);
}
.ring-btn-disabled\/20 {
  --tw-ring-color: rgb(228 234 243 / 0.2);
}
.ring-btn-disabled\/25 {
  --tw-ring-color: rgb(228 234 243 / 0.25);
}
.ring-btn-disabled\/30 {
  --tw-ring-color: rgb(228 234 243 / 0.3);
}
.ring-btn-disabled\/35 {
  --tw-ring-color: rgb(228 234 243 / 0.35);
}
.ring-btn-disabled\/40 {
  --tw-ring-color: rgb(228 234 243 / 0.4);
}
.ring-btn-disabled\/45 {
  --tw-ring-color: rgb(228 234 243 / 0.45);
}
.ring-btn-disabled\/5 {
  --tw-ring-color: rgb(228 234 243 / 0.05);
}
.ring-btn-disabled\/50 {
  --tw-ring-color: rgb(228 234 243 / 0.5);
}
.ring-btn-disabled\/55 {
  --tw-ring-color: rgb(228 234 243 / 0.55);
}
.ring-btn-disabled\/60 {
  --tw-ring-color: rgb(228 234 243 / 0.6);
}
.ring-btn-disabled\/65 {
  --tw-ring-color: rgb(228 234 243 / 0.65);
}
.ring-btn-disabled\/70 {
  --tw-ring-color: rgb(228 234 243 / 0.7);
}
.ring-btn-disabled\/75 {
  --tw-ring-color: rgb(228 234 243 / 0.75);
}
.ring-btn-disabled\/80 {
  --tw-ring-color: rgb(228 234 243 / 0.8);
}
.ring-btn-disabled\/85 {
  --tw-ring-color: rgb(228 234 243 / 0.85);
}
.ring-btn-disabled\/90 {
  --tw-ring-color: rgb(228 234 243 / 0.9);
}
.ring-btn-disabled\/95 {
  --tw-ring-color: rgb(228 234 243 / 0.95);
}
.ring-btn-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 7 17 / var(--tw-ring-opacity, 1));
}
.ring-btn-hover\/0 {
  --tw-ring-color: rgb(0 7 17 / 0);
}
.ring-btn-hover\/10 {
  --tw-ring-color: rgb(0 7 17 / 0.1);
}
.ring-btn-hover\/100 {
  --tw-ring-color: rgb(0 7 17 / 1);
}
.ring-btn-hover\/15 {
  --tw-ring-color: rgb(0 7 17 / 0.15);
}
.ring-btn-hover\/20 {
  --tw-ring-color: rgb(0 7 17 / 0.2);
}
.ring-btn-hover\/25 {
  --tw-ring-color: rgb(0 7 17 / 0.25);
}
.ring-btn-hover\/30 {
  --tw-ring-color: rgb(0 7 17 / 0.3);
}
.ring-btn-hover\/35 {
  --tw-ring-color: rgb(0 7 17 / 0.35);
}
.ring-btn-hover\/40 {
  --tw-ring-color: rgb(0 7 17 / 0.4);
}
.ring-btn-hover\/45 {
  --tw-ring-color: rgb(0 7 17 / 0.45);
}
.ring-btn-hover\/5 {
  --tw-ring-color: rgb(0 7 17 / 0.05);
}
.ring-btn-hover\/50 {
  --tw-ring-color: rgb(0 7 17 / 0.5);
}
.ring-btn-hover\/55 {
  --tw-ring-color: rgb(0 7 17 / 0.55);
}
.ring-btn-hover\/60 {
  --tw-ring-color: rgb(0 7 17 / 0.6);
}
.ring-btn-hover\/65 {
  --tw-ring-color: rgb(0 7 17 / 0.65);
}
.ring-btn-hover\/70 {
  --tw-ring-color: rgb(0 7 17 / 0.7);
}
.ring-btn-hover\/75 {
  --tw-ring-color: rgb(0 7 17 / 0.75);
}
.ring-btn-hover\/80 {
  --tw-ring-color: rgb(0 7 17 / 0.8);
}
.ring-btn-hover\/85 {
  --tw-ring-color: rgb(0 7 17 / 0.85);
}
.ring-btn-hover\/90 {
  --tw-ring-color: rgb(0 7 17 / 0.9);
}
.ring-btn-hover\/95 {
  --tw-ring-color: rgb(0 7 17 / 0.95);
}
.ring-btn-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 243 243 / var(--tw-ring-opacity, 1));
}
.ring-btn-text\/0 {
  --tw-ring-color: rgb(243 243 243 / 0);
}
.ring-btn-text\/10 {
  --tw-ring-color: rgb(243 243 243 / 0.1);
}
.ring-btn-text\/100 {
  --tw-ring-color: rgb(243 243 243 / 1);
}
.ring-btn-text\/15 {
  --tw-ring-color: rgb(243 243 243 / 0.15);
}
.ring-btn-text\/20 {
  --tw-ring-color: rgb(243 243 243 / 0.2);
}
.ring-btn-text\/25 {
  --tw-ring-color: rgb(243 243 243 / 0.25);
}
.ring-btn-text\/30 {
  --tw-ring-color: rgb(243 243 243 / 0.3);
}
.ring-btn-text\/35 {
  --tw-ring-color: rgb(243 243 243 / 0.35);
}
.ring-btn-text\/40 {
  --tw-ring-color: rgb(243 243 243 / 0.4);
}
.ring-btn-text\/45 {
  --tw-ring-color: rgb(243 243 243 / 0.45);
}
.ring-btn-text\/5 {
  --tw-ring-color: rgb(243 243 243 / 0.05);
}
.ring-btn-text\/50 {
  --tw-ring-color: rgb(243 243 243 / 0.5);
}
.ring-btn-text\/55 {
  --tw-ring-color: rgb(243 243 243 / 0.55);
}
.ring-btn-text\/60 {
  --tw-ring-color: rgb(243 243 243 / 0.6);
}
.ring-btn-text\/65 {
  --tw-ring-color: rgb(243 243 243 / 0.65);
}
.ring-btn-text\/70 {
  --tw-ring-color: rgb(243 243 243 / 0.7);
}
.ring-btn-text\/75 {
  --tw-ring-color: rgb(243 243 243 / 0.75);
}
.ring-btn-text\/80 {
  --tw-ring-color: rgb(243 243 243 / 0.8);
}
.ring-btn-text\/85 {
  --tw-ring-color: rgb(243 243 243 / 0.85);
}
.ring-btn-text\/90 {
  --tw-ring-color: rgb(243 243 243 / 0.9);
}
.ring-btn-text\/95 {
  --tw-ring-color: rgb(243 243 243 / 0.95);
}
.ring-fill-disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}
.ring-fill-disabled\/0 {
  --tw-ring-color: rgb(250 250 250 / 0);
}
.ring-fill-disabled\/10 {
  --tw-ring-color: rgb(250 250 250 / 0.1);
}
.ring-fill-disabled\/100 {
  --tw-ring-color: rgb(250 250 250 / 1);
}
.ring-fill-disabled\/15 {
  --tw-ring-color: rgb(250 250 250 / 0.15);
}
.ring-fill-disabled\/20 {
  --tw-ring-color: rgb(250 250 250 / 0.2);
}
.ring-fill-disabled\/25 {
  --tw-ring-color: rgb(250 250 250 / 0.25);
}
.ring-fill-disabled\/30 {
  --tw-ring-color: rgb(250 250 250 / 0.3);
}
.ring-fill-disabled\/35 {
  --tw-ring-color: rgb(250 250 250 / 0.35);
}
.ring-fill-disabled\/40 {
  --tw-ring-color: rgb(250 250 250 / 0.4);
}
.ring-fill-disabled\/45 {
  --tw-ring-color: rgb(250 250 250 / 0.45);
}
.ring-fill-disabled\/5 {
  --tw-ring-color: rgb(250 250 250 / 0.05);
}
.ring-fill-disabled\/50 {
  --tw-ring-color: rgb(250 250 250 / 0.5);
}
.ring-fill-disabled\/55 {
  --tw-ring-color: rgb(250 250 250 / 0.55);
}
.ring-fill-disabled\/60 {
  --tw-ring-color: rgb(250 250 250 / 0.6);
}
.ring-fill-disabled\/65 {
  --tw-ring-color: rgb(250 250 250 / 0.65);
}
.ring-fill-disabled\/70 {
  --tw-ring-color: rgb(250 250 250 / 0.7);
}
.ring-fill-disabled\/75 {
  --tw-ring-color: rgb(250 250 250 / 0.75);
}
.ring-fill-disabled\/80 {
  --tw-ring-color: rgb(250 250 250 / 0.8);
}
.ring-fill-disabled\/85 {
  --tw-ring-color: rgb(250 250 250 / 0.85);
}
.ring-fill-disabled\/90 {
  --tw-ring-color: rgb(250 250 250 / 0.9);
}
.ring-fill-disabled\/95 {
  --tw-ring-color: rgb(250 250 250 / 0.95);
}
.ring-fill-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 246 248 / var(--tw-ring-opacity, 1));
}
.ring-fill-primary\/0 {
  --tw-ring-color: rgb(238 246 248 / 0);
}
.ring-fill-primary\/10 {
  --tw-ring-color: rgb(238 246 248 / 0.1);
}
.ring-fill-primary\/100 {
  --tw-ring-color: rgb(238 246 248 / 1);
}
.ring-fill-primary\/15 {
  --tw-ring-color: rgb(238 246 248 / 0.15);
}
.ring-fill-primary\/20 {
  --tw-ring-color: rgb(238 246 248 / 0.2);
}
.ring-fill-primary\/25 {
  --tw-ring-color: rgb(238 246 248 / 0.25);
}
.ring-fill-primary\/30 {
  --tw-ring-color: rgb(238 246 248 / 0.3);
}
.ring-fill-primary\/35 {
  --tw-ring-color: rgb(238 246 248 / 0.35);
}
.ring-fill-primary\/40 {
  --tw-ring-color: rgb(238 246 248 / 0.4);
}
.ring-fill-primary\/45 {
  --tw-ring-color: rgb(238 246 248 / 0.45);
}
.ring-fill-primary\/5 {
  --tw-ring-color: rgb(238 246 248 / 0.05);
}
.ring-fill-primary\/50 {
  --tw-ring-color: rgb(238 246 248 / 0.5);
}
.ring-fill-primary\/55 {
  --tw-ring-color: rgb(238 246 248 / 0.55);
}
.ring-fill-primary\/60 {
  --tw-ring-color: rgb(238 246 248 / 0.6);
}
.ring-fill-primary\/65 {
  --tw-ring-color: rgb(238 246 248 / 0.65);
}
.ring-fill-primary\/70 {
  --tw-ring-color: rgb(238 246 248 / 0.7);
}
.ring-fill-primary\/75 {
  --tw-ring-color: rgb(238 246 248 / 0.75);
}
.ring-fill-primary\/80 {
  --tw-ring-color: rgb(238 246 248 / 0.8);
}
.ring-fill-primary\/85 {
  --tw-ring-color: rgb(238 246 248 / 0.85);
}
.ring-fill-primary\/90 {
  --tw-ring-color: rgb(238 246 248 / 0.9);
}
.ring-fill-primary\/95 {
  --tw-ring-color: rgb(238 246 248 / 0.95);
}
.ring-fill-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-fill-secondary\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-fill-secondary\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-fill-secondary\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-fill-secondary\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}
.ring-fill-secondary\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-fill-secondary\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-fill-secondary\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-fill-secondary\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}
.ring-fill-secondary\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-fill-secondary\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}
.ring-fill-secondary\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-fill-secondary\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-fill-secondary\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}
.ring-fill-secondary\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-fill-secondary\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}
.ring-fill-secondary\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-fill-secondary\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-fill-secondary\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-fill-secondary\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}
.ring-fill-secondary\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-fill-secondary\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-offset-btn-active {
  --tw-ring-offset-color: #667C9C;
}
.ring-offset-btn-active\/0 {
  --tw-ring-offset-color: rgb(102 124 156 / 0);
}
.ring-offset-btn-active\/10 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.1);
}
.ring-offset-btn-active\/100 {
  --tw-ring-offset-color: rgb(102 124 156 / 1);
}
.ring-offset-btn-active\/15 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.15);
}
.ring-offset-btn-active\/20 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.2);
}
.ring-offset-btn-active\/25 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.25);
}
.ring-offset-btn-active\/30 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.3);
}
.ring-offset-btn-active\/35 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.35);
}
.ring-offset-btn-active\/40 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.4);
}
.ring-offset-btn-active\/45 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.45);
}
.ring-offset-btn-active\/5 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.05);
}
.ring-offset-btn-active\/50 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.5);
}
.ring-offset-btn-active\/55 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.55);
}
.ring-offset-btn-active\/60 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.6);
}
.ring-offset-btn-active\/65 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.65);
}
.ring-offset-btn-active\/70 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.7);
}
.ring-offset-btn-active\/75 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.75);
}
.ring-offset-btn-active\/80 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.8);
}
.ring-offset-btn-active\/85 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.85);
}
.ring-offset-btn-active\/90 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.9);
}
.ring-offset-btn-active\/95 {
  --tw-ring-offset-color: rgb(102 124 156 / 0.95);
}
.ring-offset-btn-disabled {
  --tw-ring-offset-color: #E4EAF3;
}
.ring-offset-btn-disabled\/0 {
  --tw-ring-offset-color: rgb(228 234 243 / 0);
}
.ring-offset-btn-disabled\/10 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.1);
}
.ring-offset-btn-disabled\/100 {
  --tw-ring-offset-color: rgb(228 234 243 / 1);
}
.ring-offset-btn-disabled\/15 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.15);
}
.ring-offset-btn-disabled\/20 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.2);
}
.ring-offset-btn-disabled\/25 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.25);
}
.ring-offset-btn-disabled\/30 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.3);
}
.ring-offset-btn-disabled\/35 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.35);
}
.ring-offset-btn-disabled\/40 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.4);
}
.ring-offset-btn-disabled\/45 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.45);
}
.ring-offset-btn-disabled\/5 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.05);
}
.ring-offset-btn-disabled\/50 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.5);
}
.ring-offset-btn-disabled\/55 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.55);
}
.ring-offset-btn-disabled\/60 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.6);
}
.ring-offset-btn-disabled\/65 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.65);
}
.ring-offset-btn-disabled\/70 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.7);
}
.ring-offset-btn-disabled\/75 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.75);
}
.ring-offset-btn-disabled\/80 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.8);
}
.ring-offset-btn-disabled\/85 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.85);
}
.ring-offset-btn-disabled\/90 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.9);
}
.ring-offset-btn-disabled\/95 {
  --tw-ring-offset-color: rgb(228 234 243 / 0.95);
}
.ring-offset-btn-hover {
  --tw-ring-offset-color: #000711;
}
.ring-offset-btn-hover\/0 {
  --tw-ring-offset-color: rgb(0 7 17 / 0);
}
.ring-offset-btn-hover\/10 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.1);
}
.ring-offset-btn-hover\/100 {
  --tw-ring-offset-color: rgb(0 7 17 / 1);
}
.ring-offset-btn-hover\/15 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.15);
}
.ring-offset-btn-hover\/20 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.2);
}
.ring-offset-btn-hover\/25 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.25);
}
.ring-offset-btn-hover\/30 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.3);
}
.ring-offset-btn-hover\/35 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.35);
}
.ring-offset-btn-hover\/40 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.4);
}
.ring-offset-btn-hover\/45 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.45);
}
.ring-offset-btn-hover\/5 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.05);
}
.ring-offset-btn-hover\/50 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.5);
}
.ring-offset-btn-hover\/55 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.55);
}
.ring-offset-btn-hover\/60 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.6);
}
.ring-offset-btn-hover\/65 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.65);
}
.ring-offset-btn-hover\/70 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.7);
}
.ring-offset-btn-hover\/75 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.75);
}
.ring-offset-btn-hover\/80 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.8);
}
.ring-offset-btn-hover\/85 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.85);
}
.ring-offset-btn-hover\/90 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.9);
}
.ring-offset-btn-hover\/95 {
  --tw-ring-offset-color: rgb(0 7 17 / 0.95);
}
.ring-offset-btn-text {
  --tw-ring-offset-color: #F3F3F3;
}
.ring-offset-btn-text\/0 {
  --tw-ring-offset-color: rgb(243 243 243 / 0);
}
.ring-offset-btn-text\/10 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.1);
}
.ring-offset-btn-text\/100 {
  --tw-ring-offset-color: rgb(243 243 243 / 1);
}
.ring-offset-btn-text\/15 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.15);
}
.ring-offset-btn-text\/20 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.2);
}
.ring-offset-btn-text\/25 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.25);
}
.ring-offset-btn-text\/30 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.3);
}
.ring-offset-btn-text\/35 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.35);
}
.ring-offset-btn-text\/40 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.4);
}
.ring-offset-btn-text\/45 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.45);
}
.ring-offset-btn-text\/5 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.05);
}
.ring-offset-btn-text\/50 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.5);
}
.ring-offset-btn-text\/55 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.55);
}
.ring-offset-btn-text\/60 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.6);
}
.ring-offset-btn-text\/65 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.65);
}
.ring-offset-btn-text\/70 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.7);
}
.ring-offset-btn-text\/75 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.75);
}
.ring-offset-btn-text\/80 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.8);
}
.ring-offset-btn-text\/85 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.85);
}
.ring-offset-btn-text\/90 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.9);
}
.ring-offset-btn-text\/95 {
  --tw-ring-offset-color: rgb(243 243 243 / 0.95);
}
.ring-offset-fill-disabled {
  --tw-ring-offset-color: #fafafa;
}
.ring-offset-fill-disabled\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}
.ring-offset-fill-disabled\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}
.ring-offset-fill-disabled\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}
.ring-offset-fill-disabled\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}
.ring-offset-fill-disabled\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}
.ring-offset-fill-disabled\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}
.ring-offset-fill-disabled\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}
.ring-offset-fill-disabled\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}
.ring-offset-fill-disabled\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}
.ring-offset-fill-disabled\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}
.ring-offset-fill-disabled\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}
.ring-offset-fill-disabled\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}
.ring-offset-fill-disabled\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}
.ring-offset-fill-disabled\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}
.ring-offset-fill-disabled\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}
.ring-offset-fill-disabled\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}
.ring-offset-fill-disabled\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}
.ring-offset-fill-disabled\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}
.ring-offset-fill-disabled\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}
.ring-offset-fill-disabled\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}
.ring-offset-fill-disabled\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}
.ring-offset-fill-primary {
  --tw-ring-offset-color: #EEF6F8;
}
.ring-offset-fill-primary\/0 {
  --tw-ring-offset-color: rgb(238 246 248 / 0);
}
.ring-offset-fill-primary\/10 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.1);
}
.ring-offset-fill-primary\/100 {
  --tw-ring-offset-color: rgb(238 246 248 / 1);
}
.ring-offset-fill-primary\/15 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.15);
}
.ring-offset-fill-primary\/20 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.2);
}
.ring-offset-fill-primary\/25 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.25);
}
.ring-offset-fill-primary\/30 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.3);
}
.ring-offset-fill-primary\/35 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.35);
}
.ring-offset-fill-primary\/40 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.4);
}
.ring-offset-fill-primary\/45 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.45);
}
.ring-offset-fill-primary\/5 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.05);
}
.ring-offset-fill-primary\/50 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.5);
}
.ring-offset-fill-primary\/55 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.55);
}
.ring-offset-fill-primary\/60 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.6);
}
.ring-offset-fill-primary\/65 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.65);
}
.ring-offset-fill-primary\/70 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.7);
}
.ring-offset-fill-primary\/75 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.75);
}
.ring-offset-fill-primary\/80 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.8);
}
.ring-offset-fill-primary\/85 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.85);
}
.ring-offset-fill-primary\/90 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.9);
}
.ring-offset-fill-primary\/95 {
  --tw-ring-offset-color: rgb(238 246 248 / 0.95);
}
.ring-offset-fill-secondary {
  --tw-ring-offset-color: #FFFFFF;
}
.ring-offset-fill-secondary\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-fill-secondary\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-fill-secondary\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-fill-secondary\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}
.ring-offset-fill-secondary\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-fill-secondary\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-fill-secondary\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-fill-secondary\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}
.ring-offset-fill-secondary\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-fill-secondary\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}
.ring-offset-fill-secondary\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-fill-secondary\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-fill-secondary\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}
.ring-offset-fill-secondary\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-fill-secondary\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}
.ring-offset-fill-secondary\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-fill-secondary\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-fill-secondary\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-fill-secondary\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}
.ring-offset-fill-secondary\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-fill-secondary\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\,border-color\,box-shadow\] {
  transition-property:
    background-color,
    border-color,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn {
  border-style: solid;
  border-color: #000;
  color: #000;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn span {
  text-underline-offset: 5px;
}
.btn-icon-lg {
  padding: 1.0625rem !important;
}
.btn-icon-md {
  padding: 0.8125rem !important;
}
.btn-icon-sm {
  padding: 0.3125rem !important;
}
.btn-icon-xs {
  padding: 0.3125rem !important;
}
.btn-lg {
  border-radius: 99999px;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.btn-lg span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.btn-lg app-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin: 0.25rem;
}
.btn-lg.loading [icon],
.btn-lg.loading [text] {
  opacity: 0;
}
.btn-md {
  border-radius: 99999px;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.btn-md span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.btn-md app-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin: 0.25rem;
}
.btn-md.loading [icon],
.btn-md.loading [text] {
  opacity: 0;
}
.btn-sm {
  border-radius: 99999px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.btn-sm span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.btn-sm app-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin: 0.25rem;
}
.btn-sm.loading [icon],
.btn-sm.loading [text] {
  opacity: 0;
}
.btn-xs {
  border-radius: 0;
  border-width: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-xs span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.btn-xs app-icon {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin: 0.25rem;
}
.btn-xs.loading [icon],
.btn-xs.loading [text] {
  opacity: 0;
}
.btn-primary {
  background-color: #002559;
  border-color: #002559;
  color: #fff;
  fill: #fff;
}
.btn-primary.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-primary.disabled span {
  text-decoration-color: #fff;
}
.btn-primary:not(.disabled):hover {
  background-color: #000711;
  border-color: #000711;
  color: #fff;
  fill: #fff;
}
.btn-primary:not(.disabled):hover span {
  text-decoration-color: #fff;
}
.btn-primary:not(.disabled):focus-visible {
  background-color: #000711;
  border-color: #000711;
  color: #fff;
  fill: #fff;
}
.btn-primary:not(.disabled):focus-visible span {
  text-decoration-color: #fff;
}
.btn-primary:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-primary:not(.disabled):active {
  background-color: #667C9C;
  border-color: #667C9C;
  color: #fff;
  fill: #fff;
}
.btn-primary:not(.disabled):active span {
  text-decoration-color: #fff;
}
.btn-primary span {
  -webkit-text-decoration: solid undefined #fff 2px;
  text-decoration: solid undefined #fff 2px;
}
.btn-primary.btn-danger {
  background-color: #AB0800;
  border-color: #AB0800;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-danger.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-danger.disabled span {
  text-decoration-color: #fff;
}
.btn-primary.btn-danger:not(.disabled):hover {
  background-color: #8A0600;
  border-color: #8A0600;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-danger:not(.disabled):hover span {
  text-decoration-color: #fff;
}
.btn-primary.btn-danger:not(.disabled):focus-visible {
  background-color: #8A0600;
  border-color: #8A0600;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-danger:not(.disabled):focus-visible span {
  text-decoration-color: #fff;
}
.btn-primary.btn-danger:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-primary.btn-danger:not(.disabled):active {
  background-color: #8A0600;
  border-color: #8A0600;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-danger:not(.disabled):active span {
  text-decoration-color: #fff;
}
.btn-primary.btn-danger span {
  -webkit-text-decoration: solid undefined #fff 2px;
  text-decoration: solid undefined #fff 2px;
}
.btn-primary.btn-info {
  background-color: #16B5CF;
  border-color: #16B5CF;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-info.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-info.disabled span {
  text-decoration-color: #fff;
}
.btn-primary.btn-info:not(.disabled):hover {
  background-color: #1291A6;
  border-color: #1291A6;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-info:not(.disabled):hover span {
  text-decoration-color: #fff;
}
.btn-primary.btn-info:not(.disabled):focus-visible {
  background-color: #1291A6;
  border-color: #1291A6;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-info:not(.disabled):focus-visible span {
  text-decoration-color: #fff;
}
.btn-primary.btn-info:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-primary.btn-info:not(.disabled):active {
  background-color: #1291A6;
  border-color: #1291A6;
  color: #fff;
  fill: #fff;
}
.btn-primary.btn-info:not(.disabled):active span {
  text-decoration-color: #fff;
}
.btn-primary.btn-info span {
  -webkit-text-decoration: solid undefined #fff 2px;
  text-decoration: solid undefined #fff 2px;
}
.btn-secondary {
  background-color: transparent;
  border-color: #002559;
  color: #002559;
  fill: #002559;
}
.btn-secondary.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-secondary.disabled span {
  text-decoration-color: #fff;
}
.btn-secondary:not(.disabled):hover {
  background-color: transparent;
  border-color: #000711;
  color: #000711;
  fill: #000711;
}
.btn-secondary:not(.disabled):hover span {
  text-decoration-color: #000711;
}
.btn-secondary:not(.disabled):focus-visible {
  background-color: transparent;
  border-color: #000711;
  color: #000711;
  fill: #000711;
}
.btn-secondary:not(.disabled):focus-visible span {
  text-decoration-color: #000711;
}
.btn-secondary:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-secondary:not(.disabled):active {
  background-color: transparent;
  border-color: #667C9C;
  color: #667C9C;
  fill: #667C9C;
}
.btn-secondary:not(.disabled):active span {
  text-decoration-color: #667C9C;
}
.btn-secondary span {
  -webkit-text-decoration: solid undefined #002559 2px;
  text-decoration: solid undefined #002559 2px;
}
.btn-secondary.btn-danger {
  background-color: transparent;
  border-color: #AB0800;
  color: #AB0800;
  fill: #AB0800;
}
.btn-secondary.btn-danger.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-secondary.btn-danger.disabled span {
  text-decoration-color: #fff;
}
.btn-secondary.btn-danger:not(.disabled):hover {
  background-color: transparent;
  border-color: #8A0600;
  color: #8A0600;
  fill: #8A0600;
}
.btn-secondary.btn-danger:not(.disabled):hover span {
  text-decoration-color: #8A0600;
}
.btn-secondary.btn-danger:not(.disabled):focus-visible {
  background-color: transparent;
  border-color: #8A0600;
  color: #8A0600;
  fill: #8A0600;
}
.btn-secondary.btn-danger:not(.disabled):focus-visible span {
  text-decoration-color: #8A0600;
}
.btn-secondary.btn-danger:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-secondary.btn-danger:not(.disabled):active {
  background-color: transparent;
  border-color: #8A0600;
  color: #8A0600;
  fill: #8A0600;
}
.btn-secondary.btn-danger:not(.disabled):active span {
  text-decoration-color: #8A0600;
}
.btn-secondary.btn-danger span {
  -webkit-text-decoration: solid undefined #AB0800 2px;
  text-decoration: solid undefined #AB0800 2px;
}
.btn-secondary.btn-info {
  background-color: transparent;
  border-color: #16B5CF;
  color: #16B5CF;
  fill: #16B5CF;
}
.btn-secondary.btn-info.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-secondary.btn-info.disabled span {
  text-decoration-color: #fff;
}
.btn-secondary.btn-info:not(.disabled):hover {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-secondary.btn-info:not(.disabled):hover span {
  text-decoration-color: #1291A6;
}
.btn-secondary.btn-info:not(.disabled):focus-visible {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-secondary.btn-info:not(.disabled):focus-visible span {
  text-decoration-color: #1291A6;
}
.btn-secondary.btn-info:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-secondary.btn-info:not(.disabled):active {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-secondary.btn-info:not(.disabled):active span {
  text-decoration-color: #1291A6;
}
.btn-secondary.btn-info span {
  -webkit-text-decoration: solid undefined #16B5CF 2px;
  text-decoration: solid undefined #16B5CF 2px;
}
.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #002559;
  fill: #002559;
}
.btn-tertiary.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #E4EAF3;
  fill: #E4EAF3;
}
.btn-tertiary.disabled span {
  text-decoration-color: #E4EAF3;
}
.btn-tertiary:not(.disabled):hover {
  background-color: transparent;
  border-color: transparent;
  color: #000711;
  fill: #000711;
}
.btn-tertiary:not(.disabled):hover span {
  text-decoration-color: #000711;
}
.btn-tertiary:not(.disabled):focus-visible {
  background-color: #fff;
  border-color: #3E58E0;
  color: #000711;
  fill: #000711;
}
.btn-tertiary:not(.disabled):focus-visible span {
  text-decoration-color: #000711;
}
.btn-tertiary:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-tertiary:not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
  color: #000711;
  fill: #000711;
}
.btn-tertiary:not(.disabled):active span {
  text-decoration-color: #000711;
}
.btn-tertiary span {
  -webkit-text-decoration: solid underline #002559 2px;
  text-decoration: solid underline #002559 2px;
}
.btn-tertiary.btn-danger {
  background-color: transparent;
  border-color: transparent;
  color: #AB0800;
  fill: #AB0800;
}
.btn-tertiary.btn-danger.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #E4EAF3;
  fill: #E4EAF3;
}
.btn-tertiary.btn-danger.disabled span {
  text-decoration-color: #E4EAF3;
}
.btn-tertiary.btn-danger:not(.disabled):hover {
  background-color: transparent;
  border-color: transparent;
  color: #8A0600;
  fill: #8A0600;
}
.btn-tertiary.btn-danger:not(.disabled):hover span {
  text-decoration-color: #8A0600;
}
.btn-tertiary.btn-danger:not(.disabled):focus-visible {
  background-color: transparent;
  border-color: #8A0600;
  color: #8A0600;
  fill: #8A0600;
}
.btn-tertiary.btn-danger:not(.disabled):focus-visible span {
  text-decoration-color: #8A0600;
}
.btn-tertiary.btn-danger:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-tertiary.btn-danger:not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
  color: #8A0600;
  fill: #8A0600;
}
.btn-tertiary.btn-danger:not(.disabled):active span {
  text-decoration-color: #8A0600;
}
.btn-tertiary.btn-danger span {
  -webkit-text-decoration: solid underline #AB0800 2px;
  text-decoration: solid underline #AB0800 2px;
}
.btn-tertiary.btn-info {
  background-color: transparent;
  border-color: #16B5CF;
  color: #16B5CF;
  fill: #16B5CF;
}
.btn-tertiary.btn-info.disabled {
  background-color: #E4EAF3;
  border-color: #E4EAF3;
  color: #fff;
  fill: #fff;
}
.btn-tertiary.btn-info.disabled span {
  text-decoration-color: #fff;
}
.btn-tertiary.btn-info:not(.disabled):hover {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-tertiary.btn-info:not(.disabled):hover span {
  text-decoration-color: #1291A6;
}
.btn-tertiary.btn-info:not(.disabled):focus-visible {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-tertiary.btn-info:not(.disabled):focus-visible span {
  text-decoration-color: #1291A6;
}
.btn-tertiary.btn-info:not(.disabled):focus-visible {
  --tw-ring-color: rgb(62 88 224 / 0.25);
}
.btn-tertiary.btn-info:not(.disabled):active {
  background-color: transparent;
  border-color: #1291A6;
  color: #1291A6;
  fill: #1291A6;
}
.btn-tertiary.btn-info:not(.disabled):active span {
  text-decoration-color: #1291A6;
}
.btn-tertiary.btn-info span {
  -webkit-text-decoration: solid underline #16B5CF 2px;
  text-decoration: solid underline #16B5CF 2px;
}
.icon {
  line-height: 1;
  font-size: 0;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
}
.icon svg {
  fill: inherit;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
}
.icon-100 {
  width: 6.25rem;
  height: 6.25rem;
  min-width: 6.25rem;
  min-height: 6.25rem;
}
.icon-12 {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  min-height: 0.75rem;
}
.icon-14 {
  width: 0.875rem;
  height: 0.875rem;
  min-width: 0.875rem;
  min-height: 0.875rem;
}
.icon-16 {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}
.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
}
.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
}
.icon-32 {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.icon-36 {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
}
.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.icon-48 {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
}
.icon-56 {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}
.icon-72 {
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
}
.link {
  color: #002559;
  text-decoration: underline;
}
.link:hover {
  color: #000711;
}

/* node_modules/video.js/dist/video-js.css */
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}
.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}
.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}
.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}
.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f116";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}
.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}
.vjs-icon-replay-5,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before,
.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}
.vjs-icon-replay-10,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-replay-30,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before,
.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-forward-5,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before,
.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}
.vjs-icon-forward-10,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}
.vjs-icon-forward-30,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before,
.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}
.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}
.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}
.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}
body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
}
.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid white;
  box-shadow: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}
.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.vjs-button > .vjs-svg-icon {
  display: inline-block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}
.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid white;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition:
    visibility 0.1s,
    opacity 0.1s,
    height 0.1s,
    width 0.1s,
    left 0s,
    top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition:
    visibility 1s,
    opacity 1s,
    height 1s 1s,
    width 1s,
    left 1s 1s,
    top 1s 1s;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}
.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}
.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}
.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}
.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
  display: flex;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.vjs-error .vjs-text-track-display {
  display: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}
@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-error .vjs-loading-spinner {
  display: none;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  20% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  100% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}
.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}
.vjs-error .vjs-text-track-settings {
  display: none;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image:
    linear-gradient(
      0deg,
      #fff 88%,
      rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image:
    linear-gradient(
      -180deg,
      #fff 88%,
      rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 60%,
      rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.vjs-error .vjs-title-bar {
  display: none;
}
.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}
.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}
.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s;
}
.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}
.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}
.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}
.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}
.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}
.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}
.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}
.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}
.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
