@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
.rich-text-unordered-list {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.rich-text-unordered-list .rich-text-unordered-list {
  list-style-type: circle;
  margin: 0;
  padding: 0;
}
.rich-text-unordered-list .rich-text-unordered-list .rich-text-unordered-list {
  list-style-type: square;
  margin: 0;
  padding: 0;
}
.rich-text-ordered-list .rich-text-ordered-list .rich-text-ordered-list {
  list-style-type: lower-roman;
  margin: 0;
  padding: 0;
}
.rich-text-ordered-list .rich-text-ordered-list {
  list-style-type: lower-latin;
  margin: 0;
  padding: 0;
}
.rich-text-ordered-list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
:root {
  --brand-web-lbc-blue: #004070;
  --brand-web-text-grey: #222;
  --brand-web-grey-200: #e1e2e5;
  --brand-web-grey-300: #737373;
  --brand-web-background-grey: #f5f5f5;
  --lbc-blue-50: #d8ecfd;
  --lbc-blue-100: #9fd5fc;
  --error-light: #feecf0;
  --base-font-size: 1rem;
  --3xl-scale: 1.25;
  --4xl-scale: 2;
  --5xl-scale: 3;
  --6xl-scale: 4;
}
body,
html {
  overscroll-behavior: none;
}
@media (min-width: 1921px) {
  html {
    font-size: calc(var(--base-font-size) * var(--3xl-scale));
  }
}
@media (min-width: 2561px) {
  html {
    font-size: calc(var(--base-font-size) * var(--4xl-scale));
  }
}
@media (min-width: 3841px) {
  html {
    font-size: calc(var(--base-font-size) * var(--5xl-scale));
  }
}
@media (min-width: 5761px) {
  html {
    font-size: calc(var(--base-font-size) * var(--6xl-scale));
  }
}
#navigation {
  top: 0;
  z-index: 200;
}
.h-min {
  height: -moz-min-content;
}
.w-max {
  width: -moz-max-content;
}
.select-none {
  -moz-user-select: none;
}
.appearance-none {
  -moz-appearance: none;
}
.gap-x-13 {
  -moz-column-gap: 3.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
}
.gap-x-\[0\.375rem\] {
  -moz-column-gap: 0.375rem;
}
.object-cover {
  -o-object-fit: cover;
}
.object-center {
  -o-object-position: center;
}
.object-top {
  -o-object-position: top;
}
.flex-gap-x-\30 {
  margin-right: 0;
  margin-left: 0;
}
.flex-gap-\32 {
  margin: -0.25rem;
}
.flex-gap-x-\32 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.flex-gap-y-\34 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.flex-gap-y-\35 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.flex-gap-x-\36 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.flex-gap-y-\36 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.flex-gap-\38 {
  margin: -1rem;
}
.text-shadow {
  text-shadow: -0.04ex 0 currentColor, 0.04ex 0 currentColor;
}
.underline {
  text-underline-offset: 0.25rem;
}
sub {
  bottom: 0;
}
sub,
sup {
  font-size: 66.66%;
}
sup {
  top: -0.35em;
}
.headlinelevel sup {
  top: -0.75em;
  font-size: 50%;
}
.offer-bubble-bold sup {
  font-size: 60%;
}
.offer-bubble-bold sub {
  font-size: 60%;
  bottom: 0;
}
.word-break-all {
  word-break: break-all;
}
.text-border {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.rich-text-ordered-list .link-parent-li br,
.rich-text-unordered-list .link-parent-li br {
  display: none;
}
input[type="text"]:-webkit-autofill.defaultState,
input[type="text"]:-webkit-autofill:focus.defaultState {
  box-shadow: inset 0 0 0 1000px #fff;
}
input[type="text"]:-webkit-autofill:hover.defaultState {
  box-shadow: 0 0 0 1000px var(--lbc-blue-50) inset;
}
input[type="text"]:-webkit-autofill.errorState,
input[type="text"]:-webkit-autofill:focus.errorState {
  box-shadow: 0 0 0 1000px var(--error-light) inset;
}
input[type="text"]:-webkit-autofill:hover.errorState {
  box-shadow: 0 0 0 1000px var(--lbc-blue-50) inset;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:leading-6::-moz-placeholder {
  line-height: 1.5rem;
}
.placeholder\:tracking-\[0\.0125rem\]::-moz-placeholder {
  letter-spacing: 0.0125rem;
}
.placeholder\:text-brand-web-grey-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.hover\:text-shadow:hover {
  text-shadow: -0.04ex 0 currentColor, 0.04ex 0 currentColor;
}
.hover\:underline:hover {
  text-underline-offset: 0.25rem;
}
.hover\:placeholder\:text-brand-web-text-grey:hover::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.active\:text-shadow:active {
  text-shadow: -0.04ex 0 currentColor, 0.04ex 0 currentColor;
}
.active\:underline:active {
  text-underline-offset: 0.25rem;
}
.disabled\:hover\:placeholder\:text-brand-web-grey-300:hover:disabled::-moz-placeholder,
.disabled\:placeholder\:text-brand-web-grey-300:disabled::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-underline-offset: 0.25rem;
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:inset-0 {
    inset: 0;
  }
  .md\:-left-12 {
    left: -3rem;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:bottom-10 {
    bottom: 2.5rem;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-4 {
    left: 1rem;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-10 {
    right: 2.5rem;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:right-\[-1\.188rem\] {
    right: -1.188rem;
  }
  .md\:right-\[-1\.25rem\] {
    right: -1.25rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-12 {
    top: 3rem;
  }
  .md\:top-13 {
    top: 3.375rem;
  }
  .md\:top-6,
  .md\:top-\[1\.5rem\] {
    top: 1.5rem;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-\[1\.875rem\] {
    margin-top: 1.875rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-\[0\.313rem\] {
    height: 0.313rem;
  }
  .md\:h-\[1\.125rem\] {
    height: 1.125rem;
  }
  .md\:h-\[16\.5rem\] {
    height: 16.5rem;
  }
  .md\:h-\[35\.5rem\] {
    height: 35.5rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-\[10\.438rem\] {
    width: 10.438rem;
  }
  .md\:w-\[16\.5rem\] {
    width: 16.5rem;
  }
  .md\:w-\[19rem\] {
    width: 19rem;
  }
  .md\:w-\[20rem\] {
    width: 20rem;
  }
  .md\:w-\[34\.5\%\] {
    width: 34.5%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[47\%\] {
    width: 47%;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[53\%\] {
    width: 53%;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[62\%\] {
    width: 62%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }
  .md\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:basis-1\/4 {
    flex-basis: 25%;
  }
  .md\:basis-full {
    flex-basis: 100%;
  }
  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .md\:-translate-y-full,
  .md\:translate-y-0 {
    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));
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:whitespace-normal {
    white-space: normal;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:border-b-\[1\.25rem\] {
    border-bottom-width: 1.25rem;
  }
  .md\:border-l-\[1\.25rem\] {
    border-left-width: 1.25rem;
  }
  .md\:border-t-\[1\.25rem\] {
    border-top-width: 1.25rem;
  }
  .md\:bg-brand-web-lbc-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 64 112 / var(--tw-bg-opacity));
  }
  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-\[30rem\] {
    padding-bottom: 30rem;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-\[2\.625rem\] {
    padding-left: 2.625rem;
  }
  .md\:pl-\[8\%\] {
    padding-left: 8%;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-3xl {
    font-size: 2rem;
  }
  .md\:text-4xl {
    font-size: 3rem;
  }
  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:text-\[3rem\] {
    font-size: 3rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:leading-5 {
    line-height: 1.25rem;
  }
  .md\:transition-none {
    transition-property: none;
  }
  .md\:duration-\[0ms\] {
    transition-duration: 0ms;
  }
  .md\:flex-gap-y-0,
  .md\:flex-gap-y-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:flex-gap-x-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .md\:flex-gap-x-2 > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .md\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .md\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .md\:flex-gap-y-12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:flex-gap-y-12 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:after\:left-\[2\.8125rem\]:after {
    content: var(--tw-content);
    left: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:bottom-12 {
    bottom: 3rem;
  }
  .lg\:bottom-20 {
    bottom: 5rem;
  }
  .lg\:right-12 {
    right: 3rem;
  }
  .lg\:right-20 {
    right: 5rem;
  }
  .lg\:right-\[-22\.5rem\] {
    right: -22.5rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-\[0\.438rem\] {
    height: 0.438rem;
  }
  .lg\:h-\[17rem\] {
    height: 17rem;
  }
  .lg\:h-\[22\.375rem\] {
    height: 22.375rem;
  }
  .lg\:max-h-14 {
    max-height: 3.5rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-\[12\.875rem\] {
    width: 12.875rem;
  }
  .lg\:w-\[17rem\] {
    width: 17rem;
  }
  .lg\:w-\[20\.625rem\] {
    width: 20.625rem;
  }
  .lg\:w-\[24rem\] {
    width: 24rem;
  }
  .lg\:w-\[26\.25rem\] {
    width: 26.25rem;
  }
  .lg\:w-\[27\%\] {
    width: 27%;
  }
  .lg\:w-\[31rem\] {
    width: 31rem;
  }
  .lg\:w-\[36\%\] {
    width: 36%;
  }
  .lg\:w-\[46\.5\%\] {
    width: 46.5%;
  }
  .lg\:w-\[48\%\] {
    width: 48%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[63\%\] {
    width: 63%;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:max-w-\[9rem\] {
    max-width: 9rem;
  }
  .lg\:translate-y-\[6\.5rem\] {
    --tw-translate-y: 6.5rem;
  }
  .lg\:scale-\[0\.77\],
  .lg\:translate-y-\[6\.5rem\] {
    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));
  }
  .lg\:scale-\[0\.77\] {
    --tw-scale-x: 0.77;
    --tw-scale-y: 0.77;
  }
  .lg\:scroll-mt-\[9\.5rem\] {
    scroll-margin-top: 9.5rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .lg\:pb-\[5\.5rem\] {
    padding-bottom: 5.5rem;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-\[6\.5\%\] {
    padding-left: 6.5%;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-\[18\.75rem\] {
    padding-top: 18.75rem;
  }
  .lg\:pt-\[24\.1875rem\] {
    padding-top: 24.1875rem;
  }
  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }
  .lg\:pt-\[40rem\] {
    padding-top: 40rem;
  }
  .lg\:pt-\[42rem\] {
    padding-top: 42rem;
  }
  .lg\:pt-\[44rem\] {
    padding-top: 44rem;
  }
  .lg\:pt-\[46rem\] {
    padding-top: 46rem;
  }
  .lg\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-4xl {
    font-size: 3rem;
  }
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .lg\:delay-1000 {
    transition-delay: 1s;
  }
  .lg\:delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .lg\:duration-200 {
    transition-duration: 0.2s;
  }
  .lg\:flex-gap-y-5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .lg\:flex-gap-y-5 > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .lg\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .lg\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:right-\[-22\.5rem\] {
    right: -22.5rem;
  }
  .xl\:top-12 {
    top: 3rem;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-mt-0 {
    margin-top: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mt-\[1\.125rem\] {
    margin-top: 1.125rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:aspect-auto {
    aspect-ratio: auto;
  }
  .xl\:h-\[18rem\] {
    height: 18rem;
  }
  .xl\:max-h-\[4\.5rem\] {
    max-height: 4.5rem;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-3\/5 {
    width: 60%;
  }
  .xl\:w-4\/5 {
    width: 80%;
  }
  .xl\:w-48 {
    width: 12rem;
  }
  .xl\:w-60 {
    width: 15rem;
  }
  .xl\:w-\[17\%\] {
    width: 17%;
  }
  .xl\:w-\[18rem\] {
    width: 18rem;
  }
  .xl\:w-\[21\.5\%\] {
    width: 21.5%;
  }
  .xl\:w-\[25\%\] {
    width: 25%;
  }
  .xl\:w-\[25rem\] {
    width: 25rem;
  }
  .xl\:w-\[26rem\] {
    width: 26rem;
  }
  .xl\:w-\[30\.2\%\] {
    width: 30.2%;
  }
  .xl\:w-\[47\.6\%\] {
    width: 47.6%;
  }
  .xl\:w-\[48\.5\%\] {
    width: 48.5%;
  }
  .xl\:w-\[50\%\] {
    width: 50%;
  }
  .xl\:w-\[63\%\] {
    width: 63%;
  }
  .xl\:w-\[70\%\] {
    width: 70%;
  }
  .xl\:w-\[calc\(12\.5rem\+50\%\)\] {
    width: calc(12.5rem + 50%);
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[4\.5rem\] {
    max-width: 4.5rem;
  }
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
  .xl\:basis-0 {
    flex-basis: 0px;
  }
  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-60 {
    padding-bottom: 15rem;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .xl\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .xl\:pb-\[5\.5rem\] {
    padding-bottom: 5.5rem;
  }
  .xl\:pb-\[7\.625rem\] {
    padding-bottom: 7.625rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-\[0\] {
    padding-left: 0;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }
  .xl\:pt-\[4\.6875rem\] {
    padding-top: 4.6875rem;
  }
  .xl\:pt-\[40rem\] {
    padding-top: 40rem;
  }
  .xl\:pt-\[42rem\] {
    padding-top: 42rem;
  }
  .xl\:pt-\[44rem\] {
    padding-top: 44rem;
  }
  .xl\:pt-\[46rem\] {
    padding-top: 46rem;
  }
  .xl\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .xl\:text-\[3rem\] {
    font-size: 3rem;
  }
  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }
  .xl\:leading-7 {
    line-height: 1.75rem;
  }
  .xl\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .xl\:flex-gap-x-0,
  .xl\:flex-gap-x-0 > * {
    margin-right: 0;
    margin-left: 0;
  }
  .xl\:flex-gap-y-0,
  .xl\:flex-gap-y-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .xl\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }
}
:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}
.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  24%,
  8% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
}
.svg-inline--fa .fa-secondary,
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: #000;
}
.fa-duotone.fa-inverse,
.fad.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
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,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  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;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  /* margin: 0; */
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --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: rgba(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: ;
}
::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: rgba(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: ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-15 {
  bottom: -3.75rem;
}
.-bottom-\[0\.625rem\] {
  bottom: -0.625rem;
}
.-bottom-\[1\.625rem\] {
  bottom: -1.625rem;
}
.-left-12 {
  left: -3rem;
}
.-left-4 {
  left: -1rem;
}
.-left-full {
  left: -100%;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[5\.125rem\] {
  right: -5.125rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-13 {
  top: -3.375rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[-999em\] {
  left: -999em;
}
.left-\[0\.188rem\] {
  left: 0.188rem;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-1\.125rem\] {
  right: -1.125rem;
}
.right-\[-1\.15rem\] {
  right: -1.15rem;
}
.right-\[-1\.25rem\] {
  right: -1.25rem;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-13 {
  top: 3.375rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[1\.313rem\] {
  top: 1.313rem;
}
.top-\[2\.4375rem\] {
  top: 2.4375rem;
}
.top-\[5\.75rem\] {
  top: 5.75rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[21\] {
  z-index: 21;
}
.z-\[99\] {
  z-index: 99;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0;
}
.m-auto {
  margin: auto;
}
.-my-\[0\.3em\] {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[-0\.0625rem\] {
  margin-left: -0.0625rem;
}
.ml-\[0\.3125rem\] {
  margin-left: 0.3125rem;
}
.ml-\[1\.5625rem\] {
  margin-left: 1.5625rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[0\.125rem\] {
  margin-right: 0.125rem;
}
.mr-\[0\.25rem\] {
  margin-right: 0.25rem;
}
.mr-\[0\.3125rem\] {
  margin-right: 0.3125rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-3rem\] {
  margin-top: -3rem;
}
.mt-\[-5\.125rem\] {
  margin-top: -5.125rem;
}
.mt-\[0\.125rem\] {
  margin-top: 0.125rem;
}
.mt-\[0\.3125rem\] {
  margin-top: 0.3125rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[2\.125rem\] {
  margin-top: 2.125rem;
}
.mt-\[2\.625rem\] {
  margin-top: 2.625rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.h-0 {
  height: 0;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-13 {
  height: 3.375rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.2rem\] {
  height: 0.2rem;
}
.h-\[0\.313rem\] {
  height: 0.313rem;
}
.h-\[10\.375rem\] {
  height: 10.375rem;
}
.h-\[12\.875rem\] {
  height: 12.875rem;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[14\.85rem\] {
  height: 14.85rem;
}
.h-\[15\.3125rem\] {
  height: 15.3125rem;
}
.h-\[15\.625rem\] {
  height: 15.625rem;
}
.h-\[17\.5rem\] {
  height: 17.5rem;
}
.h-\[2\.375rem\] {
  height: 2.375rem;
}
.h-\[20\.438rem\] {
  height: 20.438rem;
}
.h-\[20\.625rem\] {
  height: 20.625rem;
}
.h-\[3\.125rem\] {
  height: 3.125rem;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[4\.75rem\] {
  height: 4.75rem;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[9\.5rem\] {
  height: 9.5rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-min {
  height: min-content;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[19\.5rem\] {
  min-height: 19.5rem;
}
.min-h-\[1rem\] {
  min-height: 1rem;
}
.min-h-\[3\.5rem\] {
  min-height: 3.5rem;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[11\.003rem\] {
  width: 11.003rem;
}
.w-\[12\.813rem\] {
  width: 12.813rem;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[14\.85rem\] {
  width: 14.85rem;
}
.w-\[16\.375rem\] {
  width: 16.375rem;
}
.w-\[17\.6\%\] {
  width: 17.6%;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\.438rem\] {
  width: 20.438rem;
}
.w-\[21rem\] {
  width: 21rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[4\.625rem\] {
  width: 4.625rem;
}
.w-\[5\.875rem\] {
  width: 5.875rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[8\.625rem\] {
  width: 8.625rem;
}
.w-\[9\.625rem\] {
  width: 9.625rem;
}
.w-\[calc\(100\%\+0\.125rem\)\] {
  width: calc(100% + 0.125rem);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[12\.5rem\] {
  min-width: 12.5rem;
}
.min-w-\[1rem\] {
  min-width: 1rem;
}
.max-w-\[20\.5rem\] {
  max-width: 20.5rem;
}
.max-w-\[5\.625rem\] {
  max-width: 5.625rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-full {
  --tw-translate-y: -100%;
}
.-translate-y-full,
.translate-y-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-y-13 {
  --tw-translate-y: 3.375rem;
}
.translate-y-13,
.translate-y-\[calc\(-100\%-2\.5rem\)\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(-100\%-2\.5rem\)\] {
  --tw-translate-y: calc(-100% - 2.5rem);
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.rotate-45,
.translate-y-full {
  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));
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.rotate-\[315deg\] {
  --tw-rotate: 315deg;
}
.rotate-\[315deg\],
.scale-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}
.scale-\[0\.62\] {
  --tw-scale-x: 0.62;
  --tw-scale-y: 0.62;
}
.scale-\[0\.62\],
.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));
}
.transform-none {
  transform: none;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-13 {
  scroll-margin-top: 3.375rem;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-13 {
  column-gap: 3.375rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-20 {
  column-gap: 5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-x-\[0\.375rem\] {
  column-gap: 0.375rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\],
.rounded-default {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xs {
  border-radius: 0.25rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-bl-xs {
  border-bottom-left-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[0\.0625rem\] {
  border-width: 0.0625rem;
}
.border-\[0\.125rem\] {
  border-width: 0.125rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-b-\[0\.063rem\] {
  border-bottom-width: 0.063rem;
}
.border-b-\[0\.125rem\] {
  border-bottom-width: 0.125rem;
}
.border-b-\[0\.3125rem\] {
  border-bottom-width: 0.3125rem;
}
.border-b-\[0\.313rem\] {
  border-bottom-width: 0.313rem;
}
.border-b-\[1\.188rem\] {
  border-bottom-width: 1.188rem;
}
.border-b-\[1\.18rem\] {
  border-bottom-width: 1.18rem;
}
.border-b-\[1\.25rem\] {
  border-bottom-width: 1.25rem;
}
.border-l-\[1\.188rem\] {
  border-left-width: 1.188rem;
}
.border-l-\[1\.18rem\] {
  border-left-width: 1.18rem;
}
.border-l-\[1\.25rem\] {
  border-left-width: 1.25rem;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-\[1\.188rem\] {
  border-top-width: 1.188rem;
}
.border-t-\[1\.18rem\] {
  border-top-width: 1.18rem;
}
.border-t-\[1\.25rem\] {
  border-top-width: 1.25rem;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-brand-web-background-grey {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-brand-web-background-grey\/0 {
  border-color: hsla(0, 0%, 96%, 0);
}
.border-brand-web-background-grey\/10 {
  border-color: hsla(0, 0%, 96%, 0.1);
}
.border-brand-web-background-grey\/100 {
  border-color: #f5f5f5;
}
.border-brand-web-background-grey\/20 {
  border-color: hsla(0, 0%, 96%, 0.2);
}
.border-brand-web-background-grey\/25 {
  border-color: hsla(0, 0%, 96%, 0.25);
}
.border-brand-web-background-grey\/30 {
  border-color: hsla(0, 0%, 96%, 0.3);
}
.border-brand-web-background-grey\/40 {
  border-color: hsla(0, 0%, 96%, 0.4);
}
.border-brand-web-background-grey\/5 {
  border-color: hsla(0, 0%, 96%, 0.05);
}
.border-brand-web-background-grey\/50 {
  border-color: hsla(0, 0%, 96%, 0.5);
}
.border-brand-web-background-grey\/60 {
  border-color: hsla(0, 0%, 96%, 0.6);
}
.border-brand-web-background-grey\/70 {
  border-color: hsla(0, 0%, 96%, 0.7);
}
.border-brand-web-background-grey\/75 {
  border-color: hsla(0, 0%, 96%, 0.75);
}
.border-brand-web-background-grey\/80 {
  border-color: hsla(0, 0%, 96%, 0.8);
}
.border-brand-web-background-grey\/90 {
  border-color: hsla(0, 0%, 96%, 0.9);
}
.border-brand-web-background-grey\/95 {
  border-color: hsla(0, 0%, 96%, 0.95);
}
.border-brand-web-card-grey {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 214 / var(--tw-border-opacity));
}
.border-brand-web-card-grey\/0 {
  border-color: hsla(75, 5%, 85%, 0);
}
.border-brand-web-card-grey\/10 {
  border-color: hsla(75, 5%, 85%, 0.1);
}
.border-brand-web-card-grey\/100 {
  border-color: #d9dad6;
}
.border-brand-web-card-grey\/20 {
  border-color: hsla(75, 5%, 85%, 0.2);
}
.border-brand-web-card-grey\/25 {
  border-color: hsla(75, 5%, 85%, 0.25);
}
.border-brand-web-card-grey\/30 {
  border-color: hsla(75, 5%, 85%, 0.3);
}
.border-brand-web-card-grey\/40 {
  border-color: hsla(75, 5%, 85%, 0.4);
}
.border-brand-web-card-grey\/5 {
  border-color: hsla(75, 5%, 85%, 0.05);
}
.border-brand-web-card-grey\/50 {
  border-color: hsla(75, 5%, 85%, 0.5);
}
.border-brand-web-card-grey\/60 {
  border-color: hsla(75, 5%, 85%, 0.6);
}
.border-brand-web-card-grey\/70 {
  border-color: hsla(75, 5%, 85%, 0.7);
}
.border-brand-web-card-grey\/75 {
  border-color: hsla(75, 5%, 85%, 0.75);
}
.border-brand-web-card-grey\/80 {
  border-color: hsla(75, 5%, 85%, 0.8);
}
.border-brand-web-card-grey\/90 {
  border-color: hsla(75, 5%, 85%, 0.9);
}
.border-brand-web-card-grey\/95 {
  border-color: hsla(75, 5%, 85%, 0.95);
}
.border-brand-web-fresh-mint {
  --tw-border-opacity: 1;
  border-color: rgb(39 242 211 / var(--tw-border-opacity));
}
.border-brand-web-fresh-mint\/0 {
  border-color: rgba(39, 242, 211, 0);
}
.border-brand-web-fresh-mint\/10 {
  border-color: rgba(39, 242, 211, 0.1);
}
.border-brand-web-fresh-mint\/100 {
  border-color: #27f2d3;
}
.border-brand-web-fresh-mint\/20 {
  border-color: rgba(39, 242, 211, 0.2);
}
.border-brand-web-fresh-mint\/25 {
  border-color: rgba(39, 242, 211, 0.25);
}
.border-brand-web-fresh-mint\/30 {
  border-color: rgba(39, 242, 211, 0.3);
}
.border-brand-web-fresh-mint\/40 {
  border-color: rgba(39, 242, 211, 0.4);
}
.border-brand-web-fresh-mint\/5 {
  border-color: rgba(39, 242, 211, 0.05);
}
.border-brand-web-fresh-mint\/50 {
  border-color: rgba(39, 242, 211, 0.5);
}
.border-brand-web-fresh-mint\/60 {
  border-color: rgba(39, 242, 211, 0.6);
}
.border-brand-web-fresh-mint\/70 {
  border-color: rgba(39, 242, 211, 0.7);
}
.border-brand-web-fresh-mint\/75 {
  border-color: rgba(39, 242, 211, 0.75);
}
.border-brand-web-fresh-mint\/80 {
  border-color: rgba(39, 242, 211, 0.8);
}
.border-brand-web-fresh-mint\/90 {
  border-color: rgba(39, 242, 211, 0.9);
}
.border-brand-web-fresh-mint\/95 {
  border-color: rgba(39, 242, 211, 0.95);
}
.border-brand-web-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(225 226 229 / var(--tw-border-opacity));
}
.border-brand-web-grey-200\/0 {
  border-color: hsla(225, 7%, 89%, 0);
}
.border-brand-web-grey-200\/10 {
  border-color: hsla(225, 7%, 89%, 0.1);
}
.border-brand-web-grey-200\/100 {
  border-color: #e1e2e5;
}
.border-brand-web-grey-200\/20 {
  border-color: hsla(225, 7%, 89%, 0.2);
}
.border-brand-web-grey-200\/25 {
  border-color: hsla(225, 7%, 89%, 0.25);
}
.border-brand-web-grey-200\/30 {
  border-color: hsla(225, 7%, 89%, 0.3);
}
.border-brand-web-grey-200\/40 {
  border-color: hsla(225, 7%, 89%, 0.4);
}
.border-brand-web-grey-200\/5 {
  border-color: hsla(225, 7%, 89%, 0.05);
}
.border-brand-web-grey-200\/50 {
  border-color: hsla(225, 7%, 89%, 0.5);
}
.border-brand-web-grey-200\/60 {
  border-color: hsla(225, 7%, 89%, 0.6);
}
.border-brand-web-grey-200\/70 {
  border-color: hsla(225, 7%, 89%, 0.7);
}
.border-brand-web-grey-200\/75 {
  border-color: hsla(225, 7%, 89%, 0.75);
}
.border-brand-web-grey-200\/80 {
  border-color: hsla(225, 7%, 89%, 0.8);
}
.border-brand-web-grey-200\/90 {
  border-color: hsla(225, 7%, 89%, 0.9);
}
.border-brand-web-grey-200\/95 {
  border-color: hsla(225, 7%, 89%, 0.95);
}
.border-brand-web-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-brand-web-grey-300\/0 {
  border-color: hsla(0, 0%, 45%, 0);
}
.border-brand-web-grey-300\/10 {
  border-color: hsla(0, 0%, 45%, 0.1);
}
.border-brand-web-grey-300\/100 {
  border-color: #737373;
}
.border-brand-web-grey-300\/20 {
  border-color: hsla(0, 0%, 45%, 0.2);
}
.border-brand-web-grey-300\/25 {
  border-color: hsla(0, 0%, 45%, 0.25);
}
.border-brand-web-grey-300\/30 {
  border-color: hsla(0, 0%, 45%, 0.3);
}
.border-brand-web-grey-300\/40 {
  border-color: hsla(0, 0%, 45%, 0.4);
}
.border-brand-web-grey-300\/5 {
  border-color: hsla(0, 0%, 45%, 0.05);
}
.border-brand-web-grey-300\/50 {
  border-color: hsla(0, 0%, 45%, 0.5);
}
.border-brand-web-grey-300\/60 {
  border-color: hsla(0, 0%, 45%, 0.6);
}
.border-brand-web-grey-300\/70 {
  border-color: hsla(0, 0%, 45%, 0.7);
}
.border-brand-web-grey-300\/75 {
  border-color: hsla(0, 0%, 45%, 0.75);
}
.border-brand-web-grey-300\/80 {
  border-color: hsla(0, 0%, 45%, 0.8);
}
.border-brand-web-grey-300\/90 {
  border-color: hsla(0, 0%, 45%, 0.9);
}
.border-brand-web-grey-300\/95 {
  border-color: hsla(0, 0%, 45%, 0.95);
}
.border-brand-web-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}
.border-brand-web-grey-500\/0 {
  border-color: rgba(85, 85, 85, 0);
}
.border-brand-web-grey-500\/10 {
  border-color: rgba(85, 85, 85, 0.1);
}
.border-brand-web-grey-500\/100 {
  border-color: #555;
}
.border-brand-web-grey-500\/20 {
  border-color: rgba(85, 85, 85, 0.2);
}
.border-brand-web-grey-500\/25 {
  border-color: rgba(85, 85, 85, 0.25);
}
.border-brand-web-grey-500\/30 {
  border-color: rgba(85, 85, 85, 0.3);
}
.border-brand-web-grey-500\/40 {
  border-color: rgba(85, 85, 85, 0.4);
}
.border-brand-web-grey-500\/5 {
  border-color: rgba(85, 85, 85, 0.05);
}
.border-brand-web-grey-500\/50 {
  border-color: rgba(85, 85, 85, 0.5);
}
.border-brand-web-grey-500\/60 {
  border-color: rgba(85, 85, 85, 0.6);
}
.border-brand-web-grey-500\/70 {
  border-color: rgba(85, 85, 85, 0.7);
}
.border-brand-web-grey-500\/75 {
  border-color: rgba(85, 85, 85, 0.75);
}
.border-brand-web-grey-500\/80 {
  border-color: rgba(85, 85, 85, 0.8);
}
.border-brand-web-grey-500\/90 {
  border-color: rgba(85, 85, 85, 0.9);
}
.border-brand-web-grey-500\/95 {
  border-color: rgba(85, 85, 85, 0.95);
}
.border-brand-web-lbc-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.border-brand-web-lbc-blue\/0 {
  border-color: rgba(0, 64, 112, 0);
}
.border-brand-web-lbc-blue\/10 {
  border-color: rgba(0, 64, 112, 0.1);
}
.border-brand-web-lbc-blue\/100 {
  border-color: #004070;
}
.border-brand-web-lbc-blue\/20 {
  border-color: rgba(0, 64, 112, 0.2);
}
.border-brand-web-lbc-blue\/25 {
  border-color: rgba(0, 64, 112, 0.25);
}
.border-brand-web-lbc-blue\/30 {
  border-color: rgba(0, 64, 112, 0.3);
}
.border-brand-web-lbc-blue\/40 {
  border-color: rgba(0, 64, 112, 0.4);
}
.border-brand-web-lbc-blue\/5 {
  border-color: rgba(0, 64, 112, 0.05);
}
.border-brand-web-lbc-blue\/50 {
  border-color: rgba(0, 64, 112, 0.5);
}
.border-brand-web-lbc-blue\/60 {
  border-color: rgba(0, 64, 112, 0.6);
}
.border-brand-web-lbc-blue\/70 {
  border-color: rgba(0, 64, 112, 0.7);
}
.border-brand-web-lbc-blue\/75 {
  border-color: rgba(0, 64, 112, 0.75);
}
.border-brand-web-lbc-blue\/80 {
  border-color: rgba(0, 64, 112, 0.8);
}
.border-brand-web-lbc-blue\/90 {
  border-color: rgba(0, 64, 112, 0.9);
}
.border-brand-web-lbc-blue\/95 {
  border-color: rgba(0, 64, 112, 0.95);
}
.border-brand-web-lbc-gold {
  --tw-border-opacity: 1;
  border-color: rgb(253 184 18 / var(--tw-border-opacity));
}
.border-brand-web-lbc-gold\/0 {
  border-color: rgba(253, 184, 18, 0);
}
.border-brand-web-lbc-gold\/10 {
  border-color: rgba(253, 184, 18, 0.1);
}
.border-brand-web-lbc-gold\/100 {
  border-color: #fdb812;
}
.border-brand-web-lbc-gold\/20 {
  border-color: rgba(253, 184, 18, 0.2);
}
.border-brand-web-lbc-gold\/25 {
  border-color: rgba(253, 184, 18, 0.25);
}
.border-brand-web-lbc-gold\/30 {
  border-color: rgba(253, 184, 18, 0.3);
}
.border-brand-web-lbc-gold\/40 {
  border-color: rgba(253, 184, 18, 0.4);
}
.border-brand-web-lbc-gold\/5 {
  border-color: rgba(253, 184, 18, 0.05);
}
.border-brand-web-lbc-gold\/50 {
  border-color: rgba(253, 184, 18, 0.5);
}
.border-brand-web-lbc-gold\/60 {
  border-color: rgba(253, 184, 18, 0.6);
}
.border-brand-web-lbc-gold\/70 {
  border-color: rgba(253, 184, 18, 0.7);
}
.border-brand-web-lbc-gold\/75 {
  border-color: rgba(253, 184, 18, 0.75);
}
.border-brand-web-lbc-gold\/80 {
  border-color: rgba(253, 184, 18, 0.8);
}
.border-brand-web-lbc-gold\/90 {
  border-color: rgba(253, 184, 18, 0.9);
}
.border-brand-web-lbc-gold\/95 {
  border-color: rgba(253, 184, 18, 0.95);
}
.border-brand-web-raspberry {
  --tw-border-opacity: 1;
  border-color: rgb(224 13 66 / var(--tw-border-opacity));
}
.border-brand-web-raspberry\/0 {
  border-color: rgba(224, 13, 66, 0);
}
.border-brand-web-raspberry\/10 {
  border-color: rgba(224, 13, 66, 0.1);
}
.border-brand-web-raspberry\/100 {
  border-color: #e00d42;
}
.border-brand-web-raspberry\/20 {
  border-color: rgba(224, 13, 66, 0.2);
}
.border-brand-web-raspberry\/25 {
  border-color: rgba(224, 13, 66, 0.25);
}
.border-brand-web-raspberry\/30 {
  border-color: rgba(224, 13, 66, 0.3);
}
.border-brand-web-raspberry\/40 {
  border-color: rgba(224, 13, 66, 0.4);
}
.border-brand-web-raspberry\/5 {
  border-color: rgba(224, 13, 66, 0.05);
}
.border-brand-web-raspberry\/50 {
  border-color: rgba(224, 13, 66, 0.5);
}
.border-brand-web-raspberry\/60 {
  border-color: rgba(224, 13, 66, 0.6);
}
.border-brand-web-raspberry\/70 {
  border-color: rgba(224, 13, 66, 0.7);
}
.border-brand-web-raspberry\/75 {
  border-color: rgba(224, 13, 66, 0.75);
}
.border-brand-web-raspberry\/80 {
  border-color: rgba(224, 13, 66, 0.8);
}
.border-brand-web-raspberry\/90 {
  border-color: rgba(224, 13, 66, 0.9);
}
.border-brand-web-raspberry\/95 {
  border-color: rgba(224, 13, 66, 0.95);
}
.border-brand-web-text-grey {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-brand-web-text-grey\/0 {
  border-color: rgba(34, 34, 34, 0);
}
.border-brand-web-text-grey\/10 {
  border-color: rgba(34, 34, 34, 0.1);
}
.border-brand-web-text-grey\/100 {
  border-color: #222;
}
.border-brand-web-text-grey\/20 {
  border-color: rgba(34, 34, 34, 0.2);
}
.border-brand-web-text-grey\/25 {
  border-color: rgba(34, 34, 34, 0.25);
}
.border-brand-web-text-grey\/30 {
  border-color: rgba(34, 34, 34, 0.3);
}
.border-brand-web-text-grey\/40 {
  border-color: rgba(34, 34, 34, 0.4);
}
.border-brand-web-text-grey\/5 {
  border-color: rgba(34, 34, 34, 0.05);
}
.border-brand-web-text-grey\/50 {
  border-color: rgba(34, 34, 34, 0.5);
}
.border-brand-web-text-grey\/60 {
  border-color: rgba(34, 34, 34, 0.6);
}
.border-brand-web-text-grey\/70 {
  border-color: rgba(34, 34, 34, 0.7);
}
.border-brand-web-text-grey\/75 {
  border-color: rgba(34, 34, 34, 0.75);
}
.border-brand-web-text-grey\/80 {
  border-color: rgba(34, 34, 34, 0.8);
}
.border-brand-web-text-grey\/90 {
  border-color: rgba(34, 34, 34, 0.9);
}
.border-brand-web-text-grey\/95 {
  border-color: rgba(34, 34, 34, 0.95);
}
.border-brand-web-text-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-brand-web-text-light-grey\/0 {
  border-color: hsla(0, 0%, 50%, 0);
}
.border-brand-web-text-light-grey\/10 {
  border-color: hsla(0, 0%, 50%, 0.1);
}
.border-brand-web-text-light-grey\/100 {
  border-color: grey;
}
.border-brand-web-text-light-grey\/20 {
  border-color: hsla(0, 0%, 50%, 0.2);
}
.border-brand-web-text-light-grey\/25 {
  border-color: hsla(0, 0%, 50%, 0.25);
}
.border-brand-web-text-light-grey\/30 {
  border-color: hsla(0, 0%, 50%, 0.3);
}
.border-brand-web-text-light-grey\/40 {
  border-color: hsla(0, 0%, 50%, 0.4);
}
.border-brand-web-text-light-grey\/5 {
  border-color: hsla(0, 0%, 50%, 0.05);
}
.border-brand-web-text-light-grey\/50 {
  border-color: hsla(0, 0%, 50%, 0.5);
}
.border-brand-web-text-light-grey\/60 {
  border-color: hsla(0, 0%, 50%, 0.6);
}
.border-brand-web-text-light-grey\/70 {
  border-color: hsla(0, 0%, 50%, 0.7);
}
.border-brand-web-text-light-grey\/75 {
  border-color: hsla(0, 0%, 50%, 0.75);
}
.border-brand-web-text-light-grey\/80 {
  border-color: hsla(0, 0%, 50%, 0.8);
}
.border-brand-web-text-light-grey\/90 {
  border-color: hsla(0, 0%, 50%, 0.9);
}
.border-brand-web-text-light-grey\/95 {
  border-color: hsla(0, 0%, 50%, 0.95);
}
.border-brand-web-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-brand-web-white\/0 {
  border-color: hsla(0, 0%, 100%, 0);
}
.border-brand-web-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.border-brand-web-white\/100 {
  border-color: #fff;
}
.border-brand-web-white\/20 {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.border-brand-web-white\/25 {
  border-color: hsla(0, 0%, 100%, 0.25);
}
.border-brand-web-white\/30 {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.border-brand-web-white\/40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.border-brand-web-white\/5 {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.border-brand-web-white\/50 {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.border-brand-web-white\/60 {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.border-brand-web-white\/70 {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.border-brand-web-white\/75 {
  border-color: hsla(0, 0%, 100%, 0.75);
}
.border-brand-web-white\/80 {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.border-brand-web-white\/90 {
  border-color: hsla(0, 0%, 100%, 0.9);
}
.border-brand-web-white\/95 {
  border-color: hsla(0, 0%, 100%, 0.95);
}
.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(174 10 51 / var(--tw-border-opacity));
}
.border-error-light {
  --tw-border-opacity: 1;
  border-color: rgb(254 236 240 / var(--tw-border-opacity));
}
.border-error-light\/0 {
  border-color: rgba(254, 236, 240, 0);
}
.border-error-light\/10 {
  border-color: rgba(254, 236, 240, 0.1);
}
.border-error-light\/100 {
  border-color: #feecf0;
}
.border-error-light\/20 {
  border-color: rgba(254, 236, 240, 0.2);
}
.border-error-light\/25 {
  border-color: rgba(254, 236, 240, 0.25);
}
.border-error-light\/30 {
  border-color: rgba(254, 236, 240, 0.3);
}
.border-error-light\/40 {
  border-color: rgba(254, 236, 240, 0.4);
}
.border-error-light\/5 {
  border-color: rgba(254, 236, 240, 0.05);
}
.border-error-light\/50 {
  border-color: rgba(254, 236, 240, 0.5);
}
.border-error-light\/60 {
  border-color: rgba(254, 236, 240, 0.6);
}
.border-error-light\/70 {
  border-color: rgba(254, 236, 240, 0.7);
}
.border-error-light\/75 {
  border-color: rgba(254, 236, 240, 0.75);
}
.border-error-light\/80 {
  border-color: rgba(254, 236, 240, 0.8);
}
.border-error-light\/90 {
  border-color: rgba(254, 236, 240, 0.9);
}
.border-error-light\/95 {
  border-color: rgba(254, 236, 240, 0.95);
}
.border-error\/0 {
  border-color: rgba(174, 10, 51, 0);
}
.border-error\/10 {
  border-color: rgba(174, 10, 51, 0.1);
}
.border-error\/100 {
  border-color: #ae0a33;
}
.border-error\/20 {
  border-color: rgba(174, 10, 51, 0.2);
}
.border-error\/25 {
  border-color: rgba(174, 10, 51, 0.25);
}
.border-error\/30 {
  border-color: rgba(174, 10, 51, 0.3);
}
.border-error\/40 {
  border-color: rgba(174, 10, 51, 0.4);
}
.border-error\/5 {
  border-color: rgba(174, 10, 51, 0.05);
}
.border-error\/50 {
  border-color: rgba(174, 10, 51, 0.5);
}
.border-error\/60 {
  border-color: rgba(174, 10, 51, 0.6);
}
.border-error\/70 {
  border-color: rgba(174, 10, 51, 0.7);
}
.border-error\/75 {
  border-color: rgba(174, 10, 51, 0.75);
}
.border-error\/80 {
  border-color: rgba(174, 10, 51, 0.8);
}
.border-error\/90 {
  border-color: rgba(174, 10, 51, 0.9);
}
.border-error\/95 {
  border-color: rgba(174, 10, 51, 0.95);
}
.border-hover {
  --tw-border-opacity: 1;
  border-color: rgb(122 197 254 / var(--tw-border-opacity));
}
.border-hover\/0 {
  border-color: rgba(122, 197, 254, 0);
}
.border-hover\/10 {
  border-color: rgba(122, 197, 254, 0.1);
}
.border-hover\/100 {
  border-color: #7ac5fe;
}
.border-hover\/20 {
  border-color: rgba(122, 197, 254, 0.2);
}
.border-hover\/25 {
  border-color: rgba(122, 197, 254, 0.25);
}
.border-hover\/30 {
  border-color: rgba(122, 197, 254, 0.3);
}
.border-hover\/40 {
  border-color: rgba(122, 197, 254, 0.4);
}
.border-hover\/5 {
  border-color: rgba(122, 197, 254, 0.05);
}
.border-hover\/50 {
  border-color: rgba(122, 197, 254, 0.5);
}
.border-hover\/60 {
  border-color: rgba(122, 197, 254, 0.6);
}
.border-hover\/70 {
  border-color: rgba(122, 197, 254, 0.7);
}
.border-hover\/75 {
  border-color: rgba(122, 197, 254, 0.75);
}
.border-hover\/80 {
  border-color: rgba(122, 197, 254, 0.8);
}
.border-hover\/90 {
  border-color: rgba(122, 197, 254, 0.9);
}
.border-hover\/95 {
  border-color: rgba(122, 197, 254, 0.95);
}
.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 143 / var(--tw-border-opacity));
}
.border-info-light {
  --tw-border-opacity: 1;
  border-color: rgb(235 246 255 / var(--tw-border-opacity));
}
.border-info-light\/0 {
  border-color: rgba(235, 246, 255, 0);
}
.border-info-light\/10 {
  border-color: rgba(235, 246, 255, 0.1);
}
.border-info-light\/100 {
  border-color: #ebf6ff;
}
.border-info-light\/20 {
  border-color: rgba(235, 246, 255, 0.2);
}
.border-info-light\/25 {
  border-color: rgba(235, 246, 255, 0.25);
}
.border-info-light\/30 {
  border-color: rgba(235, 246, 255, 0.3);
}
.border-info-light\/40 {
  border-color: rgba(235, 246, 255, 0.4);
}
.border-info-light\/5 {
  border-color: rgba(235, 246, 255, 0.05);
}
.border-info-light\/50 {
  border-color: rgba(235, 246, 255, 0.5);
}
.border-info-light\/60 {
  border-color: rgba(235, 246, 255, 0.6);
}
.border-info-light\/70 {
  border-color: rgba(235, 246, 255, 0.7);
}
.border-info-light\/75 {
  border-color: rgba(235, 246, 255, 0.75);
}
.border-info-light\/80 {
  border-color: rgba(235, 246, 255, 0.8);
}
.border-info-light\/90 {
  border-color: rgba(235, 246, 255, 0.9);
}
.border-info-light\/95 {
  border-color: rgba(235, 246, 255, 0.95);
}
.border-info\/0 {
  border-color: rgba(0, 81, 143, 0);
}
.border-info\/10 {
  border-color: rgba(0, 81, 143, 0.1);
}
.border-info\/100 {
  border-color: #00518f;
}
.border-info\/20 {
  border-color: rgba(0, 81, 143, 0.2);
}
.border-info\/25 {
  border-color: rgba(0, 81, 143, 0.25);
}
.border-info\/30 {
  border-color: rgba(0, 81, 143, 0.3);
}
.border-info\/40 {
  border-color: rgba(0, 81, 143, 0.4);
}
.border-info\/5 {
  border-color: rgba(0, 81, 143, 0.05);
}
.border-info\/50 {
  border-color: rgba(0, 81, 143, 0.5);
}
.border-info\/60 {
  border-color: rgba(0, 81, 143, 0.6);
}
.border-info\/70 {
  border-color: rgba(0, 81, 143, 0.7);
}
.border-info\/75 {
  border-color: rgba(0, 81, 143, 0.75);
}
.border-info\/80 {
  border-color: rgba(0, 81, 143, 0.8);
}
.border-info\/90 {
  border-color: rgba(0, 81, 143, 0.9);
}
.border-info\/95 {
  border-color: rgba(0, 81, 143, 0.95);
}
.border-lbc-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(159 213 252 / var(--tw-border-opacity));
}
.border-lbc-blue-100\/0 {
  border-color: rgba(159, 213, 252, 0);
}
.border-lbc-blue-100\/10 {
  border-color: rgba(159, 213, 252, 0.1);
}
.border-lbc-blue-100\/100 {
  border-color: #9fd5fc;
}
.border-lbc-blue-100\/20 {
  border-color: rgba(159, 213, 252, 0.2);
}
.border-lbc-blue-100\/25 {
  border-color: rgba(159, 213, 252, 0.25);
}
.border-lbc-blue-100\/30 {
  border-color: rgba(159, 213, 252, 0.3);
}
.border-lbc-blue-100\/40 {
  border-color: rgba(159, 213, 252, 0.4);
}
.border-lbc-blue-100\/5 {
  border-color: rgba(159, 213, 252, 0.05);
}
.border-lbc-blue-100\/50 {
  border-color: rgba(159, 213, 252, 0.5);
}
.border-lbc-blue-100\/60 {
  border-color: rgba(159, 213, 252, 0.6);
}
.border-lbc-blue-100\/70 {
  border-color: rgba(159, 213, 252, 0.7);
}
.border-lbc-blue-100\/75 {
  border-color: rgba(159, 213, 252, 0.75);
}
.border-lbc-blue-100\/80 {
  border-color: rgba(159, 213, 252, 0.8);
}
.border-lbc-blue-100\/90 {
  border-color: rgba(159, 213, 252, 0.9);
}
.border-lbc-blue-100\/95 {
  border-color: rgba(159, 213, 252, 0.95);
}
.border-lbc-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(111 179 231 / var(--tw-border-opacity));
}
.border-lbc-blue-200\/0 {
  border-color: rgba(111, 179, 231, 0);
}
.border-lbc-blue-200\/10 {
  border-color: rgba(111, 179, 231, 0.1);
}
.border-lbc-blue-200\/100 {
  border-color: #6fb3e7;
}
.border-lbc-blue-200\/20 {
  border-color: rgba(111, 179, 231, 0.2);
}
.border-lbc-blue-200\/25 {
  border-color: rgba(111, 179, 231, 0.25);
}
.border-lbc-blue-200\/30 {
  border-color: rgba(111, 179, 231, 0.3);
}
.border-lbc-blue-200\/40 {
  border-color: rgba(111, 179, 231, 0.4);
}
.border-lbc-blue-200\/5 {
  border-color: rgba(111, 179, 231, 0.05);
}
.border-lbc-blue-200\/50 {
  border-color: rgba(111, 179, 231, 0.5);
}
.border-lbc-blue-200\/60 {
  border-color: rgba(111, 179, 231, 0.6);
}
.border-lbc-blue-200\/70 {
  border-color: rgba(111, 179, 231, 0.7);
}
.border-lbc-blue-200\/75 {
  border-color: rgba(111, 179, 231, 0.75);
}
.border-lbc-blue-200\/80 {
  border-color: rgba(111, 179, 231, 0.8);
}
.border-lbc-blue-200\/90 {
  border-color: rgba(111, 179, 231, 0.9);
}
.border-lbc-blue-200\/95 {
  border-color: rgba(111, 179, 231, 0.95);
}
.border-lbc-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(216 236 253 / var(--tw-border-opacity));
}
.border-lbc-blue-50\/0 {
  border-color: rgba(216, 236, 253, 0);
}
.border-lbc-blue-50\/10 {
  border-color: rgba(216, 236, 253, 0.1);
}
.border-lbc-blue-50\/100 {
  border-color: #d8ecfd;
}
.border-lbc-blue-50\/20 {
  border-color: rgba(216, 236, 253, 0.2);
}
.border-lbc-blue-50\/25 {
  border-color: rgba(216, 236, 253, 0.25);
}
.border-lbc-blue-50\/30 {
  border-color: rgba(216, 236, 253, 0.3);
}
.border-lbc-blue-50\/40 {
  border-color: rgba(216, 236, 253, 0.4);
}
.border-lbc-blue-50\/5 {
  border-color: rgba(216, 236, 253, 0.05);
}
.border-lbc-blue-50\/50 {
  border-color: rgba(216, 236, 253, 0.5);
}
.border-lbc-blue-50\/60 {
  border-color: rgba(216, 236, 253, 0.6);
}
.border-lbc-blue-50\/70 {
  border-color: rgba(216, 236, 253, 0.7);
}
.border-lbc-blue-50\/75 {
  border-color: rgba(216, 236, 253, 0.75);
}
.border-lbc-blue-50\/80 {
  border-color: rgba(216, 236, 253, 0.8);
}
.border-lbc-blue-50\/90 {
  border-color: rgba(216, 236, 253, 0.9);
}
.border-lbc-blue-50\/95 {
  border-color: rgba(216, 236, 253, 0.95);
}
.border-lbc-gold-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 158 / var(--tw-border-opacity));
}
.border-lbc-gold-100\/0 {
  border-color: rgba(255, 238, 158, 0);
}
.border-lbc-gold-100\/10 {
  border-color: rgba(255, 238, 158, 0.1);
}
.border-lbc-gold-100\/100 {
  border-color: #ffee9e;
}
.border-lbc-gold-100\/20 {
  border-color: rgba(255, 238, 158, 0.2);
}
.border-lbc-gold-100\/25 {
  border-color: rgba(255, 238, 158, 0.25);
}
.border-lbc-gold-100\/30 {
  border-color: rgba(255, 238, 158, 0.3);
}
.border-lbc-gold-100\/40 {
  border-color: rgba(255, 238, 158, 0.4);
}
.border-lbc-gold-100\/5 {
  border-color: rgba(255, 238, 158, 0.05);
}
.border-lbc-gold-100\/50 {
  border-color: rgba(255, 238, 158, 0.5);
}
.border-lbc-gold-100\/60 {
  border-color: rgba(255, 238, 158, 0.6);
}
.border-lbc-gold-100\/70 {
  border-color: rgba(255, 238, 158, 0.7);
}
.border-lbc-gold-100\/75 {
  border-color: rgba(255, 238, 158, 0.75);
}
.border-lbc-gold-100\/80 {
  border-color: rgba(255, 238, 158, 0.8);
}
.border-lbc-gold-100\/90 {
  border-color: rgba(255, 238, 158, 0.9);
}
.border-lbc-gold-100\/95 {
  border-color: rgba(255, 238, 158, 0.95);
}
.border-lbc-gold-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 220 102 / var(--tw-border-opacity));
}
.border-lbc-gold-200\/0 {
  border-color: hsla(47, 99%, 70%, 0);
}
.border-lbc-gold-200\/10 {
  border-color: hsla(47, 99%, 70%, 0.1);
}
.border-lbc-gold-200\/100 {
  border-color: #fedc66;
}
.border-lbc-gold-200\/20 {
  border-color: hsla(47, 99%, 70%, 0.2);
}
.border-lbc-gold-200\/25 {
  border-color: hsla(47, 99%, 70%, 0.25);
}
.border-lbc-gold-200\/30 {
  border-color: hsla(47, 99%, 70%, 0.3);
}
.border-lbc-gold-200\/40 {
  border-color: hsla(47, 99%, 70%, 0.4);
}
.border-lbc-gold-200\/5 {
  border-color: hsla(47, 99%, 70%, 0.05);
}
.border-lbc-gold-200\/50 {
  border-color: hsla(47, 99%, 70%, 0.5);
}
.border-lbc-gold-200\/60 {
  border-color: hsla(47, 99%, 70%, 0.6);
}
.border-lbc-gold-200\/70 {
  border-color: hsla(47, 99%, 70%, 0.7);
}
.border-lbc-gold-200\/75 {
  border-color: hsla(47, 99%, 70%, 0.75);
}
.border-lbc-gold-200\/80 {
  border-color: hsla(47, 99%, 70%, 0.8);
}
.border-lbc-gold-200\/90 {
  border-color: hsla(47, 99%, 70%, 0.9);
}
.border-lbc-gold-200\/95 {
  border-color: hsla(47, 99%, 70%, 0.95);
}
.border-lbc-mint-100 {
  --tw-border-opacity: 1;
  border-color: rgb(126 255 236 / var(--tw-border-opacity));
}
.border-lbc-mint-100\/0 {
  border-color: rgba(126, 255, 236, 0);
}
.border-lbc-mint-100\/10 {
  border-color: rgba(126, 255, 236, 0.1);
}
.border-lbc-mint-100\/100 {
  border-color: #7effec;
}
.border-lbc-mint-100\/20 {
  border-color: rgba(126, 255, 236, 0.2);
}
.border-lbc-mint-100\/25 {
  border-color: rgba(126, 255, 236, 0.25);
}
.border-lbc-mint-100\/30 {
  border-color: rgba(126, 255, 236, 0.3);
}
.border-lbc-mint-100\/40 {
  border-color: rgba(126, 255, 236, 0.4);
}
.border-lbc-mint-100\/5 {
  border-color: rgba(126, 255, 236, 0.05);
}
.border-lbc-mint-100\/50 {
  border-color: rgba(126, 255, 236, 0.5);
}
.border-lbc-mint-100\/60 {
  border-color: rgba(126, 255, 236, 0.6);
}
.border-lbc-mint-100\/70 {
  border-color: rgba(126, 255, 236, 0.7);
}
.border-lbc-mint-100\/75 {
  border-color: rgba(126, 255, 236, 0.75);
}
.border-lbc-mint-100\/80 {
  border-color: rgba(126, 255, 236, 0.8);
}
.border-lbc-mint-100\/90 {
  border-color: rgba(126, 255, 236, 0.9);
}
.border-lbc-mint-100\/95 {
  border-color: rgba(126, 255, 236, 0.95);
}
.border-lbc-mint-300 {
  --tw-border-opacity: 1;
  border-color: rgb(10 215 184 / var(--tw-border-opacity));
}
.border-lbc-mint-300\/0 {
  border-color: rgba(10, 215, 184, 0);
}
.border-lbc-mint-300\/10 {
  border-color: rgba(10, 215, 184, 0.1);
}
.border-lbc-mint-300\/100 {
  border-color: #0ad7b8;
}
.border-lbc-mint-300\/20 {
  border-color: rgba(10, 215, 184, 0.2);
}
.border-lbc-mint-300\/25 {
  border-color: rgba(10, 215, 184, 0.25);
}
.border-lbc-mint-300\/30 {
  border-color: rgba(10, 215, 184, 0.3);
}
.border-lbc-mint-300\/40 {
  border-color: rgba(10, 215, 184, 0.4);
}
.border-lbc-mint-300\/5 {
  border-color: rgba(10, 215, 184, 0.05);
}
.border-lbc-mint-300\/50 {
  border-color: rgba(10, 215, 184, 0.5);
}
.border-lbc-mint-300\/60 {
  border-color: rgba(10, 215, 184, 0.6);
}
.border-lbc-mint-300\/70 {
  border-color: rgba(10, 215, 184, 0.7);
}
.border-lbc-mint-300\/75 {
  border-color: rgba(10, 215, 184, 0.75);
}
.border-lbc-mint-300\/80 {
  border-color: rgba(10, 215, 184, 0.8);
}
.border-lbc-mint-300\/90 {
  border-color: rgba(10, 215, 184, 0.9);
}
.border-lbc-mint-300\/95 {
  border-color: rgba(10, 215, 184, 0.95);
}
.border-selected {
  --tw-border-opacity: 1;
  border-color: rgb(254 233 135 / var(--tw-border-opacity));
}
.border-selected\/0 {
  border-color: hsla(49, 98%, 76%, 0);
}
.border-selected\/10 {
  border-color: hsla(49, 98%, 76%, 0.1);
}
.border-selected\/100 {
  border-color: #fee987;
}
.border-selected\/20 {
  border-color: hsla(49, 98%, 76%, 0.2);
}
.border-selected\/25 {
  border-color: hsla(49, 98%, 76%, 0.25);
}
.border-selected\/30 {
  border-color: hsla(49, 98%, 76%, 0.3);
}
.border-selected\/40 {
  border-color: hsla(49, 98%, 76%, 0.4);
}
.border-selected\/5 {
  border-color: hsla(49, 98%, 76%, 0.05);
}
.border-selected\/50 {
  border-color: hsla(49, 98%, 76%, 0.5);
}
.border-selected\/60 {
  border-color: hsla(49, 98%, 76%, 0.6);
}
.border-selected\/70 {
  border-color: hsla(49, 98%, 76%, 0.7);
}
.border-selected\/75 {
  border-color: hsla(49, 98%, 76%, 0.75);
}
.border-selected\/80 {
  border-color: hsla(49, 98%, 76%, 0.8);
}
.border-selected\/90 {
  border-color: hsla(49, 98%, 76%, 0.9);
}
.border-selected\/95 {
  border-color: hsla(49, 98%, 76%, 0.95);
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(60 118 60 / var(--tw-border-opacity));
}
.border-success-light {
  --tw-border-opacity: 1;
  border-color: rgb(222 240 216 / var(--tw-border-opacity));
}
.border-success-light\/0 {
  border-color: rgba(222, 240, 216, 0);
}
.border-success-light\/10 {
  border-color: rgba(222, 240, 216, 0.1);
}
.border-success-light\/100 {
  border-color: #def0d8;
}
.border-success-light\/20 {
  border-color: rgba(222, 240, 216, 0.2);
}
.border-success-light\/25 {
  border-color: rgba(222, 240, 216, 0.25);
}
.border-success-light\/30 {
  border-color: rgba(222, 240, 216, 0.3);
}
.border-success-light\/40 {
  border-color: rgba(222, 240, 216, 0.4);
}
.border-success-light\/5 {
  border-color: rgba(222, 240, 216, 0.05);
}
.border-success-light\/50 {
  border-color: rgba(222, 240, 216, 0.5);
}
.border-success-light\/60 {
  border-color: rgba(222, 240, 216, 0.6);
}
.border-success-light\/70 {
  border-color: rgba(222, 240, 216, 0.7);
}
.border-success-light\/75 {
  border-color: rgba(222, 240, 216, 0.75);
}
.border-success-light\/80 {
  border-color: rgba(222, 240, 216, 0.8);
}
.border-success-light\/90 {
  border-color: rgba(222, 240, 216, 0.9);
}
.border-success-light\/95 {
  border-color: rgba(222, 240, 216, 0.95);
}
.border-success\/0 {
  border-color: rgba(60, 118, 60, 0);
}
.border-success\/10 {
  border-color: rgba(60, 118, 60, 0.1);
}
.border-success\/100 {
  border-color: #3c763c;
}
.border-success\/20 {
  border-color: rgba(60, 118, 60, 0.2);
}
.border-success\/25 {
  border-color: rgba(60, 118, 60, 0.25);
}
.border-success\/30 {
  border-color: rgba(60, 118, 60, 0.3);
}
.border-success\/40 {
  border-color: rgba(60, 118, 60, 0.4);
}
.border-success\/5 {
  border-color: rgba(60, 118, 60, 0.05);
}
.border-success\/50 {
  border-color: rgba(60, 118, 60, 0.5);
}
.border-success\/60 {
  border-color: rgba(60, 118, 60, 0.6);
}
.border-success\/70 {
  border-color: rgba(60, 118, 60, 0.7);
}
.border-success\/75 {
  border-color: rgba(60, 118, 60, 0.75);
}
.border-success\/80 {
  border-color: rgba(60, 118, 60, 0.8);
}
.border-success\/90 {
  border-color: rgba(60, 118, 60, 0.9);
}
.border-success\/95 {
  border-color: rgba(60, 118, 60, 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(169 92 0 / var(--tw-border-opacity));
}
.border-warning-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 249 235 / var(--tw-border-opacity));
}
.border-warning-light\/0 {
  border-color: rgba(255, 249, 235, 0);
}
.border-warning-light\/10 {
  border-color: rgba(255, 249, 235, 0.1);
}
.border-warning-light\/100 {
  border-color: #fff9eb;
}
.border-warning-light\/20 {
  border-color: rgba(255, 249, 235, 0.2);
}
.border-warning-light\/25 {
  border-color: rgba(255, 249, 235, 0.25);
}
.border-warning-light\/30 {
  border-color: rgba(255, 249, 235, 0.3);
}
.border-warning-light\/40 {
  border-color: rgba(255, 249, 235, 0.4);
}
.border-warning-light\/5 {
  border-color: rgba(255, 249, 235, 0.05);
}
.border-warning-light\/50 {
  border-color: rgba(255, 249, 235, 0.5);
}
.border-warning-light\/60 {
  border-color: rgba(255, 249, 235, 0.6);
}
.border-warning-light\/70 {
  border-color: rgba(255, 249, 235, 0.7);
}
.border-warning-light\/75 {
  border-color: rgba(255, 249, 235, 0.75);
}
.border-warning-light\/80 {
  border-color: rgba(255, 249, 235, 0.8);
}
.border-warning-light\/90 {
  border-color: rgba(255, 249, 235, 0.9);
}
.border-warning-light\/95 {
  border-color: rgba(255, 249, 235, 0.95);
}
.border-warning\/0 {
  border-color: rgba(169, 92, 0, 0);
}
.border-warning\/10 {
  border-color: rgba(169, 92, 0, 0.1);
}
.border-warning\/100 {
  border-color: #a95c00;
}
.border-warning\/20 {
  border-color: rgba(169, 92, 0, 0.2);
}
.border-warning\/25 {
  border-color: rgba(169, 92, 0, 0.25);
}
.border-warning\/30 {
  border-color: rgba(169, 92, 0, 0.3);
}
.border-warning\/40 {
  border-color: rgba(169, 92, 0, 0.4);
}
.border-warning\/5 {
  border-color: rgba(169, 92, 0, 0.05);
}
.border-warning\/50 {
  border-color: rgba(169, 92, 0, 0.5);
}
.border-warning\/60 {
  border-color: rgba(169, 92, 0, 0.6);
}
.border-warning\/70 {
  border-color: rgba(169, 92, 0, 0.7);
}
.border-warning\/75 {
  border-color: rgba(169, 92, 0, 0.75);
}
.border-warning\/80 {
  border-color: rgba(169, 92, 0, 0.8);
}
.border-warning\/90 {
  border-color: rgba(169, 92, 0, 0.9);
}
.border-warning\/95 {
  border-color: rgba(169, 92, 0, 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-brand-web-lbc-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 64 112 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.border-b-brand-web-grey-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-b-brand-web-lbc-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-brand-web-background-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-brand-web-background-grey\/0 {
  background-color: hsla(0, 0%, 96%, 0);
}
.bg-brand-web-background-grey\/10 {
  background-color: hsla(0, 0%, 96%, 0.1);
}
.bg-brand-web-background-grey\/100 {
  background-color: #f5f5f5;
}
.bg-brand-web-background-grey\/20 {
  background-color: hsla(0, 0%, 96%, 0.2);
}
.bg-brand-web-background-grey\/25 {
  background-color: hsla(0, 0%, 96%, 0.25);
}
.bg-brand-web-background-grey\/30 {
  background-color: hsla(0, 0%, 96%, 0.3);
}
.bg-brand-web-background-grey\/40 {
  background-color: hsla(0, 0%, 96%, 0.4);
}
.bg-brand-web-background-grey\/5 {
  background-color: hsla(0, 0%, 96%, 0.05);
}
.bg-brand-web-background-grey\/50 {
  background-color: hsla(0, 0%, 96%, 0.5);
}
.bg-brand-web-background-grey\/60 {
  background-color: hsla(0, 0%, 96%, 0.6);
}
.bg-brand-web-background-grey\/70 {
  background-color: hsla(0, 0%, 96%, 0.7);
}
.bg-brand-web-background-grey\/75 {
  background-color: hsla(0, 0%, 96%, 0.75);
}
.bg-brand-web-background-grey\/80 {
  background-color: hsla(0, 0%, 96%, 0.8);
}
.bg-brand-web-background-grey\/90 {
  background-color: hsla(0, 0%, 96%, 0.9);
}
.bg-brand-web-background-grey\/95 {
  background-color: hsla(0, 0%, 96%, 0.95);
}
.bg-brand-web-card-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 214 / var(--tw-bg-opacity));
}
.bg-brand-web-card-grey\/0 {
  background-color: hsla(75, 5%, 85%, 0);
}
.bg-brand-web-card-grey\/10 {
  background-color: hsla(75, 5%, 85%, 0.1);
}
.bg-brand-web-card-grey\/100 {
  background-color: #d9dad6;
}
.bg-brand-web-card-grey\/20 {
  background-color: hsla(75, 5%, 85%, 0.2);
}
.bg-brand-web-card-grey\/25 {
  background-color: hsla(75, 5%, 85%, 0.25);
}
.bg-brand-web-card-grey\/30 {
  background-color: hsla(75, 5%, 85%, 0.3);
}
.bg-brand-web-card-grey\/40 {
  background-color: hsla(75, 5%, 85%, 0.4);
}
.bg-brand-web-card-grey\/5 {
  background-color: hsla(75, 5%, 85%, 0.05);
}
.bg-brand-web-card-grey\/50 {
  background-color: hsla(75, 5%, 85%, 0.5);
}
.bg-brand-web-card-grey\/60 {
  background-color: hsla(75, 5%, 85%, 0.6);
}
.bg-brand-web-card-grey\/70 {
  background-color: hsla(75, 5%, 85%, 0.7);
}
.bg-brand-web-card-grey\/75 {
  background-color: hsla(75, 5%, 85%, 0.75);
}
.bg-brand-web-card-grey\/80 {
  background-color: hsla(75, 5%, 85%, 0.8);
}
.bg-brand-web-card-grey\/90 {
  background-color: hsla(75, 5%, 85%, 0.9);
}
.bg-brand-web-card-grey\/95 {
  background-color: hsla(75, 5%, 85%, 0.95);
}
.bg-brand-web-fresh-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(39 242 211 / var(--tw-bg-opacity));
}
.bg-brand-web-fresh-mint\/0 {
  background-color: rgba(39, 242, 211, 0);
}
.bg-brand-web-fresh-mint\/10 {
  background-color: rgba(39, 242, 211, 0.1);
}
.bg-brand-web-fresh-mint\/100 {
  background-color: #27f2d3;
}
.bg-brand-web-fresh-mint\/20 {
  background-color: rgba(39, 242, 211, 0.2);
}
.bg-brand-web-fresh-mint\/25 {
  background-color: rgba(39, 242, 211, 0.25);
}
.bg-brand-web-fresh-mint\/30 {
  background-color: rgba(39, 242, 211, 0.3);
}
.bg-brand-web-fresh-mint\/40 {
  background-color: rgba(39, 242, 211, 0.4);
}
.bg-brand-web-fresh-mint\/5 {
  background-color: rgba(39, 242, 211, 0.05);
}
.bg-brand-web-fresh-mint\/50 {
  background-color: rgba(39, 242, 211, 0.5);
}
.bg-brand-web-fresh-mint\/60 {
  background-color: rgba(39, 242, 211, 0.6);
}
.bg-brand-web-fresh-mint\/70 {
  background-color: rgba(39, 242, 211, 0.7);
}
.bg-brand-web-fresh-mint\/75 {
  background-color: rgba(39, 242, 211, 0.75);
}
.bg-brand-web-fresh-mint\/80 {
  background-color: rgba(39, 242, 211, 0.8);
}
.bg-brand-web-fresh-mint\/90 {
  background-color: rgba(39, 242, 211, 0.9);
}
.bg-brand-web-fresh-mint\/95 {
  background-color: rgba(39, 242, 211, 0.95);
}
.bg-brand-web-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 229 / var(--tw-bg-opacity));
}
.bg-brand-web-grey-200\/0 {
  background-color: hsla(225, 7%, 89%, 0);
}
.bg-brand-web-grey-200\/10 {
  background-color: hsla(225, 7%, 89%, 0.1);
}
.bg-brand-web-grey-200\/100 {
  background-color: #e1e2e5;
}
.bg-brand-web-grey-200\/20 {
  background-color: hsla(225, 7%, 89%, 0.2);
}
.bg-brand-web-grey-200\/25 {
  background-color: hsla(225, 7%, 89%, 0.25);
}
.bg-brand-web-grey-200\/30 {
  background-color: hsla(225, 7%, 89%, 0.3);
}
.bg-brand-web-grey-200\/40 {
  background-color: hsla(225, 7%, 89%, 0.4);
}
.bg-brand-web-grey-200\/5 {
  background-color: hsla(225, 7%, 89%, 0.05);
}
.bg-brand-web-grey-200\/50 {
  background-color: hsla(225, 7%, 89%, 0.5);
}
.bg-brand-web-grey-200\/60 {
  background-color: hsla(225, 7%, 89%, 0.6);
}
.bg-brand-web-grey-200\/70 {
  background-color: hsla(225, 7%, 89%, 0.7);
}
.bg-brand-web-grey-200\/75 {
  background-color: hsla(225, 7%, 89%, 0.75);
}
.bg-brand-web-grey-200\/80 {
  background-color: hsla(225, 7%, 89%, 0.8);
}
.bg-brand-web-grey-200\/90 {
  background-color: hsla(225, 7%, 89%, 0.9);
}
.bg-brand-web-grey-200\/95 {
  background-color: hsla(225, 7%, 89%, 0.95);
}
.bg-brand-web-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-brand-web-grey-300\/0 {
  background-color: hsla(0, 0%, 45%, 0);
}
.bg-brand-web-grey-300\/10 {
  background-color: hsla(0, 0%, 45%, 0.1);
}
.bg-brand-web-grey-300\/100 {
  background-color: #737373;
}
.bg-brand-web-grey-300\/20 {
  background-color: hsla(0, 0%, 45%, 0.2);
}
.bg-brand-web-grey-300\/25 {
  background-color: hsla(0, 0%, 45%, 0.25);
}
.bg-brand-web-grey-300\/30 {
  background-color: hsla(0, 0%, 45%, 0.3);
}
.bg-brand-web-grey-300\/40 {
  background-color: hsla(0, 0%, 45%, 0.4);
}
.bg-brand-web-grey-300\/5 {
  background-color: hsla(0, 0%, 45%, 0.05);
}
.bg-brand-web-grey-300\/50 {
  background-color: hsla(0, 0%, 45%, 0.5);
}
.bg-brand-web-grey-300\/60 {
  background-color: hsla(0, 0%, 45%, 0.6);
}
.bg-brand-web-grey-300\/70 {
  background-color: hsla(0, 0%, 45%, 0.7);
}
.bg-brand-web-grey-300\/75 {
  background-color: hsla(0, 0%, 45%, 0.75);
}
.bg-brand-web-grey-300\/80 {
  background-color: hsla(0, 0%, 45%, 0.8);
}
.bg-brand-web-grey-300\/90 {
  background-color: hsla(0, 0%, 45%, 0.9);
}
.bg-brand-web-grey-300\/95 {
  background-color: hsla(0, 0%, 45%, 0.95);
}
.bg-brand-web-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}
.bg-brand-web-grey-500\/0 {
  background-color: rgba(85, 85, 85, 0);
}
.bg-brand-web-grey-500\/10 {
  background-color: rgba(85, 85, 85, 0.1);
}
.bg-brand-web-grey-500\/100 {
  background-color: #555;
}
.bg-brand-web-grey-500\/20 {
  background-color: rgba(85, 85, 85, 0.2);
}
.bg-brand-web-grey-500\/25 {
  background-color: rgba(85, 85, 85, 0.25);
}
.bg-brand-web-grey-500\/30 {
  background-color: rgba(85, 85, 85, 0.3);
}
.bg-brand-web-grey-500\/40 {
  background-color: rgba(85, 85, 85, 0.4);
}
.bg-brand-web-grey-500\/5 {
  background-color: rgba(85, 85, 85, 0.05);
}
.bg-brand-web-grey-500\/50 {
  background-color: rgba(85, 85, 85, 0.5);
}
.bg-brand-web-grey-500\/60 {
  background-color: rgba(85, 85, 85, 0.6);
}
.bg-brand-web-grey-500\/70 {
  background-color: rgba(85, 85, 85, 0.7);
}
.bg-brand-web-grey-500\/75 {
  background-color: rgba(85, 85, 85, 0.75);
}
.bg-brand-web-grey-500\/80 {
  background-color: rgba(85, 85, 85, 0.8);
}
.bg-brand-web-grey-500\/90 {
  background-color: rgba(85, 85, 85, 0.9);
}
.bg-brand-web-grey-500\/95 {
  background-color: rgba(85, 85, 85, 0.95);
}
.bg-brand-web-lbc-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 112 / var(--tw-bg-opacity));
}
.bg-brand-web-lbc-blue\/0 {
  background-color: rgba(0, 64, 112, 0);
}
.bg-brand-web-lbc-blue\/10 {
  background-color: rgba(0, 64, 112, 0.1);
}
.bg-brand-web-lbc-blue\/100 {
  background-color: #004070;
}
.bg-brand-web-lbc-blue\/20 {
  background-color: rgba(0, 64, 112, 0.2);
}
.bg-brand-web-lbc-blue\/25 {
  background-color: rgba(0, 64, 112, 0.25);
}
.bg-brand-web-lbc-blue\/30 {
  background-color: rgba(0, 64, 112, 0.3);
}
.bg-brand-web-lbc-blue\/40 {
  background-color: rgba(0, 64, 112, 0.4);
}
.bg-brand-web-lbc-blue\/5 {
  background-color: rgba(0, 64, 112, 0.05);
}
.bg-brand-web-lbc-blue\/50 {
  background-color: rgba(0, 64, 112, 0.5);
}
.bg-brand-web-lbc-blue\/60 {
  background-color: rgba(0, 64, 112, 0.6);
}
.bg-brand-web-lbc-blue\/70 {
  background-color: rgba(0, 64, 112, 0.7);
}
.bg-brand-web-lbc-blue\/75 {
  background-color: rgba(0, 64, 112, 0.75);
}
.bg-brand-web-lbc-blue\/80 {
  background-color: rgba(0, 64, 112, 0.8);
}
.bg-brand-web-lbc-blue\/90 {
  background-color: rgba(0, 64, 112, 0.9);
}
.bg-brand-web-lbc-blue\/95 {
  background-color: rgba(0, 64, 112, 0.95);
}
.bg-brand-web-lbc-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(253 184 18 / var(--tw-bg-opacity));
}
.bg-brand-web-lbc-gold\/0 {
  background-color: rgba(253, 184, 18, 0);
}
.bg-brand-web-lbc-gold\/10 {
  background-color: rgba(253, 184, 18, 0.1);
}
.bg-brand-web-lbc-gold\/100 {
  background-color: #fdb812;
}
.bg-brand-web-lbc-gold\/20 {
  background-color: rgba(253, 184, 18, 0.2);
}
.bg-brand-web-lbc-gold\/25 {
  background-color: rgba(253, 184, 18, 0.25);
}
.bg-brand-web-lbc-gold\/30 {
  background-color: rgba(253, 184, 18, 0.3);
}
.bg-brand-web-lbc-gold\/40 {
  background-color: rgba(253, 184, 18, 0.4);
}
.bg-brand-web-lbc-gold\/5 {
  background-color: rgba(253, 184, 18, 0.05);
}
.bg-brand-web-lbc-gold\/50 {
  background-color: rgba(253, 184, 18, 0.5);
}
.bg-brand-web-lbc-gold\/60 {
  background-color: rgba(253, 184, 18, 0.6);
}
.bg-brand-web-lbc-gold\/70 {
  background-color: rgba(253, 184, 18, 0.7);
}
.bg-brand-web-lbc-gold\/75 {
  background-color: rgba(253, 184, 18, 0.75);
}
.bg-brand-web-lbc-gold\/80 {
  background-color: rgba(253, 184, 18, 0.8);
}
.bg-brand-web-lbc-gold\/90 {
  background-color: rgba(253, 184, 18, 0.9);
}
.bg-brand-web-lbc-gold\/95 {
  background-color: rgba(253, 184, 18, 0.95);
}
.bg-brand-web-raspberry {
  --tw-bg-opacity: 1;
  background-color: rgb(224 13 66 / var(--tw-bg-opacity));
}
.bg-brand-web-raspberry\/0 {
  background-color: rgba(224, 13, 66, 0);
}
.bg-brand-web-raspberry\/10 {
  background-color: rgba(224, 13, 66, 0.1);
}
.bg-brand-web-raspberry\/100 {
  background-color: #e00d42;
}
.bg-brand-web-raspberry\/20 {
  background-color: rgba(224, 13, 66, 0.2);
}
.bg-brand-web-raspberry\/25 {
  background-color: rgba(224, 13, 66, 0.25);
}
.bg-brand-web-raspberry\/30 {
  background-color: rgba(224, 13, 66, 0.3);
}
.bg-brand-web-raspberry\/40 {
  background-color: rgba(224, 13, 66, 0.4);
}
.bg-brand-web-raspberry\/5 {
  background-color: rgba(224, 13, 66, 0.05);
}
.bg-brand-web-raspberry\/50 {
  background-color: rgba(224, 13, 66, 0.5);
}
.bg-brand-web-raspberry\/60 {
  background-color: rgba(224, 13, 66, 0.6);
}
.bg-brand-web-raspberry\/70 {
  background-color: rgba(224, 13, 66, 0.7);
}
.bg-brand-web-raspberry\/75 {
  background-color: rgba(224, 13, 66, 0.75);
}
.bg-brand-web-raspberry\/80 {
  background-color: rgba(224, 13, 66, 0.8);
}
.bg-brand-web-raspberry\/90 {
  background-color: rgba(224, 13, 66, 0.9);
}
.bg-brand-web-raspberry\/95 {
  background-color: rgba(224, 13, 66, 0.95);
}
.bg-brand-web-text-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-brand-web-text-grey\/0 {
  background-color: rgba(34, 34, 34, 0);
}
.bg-brand-web-text-grey\/10 {
  background-color: rgba(34, 34, 34, 0.1);
}
.bg-brand-web-text-grey\/100 {
  background-color: #222;
}
.bg-brand-web-text-grey\/20 {
  background-color: rgba(34, 34, 34, 0.2);
}
.bg-brand-web-text-grey\/25 {
  background-color: rgba(34, 34, 34, 0.25);
}
.bg-brand-web-text-grey\/30 {
  background-color: rgba(34, 34, 34, 0.3);
}
.bg-brand-web-text-grey\/40 {
  background-color: rgba(34, 34, 34, 0.4);
}
.bg-brand-web-text-grey\/5 {
  background-color: rgba(34, 34, 34, 0.05);
}
.bg-brand-web-text-grey\/50 {
  background-color: rgba(34, 34, 34, 0.5);
}
.bg-brand-web-text-grey\/60 {
  background-color: rgba(34, 34, 34, 0.6);
}
.bg-brand-web-text-grey\/70 {
  background-color: rgba(34, 34, 34, 0.7);
}
.bg-brand-web-text-grey\/75 {
  background-color: rgba(34, 34, 34, 0.75);
}
.bg-brand-web-text-grey\/80 {
  background-color: rgba(34, 34, 34, 0.8);
}
.bg-brand-web-text-grey\/90 {
  background-color: rgba(34, 34, 34, 0.9);
}
.bg-brand-web-text-grey\/95 {
  background-color: rgba(34, 34, 34, 0.95);
}
.bg-brand-web-text-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-brand-web-text-light-grey\/0 {
  background-color: hsla(0, 0%, 50%, 0);
}
.bg-brand-web-text-light-grey\/10 {
  background-color: hsla(0, 0%, 50%, 0.1);
}
.bg-brand-web-text-light-grey\/100 {
  background-color: grey;
}
.bg-brand-web-text-light-grey\/20 {
  background-color: hsla(0, 0%, 50%, 0.2);
}
.bg-brand-web-text-light-grey\/25 {
  background-color: hsla(0, 0%, 50%, 0.25);
}
.bg-brand-web-text-light-grey\/30 {
  background-color: hsla(0, 0%, 50%, 0.3);
}
.bg-brand-web-text-light-grey\/40 {
  background-color: hsla(0, 0%, 50%, 0.4);
}
.bg-brand-web-text-light-grey\/5 {
  background-color: hsla(0, 0%, 50%, 0.05);
}
.bg-brand-web-text-light-grey\/50 {
  background-color: hsla(0, 0%, 50%, 0.5);
}
.bg-brand-web-text-light-grey\/60 {
  background-color: hsla(0, 0%, 50%, 0.6);
}
.bg-brand-web-text-light-grey\/70 {
  background-color: hsla(0, 0%, 50%, 0.7);
}
.bg-brand-web-text-light-grey\/75 {
  background-color: hsla(0, 0%, 50%, 0.75);
}
.bg-brand-web-text-light-grey\/80 {
  background-color: hsla(0, 0%, 50%, 0.8);
}
.bg-brand-web-text-light-grey\/90 {
  background-color: hsla(0, 0%, 50%, 0.9);
}
.bg-brand-web-text-light-grey\/95 {
  background-color: hsla(0, 0%, 50%, 0.95);
}
.bg-brand-web-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brand-web-white\/0 {
  background-color: hsla(0, 0%, 100%, 0);
}
.bg-brand-web-white\/10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-brand-web-white\/100 {
  background-color: #fff;
}
.bg-brand-web-white\/20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-brand-web-white\/25 {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.bg-brand-web-white\/30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.bg-brand-web-white\/40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.bg-brand-web-white\/5 {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.bg-brand-web-white\/50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-brand-web-white\/60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.bg-brand-web-white\/70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.bg-brand-web-white\/75 {
  background-color: hsla(0, 0%, 100%, 0.75);
}
.bg-brand-web-white\/80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.bg-brand-web-white\/90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.bg-brand-web-white\/95 {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(174 10 51 / var(--tw-bg-opacity));
}
.bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 240 / var(--tw-bg-opacity));
}
.bg-error-light\/0 {
  background-color: rgba(254, 236, 240, 0);
}
.bg-error-light\/10 {
  background-color: rgba(254, 236, 240, 0.1);
}
.bg-error-light\/100 {
  background-color: #feecf0;
}
.bg-error-light\/20 {
  background-color: rgba(254, 236, 240, 0.2);
}
.bg-error-light\/25 {
  background-color: rgba(254, 236, 240, 0.25);
}
.bg-error-light\/30 {
  background-color: rgba(254, 236, 240, 0.3);
}
.bg-error-light\/40 {
  background-color: rgba(254, 236, 240, 0.4);
}
.bg-error-light\/5 {
  background-color: rgba(254, 236, 240, 0.05);
}
.bg-error-light\/50 {
  background-color: rgba(254, 236, 240, 0.5);
}
.bg-error-light\/60 {
  background-color: rgba(254, 236, 240, 0.6);
}
.bg-error-light\/70 {
  background-color: rgba(254, 236, 240, 0.7);
}
.bg-error-light\/75 {
  background-color: rgba(254, 236, 240, 0.75);
}
.bg-error-light\/80 {
  background-color: rgba(254, 236, 240, 0.8);
}
.bg-error-light\/90 {
  background-color: rgba(254, 236, 240, 0.9);
}
.bg-error-light\/95 {
  background-color: rgba(254, 236, 240, 0.95);
}
.bg-error\/0 {
  background-color: rgba(174, 10, 51, 0);
}
.bg-error\/10 {
  background-color: rgba(174, 10, 51, 0.1);
}
.bg-error\/100 {
  background-color: #ae0a33;
}
.bg-error\/20 {
  background-color: rgba(174, 10, 51, 0.2);
}
.bg-error\/25 {
  background-color: rgba(174, 10, 51, 0.25);
}
.bg-error\/30 {
  background-color: rgba(174, 10, 51, 0.3);
}
.bg-error\/40 {
  background-color: rgba(174, 10, 51, 0.4);
}
.bg-error\/5 {
  background-color: rgba(174, 10, 51, 0.05);
}
.bg-error\/50 {
  background-color: rgba(174, 10, 51, 0.5);
}
.bg-error\/60 {
  background-color: rgba(174, 10, 51, 0.6);
}
.bg-error\/70 {
  background-color: rgba(174, 10, 51, 0.7);
}
.bg-error\/75 {
  background-color: rgba(174, 10, 51, 0.75);
}
.bg-error\/80 {
  background-color: rgba(174, 10, 51, 0.8);
}
.bg-error\/90 {
  background-color: rgba(174, 10, 51, 0.9);
}
.bg-error\/95 {
  background-color: rgba(174, 10, 51, 0.95);
}
.bg-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 197 254 / var(--tw-bg-opacity));
}
.bg-hover\/0 {
  background-color: rgba(122, 197, 254, 0);
}
.bg-hover\/10 {
  background-color: rgba(122, 197, 254, 0.1);
}
.bg-hover\/100 {
  background-color: #7ac5fe;
}
.bg-hover\/20 {
  background-color: rgba(122, 197, 254, 0.2);
}
.bg-hover\/25 {
  background-color: rgba(122, 197, 254, 0.25);
}
.bg-hover\/30 {
  background-color: rgba(122, 197, 254, 0.3);
}
.bg-hover\/40 {
  background-color: rgba(122, 197, 254, 0.4);
}
.bg-hover\/5 {
  background-color: rgba(122, 197, 254, 0.05);
}
.bg-hover\/50 {
  background-color: rgba(122, 197, 254, 0.5);
}
.bg-hover\/60 {
  background-color: rgba(122, 197, 254, 0.6);
}
.bg-hover\/70 {
  background-color: rgba(122, 197, 254, 0.7);
}
.bg-hover\/75 {
  background-color: rgba(122, 197, 254, 0.75);
}
.bg-hover\/80 {
  background-color: rgba(122, 197, 254, 0.8);
}
.bg-hover\/90 {
  background-color: rgba(122, 197, 254, 0.9);
}
.bg-hover\/95 {
  background-color: rgba(122, 197, 254, 0.95);
}
.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 143 / var(--tw-bg-opacity));
}
.bg-info-light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity));
}
.bg-info-light\/0 {
  background-color: rgba(235, 246, 255, 0);
}
.bg-info-light\/10 {
  background-color: rgba(235, 246, 255, 0.1);
}
.bg-info-light\/100 {
  background-color: #ebf6ff;
}
.bg-info-light\/20 {
  background-color: rgba(235, 246, 255, 0.2);
}
.bg-info-light\/25 {
  background-color: rgba(235, 246, 255, 0.25);
}
.bg-info-light\/30 {
  background-color: rgba(235, 246, 255, 0.3);
}
.bg-info-light\/40 {
  background-color: rgba(235, 246, 255, 0.4);
}
.bg-info-light\/5 {
  background-color: rgba(235, 246, 255, 0.05);
}
.bg-info-light\/50 {
  background-color: rgba(235, 246, 255, 0.5);
}
.bg-info-light\/60 {
  background-color: rgba(235, 246, 255, 0.6);
}
.bg-info-light\/70 {
  background-color: rgba(235, 246, 255, 0.7);
}
.bg-info-light\/75 {
  background-color: rgba(235, 246, 255, 0.75);
}
.bg-info-light\/80 {
  background-color: rgba(235, 246, 255, 0.8);
}
.bg-info-light\/90 {
  background-color: rgba(235, 246, 255, 0.9);
}
.bg-info-light\/95 {
  background-color: rgba(235, 246, 255, 0.95);
}
.bg-info\/0 {
  background-color: rgba(0, 81, 143, 0);
}
.bg-info\/10 {
  background-color: rgba(0, 81, 143, 0.1);
}
.bg-info\/100 {
  background-color: #00518f;
}
.bg-info\/20 {
  background-color: rgba(0, 81, 143, 0.2);
}
.bg-info\/25 {
  background-color: rgba(0, 81, 143, 0.25);
}
.bg-info\/30 {
  background-color: rgba(0, 81, 143, 0.3);
}
.bg-info\/40 {
  background-color: rgba(0, 81, 143, 0.4);
}
.bg-info\/5 {
  background-color: rgba(0, 81, 143, 0.05);
}
.bg-info\/50 {
  background-color: rgba(0, 81, 143, 0.5);
}
.bg-info\/60 {
  background-color: rgba(0, 81, 143, 0.6);
}
.bg-info\/70 {
  background-color: rgba(0, 81, 143, 0.7);
}
.bg-info\/75 {
  background-color: rgba(0, 81, 143, 0.75);
}
.bg-info\/80 {
  background-color: rgba(0, 81, 143, 0.8);
}
.bg-info\/90 {
  background-color: rgba(0, 81, 143, 0.9);
}
.bg-info\/95 {
  background-color: rgba(0, 81, 143, 0.95);
}
.bg-lbc-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 213 252 / var(--tw-bg-opacity));
}
.bg-lbc-blue-100\/0 {
  background-color: rgba(159, 213, 252, 0);
}
.bg-lbc-blue-100\/10 {
  background-color: rgba(159, 213, 252, 0.1);
}
.bg-lbc-blue-100\/100 {
  background-color: #9fd5fc;
}
.bg-lbc-blue-100\/20 {
  background-color: rgba(159, 213, 252, 0.2);
}
.bg-lbc-blue-100\/25 {
  background-color: rgba(159, 213, 252, 0.25);
}
.bg-lbc-blue-100\/30 {
  background-color: rgba(159, 213, 252, 0.3);
}
.bg-lbc-blue-100\/40 {
  background-color: rgba(159, 213, 252, 0.4);
}
.bg-lbc-blue-100\/5 {
  background-color: rgba(159, 213, 252, 0.05);
}
.bg-lbc-blue-100\/50 {
  background-color: rgba(159, 213, 252, 0.5);
}
.bg-lbc-blue-100\/60 {
  background-color: rgba(159, 213, 252, 0.6);
}
.bg-lbc-blue-100\/70 {
  background-color: rgba(159, 213, 252, 0.7);
}
.bg-lbc-blue-100\/75 {
  background-color: rgba(159, 213, 252, 0.75);
}
.bg-lbc-blue-100\/80 {
  background-color: rgba(159, 213, 252, 0.8);
}
.bg-lbc-blue-100\/90 {
  background-color: rgba(159, 213, 252, 0.9);
}
.bg-lbc-blue-100\/95 {
  background-color: rgba(159, 213, 252, 0.95);
}
.bg-lbc-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 179 231 / var(--tw-bg-opacity));
}
.bg-lbc-blue-200\/0 {
  background-color: rgba(111, 179, 231, 0);
}
.bg-lbc-blue-200\/10 {
  background-color: rgba(111, 179, 231, 0.1);
}
.bg-lbc-blue-200\/100 {
  background-color: #6fb3e7;
}
.bg-lbc-blue-200\/20 {
  background-color: rgba(111, 179, 231, 0.2);
}
.bg-lbc-blue-200\/25 {
  background-color: rgba(111, 179, 231, 0.25);
}
.bg-lbc-blue-200\/30 {
  background-color: rgba(111, 179, 231, 0.3);
}
.bg-lbc-blue-200\/40 {
  background-color: rgba(111, 179, 231, 0.4);
}
.bg-lbc-blue-200\/5 {
  background-color: rgba(111, 179, 231, 0.05);
}
.bg-lbc-blue-200\/50 {
  background-color: rgba(111, 179, 231, 0.5);
}
.bg-lbc-blue-200\/60 {
  background-color: rgba(111, 179, 231, 0.6);
}
.bg-lbc-blue-200\/70 {
  background-color: rgba(111, 179, 231, 0.7);
}
.bg-lbc-blue-200\/75 {
  background-color: rgba(111, 179, 231, 0.75);
}
.bg-lbc-blue-200\/80 {
  background-color: rgba(111, 179, 231, 0.8);
}
.bg-lbc-blue-200\/90 {
  background-color: rgba(111, 179, 231, 0.9);
}
.bg-lbc-blue-200\/95 {
  background-color: rgba(111, 179, 231, 0.95);
}
.bg-lbc-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 236 253 / var(--tw-bg-opacity));
}
.bg-lbc-blue-50\/0 {
  background-color: rgba(216, 236, 253, 0);
}
.bg-lbc-blue-50\/10 {
  background-color: rgba(216, 236, 253, 0.1);
}
.bg-lbc-blue-50\/100 {
  background-color: #d8ecfd;
}
.bg-lbc-blue-50\/20 {
  background-color: rgba(216, 236, 253, 0.2);
}
.bg-lbc-blue-50\/25 {
  background-color: rgba(216, 236, 253, 0.25);
}
.bg-lbc-blue-50\/30 {
  background-color: rgba(216, 236, 253, 0.3);
}
.bg-lbc-blue-50\/40 {
  background-color: rgba(216, 236, 253, 0.4);
}
.bg-lbc-blue-50\/5 {
  background-color: rgba(216, 236, 253, 0.05);
}
.bg-lbc-blue-50\/50 {
  background-color: rgba(216, 236, 253, 0.5);
}
.bg-lbc-blue-50\/60 {
  background-color: rgba(216, 236, 253, 0.6);
}
.bg-lbc-blue-50\/70 {
  background-color: rgba(216, 236, 253, 0.7);
}
.bg-lbc-blue-50\/75 {
  background-color: rgba(216, 236, 253, 0.75);
}
.bg-lbc-blue-50\/80 {
  background-color: rgba(216, 236, 253, 0.8);
}
.bg-lbc-blue-50\/90 {
  background-color: rgba(216, 236, 253, 0.9);
}
.bg-lbc-blue-50\/95 {
  background-color: rgba(216, 236, 253, 0.95);
}
.bg-lbc-gold-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 158 / var(--tw-bg-opacity));
}
.bg-lbc-gold-100\/0 {
  background-color: rgba(255, 238, 158, 0);
}
.bg-lbc-gold-100\/10 {
  background-color: rgba(255, 238, 158, 0.1);
}
.bg-lbc-gold-100\/100 {
  background-color: #ffee9e;
}
.bg-lbc-gold-100\/20 {
  background-color: rgba(255, 238, 158, 0.2);
}
.bg-lbc-gold-100\/25 {
  background-color: rgba(255, 238, 158, 0.25);
}
.bg-lbc-gold-100\/30 {
  background-color: rgba(255, 238, 158, 0.3);
}
.bg-lbc-gold-100\/40 {
  background-color: rgba(255, 238, 158, 0.4);
}
.bg-lbc-gold-100\/5 {
  background-color: rgba(255, 238, 158, 0.05);
}
.bg-lbc-gold-100\/50 {
  background-color: rgba(255, 238, 158, 0.5);
}
.bg-lbc-gold-100\/60 {
  background-color: rgba(255, 238, 158, 0.6);
}
.bg-lbc-gold-100\/70 {
  background-color: rgba(255, 238, 158, 0.7);
}
.bg-lbc-gold-100\/75 {
  background-color: rgba(255, 238, 158, 0.75);
}
.bg-lbc-gold-100\/80 {
  background-color: rgba(255, 238, 158, 0.8);
}
.bg-lbc-gold-100\/90 {
  background-color: rgba(255, 238, 158, 0.9);
}
.bg-lbc-gold-100\/95 {
  background-color: rgba(255, 238, 158, 0.95);
}
.bg-lbc-gold-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 220 102 / var(--tw-bg-opacity));
}
.bg-lbc-gold-200\/0 {
  background-color: hsla(47, 99%, 70%, 0);
}
.bg-lbc-gold-200\/10 {
  background-color: hsla(47, 99%, 70%, 0.1);
}
.bg-lbc-gold-200\/100 {
  background-color: #fedc66;
}
.bg-lbc-gold-200\/20 {
  background-color: hsla(47, 99%, 70%, 0.2);
}
.bg-lbc-gold-200\/25 {
  background-color: hsla(47, 99%, 70%, 0.25);
}
.bg-lbc-gold-200\/30 {
  background-color: hsla(47, 99%, 70%, 0.3);
}
.bg-lbc-gold-200\/40 {
  background-color: hsla(47, 99%, 70%, 0.4);
}
.bg-lbc-gold-200\/5 {
  background-color: hsla(47, 99%, 70%, 0.05);
}
.bg-lbc-gold-200\/50 {
  background-color: hsla(47, 99%, 70%, 0.5);
}
.bg-lbc-gold-200\/60 {
  background-color: hsla(47, 99%, 70%, 0.6);
}
.bg-lbc-gold-200\/70 {
  background-color: hsla(47, 99%, 70%, 0.7);
}
.bg-lbc-gold-200\/75 {
  background-color: hsla(47, 99%, 70%, 0.75);
}
.bg-lbc-gold-200\/80 {
  background-color: hsla(47, 99%, 70%, 0.8);
}
.bg-lbc-gold-200\/90 {
  background-color: hsla(47, 99%, 70%, 0.9);
}
.bg-lbc-gold-200\/95 {
  background-color: hsla(47, 99%, 70%, 0.95);
}
.bg-lbc-mint-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 255 236 / var(--tw-bg-opacity));
}
.bg-lbc-mint-100\/0 {
  background-color: rgba(126, 255, 236, 0);
}
.bg-lbc-mint-100\/10 {
  background-color: rgba(126, 255, 236, 0.1);
}
.bg-lbc-mint-100\/100 {
  background-color: #7effec;
}
.bg-lbc-mint-100\/20 {
  background-color: rgba(126, 255, 236, 0.2);
}
.bg-lbc-mint-100\/25 {
  background-color: rgba(126, 255, 236, 0.25);
}
.bg-lbc-mint-100\/30 {
  background-color: rgba(126, 255, 236, 0.3);
}
.bg-lbc-mint-100\/40 {
  background-color: rgba(126, 255, 236, 0.4);
}
.bg-lbc-mint-100\/5 {
  background-color: rgba(126, 255, 236, 0.05);
}
.bg-lbc-mint-100\/50 {
  background-color: rgba(126, 255, 236, 0.5);
}
.bg-lbc-mint-100\/60 {
  background-color: rgba(126, 255, 236, 0.6);
}
.bg-lbc-mint-100\/70 {
  background-color: rgba(126, 255, 236, 0.7);
}
.bg-lbc-mint-100\/75 {
  background-color: rgba(126, 255, 236, 0.75);
}
.bg-lbc-mint-100\/80 {
  background-color: rgba(126, 255, 236, 0.8);
}
.bg-lbc-mint-100\/90 {
  background-color: rgba(126, 255, 236, 0.9);
}
.bg-lbc-mint-100\/95 {
  background-color: rgba(126, 255, 236, 0.95);
}
.bg-lbc-mint-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 215 184 / var(--tw-bg-opacity));
}
.bg-lbc-mint-300\/0 {
  background-color: rgba(10, 215, 184, 0);
}
.bg-lbc-mint-300\/10 {
  background-color: rgba(10, 215, 184, 0.1);
}
.bg-lbc-mint-300\/100 {
  background-color: #0ad7b8;
}
.bg-lbc-mint-300\/20 {
  background-color: rgba(10, 215, 184, 0.2);
}
.bg-lbc-mint-300\/25 {
  background-color: rgba(10, 215, 184, 0.25);
}
.bg-lbc-mint-300\/30 {
  background-color: rgba(10, 215, 184, 0.3);
}
.bg-lbc-mint-300\/40 {
  background-color: rgba(10, 215, 184, 0.4);
}
.bg-lbc-mint-300\/5 {
  background-color: rgba(10, 215, 184, 0.05);
}
.bg-lbc-mint-300\/50 {
  background-color: rgba(10, 215, 184, 0.5);
}
.bg-lbc-mint-300\/60 {
  background-color: rgba(10, 215, 184, 0.6);
}
.bg-lbc-mint-300\/70 {
  background-color: rgba(10, 215, 184, 0.7);
}
.bg-lbc-mint-300\/75 {
  background-color: rgba(10, 215, 184, 0.75);
}
.bg-lbc-mint-300\/80 {
  background-color: rgba(10, 215, 184, 0.8);
}
.bg-lbc-mint-300\/90 {
  background-color: rgba(10, 215, 184, 0.9);
}
.bg-lbc-mint-300\/95 {
  background-color: rgba(10, 215, 184, 0.95);
}
.bg-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 135 / var(--tw-bg-opacity));
}
.bg-selected\/0 {
  background-color: hsla(49, 98%, 76%, 0);
}
.bg-selected\/10 {
  background-color: hsla(49, 98%, 76%, 0.1);
}
.bg-selected\/100 {
  background-color: #fee987;
}
.bg-selected\/20 {
  background-color: hsla(49, 98%, 76%, 0.2);
}
.bg-selected\/25 {
  background-color: hsla(49, 98%, 76%, 0.25);
}
.bg-selected\/30 {
  background-color: hsla(49, 98%, 76%, 0.3);
}
.bg-selected\/40 {
  background-color: hsla(49, 98%, 76%, 0.4);
}
.bg-selected\/5 {
  background-color: hsla(49, 98%, 76%, 0.05);
}
.bg-selected\/50 {
  background-color: hsla(49, 98%, 76%, 0.5);
}
.bg-selected\/60 {
  background-color: hsla(49, 98%, 76%, 0.6);
}
.bg-selected\/70 {
  background-color: hsla(49, 98%, 76%, 0.7);
}
.bg-selected\/75 {
  background-color: hsla(49, 98%, 76%, 0.75);
}
.bg-selected\/80 {
  background-color: hsla(49, 98%, 76%, 0.8);
}
.bg-selected\/90 {
  background-color: hsla(49, 98%, 76%, 0.9);
}
.bg-selected\/95 {
  background-color: hsla(49, 98%, 76%, 0.95);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(60 118 60 / var(--tw-bg-opacity));
}
.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(222 240 216 / var(--tw-bg-opacity));
}
.bg-success-light\/0 {
  background-color: rgba(222, 240, 216, 0);
}
.bg-success-light\/10 {
  background-color: rgba(222, 240, 216, 0.1);
}
.bg-success-light\/100 {
  background-color: #def0d8;
}
.bg-success-light\/20 {
  background-color: rgba(222, 240, 216, 0.2);
}
.bg-success-light\/25 {
  background-color: rgba(222, 240, 216, 0.25);
}
.bg-success-light\/30 {
  background-color: rgba(222, 240, 216, 0.3);
}
.bg-success-light\/40 {
  background-color: rgba(222, 240, 216, 0.4);
}
.bg-success-light\/5 {
  background-color: rgba(222, 240, 216, 0.05);
}
.bg-success-light\/50 {
  background-color: rgba(222, 240, 216, 0.5);
}
.bg-success-light\/60 {
  background-color: rgba(222, 240, 216, 0.6);
}
.bg-success-light\/70 {
  background-color: rgba(222, 240, 216, 0.7);
}
.bg-success-light\/75 {
  background-color: rgba(222, 240, 216, 0.75);
}
.bg-success-light\/80 {
  background-color: rgba(222, 240, 216, 0.8);
}
.bg-success-light\/90 {
  background-color: rgba(222, 240, 216, 0.9);
}
.bg-success-light\/95 {
  background-color: rgba(222, 240, 216, 0.95);
}
.bg-success\/0 {
  background-color: rgba(60, 118, 60, 0);
}
.bg-success\/10 {
  background-color: rgba(60, 118, 60, 0.1);
}
.bg-success\/100 {
  background-color: #3c763c;
}
.bg-success\/20 {
  background-color: rgba(60, 118, 60, 0.2);
}
.bg-success\/25 {
  background-color: rgba(60, 118, 60, 0.25);
}
.bg-success\/30 {
  background-color: rgba(60, 118, 60, 0.3);
}
.bg-success\/40 {
  background-color: rgba(60, 118, 60, 0.4);
}
.bg-success\/5 {
  background-color: rgba(60, 118, 60, 0.05);
}
.bg-success\/50 {
  background-color: rgba(60, 118, 60, 0.5);
}
.bg-success\/60 {
  background-color: rgba(60, 118, 60, 0.6);
}
.bg-success\/70 {
  background-color: rgba(60, 118, 60, 0.7);
}
.bg-success\/75 {
  background-color: rgba(60, 118, 60, 0.75);
}
.bg-success\/80 {
  background-color: rgba(60, 118, 60, 0.8);
}
.bg-success\/90 {
  background-color: rgba(60, 118, 60, 0.9);
}
.bg-success\/95 {
  background-color: rgba(60, 118, 60, 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(169 92 0 / var(--tw-bg-opacity));
}
.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 235 / var(--tw-bg-opacity));
}
.bg-warning-light\/0 {
  background-color: rgba(255, 249, 235, 0);
}
.bg-warning-light\/10 {
  background-color: rgba(255, 249, 235, 0.1);
}
.bg-warning-light\/100 {
  background-color: #fff9eb;
}
.bg-warning-light\/20 {
  background-color: rgba(255, 249, 235, 0.2);
}
.bg-warning-light\/25 {
  background-color: rgba(255, 249, 235, 0.25);
}
.bg-warning-light\/30 {
  background-color: rgba(255, 249, 235, 0.3);
}
.bg-warning-light\/40 {
  background-color: rgba(255, 249, 235, 0.4);
}
.bg-warning-light\/5 {
  background-color: rgba(255, 249, 235, 0.05);
}
.bg-warning-light\/50 {
  background-color: rgba(255, 249, 235, 0.5);
}
.bg-warning-light\/60 {
  background-color: rgba(255, 249, 235, 0.6);
}
.bg-warning-light\/70 {
  background-color: rgba(255, 249, 235, 0.7);
}
.bg-warning-light\/75 {
  background-color: rgba(255, 249, 235, 0.75);
}
.bg-warning-light\/80 {
  background-color: rgba(255, 249, 235, 0.8);
}
.bg-warning-light\/90 {
  background-color: rgba(255, 249, 235, 0.9);
}
.bg-warning-light\/95 {
  background-color: rgba(255, 249, 235, 0.95);
}
.bg-warning\/0 {
  background-color: rgba(169, 92, 0, 0);
}
.bg-warning\/10 {
  background-color: rgba(169, 92, 0, 0.1);
}
.bg-warning\/100 {
  background-color: #a95c00;
}
.bg-warning\/20 {
  background-color: rgba(169, 92, 0, 0.2);
}
.bg-warning\/25 {
  background-color: rgba(169, 92, 0, 0.25);
}
.bg-warning\/30 {
  background-color: rgba(169, 92, 0, 0.3);
}
.bg-warning\/40 {
  background-color: rgba(169, 92, 0, 0.4);
}
.bg-warning\/5 {
  background-color: rgba(169, 92, 0, 0.05);
}
.bg-warning\/50 {
  background-color: rgba(169, 92, 0, 0.5);
}
.bg-warning\/60 {
  background-color: rgba(169, 92, 0, 0.6);
}
.bg-warning\/70 {
  background-color: rgba(169, 92, 0, 0.7);
}
.bg-warning\/75 {
  background-color: rgba(169, 92, 0, 0.75);
}
.bg-warning\/80 {
  background-color: rgba(169, 92, 0, 0.8);
}
.bg-warning\/90 {
  background-color: rgba(169, 92, 0, 0.9);
}
.bg-warning\/95 {
  background-color: rgba(169, 92, 0, 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-\[length\:auto_65\%\] {
  background-size: auto 65%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-right-bottom {
  background-position: 100% 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-brand-web-background-grey {
  fill: #f5f5f5;
}
.fill-brand-web-background-grey\/0 {
  fill: hsla(0, 0%, 96%, 0);
}
.fill-brand-web-background-grey\/10 {
  fill: hsla(0, 0%, 96%, 0.1);
}
.fill-brand-web-background-grey\/100 {
  fill: #f5f5f5;
}
.fill-brand-web-background-grey\/20 {
  fill: hsla(0, 0%, 96%, 0.2);
}
.fill-brand-web-background-grey\/25 {
  fill: hsla(0, 0%, 96%, 0.25);
}
.fill-brand-web-background-grey\/30 {
  fill: hsla(0, 0%, 96%, 0.3);
}
.fill-brand-web-background-grey\/40 {
  fill: hsla(0, 0%, 96%, 0.4);
}
.fill-brand-web-background-grey\/5 {
  fill: hsla(0, 0%, 96%, 0.05);
}
.fill-brand-web-background-grey\/50 {
  fill: hsla(0, 0%, 96%, 0.5);
}
.fill-brand-web-background-grey\/60 {
  fill: hsla(0, 0%, 96%, 0.6);
}
.fill-brand-web-background-grey\/70 {
  fill: hsla(0, 0%, 96%, 0.7);
}
.fill-brand-web-background-grey\/75 {
  fill: hsla(0, 0%, 96%, 0.75);
}
.fill-brand-web-background-grey\/80 {
  fill: hsla(0, 0%, 96%, 0.8);
}
.fill-brand-web-background-grey\/90 {
  fill: hsla(0, 0%, 96%, 0.9);
}
.fill-brand-web-background-grey\/95 {
  fill: hsla(0, 0%, 96%, 0.95);
}
.fill-brand-web-card-grey {
  fill: #d9dad6;
}
.fill-brand-web-card-grey\/0 {
  fill: hsla(75, 5%, 85%, 0);
}
.fill-brand-web-card-grey\/10 {
  fill: hsla(75, 5%, 85%, 0.1);
}
.fill-brand-web-card-grey\/100 {
  fill: #d9dad6;
}
.fill-brand-web-card-grey\/20 {
  fill: hsla(75, 5%, 85%, 0.2);
}
.fill-brand-web-card-grey\/25 {
  fill: hsla(75, 5%, 85%, 0.25);
}
.fill-brand-web-card-grey\/30 {
  fill: hsla(75, 5%, 85%, 0.3);
}
.fill-brand-web-card-grey\/40 {
  fill: hsla(75, 5%, 85%, 0.4);
}
.fill-brand-web-card-grey\/5 {
  fill: hsla(75, 5%, 85%, 0.05);
}
.fill-brand-web-card-grey\/50 {
  fill: hsla(75, 5%, 85%, 0.5);
}
.fill-brand-web-card-grey\/60 {
  fill: hsla(75, 5%, 85%, 0.6);
}
.fill-brand-web-card-grey\/70 {
  fill: hsla(75, 5%, 85%, 0.7);
}
.fill-brand-web-card-grey\/75 {
  fill: hsla(75, 5%, 85%, 0.75);
}
.fill-brand-web-card-grey\/80 {
  fill: hsla(75, 5%, 85%, 0.8);
}
.fill-brand-web-card-grey\/90 {
  fill: hsla(75, 5%, 85%, 0.9);
}
.fill-brand-web-card-grey\/95 {
  fill: hsla(75, 5%, 85%, 0.95);
}
.fill-brand-web-fresh-mint {
  fill: #27f2d3;
}
.fill-brand-web-fresh-mint\/0 {
  fill: rgba(39, 242, 211, 0);
}
.fill-brand-web-fresh-mint\/10 {
  fill: rgba(39, 242, 211, 0.1);
}
.fill-brand-web-fresh-mint\/100 {
  fill: #27f2d3;
}
.fill-brand-web-fresh-mint\/20 {
  fill: rgba(39, 242, 211, 0.2);
}
.fill-brand-web-fresh-mint\/25 {
  fill: rgba(39, 242, 211, 0.25);
}
.fill-brand-web-fresh-mint\/30 {
  fill: rgba(39, 242, 211, 0.3);
}
.fill-brand-web-fresh-mint\/40 {
  fill: rgba(39, 242, 211, 0.4);
}
.fill-brand-web-fresh-mint\/5 {
  fill: rgba(39, 242, 211, 0.05);
}
.fill-brand-web-fresh-mint\/50 {
  fill: rgba(39, 242, 211, 0.5);
}
.fill-brand-web-fresh-mint\/60 {
  fill: rgba(39, 242, 211, 0.6);
}
.fill-brand-web-fresh-mint\/70 {
  fill: rgba(39, 242, 211, 0.7);
}
.fill-brand-web-fresh-mint\/75 {
  fill: rgba(39, 242, 211, 0.75);
}
.fill-brand-web-fresh-mint\/80 {
  fill: rgba(39, 242, 211, 0.8);
}
.fill-brand-web-fresh-mint\/90 {
  fill: rgba(39, 242, 211, 0.9);
}
.fill-brand-web-fresh-mint\/95 {
  fill: rgba(39, 242, 211, 0.95);
}
.fill-brand-web-grey-200 {
  fill: #e1e2e5;
}
.fill-brand-web-grey-200\/0 {
  fill: hsla(225, 7%, 89%, 0);
}
.fill-brand-web-grey-200\/10 {
  fill: hsla(225, 7%, 89%, 0.1);
}
.fill-brand-web-grey-200\/100 {
  fill: #e1e2e5;
}
.fill-brand-web-grey-200\/20 {
  fill: hsla(225, 7%, 89%, 0.2);
}
.fill-brand-web-grey-200\/25 {
  fill: hsla(225, 7%, 89%, 0.25);
}
.fill-brand-web-grey-200\/30 {
  fill: hsla(225, 7%, 89%, 0.3);
}
.fill-brand-web-grey-200\/40 {
  fill: hsla(225, 7%, 89%, 0.4);
}
.fill-brand-web-grey-200\/5 {
  fill: hsla(225, 7%, 89%, 0.05);
}
.fill-brand-web-grey-200\/50 {
  fill: hsla(225, 7%, 89%, 0.5);
}
.fill-brand-web-grey-200\/60 {
  fill: hsla(225, 7%, 89%, 0.6);
}
.fill-brand-web-grey-200\/70 {
  fill: hsla(225, 7%, 89%, 0.7);
}
.fill-brand-web-grey-200\/75 {
  fill: hsla(225, 7%, 89%, 0.75);
}
.fill-brand-web-grey-200\/80 {
  fill: hsla(225, 7%, 89%, 0.8);
}
.fill-brand-web-grey-200\/90 {
  fill: hsla(225, 7%, 89%, 0.9);
}
.fill-brand-web-grey-200\/95 {
  fill: hsla(225, 7%, 89%, 0.95);
}
.fill-brand-web-grey-300 {
  fill: #737373;
}
.fill-brand-web-grey-300\/0 {
  fill: hsla(0, 0%, 45%, 0);
}
.fill-brand-web-grey-300\/10 {
  fill: hsla(0, 0%, 45%, 0.1);
}
.fill-brand-web-grey-300\/100 {
  fill: #737373;
}
.fill-brand-web-grey-300\/20 {
  fill: hsla(0, 0%, 45%, 0.2);
}
.fill-brand-web-grey-300\/25 {
  fill: hsla(0, 0%, 45%, 0.25);
}
.fill-brand-web-grey-300\/30 {
  fill: hsla(0, 0%, 45%, 0.3);
}
.fill-brand-web-grey-300\/40 {
  fill: hsla(0, 0%, 45%, 0.4);
}
.fill-brand-web-grey-300\/5 {
  fill: hsla(0, 0%, 45%, 0.05);
}
.fill-brand-web-grey-300\/50 {
  fill: hsla(0, 0%, 45%, 0.5);
}
.fill-brand-web-grey-300\/60 {
  fill: hsla(0, 0%, 45%, 0.6);
}
.fill-brand-web-grey-300\/70 {
  fill: hsla(0, 0%, 45%, 0.7);
}
.fill-brand-web-grey-300\/75 {
  fill: hsla(0, 0%, 45%, 0.75);
}
.fill-brand-web-grey-300\/80 {
  fill: hsla(0, 0%, 45%, 0.8);
}
.fill-brand-web-grey-300\/90 {
  fill: hsla(0, 0%, 45%, 0.9);
}
.fill-brand-web-grey-300\/95 {
  fill: hsla(0, 0%, 45%, 0.95);
}
.fill-brand-web-grey-500 {
  fill: #555;
}
.fill-brand-web-grey-500\/0 {
  fill: rgba(85, 85, 85, 0);
}
.fill-brand-web-grey-500\/10 {
  fill: rgba(85, 85, 85, 0.1);
}
.fill-brand-web-grey-500\/100 {
  fill: #555;
}
.fill-brand-web-grey-500\/20 {
  fill: rgba(85, 85, 85, 0.2);
}
.fill-brand-web-grey-500\/25 {
  fill: rgba(85, 85, 85, 0.25);
}
.fill-brand-web-grey-500\/30 {
  fill: rgba(85, 85, 85, 0.3);
}
.fill-brand-web-grey-500\/40 {
  fill: rgba(85, 85, 85, 0.4);
}
.fill-brand-web-grey-500\/5 {
  fill: rgba(85, 85, 85, 0.05);
}
.fill-brand-web-grey-500\/50 {
  fill: rgba(85, 85, 85, 0.5);
}
.fill-brand-web-grey-500\/60 {
  fill: rgba(85, 85, 85, 0.6);
}
.fill-brand-web-grey-500\/70 {
  fill: rgba(85, 85, 85, 0.7);
}
.fill-brand-web-grey-500\/75 {
  fill: rgba(85, 85, 85, 0.75);
}
.fill-brand-web-grey-500\/80 {
  fill: rgba(85, 85, 85, 0.8);
}
.fill-brand-web-grey-500\/90 {
  fill: rgba(85, 85, 85, 0.9);
}
.fill-brand-web-grey-500\/95 {
  fill: rgba(85, 85, 85, 0.95);
}
.fill-brand-web-lbc-blue {
  fill: #004070;
}
.fill-brand-web-lbc-blue\/0 {
  fill: rgba(0, 64, 112, 0);
}
.fill-brand-web-lbc-blue\/10 {
  fill: rgba(0, 64, 112, 0.1);
}
.fill-brand-web-lbc-blue\/100 {
  fill: #004070;
}
.fill-brand-web-lbc-blue\/20 {
  fill: rgba(0, 64, 112, 0.2);
}
.fill-brand-web-lbc-blue\/25 {
  fill: rgba(0, 64, 112, 0.25);
}
.fill-brand-web-lbc-blue\/30 {
  fill: rgba(0, 64, 112, 0.3);
}
.fill-brand-web-lbc-blue\/40 {
  fill: rgba(0, 64, 112, 0.4);
}
.fill-brand-web-lbc-blue\/5 {
  fill: rgba(0, 64, 112, 0.05);
}
.fill-brand-web-lbc-blue\/50 {
  fill: rgba(0, 64, 112, 0.5);
}
.fill-brand-web-lbc-blue\/60 {
  fill: rgba(0, 64, 112, 0.6);
}
.fill-brand-web-lbc-blue\/70 {
  fill: rgba(0, 64, 112, 0.7);
}
.fill-brand-web-lbc-blue\/75 {
  fill: rgba(0, 64, 112, 0.75);
}
.fill-brand-web-lbc-blue\/80 {
  fill: rgba(0, 64, 112, 0.8);
}
.fill-brand-web-lbc-blue\/90 {
  fill: rgba(0, 64, 112, 0.9);
}
.fill-brand-web-lbc-blue\/95 {
  fill: rgba(0, 64, 112, 0.95);
}
.fill-brand-web-lbc-gold {
  fill: #fdb812;
}
.fill-brand-web-lbc-gold\/0 {
  fill: rgba(253, 184, 18, 0);
}
.fill-brand-web-lbc-gold\/10 {
  fill: rgba(253, 184, 18, 0.1);
}
.fill-brand-web-lbc-gold\/100 {
  fill: #fdb812;
}
.fill-brand-web-lbc-gold\/20 {
  fill: rgba(253, 184, 18, 0.2);
}
.fill-brand-web-lbc-gold\/25 {
  fill: rgba(253, 184, 18, 0.25);
}
.fill-brand-web-lbc-gold\/30 {
  fill: rgba(253, 184, 18, 0.3);
}
.fill-brand-web-lbc-gold\/40 {
  fill: rgba(253, 184, 18, 0.4);
}
.fill-brand-web-lbc-gold\/5 {
  fill: rgba(253, 184, 18, 0.05);
}
.fill-brand-web-lbc-gold\/50 {
  fill: rgba(253, 184, 18, 0.5);
}
.fill-brand-web-lbc-gold\/60 {
  fill: rgba(253, 184, 18, 0.6);
}
.fill-brand-web-lbc-gold\/70 {
  fill: rgba(253, 184, 18, 0.7);
}
.fill-brand-web-lbc-gold\/75 {
  fill: rgba(253, 184, 18, 0.75);
}
.fill-brand-web-lbc-gold\/80 {
  fill: rgba(253, 184, 18, 0.8);
}
.fill-brand-web-lbc-gold\/90 {
  fill: rgba(253, 184, 18, 0.9);
}
.fill-brand-web-lbc-gold\/95 {
  fill: rgba(253, 184, 18, 0.95);
}
.fill-brand-web-raspberry {
  fill: #e00d42;
}
.fill-brand-web-raspberry\/0 {
  fill: rgba(224, 13, 66, 0);
}
.fill-brand-web-raspberry\/10 {
  fill: rgba(224, 13, 66, 0.1);
}
.fill-brand-web-raspberry\/100 {
  fill: #e00d42;
}
.fill-brand-web-raspberry\/20 {
  fill: rgba(224, 13, 66, 0.2);
}
.fill-brand-web-raspberry\/25 {
  fill: rgba(224, 13, 66, 0.25);
}
.fill-brand-web-raspberry\/30 {
  fill: rgba(224, 13, 66, 0.3);
}
.fill-brand-web-raspberry\/40 {
  fill: rgba(224, 13, 66, 0.4);
}
.fill-brand-web-raspberry\/5 {
  fill: rgba(224, 13, 66, 0.05);
}
.fill-brand-web-raspberry\/50 {
  fill: rgba(224, 13, 66, 0.5);
}
.fill-brand-web-raspberry\/60 {
  fill: rgba(224, 13, 66, 0.6);
}
.fill-brand-web-raspberry\/70 {
  fill: rgba(224, 13, 66, 0.7);
}
.fill-brand-web-raspberry\/75 {
  fill: rgba(224, 13, 66, 0.75);
}
.fill-brand-web-raspberry\/80 {
  fill: rgba(224, 13, 66, 0.8);
}
.fill-brand-web-raspberry\/90 {
  fill: rgba(224, 13, 66, 0.9);
}
.fill-brand-web-raspberry\/95 {
  fill: rgba(224, 13, 66, 0.95);
}
.fill-brand-web-text-grey {
  fill: #222;
}
.fill-brand-web-text-grey\/0 {
  fill: rgba(34, 34, 34, 0);
}
.fill-brand-web-text-grey\/10 {
  fill: rgba(34, 34, 34, 0.1);
}
.fill-brand-web-text-grey\/100 {
  fill: #222;
}
.fill-brand-web-text-grey\/20 {
  fill: rgba(34, 34, 34, 0.2);
}
.fill-brand-web-text-grey\/25 {
  fill: rgba(34, 34, 34, 0.25);
}
.fill-brand-web-text-grey\/30 {
  fill: rgba(34, 34, 34, 0.3);
}
.fill-brand-web-text-grey\/40 {
  fill: rgba(34, 34, 34, 0.4);
}
.fill-brand-web-text-grey\/5 {
  fill: rgba(34, 34, 34, 0.05);
}
.fill-brand-web-text-grey\/50 {
  fill: rgba(34, 34, 34, 0.5);
}
.fill-brand-web-text-grey\/60 {
  fill: rgba(34, 34, 34, 0.6);
}
.fill-brand-web-text-grey\/70 {
  fill: rgba(34, 34, 34, 0.7);
}
.fill-brand-web-text-grey\/75 {
  fill: rgba(34, 34, 34, 0.75);
}
.fill-brand-web-text-grey\/80 {
  fill: rgba(34, 34, 34, 0.8);
}
.fill-brand-web-text-grey\/90 {
  fill: rgba(34, 34, 34, 0.9);
}
.fill-brand-web-text-grey\/95 {
  fill: rgba(34, 34, 34, 0.95);
}
.fill-brand-web-text-light-grey {
  fill: grey;
}
.fill-brand-web-text-light-grey\/0 {
  fill: hsla(0, 0%, 50%, 0);
}
.fill-brand-web-text-light-grey\/10 {
  fill: hsla(0, 0%, 50%, 0.1);
}
.fill-brand-web-text-light-grey\/100 {
  fill: grey;
}
.fill-brand-web-text-light-grey\/20 {
  fill: hsla(0, 0%, 50%, 0.2);
}
.fill-brand-web-text-light-grey\/25 {
  fill: hsla(0, 0%, 50%, 0.25);
}
.fill-brand-web-text-light-grey\/30 {
  fill: hsla(0, 0%, 50%, 0.3);
}
.fill-brand-web-text-light-grey\/40 {
  fill: hsla(0, 0%, 50%, 0.4);
}
.fill-brand-web-text-light-grey\/5 {
  fill: hsla(0, 0%, 50%, 0.05);
}
.fill-brand-web-text-light-grey\/50 {
  fill: hsla(0, 0%, 50%, 0.5);
}
.fill-brand-web-text-light-grey\/60 {
  fill: hsla(0, 0%, 50%, 0.6);
}
.fill-brand-web-text-light-grey\/70 {
  fill: hsla(0, 0%, 50%, 0.7);
}
.fill-brand-web-text-light-grey\/75 {
  fill: hsla(0, 0%, 50%, 0.75);
}
.fill-brand-web-text-light-grey\/80 {
  fill: hsla(0, 0%, 50%, 0.8);
}
.fill-brand-web-text-light-grey\/90 {
  fill: hsla(0, 0%, 50%, 0.9);
}
.fill-brand-web-text-light-grey\/95 {
  fill: hsla(0, 0%, 50%, 0.95);
}
.fill-brand-web-white {
  fill: #fff;
}
.fill-brand-web-white\/0 {
  fill: hsla(0, 0%, 100%, 0);
}
.fill-brand-web-white\/10 {
  fill: hsla(0, 0%, 100%, 0.1);
}
.fill-brand-web-white\/100 {
  fill: #fff;
}
.fill-brand-web-white\/20 {
  fill: hsla(0, 0%, 100%, 0.2);
}
.fill-brand-web-white\/25 {
  fill: hsla(0, 0%, 100%, 0.25);
}
.fill-brand-web-white\/30 {
  fill: hsla(0, 0%, 100%, 0.3);
}
.fill-brand-web-white\/40 {
  fill: hsla(0, 0%, 100%, 0.4);
}
.fill-brand-web-white\/5 {
  fill: hsla(0, 0%, 100%, 0.05);
}
.fill-brand-web-white\/50 {
  fill: hsla(0, 0%, 100%, 0.5);
}
.fill-brand-web-white\/60 {
  fill: hsla(0, 0%, 100%, 0.6);
}
.fill-brand-web-white\/70 {
  fill: hsla(0, 0%, 100%, 0.7);
}
.fill-brand-web-white\/75 {
  fill: hsla(0, 0%, 100%, 0.75);
}
.fill-brand-web-white\/80 {
  fill: hsla(0, 0%, 100%, 0.8);
}
.fill-brand-web-white\/90 {
  fill: hsla(0, 0%, 100%, 0.9);
}
.fill-brand-web-white\/95 {
  fill: hsla(0, 0%, 100%, 0.95);
}
.fill-error {
  fill: #ae0a33;
}
.fill-error-light {
  fill: #feecf0;
}
.fill-error-light\/0 {
  fill: rgba(254, 236, 240, 0);
}
.fill-error-light\/10 {
  fill: rgba(254, 236, 240, 0.1);
}
.fill-error-light\/100 {
  fill: #feecf0;
}
.fill-error-light\/20 {
  fill: rgba(254, 236, 240, 0.2);
}
.fill-error-light\/25 {
  fill: rgba(254, 236, 240, 0.25);
}
.fill-error-light\/30 {
  fill: rgba(254, 236, 240, 0.3);
}
.fill-error-light\/40 {
  fill: rgba(254, 236, 240, 0.4);
}
.fill-error-light\/5 {
  fill: rgba(254, 236, 240, 0.05);
}
.fill-error-light\/50 {
  fill: rgba(254, 236, 240, 0.5);
}
.fill-error-light\/60 {
  fill: rgba(254, 236, 240, 0.6);
}
.fill-error-light\/70 {
  fill: rgba(254, 236, 240, 0.7);
}
.fill-error-light\/75 {
  fill: rgba(254, 236, 240, 0.75);
}
.fill-error-light\/80 {
  fill: rgba(254, 236, 240, 0.8);
}
.fill-error-light\/90 {
  fill: rgba(254, 236, 240, 0.9);
}
.fill-error-light\/95 {
  fill: rgba(254, 236, 240, 0.95);
}
.fill-error\/0 {
  fill: rgba(174, 10, 51, 0);
}
.fill-error\/10 {
  fill: rgba(174, 10, 51, 0.1);
}
.fill-error\/100 {
  fill: #ae0a33;
}
.fill-error\/20 {
  fill: rgba(174, 10, 51, 0.2);
}
.fill-error\/25 {
  fill: rgba(174, 10, 51, 0.25);
}
.fill-error\/30 {
  fill: rgba(174, 10, 51, 0.3);
}
.fill-error\/40 {
  fill: rgba(174, 10, 51, 0.4);
}
.fill-error\/5 {
  fill: rgba(174, 10, 51, 0.05);
}
.fill-error\/50 {
  fill: rgba(174, 10, 51, 0.5);
}
.fill-error\/60 {
  fill: rgba(174, 10, 51, 0.6);
}
.fill-error\/70 {
  fill: rgba(174, 10, 51, 0.7);
}
.fill-error\/75 {
  fill: rgba(174, 10, 51, 0.75);
}
.fill-error\/80 {
  fill: rgba(174, 10, 51, 0.8);
}
.fill-error\/90 {
  fill: rgba(174, 10, 51, 0.9);
}
.fill-error\/95 {
  fill: rgba(174, 10, 51, 0.95);
}
.fill-hover {
  fill: #7ac5fe;
}
.fill-hover\/0 {
  fill: rgba(122, 197, 254, 0);
}
.fill-hover\/10 {
  fill: rgba(122, 197, 254, 0.1);
}
.fill-hover\/100 {
  fill: #7ac5fe;
}
.fill-hover\/20 {
  fill: rgba(122, 197, 254, 0.2);
}
.fill-hover\/25 {
  fill: rgba(122, 197, 254, 0.25);
}
.fill-hover\/30 {
  fill: rgba(122, 197, 254, 0.3);
}
.fill-hover\/40 {
  fill: rgba(122, 197, 254, 0.4);
}
.fill-hover\/5 {
  fill: rgba(122, 197, 254, 0.05);
}
.fill-hover\/50 {
  fill: rgba(122, 197, 254, 0.5);
}
.fill-hover\/60 {
  fill: rgba(122, 197, 254, 0.6);
}
.fill-hover\/70 {
  fill: rgba(122, 197, 254, 0.7);
}
.fill-hover\/75 {
  fill: rgba(122, 197, 254, 0.75);
}
.fill-hover\/80 {
  fill: rgba(122, 197, 254, 0.8);
}
.fill-hover\/90 {
  fill: rgba(122, 197, 254, 0.9);
}
.fill-hover\/95 {
  fill: rgba(122, 197, 254, 0.95);
}
.fill-info {
  fill: #00518f;
}
.fill-info-light {
  fill: #ebf6ff;
}
.fill-info-light\/0 {
  fill: rgba(235, 246, 255, 0);
}
.fill-info-light\/10 {
  fill: rgba(235, 246, 255, 0.1);
}
.fill-info-light\/100 {
  fill: #ebf6ff;
}
.fill-info-light\/20 {
  fill: rgba(235, 246, 255, 0.2);
}
.fill-info-light\/25 {
  fill: rgba(235, 246, 255, 0.25);
}
.fill-info-light\/30 {
  fill: rgba(235, 246, 255, 0.3);
}
.fill-info-light\/40 {
  fill: rgba(235, 246, 255, 0.4);
}
.fill-info-light\/5 {
  fill: rgba(235, 246, 255, 0.05);
}
.fill-info-light\/50 {
  fill: rgba(235, 246, 255, 0.5);
}
.fill-info-light\/60 {
  fill: rgba(235, 246, 255, 0.6);
}
.fill-info-light\/70 {
  fill: rgba(235, 246, 255, 0.7);
}
.fill-info-light\/75 {
  fill: rgba(235, 246, 255, 0.75);
}
.fill-info-light\/80 {
  fill: rgba(235, 246, 255, 0.8);
}
.fill-info-light\/90 {
  fill: rgba(235, 246, 255, 0.9);
}
.fill-info-light\/95 {
  fill: rgba(235, 246, 255, 0.95);
}
.fill-info\/0 {
  fill: rgba(0, 81, 143, 0);
}
.fill-info\/10 {
  fill: rgba(0, 81, 143, 0.1);
}
.fill-info\/100 {
  fill: #00518f;
}
.fill-info\/20 {
  fill: rgba(0, 81, 143, 0.2);
}
.fill-info\/25 {
  fill: rgba(0, 81, 143, 0.25);
}
.fill-info\/30 {
  fill: rgba(0, 81, 143, 0.3);
}
.fill-info\/40 {
  fill: rgba(0, 81, 143, 0.4);
}
.fill-info\/5 {
  fill: rgba(0, 81, 143, 0.05);
}
.fill-info\/50 {
  fill: rgba(0, 81, 143, 0.5);
}
.fill-info\/60 {
  fill: rgba(0, 81, 143, 0.6);
}
.fill-info\/70 {
  fill: rgba(0, 81, 143, 0.7);
}
.fill-info\/75 {
  fill: rgba(0, 81, 143, 0.75);
}
.fill-info\/80 {
  fill: rgba(0, 81, 143, 0.8);
}
.fill-info\/90 {
  fill: rgba(0, 81, 143, 0.9);
}
.fill-info\/95 {
  fill: rgba(0, 81, 143, 0.95);
}
.fill-lbc-blue-100 {
  fill: #9fd5fc;
}
.fill-lbc-blue-100\/0 {
  fill: rgba(159, 213, 252, 0);
}
.fill-lbc-blue-100\/10 {
  fill: rgba(159, 213, 252, 0.1);
}
.fill-lbc-blue-100\/100 {
  fill: #9fd5fc;
}
.fill-lbc-blue-100\/20 {
  fill: rgba(159, 213, 252, 0.2);
}
.fill-lbc-blue-100\/25 {
  fill: rgba(159, 213, 252, 0.25);
}
.fill-lbc-blue-100\/30 {
  fill: rgba(159, 213, 252, 0.3);
}
.fill-lbc-blue-100\/40 {
  fill: rgba(159, 213, 252, 0.4);
}
.fill-lbc-blue-100\/5 {
  fill: rgba(159, 213, 252, 0.05);
}
.fill-lbc-blue-100\/50 {
  fill: rgba(159, 213, 252, 0.5);
}
.fill-lbc-blue-100\/60 {
  fill: rgba(159, 213, 252, 0.6);
}
.fill-lbc-blue-100\/70 {
  fill: rgba(159, 213, 252, 0.7);
}
.fill-lbc-blue-100\/75 {
  fill: rgba(159, 213, 252, 0.75);
}
.fill-lbc-blue-100\/80 {
  fill: rgba(159, 213, 252, 0.8);
}
.fill-lbc-blue-100\/90 {
  fill: rgba(159, 213, 252, 0.9);
}
.fill-lbc-blue-100\/95 {
  fill: rgba(159, 213, 252, 0.95);
}
.fill-lbc-blue-200 {
  fill: #6fb3e7;
}
.fill-lbc-blue-200\/0 {
  fill: rgba(111, 179, 231, 0);
}
.fill-lbc-blue-200\/10 {
  fill: rgba(111, 179, 231, 0.1);
}
.fill-lbc-blue-200\/100 {
  fill: #6fb3e7;
}
.fill-lbc-blue-200\/20 {
  fill: rgba(111, 179, 231, 0.2);
}
.fill-lbc-blue-200\/25 {
  fill: rgba(111, 179, 231, 0.25);
}
.fill-lbc-blue-200\/30 {
  fill: rgba(111, 179, 231, 0.3);
}
.fill-lbc-blue-200\/40 {
  fill: rgba(111, 179, 231, 0.4);
}
.fill-lbc-blue-200\/5 {
  fill: rgba(111, 179, 231, 0.05);
}
.fill-lbc-blue-200\/50 {
  fill: rgba(111, 179, 231, 0.5);
}
.fill-lbc-blue-200\/60 {
  fill: rgba(111, 179, 231, 0.6);
}
.fill-lbc-blue-200\/70 {
  fill: rgba(111, 179, 231, 0.7);
}
.fill-lbc-blue-200\/75 {
  fill: rgba(111, 179, 231, 0.75);
}
.fill-lbc-blue-200\/80 {
  fill: rgba(111, 179, 231, 0.8);
}
.fill-lbc-blue-200\/90 {
  fill: rgba(111, 179, 231, 0.9);
}
.fill-lbc-blue-200\/95 {
  fill: rgba(111, 179, 231, 0.95);
}
.fill-lbc-blue-50 {
  fill: #d8ecfd;
}
.fill-lbc-blue-50\/0 {
  fill: rgba(216, 236, 253, 0);
}
.fill-lbc-blue-50\/10 {
  fill: rgba(216, 236, 253, 0.1);
}
.fill-lbc-blue-50\/100 {
  fill: #d8ecfd;
}
.fill-lbc-blue-50\/20 {
  fill: rgba(216, 236, 253, 0.2);
}
.fill-lbc-blue-50\/25 {
  fill: rgba(216, 236, 253, 0.25);
}
.fill-lbc-blue-50\/30 {
  fill: rgba(216, 236, 253, 0.3);
}
.fill-lbc-blue-50\/40 {
  fill: rgba(216, 236, 253, 0.4);
}
.fill-lbc-blue-50\/5 {
  fill: rgba(216, 236, 253, 0.05);
}
.fill-lbc-blue-50\/50 {
  fill: rgba(216, 236, 253, 0.5);
}
.fill-lbc-blue-50\/60 {
  fill: rgba(216, 236, 253, 0.6);
}
.fill-lbc-blue-50\/70 {
  fill: rgba(216, 236, 253, 0.7);
}
.fill-lbc-blue-50\/75 {
  fill: rgba(216, 236, 253, 0.75);
}
.fill-lbc-blue-50\/80 {
  fill: rgba(216, 236, 253, 0.8);
}
.fill-lbc-blue-50\/90 {
  fill: rgba(216, 236, 253, 0.9);
}
.fill-lbc-blue-50\/95 {
  fill: rgba(216, 236, 253, 0.95);
}
.fill-lbc-gold-100 {
  fill: #ffee9e;
}
.fill-lbc-gold-100\/0 {
  fill: rgba(255, 238, 158, 0);
}
.fill-lbc-gold-100\/10 {
  fill: rgba(255, 238, 158, 0.1);
}
.fill-lbc-gold-100\/100 {
  fill: #ffee9e;
}
.fill-lbc-gold-100\/20 {
  fill: rgba(255, 238, 158, 0.2);
}
.fill-lbc-gold-100\/25 {
  fill: rgba(255, 238, 158, 0.25);
}
.fill-lbc-gold-100\/30 {
  fill: rgba(255, 238, 158, 0.3);
}
.fill-lbc-gold-100\/40 {
  fill: rgba(255, 238, 158, 0.4);
}
.fill-lbc-gold-100\/5 {
  fill: rgba(255, 238, 158, 0.05);
}
.fill-lbc-gold-100\/50 {
  fill: rgba(255, 238, 158, 0.5);
}
.fill-lbc-gold-100\/60 {
  fill: rgba(255, 238, 158, 0.6);
}
.fill-lbc-gold-100\/70 {
  fill: rgba(255, 238, 158, 0.7);
}
.fill-lbc-gold-100\/75 {
  fill: rgba(255, 238, 158, 0.75);
}
.fill-lbc-gold-100\/80 {
  fill: rgba(255, 238, 158, 0.8);
}
.fill-lbc-gold-100\/90 {
  fill: rgba(255, 238, 158, 0.9);
}
.fill-lbc-gold-100\/95 {
  fill: rgba(255, 238, 158, 0.95);
}
.fill-lbc-gold-200 {
  fill: #fedc66;
}
.fill-lbc-gold-200\/0 {
  fill: hsla(47, 99%, 70%, 0);
}
.fill-lbc-gold-200\/10 {
  fill: hsla(47, 99%, 70%, 0.1);
}
.fill-lbc-gold-200\/100 {
  fill: #fedc66;
}
.fill-lbc-gold-200\/20 {
  fill: hsla(47, 99%, 70%, 0.2);
}
.fill-lbc-gold-200\/25 {
  fill: hsla(47, 99%, 70%, 0.25);
}
.fill-lbc-gold-200\/30 {
  fill: hsla(47, 99%, 70%, 0.3);
}
.fill-lbc-gold-200\/40 {
  fill: hsla(47, 99%, 70%, 0.4);
}
.fill-lbc-gold-200\/5 {
  fill: hsla(47, 99%, 70%, 0.05);
}
.fill-lbc-gold-200\/50 {
  fill: hsla(47, 99%, 70%, 0.5);
}
.fill-lbc-gold-200\/60 {
  fill: hsla(47, 99%, 70%, 0.6);
}
.fill-lbc-gold-200\/70 {
  fill: hsla(47, 99%, 70%, 0.7);
}
.fill-lbc-gold-200\/75 {
  fill: hsla(47, 99%, 70%, 0.75);
}
.fill-lbc-gold-200\/80 {
  fill: hsla(47, 99%, 70%, 0.8);
}
.fill-lbc-gold-200\/90 {
  fill: hsla(47, 99%, 70%, 0.9);
}
.fill-lbc-gold-200\/95 {
  fill: hsla(47, 99%, 70%, 0.95);
}
.fill-lbc-mint-100 {
  fill: #7effec;
}
.fill-lbc-mint-100\/0 {
  fill: rgba(126, 255, 236, 0);
}
.fill-lbc-mint-100\/10 {
  fill: rgba(126, 255, 236, 0.1);
}
.fill-lbc-mint-100\/100 {
  fill: #7effec;
}
.fill-lbc-mint-100\/20 {
  fill: rgba(126, 255, 236, 0.2);
}
.fill-lbc-mint-100\/25 {
  fill: rgba(126, 255, 236, 0.25);
}
.fill-lbc-mint-100\/30 {
  fill: rgba(126, 255, 236, 0.3);
}
.fill-lbc-mint-100\/40 {
  fill: rgba(126, 255, 236, 0.4);
}
.fill-lbc-mint-100\/5 {
  fill: rgba(126, 255, 236, 0.05);
}
.fill-lbc-mint-100\/50 {
  fill: rgba(126, 255, 236, 0.5);
}
.fill-lbc-mint-100\/60 {
  fill: rgba(126, 255, 236, 0.6);
}
.fill-lbc-mint-100\/70 {
  fill: rgba(126, 255, 236, 0.7);
}
.fill-lbc-mint-100\/75 {
  fill: rgba(126, 255, 236, 0.75);
}
.fill-lbc-mint-100\/80 {
  fill: rgba(126, 255, 236, 0.8);
}
.fill-lbc-mint-100\/90 {
  fill: rgba(126, 255, 236, 0.9);
}
.fill-lbc-mint-100\/95 {
  fill: rgba(126, 255, 236, 0.95);
}
.fill-lbc-mint-300 {
  fill: #0ad7b8;
}
.fill-lbc-mint-300\/0 {
  fill: rgba(10, 215, 184, 0);
}
.fill-lbc-mint-300\/10 {
  fill: rgba(10, 215, 184, 0.1);
}
.fill-lbc-mint-300\/100 {
  fill: #0ad7b8;
}
.fill-lbc-mint-300\/20 {
  fill: rgba(10, 215, 184, 0.2);
}
.fill-lbc-mint-300\/25 {
  fill: rgba(10, 215, 184, 0.25);
}
.fill-lbc-mint-300\/30 {
  fill: rgba(10, 215, 184, 0.3);
}
.fill-lbc-mint-300\/40 {
  fill: rgba(10, 215, 184, 0.4);
}
.fill-lbc-mint-300\/5 {
  fill: rgba(10, 215, 184, 0.05);
}
.fill-lbc-mint-300\/50 {
  fill: rgba(10, 215, 184, 0.5);
}
.fill-lbc-mint-300\/60 {
  fill: rgba(10, 215, 184, 0.6);
}
.fill-lbc-mint-300\/70 {
  fill: rgba(10, 215, 184, 0.7);
}
.fill-lbc-mint-300\/75 {
  fill: rgba(10, 215, 184, 0.75);
}
.fill-lbc-mint-300\/80 {
  fill: rgba(10, 215, 184, 0.8);
}
.fill-lbc-mint-300\/90 {
  fill: rgba(10, 215, 184, 0.9);
}
.fill-lbc-mint-300\/95 {
  fill: rgba(10, 215, 184, 0.95);
}
.fill-selected {
  fill: #fee987;
}
.fill-selected\/0 {
  fill: hsla(49, 98%, 76%, 0);
}
.fill-selected\/10 {
  fill: hsla(49, 98%, 76%, 0.1);
}
.fill-selected\/100 {
  fill: #fee987;
}
.fill-selected\/20 {
  fill: hsla(49, 98%, 76%, 0.2);
}
.fill-selected\/25 {
  fill: hsla(49, 98%, 76%, 0.25);
}
.fill-selected\/30 {
  fill: hsla(49, 98%, 76%, 0.3);
}
.fill-selected\/40 {
  fill: hsla(49, 98%, 76%, 0.4);
}
.fill-selected\/5 {
  fill: hsla(49, 98%, 76%, 0.05);
}
.fill-selected\/50 {
  fill: hsla(49, 98%, 76%, 0.5);
}
.fill-selected\/60 {
  fill: hsla(49, 98%, 76%, 0.6);
}
.fill-selected\/70 {
  fill: hsla(49, 98%, 76%, 0.7);
}
.fill-selected\/75 {
  fill: hsla(49, 98%, 76%, 0.75);
}
.fill-selected\/80 {
  fill: hsla(49, 98%, 76%, 0.8);
}
.fill-selected\/90 {
  fill: hsla(49, 98%, 76%, 0.9);
}
.fill-selected\/95 {
  fill: hsla(49, 98%, 76%, 0.95);
}
.fill-success {
  fill: #3c763c;
}
.fill-success-light {
  fill: #def0d8;
}
.fill-success-light\/0 {
  fill: rgba(222, 240, 216, 0);
}
.fill-success-light\/10 {
  fill: rgba(222, 240, 216, 0.1);
}
.fill-success-light\/100 {
  fill: #def0d8;
}
.fill-success-light\/20 {
  fill: rgba(222, 240, 216, 0.2);
}
.fill-success-light\/25 {
  fill: rgba(222, 240, 216, 0.25);
}
.fill-success-light\/30 {
  fill: rgba(222, 240, 216, 0.3);
}
.fill-success-light\/40 {
  fill: rgba(222, 240, 216, 0.4);
}
.fill-success-light\/5 {
  fill: rgba(222, 240, 216, 0.05);
}
.fill-success-light\/50 {
  fill: rgba(222, 240, 216, 0.5);
}
.fill-success-light\/60 {
  fill: rgba(222, 240, 216, 0.6);
}
.fill-success-light\/70 {
  fill: rgba(222, 240, 216, 0.7);
}
.fill-success-light\/75 {
  fill: rgba(222, 240, 216, 0.75);
}
.fill-success-light\/80 {
  fill: rgba(222, 240, 216, 0.8);
}
.fill-success-light\/90 {
  fill: rgba(222, 240, 216, 0.9);
}
.fill-success-light\/95 {
  fill: rgba(222, 240, 216, 0.95);
}
.fill-success\/0 {
  fill: rgba(60, 118, 60, 0);
}
.fill-success\/10 {
  fill: rgba(60, 118, 60, 0.1);
}
.fill-success\/100 {
  fill: #3c763c;
}
.fill-success\/20 {
  fill: rgba(60, 118, 60, 0.2);
}
.fill-success\/25 {
  fill: rgba(60, 118, 60, 0.25);
}
.fill-success\/30 {
  fill: rgba(60, 118, 60, 0.3);
}
.fill-success\/40 {
  fill: rgba(60, 118, 60, 0.4);
}
.fill-success\/5 {
  fill: rgba(60, 118, 60, 0.05);
}
.fill-success\/50 {
  fill: rgba(60, 118, 60, 0.5);
}
.fill-success\/60 {
  fill: rgba(60, 118, 60, 0.6);
}
.fill-success\/70 {
  fill: rgba(60, 118, 60, 0.7);
}
.fill-success\/75 {
  fill: rgba(60, 118, 60, 0.75);
}
.fill-success\/80 {
  fill: rgba(60, 118, 60, 0.8);
}
.fill-success\/90 {
  fill: rgba(60, 118, 60, 0.9);
}
.fill-success\/95 {
  fill: rgba(60, 118, 60, 0.95);
}
.fill-warning {
  fill: #a95c00;
}
.fill-warning-light {
  fill: #fff9eb;
}
.fill-warning-light\/0 {
  fill: rgba(255, 249, 235, 0);
}
.fill-warning-light\/10 {
  fill: rgba(255, 249, 235, 0.1);
}
.fill-warning-light\/100 {
  fill: #fff9eb;
}
.fill-warning-light\/20 {
  fill: rgba(255, 249, 235, 0.2);
}
.fill-warning-light\/25 {
  fill: rgba(255, 249, 235, 0.25);
}
.fill-warning-light\/30 {
  fill: rgba(255, 249, 235, 0.3);
}
.fill-warning-light\/40 {
  fill: rgba(255, 249, 235, 0.4);
}
.fill-warning-light\/5 {
  fill: rgba(255, 249, 235, 0.05);
}
.fill-warning-light\/50 {
  fill: rgba(255, 249, 235, 0.5);
}
.fill-warning-light\/60 {
  fill: rgba(255, 249, 235, 0.6);
}
.fill-warning-light\/70 {
  fill: rgba(255, 249, 235, 0.7);
}
.fill-warning-light\/75 {
  fill: rgba(255, 249, 235, 0.75);
}
.fill-warning-light\/80 {
  fill: rgba(255, 249, 235, 0.8);
}
.fill-warning-light\/90 {
  fill: rgba(255, 249, 235, 0.9);
}
.fill-warning-light\/95 {
  fill: rgba(255, 249, 235, 0.95);
}
.fill-warning\/0 {
  fill: rgba(169, 92, 0, 0);
}
.fill-warning\/10 {
  fill: rgba(169, 92, 0, 0.1);
}
.fill-warning\/100 {
  fill: #a95c00;
}
.fill-warning\/20 {
  fill: rgba(169, 92, 0, 0.2);
}
.fill-warning\/25 {
  fill: rgba(169, 92, 0, 0.25);
}
.fill-warning\/30 {
  fill: rgba(169, 92, 0, 0.3);
}
.fill-warning\/40 {
  fill: rgba(169, 92, 0, 0.4);
}
.fill-warning\/5 {
  fill: rgba(169, 92, 0, 0.05);
}
.fill-warning\/50 {
  fill: rgba(169, 92, 0, 0.5);
}
.fill-warning\/60 {
  fill: rgba(169, 92, 0, 0.6);
}
.fill-warning\/70 {
  fill: rgba(169, 92, 0, 0.7);
}
.fill-warning\/75 {
  fill: rgba(169, 92, 0, 0.75);
}
.fill-warning\/80 {
  fill: rgba(169, 92, 0, 0.8);
}
.fill-warning\/90 {
  fill: rgba(169, 92, 0, 0.9);
}
.fill-warning\/95 {
  fill: rgba(169, 92, 0, 0.95);
}
.stroke-brand-web-background-grey {
  stroke: #f5f5f5;
}
.stroke-brand-web-background-grey\/0 {
  stroke: hsla(0, 0%, 96%, 0);
}
.stroke-brand-web-background-grey\/10 {
  stroke: hsla(0, 0%, 96%, 0.1);
}
.stroke-brand-web-background-grey\/100 {
  stroke: #f5f5f5;
}
.stroke-brand-web-background-grey\/20 {
  stroke: hsla(0, 0%, 96%, 0.2);
}
.stroke-brand-web-background-grey\/25 {
  stroke: hsla(0, 0%, 96%, 0.25);
}
.stroke-brand-web-background-grey\/30 {
  stroke: hsla(0, 0%, 96%, 0.3);
}
.stroke-brand-web-background-grey\/40 {
  stroke: hsla(0, 0%, 96%, 0.4);
}
.stroke-brand-web-background-grey\/5 {
  stroke: hsla(0, 0%, 96%, 0.05);
}
.stroke-brand-web-background-grey\/50 {
  stroke: hsla(0, 0%, 96%, 0.5);
}
.stroke-brand-web-background-grey\/60 {
  stroke: hsla(0, 0%, 96%, 0.6);
}
.stroke-brand-web-background-grey\/70 {
  stroke: hsla(0, 0%, 96%, 0.7);
}
.stroke-brand-web-background-grey\/75 {
  stroke: hsla(0, 0%, 96%, 0.75);
}
.stroke-brand-web-background-grey\/80 {
  stroke: hsla(0, 0%, 96%, 0.8);
}
.stroke-brand-web-background-grey\/90 {
  stroke: hsla(0, 0%, 96%, 0.9);
}
.stroke-brand-web-background-grey\/95 {
  stroke: hsla(0, 0%, 96%, 0.95);
}
.stroke-brand-web-card-grey {
  stroke: #d9dad6;
}
.stroke-brand-web-card-grey\/0 {
  stroke: hsla(75, 5%, 85%, 0);
}
.stroke-brand-web-card-grey\/10 {
  stroke: hsla(75, 5%, 85%, 0.1);
}
.stroke-brand-web-card-grey\/100 {
  stroke: #d9dad6;
}
.stroke-brand-web-card-grey\/20 {
  stroke: hsla(75, 5%, 85%, 0.2);
}
.stroke-brand-web-card-grey\/25 {
  stroke: hsla(75, 5%, 85%, 0.25);
}
.stroke-brand-web-card-grey\/30 {
  stroke: hsla(75, 5%, 85%, 0.3);
}
.stroke-brand-web-card-grey\/40 {
  stroke: hsla(75, 5%, 85%, 0.4);
}
.stroke-brand-web-card-grey\/5 {
  stroke: hsla(75, 5%, 85%, 0.05);
}
.stroke-brand-web-card-grey\/50 {
  stroke: hsla(75, 5%, 85%, 0.5);
}
.stroke-brand-web-card-grey\/60 {
  stroke: hsla(75, 5%, 85%, 0.6);
}
.stroke-brand-web-card-grey\/70 {
  stroke: hsla(75, 5%, 85%, 0.7);
}
.stroke-brand-web-card-grey\/75 {
  stroke: hsla(75, 5%, 85%, 0.75);
}
.stroke-brand-web-card-grey\/80 {
  stroke: hsla(75, 5%, 85%, 0.8);
}
.stroke-brand-web-card-grey\/90 {
  stroke: hsla(75, 5%, 85%, 0.9);
}
.stroke-brand-web-card-grey\/95 {
  stroke: hsla(75, 5%, 85%, 0.95);
}
.stroke-brand-web-fresh-mint {
  stroke: #27f2d3;
}
.stroke-brand-web-fresh-mint\/0 {
  stroke: rgba(39, 242, 211, 0);
}
.stroke-brand-web-fresh-mint\/10 {
  stroke: rgba(39, 242, 211, 0.1);
}
.stroke-brand-web-fresh-mint\/100 {
  stroke: #27f2d3;
}
.stroke-brand-web-fresh-mint\/20 {
  stroke: rgba(39, 242, 211, 0.2);
}
.stroke-brand-web-fresh-mint\/25 {
  stroke: rgba(39, 242, 211, 0.25);
}
.stroke-brand-web-fresh-mint\/30 {
  stroke: rgba(39, 242, 211, 0.3);
}
.stroke-brand-web-fresh-mint\/40 {
  stroke: rgba(39, 242, 211, 0.4);
}
.stroke-brand-web-fresh-mint\/5 {
  stroke: rgba(39, 242, 211, 0.05);
}
.stroke-brand-web-fresh-mint\/50 {
  stroke: rgba(39, 242, 211, 0.5);
}
.stroke-brand-web-fresh-mint\/60 {
  stroke: rgba(39, 242, 211, 0.6);
}
.stroke-brand-web-fresh-mint\/70 {
  stroke: rgba(39, 242, 211, 0.7);
}
.stroke-brand-web-fresh-mint\/75 {
  stroke: rgba(39, 242, 211, 0.75);
}
.stroke-brand-web-fresh-mint\/80 {
  stroke: rgba(39, 242, 211, 0.8);
}
.stroke-brand-web-fresh-mint\/90 {
  stroke: rgba(39, 242, 211, 0.9);
}
.stroke-brand-web-fresh-mint\/95 {
  stroke: rgba(39, 242, 211, 0.95);
}
.stroke-brand-web-grey-200 {
  stroke: #e1e2e5;
}
.stroke-brand-web-grey-200\/0 {
  stroke: hsla(225, 7%, 89%, 0);
}
.stroke-brand-web-grey-200\/10 {
  stroke: hsla(225, 7%, 89%, 0.1);
}
.stroke-brand-web-grey-200\/100 {
  stroke: #e1e2e5;
}
.stroke-brand-web-grey-200\/20 {
  stroke: hsla(225, 7%, 89%, 0.2);
}
.stroke-brand-web-grey-200\/25 {
  stroke: hsla(225, 7%, 89%, 0.25);
}
.stroke-brand-web-grey-200\/30 {
  stroke: hsla(225, 7%, 89%, 0.3);
}
.stroke-brand-web-grey-200\/40 {
  stroke: hsla(225, 7%, 89%, 0.4);
}
.stroke-brand-web-grey-200\/5 {
  stroke: hsla(225, 7%, 89%, 0.05);
}
.stroke-brand-web-grey-200\/50 {
  stroke: hsla(225, 7%, 89%, 0.5);
}
.stroke-brand-web-grey-200\/60 {
  stroke: hsla(225, 7%, 89%, 0.6);
}
.stroke-brand-web-grey-200\/70 {
  stroke: hsla(225, 7%, 89%, 0.7);
}
.stroke-brand-web-grey-200\/75 {
  stroke: hsla(225, 7%, 89%, 0.75);
}
.stroke-brand-web-grey-200\/80 {
  stroke: hsla(225, 7%, 89%, 0.8);
}
.stroke-brand-web-grey-200\/90 {
  stroke: hsla(225, 7%, 89%, 0.9);
}
.stroke-brand-web-grey-200\/95 {
  stroke: hsla(225, 7%, 89%, 0.95);
}
.stroke-brand-web-grey-300 {
  stroke: #737373;
}
.stroke-brand-web-grey-300\/0 {
  stroke: hsla(0, 0%, 45%, 0);
}
.stroke-brand-web-grey-300\/10 {
  stroke: hsla(0, 0%, 45%, 0.1);
}
.stroke-brand-web-grey-300\/100 {
  stroke: #737373;
}
.stroke-brand-web-grey-300\/20 {
  stroke: hsla(0, 0%, 45%, 0.2);
}
.stroke-brand-web-grey-300\/25 {
  stroke: hsla(0, 0%, 45%, 0.25);
}
.stroke-brand-web-grey-300\/30 {
  stroke: hsla(0, 0%, 45%, 0.3);
}
.stroke-brand-web-grey-300\/40 {
  stroke: hsla(0, 0%, 45%, 0.4);
}
.stroke-brand-web-grey-300\/5 {
  stroke: hsla(0, 0%, 45%, 0.05);
}
.stroke-brand-web-grey-300\/50 {
  stroke: hsla(0, 0%, 45%, 0.5);
}
.stroke-brand-web-grey-300\/60 {
  stroke: hsla(0, 0%, 45%, 0.6);
}
.stroke-brand-web-grey-300\/70 {
  stroke: hsla(0, 0%, 45%, 0.7);
}
.stroke-brand-web-grey-300\/75 {
  stroke: hsla(0, 0%, 45%, 0.75);
}
.stroke-brand-web-grey-300\/80 {
  stroke: hsla(0, 0%, 45%, 0.8);
}
.stroke-brand-web-grey-300\/90 {
  stroke: hsla(0, 0%, 45%, 0.9);
}
.stroke-brand-web-grey-300\/95 {
  stroke: hsla(0, 0%, 45%, 0.95);
}
.stroke-brand-web-grey-500 {
  stroke: #555;
}
.stroke-brand-web-grey-500\/0 {
  stroke: rgba(85, 85, 85, 0);
}
.stroke-brand-web-grey-500\/10 {
  stroke: rgba(85, 85, 85, 0.1);
}
.stroke-brand-web-grey-500\/100 {
  stroke: #555;
}
.stroke-brand-web-grey-500\/20 {
  stroke: rgba(85, 85, 85, 0.2);
}
.stroke-brand-web-grey-500\/25 {
  stroke: rgba(85, 85, 85, 0.25);
}
.stroke-brand-web-grey-500\/30 {
  stroke: rgba(85, 85, 85, 0.3);
}
.stroke-brand-web-grey-500\/40 {
  stroke: rgba(85, 85, 85, 0.4);
}
.stroke-brand-web-grey-500\/5 {
  stroke: rgba(85, 85, 85, 0.05);
}
.stroke-brand-web-grey-500\/50 {
  stroke: rgba(85, 85, 85, 0.5);
}
.stroke-brand-web-grey-500\/60 {
  stroke: rgba(85, 85, 85, 0.6);
}
.stroke-brand-web-grey-500\/70 {
  stroke: rgba(85, 85, 85, 0.7);
}
.stroke-brand-web-grey-500\/75 {
  stroke: rgba(85, 85, 85, 0.75);
}
.stroke-brand-web-grey-500\/80 {
  stroke: rgba(85, 85, 85, 0.8);
}
.stroke-brand-web-grey-500\/90 {
  stroke: rgba(85, 85, 85, 0.9);
}
.stroke-brand-web-grey-500\/95 {
  stroke: rgba(85, 85, 85, 0.95);
}
.stroke-brand-web-lbc-blue {
  stroke: #004070;
}
.stroke-brand-web-lbc-blue\/0 {
  stroke: rgba(0, 64, 112, 0);
}
.stroke-brand-web-lbc-blue\/10 {
  stroke: rgba(0, 64, 112, 0.1);
}
.stroke-brand-web-lbc-blue\/100 {
  stroke: #004070;
}
.stroke-brand-web-lbc-blue\/20 {
  stroke: rgba(0, 64, 112, 0.2);
}
.stroke-brand-web-lbc-blue\/25 {
  stroke: rgba(0, 64, 112, 0.25);
}
.stroke-brand-web-lbc-blue\/30 {
  stroke: rgba(0, 64, 112, 0.3);
}
.stroke-brand-web-lbc-blue\/40 {
  stroke: rgba(0, 64, 112, 0.4);
}
.stroke-brand-web-lbc-blue\/5 {
  stroke: rgba(0, 64, 112, 0.05);
}
.stroke-brand-web-lbc-blue\/50 {
  stroke: rgba(0, 64, 112, 0.5);
}
.stroke-brand-web-lbc-blue\/60 {
  stroke: rgba(0, 64, 112, 0.6);
}
.stroke-brand-web-lbc-blue\/70 {
  stroke: rgba(0, 64, 112, 0.7);
}
.stroke-brand-web-lbc-blue\/75 {
  stroke: rgba(0, 64, 112, 0.75);
}
.stroke-brand-web-lbc-blue\/80 {
  stroke: rgba(0, 64, 112, 0.8);
}
.stroke-brand-web-lbc-blue\/90 {
  stroke: rgba(0, 64, 112, 0.9);
}
.stroke-brand-web-lbc-blue\/95 {
  stroke: rgba(0, 64, 112, 0.95);
}
.stroke-brand-web-lbc-gold {
  stroke: #fdb812;
}
.stroke-brand-web-lbc-gold\/0 {
  stroke: rgba(253, 184, 18, 0);
}
.stroke-brand-web-lbc-gold\/10 {
  stroke: rgba(253, 184, 18, 0.1);
}
.stroke-brand-web-lbc-gold\/100 {
  stroke: #fdb812;
}
.stroke-brand-web-lbc-gold\/20 {
  stroke: rgba(253, 184, 18, 0.2);
}
.stroke-brand-web-lbc-gold\/25 {
  stroke: rgba(253, 184, 18, 0.25);
}
.stroke-brand-web-lbc-gold\/30 {
  stroke: rgba(253, 184, 18, 0.3);
}
.stroke-brand-web-lbc-gold\/40 {
  stroke: rgba(253, 184, 18, 0.4);
}
.stroke-brand-web-lbc-gold\/5 {
  stroke: rgba(253, 184, 18, 0.05);
}
.stroke-brand-web-lbc-gold\/50 {
  stroke: rgba(253, 184, 18, 0.5);
}
.stroke-brand-web-lbc-gold\/60 {
  stroke: rgba(253, 184, 18, 0.6);
}
.stroke-brand-web-lbc-gold\/70 {
  stroke: rgba(253, 184, 18, 0.7);
}
.stroke-brand-web-lbc-gold\/75 {
  stroke: rgba(253, 184, 18, 0.75);
}
.stroke-brand-web-lbc-gold\/80 {
  stroke: rgba(253, 184, 18, 0.8);
}
.stroke-brand-web-lbc-gold\/90 {
  stroke: rgba(253, 184, 18, 0.9);
}
.stroke-brand-web-lbc-gold\/95 {
  stroke: rgba(253, 184, 18, 0.95);
}
.stroke-brand-web-raspberry {
  stroke: #e00d42;
}
.stroke-brand-web-raspberry\/0 {
  stroke: rgba(224, 13, 66, 0);
}
.stroke-brand-web-raspberry\/10 {
  stroke: rgba(224, 13, 66, 0.1);
}
.stroke-brand-web-raspberry\/100 {
  stroke: #e00d42;
}
.stroke-brand-web-raspberry\/20 {
  stroke: rgba(224, 13, 66, 0.2);
}
.stroke-brand-web-raspberry\/25 {
  stroke: rgba(224, 13, 66, 0.25);
}
.stroke-brand-web-raspberry\/30 {
  stroke: rgba(224, 13, 66, 0.3);
}
.stroke-brand-web-raspberry\/40 {
  stroke: rgba(224, 13, 66, 0.4);
}
.stroke-brand-web-raspberry\/5 {
  stroke: rgba(224, 13, 66, 0.05);
}
.stroke-brand-web-raspberry\/50 {
  stroke: rgba(224, 13, 66, 0.5);
}
.stroke-brand-web-raspberry\/60 {
  stroke: rgba(224, 13, 66, 0.6);
}
.stroke-brand-web-raspberry\/70 {
  stroke: rgba(224, 13, 66, 0.7);
}
.stroke-brand-web-raspberry\/75 {
  stroke: rgba(224, 13, 66, 0.75);
}
.stroke-brand-web-raspberry\/80 {
  stroke: rgba(224, 13, 66, 0.8);
}
.stroke-brand-web-raspberry\/90 {
  stroke: rgba(224, 13, 66, 0.9);
}
.stroke-brand-web-raspberry\/95 {
  stroke: rgba(224, 13, 66, 0.95);
}
.stroke-brand-web-text-grey {
  stroke: #222;
}
.stroke-brand-web-text-grey\/0 {
  stroke: rgba(34, 34, 34, 0);
}
.stroke-brand-web-text-grey\/10 {
  stroke: rgba(34, 34, 34, 0.1);
}
.stroke-brand-web-text-grey\/100 {
  stroke: #222;
}
.stroke-brand-web-text-grey\/20 {
  stroke: rgba(34, 34, 34, 0.2);
}
.stroke-brand-web-text-grey\/25 {
  stroke: rgba(34, 34, 34, 0.25);
}
.stroke-brand-web-text-grey\/30 {
  stroke: rgba(34, 34, 34, 0.3);
}
.stroke-brand-web-text-grey\/40 {
  stroke: rgba(34, 34, 34, 0.4);
}
.stroke-brand-web-text-grey\/5 {
  stroke: rgba(34, 34, 34, 0.05);
}
.stroke-brand-web-text-grey\/50 {
  stroke: rgba(34, 34, 34, 0.5);
}
.stroke-brand-web-text-grey\/60 {
  stroke: rgba(34, 34, 34, 0.6);
}
.stroke-brand-web-text-grey\/70 {
  stroke: rgba(34, 34, 34, 0.7);
}
.stroke-brand-web-text-grey\/75 {
  stroke: rgba(34, 34, 34, 0.75);
}
.stroke-brand-web-text-grey\/80 {
  stroke: rgba(34, 34, 34, 0.8);
}
.stroke-brand-web-text-grey\/90 {
  stroke: rgba(34, 34, 34, 0.9);
}
.stroke-brand-web-text-grey\/95 {
  stroke: rgba(34, 34, 34, 0.95);
}
.stroke-brand-web-text-light-grey {
  stroke: grey;
}
.stroke-brand-web-text-light-grey\/0 {
  stroke: hsla(0, 0%, 50%, 0);
}
.stroke-brand-web-text-light-grey\/10 {
  stroke: hsla(0, 0%, 50%, 0.1);
}
.stroke-brand-web-text-light-grey\/100 {
  stroke: grey;
}
.stroke-brand-web-text-light-grey\/20 {
  stroke: hsla(0, 0%, 50%, 0.2);
}
.stroke-brand-web-text-light-grey\/25 {
  stroke: hsla(0, 0%, 50%, 0.25);
}
.stroke-brand-web-text-light-grey\/30 {
  stroke: hsla(0, 0%, 50%, 0.3);
}
.stroke-brand-web-text-light-grey\/40 {
  stroke: hsla(0, 0%, 50%, 0.4);
}
.stroke-brand-web-text-light-grey\/5 {
  stroke: hsla(0, 0%, 50%, 0.05);
}
.stroke-brand-web-text-light-grey\/50 {
  stroke: hsla(0, 0%, 50%, 0.5);
}
.stroke-brand-web-text-light-grey\/60 {
  stroke: hsla(0, 0%, 50%, 0.6);
}
.stroke-brand-web-text-light-grey\/70 {
  stroke: hsla(0, 0%, 50%, 0.7);
}
.stroke-brand-web-text-light-grey\/75 {
  stroke: hsla(0, 0%, 50%, 0.75);
}
.stroke-brand-web-text-light-grey\/80 {
  stroke: hsla(0, 0%, 50%, 0.8);
}
.stroke-brand-web-text-light-grey\/90 {
  stroke: hsla(0, 0%, 50%, 0.9);
}
.stroke-brand-web-text-light-grey\/95 {
  stroke: hsla(0, 0%, 50%, 0.95);
}
.stroke-brand-web-white {
  stroke: #fff;
}
.stroke-brand-web-white\/0 {
  stroke: hsla(0, 0%, 100%, 0);
}
.stroke-brand-web-white\/10 {
  stroke: hsla(0, 0%, 100%, 0.1);
}
.stroke-brand-web-white\/100 {
  stroke: #fff;
}
.stroke-brand-web-white\/20 {
  stroke: hsla(0, 0%, 100%, 0.2);
}
.stroke-brand-web-white\/25 {
  stroke: hsla(0, 0%, 100%, 0.25);
}
.stroke-brand-web-white\/30 {
  stroke: hsla(0, 0%, 100%, 0.3);
}
.stroke-brand-web-white\/40 {
  stroke: hsla(0, 0%, 100%, 0.4);
}
.stroke-brand-web-white\/5 {
  stroke: hsla(0, 0%, 100%, 0.05);
}
.stroke-brand-web-white\/50 {
  stroke: hsla(0, 0%, 100%, 0.5);
}
.stroke-brand-web-white\/60 {
  stroke: hsla(0, 0%, 100%, 0.6);
}
.stroke-brand-web-white\/70 {
  stroke: hsla(0, 0%, 100%, 0.7);
}
.stroke-brand-web-white\/75 {
  stroke: hsla(0, 0%, 100%, 0.75);
}
.stroke-brand-web-white\/80 {
  stroke: hsla(0, 0%, 100%, 0.8);
}
.stroke-brand-web-white\/90 {
  stroke: hsla(0, 0%, 100%, 0.9);
}
.stroke-brand-web-white\/95 {
  stroke: hsla(0, 0%, 100%, 0.95);
}
.stroke-error {
  stroke: #ae0a33;
}
.stroke-error-light {
  stroke: #feecf0;
}
.stroke-error-light\/0 {
  stroke: rgba(254, 236, 240, 0);
}
.stroke-error-light\/10 {
  stroke: rgba(254, 236, 240, 0.1);
}
.stroke-error-light\/100 {
  stroke: #feecf0;
}
.stroke-error-light\/20 {
  stroke: rgba(254, 236, 240, 0.2);
}
.stroke-error-light\/25 {
  stroke: rgba(254, 236, 240, 0.25);
}
.stroke-error-light\/30 {
  stroke: rgba(254, 236, 240, 0.3);
}
.stroke-error-light\/40 {
  stroke: rgba(254, 236, 240, 0.4);
}
.stroke-error-light\/5 {
  stroke: rgba(254, 236, 240, 0.05);
}
.stroke-error-light\/50 {
  stroke: rgba(254, 236, 240, 0.5);
}
.stroke-error-light\/60 {
  stroke: rgba(254, 236, 240, 0.6);
}
.stroke-error-light\/70 {
  stroke: rgba(254, 236, 240, 0.7);
}
.stroke-error-light\/75 {
  stroke: rgba(254, 236, 240, 0.75);
}
.stroke-error-light\/80 {
  stroke: rgba(254, 236, 240, 0.8);
}
.stroke-error-light\/90 {
  stroke: rgba(254, 236, 240, 0.9);
}
.stroke-error-light\/95 {
  stroke: rgba(254, 236, 240, 0.95);
}
.stroke-error\/0 {
  stroke: rgba(174, 10, 51, 0);
}
.stroke-error\/10 {
  stroke: rgba(174, 10, 51, 0.1);
}
.stroke-error\/100 {
  stroke: #ae0a33;
}
.stroke-error\/20 {
  stroke: rgba(174, 10, 51, 0.2);
}
.stroke-error\/25 {
  stroke: rgba(174, 10, 51, 0.25);
}
.stroke-error\/30 {
  stroke: rgba(174, 10, 51, 0.3);
}
.stroke-error\/40 {
  stroke: rgba(174, 10, 51, 0.4);
}
.stroke-error\/5 {
  stroke: rgba(174, 10, 51, 0.05);
}
.stroke-error\/50 {
  stroke: rgba(174, 10, 51, 0.5);
}
.stroke-error\/60 {
  stroke: rgba(174, 10, 51, 0.6);
}
.stroke-error\/70 {
  stroke: rgba(174, 10, 51, 0.7);
}
.stroke-error\/75 {
  stroke: rgba(174, 10, 51, 0.75);
}
.stroke-error\/80 {
  stroke: rgba(174, 10, 51, 0.8);
}
.stroke-error\/90 {
  stroke: rgba(174, 10, 51, 0.9);
}
.stroke-error\/95 {
  stroke: rgba(174, 10, 51, 0.95);
}
.stroke-hover {
  stroke: #7ac5fe;
}
.stroke-hover\/0 {
  stroke: rgba(122, 197, 254, 0);
}
.stroke-hover\/10 {
  stroke: rgba(122, 197, 254, 0.1);
}
.stroke-hover\/100 {
  stroke: #7ac5fe;
}
.stroke-hover\/20 {
  stroke: rgba(122, 197, 254, 0.2);
}
.stroke-hover\/25 {
  stroke: rgba(122, 197, 254, 0.25);
}
.stroke-hover\/30 {
  stroke: rgba(122, 197, 254, 0.3);
}
.stroke-hover\/40 {
  stroke: rgba(122, 197, 254, 0.4);
}
.stroke-hover\/5 {
  stroke: rgba(122, 197, 254, 0.05);
}
.stroke-hover\/50 {
  stroke: rgba(122, 197, 254, 0.5);
}
.stroke-hover\/60 {
  stroke: rgba(122, 197, 254, 0.6);
}
.stroke-hover\/70 {
  stroke: rgba(122, 197, 254, 0.7);
}
.stroke-hover\/75 {
  stroke: rgba(122, 197, 254, 0.75);
}
.stroke-hover\/80 {
  stroke: rgba(122, 197, 254, 0.8);
}
.stroke-hover\/90 {
  stroke: rgba(122, 197, 254, 0.9);
}
.stroke-hover\/95 {
  stroke: rgba(122, 197, 254, 0.95);
}
.stroke-info {
  stroke: #00518f;
}
.stroke-info-light {
  stroke: #ebf6ff;
}
.stroke-info-light\/0 {
  stroke: rgba(235, 246, 255, 0);
}
.stroke-info-light\/10 {
  stroke: rgba(235, 246, 255, 0.1);
}
.stroke-info-light\/100 {
  stroke: #ebf6ff;
}
.stroke-info-light\/20 {
  stroke: rgba(235, 246, 255, 0.2);
}
.stroke-info-light\/25 {
  stroke: rgba(235, 246, 255, 0.25);
}
.stroke-info-light\/30 {
  stroke: rgba(235, 246, 255, 0.3);
}
.stroke-info-light\/40 {
  stroke: rgba(235, 246, 255, 0.4);
}
.stroke-info-light\/5 {
  stroke: rgba(235, 246, 255, 0.05);
}
.stroke-info-light\/50 {
  stroke: rgba(235, 246, 255, 0.5);
}
.stroke-info-light\/60 {
  stroke: rgba(235, 246, 255, 0.6);
}
.stroke-info-light\/70 {
  stroke: rgba(235, 246, 255, 0.7);
}
.stroke-info-light\/75 {
  stroke: rgba(235, 246, 255, 0.75);
}
.stroke-info-light\/80 {
  stroke: rgba(235, 246, 255, 0.8);
}
.stroke-info-light\/90 {
  stroke: rgba(235, 246, 255, 0.9);
}
.stroke-info-light\/95 {
  stroke: rgba(235, 246, 255, 0.95);
}
.stroke-info\/0 {
  stroke: rgba(0, 81, 143, 0);
}
.stroke-info\/10 {
  stroke: rgba(0, 81, 143, 0.1);
}
.stroke-info\/100 {
  stroke: #00518f;
}
.stroke-info\/20 {
  stroke: rgba(0, 81, 143, 0.2);
}
.stroke-info\/25 {
  stroke: rgba(0, 81, 143, 0.25);
}
.stroke-info\/30 {
  stroke: rgba(0, 81, 143, 0.3);
}
.stroke-info\/40 {
  stroke: rgba(0, 81, 143, 0.4);
}
.stroke-info\/5 {
  stroke: rgba(0, 81, 143, 0.05);
}
.stroke-info\/50 {
  stroke: rgba(0, 81, 143, 0.5);
}
.stroke-info\/60 {
  stroke: rgba(0, 81, 143, 0.6);
}
.stroke-info\/70 {
  stroke: rgba(0, 81, 143, 0.7);
}
.stroke-info\/75 {
  stroke: rgba(0, 81, 143, 0.75);
}
.stroke-info\/80 {
  stroke: rgba(0, 81, 143, 0.8);
}
.stroke-info\/90 {
  stroke: rgba(0, 81, 143, 0.9);
}
.stroke-info\/95 {
  stroke: rgba(0, 81, 143, 0.95);
}
.stroke-lbc-blue-100 {
  stroke: #9fd5fc;
}
.stroke-lbc-blue-100\/0 {
  stroke: rgba(159, 213, 252, 0);
}
.stroke-lbc-blue-100\/10 {
  stroke: rgba(159, 213, 252, 0.1);
}
.stroke-lbc-blue-100\/100 {
  stroke: #9fd5fc;
}
.stroke-lbc-blue-100\/20 {
  stroke: rgba(159, 213, 252, 0.2);
}
.stroke-lbc-blue-100\/25 {
  stroke: rgba(159, 213, 252, 0.25);
}
.stroke-lbc-blue-100\/30 {
  stroke: rgba(159, 213, 252, 0.3);
}
.stroke-lbc-blue-100\/40 {
  stroke: rgba(159, 213, 252, 0.4);
}
.stroke-lbc-blue-100\/5 {
  stroke: rgba(159, 213, 252, 0.05);
}
.stroke-lbc-blue-100\/50 {
  stroke: rgba(159, 213, 252, 0.5);
}
.stroke-lbc-blue-100\/60 {
  stroke: rgba(159, 213, 252, 0.6);
}
.stroke-lbc-blue-100\/70 {
  stroke: rgba(159, 213, 252, 0.7);
}
.stroke-lbc-blue-100\/75 {
  stroke: rgba(159, 213, 252, 0.75);
}
.stroke-lbc-blue-100\/80 {
  stroke: rgba(159, 213, 252, 0.8);
}
.stroke-lbc-blue-100\/90 {
  stroke: rgba(159, 213, 252, 0.9);
}
.stroke-lbc-blue-100\/95 {
  stroke: rgba(159, 213, 252, 0.95);
}
.stroke-lbc-blue-200 {
  stroke: #6fb3e7;
}
.stroke-lbc-blue-200\/0 {
  stroke: rgba(111, 179, 231, 0);
}
.stroke-lbc-blue-200\/10 {
  stroke: rgba(111, 179, 231, 0.1);
}
.stroke-lbc-blue-200\/100 {
  stroke: #6fb3e7;
}
.stroke-lbc-blue-200\/20 {
  stroke: rgba(111, 179, 231, 0.2);
}
.stroke-lbc-blue-200\/25 {
  stroke: rgba(111, 179, 231, 0.25);
}
.stroke-lbc-blue-200\/30 {
  stroke: rgba(111, 179, 231, 0.3);
}
.stroke-lbc-blue-200\/40 {
  stroke: rgba(111, 179, 231, 0.4);
}
.stroke-lbc-blue-200\/5 {
  stroke: rgba(111, 179, 231, 0.05);
}
.stroke-lbc-blue-200\/50 {
  stroke: rgba(111, 179, 231, 0.5);
}
.stroke-lbc-blue-200\/60 {
  stroke: rgba(111, 179, 231, 0.6);
}
.stroke-lbc-blue-200\/70 {
  stroke: rgba(111, 179, 231, 0.7);
}
.stroke-lbc-blue-200\/75 {
  stroke: rgba(111, 179, 231, 0.75);
}
.stroke-lbc-blue-200\/80 {
  stroke: rgba(111, 179, 231, 0.8);
}
.stroke-lbc-blue-200\/90 {
  stroke: rgba(111, 179, 231, 0.9);
}
.stroke-lbc-blue-200\/95 {
  stroke: rgba(111, 179, 231, 0.95);
}
.stroke-lbc-blue-50 {
  stroke: #d8ecfd;
}
.stroke-lbc-blue-50\/0 {
  stroke: rgba(216, 236, 253, 0);
}
.stroke-lbc-blue-50\/10 {
  stroke: rgba(216, 236, 253, 0.1);
}
.stroke-lbc-blue-50\/100 {
  stroke: #d8ecfd;
}
.stroke-lbc-blue-50\/20 {
  stroke: rgba(216, 236, 253, 0.2);
}
.stroke-lbc-blue-50\/25 {
  stroke: rgba(216, 236, 253, 0.25);
}
.stroke-lbc-blue-50\/30 {
  stroke: rgba(216, 236, 253, 0.3);
}
.stroke-lbc-blue-50\/40 {
  stroke: rgba(216, 236, 253, 0.4);
}
.stroke-lbc-blue-50\/5 {
  stroke: rgba(216, 236, 253, 0.05);
}
.stroke-lbc-blue-50\/50 {
  stroke: rgba(216, 236, 253, 0.5);
}
.stroke-lbc-blue-50\/60 {
  stroke: rgba(216, 236, 253, 0.6);
}
.stroke-lbc-blue-50\/70 {
  stroke: rgba(216, 236, 253, 0.7);
}
.stroke-lbc-blue-50\/75 {
  stroke: rgba(216, 236, 253, 0.75);
}
.stroke-lbc-blue-50\/80 {
  stroke: rgba(216, 236, 253, 0.8);
}
.stroke-lbc-blue-50\/90 {
  stroke: rgba(216, 236, 253, 0.9);
}
.stroke-lbc-blue-50\/95 {
  stroke: rgba(216, 236, 253, 0.95);
}
.stroke-lbc-gold-100 {
  stroke: #ffee9e;
}
.stroke-lbc-gold-100\/0 {
  stroke: rgba(255, 238, 158, 0);
}
.stroke-lbc-gold-100\/10 {
  stroke: rgba(255, 238, 158, 0.1);
}
.stroke-lbc-gold-100\/100 {
  stroke: #ffee9e;
}
.stroke-lbc-gold-100\/20 {
  stroke: rgba(255, 238, 158, 0.2);
}
.stroke-lbc-gold-100\/25 {
  stroke: rgba(255, 238, 158, 0.25);
}
.stroke-lbc-gold-100\/30 {
  stroke: rgba(255, 238, 158, 0.3);
}
.stroke-lbc-gold-100\/40 {
  stroke: rgba(255, 238, 158, 0.4);
}
.stroke-lbc-gold-100\/5 {
  stroke: rgba(255, 238, 158, 0.05);
}
.stroke-lbc-gold-100\/50 {
  stroke: rgba(255, 238, 158, 0.5);
}
.stroke-lbc-gold-100\/60 {
  stroke: rgba(255, 238, 158, 0.6);
}
.stroke-lbc-gold-100\/70 {
  stroke: rgba(255, 238, 158, 0.7);
}
.stroke-lbc-gold-100\/75 {
  stroke: rgba(255, 238, 158, 0.75);
}
.stroke-lbc-gold-100\/80 {
  stroke: rgba(255, 238, 158, 0.8);
}
.stroke-lbc-gold-100\/90 {
  stroke: rgba(255, 238, 158, 0.9);
}
.stroke-lbc-gold-100\/95 {
  stroke: rgba(255, 238, 158, 0.95);
}
.stroke-lbc-gold-200 {
  stroke: #fedc66;
}
.stroke-lbc-gold-200\/0 {
  stroke: hsla(47, 99%, 70%, 0);
}
.stroke-lbc-gold-200\/10 {
  stroke: hsla(47, 99%, 70%, 0.1);
}
.stroke-lbc-gold-200\/100 {
  stroke: #fedc66;
}
.stroke-lbc-gold-200\/20 {
  stroke: hsla(47, 99%, 70%, 0.2);
}
.stroke-lbc-gold-200\/25 {
  stroke: hsla(47, 99%, 70%, 0.25);
}
.stroke-lbc-gold-200\/30 {
  stroke: hsla(47, 99%, 70%, 0.3);
}
.stroke-lbc-gold-200\/40 {
  stroke: hsla(47, 99%, 70%, 0.4);
}
.stroke-lbc-gold-200\/5 {
  stroke: hsla(47, 99%, 70%, 0.05);
}
.stroke-lbc-gold-200\/50 {
  stroke: hsla(47, 99%, 70%, 0.5);
}
.stroke-lbc-gold-200\/60 {
  stroke: hsla(47, 99%, 70%, 0.6);
}
.stroke-lbc-gold-200\/70 {
  stroke: hsla(47, 99%, 70%, 0.7);
}
.stroke-lbc-gold-200\/75 {
  stroke: hsla(47, 99%, 70%, 0.75);
}
.stroke-lbc-gold-200\/80 {
  stroke: hsla(47, 99%, 70%, 0.8);
}
.stroke-lbc-gold-200\/90 {
  stroke: hsla(47, 99%, 70%, 0.9);
}
.stroke-lbc-gold-200\/95 {
  stroke: hsla(47, 99%, 70%, 0.95);
}
.stroke-lbc-mint-100 {
  stroke: #7effec;
}
.stroke-lbc-mint-100\/0 {
  stroke: rgba(126, 255, 236, 0);
}
.stroke-lbc-mint-100\/10 {
  stroke: rgba(126, 255, 236, 0.1);
}
.stroke-lbc-mint-100\/100 {
  stroke: #7effec;
}
.stroke-lbc-mint-100\/20 {
  stroke: rgba(126, 255, 236, 0.2);
}
.stroke-lbc-mint-100\/25 {
  stroke: rgba(126, 255, 236, 0.25);
}
.stroke-lbc-mint-100\/30 {
  stroke: rgba(126, 255, 236, 0.3);
}
.stroke-lbc-mint-100\/40 {
  stroke: rgba(126, 255, 236, 0.4);
}
.stroke-lbc-mint-100\/5 {
  stroke: rgba(126, 255, 236, 0.05);
}
.stroke-lbc-mint-100\/50 {
  stroke: rgba(126, 255, 236, 0.5);
}
.stroke-lbc-mint-100\/60 {
  stroke: rgba(126, 255, 236, 0.6);
}
.stroke-lbc-mint-100\/70 {
  stroke: rgba(126, 255, 236, 0.7);
}
.stroke-lbc-mint-100\/75 {
  stroke: rgba(126, 255, 236, 0.75);
}
.stroke-lbc-mint-100\/80 {
  stroke: rgba(126, 255, 236, 0.8);
}
.stroke-lbc-mint-100\/90 {
  stroke: rgba(126, 255, 236, 0.9);
}
.stroke-lbc-mint-100\/95 {
  stroke: rgba(126, 255, 236, 0.95);
}
.stroke-lbc-mint-300 {
  stroke: #0ad7b8;
}
.stroke-lbc-mint-300\/0 {
  stroke: rgba(10, 215, 184, 0);
}
.stroke-lbc-mint-300\/10 {
  stroke: rgba(10, 215, 184, 0.1);
}
.stroke-lbc-mint-300\/100 {
  stroke: #0ad7b8;
}
.stroke-lbc-mint-300\/20 {
  stroke: rgba(10, 215, 184, 0.2);
}
.stroke-lbc-mint-300\/25 {
  stroke: rgba(10, 215, 184, 0.25);
}
.stroke-lbc-mint-300\/30 {
  stroke: rgba(10, 215, 184, 0.3);
}
.stroke-lbc-mint-300\/40 {
  stroke: rgba(10, 215, 184, 0.4);
}
.stroke-lbc-mint-300\/5 {
  stroke: rgba(10, 215, 184, 0.05);
}
.stroke-lbc-mint-300\/50 {
  stroke: rgba(10, 215, 184, 0.5);
}
.stroke-lbc-mint-300\/60 {
  stroke: rgba(10, 215, 184, 0.6);
}
.stroke-lbc-mint-300\/70 {
  stroke: rgba(10, 215, 184, 0.7);
}
.stroke-lbc-mint-300\/75 {
  stroke: rgba(10, 215, 184, 0.75);
}
.stroke-lbc-mint-300\/80 {
  stroke: rgba(10, 215, 184, 0.8);
}
.stroke-lbc-mint-300\/90 {
  stroke: rgba(10, 215, 184, 0.9);
}
.stroke-lbc-mint-300\/95 {
  stroke: rgba(10, 215, 184, 0.95);
}
.stroke-selected {
  stroke: #fee987;
}
.stroke-selected\/0 {
  stroke: hsla(49, 98%, 76%, 0);
}
.stroke-selected\/10 {
  stroke: hsla(49, 98%, 76%, 0.1);
}
.stroke-selected\/100 {
  stroke: #fee987;
}
.stroke-selected\/20 {
  stroke: hsla(49, 98%, 76%, 0.2);
}
.stroke-selected\/25 {
  stroke: hsla(49, 98%, 76%, 0.25);
}
.stroke-selected\/30 {
  stroke: hsla(49, 98%, 76%, 0.3);
}
.stroke-selected\/40 {
  stroke: hsla(49, 98%, 76%, 0.4);
}
.stroke-selected\/5 {
  stroke: hsla(49, 98%, 76%, 0.05);
}
.stroke-selected\/50 {
  stroke: hsla(49, 98%, 76%, 0.5);
}
.stroke-selected\/60 {
  stroke: hsla(49, 98%, 76%, 0.6);
}
.stroke-selected\/70 {
  stroke: hsla(49, 98%, 76%, 0.7);
}
.stroke-selected\/75 {
  stroke: hsla(49, 98%, 76%, 0.75);
}
.stroke-selected\/80 {
  stroke: hsla(49, 98%, 76%, 0.8);
}
.stroke-selected\/90 {
  stroke: hsla(49, 98%, 76%, 0.9);
}
.stroke-selected\/95 {
  stroke: hsla(49, 98%, 76%, 0.95);
}
.stroke-success {
  stroke: #3c763c;
}
.stroke-success-light {
  stroke: #def0d8;
}
.stroke-success-light\/0 {
  stroke: rgba(222, 240, 216, 0);
}
.stroke-success-light\/10 {
  stroke: rgba(222, 240, 216, 0.1);
}
.stroke-success-light\/100 {
  stroke: #def0d8;
}
.stroke-success-light\/20 {
  stroke: rgba(222, 240, 216, 0.2);
}
.stroke-success-light\/25 {
  stroke: rgba(222, 240, 216, 0.25);
}
.stroke-success-light\/30 {
  stroke: rgba(222, 240, 216, 0.3);
}
.stroke-success-light\/40 {
  stroke: rgba(222, 240, 216, 0.4);
}
.stroke-success-light\/5 {
  stroke: rgba(222, 240, 216, 0.05);
}
.stroke-success-light\/50 {
  stroke: rgba(222, 240, 216, 0.5);
}
.stroke-success-light\/60 {
  stroke: rgba(222, 240, 216, 0.6);
}
.stroke-success-light\/70 {
  stroke: rgba(222, 240, 216, 0.7);
}
.stroke-success-light\/75 {
  stroke: rgba(222, 240, 216, 0.75);
}
.stroke-success-light\/80 {
  stroke: rgba(222, 240, 216, 0.8);
}
.stroke-success-light\/90 {
  stroke: rgba(222, 240, 216, 0.9);
}
.stroke-success-light\/95 {
  stroke: rgba(222, 240, 216, 0.95);
}
.stroke-success\/0 {
  stroke: rgba(60, 118, 60, 0);
}
.stroke-success\/10 {
  stroke: rgba(60, 118, 60, 0.1);
}
.stroke-success\/100 {
  stroke: #3c763c;
}
.stroke-success\/20 {
  stroke: rgba(60, 118, 60, 0.2);
}
.stroke-success\/25 {
  stroke: rgba(60, 118, 60, 0.25);
}
.stroke-success\/30 {
  stroke: rgba(60, 118, 60, 0.3);
}
.stroke-success\/40 {
  stroke: rgba(60, 118, 60, 0.4);
}
.stroke-success\/5 {
  stroke: rgba(60, 118, 60, 0.05);
}
.stroke-success\/50 {
  stroke: rgba(60, 118, 60, 0.5);
}
.stroke-success\/60 {
  stroke: rgba(60, 118, 60, 0.6);
}
.stroke-success\/70 {
  stroke: rgba(60, 118, 60, 0.7);
}
.stroke-success\/75 {
  stroke: rgba(60, 118, 60, 0.75);
}
.stroke-success\/80 {
  stroke: rgba(60, 118, 60, 0.8);
}
.stroke-success\/90 {
  stroke: rgba(60, 118, 60, 0.9);
}
.stroke-success\/95 {
  stroke: rgba(60, 118, 60, 0.95);
}
.stroke-warning {
  stroke: #a95c00;
}
.stroke-warning-light {
  stroke: #fff9eb;
}
.stroke-warning-light\/0 {
  stroke: rgba(255, 249, 235, 0);
}
.stroke-warning-light\/10 {
  stroke: rgba(255, 249, 235, 0.1);
}
.stroke-warning-light\/100 {
  stroke: #fff9eb;
}
.stroke-warning-light\/20 {
  stroke: rgba(255, 249, 235, 0.2);
}
.stroke-warning-light\/25 {
  stroke: rgba(255, 249, 235, 0.25);
}
.stroke-warning-light\/30 {
  stroke: rgba(255, 249, 235, 0.3);
}
.stroke-warning-light\/40 {
  stroke: rgba(255, 249, 235, 0.4);
}
.stroke-warning-light\/5 {
  stroke: rgba(255, 249, 235, 0.05);
}
.stroke-warning-light\/50 {
  stroke: rgba(255, 249, 235, 0.5);
}
.stroke-warning-light\/60 {
  stroke: rgba(255, 249, 235, 0.6);
}
.stroke-warning-light\/70 {
  stroke: rgba(255, 249, 235, 0.7);
}
.stroke-warning-light\/75 {
  stroke: rgba(255, 249, 235, 0.75);
}
.stroke-warning-light\/80 {
  stroke: rgba(255, 249, 235, 0.8);
}
.stroke-warning-light\/90 {
  stroke: rgba(255, 249, 235, 0.9);
}
.stroke-warning-light\/95 {
  stroke: rgba(255, 249, 235, 0.95);
}
.stroke-warning\/0 {
  stroke: rgba(169, 92, 0, 0);
}
.stroke-warning\/10 {
  stroke: rgba(169, 92, 0, 0.1);
}
.stroke-warning\/100 {
  stroke: #a95c00;
}
.stroke-warning\/20 {
  stroke: rgba(169, 92, 0, 0.2);
}
.stroke-warning\/25 {
  stroke: rgba(169, 92, 0, 0.25);
}
.stroke-warning\/30 {
  stroke: rgba(169, 92, 0, 0.3);
}
.stroke-warning\/40 {
  stroke: rgba(169, 92, 0, 0.4);
}
.stroke-warning\/5 {
  stroke: rgba(169, 92, 0, 0.05);
}
.stroke-warning\/50 {
  stroke: rgba(169, 92, 0, 0.5);
}
.stroke-warning\/60 {
  stroke: rgba(169, 92, 0, 0.6);
}
.stroke-warning\/70 {
  stroke: rgba(169, 92, 0, 0.7);
}
.stroke-warning\/75 {
  stroke: rgba(169, 92, 0, 0.75);
}
.stroke-warning\/80 {
  stroke: rgba(169, 92, 0, 0.8);
}
.stroke-warning\/90 {
  stroke: rgba(169, 92, 0, 0.9);
}
.stroke-warning\/95 {
  stroke: rgba(169, 92, 0, 0.95);
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-px {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pb-\[0\.9375rem\] {
  padding-bottom: 0.9375rem;
}
.pb-\[1\.125rem\] {
  padding-bottom: 1.125rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[0\.8rem\] {
  padding-left: 0.8rem;
}
.pl-\[0\.9rem\] {
  padding-left: 0.9rem;
}
.pl-\[1\.2rem\] {
  padding-left: 1.2rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-13 {
  padding-top: 3.375rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[4\.5625rem\] {
  padding-top: 4.5625rem;
}
.pt-\[7\.125rem\] {
  padding-top: 7.125rem;
}
.pt-\[8\.75rem\] {
  padding-top: 8.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.-indent-4 {
  text-indent: -1rem;
}
.indent-\[-0\.8rem\] {
  text-indent: -0.8rem;
}
.indent-\[-0\.9rem\] {
  text-indent: -0.9rem;
}
.indent-\[-1\.2rem\] {
  text-indent: -1.2rem;
}
.align-top {
  vertical-align: top;
}
.font-inter {
  font-family: Inter;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 2rem;
}
.text-4xl {
  font-size: 3rem;
}
.text-5xl {
  font-size: 4.5rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[700\],
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[1\.1em\] {
  line-height: 1.1em;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.375\] {
  line-height: 1.375;
}
.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[\.004em\] {
  letter-spacing: 0.004em;
}
.tracking-\[0\.0125rem\] {
  letter-spacing: 0.0125rem;
}
.tracking-\[0\.025rem\] {
  letter-spacing: 0.025rem;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-\[\#004071\] {
  --tw-text-opacity: 1;
  color: rgb(0 64 113 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-web-background-grey {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-brand-web-background-grey\/0 {
  color: hsla(0, 0%, 96%, 0);
}
.text-brand-web-background-grey\/10 {
  color: hsla(0, 0%, 96%, 0.1);
}
.text-brand-web-background-grey\/100 {
  color: #f5f5f5;
}
.text-brand-web-background-grey\/20 {
  color: hsla(0, 0%, 96%, 0.2);
}
.text-brand-web-background-grey\/25 {
  color: hsla(0, 0%, 96%, 0.25);
}
.text-brand-web-background-grey\/30 {
  color: hsla(0, 0%, 96%, 0.3);
}
.text-brand-web-background-grey\/40 {
  color: hsla(0, 0%, 96%, 0.4);
}
.text-brand-web-background-grey\/5 {
  color: hsla(0, 0%, 96%, 0.05);
}
.text-brand-web-background-grey\/50 {
  color: hsla(0, 0%, 96%, 0.5);
}
.text-brand-web-background-grey\/60 {
  color: hsla(0, 0%, 96%, 0.6);
}
.text-brand-web-background-grey\/70 {
  color: hsla(0, 0%, 96%, 0.7);
}
.text-brand-web-background-grey\/75 {
  color: hsla(0, 0%, 96%, 0.75);
}
.text-brand-web-background-grey\/80 {
  color: hsla(0, 0%, 96%, 0.8);
}
.text-brand-web-background-grey\/90 {
  color: hsla(0, 0%, 96%, 0.9);
}
.text-brand-web-background-grey\/95 {
  color: hsla(0, 0%, 96%, 0.95);
}
.text-brand-web-card-grey {
  --tw-text-opacity: 1;
  color: rgb(217 218 214 / var(--tw-text-opacity));
}
.text-brand-web-card-grey\/0 {
  color: hsla(75, 5%, 85%, 0);
}
.text-brand-web-card-grey\/10 {
  color: hsla(75, 5%, 85%, 0.1);
}
.text-brand-web-card-grey\/100 {
  color: #d9dad6;
}
.text-brand-web-card-grey\/20 {
  color: hsla(75, 5%, 85%, 0.2);
}
.text-brand-web-card-grey\/25 {
  color: hsla(75, 5%, 85%, 0.25);
}
.text-brand-web-card-grey\/30 {
  color: hsla(75, 5%, 85%, 0.3);
}
.text-brand-web-card-grey\/40 {
  color: hsla(75, 5%, 85%, 0.4);
}
.text-brand-web-card-grey\/5 {
  color: hsla(75, 5%, 85%, 0.05);
}
.text-brand-web-card-grey\/50 {
  color: hsla(75, 5%, 85%, 0.5);
}
.text-brand-web-card-grey\/60 {
  color: hsla(75, 5%, 85%, 0.6);
}
.text-brand-web-card-grey\/70 {
  color: hsla(75, 5%, 85%, 0.7);
}
.text-brand-web-card-grey\/75 {
  color: hsla(75, 5%, 85%, 0.75);
}
.text-brand-web-card-grey\/80 {
  color: hsla(75, 5%, 85%, 0.8);
}
.text-brand-web-card-grey\/90 {
  color: hsla(75, 5%, 85%, 0.9);
}
.text-brand-web-card-grey\/95 {
  color: hsla(75, 5%, 85%, 0.95);
}
.text-brand-web-fresh-mint {
  --tw-text-opacity: 1;
  color: rgb(39 242 211 / var(--tw-text-opacity));
}
.text-brand-web-fresh-mint\/0 {
  color: rgba(39, 242, 211, 0);
}
.text-brand-web-fresh-mint\/10 {
  color: rgba(39, 242, 211, 0.1);
}
.text-brand-web-fresh-mint\/100 {
  color: #27f2d3;
}
.text-brand-web-fresh-mint\/20 {
  color: rgba(39, 242, 211, 0.2);
}
.text-brand-web-fresh-mint\/25 {
  color: rgba(39, 242, 211, 0.25);
}
.text-brand-web-fresh-mint\/30 {
  color: rgba(39, 242, 211, 0.3);
}
.text-brand-web-fresh-mint\/40 {
  color: rgba(39, 242, 211, 0.4);
}
.text-brand-web-fresh-mint\/5 {
  color: rgba(39, 242, 211, 0.05);
}
.text-brand-web-fresh-mint\/50 {
  color: rgba(39, 242, 211, 0.5);
}
.text-brand-web-fresh-mint\/60 {
  color: rgba(39, 242, 211, 0.6);
}
.text-brand-web-fresh-mint\/70 {
  color: rgba(39, 242, 211, 0.7);
}
.text-brand-web-fresh-mint\/75 {
  color: rgba(39, 242, 211, 0.75);
}
.text-brand-web-fresh-mint\/80 {
  color: rgba(39, 242, 211, 0.8);
}
.text-brand-web-fresh-mint\/90 {
  color: rgba(39, 242, 211, 0.9);
}
.text-brand-web-fresh-mint\/95 {
  color: rgba(39, 242, 211, 0.95);
}
.text-brand-web-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(225 226 229 / var(--tw-text-opacity));
}
.text-brand-web-grey-200\/0 {
  color: hsla(225, 7%, 89%, 0);
}
.text-brand-web-grey-200\/10 {
  color: hsla(225, 7%, 89%, 0.1);
}
.text-brand-web-grey-200\/100 {
  color: #e1e2e5;
}
.text-brand-web-grey-200\/20 {
  color: hsla(225, 7%, 89%, 0.2);
}
.text-brand-web-grey-200\/25 {
  color: hsla(225, 7%, 89%, 0.25);
}
.text-brand-web-grey-200\/30 {
  color: hsla(225, 7%, 89%, 0.3);
}
.text-brand-web-grey-200\/40 {
  color: hsla(225, 7%, 89%, 0.4);
}
.text-brand-web-grey-200\/5 {
  color: hsla(225, 7%, 89%, 0.05);
}
.text-brand-web-grey-200\/50 {
  color: hsla(225, 7%, 89%, 0.5);
}
.text-brand-web-grey-200\/60 {
  color: hsla(225, 7%, 89%, 0.6);
}
.text-brand-web-grey-200\/70 {
  color: hsla(225, 7%, 89%, 0.7);
}
.text-brand-web-grey-200\/75 {
  color: hsla(225, 7%, 89%, 0.75);
}
.text-brand-web-grey-200\/80 {
  color: hsla(225, 7%, 89%, 0.8);
}
.text-brand-web-grey-200\/90 {
  color: hsla(225, 7%, 89%, 0.9);
}
.text-brand-web-grey-200\/95 {
  color: hsla(225, 7%, 89%, 0.95);
}
.text-brand-web-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-brand-web-grey-300\/0 {
  color: hsla(0, 0%, 45%, 0);
}
.text-brand-web-grey-300\/10 {
  color: hsla(0, 0%, 45%, 0.1);
}
.text-brand-web-grey-300\/100 {
  color: #737373;
}
.text-brand-web-grey-300\/20 {
  color: hsla(0, 0%, 45%, 0.2);
}
.text-brand-web-grey-300\/25 {
  color: hsla(0, 0%, 45%, 0.25);
}
.text-brand-web-grey-300\/30 {
  color: hsla(0, 0%, 45%, 0.3);
}
.text-brand-web-grey-300\/40 {
  color: hsla(0, 0%, 45%, 0.4);
}
.text-brand-web-grey-300\/5 {
  color: hsla(0, 0%, 45%, 0.05);
}
.text-brand-web-grey-300\/50 {
  color: hsla(0, 0%, 45%, 0.5);
}
.text-brand-web-grey-300\/60 {
  color: hsla(0, 0%, 45%, 0.6);
}
.text-brand-web-grey-300\/70 {
  color: hsla(0, 0%, 45%, 0.7);
}
.text-brand-web-grey-300\/75 {
  color: hsla(0, 0%, 45%, 0.75);
}
.text-brand-web-grey-300\/80 {
  color: hsla(0, 0%, 45%, 0.8);
}
.text-brand-web-grey-300\/90 {
  color: hsla(0, 0%, 45%, 0.9);
}
.text-brand-web-grey-300\/95 {
  color: hsla(0, 0%, 45%, 0.95);
}
.text-brand-web-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-brand-web-grey-500\/0 {
  color: rgba(85, 85, 85, 0);
}
.text-brand-web-grey-500\/10 {
  color: rgba(85, 85, 85, 0.1);
}
.text-brand-web-grey-500\/100 {
  color: #555;
}
.text-brand-web-grey-500\/20 {
  color: rgba(85, 85, 85, 0.2);
}
.text-brand-web-grey-500\/25 {
  color: rgba(85, 85, 85, 0.25);
}
.text-brand-web-grey-500\/30 {
  color: rgba(85, 85, 85, 0.3);
}
.text-brand-web-grey-500\/40 {
  color: rgba(85, 85, 85, 0.4);
}
.text-brand-web-grey-500\/5 {
  color: rgba(85, 85, 85, 0.05);
}
.text-brand-web-grey-500\/50 {
  color: rgba(85, 85, 85, 0.5);
}
.text-brand-web-grey-500\/60 {
  color: rgba(85, 85, 85, 0.6);
}
.text-brand-web-grey-500\/70 {
  color: rgba(85, 85, 85, 0.7);
}
.text-brand-web-grey-500\/75 {
  color: rgba(85, 85, 85, 0.75);
}
.text-brand-web-grey-500\/80 {
  color: rgba(85, 85, 85, 0.8);
}
.text-brand-web-grey-500\/90 {
  color: rgba(85, 85, 85, 0.9);
}
.text-brand-web-grey-500\/95 {
  color: rgba(85, 85, 85, 0.95);
}
.text-brand-web-lbc-blue {
  --tw-text-opacity: 1;
  color: rgb(0 64 112 / var(--tw-text-opacity));
}
.text-brand-web-lbc-blue\/0 {
  color: rgba(0, 64, 112, 0);
}
.text-brand-web-lbc-blue\/10 {
  color: rgba(0, 64, 112, 0.1);
}
.text-brand-web-lbc-blue\/100 {
  color: #004070;
}
.text-brand-web-lbc-blue\/20 {
  color: rgba(0, 64, 112, 0.2);
}
.text-brand-web-lbc-blue\/25 {
  color: rgba(0, 64, 112, 0.25);
}
.text-brand-web-lbc-blue\/30 {
  color: rgba(0, 64, 112, 0.3);
}
.text-brand-web-lbc-blue\/40 {
  color: rgba(0, 64, 112, 0.4);
}
.text-brand-web-lbc-blue\/5 {
  color: rgba(0, 64, 112, 0.05);
}
.text-brand-web-lbc-blue\/50 {
  color: rgba(0, 64, 112, 0.5);
}
.text-brand-web-lbc-blue\/60 {
  color: rgba(0, 64, 112, 0.6);
}
.text-brand-web-lbc-blue\/70 {
  color: rgba(0, 64, 112, 0.7);
}
.text-brand-web-lbc-blue\/75 {
  color: rgba(0, 64, 112, 0.75);
}
.text-brand-web-lbc-blue\/80 {
  color: rgba(0, 64, 112, 0.8);
}
.text-brand-web-lbc-blue\/90 {
  color: rgba(0, 64, 112, 0.9);
}
.text-brand-web-lbc-blue\/95 {
  color: rgba(0, 64, 112, 0.95);
}
.text-brand-web-lbc-gold {
  --tw-text-opacity: 1;
  color: rgb(253 184 18 / var(--tw-text-opacity));
}
.text-brand-web-lbc-gold\/0 {
  color: rgba(253, 184, 18, 0);
}
.text-brand-web-lbc-gold\/10 {
  color: rgba(253, 184, 18, 0.1);
}
.text-brand-web-lbc-gold\/100 {
  color: #fdb812;
}
.text-brand-web-lbc-gold\/20 {
  color: rgba(253, 184, 18, 0.2);
}
.text-brand-web-lbc-gold\/25 {
  color: rgba(253, 184, 18, 0.25);
}
.text-brand-web-lbc-gold\/30 {
  color: rgba(253, 184, 18, 0.3);
}
.text-brand-web-lbc-gold\/40 {
  color: rgba(253, 184, 18, 0.4);
}
.text-brand-web-lbc-gold\/5 {
  color: rgba(253, 184, 18, 0.05);
}
.text-brand-web-lbc-gold\/50 {
  color: rgba(253, 184, 18, 0.5);
}
.text-brand-web-lbc-gold\/60 {
  color: rgba(253, 184, 18, 0.6);
}
.text-brand-web-lbc-gold\/70 {
  color: rgba(253, 184, 18, 0.7);
}
.text-brand-web-lbc-gold\/75 {
  color: rgba(253, 184, 18, 0.75);
}
.text-brand-web-lbc-gold\/80 {
  color: rgba(253, 184, 18, 0.8);
}
.text-brand-web-lbc-gold\/90 {
  color: rgba(253, 184, 18, 0.9);
}
.text-brand-web-lbc-gold\/95 {
  color: rgba(253, 184, 18, 0.95);
}
.text-brand-web-raspberry {
  --tw-text-opacity: 1;
  color: rgb(224 13 66 / var(--tw-text-opacity));
}
.text-brand-web-raspberry\/0 {
  color: rgba(224, 13, 66, 0);
}
.text-brand-web-raspberry\/10 {
  color: rgba(224, 13, 66, 0.1);
}
.text-brand-web-raspberry\/100 {
  color: #e00d42;
}
.text-brand-web-raspberry\/20 {
  color: rgba(224, 13, 66, 0.2);
}
.text-brand-web-raspberry\/25 {
  color: rgba(224, 13, 66, 0.25);
}
.text-brand-web-raspberry\/30 {
  color: rgba(224, 13, 66, 0.3);
}
.text-brand-web-raspberry\/40 {
  color: rgba(224, 13, 66, 0.4);
}
.text-brand-web-raspberry\/5 {
  color: rgba(224, 13, 66, 0.05);
}
.text-brand-web-raspberry\/50 {
  color: rgba(224, 13, 66, 0.5);
}
.text-brand-web-raspberry\/60 {
  color: rgba(224, 13, 66, 0.6);
}
.text-brand-web-raspberry\/70 {
  color: rgba(224, 13, 66, 0.7);
}
.text-brand-web-raspberry\/75 {
  color: rgba(224, 13, 66, 0.75);
}
.text-brand-web-raspberry\/80 {
  color: rgba(224, 13, 66, 0.8);
}
.text-brand-web-raspberry\/90 {
  color: rgba(224, 13, 66, 0.9);
}
.text-brand-web-raspberry\/95 {
  color: rgba(224, 13, 66, 0.95);
}
.text-brand-web-text-grey {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-brand-web-text-grey\/0 {
  color: rgba(34, 34, 34, 0);
}
.text-brand-web-text-grey\/10 {
  color: rgba(34, 34, 34, 0.1);
}
.text-brand-web-text-grey\/100 {
  color: #222;
}
.text-brand-web-text-grey\/20 {
  color: rgba(34, 34, 34, 0.2);
}
.text-brand-web-text-grey\/25 {
  color: rgba(34, 34, 34, 0.25);
}
.text-brand-web-text-grey\/30 {
  color: rgba(34, 34, 34, 0.3);
}
.text-brand-web-text-grey\/40 {
  color: rgba(34, 34, 34, 0.4);
}
.text-brand-web-text-grey\/5 {
  color: rgba(34, 34, 34, 0.05);
}
.text-brand-web-text-grey\/50 {
  color: rgba(34, 34, 34, 0.5);
}
.text-brand-web-text-grey\/60 {
  color: rgba(34, 34, 34, 0.6);
}
.text-brand-web-text-grey\/70 {
  color: rgba(34, 34, 34, 0.7);
}
.text-brand-web-text-grey\/75 {
  color: rgba(34, 34, 34, 0.75);
}
.text-brand-web-text-grey\/80 {
  color: rgba(34, 34, 34, 0.8);
}
.text-brand-web-text-grey\/90 {
  color: rgba(34, 34, 34, 0.9);
}
.text-brand-web-text-grey\/95 {
  color: rgba(34, 34, 34, 0.95);
}
.text-brand-web-text-light-grey {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-brand-web-text-light-grey\/0 {
  color: hsla(0, 0%, 50%, 0);
}
.text-brand-web-text-light-grey\/10 {
  color: hsla(0, 0%, 50%, 0.1);
}
.text-brand-web-text-light-grey\/100 {
  color: grey;
}
.text-brand-web-text-light-grey\/20 {
  color: hsla(0, 0%, 50%, 0.2);
}
.text-brand-web-text-light-grey\/25 {
  color: hsla(0, 0%, 50%, 0.25);
}
.text-brand-web-text-light-grey\/30 {
  color: hsla(0, 0%, 50%, 0.3);
}
.text-brand-web-text-light-grey\/40 {
  color: hsla(0, 0%, 50%, 0.4);
}
.text-brand-web-text-light-grey\/5 {
  color: hsla(0, 0%, 50%, 0.05);
}
.text-brand-web-text-light-grey\/50 {
  color: hsla(0, 0%, 50%, 0.5);
}
.text-brand-web-text-light-grey\/60 {
  color: hsla(0, 0%, 50%, 0.6);
}
.text-brand-web-text-light-grey\/70 {
  color: hsla(0, 0%, 50%, 0.7);
}
.text-brand-web-text-light-grey\/75 {
  color: hsla(0, 0%, 50%, 0.75);
}
.text-brand-web-text-light-grey\/80 {
  color: hsla(0, 0%, 50%, 0.8);
}
.text-brand-web-text-light-grey\/90 {
  color: hsla(0, 0%, 50%, 0.9);
}
.text-brand-web-text-light-grey\/95 {
  color: hsla(0, 0%, 50%, 0.95);
}
.text-brand-web-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand-web-white\/0 {
  color: hsla(0, 0%, 100%, 0);
}
.text-brand-web-white\/10 {
  color: hsla(0, 0%, 100%, 0.1);
}
.text-brand-web-white\/100 {
  color: #fff;
}
.text-brand-web-white\/20 {
  color: hsla(0, 0%, 100%, 0.2);
}
.text-brand-web-white\/25 {
  color: hsla(0, 0%, 100%, 0.25);
}
.text-brand-web-white\/30 {
  color: hsla(0, 0%, 100%, 0.3);
}
.text-brand-web-white\/40 {
  color: hsla(0, 0%, 100%, 0.4);
}
.text-brand-web-white\/5 {
  color: hsla(0, 0%, 100%, 0.05);
}
.text-brand-web-white\/50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-brand-web-white\/60 {
  color: hsla(0, 0%, 100%, 0.6);
}
.text-brand-web-white\/70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-brand-web-white\/75 {
  color: hsla(0, 0%, 100%, 0.75);
}
.text-brand-web-white\/80 {
  color: hsla(0, 0%, 100%, 0.8);
}
.text-brand-web-white\/90 {
  color: hsla(0, 0%, 100%, 0.9);
}
.text-brand-web-white\/95 {
  color: hsla(0, 0%, 100%, 0.95);
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(174 10 51 / var(--tw-text-opacity));
}
.text-error-light {
  --tw-text-opacity: 1;
  color: rgb(254 236 240 / var(--tw-text-opacity));
}
.text-error-light\/0 {
  color: rgba(254, 236, 240, 0);
}
.text-error-light\/10 {
  color: rgba(254, 236, 240, 0.1);
}
.text-error-light\/100 {
  color: #feecf0;
}
.text-error-light\/20 {
  color: rgba(254, 236, 240, 0.2);
}
.text-error-light\/25 {
  color: rgba(254, 236, 240, 0.25);
}
.text-error-light\/30 {
  color: rgba(254, 236, 240, 0.3);
}
.text-error-light\/40 {
  color: rgba(254, 236, 240, 0.4);
}
.text-error-light\/5 {
  color: rgba(254, 236, 240, 0.05);
}
.text-error-light\/50 {
  color: rgba(254, 236, 240, 0.5);
}
.text-error-light\/60 {
  color: rgba(254, 236, 240, 0.6);
}
.text-error-light\/70 {
  color: rgba(254, 236, 240, 0.7);
}
.text-error-light\/75 {
  color: rgba(254, 236, 240, 0.75);
}
.text-error-light\/80 {
  color: rgba(254, 236, 240, 0.8);
}
.text-error-light\/90 {
  color: rgba(254, 236, 240, 0.9);
}
.text-error-light\/95 {
  color: rgba(254, 236, 240, 0.95);
}
.text-error\/0 {
  color: rgba(174, 10, 51, 0);
}
.text-error\/10 {
  color: rgba(174, 10, 51, 0.1);
}
.text-error\/100 {
  color: #ae0a33;
}
.text-error\/20 {
  color: rgba(174, 10, 51, 0.2);
}
.text-error\/25 {
  color: rgba(174, 10, 51, 0.25);
}
.text-error\/30 {
  color: rgba(174, 10, 51, 0.3);
}
.text-error\/40 {
  color: rgba(174, 10, 51, 0.4);
}
.text-error\/5 {
  color: rgba(174, 10, 51, 0.05);
}
.text-error\/50 {
  color: rgba(174, 10, 51, 0.5);
}
.text-error\/60 {
  color: rgba(174, 10, 51, 0.6);
}
.text-error\/70 {
  color: rgba(174, 10, 51, 0.7);
}
.text-error\/75 {
  color: rgba(174, 10, 51, 0.75);
}
.text-error\/80 {
  color: rgba(174, 10, 51, 0.8);
}
.text-error\/90 {
  color: rgba(174, 10, 51, 0.9);
}
.text-error\/95 {
  color: rgba(174, 10, 51, 0.95);
}
.text-hover {
  --tw-text-opacity: 1;
  color: rgb(122 197 254 / var(--tw-text-opacity));
}
.text-hover\/0 {
  color: rgba(122, 197, 254, 0);
}
.text-hover\/10 {
  color: rgba(122, 197, 254, 0.1);
}
.text-hover\/100 {
  color: #7ac5fe;
}
.text-hover\/20 {
  color: rgba(122, 197, 254, 0.2);
}
.text-hover\/25 {
  color: rgba(122, 197, 254, 0.25);
}
.text-hover\/30 {
  color: rgba(122, 197, 254, 0.3);
}
.text-hover\/40 {
  color: rgba(122, 197, 254, 0.4);
}
.text-hover\/5 {
  color: rgba(122, 197, 254, 0.05);
}
.text-hover\/50 {
  color: rgba(122, 197, 254, 0.5);
}
.text-hover\/60 {
  color: rgba(122, 197, 254, 0.6);
}
.text-hover\/70 {
  color: rgba(122, 197, 254, 0.7);
}
.text-hover\/75 {
  color: rgba(122, 197, 254, 0.75);
}
.text-hover\/80 {
  color: rgba(122, 197, 254, 0.8);
}
.text-hover\/90 {
  color: rgba(122, 197, 254, 0.9);
}
.text-hover\/95 {
  color: rgba(122, 197, 254, 0.95);
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(0 81 143 / var(--tw-text-opacity));
}
.text-info-light {
  --tw-text-opacity: 1;
  color: rgb(235 246 255 / var(--tw-text-opacity));
}
.text-info-light\/0 {
  color: rgba(235, 246, 255, 0);
}
.text-info-light\/10 {
  color: rgba(235, 246, 255, 0.1);
}
.text-info-light\/100 {
  color: #ebf6ff;
}
.text-info-light\/20 {
  color: rgba(235, 246, 255, 0.2);
}
.text-info-light\/25 {
  color: rgba(235, 246, 255, 0.25);
}
.text-info-light\/30 {
  color: rgba(235, 246, 255, 0.3);
}
.text-info-light\/40 {
  color: rgba(235, 246, 255, 0.4);
}
.text-info-light\/5 {
  color: rgba(235, 246, 255, 0.05);
}
.text-info-light\/50 {
  color: rgba(235, 246, 255, 0.5);
}
.text-info-light\/60 {
  color: rgba(235, 246, 255, 0.6);
}
.text-info-light\/70 {
  color: rgba(235, 246, 255, 0.7);
}
.text-info-light\/75 {
  color: rgba(235, 246, 255, 0.75);
}
.text-info-light\/80 {
  color: rgba(235, 246, 255, 0.8);
}
.text-info-light\/90 {
  color: rgba(235, 246, 255, 0.9);
}
.text-info-light\/95 {
  color: rgba(235, 246, 255, 0.95);
}
.text-info\/0 {
  color: rgba(0, 81, 143, 0);
}
.text-info\/10 {
  color: rgba(0, 81, 143, 0.1);
}
.text-info\/100 {
  color: #00518f;
}
.text-info\/20 {
  color: rgba(0, 81, 143, 0.2);
}
.text-info\/25 {
  color: rgba(0, 81, 143, 0.25);
}
.text-info\/30 {
  color: rgba(0, 81, 143, 0.3);
}
.text-info\/40 {
  color: rgba(0, 81, 143, 0.4);
}
.text-info\/5 {
  color: rgba(0, 81, 143, 0.05);
}
.text-info\/50 {
  color: rgba(0, 81, 143, 0.5);
}
.text-info\/60 {
  color: rgba(0, 81, 143, 0.6);
}
.text-info\/70 {
  color: rgba(0, 81, 143, 0.7);
}
.text-info\/75 {
  color: rgba(0, 81, 143, 0.75);
}
.text-info\/80 {
  color: rgba(0, 81, 143, 0.8);
}
.text-info\/90 {
  color: rgba(0, 81, 143, 0.9);
}
.text-info\/95 {
  color: rgba(0, 81, 143, 0.95);
}
.text-lbc-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(159 213 252 / var(--tw-text-opacity));
}
.text-lbc-blue-100\/0 {
  color: rgba(159, 213, 252, 0);
}
.text-lbc-blue-100\/10 {
  color: rgba(159, 213, 252, 0.1);
}
.text-lbc-blue-100\/100 {
  color: #9fd5fc;
}
.text-lbc-blue-100\/20 {
  color: rgba(159, 213, 252, 0.2);
}
.text-lbc-blue-100\/25 {
  color: rgba(159, 213, 252, 0.25);
}
.text-lbc-blue-100\/30 {
  color: rgba(159, 213, 252, 0.3);
}
.text-lbc-blue-100\/40 {
  color: rgba(159, 213, 252, 0.4);
}
.text-lbc-blue-100\/5 {
  color: rgba(159, 213, 252, 0.05);
}
.text-lbc-blue-100\/50 {
  color: rgba(159, 213, 252, 0.5);
}
.text-lbc-blue-100\/60 {
  color: rgba(159, 213, 252, 0.6);
}
.text-lbc-blue-100\/70 {
  color: rgba(159, 213, 252, 0.7);
}
.text-lbc-blue-100\/75 {
  color: rgba(159, 213, 252, 0.75);
}
.text-lbc-blue-100\/80 {
  color: rgba(159, 213, 252, 0.8);
}
.text-lbc-blue-100\/90 {
  color: rgba(159, 213, 252, 0.9);
}
.text-lbc-blue-100\/95 {
  color: rgba(159, 213, 252, 0.95);
}
.text-lbc-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(111 179 231 / var(--tw-text-opacity));
}
.text-lbc-blue-200\/0 {
  color: rgba(111, 179, 231, 0);
}
.text-lbc-blue-200\/10 {
  color: rgba(111, 179, 231, 0.1);
}
.text-lbc-blue-200\/100 {
  color: #6fb3e7;
}
.text-lbc-blue-200\/20 {
  color: rgba(111, 179, 231, 0.2);
}
.text-lbc-blue-200\/25 {
  color: rgba(111, 179, 231, 0.25);
}
.text-lbc-blue-200\/30 {
  color: rgba(111, 179, 231, 0.3);
}
.text-lbc-blue-200\/40 {
  color: rgba(111, 179, 231, 0.4);
}
.text-lbc-blue-200\/5 {
  color: rgba(111, 179, 231, 0.05);
}
.text-lbc-blue-200\/50 {
  color: rgba(111, 179, 231, 0.5);
}
.text-lbc-blue-200\/60 {
  color: rgba(111, 179, 231, 0.6);
}
.text-lbc-blue-200\/70 {
  color: rgba(111, 179, 231, 0.7);
}
.text-lbc-blue-200\/75 {
  color: rgba(111, 179, 231, 0.75);
}
.text-lbc-blue-200\/80 {
  color: rgba(111, 179, 231, 0.8);
}
.text-lbc-blue-200\/90 {
  color: rgba(111, 179, 231, 0.9);
}
.text-lbc-blue-200\/95 {
  color: rgba(111, 179, 231, 0.95);
}
.text-lbc-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(216 236 253 / var(--tw-text-opacity));
}
.text-lbc-blue-50\/0 {
  color: rgba(216, 236, 253, 0);
}
.text-lbc-blue-50\/10 {
  color: rgba(216, 236, 253, 0.1);
}
.text-lbc-blue-50\/100 {
  color: #d8ecfd;
}
.text-lbc-blue-50\/20 {
  color: rgba(216, 236, 253, 0.2);
}
.text-lbc-blue-50\/25 {
  color: rgba(216, 236, 253, 0.25);
}
.text-lbc-blue-50\/30 {
  color: rgba(216, 236, 253, 0.3);
}
.text-lbc-blue-50\/40 {
  color: rgba(216, 236, 253, 0.4);
}
.text-lbc-blue-50\/5 {
  color: rgba(216, 236, 253, 0.05);
}
.text-lbc-blue-50\/50 {
  color: rgba(216, 236, 253, 0.5);
}
.text-lbc-blue-50\/60 {
  color: rgba(216, 236, 253, 0.6);
}
.text-lbc-blue-50\/70 {
  color: rgba(216, 236, 253, 0.7);
}
.text-lbc-blue-50\/75 {
  color: rgba(216, 236, 253, 0.75);
}
.text-lbc-blue-50\/80 {
  color: rgba(216, 236, 253, 0.8);
}
.text-lbc-blue-50\/90 {
  color: rgba(216, 236, 253, 0.9);
}
.text-lbc-blue-50\/95 {
  color: rgba(216, 236, 253, 0.95);
}
.text-lbc-gold-100 {
  --tw-text-opacity: 1;
  color: rgb(255 238 158 / var(--tw-text-opacity));
}
.text-lbc-gold-100\/0 {
  color: rgba(255, 238, 158, 0);
}
.text-lbc-gold-100\/10 {
  color: rgba(255, 238, 158, 0.1);
}
.text-lbc-gold-100\/100 {
  color: #ffee9e;
}
.text-lbc-gold-100\/20 {
  color: rgba(255, 238, 158, 0.2);
}
.text-lbc-gold-100\/25 {
  color: rgba(255, 238, 158, 0.25);
}
.text-lbc-gold-100\/30 {
  color: rgba(255, 238, 158, 0.3);
}
.text-lbc-gold-100\/40 {
  color: rgba(255, 238, 158, 0.4);
}
.text-lbc-gold-100\/5 {
  color: rgba(255, 238, 158, 0.05);
}
.text-lbc-gold-100\/50 {
  color: rgba(255, 238, 158, 0.5);
}
.text-lbc-gold-100\/60 {
  color: rgba(255, 238, 158, 0.6);
}
.text-lbc-gold-100\/70 {
  color: rgba(255, 238, 158, 0.7);
}
.text-lbc-gold-100\/75 {
  color: rgba(255, 238, 158, 0.75);
}
.text-lbc-gold-100\/80 {
  color: rgba(255, 238, 158, 0.8);
}
.text-lbc-gold-100\/90 {
  color: rgba(255, 238, 158, 0.9);
}
.text-lbc-gold-100\/95 {
  color: rgba(255, 238, 158, 0.95);
}
.text-lbc-gold-200 {
  --tw-text-opacity: 1;
  color: rgb(254 220 102 / var(--tw-text-opacity));
}
.text-lbc-gold-200\/0 {
  color: hsla(47, 99%, 70%, 0);
}
.text-lbc-gold-200\/10 {
  color: hsla(47, 99%, 70%, 0.1);
}
.text-lbc-gold-200\/100 {
  color: #fedc66;
}
.text-lbc-gold-200\/20 {
  color: hsla(47, 99%, 70%, 0.2);
}
.text-lbc-gold-200\/25 {
  color: hsla(47, 99%, 70%, 0.25);
}
.text-lbc-gold-200\/30 {
  color: hsla(47, 99%, 70%, 0.3);
}
.text-lbc-gold-200\/40 {
  color: hsla(47, 99%, 70%, 0.4);
}
.text-lbc-gold-200\/5 {
  color: hsla(47, 99%, 70%, 0.05);
}
.text-lbc-gold-200\/50 {
  color: hsla(47, 99%, 70%, 0.5);
}
.text-lbc-gold-200\/60 {
  color: hsla(47, 99%, 70%, 0.6);
}
.text-lbc-gold-200\/70 {
  color: hsla(47, 99%, 70%, 0.7);
}
.text-lbc-gold-200\/75 {
  color: hsla(47, 99%, 70%, 0.75);
}
.text-lbc-gold-200\/80 {
  color: hsla(47, 99%, 70%, 0.8);
}
.text-lbc-gold-200\/90 {
  color: hsla(47, 99%, 70%, 0.9);
}
.text-lbc-gold-200\/95 {
  color: hsla(47, 99%, 70%, 0.95);
}
.text-lbc-mint-100 {
  --tw-text-opacity: 1;
  color: rgb(126 255 236 / var(--tw-text-opacity));
}
.text-lbc-mint-100\/0 {
  color: rgba(126, 255, 236, 0);
}
.text-lbc-mint-100\/10 {
  color: rgba(126, 255, 236, 0.1);
}
.text-lbc-mint-100\/100 {
  color: #7effec;
}
.text-lbc-mint-100\/20 {
  color: rgba(126, 255, 236, 0.2);
}
.text-lbc-mint-100\/25 {
  color: rgba(126, 255, 236, 0.25);
}
.text-lbc-mint-100\/30 {
  color: rgba(126, 255, 236, 0.3);
}
.text-lbc-mint-100\/40 {
  color: rgba(126, 255, 236, 0.4);
}
.text-lbc-mint-100\/5 {
  color: rgba(126, 255, 236, 0.05);
}
.text-lbc-mint-100\/50 {
  color: rgba(126, 255, 236, 0.5);
}
.text-lbc-mint-100\/60 {
  color: rgba(126, 255, 236, 0.6);
}
.text-lbc-mint-100\/70 {
  color: rgba(126, 255, 236, 0.7);
}
.text-lbc-mint-100\/75 {
  color: rgba(126, 255, 236, 0.75);
}
.text-lbc-mint-100\/80 {
  color: rgba(126, 255, 236, 0.8);
}
.text-lbc-mint-100\/90 {
  color: rgba(126, 255, 236, 0.9);
}
.text-lbc-mint-100\/95 {
  color: rgba(126, 255, 236, 0.95);
}
.text-lbc-mint-300 {
  --tw-text-opacity: 1;
  color: rgb(10 215 184 / var(--tw-text-opacity));
}
.text-lbc-mint-300\/0 {
  color: rgba(10, 215, 184, 0);
}
.text-lbc-mint-300\/10 {
  color: rgba(10, 215, 184, 0.1);
}
.text-lbc-mint-300\/100 {
  color: #0ad7b8;
}
.text-lbc-mint-300\/20 {
  color: rgba(10, 215, 184, 0.2);
}
.text-lbc-mint-300\/25 {
  color: rgba(10, 215, 184, 0.25);
}
.text-lbc-mint-300\/30 {
  color: rgba(10, 215, 184, 0.3);
}
.text-lbc-mint-300\/40 {
  color: rgba(10, 215, 184, 0.4);
}
.text-lbc-mint-300\/5 {
  color: rgba(10, 215, 184, 0.05);
}
.text-lbc-mint-300\/50 {
  color: rgba(10, 215, 184, 0.5);
}
.text-lbc-mint-300\/60 {
  color: rgba(10, 215, 184, 0.6);
}
.text-lbc-mint-300\/70 {
  color: rgba(10, 215, 184, 0.7);
}
.text-lbc-mint-300\/75 {
  color: rgba(10, 215, 184, 0.75);
}
.text-lbc-mint-300\/80 {
  color: rgba(10, 215, 184, 0.8);
}
.text-lbc-mint-300\/90 {
  color: rgba(10, 215, 184, 0.9);
}
.text-lbc-mint-300\/95 {
  color: rgba(10, 215, 184, 0.95);
}
.text-selected {
  --tw-text-opacity: 1;
  color: rgb(254 233 135 / var(--tw-text-opacity));
}
.text-selected\/0 {
  color: hsla(49, 98%, 76%, 0);
}
.text-selected\/10 {
  color: hsla(49, 98%, 76%, 0.1);
}
.text-selected\/100 {
  color: #fee987;
}
.text-selected\/20 {
  color: hsla(49, 98%, 76%, 0.2);
}
.text-selected\/25 {
  color: hsla(49, 98%, 76%, 0.25);
}
.text-selected\/30 {
  color: hsla(49, 98%, 76%, 0.3);
}
.text-selected\/40 {
  color: hsla(49, 98%, 76%, 0.4);
}
.text-selected\/5 {
  color: hsla(49, 98%, 76%, 0.05);
}
.text-selected\/50 {
  color: hsla(49, 98%, 76%, 0.5);
}
.text-selected\/60 {
  color: hsla(49, 98%, 76%, 0.6);
}
.text-selected\/70 {
  color: hsla(49, 98%, 76%, 0.7);
}
.text-selected\/75 {
  color: hsla(49, 98%, 76%, 0.75);
}
.text-selected\/80 {
  color: hsla(49, 98%, 76%, 0.8);
}
.text-selected\/90 {
  color: hsla(49, 98%, 76%, 0.9);
}
.text-selected\/95 {
  color: hsla(49, 98%, 76%, 0.95);
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(60 118 60 / var(--tw-text-opacity));
}
.text-success-light {
  --tw-text-opacity: 1;
  color: rgb(222 240 216 / var(--tw-text-opacity));
}
.text-success-light\/0 {
  color: rgba(222, 240, 216, 0);
}
.text-success-light\/10 {
  color: rgba(222, 240, 216, 0.1);
}
.text-success-light\/100 {
  color: #def0d8;
}
.text-success-light\/20 {
  color: rgba(222, 240, 216, 0.2);
}
.text-success-light\/25 {
  color: rgba(222, 240, 216, 0.25);
}
.text-success-light\/30 {
  color: rgba(222, 240, 216, 0.3);
}
.text-success-light\/40 {
  color: rgba(222, 240, 216, 0.4);
}
.text-success-light\/5 {
  color: rgba(222, 240, 216, 0.05);
}
.text-success-light\/50 {
  color: rgba(222, 240, 216, 0.5);
}
.text-success-light\/60 {
  color: rgba(222, 240, 216, 0.6);
}
.text-success-light\/70 {
  color: rgba(222, 240, 216, 0.7);
}
.text-success-light\/75 {
  color: rgba(222, 240, 216, 0.75);
}
.text-success-light\/80 {
  color: rgba(222, 240, 216, 0.8);
}
.text-success-light\/90 {
  color: rgba(222, 240, 216, 0.9);
}
.text-success-light\/95 {
  color: rgba(222, 240, 216, 0.95);
}
.text-success\/0 {
  color: rgba(60, 118, 60, 0);
}
.text-success\/10 {
  color: rgba(60, 118, 60, 0.1);
}
.text-success\/100 {
  color: #3c763c;
}
.text-success\/20 {
  color: rgba(60, 118, 60, 0.2);
}
.text-success\/25 {
  color: rgba(60, 118, 60, 0.25);
}
.text-success\/30 {
  color: rgba(60, 118, 60, 0.3);
}
.text-success\/40 {
  color: rgba(60, 118, 60, 0.4);
}
.text-success\/5 {
  color: rgba(60, 118, 60, 0.05);
}
.text-success\/50 {
  color: rgba(60, 118, 60, 0.5);
}
.text-success\/60 {
  color: rgba(60, 118, 60, 0.6);
}
.text-success\/70 {
  color: rgba(60, 118, 60, 0.7);
}
.text-success\/75 {
  color: rgba(60, 118, 60, 0.75);
}
.text-success\/80 {
  color: rgba(60, 118, 60, 0.8);
}
.text-success\/90 {
  color: rgba(60, 118, 60, 0.9);
}
.text-success\/95 {
  color: rgba(60, 118, 60, 0.95);
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(169 92 0 / var(--tw-text-opacity));
}
.text-warning-light {
  --tw-text-opacity: 1;
  color: rgb(255 249 235 / var(--tw-text-opacity));
}
.text-warning-light\/0 {
  color: rgba(255, 249, 235, 0);
}
.text-warning-light\/10 {
  color: rgba(255, 249, 235, 0.1);
}
.text-warning-light\/100 {
  color: #fff9eb;
}
.text-warning-light\/20 {
  color: rgba(255, 249, 235, 0.2);
}
.text-warning-light\/25 {
  color: rgba(255, 249, 235, 0.25);
}
.text-warning-light\/30 {
  color: rgba(255, 249, 235, 0.3);
}
.text-warning-light\/40 {
  color: rgba(255, 249, 235, 0.4);
}
.text-warning-light\/5 {
  color: rgba(255, 249, 235, 0.05);
}
.text-warning-light\/50 {
  color: rgba(255, 249, 235, 0.5);
}
.text-warning-light\/60 {
  color: rgba(255, 249, 235, 0.6);
}
.text-warning-light\/70 {
  color: rgba(255, 249, 235, 0.7);
}
.text-warning-light\/75 {
  color: rgba(255, 249, 235, 0.75);
}
.text-warning-light\/80 {
  color: rgba(255, 249, 235, 0.8);
}
.text-warning-light\/90 {
  color: rgba(255, 249, 235, 0.9);
}
.text-warning-light\/95 {
  color: rgba(255, 249, 235, 0.95);
}
.text-warning\/0 {
  color: rgba(169, 92, 0, 0);
}
.text-warning\/10 {
  color: rgba(169, 92, 0, 0.1);
}
.text-warning\/100 {
  color: #a95c00;
}
.text-warning\/20 {
  color: rgba(169, 92, 0, 0.2);
}
.text-warning\/25 {
  color: rgba(169, 92, 0, 0.25);
}
.text-warning\/30 {
  color: rgba(169, 92, 0, 0.3);
}
.text-warning\/40 {
  color: rgba(169, 92, 0, 0.4);
}
.text-warning\/5 {
  color: rgba(169, 92, 0, 0.05);
}
.text-warning\/50 {
  color: rgba(169, 92, 0, 0.5);
}
.text-warning\/60 {
  color: rgba(169, 92, 0, 0.6);
}
.text-warning\/70 {
  color: rgba(169, 92, 0, 0.7);
}
.text-warning\/75 {
  color: rgba(169, 92, 0, 0.75);
}
.text-warning\/80 {
  color: rgba(169, 92, 0, 0.8);
}
.text-warning\/90 {
  color: rgba(169, 92, 0, 0.9);
}
.text-warning\/95 {
  color: rgba(169, 92, 0, 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.decoration-\[0\.125rem\] {
  text-decoration-thickness: 0.125rem;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.caret-brand-web-text-grey {
  caret-color: #222;
}
.accent-brand-web-lbc-blue {
  accent-color: #004070;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-\[0px_0\.625rem_1\.25rem_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 0.625rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-offset-8 {
  outline-offset: 8px;
}
.outline-\[\#9FD5FC\] {
  outline-color: #9fd5fc;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.delay-1000 {
  transition-delay: 1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.flex-gap-x-\30,
.flex-gap-x-\30 > * {
  margin-right: 0;
  margin-left: 0;
}
.flex-gap-\32 {
  margin: -0.25rem;
}
.flex-gap-\32 > * {
  margin: 0.25rem;
}
.flex-gap-x-\32 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.flex-gap-x-\32 > * {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.flex-gap-y-\34 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.flex-gap-y-\34 > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.flex-gap-y-\35 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.flex-gap-y-\35 > * {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.flex-gap-x-\36 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.flex-gap-x-\36 > * {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.flex-gap-y-\36 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.flex-gap-y-\36 > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.flex-gap-\38 {
  margin: -1rem;
}
.flex-gap-\38 > * {
  margin: 1rem;
}
.flex-gap-y-\31 0 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.flex-gap-y-\31 0 > * {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.placeholder\:text-base::placeholder {
  font-size: 1rem;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:leading-6::placeholder {
  line-height: 1.5rem;
}
.placeholder\:tracking-\[0\.0125rem\]::placeholder {
  letter-spacing: 0.0125rem;
}
.placeholder\:text-brand-web-grey-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-\[0\.6875rem\]:after {
  content: var(--tw-content);
  bottom: -0.6875rem;
}
.after\:left-6:after {
  content: var(--tw-content);
  left: 1.5rem;
}
.after\:left-\[1\.375rem\]:after {
  content: var(--tw-content);
  left: 1.375rem;
}
.after\:left-\[2\.8125rem\]:after {
  content: var(--tw-content);
  left: 2.8125rem;
}
.after\:right-5:after {
  content: var(--tw-content);
  right: 1.25rem;
}
.after\:right-\[4\.875rem\]:after {
  content: var(--tw-content);
  right: 4.875rem;
}
.after\:block:after {
  content: var(--tw-content);
  display: block;
}
.after\:h-\[0\.125rem\]:after {
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:h-\[1\.375rem\]:after {
  content: var(--tw-content);
  height: 1.375rem;
}
.after\:w-13:after {
  content: var(--tw-content);
  width: 3.375rem;
}
.after\:w-\[1\.375rem\]:after {
  content: var(--tw-content);
  width: 1.375rem;
}
.after\:rotate-45:after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-brand-web-lbc-blue:after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 112 / var(--tw-bg-opacity));
}
.after\:bg-success:after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(60 118 60 / var(--tw-bg-opacity));
}
.after\:content-\[\"\"\]:after {
  --tw-content: "";
  content: var(--tw-content);
}
.first\:z-\[100\]:first-child {
  z-index: 100;
}
.first\:mt-2:first-child {
  margin-top: 0.5rem;
}
.last\:border-b-1:last-child {
  border-bottom-width: 1px;
}
.last-of-type\:border-none:last-of-type {
  border-style: none;
}
.last-of-type\:after\:w-0:last-of-type:after {
  content: var(--tw-content);
  width: 0;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-\[\#0068B8\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 104 184 / var(--tw-border-opacity));
}
.hover\:border-brand-web-background-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.hover\:border-brand-web-background-grey\/0:hover {
  border-color: hsla(0, 0%, 96%, 0);
}
.hover\:border-brand-web-background-grey\/10:hover {
  border-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:border-brand-web-background-grey\/100:hover {
  border-color: #f5f5f5;
}
.hover\:border-brand-web-background-grey\/20:hover {
  border-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:border-brand-web-background-grey\/25:hover {
  border-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:border-brand-web-background-grey\/30:hover {
  border-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:border-brand-web-background-grey\/40:hover {
  border-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:border-brand-web-background-grey\/5:hover {
  border-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:border-brand-web-background-grey\/50:hover {
  border-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:border-brand-web-background-grey\/60:hover {
  border-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:border-brand-web-background-grey\/70:hover {
  border-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:border-brand-web-background-grey\/75:hover {
  border-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:border-brand-web-background-grey\/80:hover {
  border-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:border-brand-web-background-grey\/90:hover {
  border-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:border-brand-web-background-grey\/95:hover {
  border-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:border-brand-web-card-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 214 / var(--tw-border-opacity));
}
.hover\:border-brand-web-card-grey\/0:hover {
  border-color: hsla(75, 5%, 85%, 0);
}
.hover\:border-brand-web-card-grey\/10:hover {
  border-color: hsla(75, 5%, 85%, 0.1);
}
.hover\:border-brand-web-card-grey\/100:hover {
  border-color: #d9dad6;
}
.hover\:border-brand-web-card-grey\/20:hover {
  border-color: hsla(75, 5%, 85%, 0.2);
}
.hover\:border-brand-web-card-grey\/25:hover {
  border-color: hsla(75, 5%, 85%, 0.25);
}
.hover\:border-brand-web-card-grey\/30:hover {
  border-color: hsla(75, 5%, 85%, 0.3);
}
.hover\:border-brand-web-card-grey\/40:hover {
  border-color: hsla(75, 5%, 85%, 0.4);
}
.hover\:border-brand-web-card-grey\/5:hover {
  border-color: hsla(75, 5%, 85%, 0.05);
}
.hover\:border-brand-web-card-grey\/50:hover {
  border-color: hsla(75, 5%, 85%, 0.5);
}
.hover\:border-brand-web-card-grey\/60:hover {
  border-color: hsla(75, 5%, 85%, 0.6);
}
.hover\:border-brand-web-card-grey\/70:hover {
  border-color: hsla(75, 5%, 85%, 0.7);
}
.hover\:border-brand-web-card-grey\/75:hover {
  border-color: hsla(75, 5%, 85%, 0.75);
}
.hover\:border-brand-web-card-grey\/80:hover {
  border-color: hsla(75, 5%, 85%, 0.8);
}
.hover\:border-brand-web-card-grey\/90:hover {
  border-color: hsla(75, 5%, 85%, 0.9);
}
.hover\:border-brand-web-card-grey\/95:hover {
  border-color: hsla(75, 5%, 85%, 0.95);
}
.hover\:border-brand-web-fresh-mint:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 242 211 / var(--tw-border-opacity));
}
.hover\:border-brand-web-fresh-mint\/0:hover {
  border-color: rgba(39, 242, 211, 0);
}
.hover\:border-brand-web-fresh-mint\/10:hover {
  border-color: rgba(39, 242, 211, 0.1);
}
.hover\:border-brand-web-fresh-mint\/100:hover {
  border-color: #27f2d3;
}
.hover\:border-brand-web-fresh-mint\/20:hover {
  border-color: rgba(39, 242, 211, 0.2);
}
.hover\:border-brand-web-fresh-mint\/25:hover {
  border-color: rgba(39, 242, 211, 0.25);
}
.hover\:border-brand-web-fresh-mint\/30:hover {
  border-color: rgba(39, 242, 211, 0.3);
}
.hover\:border-brand-web-fresh-mint\/40:hover {
  border-color: rgba(39, 242, 211, 0.4);
}
.hover\:border-brand-web-fresh-mint\/5:hover {
  border-color: rgba(39, 242, 211, 0.05);
}
.hover\:border-brand-web-fresh-mint\/50:hover {
  border-color: rgba(39, 242, 211, 0.5);
}
.hover\:border-brand-web-fresh-mint\/60:hover {
  border-color: rgba(39, 242, 211, 0.6);
}
.hover\:border-brand-web-fresh-mint\/70:hover {
  border-color: rgba(39, 242, 211, 0.7);
}
.hover\:border-brand-web-fresh-mint\/75:hover {
  border-color: rgba(39, 242, 211, 0.75);
}
.hover\:border-brand-web-fresh-mint\/80:hover {
  border-color: rgba(39, 242, 211, 0.8);
}
.hover\:border-brand-web-fresh-mint\/90:hover {
  border-color: rgba(39, 242, 211, 0.9);
}
.hover\:border-brand-web-fresh-mint\/95:hover {
  border-color: rgba(39, 242, 211, 0.95);
}
.hover\:border-brand-web-grey-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 226 229 / var(--tw-border-opacity));
}
.hover\:border-brand-web-grey-200\/0:hover {
  border-color: hsla(225, 7%, 89%, 0);
}
.hover\:border-brand-web-grey-200\/10:hover {
  border-color: hsla(225, 7%, 89%, 0.1);
}
.hover\:border-brand-web-grey-200\/100:hover {
  border-color: #e1e2e5;
}
.hover\:border-brand-web-grey-200\/20:hover {
  border-color: hsla(225, 7%, 89%, 0.2);
}
.hover\:border-brand-web-grey-200\/25:hover {
  border-color: hsla(225, 7%, 89%, 0.25);
}
.hover\:border-brand-web-grey-200\/30:hover {
  border-color: hsla(225, 7%, 89%, 0.3);
}
.hover\:border-brand-web-grey-200\/40:hover {
  border-color: hsla(225, 7%, 89%, 0.4);
}
.hover\:border-brand-web-grey-200\/5:hover {
  border-color: hsla(225, 7%, 89%, 0.05);
}
.hover\:border-brand-web-grey-200\/50:hover {
  border-color: hsla(225, 7%, 89%, 0.5);
}
.hover\:border-brand-web-grey-200\/60:hover {
  border-color: hsla(225, 7%, 89%, 0.6);
}
.hover\:border-brand-web-grey-200\/70:hover {
  border-color: hsla(225, 7%, 89%, 0.7);
}
.hover\:border-brand-web-grey-200\/75:hover {
  border-color: hsla(225, 7%, 89%, 0.75);
}
.hover\:border-brand-web-grey-200\/80:hover {
  border-color: hsla(225, 7%, 89%, 0.8);
}
.hover\:border-brand-web-grey-200\/90:hover {
  border-color: hsla(225, 7%, 89%, 0.9);
}
.hover\:border-brand-web-grey-200\/95:hover {
  border-color: hsla(225, 7%, 89%, 0.95);
}
.hover\:border-brand-web-grey-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.hover\:border-brand-web-grey-300\/0:hover {
  border-color: hsla(0, 0%, 45%, 0);
}
.hover\:border-brand-web-grey-300\/10:hover {
  border-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:border-brand-web-grey-300\/100:hover {
  border-color: #737373;
}
.hover\:border-brand-web-grey-300\/20:hover {
  border-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:border-brand-web-grey-300\/25:hover {
  border-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:border-brand-web-grey-300\/30:hover {
  border-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:border-brand-web-grey-300\/40:hover {
  border-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:border-brand-web-grey-300\/5:hover {
  border-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:border-brand-web-grey-300\/50:hover {
  border-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:border-brand-web-grey-300\/60:hover {
  border-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:border-brand-web-grey-300\/70:hover {
  border-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:border-brand-web-grey-300\/75:hover {
  border-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:border-brand-web-grey-300\/80:hover {
  border-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:border-brand-web-grey-300\/90:hover {
  border-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:border-brand-web-grey-300\/95:hover {
  border-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:border-brand-web-grey-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}
.hover\:border-brand-web-grey-500\/0:hover {
  border-color: rgba(85, 85, 85, 0);
}
.hover\:border-brand-web-grey-500\/10:hover {
  border-color: rgba(85, 85, 85, 0.1);
}
.hover\:border-brand-web-grey-500\/100:hover {
  border-color: #555;
}
.hover\:border-brand-web-grey-500\/20:hover {
  border-color: rgba(85, 85, 85, 0.2);
}
.hover\:border-brand-web-grey-500\/25:hover {
  border-color: rgba(85, 85, 85, 0.25);
}
.hover\:border-brand-web-grey-500\/30:hover {
  border-color: rgba(85, 85, 85, 0.3);
}
.hover\:border-brand-web-grey-500\/40:hover {
  border-color: rgba(85, 85, 85, 0.4);
}
.hover\:border-brand-web-grey-500\/5:hover {
  border-color: rgba(85, 85, 85, 0.05);
}
.hover\:border-brand-web-grey-500\/50:hover {
  border-color: rgba(85, 85, 85, 0.5);
}
.hover\:border-brand-web-grey-500\/60:hover {
  border-color: rgba(85, 85, 85, 0.6);
}
.hover\:border-brand-web-grey-500\/70:hover {
  border-color: rgba(85, 85, 85, 0.7);
}
.hover\:border-brand-web-grey-500\/75:hover {
  border-color: rgba(85, 85, 85, 0.75);
}
.hover\:border-brand-web-grey-500\/80:hover {
  border-color: rgba(85, 85, 85, 0.8);
}
.hover\:border-brand-web-grey-500\/90:hover {
  border-color: rgba(85, 85, 85, 0.9);
}
.hover\:border-brand-web-grey-500\/95:hover {
  border-color: rgba(85, 85, 85, 0.95);
}
.hover\:border-brand-web-lbc-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.hover\:border-brand-web-lbc-blue\/0:hover {
  border-color: rgba(0, 64, 112, 0);
}
.hover\:border-brand-web-lbc-blue\/10:hover {
  border-color: rgba(0, 64, 112, 0.1);
}
.hover\:border-brand-web-lbc-blue\/100:hover {
  border-color: #004070;
}
.hover\:border-brand-web-lbc-blue\/20:hover {
  border-color: rgba(0, 64, 112, 0.2);
}
.hover\:border-brand-web-lbc-blue\/25:hover {
  border-color: rgba(0, 64, 112, 0.25);
}
.hover\:border-brand-web-lbc-blue\/30:hover {
  border-color: rgba(0, 64, 112, 0.3);
}
.hover\:border-brand-web-lbc-blue\/40:hover {
  border-color: rgba(0, 64, 112, 0.4);
}
.hover\:border-brand-web-lbc-blue\/5:hover {
  border-color: rgba(0, 64, 112, 0.05);
}
.hover\:border-brand-web-lbc-blue\/50:hover {
  border-color: rgba(0, 64, 112, 0.5);
}
.hover\:border-brand-web-lbc-blue\/60:hover {
  border-color: rgba(0, 64, 112, 0.6);
}
.hover\:border-brand-web-lbc-blue\/70:hover {
  border-color: rgba(0, 64, 112, 0.7);
}
.hover\:border-brand-web-lbc-blue\/75:hover {
  border-color: rgba(0, 64, 112, 0.75);
}
.hover\:border-brand-web-lbc-blue\/80:hover {
  border-color: rgba(0, 64, 112, 0.8);
}
.hover\:border-brand-web-lbc-blue\/90:hover {
  border-color: rgba(0, 64, 112, 0.9);
}
.hover\:border-brand-web-lbc-blue\/95:hover {
  border-color: rgba(0, 64, 112, 0.95);
}
.hover\:border-brand-web-lbc-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 184 18 / var(--tw-border-opacity));
}
.hover\:border-brand-web-lbc-gold\/0:hover {
  border-color: rgba(253, 184, 18, 0);
}
.hover\:border-brand-web-lbc-gold\/10:hover {
  border-color: rgba(253, 184, 18, 0.1);
}
.hover\:border-brand-web-lbc-gold\/100:hover {
  border-color: #fdb812;
}
.hover\:border-brand-web-lbc-gold\/20:hover {
  border-color: rgba(253, 184, 18, 0.2);
}
.hover\:border-brand-web-lbc-gold\/25:hover {
  border-color: rgba(253, 184, 18, 0.25);
}
.hover\:border-brand-web-lbc-gold\/30:hover {
  border-color: rgba(253, 184, 18, 0.3);
}
.hover\:border-brand-web-lbc-gold\/40:hover {
  border-color: rgba(253, 184, 18, 0.4);
}
.hover\:border-brand-web-lbc-gold\/5:hover {
  border-color: rgba(253, 184, 18, 0.05);
}
.hover\:border-brand-web-lbc-gold\/50:hover {
  border-color: rgba(253, 184, 18, 0.5);
}
.hover\:border-brand-web-lbc-gold\/60:hover {
  border-color: rgba(253, 184, 18, 0.6);
}
.hover\:border-brand-web-lbc-gold\/70:hover {
  border-color: rgba(253, 184, 18, 0.7);
}
.hover\:border-brand-web-lbc-gold\/75:hover {
  border-color: rgba(253, 184, 18, 0.75);
}
.hover\:border-brand-web-lbc-gold\/80:hover {
  border-color: rgba(253, 184, 18, 0.8);
}
.hover\:border-brand-web-lbc-gold\/90:hover {
  border-color: rgba(253, 184, 18, 0.9);
}
.hover\:border-brand-web-lbc-gold\/95:hover {
  border-color: rgba(253, 184, 18, 0.95);
}
.hover\:border-brand-web-raspberry:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 13 66 / var(--tw-border-opacity));
}
.hover\:border-brand-web-raspberry\/0:hover {
  border-color: rgba(224, 13, 66, 0);
}
.hover\:border-brand-web-raspberry\/10:hover {
  border-color: rgba(224, 13, 66, 0.1);
}
.hover\:border-brand-web-raspberry\/100:hover {
  border-color: #e00d42;
}
.hover\:border-brand-web-raspberry\/20:hover {
  border-color: rgba(224, 13, 66, 0.2);
}
.hover\:border-brand-web-raspberry\/25:hover {
  border-color: rgba(224, 13, 66, 0.25);
}
.hover\:border-brand-web-raspberry\/30:hover {
  border-color: rgba(224, 13, 66, 0.3);
}
.hover\:border-brand-web-raspberry\/40:hover {
  border-color: rgba(224, 13, 66, 0.4);
}
.hover\:border-brand-web-raspberry\/5:hover {
  border-color: rgba(224, 13, 66, 0.05);
}
.hover\:border-brand-web-raspberry\/50:hover {
  border-color: rgba(224, 13, 66, 0.5);
}
.hover\:border-brand-web-raspberry\/60:hover {
  border-color: rgba(224, 13, 66, 0.6);
}
.hover\:border-brand-web-raspberry\/70:hover {
  border-color: rgba(224, 13, 66, 0.7);
}
.hover\:border-brand-web-raspberry\/75:hover {
  border-color: rgba(224, 13, 66, 0.75);
}
.hover\:border-brand-web-raspberry\/80:hover {
  border-color: rgba(224, 13, 66, 0.8);
}
.hover\:border-brand-web-raspberry\/90:hover {
  border-color: rgba(224, 13, 66, 0.9);
}
.hover\:border-brand-web-raspberry\/95:hover {
  border-color: rgba(224, 13, 66, 0.95);
}
.hover\:border-brand-web-text-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.hover\:border-brand-web-text-grey\/0:hover {
  border-color: rgba(34, 34, 34, 0);
}
.hover\:border-brand-web-text-grey\/10:hover {
  border-color: rgba(34, 34, 34, 0.1);
}
.hover\:border-brand-web-text-grey\/100:hover {
  border-color: #222;
}
.hover\:border-brand-web-text-grey\/20:hover {
  border-color: rgba(34, 34, 34, 0.2);
}
.hover\:border-brand-web-text-grey\/25:hover {
  border-color: rgba(34, 34, 34, 0.25);
}
.hover\:border-brand-web-text-grey\/30:hover {
  border-color: rgba(34, 34, 34, 0.3);
}
.hover\:border-brand-web-text-grey\/40:hover {
  border-color: rgba(34, 34, 34, 0.4);
}
.hover\:border-brand-web-text-grey\/5:hover {
  border-color: rgba(34, 34, 34, 0.05);
}
.hover\:border-brand-web-text-grey\/50:hover {
  border-color: rgba(34, 34, 34, 0.5);
}
.hover\:border-brand-web-text-grey\/60:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
.hover\:border-brand-web-text-grey\/70:hover {
  border-color: rgba(34, 34, 34, 0.7);
}
.hover\:border-brand-web-text-grey\/75:hover {
  border-color: rgba(34, 34, 34, 0.75);
}
.hover\:border-brand-web-text-grey\/80:hover {
  border-color: rgba(34, 34, 34, 0.8);
}
.hover\:border-brand-web-text-grey\/90:hover {
  border-color: rgba(34, 34, 34, 0.9);
}
.hover\:border-brand-web-text-grey\/95:hover {
  border-color: rgba(34, 34, 34, 0.95);
}
.hover\:border-brand-web-text-light-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.hover\:border-brand-web-text-light-grey\/0:hover {
  border-color: hsla(0, 0%, 50%, 0);
}
.hover\:border-brand-web-text-light-grey\/10:hover {
  border-color: hsla(0, 0%, 50%, 0.1);
}
.hover\:border-brand-web-text-light-grey\/100:hover {
  border-color: grey;
}
.hover\:border-brand-web-text-light-grey\/20:hover {
  border-color: hsla(0, 0%, 50%, 0.2);
}
.hover\:border-brand-web-text-light-grey\/25:hover {
  border-color: hsla(0, 0%, 50%, 0.25);
}
.hover\:border-brand-web-text-light-grey\/30:hover {
  border-color: hsla(0, 0%, 50%, 0.3);
}
.hover\:border-brand-web-text-light-grey\/40:hover {
  border-color: hsla(0, 0%, 50%, 0.4);
}
.hover\:border-brand-web-text-light-grey\/5:hover {
  border-color: hsla(0, 0%, 50%, 0.05);
}
.hover\:border-brand-web-text-light-grey\/50:hover {
  border-color: hsla(0, 0%, 50%, 0.5);
}
.hover\:border-brand-web-text-light-grey\/60:hover {
  border-color: hsla(0, 0%, 50%, 0.6);
}
.hover\:border-brand-web-text-light-grey\/70:hover {
  border-color: hsla(0, 0%, 50%, 0.7);
}
.hover\:border-brand-web-text-light-grey\/75:hover {
  border-color: hsla(0, 0%, 50%, 0.75);
}
.hover\:border-brand-web-text-light-grey\/80:hover {
  border-color: hsla(0, 0%, 50%, 0.8);
}
.hover\:border-brand-web-text-light-grey\/90:hover {
  border-color: hsla(0, 0%, 50%, 0.9);
}
.hover\:border-brand-web-text-light-grey\/95:hover {
  border-color: hsla(0, 0%, 50%, 0.95);
}
.hover\:border-brand-web-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:border-brand-web-white\/0:hover {
  border-color: hsla(0, 0%, 100%, 0);
}
.hover\:border-brand-web-white\/10:hover {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.hover\:border-brand-web-white\/100:hover {
  border-color: #fff;
}
.hover\:border-brand-web-white\/20:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.hover\:border-brand-web-white\/25:hover {
  border-color: hsla(0, 0%, 100%, 0.25);
}
.hover\:border-brand-web-white\/30:hover {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.hover\:border-brand-web-white\/40:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.hover\:border-brand-web-white\/5:hover {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.hover\:border-brand-web-white\/50:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.hover\:border-brand-web-white\/60:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.hover\:border-brand-web-white\/70:hover {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.hover\:border-brand-web-white\/75:hover {
  border-color: hsla(0, 0%, 100%, 0.75);
}
.hover\:border-brand-web-white\/80:hover {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.hover\:border-brand-web-white\/90:hover {
  border-color: hsla(0, 0%, 100%, 0.9);
}
.hover\:border-brand-web-white\/95:hover {
  border-color: hsla(0, 0%, 100%, 0.95);
}
.hover\:border-error:hover {
  --tw-border-opacity: 1;
  border-color: rgb(174 10 51 / var(--tw-border-opacity));
}
.hover\:border-error-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 236 240 / var(--tw-border-opacity));
}
.hover\:border-error-light\/0:hover {
  border-color: rgba(254, 236, 240, 0);
}
.hover\:border-error-light\/10:hover {
  border-color: rgba(254, 236, 240, 0.1);
}
.hover\:border-error-light\/100:hover {
  border-color: #feecf0;
}
.hover\:border-error-light\/20:hover {
  border-color: rgba(254, 236, 240, 0.2);
}
.hover\:border-error-light\/25:hover {
  border-color: rgba(254, 236, 240, 0.25);
}
.hover\:border-error-light\/30:hover {
  border-color: rgba(254, 236, 240, 0.3);
}
.hover\:border-error-light\/40:hover {
  border-color: rgba(254, 236, 240, 0.4);
}
.hover\:border-error-light\/5:hover {
  border-color: rgba(254, 236, 240, 0.05);
}
.hover\:border-error-light\/50:hover {
  border-color: rgba(254, 236, 240, 0.5);
}
.hover\:border-error-light\/60:hover {
  border-color: rgba(254, 236, 240, 0.6);
}
.hover\:border-error-light\/70:hover {
  border-color: rgba(254, 236, 240, 0.7);
}
.hover\:border-error-light\/75:hover {
  border-color: rgba(254, 236, 240, 0.75);
}
.hover\:border-error-light\/80:hover {
  border-color: rgba(254, 236, 240, 0.8);
}
.hover\:border-error-light\/90:hover {
  border-color: rgba(254, 236, 240, 0.9);
}
.hover\:border-error-light\/95:hover {
  border-color: rgba(254, 236, 240, 0.95);
}
.hover\:border-error\/0:hover {
  border-color: rgba(174, 10, 51, 0);
}
.hover\:border-error\/10:hover {
  border-color: rgba(174, 10, 51, 0.1);
}
.hover\:border-error\/100:hover {
  border-color: #ae0a33;
}
.hover\:border-error\/20:hover {
  border-color: rgba(174, 10, 51, 0.2);
}
.hover\:border-error\/25:hover {
  border-color: rgba(174, 10, 51, 0.25);
}
.hover\:border-error\/30:hover {
  border-color: rgba(174, 10, 51, 0.3);
}
.hover\:border-error\/40:hover {
  border-color: rgba(174, 10, 51, 0.4);
}
.hover\:border-error\/5:hover {
  border-color: rgba(174, 10, 51, 0.05);
}
.hover\:border-error\/50:hover {
  border-color: rgba(174, 10, 51, 0.5);
}
.hover\:border-error\/60:hover {
  border-color: rgba(174, 10, 51, 0.6);
}
.hover\:border-error\/70:hover {
  border-color: rgba(174, 10, 51, 0.7);
}
.hover\:border-error\/75:hover {
  border-color: rgba(174, 10, 51, 0.75);
}
.hover\:border-error\/80:hover {
  border-color: rgba(174, 10, 51, 0.8);
}
.hover\:border-error\/90:hover {
  border-color: rgba(174, 10, 51, 0.9);
}
.hover\:border-error\/95:hover {
  border-color: rgba(174, 10, 51, 0.95);
}
.hover\:border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(122 197 254 / var(--tw-border-opacity));
}
.hover\:border-hover\/0:hover {
  border-color: rgba(122, 197, 254, 0);
}
.hover\:border-hover\/10:hover {
  border-color: rgba(122, 197, 254, 0.1);
}
.hover\:border-hover\/100:hover {
  border-color: #7ac5fe;
}
.hover\:border-hover\/20:hover {
  border-color: rgba(122, 197, 254, 0.2);
}
.hover\:border-hover\/25:hover {
  border-color: rgba(122, 197, 254, 0.25);
}
.hover\:border-hover\/30:hover {
  border-color: rgba(122, 197, 254, 0.3);
}
.hover\:border-hover\/40:hover {
  border-color: rgba(122, 197, 254, 0.4);
}
.hover\:border-hover\/5:hover {
  border-color: rgba(122, 197, 254, 0.05);
}
.hover\:border-hover\/50:hover {
  border-color: rgba(122, 197, 254, 0.5);
}
.hover\:border-hover\/60:hover {
  border-color: rgba(122, 197, 254, 0.6);
}
.hover\:border-hover\/70:hover {
  border-color: rgba(122, 197, 254, 0.7);
}
.hover\:border-hover\/75:hover {
  border-color: rgba(122, 197, 254, 0.75);
}
.hover\:border-hover\/80:hover {
  border-color: rgba(122, 197, 254, 0.8);
}
.hover\:border-hover\/90:hover {
  border-color: rgba(122, 197, 254, 0.9);
}
.hover\:border-hover\/95:hover {
  border-color: rgba(122, 197, 254, 0.95);
}
.hover\:border-info:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 143 / var(--tw-border-opacity));
}
.hover\:border-info-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 246 255 / var(--tw-border-opacity));
}
.hover\:border-info-light\/0:hover {
  border-color: rgba(235, 246, 255, 0);
}
.hover\:border-info-light\/10:hover {
  border-color: rgba(235, 246, 255, 0.1);
}
.hover\:border-info-light\/100:hover {
  border-color: #ebf6ff;
}
.hover\:border-info-light\/20:hover {
  border-color: rgba(235, 246, 255, 0.2);
}
.hover\:border-info-light\/25:hover {
  border-color: rgba(235, 246, 255, 0.25);
}
.hover\:border-info-light\/30:hover {
  border-color: rgba(235, 246, 255, 0.3);
}
.hover\:border-info-light\/40:hover {
  border-color: rgba(235, 246, 255, 0.4);
}
.hover\:border-info-light\/5:hover {
  border-color: rgba(235, 246, 255, 0.05);
}
.hover\:border-info-light\/50:hover {
  border-color: rgba(235, 246, 255, 0.5);
}
.hover\:border-info-light\/60:hover {
  border-color: rgba(235, 246, 255, 0.6);
}
.hover\:border-info-light\/70:hover {
  border-color: rgba(235, 246, 255, 0.7);
}
.hover\:border-info-light\/75:hover {
  border-color: rgba(235, 246, 255, 0.75);
}
.hover\:border-info-light\/80:hover {
  border-color: rgba(235, 246, 255, 0.8);
}
.hover\:border-info-light\/90:hover {
  border-color: rgba(235, 246, 255, 0.9);
}
.hover\:border-info-light\/95:hover {
  border-color: rgba(235, 246, 255, 0.95);
}
.hover\:border-info\/0:hover {
  border-color: rgba(0, 81, 143, 0);
}
.hover\:border-info\/10:hover {
  border-color: rgba(0, 81, 143, 0.1);
}
.hover\:border-info\/100:hover {
  border-color: #00518f;
}
.hover\:border-info\/20:hover {
  border-color: rgba(0, 81, 143, 0.2);
}
.hover\:border-info\/25:hover {
  border-color: rgba(0, 81, 143, 0.25);
}
.hover\:border-info\/30:hover {
  border-color: rgba(0, 81, 143, 0.3);
}
.hover\:border-info\/40:hover {
  border-color: rgba(0, 81, 143, 0.4);
}
.hover\:border-info\/5:hover {
  border-color: rgba(0, 81, 143, 0.05);
}
.hover\:border-info\/50:hover {
  border-color: rgba(0, 81, 143, 0.5);
}
.hover\:border-info\/60:hover {
  border-color: rgba(0, 81, 143, 0.6);
}
.hover\:border-info\/70:hover {
  border-color: rgba(0, 81, 143, 0.7);
}
.hover\:border-info\/75:hover {
  border-color: rgba(0, 81, 143, 0.75);
}
.hover\:border-info\/80:hover {
  border-color: rgba(0, 81, 143, 0.8);
}
.hover\:border-info\/90:hover {
  border-color: rgba(0, 81, 143, 0.9);
}
.hover\:border-info\/95:hover {
  border-color: rgba(0, 81, 143, 0.95);
}
.hover\:border-lbc-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 213 252 / var(--tw-border-opacity));
}
.hover\:border-lbc-blue-100\/0:hover {
  border-color: rgba(159, 213, 252, 0);
}
.hover\:border-lbc-blue-100\/10:hover {
  border-color: rgba(159, 213, 252, 0.1);
}
.hover\:border-lbc-blue-100\/100:hover {
  border-color: #9fd5fc;
}
.hover\:border-lbc-blue-100\/20:hover {
  border-color: rgba(159, 213, 252, 0.2);
}
.hover\:border-lbc-blue-100\/25:hover {
  border-color: rgba(159, 213, 252, 0.25);
}
.hover\:border-lbc-blue-100\/30:hover {
  border-color: rgba(159, 213, 252, 0.3);
}
.hover\:border-lbc-blue-100\/40:hover {
  border-color: rgba(159, 213, 252, 0.4);
}
.hover\:border-lbc-blue-100\/5:hover {
  border-color: rgba(159, 213, 252, 0.05);
}
.hover\:border-lbc-blue-100\/50:hover {
  border-color: rgba(159, 213, 252, 0.5);
}
.hover\:border-lbc-blue-100\/60:hover {
  border-color: rgba(159, 213, 252, 0.6);
}
.hover\:border-lbc-blue-100\/70:hover {
  border-color: rgba(159, 213, 252, 0.7);
}
.hover\:border-lbc-blue-100\/75:hover {
  border-color: rgba(159, 213, 252, 0.75);
}
.hover\:border-lbc-blue-100\/80:hover {
  border-color: rgba(159, 213, 252, 0.8);
}
.hover\:border-lbc-blue-100\/90:hover {
  border-color: rgba(159, 213, 252, 0.9);
}
.hover\:border-lbc-blue-100\/95:hover {
  border-color: rgba(159, 213, 252, 0.95);
}
.hover\:border-lbc-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(111 179 231 / var(--tw-border-opacity));
}
.hover\:border-lbc-blue-200\/0:hover {
  border-color: rgba(111, 179, 231, 0);
}
.hover\:border-lbc-blue-200\/10:hover {
  border-color: rgba(111, 179, 231, 0.1);
}
.hover\:border-lbc-blue-200\/100:hover {
  border-color: #6fb3e7;
}
.hover\:border-lbc-blue-200\/20:hover {
  border-color: rgba(111, 179, 231, 0.2);
}
.hover\:border-lbc-blue-200\/25:hover {
  border-color: rgba(111, 179, 231, 0.25);
}
.hover\:border-lbc-blue-200\/30:hover {
  border-color: rgba(111, 179, 231, 0.3);
}
.hover\:border-lbc-blue-200\/40:hover {
  border-color: rgba(111, 179, 231, 0.4);
}
.hover\:border-lbc-blue-200\/5:hover {
  border-color: rgba(111, 179, 231, 0.05);
}
.hover\:border-lbc-blue-200\/50:hover {
  border-color: rgba(111, 179, 231, 0.5);
}
.hover\:border-lbc-blue-200\/60:hover {
  border-color: rgba(111, 179, 231, 0.6);
}
.hover\:border-lbc-blue-200\/70:hover {
  border-color: rgba(111, 179, 231, 0.7);
}
.hover\:border-lbc-blue-200\/75:hover {
  border-color: rgba(111, 179, 231, 0.75);
}
.hover\:border-lbc-blue-200\/80:hover {
  border-color: rgba(111, 179, 231, 0.8);
}
.hover\:border-lbc-blue-200\/90:hover {
  border-color: rgba(111, 179, 231, 0.9);
}
.hover\:border-lbc-blue-200\/95:hover {
  border-color: rgba(111, 179, 231, 0.95);
}
.hover\:border-lbc-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 236 253 / var(--tw-border-opacity));
}
.hover\:border-lbc-blue-50\/0:hover {
  border-color: rgba(216, 236, 253, 0);
}
.hover\:border-lbc-blue-50\/10:hover {
  border-color: rgba(216, 236, 253, 0.1);
}
.hover\:border-lbc-blue-50\/100:hover {
  border-color: #d8ecfd;
}
.hover\:border-lbc-blue-50\/20:hover {
  border-color: rgba(216, 236, 253, 0.2);
}
.hover\:border-lbc-blue-50\/25:hover {
  border-color: rgba(216, 236, 253, 0.25);
}
.hover\:border-lbc-blue-50\/30:hover {
  border-color: rgba(216, 236, 253, 0.3);
}
.hover\:border-lbc-blue-50\/40:hover {
  border-color: rgba(216, 236, 253, 0.4);
}
.hover\:border-lbc-blue-50\/5:hover {
  border-color: rgba(216, 236, 253, 0.05);
}
.hover\:border-lbc-blue-50\/50:hover {
  border-color: rgba(216, 236, 253, 0.5);
}
.hover\:border-lbc-blue-50\/60:hover {
  border-color: rgba(216, 236, 253, 0.6);
}
.hover\:border-lbc-blue-50\/70:hover {
  border-color: rgba(216, 236, 253, 0.7);
}
.hover\:border-lbc-blue-50\/75:hover {
  border-color: rgba(216, 236, 253, 0.75);
}
.hover\:border-lbc-blue-50\/80:hover {
  border-color: rgba(216, 236, 253, 0.8);
}
.hover\:border-lbc-blue-50\/90:hover {
  border-color: rgba(216, 236, 253, 0.9);
}
.hover\:border-lbc-blue-50\/95:hover {
  border-color: rgba(216, 236, 253, 0.95);
}
.hover\:border-lbc-gold-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 158 / var(--tw-border-opacity));
}
.hover\:border-lbc-gold-100\/0:hover {
  border-color: rgba(255, 238, 158, 0);
}
.hover\:border-lbc-gold-100\/10:hover {
  border-color: rgba(255, 238, 158, 0.1);
}
.hover\:border-lbc-gold-100\/100:hover {
  border-color: #ffee9e;
}
.hover\:border-lbc-gold-100\/20:hover {
  border-color: rgba(255, 238, 158, 0.2);
}
.hover\:border-lbc-gold-100\/25:hover {
  border-color: rgba(255, 238, 158, 0.25);
}
.hover\:border-lbc-gold-100\/30:hover {
  border-color: rgba(255, 238, 158, 0.3);
}
.hover\:border-lbc-gold-100\/40:hover {
  border-color: rgba(255, 238, 158, 0.4);
}
.hover\:border-lbc-gold-100\/5:hover {
  border-color: rgba(255, 238, 158, 0.05);
}
.hover\:border-lbc-gold-100\/50:hover {
  border-color: rgba(255, 238, 158, 0.5);
}
.hover\:border-lbc-gold-100\/60:hover {
  border-color: rgba(255, 238, 158, 0.6);
}
.hover\:border-lbc-gold-100\/70:hover {
  border-color: rgba(255, 238, 158, 0.7);
}
.hover\:border-lbc-gold-100\/75:hover {
  border-color: rgba(255, 238, 158, 0.75);
}
.hover\:border-lbc-gold-100\/80:hover {
  border-color: rgba(255, 238, 158, 0.8);
}
.hover\:border-lbc-gold-100\/90:hover {
  border-color: rgba(255, 238, 158, 0.9);
}
.hover\:border-lbc-gold-100\/95:hover {
  border-color: rgba(255, 238, 158, 0.95);
}
.hover\:border-lbc-gold-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 220 102 / var(--tw-border-opacity));
}
.hover\:border-lbc-gold-200\/0:hover {
  border-color: hsla(47, 99%, 70%, 0);
}
.hover\:border-lbc-gold-200\/10:hover {
  border-color: hsla(47, 99%, 70%, 0.1);
}
.hover\:border-lbc-gold-200\/100:hover {
  border-color: #fedc66;
}
.hover\:border-lbc-gold-200\/20:hover {
  border-color: hsla(47, 99%, 70%, 0.2);
}
.hover\:border-lbc-gold-200\/25:hover {
  border-color: hsla(47, 99%, 70%, 0.25);
}
.hover\:border-lbc-gold-200\/30:hover {
  border-color: hsla(47, 99%, 70%, 0.3);
}
.hover\:border-lbc-gold-200\/40:hover {
  border-color: hsla(47, 99%, 70%, 0.4);
}
.hover\:border-lbc-gold-200\/5:hover {
  border-color: hsla(47, 99%, 70%, 0.05);
}
.hover\:border-lbc-gold-200\/50:hover {
  border-color: hsla(47, 99%, 70%, 0.5);
}
.hover\:border-lbc-gold-200\/60:hover {
  border-color: hsla(47, 99%, 70%, 0.6);
}
.hover\:border-lbc-gold-200\/70:hover {
  border-color: hsla(47, 99%, 70%, 0.7);
}
.hover\:border-lbc-gold-200\/75:hover {
  border-color: hsla(47, 99%, 70%, 0.75);
}
.hover\:border-lbc-gold-200\/80:hover {
  border-color: hsla(47, 99%, 70%, 0.8);
}
.hover\:border-lbc-gold-200\/90:hover {
  border-color: hsla(47, 99%, 70%, 0.9);
}
.hover\:border-lbc-gold-200\/95:hover {
  border-color: hsla(47, 99%, 70%, 0.95);
}
.hover\:border-lbc-mint-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(126 255 236 / var(--tw-border-opacity));
}
.hover\:border-lbc-mint-100\/0:hover {
  border-color: rgba(126, 255, 236, 0);
}
.hover\:border-lbc-mint-100\/10:hover {
  border-color: rgba(126, 255, 236, 0.1);
}
.hover\:border-lbc-mint-100\/100:hover {
  border-color: #7effec;
}
.hover\:border-lbc-mint-100\/20:hover {
  border-color: rgba(126, 255, 236, 0.2);
}
.hover\:border-lbc-mint-100\/25:hover {
  border-color: rgba(126, 255, 236, 0.25);
}
.hover\:border-lbc-mint-100\/30:hover {
  border-color: rgba(126, 255, 236, 0.3);
}
.hover\:border-lbc-mint-100\/40:hover {
  border-color: rgba(126, 255, 236, 0.4);
}
.hover\:border-lbc-mint-100\/5:hover {
  border-color: rgba(126, 255, 236, 0.05);
}
.hover\:border-lbc-mint-100\/50:hover {
  border-color: rgba(126, 255, 236, 0.5);
}
.hover\:border-lbc-mint-100\/60:hover {
  border-color: rgba(126, 255, 236, 0.6);
}
.hover\:border-lbc-mint-100\/70:hover {
  border-color: rgba(126, 255, 236, 0.7);
}
.hover\:border-lbc-mint-100\/75:hover {
  border-color: rgba(126, 255, 236, 0.75);
}
.hover\:border-lbc-mint-100\/80:hover {
  border-color: rgba(126, 255, 236, 0.8);
}
.hover\:border-lbc-mint-100\/90:hover {
  border-color: rgba(126, 255, 236, 0.9);
}
.hover\:border-lbc-mint-100\/95:hover {
  border-color: rgba(126, 255, 236, 0.95);
}
.hover\:border-lbc-mint-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 215 184 / var(--tw-border-opacity));
}
.hover\:border-lbc-mint-300\/0:hover {
  border-color: rgba(10, 215, 184, 0);
}
.hover\:border-lbc-mint-300\/10:hover {
  border-color: rgba(10, 215, 184, 0.1);
}
.hover\:border-lbc-mint-300\/100:hover {
  border-color: #0ad7b8;
}
.hover\:border-lbc-mint-300\/20:hover {
  border-color: rgba(10, 215, 184, 0.2);
}
.hover\:border-lbc-mint-300\/25:hover {
  border-color: rgba(10, 215, 184, 0.25);
}
.hover\:border-lbc-mint-300\/30:hover {
  border-color: rgba(10, 215, 184, 0.3);
}
.hover\:border-lbc-mint-300\/40:hover {
  border-color: rgba(10, 215, 184, 0.4);
}
.hover\:border-lbc-mint-300\/5:hover {
  border-color: rgba(10, 215, 184, 0.05);
}
.hover\:border-lbc-mint-300\/50:hover {
  border-color: rgba(10, 215, 184, 0.5);
}
.hover\:border-lbc-mint-300\/60:hover {
  border-color: rgba(10, 215, 184, 0.6);
}
.hover\:border-lbc-mint-300\/70:hover {
  border-color: rgba(10, 215, 184, 0.7);
}
.hover\:border-lbc-mint-300\/75:hover {
  border-color: rgba(10, 215, 184, 0.75);
}
.hover\:border-lbc-mint-300\/80:hover {
  border-color: rgba(10, 215, 184, 0.8);
}
.hover\:border-lbc-mint-300\/90:hover {
  border-color: rgba(10, 215, 184, 0.9);
}
.hover\:border-lbc-mint-300\/95:hover {
  border-color: rgba(10, 215, 184, 0.95);
}
.hover\:border-selected:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 233 135 / var(--tw-border-opacity));
}
.hover\:border-selected\/0:hover {
  border-color: hsla(49, 98%, 76%, 0);
}
.hover\:border-selected\/10:hover {
  border-color: hsla(49, 98%, 76%, 0.1);
}
.hover\:border-selected\/100:hover {
  border-color: #fee987;
}
.hover\:border-selected\/20:hover {
  border-color: hsla(49, 98%, 76%, 0.2);
}
.hover\:border-selected\/25:hover {
  border-color: hsla(49, 98%, 76%, 0.25);
}
.hover\:border-selected\/30:hover {
  border-color: hsla(49, 98%, 76%, 0.3);
}
.hover\:border-selected\/40:hover {
  border-color: hsla(49, 98%, 76%, 0.4);
}
.hover\:border-selected\/5:hover {
  border-color: hsla(49, 98%, 76%, 0.05);
}
.hover\:border-selected\/50:hover {
  border-color: hsla(49, 98%, 76%, 0.5);
}
.hover\:border-selected\/60:hover {
  border-color: hsla(49, 98%, 76%, 0.6);
}
.hover\:border-selected\/70:hover {
  border-color: hsla(49, 98%, 76%, 0.7);
}
.hover\:border-selected\/75:hover {
  border-color: hsla(49, 98%, 76%, 0.75);
}
.hover\:border-selected\/80:hover {
  border-color: hsla(49, 98%, 76%, 0.8);
}
.hover\:border-selected\/90:hover {
  border-color: hsla(49, 98%, 76%, 0.9);
}
.hover\:border-selected\/95:hover {
  border-color: hsla(49, 98%, 76%, 0.95);
}
.hover\:border-success:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 118 60 / var(--tw-border-opacity));
}
.hover\:border-success-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(222 240 216 / var(--tw-border-opacity));
}
.hover\:border-success-light\/0:hover {
  border-color: rgba(222, 240, 216, 0);
}
.hover\:border-success-light\/10:hover {
  border-color: rgba(222, 240, 216, 0.1);
}
.hover\:border-success-light\/100:hover {
  border-color: #def0d8;
}
.hover\:border-success-light\/20:hover {
  border-color: rgba(222, 240, 216, 0.2);
}
.hover\:border-success-light\/25:hover {
  border-color: rgba(222, 240, 216, 0.25);
}
.hover\:border-success-light\/30:hover {
  border-color: rgba(222, 240, 216, 0.3);
}
.hover\:border-success-light\/40:hover {
  border-color: rgba(222, 240, 216, 0.4);
}
.hover\:border-success-light\/5:hover {
  border-color: rgba(222, 240, 216, 0.05);
}
.hover\:border-success-light\/50:hover {
  border-color: rgba(222, 240, 216, 0.5);
}
.hover\:border-success-light\/60:hover {
  border-color: rgba(222, 240, 216, 0.6);
}
.hover\:border-success-light\/70:hover {
  border-color: rgba(222, 240, 216, 0.7);
}
.hover\:border-success-light\/75:hover {
  border-color: rgba(222, 240, 216, 0.75);
}
.hover\:border-success-light\/80:hover {
  border-color: rgba(222, 240, 216, 0.8);
}
.hover\:border-success-light\/90:hover {
  border-color: rgba(222, 240, 216, 0.9);
}
.hover\:border-success-light\/95:hover {
  border-color: rgba(222, 240, 216, 0.95);
}
.hover\:border-success\/0:hover {
  border-color: rgba(60, 118, 60, 0);
}
.hover\:border-success\/10:hover {
  border-color: rgba(60, 118, 60, 0.1);
}
.hover\:border-success\/100:hover {
  border-color: #3c763c;
}
.hover\:border-success\/20:hover {
  border-color: rgba(60, 118, 60, 0.2);
}
.hover\:border-success\/25:hover {
  border-color: rgba(60, 118, 60, 0.25);
}
.hover\:border-success\/30:hover {
  border-color: rgba(60, 118, 60, 0.3);
}
.hover\:border-success\/40:hover {
  border-color: rgba(60, 118, 60, 0.4);
}
.hover\:border-success\/5:hover {
  border-color: rgba(60, 118, 60, 0.05);
}
.hover\:border-success\/50:hover {
  border-color: rgba(60, 118, 60, 0.5);
}
.hover\:border-success\/60:hover {
  border-color: rgba(60, 118, 60, 0.6);
}
.hover\:border-success\/70:hover {
  border-color: rgba(60, 118, 60, 0.7);
}
.hover\:border-success\/75:hover {
  border-color: rgba(60, 118, 60, 0.75);
}
.hover\:border-success\/80:hover {
  border-color: rgba(60, 118, 60, 0.8);
}
.hover\:border-success\/90:hover {
  border-color: rgba(60, 118, 60, 0.9);
}
.hover\:border-success\/95:hover {
  border-color: rgba(60, 118, 60, 0.95);
}
.hover\:border-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgb(169 92 0 / var(--tw-border-opacity));
}
.hover\:border-warning-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 249 235 / var(--tw-border-opacity));
}
.hover\:border-warning-light\/0:hover {
  border-color: rgba(255, 249, 235, 0);
}
.hover\:border-warning-light\/10:hover {
  border-color: rgba(255, 249, 235, 0.1);
}
.hover\:border-warning-light\/100:hover {
  border-color: #fff9eb;
}
.hover\:border-warning-light\/20:hover {
  border-color: rgba(255, 249, 235, 0.2);
}
.hover\:border-warning-light\/25:hover {
  border-color: rgba(255, 249, 235, 0.25);
}
.hover\:border-warning-light\/30:hover {
  border-color: rgba(255, 249, 235, 0.3);
}
.hover\:border-warning-light\/40:hover {
  border-color: rgba(255, 249, 235, 0.4);
}
.hover\:border-warning-light\/5:hover {
  border-color: rgba(255, 249, 235, 0.05);
}
.hover\:border-warning-light\/50:hover {
  border-color: rgba(255, 249, 235, 0.5);
}
.hover\:border-warning-light\/60:hover {
  border-color: rgba(255, 249, 235, 0.6);
}
.hover\:border-warning-light\/70:hover {
  border-color: rgba(255, 249, 235, 0.7);
}
.hover\:border-warning-light\/75:hover {
  border-color: rgba(255, 249, 235, 0.75);
}
.hover\:border-warning-light\/80:hover {
  border-color: rgba(255, 249, 235, 0.8);
}
.hover\:border-warning-light\/90:hover {
  border-color: rgba(255, 249, 235, 0.9);
}
.hover\:border-warning-light\/95:hover {
  border-color: rgba(255, 249, 235, 0.95);
}
.hover\:border-warning\/0:hover {
  border-color: rgba(169, 92, 0, 0);
}
.hover\:border-warning\/10:hover {
  border-color: rgba(169, 92, 0, 0.1);
}
.hover\:border-warning\/100:hover {
  border-color: #a95c00;
}
.hover\:border-warning\/20:hover {
  border-color: rgba(169, 92, 0, 0.2);
}
.hover\:border-warning\/25:hover {
  border-color: rgba(169, 92, 0, 0.25);
}
.hover\:border-warning\/30:hover {
  border-color: rgba(169, 92, 0, 0.3);
}
.hover\:border-warning\/40:hover {
  border-color: rgba(169, 92, 0, 0.4);
}
.hover\:border-warning\/5:hover {
  border-color: rgba(169, 92, 0, 0.05);
}
.hover\:border-warning\/50:hover {
  border-color: rgba(169, 92, 0, 0.5);
}
.hover\:border-warning\/60:hover {
  border-color: rgba(169, 92, 0, 0.6);
}
.hover\:border-warning\/70:hover {
  border-color: rgba(169, 92, 0, 0.7);
}
.hover\:border-warning\/75:hover {
  border-color: rgba(169, 92, 0, 0.75);
}
.hover\:border-warning\/80:hover {
  border-color: rgba(169, 92, 0, 0.8);
}
.hover\:border-warning\/90:hover {
  border-color: rgba(169, 92, 0, 0.9);
}
.hover\:border-warning\/95:hover {
  border-color: rgba(169, 92, 0, 0.95);
}
.hover\:bg-\[\#0068B8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 104 184 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-background-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-background-grey\/0:hover {
  background-color: hsla(0, 0%, 96%, 0);
}
.hover\:bg-brand-web-background-grey\/10:hover {
  background-color: hsla(0, 0%, 96%, 0.1);
}
.hover\:bg-brand-web-background-grey\/100:hover {
  background-color: #f5f5f5;
}
.hover\:bg-brand-web-background-grey\/20:hover {
  background-color: hsla(0, 0%, 96%, 0.2);
}
.hover\:bg-brand-web-background-grey\/25:hover {
  background-color: hsla(0, 0%, 96%, 0.25);
}
.hover\:bg-brand-web-background-grey\/30:hover {
  background-color: hsla(0, 0%, 96%, 0.3);
}
.hover\:bg-brand-web-background-grey\/40:hover {
  background-color: hsla(0, 0%, 96%, 0.4);
}
.hover\:bg-brand-web-background-grey\/5:hover {
  background-color: hsla(0, 0%, 96%, 0.05);
}
.hover\:bg-brand-web-background-grey\/50:hover {
  background-color: hsla(0, 0%, 96%, 0.5);
}
.hover\:bg-brand-web-background-grey\/60:hover {
  background-color: hsla(0, 0%, 96%, 0.6);
}
.hover\:bg-brand-web-background-grey\/70:hover {
  background-color: hsla(0, 0%, 96%, 0.7);
}
.hover\:bg-brand-web-background-grey\/75:hover {
  background-color: hsla(0, 0%, 96%, 0.75);
}
.hover\:bg-brand-web-background-grey\/80:hover {
  background-color: hsla(0, 0%, 96%, 0.8);
}
.hover\:bg-brand-web-background-grey\/90:hover {
  background-color: hsla(0, 0%, 96%, 0.9);
}
.hover\:bg-brand-web-background-grey\/95:hover {
  background-color: hsla(0, 0%, 96%, 0.95);
}
.hover\:bg-brand-web-card-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 214 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-card-grey\/0:hover {
  background-color: hsla(75, 5%, 85%, 0);
}
.hover\:bg-brand-web-card-grey\/10:hover {
  background-color: hsla(75, 5%, 85%, 0.1);
}
.hover\:bg-brand-web-card-grey\/100:hover {
  background-color: #d9dad6;
}
.hover\:bg-brand-web-card-grey\/20:hover {
  background-color: hsla(75, 5%, 85%, 0.2);
}
.hover\:bg-brand-web-card-grey\/25:hover {
  background-color: hsla(75, 5%, 85%, 0.25);
}
.hover\:bg-brand-web-card-grey\/30:hover {
  background-color: hsla(75, 5%, 85%, 0.3);
}
.hover\:bg-brand-web-card-grey\/40:hover {
  background-color: hsla(75, 5%, 85%, 0.4);
}
.hover\:bg-brand-web-card-grey\/5:hover {
  background-color: hsla(75, 5%, 85%, 0.05);
}
.hover\:bg-brand-web-card-grey\/50:hover {
  background-color: hsla(75, 5%, 85%, 0.5);
}
.hover\:bg-brand-web-card-grey\/60:hover {
  background-color: hsla(75, 5%, 85%, 0.6);
}
.hover\:bg-brand-web-card-grey\/70:hover {
  background-color: hsla(75, 5%, 85%, 0.7);
}
.hover\:bg-brand-web-card-grey\/75:hover {
  background-color: hsla(75, 5%, 85%, 0.75);
}
.hover\:bg-brand-web-card-grey\/80:hover {
  background-color: hsla(75, 5%, 85%, 0.8);
}
.hover\:bg-brand-web-card-grey\/90:hover {
  background-color: hsla(75, 5%, 85%, 0.9);
}
.hover\:bg-brand-web-card-grey\/95:hover {
  background-color: hsla(75, 5%, 85%, 0.95);
}
.hover\:bg-brand-web-fresh-mint:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 242 211 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-fresh-mint\/0:hover {
  background-color: rgba(39, 242, 211, 0);
}
.hover\:bg-brand-web-fresh-mint\/10:hover {
  background-color: rgba(39, 242, 211, 0.1);
}
.hover\:bg-brand-web-fresh-mint\/100:hover {
  background-color: #27f2d3;
}
.hover\:bg-brand-web-fresh-mint\/20:hover {
  background-color: rgba(39, 242, 211, 0.2);
}
.hover\:bg-brand-web-fresh-mint\/25:hover {
  background-color: rgba(39, 242, 211, 0.25);
}
.hover\:bg-brand-web-fresh-mint\/30:hover {
  background-color: rgba(39, 242, 211, 0.3);
}
.hover\:bg-brand-web-fresh-mint\/40:hover {
  background-color: rgba(39, 242, 211, 0.4);
}
.hover\:bg-brand-web-fresh-mint\/5:hover {
  background-color: rgba(39, 242, 211, 0.05);
}
.hover\:bg-brand-web-fresh-mint\/50:hover {
  background-color: rgba(39, 242, 211, 0.5);
}
.hover\:bg-brand-web-fresh-mint\/60:hover {
  background-color: rgba(39, 242, 211, 0.6);
}
.hover\:bg-brand-web-fresh-mint\/70:hover {
  background-color: rgba(39, 242, 211, 0.7);
}
.hover\:bg-brand-web-fresh-mint\/75:hover {
  background-color: rgba(39, 242, 211, 0.75);
}
.hover\:bg-brand-web-fresh-mint\/80:hover {
  background-color: rgba(39, 242, 211, 0.8);
}
.hover\:bg-brand-web-fresh-mint\/90:hover {
  background-color: rgba(39, 242, 211, 0.9);
}
.hover\:bg-brand-web-fresh-mint\/95:hover {
  background-color: rgba(39, 242, 211, 0.95);
}
.hover\:bg-brand-web-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 229 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-grey-200\/0:hover {
  background-color: hsla(225, 7%, 89%, 0);
}
.hover\:bg-brand-web-grey-200\/10:hover {
  background-color: hsla(225, 7%, 89%, 0.1);
}
.hover\:bg-brand-web-grey-200\/100:hover {
  background-color: #e1e2e5;
}
.hover\:bg-brand-web-grey-200\/20:hover {
  background-color: hsla(225, 7%, 89%, 0.2);
}
.hover\:bg-brand-web-grey-200\/25:hover {
  background-color: hsla(225, 7%, 89%, 0.25);
}
.hover\:bg-brand-web-grey-200\/30:hover {
  background-color: hsla(225, 7%, 89%, 0.3);
}
.hover\:bg-brand-web-grey-200\/40:hover {
  background-color: hsla(225, 7%, 89%, 0.4);
}
.hover\:bg-brand-web-grey-200\/5:hover {
  background-color: hsla(225, 7%, 89%, 0.05);
}
.hover\:bg-brand-web-grey-200\/50:hover {
  background-color: hsla(225, 7%, 89%, 0.5);
}
.hover\:bg-brand-web-grey-200\/60:hover {
  background-color: hsla(225, 7%, 89%, 0.6);
}
.hover\:bg-brand-web-grey-200\/70:hover {
  background-color: hsla(225, 7%, 89%, 0.7);
}
.hover\:bg-brand-web-grey-200\/75:hover {
  background-color: hsla(225, 7%, 89%, 0.75);
}
.hover\:bg-brand-web-grey-200\/80:hover {
  background-color: hsla(225, 7%, 89%, 0.8);
}
.hover\:bg-brand-web-grey-200\/90:hover {
  background-color: hsla(225, 7%, 89%, 0.9);
}
.hover\:bg-brand-web-grey-200\/95:hover {
  background-color: hsla(225, 7%, 89%, 0.95);
}
.hover\:bg-brand-web-grey-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-grey-300\/0:hover {
  background-color: hsla(0, 0%, 45%, 0);
}
.hover\:bg-brand-web-grey-300\/10:hover {
  background-color: hsla(0, 0%, 45%, 0.1);
}
.hover\:bg-brand-web-grey-300\/100:hover {
  background-color: #737373;
}
.hover\:bg-brand-web-grey-300\/20:hover {
  background-color: hsla(0, 0%, 45%, 0.2);
}
.hover\:bg-brand-web-grey-300\/25:hover {
  background-color: hsla(0, 0%, 45%, 0.25);
}
.hover\:bg-brand-web-grey-300\/30:hover {
  background-color: hsla(0, 0%, 45%, 0.3);
}
.hover\:bg-brand-web-grey-300\/40:hover {
  background-color: hsla(0, 0%, 45%, 0.4);
}
.hover\:bg-brand-web-grey-300\/5:hover {
  background-color: hsla(0, 0%, 45%, 0.05);
}
.hover\:bg-brand-web-grey-300\/50:hover {
  background-color: hsla(0, 0%, 45%, 0.5);
}
.hover\:bg-brand-web-grey-300\/60:hover {
  background-color: hsla(0, 0%, 45%, 0.6);
}
.hover\:bg-brand-web-grey-300\/70:hover {
  background-color: hsla(0, 0%, 45%, 0.7);
}
.hover\:bg-brand-web-grey-300\/75:hover {
  background-color: hsla(0, 0%, 45%, 0.75);
}
.hover\:bg-brand-web-grey-300\/80:hover {
  background-color: hsla(0, 0%, 45%, 0.8);
}
.hover\:bg-brand-web-grey-300\/90:hover {
  background-color: hsla(0, 0%, 45%, 0.9);
}
.hover\:bg-brand-web-grey-300\/95:hover {
  background-color: hsla(0, 0%, 45%, 0.95);
}
.hover\:bg-brand-web-grey-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-grey-500\/0:hover {
  background-color: rgba(85, 85, 85, 0);
}
.hover\:bg-brand-web-grey-500\/10:hover {
  background-color: rgba(85, 85, 85, 0.1);
}
.hover\:bg-brand-web-grey-500\/100:hover {
  background-color: #555;
}
.hover\:bg-brand-web-grey-500\/20:hover {
  background-color: rgba(85, 85, 85, 0.2);
}
.hover\:bg-brand-web-grey-500\/25:hover {
  background-color: rgba(85, 85, 85, 0.25);
}
.hover\:bg-brand-web-grey-500\/30:hover {
  background-color: rgba(85, 85, 85, 0.3);
}
.hover\:bg-brand-web-grey-500\/40:hover {
  background-color: rgba(85, 85, 85, 0.4);
}
.hover\:bg-brand-web-grey-500\/5:hover {
  background-color: rgba(85, 85, 85, 0.05);
}
.hover\:bg-brand-web-grey-500\/50:hover {
  background-color: rgba(85, 85, 85, 0.5);
}
.hover\:bg-brand-web-grey-500\/60:hover {
  background-color: rgba(85, 85, 85, 0.6);
}
.hover\:bg-brand-web-grey-500\/70:hover {
  background-color: rgba(85, 85, 85, 0.7);
}
.hover\:bg-brand-web-grey-500\/75:hover {
  background-color: rgba(85, 85, 85, 0.75);
}
.hover\:bg-brand-web-grey-500\/80:hover {
  background-color: rgba(85, 85, 85, 0.8);
}
.hover\:bg-brand-web-grey-500\/90:hover {
  background-color: rgba(85, 85, 85, 0.9);
}
.hover\:bg-brand-web-grey-500\/95:hover {
  background-color: rgba(85, 85, 85, 0.95);
}
.hover\:bg-brand-web-lbc-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 112 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-lbc-blue\/0:hover {
  background-color: rgba(0, 64, 112, 0);
}
.hover\:bg-brand-web-lbc-blue\/10:hover {
  background-color: rgba(0, 64, 112, 0.1);
}
.hover\:bg-brand-web-lbc-blue\/100:hover {
  background-color: #004070;
}
.hover\:bg-brand-web-lbc-blue\/20:hover {
  background-color: rgba(0, 64, 112, 0.2);
}
.hover\:bg-brand-web-lbc-blue\/25:hover {
  background-color: rgba(0, 64, 112, 0.25);
}
.hover\:bg-brand-web-lbc-blue\/30:hover {
  background-color: rgba(0, 64, 112, 0.3);
}
.hover\:bg-brand-web-lbc-blue\/40:hover {
  background-color: rgba(0, 64, 112, 0.4);
}
.hover\:bg-brand-web-lbc-blue\/5:hover {
  background-color: rgba(0, 64, 112, 0.05);
}
.hover\:bg-brand-web-lbc-blue\/50:hover {
  background-color: rgba(0, 64, 112, 0.5);
}
.hover\:bg-brand-web-lbc-blue\/60:hover {
  background-color: rgba(0, 64, 112, 0.6);
}
.hover\:bg-brand-web-lbc-blue\/70:hover {
  background-color: rgba(0, 64, 112, 0.7);
}
.hover\:bg-brand-web-lbc-blue\/75:hover {
  background-color: rgba(0, 64, 112, 0.75);
}
.hover\:bg-brand-web-lbc-blue\/80:hover {
  background-color: rgba(0, 64, 112, 0.8);
}
.hover\:bg-brand-web-lbc-blue\/90:hover {
  background-color: rgba(0, 64, 112, 0.9);
}
.hover\:bg-brand-web-lbc-blue\/95:hover {
  background-color: rgba(0, 64, 112, 0.95);
}
.hover\:bg-brand-web-lbc-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 184 18 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-lbc-gold\/0:hover {
  background-color: rgba(253, 184, 18, 0);
}
.hover\:bg-brand-web-lbc-gold\/10:hover {
  background-color: rgba(253, 184, 18, 0.1);
}
.hover\:bg-brand-web-lbc-gold\/100:hover {
  background-color: #fdb812;
}
.hover\:bg-brand-web-lbc-gold\/20:hover {
  background-color: rgba(253, 184, 18, 0.2);
}
.hover\:bg-brand-web-lbc-gold\/25:hover {
  background-color: rgba(253, 184, 18, 0.25);
}
.hover\:bg-brand-web-lbc-gold\/30:hover {
  background-color: rgba(253, 184, 18, 0.3);
}
.hover\:bg-brand-web-lbc-gold\/40:hover {
  background-color: rgba(253, 184, 18, 0.4);
}
.hover\:bg-brand-web-lbc-gold\/5:hover {
  background-color: rgba(253, 184, 18, 0.05);
}
.hover\:bg-brand-web-lbc-gold\/50:hover {
  background-color: rgba(253, 184, 18, 0.5);
}
.hover\:bg-brand-web-lbc-gold\/60:hover {
  background-color: rgba(253, 184, 18, 0.6);
}
.hover\:bg-brand-web-lbc-gold\/70:hover {
  background-color: rgba(253, 184, 18, 0.7);
}
.hover\:bg-brand-web-lbc-gold\/75:hover {
  background-color: rgba(253, 184, 18, 0.75);
}
.hover\:bg-brand-web-lbc-gold\/80:hover {
  background-color: rgba(253, 184, 18, 0.8);
}
.hover\:bg-brand-web-lbc-gold\/90:hover {
  background-color: rgba(253, 184, 18, 0.9);
}
.hover\:bg-brand-web-lbc-gold\/95:hover {
  background-color: rgba(253, 184, 18, 0.95);
}
.hover\:bg-brand-web-raspberry:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 13 66 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-raspberry\/0:hover {
  background-color: rgba(224, 13, 66, 0);
}
.hover\:bg-brand-web-raspberry\/10:hover {
  background-color: rgba(224, 13, 66, 0.1);
}
.hover\:bg-brand-web-raspberry\/100:hover {
  background-color: #e00d42;
}
.hover\:bg-brand-web-raspberry\/20:hover {
  background-color: rgba(224, 13, 66, 0.2);
}
.hover\:bg-brand-web-raspberry\/25:hover {
  background-color: rgba(224, 13, 66, 0.25);
}
.hover\:bg-brand-web-raspberry\/30:hover {
  background-color: rgba(224, 13, 66, 0.3);
}
.hover\:bg-brand-web-raspberry\/40:hover {
  background-color: rgba(224, 13, 66, 0.4);
}
.hover\:bg-brand-web-raspberry\/5:hover {
  background-color: rgba(224, 13, 66, 0.05);
}
.hover\:bg-brand-web-raspberry\/50:hover {
  background-color: rgba(224, 13, 66, 0.5);
}
.hover\:bg-brand-web-raspberry\/60:hover {
  background-color: rgba(224, 13, 66, 0.6);
}
.hover\:bg-brand-web-raspberry\/70:hover {
  background-color: rgba(224, 13, 66, 0.7);
}
.hover\:bg-brand-web-raspberry\/75:hover {
  background-color: rgba(224, 13, 66, 0.75);
}
.hover\:bg-brand-web-raspberry\/80:hover {
  background-color: rgba(224, 13, 66, 0.8);
}
.hover\:bg-brand-web-raspberry\/90:hover {
  background-color: rgba(224, 13, 66, 0.9);
}
.hover\:bg-brand-web-raspberry\/95:hover {
  background-color: rgba(224, 13, 66, 0.95);
}
.hover\:bg-brand-web-text-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-text-grey\/0:hover {
  background-color: rgba(34, 34, 34, 0);
}
.hover\:bg-brand-web-text-grey\/10:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
.hover\:bg-brand-web-text-grey\/100:hover {
  background-color: #222;
}
.hover\:bg-brand-web-text-grey\/20:hover {
  background-color: rgba(34, 34, 34, 0.2);
}
.hover\:bg-brand-web-text-grey\/25:hover {
  background-color: rgba(34, 34, 34, 0.25);
}
.hover\:bg-brand-web-text-grey\/30:hover {
  background-color: rgba(34, 34, 34, 0.3);
}
.hover\:bg-brand-web-text-grey\/40:hover {
  background-color: rgba(34, 34, 34, 0.4);
}
.hover\:bg-brand-web-text-grey\/5:hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.hover\:bg-brand-web-text-grey\/50:hover {
  background-color: rgba(34, 34, 34, 0.5);
}
.hover\:bg-brand-web-text-grey\/60:hover {
  background-color: rgba(34, 34, 34, 0.6);
}
.hover\:bg-brand-web-text-grey\/70:hover {
  background-color: rgba(34, 34, 34, 0.7);
}
.hover\:bg-brand-web-text-grey\/75:hover {
  background-color: rgba(34, 34, 34, 0.75);
}
.hover\:bg-brand-web-text-grey\/80:hover {
  background-color: rgba(34, 34, 34, 0.8);
}
.hover\:bg-brand-web-text-grey\/90:hover {
  background-color: rgba(34, 34, 34, 0.9);
}
.hover\:bg-brand-web-text-grey\/95:hover {
  background-color: rgba(34, 34, 34, 0.95);
}
.hover\:bg-brand-web-text-light-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-text-light-grey\/0:hover {
  background-color: hsla(0, 0%, 50%, 0);
}
.hover\:bg-brand-web-text-light-grey\/10:hover {
  background-color: hsla(0, 0%, 50%, 0.1);
}
.hover\:bg-brand-web-text-light-grey\/100:hover {
  background-color: grey;
}
.hover\:bg-brand-web-text-light-grey\/20:hover {
  background-color: hsla(0, 0%, 50%, 0.2);
}
.hover\:bg-brand-web-text-light-grey\/25:hover {
  background-color: hsla(0, 0%, 50%, 0.25);
}
.hover\:bg-brand-web-text-light-grey\/30:hover {
  background-color: hsla(0, 0%, 50%, 0.3);
}
.hover\:bg-brand-web-text-light-grey\/40:hover {
  background-color: hsla(0, 0%, 50%, 0.4);
}
.hover\:bg-brand-web-text-light-grey\/5:hover {
  background-color: hsla(0, 0%, 50%, 0.05);
}
.hover\:bg-brand-web-text-light-grey\/50:hover {
  background-color: hsla(0, 0%, 50%, 0.5);
}
.hover\:bg-brand-web-text-light-grey\/60:hover {
  background-color: hsla(0, 0%, 50%, 0.6);
}
.hover\:bg-brand-web-text-light-grey\/70:hover {
  background-color: hsla(0, 0%, 50%, 0.7);
}
.hover\:bg-brand-web-text-light-grey\/75:hover {
  background-color: hsla(0, 0%, 50%, 0.75);
}
.hover\:bg-brand-web-text-light-grey\/80:hover {
  background-color: hsla(0, 0%, 50%, 0.8);
}
.hover\:bg-brand-web-text-light-grey\/90:hover {
  background-color: hsla(0, 0%, 50%, 0.9);
}
.hover\:bg-brand-web-text-light-grey\/95:hover {
  background-color: hsla(0, 0%, 50%, 0.95);
}
.hover\:bg-brand-web-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-brand-web-white\/0:hover {
  background-color: hsla(0, 0%, 100%, 0);
}
.hover\:bg-brand-web-white\/10:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.hover\:bg-brand-web-white\/100:hover {
  background-color: #fff;
}
.hover\:bg-brand-web-white\/20:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.hover\:bg-brand-web-white\/25:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.hover\:bg-brand-web-white\/30:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.hover\:bg-brand-web-white\/40:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.hover\:bg-brand-web-white\/5:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.hover\:bg-brand-web-white\/50:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.hover\:bg-brand-web-white\/60:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.hover\:bg-brand-web-white\/70:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.hover\:bg-brand-web-white\/75:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}
.hover\:bg-brand-web-white\/80:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.hover\:bg-brand-web-white\/90:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.hover\:bg-brand-web-white\/95:hover {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 10 51 / var(--tw-bg-opacity));
}
.hover\:bg-error-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 240 / var(--tw-bg-opacity));
}
.hover\:bg-error-light\/0:hover {
  background-color: rgba(254, 236, 240, 0);
}
.hover\:bg-error-light\/10:hover {
  background-color: rgba(254, 236, 240, 0.1);
}
.hover\:bg-error-light\/100:hover {
  background-color: #feecf0;
}
.hover\:bg-error-light\/20:hover {
  background-color: rgba(254, 236, 240, 0.2);
}
.hover\:bg-error-light\/25:hover {
  background-color: rgba(254, 236, 240, 0.25);
}
.hover\:bg-error-light\/30:hover {
  background-color: rgba(254, 236, 240, 0.3);
}
.hover\:bg-error-light\/40:hover {
  background-color: rgba(254, 236, 240, 0.4);
}
.hover\:bg-error-light\/5:hover {
  background-color: rgba(254, 236, 240, 0.05);
}
.hover\:bg-error-light\/50:hover {
  background-color: rgba(254, 236, 240, 0.5);
}
.hover\:bg-error-light\/60:hover {
  background-color: rgba(254, 236, 240, 0.6);
}
.hover\:bg-error-light\/70:hover {
  background-color: rgba(254, 236, 240, 0.7);
}
.hover\:bg-error-light\/75:hover {
  background-color: rgba(254, 236, 240, 0.75);
}
.hover\:bg-error-light\/80:hover {
  background-color: rgba(254, 236, 240, 0.8);
}
.hover\:bg-error-light\/90:hover {
  background-color: rgba(254, 236, 240, 0.9);
}
.hover\:bg-error-light\/95:hover {
  background-color: rgba(254, 236, 240, 0.95);
}
.hover\:bg-error\/0:hover {
  background-color: rgba(174, 10, 51, 0);
}
.hover\:bg-error\/10:hover {
  background-color: rgba(174, 10, 51, 0.1);
}
.hover\:bg-error\/100:hover {
  background-color: #ae0a33;
}
.hover\:bg-error\/20:hover {
  background-color: rgba(174, 10, 51, 0.2);
}
.hover\:bg-error\/25:hover {
  background-color: rgba(174, 10, 51, 0.25);
}
.hover\:bg-error\/30:hover {
  background-color: rgba(174, 10, 51, 0.3);
}
.hover\:bg-error\/40:hover {
  background-color: rgba(174, 10, 51, 0.4);
}
.hover\:bg-error\/5:hover {
  background-color: rgba(174, 10, 51, 0.05);
}
.hover\:bg-error\/50:hover {
  background-color: rgba(174, 10, 51, 0.5);
}
.hover\:bg-error\/60:hover {
  background-color: rgba(174, 10, 51, 0.6);
}
.hover\:bg-error\/70:hover {
  background-color: rgba(174, 10, 51, 0.7);
}
.hover\:bg-error\/75:hover {
  background-color: rgba(174, 10, 51, 0.75);
}
.hover\:bg-error\/80:hover {
  background-color: rgba(174, 10, 51, 0.8);
}
.hover\:bg-error\/90:hover {
  background-color: rgba(174, 10, 51, 0.9);
}
.hover\:bg-error\/95:hover {
  background-color: rgba(174, 10, 51, 0.95);
}
.hover\:bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 197 254 / var(--tw-bg-opacity));
}
.hover\:bg-hover\/0:hover {
  background-color: rgba(122, 197, 254, 0);
}
.hover\:bg-hover\/10:hover {
  background-color: rgba(122, 197, 254, 0.1);
}
.hover\:bg-hover\/100:hover {
  background-color: #7ac5fe;
}
.hover\:bg-hover\/20:hover {
  background-color: rgba(122, 197, 254, 0.2);
}
.hover\:bg-hover\/25:hover {
  background-color: rgba(122, 197, 254, 0.25);
}
.hover\:bg-hover\/30:hover {
  background-color: rgba(122, 197, 254, 0.3);
}
.hover\:bg-hover\/40:hover {
  background-color: rgba(122, 197, 254, 0.4);
}
.hover\:bg-hover\/5:hover {
  background-color: rgba(122, 197, 254, 0.05);
}
.hover\:bg-hover\/50:hover {
  background-color: rgba(122, 197, 254, 0.5);
}
.hover\:bg-hover\/60:hover {
  background-color: rgba(122, 197, 254, 0.6);
}
.hover\:bg-hover\/70:hover {
  background-color: rgba(122, 197, 254, 0.7);
}
.hover\:bg-hover\/75:hover {
  background-color: rgba(122, 197, 254, 0.75);
}
.hover\:bg-hover\/80:hover {
  background-color: rgba(122, 197, 254, 0.8);
}
.hover\:bg-hover\/90:hover {
  background-color: rgba(122, 197, 254, 0.9);
}
.hover\:bg-hover\/95:hover {
  background-color: rgba(122, 197, 254, 0.95);
}
.hover\:bg-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 143 / var(--tw-bg-opacity));
}
.hover\:bg-info-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity));
}
.hover\:bg-info-light\/0:hover {
  background-color: rgba(235, 246, 255, 0);
}
.hover\:bg-info-light\/10:hover {
  background-color: rgba(235, 246, 255, 0.1);
}
.hover\:bg-info-light\/100:hover {
  background-color: #ebf6ff;
}
.hover\:bg-info-light\/20:hover {
  background-color: rgba(235, 246, 255, 0.2);
}
.hover\:bg-info-light\/25:hover {
  background-color: rgba(235, 246, 255, 0.25);
}
.hover\:bg-info-light\/30:hover {
  background-color: rgba(235, 246, 255, 0.3);
}
.hover\:bg-info-light\/40:hover {
  background-color: rgba(235, 246, 255, 0.4);
}
.hover\:bg-info-light\/5:hover {
  background-color: rgba(235, 246, 255, 0.05);
}
.hover\:bg-info-light\/50:hover {
  background-color: rgba(235, 246, 255, 0.5);
}
.hover\:bg-info-light\/60:hover {
  background-color: rgba(235, 246, 255, 0.6);
}
.hover\:bg-info-light\/70:hover {
  background-color: rgba(235, 246, 255, 0.7);
}
.hover\:bg-info-light\/75:hover {
  background-color: rgba(235, 246, 255, 0.75);
}
.hover\:bg-info-light\/80:hover {
  background-color: rgba(235, 246, 255, 0.8);
}
.hover\:bg-info-light\/90:hover {
  background-color: rgba(235, 246, 255, 0.9);
}
.hover\:bg-info-light\/95:hover {
  background-color: rgba(235, 246, 255, 0.95);
}
.hover\:bg-info\/0:hover {
  background-color: rgba(0, 81, 143, 0);
}
.hover\:bg-info\/10:hover {
  background-color: rgba(0, 81, 143, 0.1);
}
.hover\:bg-info\/100:hover {
  background-color: #00518f;
}
.hover\:bg-info\/20:hover {
  background-color: rgba(0, 81, 143, 0.2);
}
.hover\:bg-info\/25:hover {
  background-color: rgba(0, 81, 143, 0.25);
}
.hover\:bg-info\/30:hover {
  background-color: rgba(0, 81, 143, 0.3);
}
.hover\:bg-info\/40:hover {
  background-color: rgba(0, 81, 143, 0.4);
}
.hover\:bg-info\/5:hover {
  background-color: rgba(0, 81, 143, 0.05);
}
.hover\:bg-info\/50:hover {
  background-color: rgba(0, 81, 143, 0.5);
}
.hover\:bg-info\/60:hover {
  background-color: rgba(0, 81, 143, 0.6);
}
.hover\:bg-info\/70:hover {
  background-color: rgba(0, 81, 143, 0.7);
}
.hover\:bg-info\/75:hover {
  background-color: rgba(0, 81, 143, 0.75);
}
.hover\:bg-info\/80:hover {
  background-color: rgba(0, 81, 143, 0.8);
}
.hover\:bg-info\/90:hover {
  background-color: rgba(0, 81, 143, 0.9);
}
.hover\:bg-info\/95:hover {
  background-color: rgba(0, 81, 143, 0.95);
}
.hover\:bg-lbc-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 213 252 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-blue-100\/0:hover {
  background-color: rgba(159, 213, 252, 0);
}
.hover\:bg-lbc-blue-100\/10:hover {
  background-color: rgba(159, 213, 252, 0.1);
}
.hover\:bg-lbc-blue-100\/100:hover {
  background-color: #9fd5fc;
}
.hover\:bg-lbc-blue-100\/20:hover {
  background-color: rgba(159, 213, 252, 0.2);
}
.hover\:bg-lbc-blue-100\/25:hover {
  background-color: rgba(159, 213, 252, 0.25);
}
.hover\:bg-lbc-blue-100\/30:hover {
  background-color: rgba(159, 213, 252, 0.3);
}
.hover\:bg-lbc-blue-100\/40:hover {
  background-color: rgba(159, 213, 252, 0.4);
}
.hover\:bg-lbc-blue-100\/5:hover {
  background-color: rgba(159, 213, 252, 0.05);
}
.hover\:bg-lbc-blue-100\/50:hover {
  background-color: rgba(159, 213, 252, 0.5);
}
.hover\:bg-lbc-blue-100\/60:hover {
  background-color: rgba(159, 213, 252, 0.6);
}
.hover\:bg-lbc-blue-100\/70:hover {
  background-color: rgba(159, 213, 252, 0.7);
}
.hover\:bg-lbc-blue-100\/75:hover {
  background-color: rgba(159, 213, 252, 0.75);
}
.hover\:bg-lbc-blue-100\/80:hover {
  background-color: rgba(159, 213, 252, 0.8);
}
.hover\:bg-lbc-blue-100\/90:hover {
  background-color: rgba(159, 213, 252, 0.9);
}
.hover\:bg-lbc-blue-100\/95:hover {
  background-color: rgba(159, 213, 252, 0.95);
}
.hover\:bg-lbc-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(111 179 231 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-blue-200\/0:hover {
  background-color: rgba(111, 179, 231, 0);
}
.hover\:bg-lbc-blue-200\/10:hover {
  background-color: rgba(111, 179, 231, 0.1);
}
.hover\:bg-lbc-blue-200\/100:hover {
  background-color: #6fb3e7;
}
.hover\:bg-lbc-blue-200\/20:hover {
  background-color: rgba(111, 179, 231, 0.2);
}
.hover\:bg-lbc-blue-200\/25:hover {
  background-color: rgba(111, 179, 231, 0.25);
}
.hover\:bg-lbc-blue-200\/30:hover {
  background-color: rgba(111, 179, 231, 0.3);
}
.hover\:bg-lbc-blue-200\/40:hover {
  background-color: rgba(111, 179, 231, 0.4);
}
.hover\:bg-lbc-blue-200\/5:hover {
  background-color: rgba(111, 179, 231, 0.05);
}
.hover\:bg-lbc-blue-200\/50:hover {
  background-color: rgba(111, 179, 231, 0.5);
}
.hover\:bg-lbc-blue-200\/60:hover {
  background-color: rgba(111, 179, 231, 0.6);
}
.hover\:bg-lbc-blue-200\/70:hover {
  background-color: rgba(111, 179, 231, 0.7);
}
.hover\:bg-lbc-blue-200\/75:hover {
  background-color: rgba(111, 179, 231, 0.75);
}
.hover\:bg-lbc-blue-200\/80:hover {
  background-color: rgba(111, 179, 231, 0.8);
}
.hover\:bg-lbc-blue-200\/90:hover {
  background-color: rgba(111, 179, 231, 0.9);
}
.hover\:bg-lbc-blue-200\/95:hover {
  background-color: rgba(111, 179, 231, 0.95);
}
.hover\:bg-lbc-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 236 253 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-blue-50\/0:hover {
  background-color: rgba(216, 236, 253, 0);
}
.hover\:bg-lbc-blue-50\/10:hover {
  background-color: rgba(216, 236, 253, 0.1);
}
.hover\:bg-lbc-blue-50\/100:hover {
  background-color: #d8ecfd;
}
.hover\:bg-lbc-blue-50\/20:hover {
  background-color: rgba(216, 236, 253, 0.2);
}
.hover\:bg-lbc-blue-50\/25:hover {
  background-color: rgba(216, 236, 253, 0.25);
}
.hover\:bg-lbc-blue-50\/30:hover {
  background-color: rgba(216, 236, 253, 0.3);
}
.hover\:bg-lbc-blue-50\/40:hover {
  background-color: rgba(216, 236, 253, 0.4);
}
.hover\:bg-lbc-blue-50\/5:hover {
  background-color: rgba(216, 236, 253, 0.05);
}
.hover\:bg-lbc-blue-50\/50:hover {
  background-color: rgba(216, 236, 253, 0.5);
}
.hover\:bg-lbc-blue-50\/60:hover {
  background-color: rgba(216, 236, 253, 0.6);
}
.hover\:bg-lbc-blue-50\/70:hover {
  background-color: rgba(216, 236, 253, 0.7);
}
.hover\:bg-lbc-blue-50\/75:hover {
  background-color: rgba(216, 236, 253, 0.75);
}
.hover\:bg-lbc-blue-50\/80:hover {
  background-color: rgba(216, 236, 253, 0.8);
}
.hover\:bg-lbc-blue-50\/90:hover {
  background-color: rgba(216, 236, 253, 0.9);
}
.hover\:bg-lbc-blue-50\/95:hover {
  background-color: rgba(216, 236, 253, 0.95);
}
.hover\:bg-lbc-gold-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 158 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-gold-100\/0:hover {
  background-color: rgba(255, 238, 158, 0);
}
.hover\:bg-lbc-gold-100\/10:hover {
  background-color: rgba(255, 238, 158, 0.1);
}
.hover\:bg-lbc-gold-100\/100:hover {
  background-color: #ffee9e;
}
.hover\:bg-lbc-gold-100\/20:hover {
  background-color: rgba(255, 238, 158, 0.2);
}
.hover\:bg-lbc-gold-100\/25:hover {
  background-color: rgba(255, 238, 158, 0.25);
}
.hover\:bg-lbc-gold-100\/30:hover {
  background-color: rgba(255, 238, 158, 0.3);
}
.hover\:bg-lbc-gold-100\/40:hover {
  background-color: rgba(255, 238, 158, 0.4);
}
.hover\:bg-lbc-gold-100\/5:hover {
  background-color: rgba(255, 238, 158, 0.05);
}
.hover\:bg-lbc-gold-100\/50:hover {
  background-color: rgba(255, 238, 158, 0.5);
}
.hover\:bg-lbc-gold-100\/60:hover {
  background-color: rgba(255, 238, 158, 0.6);
}
.hover\:bg-lbc-gold-100\/70:hover {
  background-color: rgba(255, 238, 158, 0.7);
}
.hover\:bg-lbc-gold-100\/75:hover {
  background-color: rgba(255, 238, 158, 0.75);
}
.hover\:bg-lbc-gold-100\/80:hover {
  background-color: rgba(255, 238, 158, 0.8);
}
.hover\:bg-lbc-gold-100\/90:hover {
  background-color: rgba(255, 238, 158, 0.9);
}
.hover\:bg-lbc-gold-100\/95:hover {
  background-color: rgba(255, 238, 158, 0.95);
}
.hover\:bg-lbc-gold-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 220 102 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-gold-200\/0:hover {
  background-color: hsla(47, 99%, 70%, 0);
}
.hover\:bg-lbc-gold-200\/10:hover {
  background-color: hsla(47, 99%, 70%, 0.1);
}
.hover\:bg-lbc-gold-200\/100:hover {
  background-color: #fedc66;
}
.hover\:bg-lbc-gold-200\/20:hover {
  background-color: hsla(47, 99%, 70%, 0.2);
}
.hover\:bg-lbc-gold-200\/25:hover {
  background-color: hsla(47, 99%, 70%, 0.25);
}
.hover\:bg-lbc-gold-200\/30:hover {
  background-color: hsla(47, 99%, 70%, 0.3);
}
.hover\:bg-lbc-gold-200\/40:hover {
  background-color: hsla(47, 99%, 70%, 0.4);
}
.hover\:bg-lbc-gold-200\/5:hover {
  background-color: hsla(47, 99%, 70%, 0.05);
}
.hover\:bg-lbc-gold-200\/50:hover {
  background-color: hsla(47, 99%, 70%, 0.5);
}
.hover\:bg-lbc-gold-200\/60:hover {
  background-color: hsla(47, 99%, 70%, 0.6);
}
.hover\:bg-lbc-gold-200\/70:hover {
  background-color: hsla(47, 99%, 70%, 0.7);
}
.hover\:bg-lbc-gold-200\/75:hover {
  background-color: hsla(47, 99%, 70%, 0.75);
}
.hover\:bg-lbc-gold-200\/80:hover {
  background-color: hsla(47, 99%, 70%, 0.8);
}
.hover\:bg-lbc-gold-200\/90:hover {
  background-color: hsla(47, 99%, 70%, 0.9);
}
.hover\:bg-lbc-gold-200\/95:hover {
  background-color: hsla(47, 99%, 70%, 0.95);
}
.hover\:bg-lbc-mint-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 255 236 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-mint-100\/0:hover {
  background-color: rgba(126, 255, 236, 0);
}
.hover\:bg-lbc-mint-100\/10:hover {
  background-color: rgba(126, 255, 236, 0.1);
}
.hover\:bg-lbc-mint-100\/100:hover {
  background-color: #7effec;
}
.hover\:bg-lbc-mint-100\/20:hover {
  background-color: rgba(126, 255, 236, 0.2);
}
.hover\:bg-lbc-mint-100\/25:hover {
  background-color: rgba(126, 255, 236, 0.25);
}
.hover\:bg-lbc-mint-100\/30:hover {
  background-color: rgba(126, 255, 236, 0.3);
}
.hover\:bg-lbc-mint-100\/40:hover {
  background-color: rgba(126, 255, 236, 0.4);
}
.hover\:bg-lbc-mint-100\/5:hover {
  background-color: rgba(126, 255, 236, 0.05);
}
.hover\:bg-lbc-mint-100\/50:hover {
  background-color: rgba(126, 255, 236, 0.5);
}
.hover\:bg-lbc-mint-100\/60:hover {
  background-color: rgba(126, 255, 236, 0.6);
}
.hover\:bg-lbc-mint-100\/70:hover {
  background-color: rgba(126, 255, 236, 0.7);
}
.hover\:bg-lbc-mint-100\/75:hover {
  background-color: rgba(126, 255, 236, 0.75);
}
.hover\:bg-lbc-mint-100\/80:hover {
  background-color: rgba(126, 255, 236, 0.8);
}
.hover\:bg-lbc-mint-100\/90:hover {
  background-color: rgba(126, 255, 236, 0.9);
}
.hover\:bg-lbc-mint-100\/95:hover {
  background-color: rgba(126, 255, 236, 0.95);
}
.hover\:bg-lbc-mint-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 215 184 / var(--tw-bg-opacity));
}
.hover\:bg-lbc-mint-300\/0:hover {
  background-color: rgba(10, 215, 184, 0);
}
.hover\:bg-lbc-mint-300\/10:hover {
  background-color: rgba(10, 215, 184, 0.1);
}
.hover\:bg-lbc-mint-300\/100:hover {
  background-color: #0ad7b8;
}
.hover\:bg-lbc-mint-300\/20:hover {
  background-color: rgba(10, 215, 184, 0.2);
}
.hover\:bg-lbc-mint-300\/25:hover {
  background-color: rgba(10, 215, 184, 0.25);
}
.hover\:bg-lbc-mint-300\/30:hover {
  background-color: rgba(10, 215, 184, 0.3);
}
.hover\:bg-lbc-mint-300\/40:hover {
  background-color: rgba(10, 215, 184, 0.4);
}
.hover\:bg-lbc-mint-300\/5:hover {
  background-color: rgba(10, 215, 184, 0.05);
}
.hover\:bg-lbc-mint-300\/50:hover {
  background-color: rgba(10, 215, 184, 0.5);
}
.hover\:bg-lbc-mint-300\/60:hover {
  background-color: rgba(10, 215, 184, 0.6);
}
.hover\:bg-lbc-mint-300\/70:hover {
  background-color: rgba(10, 215, 184, 0.7);
}
.hover\:bg-lbc-mint-300\/75:hover {
  background-color: rgba(10, 215, 184, 0.75);
}
.hover\:bg-lbc-mint-300\/80:hover {
  background-color: rgba(10, 215, 184, 0.8);
}
.hover\:bg-lbc-mint-300\/90:hover {
  background-color: rgba(10, 215, 184, 0.9);
}
.hover\:bg-lbc-mint-300\/95:hover {
  background-color: rgba(10, 215, 184, 0.95);
}
.hover\:bg-selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 135 / var(--tw-bg-opacity));
}
.hover\:bg-selected\/0:hover {
  background-color: hsla(49, 98%, 76%, 0);
}
.hover\:bg-selected\/10:hover {
  background-color: hsla(49, 98%, 76%, 0.1);
}
.hover\:bg-selected\/100:hover {
  background-color: #fee987;
}
.hover\:bg-selected\/20:hover {
  background-color: hsla(49, 98%, 76%, 0.2);
}
.hover\:bg-selected\/25:hover {
  background-color: hsla(49, 98%, 76%, 0.25);
}
.hover\:bg-selected\/30:hover {
  background-color: hsla(49, 98%, 76%, 0.3);
}
.hover\:bg-selected\/40:hover {
  background-color: hsla(49, 98%, 76%, 0.4);
}
.hover\:bg-selected\/5:hover {
  background-color: hsla(49, 98%, 76%, 0.05);
}
.hover\:bg-selected\/50:hover {
  background-color: hsla(49, 98%, 76%, 0.5);
}
.hover\:bg-selected\/60:hover {
  background-color: hsla(49, 98%, 76%, 0.6);
}
.hover\:bg-selected\/70:hover {
  background-color: hsla(49, 98%, 76%, 0.7);
}
.hover\:bg-selected\/75:hover {
  background-color: hsla(49, 98%, 76%, 0.75);
}
.hover\:bg-selected\/80:hover {
  background-color: hsla(49, 98%, 76%, 0.8);
}
.hover\:bg-selected\/90:hover {
  background-color: hsla(49, 98%, 76%, 0.9);
}
.hover\:bg-selected\/95:hover {
  background-color: hsla(49, 98%, 76%, 0.95);
}
.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 118 60 / var(--tw-bg-opacity));
}
.hover\:bg-success-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 240 216 / var(--tw-bg-opacity));
}
.hover\:bg-success-light\/0:hover {
  background-color: rgba(222, 240, 216, 0);
}
.hover\:bg-success-light\/10:hover {
  background-color: rgba(222, 240, 216, 0.1);
}
.hover\:bg-success-light\/100:hover {
  background-color: #def0d8;
}
.hover\:bg-success-light\/20:hover {
  background-color: rgba(222, 240, 216, 0.2);
}
.hover\:bg-success-light\/25:hover {
  background-color: rgba(222, 240, 216, 0.25);
}
.hover\:bg-success-light\/30:hover {
  background-color: rgba(222, 240, 216, 0.3);
}
.hover\:bg-success-light\/40:hover {
  background-color: rgba(222, 240, 216, 0.4);
}
.hover\:bg-success-light\/5:hover {
  background-color: rgba(222, 240, 216, 0.05);
}
.hover\:bg-success-light\/50:hover {
  background-color: rgba(222, 240, 216, 0.5);
}
.hover\:bg-success-light\/60:hover {
  background-color: rgba(222, 240, 216, 0.6);
}
.hover\:bg-success-light\/70:hover {
  background-color: rgba(222, 240, 216, 0.7);
}
.hover\:bg-success-light\/75:hover {
  background-color: rgba(222, 240, 216, 0.75);
}
.hover\:bg-success-light\/80:hover {
  background-color: rgba(222, 240, 216, 0.8);
}
.hover\:bg-success-light\/90:hover {
  background-color: rgba(222, 240, 216, 0.9);
}
.hover\:bg-success-light\/95:hover {
  background-color: rgba(222, 240, 216, 0.95);
}
.hover\:bg-success\/0:hover {
  background-color: rgba(60, 118, 60, 0);
}
.hover\:bg-success\/10:hover {
  background-color: rgba(60, 118, 60, 0.1);
}
.hover\:bg-success\/100:hover {
  background-color: #3c763c;
}
.hover\:bg-success\/20:hover {
  background-color: rgba(60, 118, 60, 0.2);
}
.hover\:bg-success\/25:hover {
  background-color: rgba(60, 118, 60, 0.25);
}
.hover\:bg-success\/30:hover {
  background-color: rgba(60, 118, 60, 0.3);
}
.hover\:bg-success\/40:hover {
  background-color: rgba(60, 118, 60, 0.4);
}
.hover\:bg-success\/5:hover {
  background-color: rgba(60, 118, 60, 0.05);
}
.hover\:bg-success\/50:hover {
  background-color: rgba(60, 118, 60, 0.5);
}
.hover\:bg-success\/60:hover {
  background-color: rgba(60, 118, 60, 0.6);
}
.hover\:bg-success\/70:hover {
  background-color: rgba(60, 118, 60, 0.7);
}
.hover\:bg-success\/75:hover {
  background-color: rgba(60, 118, 60, 0.75);
}
.hover\:bg-success\/80:hover {
  background-color: rgba(60, 118, 60, 0.8);
}
.hover\:bg-success\/90:hover {
  background-color: rgba(60, 118, 60, 0.9);
}
.hover\:bg-success\/95:hover {
  background-color: rgba(60, 118, 60, 0.95);
}
.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 92 0 / var(--tw-bg-opacity));
}
.hover\:bg-warning-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 235 / var(--tw-bg-opacity));
}
.hover\:bg-warning-light\/0:hover {
  background-color: rgba(255, 249, 235, 0);
}
.hover\:bg-warning-light\/10:hover {
  background-color: rgba(255, 249, 235, 0.1);
}
.hover\:bg-warning-light\/100:hover {
  background-color: #fff9eb;
}
.hover\:bg-warning-light\/20:hover {
  background-color: rgba(255, 249, 235, 0.2);
}
.hover\:bg-warning-light\/25:hover {
  background-color: rgba(255, 249, 235, 0.25);
}
.hover\:bg-warning-light\/30:hover {
  background-color: rgba(255, 249, 235, 0.3);
}
.hover\:bg-warning-light\/40:hover {
  background-color: rgba(255, 249, 235, 0.4);
}
.hover\:bg-warning-light\/5:hover {
  background-color: rgba(255, 249, 235, 0.05);
}
.hover\:bg-warning-light\/50:hover {
  background-color: rgba(255, 249, 235, 0.5);
}
.hover\:bg-warning-light\/60:hover {
  background-color: rgba(255, 249, 235, 0.6);
}
.hover\:bg-warning-light\/70:hover {
  background-color: rgba(255, 249, 235, 0.7);
}
.hover\:bg-warning-light\/75:hover {
  background-color: rgba(255, 249, 235, 0.75);
}
.hover\:bg-warning-light\/80:hover {
  background-color: rgba(255, 249, 235, 0.8);
}
.hover\:bg-warning-light\/90:hover {
  background-color: rgba(255, 249, 235, 0.9);
}
.hover\:bg-warning-light\/95:hover {
  background-color: rgba(255, 249, 235, 0.95);
}
.hover\:bg-warning\/0:hover {
  background-color: rgba(169, 92, 0, 0);
}
.hover\:bg-warning\/10:hover {
  background-color: rgba(169, 92, 0, 0.1);
}
.hover\:bg-warning\/100:hover {
  background-color: #a95c00;
}
.hover\:bg-warning\/20:hover {
  background-color: rgba(169, 92, 0, 0.2);
}
.hover\:bg-warning\/25:hover {
  background-color: rgba(169, 92, 0, 0.25);
}
.hover\:bg-warning\/30:hover {
  background-color: rgba(169, 92, 0, 0.3);
}
.hover\:bg-warning\/40:hover {
  background-color: rgba(169, 92, 0, 0.4);
}
.hover\:bg-warning\/5:hover {
  background-color: rgba(169, 92, 0, 0.05);
}
.hover\:bg-warning\/50:hover {
  background-color: rgba(169, 92, 0, 0.5);
}
.hover\:bg-warning\/60:hover {
  background-color: rgba(169, 92, 0, 0.6);
}
.hover\:bg-warning\/70:hover {
  background-color: rgba(169, 92, 0, 0.7);
}
.hover\:bg-warning\/75:hover {
  background-color: rgba(169, 92, 0, 0.75);
}
.hover\:bg-warning\/80:hover {
  background-color: rgba(169, 92, 0, 0.8);
}
.hover\:bg-warning\/90:hover {
  background-color: rgba(169, 92, 0, 0.9);
}
.hover\:bg-warning\/95:hover {
  background-color: rgba(169, 92, 0, 0.95);
}
.hover\:fill-brand-web-background-grey:hover {
  fill: #f5f5f5;
}
.hover\:fill-brand-web-background-grey\/0:hover {
  fill: hsla(0, 0%, 96%, 0);
}
.hover\:fill-brand-web-background-grey\/10:hover {
  fill: hsla(0, 0%, 96%, 0.1);
}
.hover\:fill-brand-web-background-grey\/100:hover {
  fill: #f5f5f5;
}
.hover\:fill-brand-web-background-grey\/20:hover {
  fill: hsla(0, 0%, 96%, 0.2);
}
.hover\:fill-brand-web-background-grey\/25:hover {
  fill: hsla(0, 0%, 96%, 0.25);
}
.hover\:fill-brand-web-background-grey\/30:hover {
  fill: hsla(0, 0%, 96%, 0.3);
}
.hover\:fill-brand-web-background-grey\/40:hover {
  fill: hsla(0, 0%, 96%, 0.4);
}
.hover\:fill-brand-web-background-grey\/5:hover {
  fill: hsla(0, 0%, 96%, 0.05);
}
.hover\:fill-brand-web-background-grey\/50:hover {
  fill: hsla(0, 0%, 96%, 0.5);
}
.hover\:fill-brand-web-background-grey\/60:hover {
  fill: hsla(0, 0%, 96%, 0.6);
}
.hover\:fill-brand-web-background-grey\/70:hover {
  fill: hsla(0, 0%, 96%, 0.7);
}
.hover\:fill-brand-web-background-grey\/75:hover {
  fill: hsla(0, 0%, 96%, 0.75);
}
.hover\:fill-brand-web-background-grey\/80:hover {
  fill: hsla(0, 0%, 96%, 0.8);
}
.hover\:fill-brand-web-background-grey\/90:hover {
  fill: hsla(0, 0%, 96%, 0.9);
}
.hover\:fill-brand-web-background-grey\/95:hover {
  fill: hsla(0, 0%, 96%, 0.95);
}
.hover\:fill-brand-web-card-grey:hover {
  fill: #d9dad6;
}
.hover\:fill-brand-web-card-grey\/0:hover {
  fill: hsla(75, 5%, 85%, 0);
}
.hover\:fill-brand-web-card-grey\/10:hover {
  fill: hsla(75, 5%, 85%, 0.1);
}
.hover\:fill-brand-web-card-grey\/100:hover {
  fill: #d9dad6;
}
.hover\:fill-brand-web-card-grey\/20:hover {
  fill: hsla(75, 5%, 85%, 0.2);
}
.hover\:fill-brand-web-card-grey\/25:hover {
  fill: hsla(75, 5%, 85%, 0.25);
}
.hover\:fill-brand-web-card-grey\/30:hover {
  fill: hsla(75, 5%, 85%, 0.3);
}
.hover\:fill-brand-web-card-grey\/40:hover {
  fill: hsla(75, 5%, 85%, 0.4);
}
.hover\:fill-brand-web-card-grey\/5:hover {
  fill: hsla(75, 5%, 85%, 0.05);
}
.hover\:fill-brand-web-card-grey\/50:hover {
  fill: hsla(75, 5%, 85%, 0.5);
}
.hover\:fill-brand-web-card-grey\/60:hover {
  fill: hsla(75, 5%, 85%, 0.6);
}
.hover\:fill-brand-web-card-grey\/70:hover {
  fill: hsla(75, 5%, 85%, 0.7);
}
.hover\:fill-brand-web-card-grey\/75:hover {
  fill: hsla(75, 5%, 85%, 0.75);
}
.hover\:fill-brand-web-card-grey\/80:hover {
  fill: hsla(75, 5%, 85%, 0.8);
}
.hover\:fill-brand-web-card-grey\/90:hover {
  fill: hsla(75, 5%, 85%, 0.9);
}
.hover\:fill-brand-web-card-grey\/95:hover {
  fill: hsla(75, 5%, 85%, 0.95);
}
.hover\:fill-brand-web-fresh-mint:hover {
  fill: #27f2d3;
}
.hover\:fill-brand-web-fresh-mint\/0:hover {
  fill: rgba(39, 242, 211, 0);
}
.hover\:fill-brand-web-fresh-mint\/10:hover {
  fill: rgba(39, 242, 211, 0.1);
}
.hover\:fill-brand-web-fresh-mint\/100:hover {
  fill: #27f2d3;
}
.hover\:fill-brand-web-fresh-mint\/20:hover {
  fill: rgba(39, 242, 211, 0.2);
}
.hover\:fill-brand-web-fresh-mint\/25:hover {
  fill: rgba(39, 242, 211, 0.25);
}
.hover\:fill-brand-web-fresh-mint\/30:hover {
  fill: rgba(39, 242, 211, 0.3);
}
.hover\:fill-brand-web-fresh-mint\/40:hover {
  fill: rgba(39, 242, 211, 0.4);
}
.hover\:fill-brand-web-fresh-mint\/5:hover {
  fill: rgba(39, 242, 211, 0.05);
}
.hover\:fill-brand-web-fresh-mint\/50:hover {
  fill: rgba(39, 242, 211, 0.5);
}
.hover\:fill-brand-web-fresh-mint\/60:hover {
  fill: rgba(39, 242, 211, 0.6);
}
.hover\:fill-brand-web-fresh-mint\/70:hover {
  fill: rgba(39, 242, 211, 0.7);
}
.hover\:fill-brand-web-fresh-mint\/75:hover {
  fill: rgba(39, 242, 211, 0.75);
}
.hover\:fill-brand-web-fresh-mint\/80:hover {
  fill: rgba(39, 242, 211, 0.8);
}
.hover\:fill-brand-web-fresh-mint\/90:hover {
  fill: rgba(39, 242, 211, 0.9);
}
.hover\:fill-brand-web-fresh-mint\/95:hover {
  fill: rgba(39, 242, 211, 0.95);
}
.hover\:fill-brand-web-grey-200:hover {
  fill: #e1e2e5;
}
.hover\:fill-brand-web-grey-200\/0:hover {
  fill: hsla(225, 7%, 89%, 0);
}
.hover\:fill-brand-web-grey-200\/10:hover {
  fill: hsla(225, 7%, 89%, 0.1);
}
.hover\:fill-brand-web-grey-200\/100:hover {
  fill: #e1e2e5;
}
.hover\:fill-brand-web-grey-200\/20:hover {
  fill: hsla(225, 7%, 89%, 0.2);
}
.hover\:fill-brand-web-grey-200\/25:hover {
  fill: hsla(225, 7%, 89%, 0.25);
}
.hover\:fill-brand-web-grey-200\/30:hover {
  fill: hsla(225, 7%, 89%, 0.3);
}
.hover\:fill-brand-web-grey-200\/40:hover {
  fill: hsla(225, 7%, 89%, 0.4);
}
.hover\:fill-brand-web-grey-200\/5:hover {
  fill: hsla(225, 7%, 89%, 0.05);
}
.hover\:fill-brand-web-grey-200\/50:hover {
  fill: hsla(225, 7%, 89%, 0.5);
}
.hover\:fill-brand-web-grey-200\/60:hover {
  fill: hsla(225, 7%, 89%, 0.6);
}
.hover\:fill-brand-web-grey-200\/70:hover {
  fill: hsla(225, 7%, 89%, 0.7);
}
.hover\:fill-brand-web-grey-200\/75:hover {
  fill: hsla(225, 7%, 89%, 0.75);
}
.hover\:fill-brand-web-grey-200\/80:hover {
  fill: hsla(225, 7%, 89%, 0.8);
}
.hover\:fill-brand-web-grey-200\/90:hover {
  fill: hsla(225, 7%, 89%, 0.9);
}
.hover\:fill-brand-web-grey-200\/95:hover {
  fill: hsla(225, 7%, 89%, 0.95);
}
.hover\:fill-brand-web-grey-300:hover {
  fill: #737373;
}
.hover\:fill-brand-web-grey-300\/0:hover {
  fill: hsla(0, 0%, 45%, 0);
}
.hover\:fill-brand-web-grey-300\/10:hover {
  fill: hsla(0, 0%, 45%, 0.1);
}
.hover\:fill-brand-web-grey-300\/100:hover {
  fill: #737373;
}
.hover\:fill-brand-web-grey-300\/20:hover {
  fill: hsla(0, 0%, 45%, 0.2);
}
.hover\:fill-brand-web-grey-300\/25:hover {
  fill: hsla(0, 0%, 45%, 0.25);
}
.hover\:fill-brand-web-grey-300\/30:hover {
  fill: hsla(0, 0%, 45%, 0.3);
}
.hover\:fill-brand-web-grey-300\/40:hover {
  fill: hsla(0, 0%, 45%, 0.4);
}
.hover\:fill-brand-web-grey-300\/5:hover {
  fill: hsla(0, 0%, 45%, 0.05);
}
.hover\:fill-brand-web-grey-300\/50:hover {
  fill: hsla(0, 0%, 45%, 0.5);
}
.hover\:fill-brand-web-grey-300\/60:hover {
  fill: hsla(0, 0%, 45%, 0.6);
}
.hover\:fill-brand-web-grey-300\/70:hover {
  fill: hsla(0, 0%, 45%, 0.7);
}
.hover\:fill-brand-web-grey-300\/75:hover {
  fill: hsla(0, 0%, 45%, 0.75);
}
.hover\:fill-brand-web-grey-300\/80:hover {
  fill: hsla(0, 0%, 45%, 0.8);
}
.hover\:fill-brand-web-grey-300\/90:hover {
  fill: hsla(0, 0%, 45%, 0.9);
}
.hover\:fill-brand-web-grey-300\/95:hover {
  fill: hsla(0, 0%, 45%, 0.95);
}
.hover\:fill-brand-web-grey-500:hover {
  fill: #555;
}
.hover\:fill-brand-web-grey-500\/0:hover {
  fill: rgba(85, 85, 85, 0);
}
.hover\:fill-brand-web-grey-500\/10:hover {
  fill: rgba(85, 85, 85, 0.1);
}
.hover\:fill-brand-web-grey-500\/100:hover {
  fill: #555;
}
.hover\:fill-brand-web-grey-500\/20:hover {
  fill: rgba(85, 85, 85, 0.2);
}
.hover\:fill-brand-web-grey-500\/25:hover {
  fill: rgba(85, 85, 85, 0.25);
}
.hover\:fill-brand-web-grey-500\/30:hover {
  fill: rgba(85, 85, 85, 0.3);
}
.hover\:fill-brand-web-grey-500\/40:hover {
  fill: rgba(85, 85, 85, 0.4);
}
.hover\:fill-brand-web-grey-500\/5:hover {
  fill: rgba(85, 85, 85, 0.05);
}
.hover\:fill-brand-web-grey-500\/50:hover {
  fill: rgba(85, 85, 85, 0.5);
}
.hover\:fill-brand-web-grey-500\/60:hover {
  fill: rgba(85, 85, 85, 0.6);
}
.hover\:fill-brand-web-grey-500\/70:hover {
  fill: rgba(85, 85, 85, 0.7);
}
.hover\:fill-brand-web-grey-500\/75:hover {
  fill: rgba(85, 85, 85, 0.75);
}
.hover\:fill-brand-web-grey-500\/80:hover {
  fill: rgba(85, 85, 85, 0.8);
}
.hover\:fill-brand-web-grey-500\/90:hover {
  fill: rgba(85, 85, 85, 0.9);
}
.hover\:fill-brand-web-grey-500\/95:hover {
  fill: rgba(85, 85, 85, 0.95);
}
.hover\:fill-brand-web-lbc-blue:hover {
  fill: #004070;
}
.hover\:fill-brand-web-lbc-blue\/0:hover {
  fill: rgba(0, 64, 112, 0);
}
.hover\:fill-brand-web-lbc-blue\/10:hover {
  fill: rgba(0, 64, 112, 0.1);
}
.hover\:fill-brand-web-lbc-blue\/100:hover {
  fill: #004070;
}
.hover\:fill-brand-web-lbc-blue\/20:hover {
  fill: rgba(0, 64, 112, 0.2);
}
.hover\:fill-brand-web-lbc-blue\/25:hover {
  fill: rgba(0, 64, 112, 0.25);
}
.hover\:fill-brand-web-lbc-blue\/30:hover {
  fill: rgba(0, 64, 112, 0.3);
}
.hover\:fill-brand-web-lbc-blue\/40:hover {
  fill: rgba(0, 64, 112, 0.4);
}
.hover\:fill-brand-web-lbc-blue\/5:hover {
  fill: rgba(0, 64, 112, 0.05);
}
.hover\:fill-brand-web-lbc-blue\/50:hover {
  fill: rgba(0, 64, 112, 0.5);
}
.hover\:fill-brand-web-lbc-blue\/60:hover {
  fill: rgba(0, 64, 112, 0.6);
}
.hover\:fill-brand-web-lbc-blue\/70:hover {
  fill: rgba(0, 64, 112, 0.7);
}
.hover\:fill-brand-web-lbc-blue\/75:hover {
  fill: rgba(0, 64, 112, 0.75);
}
.hover\:fill-brand-web-lbc-blue\/80:hover {
  fill: rgba(0, 64, 112, 0.8);
}
.hover\:fill-brand-web-lbc-blue\/90:hover {
  fill: rgba(0, 64, 112, 0.9);
}
.hover\:fill-brand-web-lbc-blue\/95:hover {
  fill: rgba(0, 64, 112, 0.95);
}
.hover\:fill-brand-web-lbc-gold:hover {
  fill: #fdb812;
}
.hover\:fill-brand-web-lbc-gold\/0:hover {
  fill: rgba(253, 184, 18, 0);
}
.hover\:fill-brand-web-lbc-gold\/10:hover {
  fill: rgba(253, 184, 18, 0.1);
}
.hover\:fill-brand-web-lbc-gold\/100:hover {
  fill: #fdb812;
}
.hover\:fill-brand-web-lbc-gold\/20:hover {
  fill: rgba(253, 184, 18, 0.2);
}
.hover\:fill-brand-web-lbc-gold\/25:hover {
  fill: rgba(253, 184, 18, 0.25);
}
.hover\:fill-brand-web-lbc-gold\/30:hover {
  fill: rgba(253, 184, 18, 0.3);
}
.hover\:fill-brand-web-lbc-gold\/40:hover {
  fill: rgba(253, 184, 18, 0.4);
}
.hover\:fill-brand-web-lbc-gold\/5:hover {
  fill: rgba(253, 184, 18, 0.05);
}
.hover\:fill-brand-web-lbc-gold\/50:hover {
  fill: rgba(253, 184, 18, 0.5);
}
.hover\:fill-brand-web-lbc-gold\/60:hover {
  fill: rgba(253, 184, 18, 0.6);
}
.hover\:fill-brand-web-lbc-gold\/70:hover {
  fill: rgba(253, 184, 18, 0.7);
}
.hover\:fill-brand-web-lbc-gold\/75:hover {
  fill: rgba(253, 184, 18, 0.75);
}
.hover\:fill-brand-web-lbc-gold\/80:hover {
  fill: rgba(253, 184, 18, 0.8);
}
.hover\:fill-brand-web-lbc-gold\/90:hover {
  fill: rgba(253, 184, 18, 0.9);
}
.hover\:fill-brand-web-lbc-gold\/95:hover {
  fill: rgba(253, 184, 18, 0.95);
}
.hover\:fill-brand-web-raspberry:hover {
  fill: #e00d42;
}
.hover\:fill-brand-web-raspberry\/0:hover {
  fill: rgba(224, 13, 66, 0);
}
.hover\:fill-brand-web-raspberry\/10:hover {
  fill: rgba(224, 13, 66, 0.1);
}
.hover\:fill-brand-web-raspberry\/100:hover {
  fill: #e00d42;
}
.hover\:fill-brand-web-raspberry\/20:hover {
  fill: rgba(224, 13, 66, 0.2);
}
.hover\:fill-brand-web-raspberry\/25:hover {
  fill: rgba(224, 13, 66, 0.25);
}
.hover\:fill-brand-web-raspberry\/30:hover {
  fill: rgba(224, 13, 66, 0.3);
}
.hover\:fill-brand-web-raspberry\/40:hover {
  fill: rgba(224, 13, 66, 0.4);
}
.hover\:fill-brand-web-raspberry\/5:hover {
  fill: rgba(224, 13, 66, 0.05);
}
.hover\:fill-brand-web-raspberry\/50:hover {
  fill: rgba(224, 13, 66, 0.5);
}
.hover\:fill-brand-web-raspberry\/60:hover {
  fill: rgba(224, 13, 66, 0.6);
}
.hover\:fill-brand-web-raspberry\/70:hover {
  fill: rgba(224, 13, 66, 0.7);
}
.hover\:fill-brand-web-raspberry\/75:hover {
  fill: rgba(224, 13, 66, 0.75);
}
.hover\:fill-brand-web-raspberry\/80:hover {
  fill: rgba(224, 13, 66, 0.8);
}
.hover\:fill-brand-web-raspberry\/90:hover {
  fill: rgba(224, 13, 66, 0.9);
}
.hover\:fill-brand-web-raspberry\/95:hover {
  fill: rgba(224, 13, 66, 0.95);
}
.hover\:fill-brand-web-text-grey:hover {
  fill: #222;
}
.hover\:fill-brand-web-text-grey\/0:hover {
  fill: rgba(34, 34, 34, 0);
}
.hover\:fill-brand-web-text-grey\/10:hover {
  fill: rgba(34, 34, 34, 0.1);
}
.hover\:fill-brand-web-text-grey\/100:hover {
  fill: #222;
}
.hover\:fill-brand-web-text-grey\/20:hover {
  fill: rgba(34, 34, 34, 0.2);
}
.hover\:fill-brand-web-text-grey\/25:hover {
  fill: rgba(34, 34, 34, 0.25);
}
.hover\:fill-brand-web-text-grey\/30:hover {
  fill: rgba(34, 34, 34, 0.3);
}
.hover\:fill-brand-web-text-grey\/40:hover {
  fill: rgba(34, 34, 34, 0.4);
}
.hover\:fill-brand-web-text-grey\/5:hover {
  fill: rgba(34, 34, 34, 0.05);
}
.hover\:fill-brand-web-text-grey\/50:hover {
  fill: rgba(34, 34, 34, 0.5);
}
.hover\:fill-brand-web-text-grey\/60:hover {
  fill: rgba(34, 34, 34, 0.6);
}
.hover\:fill-brand-web-text-grey\/70:hover {
  fill: rgba(34, 34, 34, 0.7);
}
.hover\:fill-brand-web-text-grey\/75:hover {
  fill: rgba(34, 34, 34, 0.75);
}
.hover\:fill-brand-web-text-grey\/80:hover {
  fill: rgba(34, 34, 34, 0.8);
}
.hover\:fill-brand-web-text-grey\/90:hover {
  fill: rgba(34, 34, 34, 0.9);
}
.hover\:fill-brand-web-text-grey\/95:hover {
  fill: rgba(34, 34, 34, 0.95);
}
.hover\:fill-brand-web-text-light-grey:hover {
  fill: grey;
}
.hover\:fill-brand-web-text-light-grey\/0:hover {
  fill: hsla(0, 0%, 50%, 0);
}
.hover\:fill-brand-web-text-light-grey\/10:hover {
  fill: hsla(0, 0%, 50%, 0.1);
}
.hover\:fill-brand-web-text-light-grey\/100:hover {
  fill: grey;
}
.hover\:fill-brand-web-text-light-grey\/20:hover {
  fill: hsla(0, 0%, 50%, 0.2);
}
.hover\:fill-brand-web-text-light-grey\/25:hover {
  fill: hsla(0, 0%, 50%, 0.25);
}
.hover\:fill-brand-web-text-light-grey\/30:hover {
  fill: hsla(0, 0%, 50%, 0.3);
}
.hover\:fill-brand-web-text-light-grey\/40:hover {
  fill: hsla(0, 0%, 50%, 0.4);
}
.hover\:fill-brand-web-text-light-grey\/5:hover {
  fill: hsla(0, 0%, 50%, 0.05);
}
.hover\:fill-brand-web-text-light-grey\/50:hover {
  fill: hsla(0, 0%, 50%, 0.5);
}
.hover\:fill-brand-web-text-light-grey\/60:hover {
  fill: hsla(0, 0%, 50%, 0.6);
}
.hover\:fill-brand-web-text-light-grey\/70:hover {
  fill: hsla(0, 0%, 50%, 0.7);
}
.hover\:fill-brand-web-text-light-grey\/75:hover {
  fill: hsla(0, 0%, 50%, 0.75);
}
.hover\:fill-brand-web-text-light-grey\/80:hover {
  fill: hsla(0, 0%, 50%, 0.8);
}
.hover\:fill-brand-web-text-light-grey\/90:hover {
  fill: hsla(0, 0%, 50%, 0.9);
}
.hover\:fill-brand-web-text-light-grey\/95:hover {
  fill: hsla(0, 0%, 50%, 0.95);
}
.hover\:fill-brand-web-white:hover {
  fill: #fff;
}
.hover\:fill-brand-web-white\/0:hover {
  fill: hsla(0, 0%, 100%, 0);
}
.hover\:fill-brand-web-white\/10:hover {
  fill: hsla(0, 0%, 100%, 0.1);
}
.hover\:fill-brand-web-white\/100:hover {
  fill: #fff;
}
.hover\:fill-brand-web-white\/20:hover {
  fill: hsla(0, 0%, 100%, 0.2);
}
.hover\:fill-brand-web-white\/25:hover {
  fill: hsla(0, 0%, 100%, 0.25);
}
.hover\:fill-brand-web-white\/30:hover {
  fill: hsla(0, 0%, 100%, 0.3);
}
.hover\:fill-brand-web-white\/40:hover {
  fill: hsla(0, 0%, 100%, 0.4);
}
.hover\:fill-brand-web-white\/5:hover {
  fill: hsla(0, 0%, 100%, 0.05);
}
.hover\:fill-brand-web-white\/50:hover {
  fill: hsla(0, 0%, 100%, 0.5);
}
.hover\:fill-brand-web-white\/60:hover {
  fill: hsla(0, 0%, 100%, 0.6);
}
.hover\:fill-brand-web-white\/70:hover {
  fill: hsla(0, 0%, 100%, 0.7);
}
.hover\:fill-brand-web-white\/75:hover {
  fill: hsla(0, 0%, 100%, 0.75);
}
.hover\:fill-brand-web-white\/80:hover {
  fill: hsla(0, 0%, 100%, 0.8);
}
.hover\:fill-brand-web-white\/90:hover {
  fill: hsla(0, 0%, 100%, 0.9);
}
.hover\:fill-brand-web-white\/95:hover {
  fill: hsla(0, 0%, 100%, 0.95);
}
.hover\:fill-error:hover {
  fill: #ae0a33;
}
.hover\:fill-error-light:hover {
  fill: #feecf0;
}
.hover\:fill-error-light\/0:hover {
  fill: rgba(254, 236, 240, 0);
}
.hover\:fill-error-light\/10:hover {
  fill: rgba(254, 236, 240, 0.1);
}
.hover\:fill-error-light\/100:hover {
  fill: #feecf0;
}
.hover\:fill-error-light\/20:hover {
  fill: rgba(254, 236, 240, 0.2);
}
.hover\:fill-error-light\/25:hover {
  fill: rgba(254, 236, 240, 0.25);
}
.hover\:fill-error-light\/30:hover {
  fill: rgba(254, 236, 240, 0.3);
}
.hover\:fill-error-light\/40:hover {
  fill: rgba(254, 236, 240, 0.4);
}
.hover\:fill-error-light\/5:hover {
  fill: rgba(254, 236, 240, 0.05);
}
.hover\:fill-error-light\/50:hover {
  fill: rgba(254, 236, 240, 0.5);
}
.hover\:fill-error-light\/60:hover {
  fill: rgba(254, 236, 240, 0.6);
}
.hover\:fill-error-light\/70:hover {
  fill: rgba(254, 236, 240, 0.7);
}
.hover\:fill-error-light\/75:hover {
  fill: rgba(254, 236, 240, 0.75);
}
.hover\:fill-error-light\/80:hover {
  fill: rgba(254, 236, 240, 0.8);
}
.hover\:fill-error-light\/90:hover {
  fill: rgba(254, 236, 240, 0.9);
}
.hover\:fill-error-light\/95:hover {
  fill: rgba(254, 236, 240, 0.95);
}
.hover\:fill-error\/0:hover {
  fill: rgba(174, 10, 51, 0);
}
.hover\:fill-error\/10:hover {
  fill: rgba(174, 10, 51, 0.1);
}
.hover\:fill-error\/100:hover {
  fill: #ae0a33;
}
.hover\:fill-error\/20:hover {
  fill: rgba(174, 10, 51, 0.2);
}
.hover\:fill-error\/25:hover {
  fill: rgba(174, 10, 51, 0.25);
}
.hover\:fill-error\/30:hover {
  fill: rgba(174, 10, 51, 0.3);
}
.hover\:fill-error\/40:hover {
  fill: rgba(174, 10, 51, 0.4);
}
.hover\:fill-error\/5:hover {
  fill: rgba(174, 10, 51, 0.05);
}
.hover\:fill-error\/50:hover {
  fill: rgba(174, 10, 51, 0.5);
}
.hover\:fill-error\/60:hover {
  fill: rgba(174, 10, 51, 0.6);
}
.hover\:fill-error\/70:hover {
  fill: rgba(174, 10, 51, 0.7);
}
.hover\:fill-error\/75:hover {
  fill: rgba(174, 10, 51, 0.75);
}
.hover\:fill-error\/80:hover {
  fill: rgba(174, 10, 51, 0.8);
}
.hover\:fill-error\/90:hover {
  fill: rgba(174, 10, 51, 0.9);
}
.hover\:fill-error\/95:hover {
  fill: rgba(174, 10, 51, 0.95);
}
.hover\:fill-hover:hover {
  fill: #7ac5fe;
}
.hover\:fill-hover\/0:hover {
  fill: rgba(122, 197, 254, 0);
}
.hover\:fill-hover\/10:hover {
  fill: rgba(122, 197, 254, 0.1);
}
.hover\:fill-hover\/100:hover {
  fill: #7ac5fe;
}
.hover\:fill-hover\/20:hover {
  fill: rgba(122, 197, 254, 0.2);
}
.hover\:fill-hover\/25:hover {
  fill: rgba(122, 197, 254, 0.25);
}
.hover\:fill-hover\/30:hover {
  fill: rgba(122, 197, 254, 0.3);
}
.hover\:fill-hover\/40:hover {
  fill: rgba(122, 197, 254, 0.4);
}
.hover\:fill-hover\/5:hover {
  fill: rgba(122, 197, 254, 0.05);
}
.hover\:fill-hover\/50:hover {
  fill: rgba(122, 197, 254, 0.5);
}
.hover\:fill-hover\/60:hover {
  fill: rgba(122, 197, 254, 0.6);
}
.hover\:fill-hover\/70:hover {
  fill: rgba(122, 197, 254, 0.7);
}
.hover\:fill-hover\/75:hover {
  fill: rgba(122, 197, 254, 0.75);
}
.hover\:fill-hover\/80:hover {
  fill: rgba(122, 197, 254, 0.8);
}
.hover\:fill-hover\/90:hover {
  fill: rgba(122, 197, 254, 0.9);
}
.hover\:fill-hover\/95:hover {
  fill: rgba(122, 197, 254, 0.95);
}
.hover\:fill-info:hover {
  fill: #00518f;
}
.hover\:fill-info-light:hover {
  fill: #ebf6ff;
}
.hover\:fill-info-light\/0:hover {
  fill: rgba(235, 246, 255, 0);
}
.hover\:fill-info-light\/10:hover {
  fill: rgba(235, 246, 255, 0.1);
}
.hover\:fill-info-light\/100:hover {
  fill: #ebf6ff;
}
.hover\:fill-info-light\/20:hover {
  fill: rgba(235, 246, 255, 0.2);
}
.hover\:fill-info-light\/25:hover {
  fill: rgba(235, 246, 255, 0.25);
}
.hover\:fill-info-light\/30:hover {
  fill: rgba(235, 246, 255, 0.3);
}
.hover\:fill-info-light\/40:hover {
  fill: rgba(235, 246, 255, 0.4);
}
.hover\:fill-info-light\/5:hover {
  fill: rgba(235, 246, 255, 0.05);
}
.hover\:fill-info-light\/50:hover {
  fill: rgba(235, 246, 255, 0.5);
}
.hover\:fill-info-light\/60:hover {
  fill: rgba(235, 246, 255, 0.6);
}
.hover\:fill-info-light\/70:hover {
  fill: rgba(235, 246, 255, 0.7);
}
.hover\:fill-info-light\/75:hover {
  fill: rgba(235, 246, 255, 0.75);
}
.hover\:fill-info-light\/80:hover {
  fill: rgba(235, 246, 255, 0.8);
}
.hover\:fill-info-light\/90:hover {
  fill: rgba(235, 246, 255, 0.9);
}
.hover\:fill-info-light\/95:hover {
  fill: rgba(235, 246, 255, 0.95);
}
.hover\:fill-info\/0:hover {
  fill: rgba(0, 81, 143, 0);
}
.hover\:fill-info\/10:hover {
  fill: rgba(0, 81, 143, 0.1);
}
.hover\:fill-info\/100:hover {
  fill: #00518f;
}
.hover\:fill-info\/20:hover {
  fill: rgba(0, 81, 143, 0.2);
}
.hover\:fill-info\/25:hover {
  fill: rgba(0, 81, 143, 0.25);
}
.hover\:fill-info\/30:hover {
  fill: rgba(0, 81, 143, 0.3);
}
.hover\:fill-info\/40:hover {
  fill: rgba(0, 81, 143, 0.4);
}
.hover\:fill-info\/5:hover {
  fill: rgba(0, 81, 143, 0.05);
}
.hover\:fill-info\/50:hover {
  fill: rgba(0, 81, 143, 0.5);
}
.hover\:fill-info\/60:hover {
  fill: rgba(0, 81, 143, 0.6);
}
.hover\:fill-info\/70:hover {
  fill: rgba(0, 81, 143, 0.7);
}
.hover\:fill-info\/75:hover {
  fill: rgba(0, 81, 143, 0.75);
}
.hover\:fill-info\/80:hover {
  fill: rgba(0, 81, 143, 0.8);
}
.hover\:fill-info\/90:hover {
  fill: rgba(0, 81, 143, 0.9);
}
.hover\:fill-info\/95:hover {
  fill: rgba(0, 81, 143, 0.95);
}
.hover\:fill-lbc-blue-100:hover {
  fill: #9fd5fc;
}
.hover\:fill-lbc-blue-100\/0:hover {
  fill: rgba(159, 213, 252, 0);
}
.hover\:fill-lbc-blue-100\/10:hover {
  fill: rgba(159, 213, 252, 0.1);
}
.hover\:fill-lbc-blue-100\/100:hover {
  fill: #9fd5fc;
}
.hover\:fill-lbc-blue-100\/20:hover {
  fill: rgba(159, 213, 252, 0.2);
}
.hover\:fill-lbc-blue-100\/25:hover {
  fill: rgba(159, 213, 252, 0.25);
}
.hover\:fill-lbc-blue-100\/30:hover {
  fill: rgba(159, 213, 252, 0.3);
}
.hover\:fill-lbc-blue-100\/40:hover {
  fill: rgba(159, 213, 252, 0.4);
}
.hover\:fill-lbc-blue-100\/5:hover {
  fill: rgba(159, 213, 252, 0.05);
}
.hover\:fill-lbc-blue-100\/50:hover {
  fill: rgba(159, 213, 252, 0.5);
}
.hover\:fill-lbc-blue-100\/60:hover {
  fill: rgba(159, 213, 252, 0.6);
}
.hover\:fill-lbc-blue-100\/70:hover {
  fill: rgba(159, 213, 252, 0.7);
}
.hover\:fill-lbc-blue-100\/75:hover {
  fill: rgba(159, 213, 252, 0.75);
}
.hover\:fill-lbc-blue-100\/80:hover {
  fill: rgba(159, 213, 252, 0.8);
}
.hover\:fill-lbc-blue-100\/90:hover {
  fill: rgba(159, 213, 252, 0.9);
}
.hover\:fill-lbc-blue-100\/95:hover {
  fill: rgba(159, 213, 252, 0.95);
}
.hover\:fill-lbc-blue-200:hover {
  fill: #6fb3e7;
}
.hover\:fill-lbc-blue-200\/0:hover {
  fill: rgba(111, 179, 231, 0);
}
.hover\:fill-lbc-blue-200\/10:hover {
  fill: rgba(111, 179, 231, 0.1);
}
.hover\:fill-lbc-blue-200\/100:hover {
  fill: #6fb3e7;
}
.hover\:fill-lbc-blue-200\/20:hover {
  fill: rgba(111, 179, 231, 0.2);
}
.hover\:fill-lbc-blue-200\/25:hover {
  fill: rgba(111, 179, 231, 0.25);
}
.hover\:fill-lbc-blue-200\/30:hover {
  fill: rgba(111, 179, 231, 0.3);
}
.hover\:fill-lbc-blue-200\/40:hover {
  fill: rgba(111, 179, 231, 0.4);
}
.hover\:fill-lbc-blue-200\/5:hover {
  fill: rgba(111, 179, 231, 0.05);
}
.hover\:fill-lbc-blue-200\/50:hover {
  fill: rgba(111, 179, 231, 0.5);
}
.hover\:fill-lbc-blue-200\/60:hover {
  fill: rgba(111, 179, 231, 0.6);
}
.hover\:fill-lbc-blue-200\/70:hover {
  fill: rgba(111, 179, 231, 0.7);
}
.hover\:fill-lbc-blue-200\/75:hover {
  fill: rgba(111, 179, 231, 0.75);
}
.hover\:fill-lbc-blue-200\/80:hover {
  fill: rgba(111, 179, 231, 0.8);
}
.hover\:fill-lbc-blue-200\/90:hover {
  fill: rgba(111, 179, 231, 0.9);
}
.hover\:fill-lbc-blue-200\/95:hover {
  fill: rgba(111, 179, 231, 0.95);
}
.hover\:fill-lbc-blue-50:hover {
  fill: #d8ecfd;
}
.hover\:fill-lbc-blue-50\/0:hover {
  fill: rgba(216, 236, 253, 0);
}
.hover\:fill-lbc-blue-50\/10:hover {
  fill: rgba(216, 236, 253, 0.1);
}
.hover\:fill-lbc-blue-50\/100:hover {
  fill: #d8ecfd;
}
.hover\:fill-lbc-blue-50\/20:hover {
  fill: rgba(216, 236, 253, 0.2);
}
.hover\:fill-lbc-blue-50\/25:hover {
  fill: rgba(216, 236, 253, 0.25);
}
.hover\:fill-lbc-blue-50\/30:hover {
  fill: rgba(216, 236, 253, 0.3);
}
.hover\:fill-lbc-blue-50\/40:hover {
  fill: rgba(216, 236, 253, 0.4);
}
.hover\:fill-lbc-blue-50\/5:hover {
  fill: rgba(216, 236, 253, 0.05);
}
.hover\:fill-lbc-blue-50\/50:hover {
  fill: rgba(216, 236, 253, 0.5);
}
.hover\:fill-lbc-blue-50\/60:hover {
  fill: rgba(216, 236, 253, 0.6);
}
.hover\:fill-lbc-blue-50\/70:hover {
  fill: rgba(216, 236, 253, 0.7);
}
.hover\:fill-lbc-blue-50\/75:hover {
  fill: rgba(216, 236, 253, 0.75);
}
.hover\:fill-lbc-blue-50\/80:hover {
  fill: rgba(216, 236, 253, 0.8);
}
.hover\:fill-lbc-blue-50\/90:hover {
  fill: rgba(216, 236, 253, 0.9);
}
.hover\:fill-lbc-blue-50\/95:hover {
  fill: rgba(216, 236, 253, 0.95);
}
.hover\:fill-lbc-gold-100:hover {
  fill: #ffee9e;
}
.hover\:fill-lbc-gold-100\/0:hover {
  fill: rgba(255, 238, 158, 0);
}
.hover\:fill-lbc-gold-100\/10:hover {
  fill: rgba(255, 238, 158, 0.1);
}
.hover\:fill-lbc-gold-100\/100:hover {
  fill: #ffee9e;
}
.hover\:fill-lbc-gold-100\/20:hover {
  fill: rgba(255, 238, 158, 0.2);
}
.hover\:fill-lbc-gold-100\/25:hover {
  fill: rgba(255, 238, 158, 0.25);
}
.hover\:fill-lbc-gold-100\/30:hover {
  fill: rgba(255, 238, 158, 0.3);
}
.hover\:fill-lbc-gold-100\/40:hover {
  fill: rgba(255, 238, 158, 0.4);
}
.hover\:fill-lbc-gold-100\/5:hover {
  fill: rgba(255, 238, 158, 0.05);
}
.hover\:fill-lbc-gold-100\/50:hover {
  fill: rgba(255, 238, 158, 0.5);
}
.hover\:fill-lbc-gold-100\/60:hover {
  fill: rgba(255, 238, 158, 0.6);
}
.hover\:fill-lbc-gold-100\/70:hover {
  fill: rgba(255, 238, 158, 0.7);
}
.hover\:fill-lbc-gold-100\/75:hover {
  fill: rgba(255, 238, 158, 0.75);
}
.hover\:fill-lbc-gold-100\/80:hover {
  fill: rgba(255, 238, 158, 0.8);
}
.hover\:fill-lbc-gold-100\/90:hover {
  fill: rgba(255, 238, 158, 0.9);
}
.hover\:fill-lbc-gold-100\/95:hover {
  fill: rgba(255, 238, 158, 0.95);
}
.hover\:fill-lbc-gold-200:hover {
  fill: #fedc66;
}
.hover\:fill-lbc-gold-200\/0:hover {
  fill: hsla(47, 99%, 70%, 0);
}
.hover\:fill-lbc-gold-200\/10:hover {
  fill: hsla(47, 99%, 70%, 0.1);
}
.hover\:fill-lbc-gold-200\/100:hover {
  fill: #fedc66;
}
.hover\:fill-lbc-gold-200\/20:hover {
  fill: hsla(47, 99%, 70%, 0.2);
}
.hover\:fill-lbc-gold-200\/25:hover {
  fill: hsla(47, 99%, 70%, 0.25);
}
.hover\:fill-lbc-gold-200\/30:hover {
  fill: hsla(47, 99%, 70%, 0.3);
}
.hover\:fill-lbc-gold-200\/40:hover {
  fill: hsla(47, 99%, 70%, 0.4);
}
.hover\:fill-lbc-gold-200\/5:hover {
  fill: hsla(47, 99%, 70%, 0.05);
}
.hover\:fill-lbc-gold-200\/50:hover {
  fill: hsla(47, 99%, 70%, 0.5);
}
.hover\:fill-lbc-gold-200\/60:hover {
  fill: hsla(47, 99%, 70%, 0.6);
}
.hover\:fill-lbc-gold-200\/70:hover {
  fill: hsla(47, 99%, 70%, 0.7);
}
.hover\:fill-lbc-gold-200\/75:hover {
  fill: hsla(47, 99%, 70%, 0.75);
}
.hover\:fill-lbc-gold-200\/80:hover {
  fill: hsla(47, 99%, 70%, 0.8);
}
.hover\:fill-lbc-gold-200\/90:hover {
  fill: hsla(47, 99%, 70%, 0.9);
}
.hover\:fill-lbc-gold-200\/95:hover {
  fill: hsla(47, 99%, 70%, 0.95);
}
.hover\:fill-lbc-mint-100:hover {
  fill: #7effec;
}
.hover\:fill-lbc-mint-100\/0:hover {
  fill: rgba(126, 255, 236, 0);
}
.hover\:fill-lbc-mint-100\/10:hover {
  fill: rgba(126, 255, 236, 0.1);
}
.hover\:fill-lbc-mint-100\/100:hover {
  fill: #7effec;
}
.hover\:fill-lbc-mint-100\/20:hover {
  fill: rgba(126, 255, 236, 0.2);
}
.hover\:fill-lbc-mint-100\/25:hover {
  fill: rgba(126, 255, 236, 0.25);
}
.hover\:fill-lbc-mint-100\/30:hover {
  fill: rgba(126, 255, 236, 0.3);
}
.hover\:fill-lbc-mint-100\/40:hover {
  fill: rgba(126, 255, 236, 0.4);
}
.hover\:fill-lbc-mint-100\/5:hover {
  fill: rgba(126, 255, 236, 0.05);
}
.hover\:fill-lbc-mint-100\/50:hover {
  fill: rgba(126, 255, 236, 0.5);
}
.hover\:fill-lbc-mint-100\/60:hover {
  fill: rgba(126, 255, 236, 0.6);
}
.hover\:fill-lbc-mint-100\/70:hover {
  fill: rgba(126, 255, 236, 0.7);
}
.hover\:fill-lbc-mint-100\/75:hover {
  fill: rgba(126, 255, 236, 0.75);
}
.hover\:fill-lbc-mint-100\/80:hover {
  fill: rgba(126, 255, 236, 0.8);
}
.hover\:fill-lbc-mint-100\/90:hover {
  fill: rgba(126, 255, 236, 0.9);
}
.hover\:fill-lbc-mint-100\/95:hover {
  fill: rgba(126, 255, 236, 0.95);
}
.hover\:fill-lbc-mint-300:hover {
  fill: #0ad7b8;
}
.hover\:fill-lbc-mint-300\/0:hover {
  fill: rgba(10, 215, 184, 0);
}
.hover\:fill-lbc-mint-300\/10:hover {
  fill: rgba(10, 215, 184, 0.1);
}
.hover\:fill-lbc-mint-300\/100:hover {
  fill: #0ad7b8;
}
.hover\:fill-lbc-mint-300\/20:hover {
  fill: rgba(10, 215, 184, 0.2);
}
.hover\:fill-lbc-mint-300\/25:hover {
  fill: rgba(10, 215, 184, 0.25);
}
.hover\:fill-lbc-mint-300\/30:hover {
  fill: rgba(10, 215, 184, 0.3);
}
.hover\:fill-lbc-mint-300\/40:hover {
  fill: rgba(10, 215, 184, 0.4);
}
.hover\:fill-lbc-mint-300\/5:hover {
  fill: rgba(10, 215, 184, 0.05);
}
.hover\:fill-lbc-mint-300\/50:hover {
  fill: rgba(10, 215, 184, 0.5);
}
.hover\:fill-lbc-mint-300\/60:hover {
  fill: rgba(10, 215, 184, 0.6);
}
.hover\:fill-lbc-mint-300\/70:hover {
  fill: rgba(10, 215, 184, 0.7);
}
.hover\:fill-lbc-mint-300\/75:hover {
  fill: rgba(10, 215, 184, 0.75);
}
.hover\:fill-lbc-mint-300\/80:hover {
  fill: rgba(10, 215, 184, 0.8);
}
.hover\:fill-lbc-mint-300\/90:hover {
  fill: rgba(10, 215, 184, 0.9);
}
.hover\:fill-lbc-mint-300\/95:hover {
  fill: rgba(10, 215, 184, 0.95);
}
.hover\:fill-selected:hover {
  fill: #fee987;
}
.hover\:fill-selected\/0:hover {
  fill: hsla(49, 98%, 76%, 0);
}
.hover\:fill-selected\/10:hover {
  fill: hsla(49, 98%, 76%, 0.1);
}
.hover\:fill-selected\/100:hover {
  fill: #fee987;
}
.hover\:fill-selected\/20:hover {
  fill: hsla(49, 98%, 76%, 0.2);
}
.hover\:fill-selected\/25:hover {
  fill: hsla(49, 98%, 76%, 0.25);
}
.hover\:fill-selected\/30:hover {
  fill: hsla(49, 98%, 76%, 0.3);
}
.hover\:fill-selected\/40:hover {
  fill: hsla(49, 98%, 76%, 0.4);
}
.hover\:fill-selected\/5:hover {
  fill: hsla(49, 98%, 76%, 0.05);
}
.hover\:fill-selected\/50:hover {
  fill: hsla(49, 98%, 76%, 0.5);
}
.hover\:fill-selected\/60:hover {
  fill: hsla(49, 98%, 76%, 0.6);
}
.hover\:fill-selected\/70:hover {
  fill: hsla(49, 98%, 76%, 0.7);
}
.hover\:fill-selected\/75:hover {
  fill: hsla(49, 98%, 76%, 0.75);
}
.hover\:fill-selected\/80:hover {
  fill: hsla(49, 98%, 76%, 0.8);
}
.hover\:fill-selected\/90:hover {
  fill: hsla(49, 98%, 76%, 0.9);
}
.hover\:fill-selected\/95:hover {
  fill: hsla(49, 98%, 76%, 0.95);
}
.hover\:fill-success:hover {
  fill: #3c763c;
}
.hover\:fill-success-light:hover {
  fill: #def0d8;
}
.hover\:fill-success-light\/0:hover {
  fill: rgba(222, 240, 216, 0);
}
.hover\:fill-success-light\/10:hover {
  fill: rgba(222, 240, 216, 0.1);
}
.hover\:fill-success-light\/100:hover {
  fill: #def0d8;
}
.hover\:fill-success-light\/20:hover {
  fill: rgba(222, 240, 216, 0.2);
}
.hover\:fill-success-light\/25:hover {
  fill: rgba(222, 240, 216, 0.25);
}
.hover\:fill-success-light\/30:hover {
  fill: rgba(222, 240, 216, 0.3);
}
.hover\:fill-success-light\/40:hover {
  fill: rgba(222, 240, 216, 0.4);
}
.hover\:fill-success-light\/5:hover {
  fill: rgba(222, 240, 216, 0.05);
}
.hover\:fill-success-light\/50:hover {
  fill: rgba(222, 240, 216, 0.5);
}
.hover\:fill-success-light\/60:hover {
  fill: rgba(222, 240, 216, 0.6);
}
.hover\:fill-success-light\/70:hover {
  fill: rgba(222, 240, 216, 0.7);
}
.hover\:fill-success-light\/75:hover {
  fill: rgba(222, 240, 216, 0.75);
}
.hover\:fill-success-light\/80:hover {
  fill: rgba(222, 240, 216, 0.8);
}
.hover\:fill-success-light\/90:hover {
  fill: rgba(222, 240, 216, 0.9);
}
.hover\:fill-success-light\/95:hover {
  fill: rgba(222, 240, 216, 0.95);
}
.hover\:fill-success\/0:hover {
  fill: rgba(60, 118, 60, 0);
}
.hover\:fill-success\/10:hover {
  fill: rgba(60, 118, 60, 0.1);
}
.hover\:fill-success\/100:hover {
  fill: #3c763c;
}
.hover\:fill-success\/20:hover {
  fill: rgba(60, 118, 60, 0.2);
}
.hover\:fill-success\/25:hover {
  fill: rgba(60, 118, 60, 0.25);
}
.hover\:fill-success\/30:hover {
  fill: rgba(60, 118, 60, 0.3);
}
.hover\:fill-success\/40:hover {
  fill: rgba(60, 118, 60, 0.4);
}
.hover\:fill-success\/5:hover {
  fill: rgba(60, 118, 60, 0.05);
}
.hover\:fill-success\/50:hover {
  fill: rgba(60, 118, 60, 0.5);
}
.hover\:fill-success\/60:hover {
  fill: rgba(60, 118, 60, 0.6);
}
.hover\:fill-success\/70:hover {
  fill: rgba(60, 118, 60, 0.7);
}
.hover\:fill-success\/75:hover {
  fill: rgba(60, 118, 60, 0.75);
}
.hover\:fill-success\/80:hover {
  fill: rgba(60, 118, 60, 0.8);
}
.hover\:fill-success\/90:hover {
  fill: rgba(60, 118, 60, 0.9);
}
.hover\:fill-success\/95:hover {
  fill: rgba(60, 118, 60, 0.95);
}
.hover\:fill-warning:hover {
  fill: #a95c00;
}
.hover\:fill-warning-light:hover {
  fill: #fff9eb;
}
.hover\:fill-warning-light\/0:hover {
  fill: rgba(255, 249, 235, 0);
}
.hover\:fill-warning-light\/10:hover {
  fill: rgba(255, 249, 235, 0.1);
}
.hover\:fill-warning-light\/100:hover {
  fill: #fff9eb;
}
.hover\:fill-warning-light\/20:hover {
  fill: rgba(255, 249, 235, 0.2);
}
.hover\:fill-warning-light\/25:hover {
  fill: rgba(255, 249, 235, 0.25);
}
.hover\:fill-warning-light\/30:hover {
  fill: rgba(255, 249, 235, 0.3);
}
.hover\:fill-warning-light\/40:hover {
  fill: rgba(255, 249, 235, 0.4);
}
.hover\:fill-warning-light\/5:hover {
  fill: rgba(255, 249, 235, 0.05);
}
.hover\:fill-warning-light\/50:hover {
  fill: rgba(255, 249, 235, 0.5);
}
.hover\:fill-warning-light\/60:hover {
  fill: rgba(255, 249, 235, 0.6);
}
.hover\:fill-warning-light\/70:hover {
  fill: rgba(255, 249, 235, 0.7);
}
.hover\:fill-warning-light\/75:hover {
  fill: rgba(255, 249, 235, 0.75);
}
.hover\:fill-warning-light\/80:hover {
  fill: rgba(255, 249, 235, 0.8);
}
.hover\:fill-warning-light\/90:hover {
  fill: rgba(255, 249, 235, 0.9);
}
.hover\:fill-warning-light\/95:hover {
  fill: rgba(255, 249, 235, 0.95);
}
.hover\:fill-warning\/0:hover {
  fill: rgba(169, 92, 0, 0);
}
.hover\:fill-warning\/10:hover {
  fill: rgba(169, 92, 0, 0.1);
}
.hover\:fill-warning\/100:hover {
  fill: #a95c00;
}
.hover\:fill-warning\/20:hover {
  fill: rgba(169, 92, 0, 0.2);
}
.hover\:fill-warning\/25:hover {
  fill: rgba(169, 92, 0, 0.25);
}
.hover\:fill-warning\/30:hover {
  fill: rgba(169, 92, 0, 0.3);
}
.hover\:fill-warning\/40:hover {
  fill: rgba(169, 92, 0, 0.4);
}
.hover\:fill-warning\/5:hover {
  fill: rgba(169, 92, 0, 0.05);
}
.hover\:fill-warning\/50:hover {
  fill: rgba(169, 92, 0, 0.5);
}
.hover\:fill-warning\/60:hover {
  fill: rgba(169, 92, 0, 0.6);
}
.hover\:fill-warning\/70:hover {
  fill: rgba(169, 92, 0, 0.7);
}
.hover\:fill-warning\/75:hover {
  fill: rgba(169, 92, 0, 0.75);
}
.hover\:fill-warning\/80:hover {
  fill: rgba(169, 92, 0, 0.8);
}
.hover\:fill-warning\/90:hover {
  fill: rgba(169, 92, 0, 0.9);
}
.hover\:fill-warning\/95:hover {
  fill: rgba(169, 92, 0, 0.95);
}
.hover\:stroke-brand-web-background-grey:hover {
  stroke: #f5f5f5;
}
.hover\:stroke-brand-web-background-grey\/0:hover {
  stroke: hsla(0, 0%, 96%, 0);
}
.hover\:stroke-brand-web-background-grey\/10:hover {
  stroke: hsla(0, 0%, 96%, 0.1);
}
.hover\:stroke-brand-web-background-grey\/100:hover {
  stroke: #f5f5f5;
}
.hover\:stroke-brand-web-background-grey\/20:hover {
  stroke: hsla(0, 0%, 96%, 0.2);
}
.hover\:stroke-brand-web-background-grey\/25:hover {
  stroke: hsla(0, 0%, 96%, 0.25);
}
.hover\:stroke-brand-web-background-grey\/30:hover {
  stroke: hsla(0, 0%, 96%, 0.3);
}
.hover\:stroke-brand-web-background-grey\/40:hover {
  stroke: hsla(0, 0%, 96%, 0.4);
}
.hover\:stroke-brand-web-background-grey\/5:hover {
  stroke: hsla(0, 0%, 96%, 0.05);
}
.hover\:stroke-brand-web-background-grey\/50:hover {
  stroke: hsla(0, 0%, 96%, 0.5);
}
.hover\:stroke-brand-web-background-grey\/60:hover {
  stroke: hsla(0, 0%, 96%, 0.6);
}
.hover\:stroke-brand-web-background-grey\/70:hover {
  stroke: hsla(0, 0%, 96%, 0.7);
}
.hover\:stroke-brand-web-background-grey\/75:hover {
  stroke: hsla(0, 0%, 96%, 0.75);
}
.hover\:stroke-brand-web-background-grey\/80:hover {
  stroke: hsla(0, 0%, 96%, 0.8);
}
.hover\:stroke-brand-web-background-grey\/90:hover {
  stroke: hsla(0, 0%, 96%, 0.9);
}
.hover\:stroke-brand-web-background-grey\/95:hover {
  stroke: hsla(0, 0%, 96%, 0.95);
}
.hover\:stroke-brand-web-card-grey:hover {
  stroke: #d9dad6;
}
.hover\:stroke-brand-web-card-grey\/0:hover {
  stroke: hsla(75, 5%, 85%, 0);
}
.hover\:stroke-brand-web-card-grey\/10:hover {
  stroke: hsla(75, 5%, 85%, 0.1);
}
.hover\:stroke-brand-web-card-grey\/100:hover {
  stroke: #d9dad6;
}
.hover\:stroke-brand-web-card-grey\/20:hover {
  stroke: hsla(75, 5%, 85%, 0.2);
}
.hover\:stroke-brand-web-card-grey\/25:hover {
  stroke: hsla(75, 5%, 85%, 0.25);
}
.hover\:stroke-brand-web-card-grey\/30:hover {
  stroke: hsla(75, 5%, 85%, 0.3);
}
.hover\:stroke-brand-web-card-grey\/40:hover {
  stroke: hsla(75, 5%, 85%, 0.4);
}
.hover\:stroke-brand-web-card-grey\/5:hover {
  stroke: hsla(75, 5%, 85%, 0.05);
}
.hover\:stroke-brand-web-card-grey\/50:hover {
  stroke: hsla(75, 5%, 85%, 0.5);
}
.hover\:stroke-brand-web-card-grey\/60:hover {
  stroke: hsla(75, 5%, 85%, 0.6);
}
.hover\:stroke-brand-web-card-grey\/70:hover {
  stroke: hsla(75, 5%, 85%, 0.7);
}
.hover\:stroke-brand-web-card-grey\/75:hover {
  stroke: hsla(75, 5%, 85%, 0.75);
}
.hover\:stroke-brand-web-card-grey\/80:hover {
  stroke: hsla(75, 5%, 85%, 0.8);
}
.hover\:stroke-brand-web-card-grey\/90:hover {
  stroke: hsla(75, 5%, 85%, 0.9);
}
.hover\:stroke-brand-web-card-grey\/95:hover {
  stroke: hsla(75, 5%, 85%, 0.95);
}
.hover\:stroke-brand-web-fresh-mint:hover {
  stroke: #27f2d3;
}
.hover\:stroke-brand-web-fresh-mint\/0:hover {
  stroke: rgba(39, 242, 211, 0);
}
.hover\:stroke-brand-web-fresh-mint\/10:hover {
  stroke: rgba(39, 242, 211, 0.1);
}
.hover\:stroke-brand-web-fresh-mint\/100:hover {
  stroke: #27f2d3;
}
.hover\:stroke-brand-web-fresh-mint\/20:hover {
  stroke: rgba(39, 242, 211, 0.2);
}
.hover\:stroke-brand-web-fresh-mint\/25:hover {
  stroke: rgba(39, 242, 211, 0.25);
}
.hover\:stroke-brand-web-fresh-mint\/30:hover {
  stroke: rgba(39, 242, 211, 0.3);
}
.hover\:stroke-brand-web-fresh-mint\/40:hover {
  stroke: rgba(39, 242, 211, 0.4);
}
.hover\:stroke-brand-web-fresh-mint\/5:hover {
  stroke: rgba(39, 242, 211, 0.05);
}
.hover\:stroke-brand-web-fresh-mint\/50:hover {
  stroke: rgba(39, 242, 211, 0.5);
}
.hover\:stroke-brand-web-fresh-mint\/60:hover {
  stroke: rgba(39, 242, 211, 0.6);
}
.hover\:stroke-brand-web-fresh-mint\/70:hover {
  stroke: rgba(39, 242, 211, 0.7);
}
.hover\:stroke-brand-web-fresh-mint\/75:hover {
  stroke: rgba(39, 242, 211, 0.75);
}
.hover\:stroke-brand-web-fresh-mint\/80:hover {
  stroke: rgba(39, 242, 211, 0.8);
}
.hover\:stroke-brand-web-fresh-mint\/90:hover {
  stroke: rgba(39, 242, 211, 0.9);
}
.hover\:stroke-brand-web-fresh-mint\/95:hover {
  stroke: rgba(39, 242, 211, 0.95);
}
.hover\:stroke-brand-web-grey-200:hover {
  stroke: #e1e2e5;
}
.hover\:stroke-brand-web-grey-200\/0:hover {
  stroke: hsla(225, 7%, 89%, 0);
}
.hover\:stroke-brand-web-grey-200\/10:hover {
  stroke: hsla(225, 7%, 89%, 0.1);
}
.hover\:stroke-brand-web-grey-200\/100:hover {
  stroke: #e1e2e5;
}
.hover\:stroke-brand-web-grey-200\/20:hover {
  stroke: hsla(225, 7%, 89%, 0.2);
}
.hover\:stroke-brand-web-grey-200\/25:hover {
  stroke: hsla(225, 7%, 89%, 0.25);
}
.hover\:stroke-brand-web-grey-200\/30:hover {
  stroke: hsla(225, 7%, 89%, 0.3);
}
.hover\:stroke-brand-web-grey-200\/40:hover {
  stroke: hsla(225, 7%, 89%, 0.4);
}
.hover\:stroke-brand-web-grey-200\/5:hover {
  stroke: hsla(225, 7%, 89%, 0.05);
}
.hover\:stroke-brand-web-grey-200\/50:hover {
  stroke: hsla(225, 7%, 89%, 0.5);
}
.hover\:stroke-brand-web-grey-200\/60:hover {
  stroke: hsla(225, 7%, 89%, 0.6);
}
.hover\:stroke-brand-web-grey-200\/70:hover {
  stroke: hsla(225, 7%, 89%, 0.7);
}
.hover\:stroke-brand-web-grey-200\/75:hover {
  stroke: hsla(225, 7%, 89%, 0.75);
}
.hover\:stroke-brand-web-grey-200\/80:hover {
  stroke: hsla(225, 7%, 89%, 0.8);
}
.hover\:stroke-brand-web-grey-200\/90:hover {
  stroke: hsla(225, 7%, 89%, 0.9);
}
.hover\:stroke-brand-web-grey-200\/95:hover {
  stroke: hsla(225, 7%, 89%, 0.95);
}
.hover\:stroke-brand-web-grey-300:hover {
  stroke: #737373;
}
.hover\:stroke-brand-web-grey-300\/0:hover {
  stroke: hsla(0, 0%, 45%, 0);
}
.hover\:stroke-brand-web-grey-300\/10:hover {
  stroke: hsla(0, 0%, 45%, 0.1);
}
.hover\:stroke-brand-web-grey-300\/100:hover {
  stroke: #737373;
}
.hover\:stroke-brand-web-grey-300\/20:hover {
  stroke: hsla(0, 0%, 45%, 0.2);
}
.hover\:stroke-brand-web-grey-300\/25:hover {
  stroke: hsla(0, 0%, 45%, 0.25);
}
.hover\:stroke-brand-web-grey-300\/30:hover {
  stroke: hsla(0, 0%, 45%, 0.3);
}
.hover\:stroke-brand-web-grey-300\/40:hover {
  stroke: hsla(0, 0%, 45%, 0.4);
}
.hover\:stroke-brand-web-grey-300\/5:hover {
  stroke: hsla(0, 0%, 45%, 0.05);
}
.hover\:stroke-brand-web-grey-300\/50:hover {
  stroke: hsla(0, 0%, 45%, 0.5);
}
.hover\:stroke-brand-web-grey-300\/60:hover {
  stroke: hsla(0, 0%, 45%, 0.6);
}
.hover\:stroke-brand-web-grey-300\/70:hover {
  stroke: hsla(0, 0%, 45%, 0.7);
}
.hover\:stroke-brand-web-grey-300\/75:hover {
  stroke: hsla(0, 0%, 45%, 0.75);
}
.hover\:stroke-brand-web-grey-300\/80:hover {
  stroke: hsla(0, 0%, 45%, 0.8);
}
.hover\:stroke-brand-web-grey-300\/90:hover {
  stroke: hsla(0, 0%, 45%, 0.9);
}
.hover\:stroke-brand-web-grey-300\/95:hover {
  stroke: hsla(0, 0%, 45%, 0.95);
}
.hover\:stroke-brand-web-grey-500:hover {
  stroke: #555;
}
.hover\:stroke-brand-web-grey-500\/0:hover {
  stroke: rgba(85, 85, 85, 0);
}
.hover\:stroke-brand-web-grey-500\/10:hover {
  stroke: rgba(85, 85, 85, 0.1);
}
.hover\:stroke-brand-web-grey-500\/100:hover {
  stroke: #555;
}
.hover\:stroke-brand-web-grey-500\/20:hover {
  stroke: rgba(85, 85, 85, 0.2);
}
.hover\:stroke-brand-web-grey-500\/25:hover {
  stroke: rgba(85, 85, 85, 0.25);
}
.hover\:stroke-brand-web-grey-500\/30:hover {
  stroke: rgba(85, 85, 85, 0.3);
}
.hover\:stroke-brand-web-grey-500\/40:hover {
  stroke: rgba(85, 85, 85, 0.4);
}
.hover\:stroke-brand-web-grey-500\/5:hover {
  stroke: rgba(85, 85, 85, 0.05);
}
.hover\:stroke-brand-web-grey-500\/50:hover {
  stroke: rgba(85, 85, 85, 0.5);
}
.hover\:stroke-brand-web-grey-500\/60:hover {
  stroke: rgba(85, 85, 85, 0.6);
}
.hover\:stroke-brand-web-grey-500\/70:hover {
  stroke: rgba(85, 85, 85, 0.7);
}
.hover\:stroke-brand-web-grey-500\/75:hover {
  stroke: rgba(85, 85, 85, 0.75);
}
.hover\:stroke-brand-web-grey-500\/80:hover {
  stroke: rgba(85, 85, 85, 0.8);
}
.hover\:stroke-brand-web-grey-500\/90:hover {
  stroke: rgba(85, 85, 85, 0.9);
}
.hover\:stroke-brand-web-grey-500\/95:hover {
  stroke: rgba(85, 85, 85, 0.95);
}
.hover\:stroke-brand-web-lbc-blue:hover {
  stroke: #004070;
}
.hover\:stroke-brand-web-lbc-blue\/0:hover {
  stroke: rgba(0, 64, 112, 0);
}
.hover\:stroke-brand-web-lbc-blue\/10:hover {
  stroke: rgba(0, 64, 112, 0.1);
}
.hover\:stroke-brand-web-lbc-blue\/100:hover {
  stroke: #004070;
}
.hover\:stroke-brand-web-lbc-blue\/20:hover {
  stroke: rgba(0, 64, 112, 0.2);
}
.hover\:stroke-brand-web-lbc-blue\/25:hover {
  stroke: rgba(0, 64, 112, 0.25);
}
.hover\:stroke-brand-web-lbc-blue\/30:hover {
  stroke: rgba(0, 64, 112, 0.3);
}
.hover\:stroke-brand-web-lbc-blue\/40:hover {
  stroke: rgba(0, 64, 112, 0.4);
}
.hover\:stroke-brand-web-lbc-blue\/5:hover {
  stroke: rgba(0, 64, 112, 0.05);
}
.hover\:stroke-brand-web-lbc-blue\/50:hover {
  stroke: rgba(0, 64, 112, 0.5);
}
.hover\:stroke-brand-web-lbc-blue\/60:hover {
  stroke: rgba(0, 64, 112, 0.6);
}
.hover\:stroke-brand-web-lbc-blue\/70:hover {
  stroke: rgba(0, 64, 112, 0.7);
}
.hover\:stroke-brand-web-lbc-blue\/75:hover {
  stroke: rgba(0, 64, 112, 0.75);
}
.hover\:stroke-brand-web-lbc-blue\/80:hover {
  stroke: rgba(0, 64, 112, 0.8);
}
.hover\:stroke-brand-web-lbc-blue\/90:hover {
  stroke: rgba(0, 64, 112, 0.9);
}
.hover\:stroke-brand-web-lbc-blue\/95:hover {
  stroke: rgba(0, 64, 112, 0.95);
}
.hover\:stroke-brand-web-lbc-gold:hover {
  stroke: #fdb812;
}
.hover\:stroke-brand-web-lbc-gold\/0:hover {
  stroke: rgba(253, 184, 18, 0);
}
.hover\:stroke-brand-web-lbc-gold\/10:hover {
  stroke: rgba(253, 184, 18, 0.1);
}
.hover\:stroke-brand-web-lbc-gold\/100:hover {
  stroke: #fdb812;
}
.hover\:stroke-brand-web-lbc-gold\/20:hover {
  stroke: rgba(253, 184, 18, 0.2);
}
.hover\:stroke-brand-web-lbc-gold\/25:hover {
  stroke: rgba(253, 184, 18, 0.25);
}
.hover\:stroke-brand-web-lbc-gold\/30:hover {
  stroke: rgba(253, 184, 18, 0.3);
}
.hover\:stroke-brand-web-lbc-gold\/40:hover {
  stroke: rgba(253, 184, 18, 0.4);
}
.hover\:stroke-brand-web-lbc-gold\/5:hover {
  stroke: rgba(253, 184, 18, 0.05);
}
.hover\:stroke-brand-web-lbc-gold\/50:hover {
  stroke: rgba(253, 184, 18, 0.5);
}
.hover\:stroke-brand-web-lbc-gold\/60:hover {
  stroke: rgba(253, 184, 18, 0.6);
}
.hover\:stroke-brand-web-lbc-gold\/70:hover {
  stroke: rgba(253, 184, 18, 0.7);
}
.hover\:stroke-brand-web-lbc-gold\/75:hover {
  stroke: rgba(253, 184, 18, 0.75);
}
.hover\:stroke-brand-web-lbc-gold\/80:hover {
  stroke: rgba(253, 184, 18, 0.8);
}
.hover\:stroke-brand-web-lbc-gold\/90:hover {
  stroke: rgba(253, 184, 18, 0.9);
}
.hover\:stroke-brand-web-lbc-gold\/95:hover {
  stroke: rgba(253, 184, 18, 0.95);
}
.hover\:stroke-brand-web-raspberry:hover {
  stroke: #e00d42;
}
.hover\:stroke-brand-web-raspberry\/0:hover {
  stroke: rgba(224, 13, 66, 0);
}
.hover\:stroke-brand-web-raspberry\/10:hover {
  stroke: rgba(224, 13, 66, 0.1);
}
.hover\:stroke-brand-web-raspberry\/100:hover {
  stroke: #e00d42;
}
.hover\:stroke-brand-web-raspberry\/20:hover {
  stroke: rgba(224, 13, 66, 0.2);
}
.hover\:stroke-brand-web-raspberry\/25:hover {
  stroke: rgba(224, 13, 66, 0.25);
}
.hover\:stroke-brand-web-raspberry\/30:hover {
  stroke: rgba(224, 13, 66, 0.3);
}
.hover\:stroke-brand-web-raspberry\/40:hover {
  stroke: rgba(224, 13, 66, 0.4);
}
.hover\:stroke-brand-web-raspberry\/5:hover {
  stroke: rgba(224, 13, 66, 0.05);
}
.hover\:stroke-brand-web-raspberry\/50:hover {
  stroke: rgba(224, 13, 66, 0.5);
}
.hover\:stroke-brand-web-raspberry\/60:hover {
  stroke: rgba(224, 13, 66, 0.6);
}
.hover\:stroke-brand-web-raspberry\/70:hover {
  stroke: rgba(224, 13, 66, 0.7);
}
.hover\:stroke-brand-web-raspberry\/75:hover {
  stroke: rgba(224, 13, 66, 0.75);
}
.hover\:stroke-brand-web-raspberry\/80:hover {
  stroke: rgba(224, 13, 66, 0.8);
}
.hover\:stroke-brand-web-raspberry\/90:hover {
  stroke: rgba(224, 13, 66, 0.9);
}
.hover\:stroke-brand-web-raspberry\/95:hover {
  stroke: rgba(224, 13, 66, 0.95);
}
.hover\:stroke-brand-web-text-grey:hover {
  stroke: #222;
}
.hover\:stroke-brand-web-text-grey\/0:hover {
  stroke: rgba(34, 34, 34, 0);
}
.hover\:stroke-brand-web-text-grey\/10:hover {
  stroke: rgba(34, 34, 34, 0.1);
}
.hover\:stroke-brand-web-text-grey\/100:hover {
  stroke: #222;
}
.hover\:stroke-brand-web-text-grey\/20:hover {
  stroke: rgba(34, 34, 34, 0.2);
}
.hover\:stroke-brand-web-text-grey\/25:hover {
  stroke: rgba(34, 34, 34, 0.25);
}
.hover\:stroke-brand-web-text-grey\/30:hover {
  stroke: rgba(34, 34, 34, 0.3);
}
.hover\:stroke-brand-web-text-grey\/40:hover {
  stroke: rgba(34, 34, 34, 0.4);
}
.hover\:stroke-brand-web-text-grey\/5:hover {
  stroke: rgba(34, 34, 34, 0.05);
}
.hover\:stroke-brand-web-text-grey\/50:hover {
  stroke: rgba(34, 34, 34, 0.5);
}
.hover\:stroke-brand-web-text-grey\/60:hover {
  stroke: rgba(34, 34, 34, 0.6);
}
.hover\:stroke-brand-web-text-grey\/70:hover {
  stroke: rgba(34, 34, 34, 0.7);
}
.hover\:stroke-brand-web-text-grey\/75:hover {
  stroke: rgba(34, 34, 34, 0.75);
}
.hover\:stroke-brand-web-text-grey\/80:hover {
  stroke: rgba(34, 34, 34, 0.8);
}
.hover\:stroke-brand-web-text-grey\/90:hover {
  stroke: rgba(34, 34, 34, 0.9);
}
.hover\:stroke-brand-web-text-grey\/95:hover {
  stroke: rgba(34, 34, 34, 0.95);
}
.hover\:stroke-brand-web-text-light-grey:hover {
  stroke: grey;
}
.hover\:stroke-brand-web-text-light-grey\/0:hover {
  stroke: hsla(0, 0%, 50%, 0);
}
.hover\:stroke-brand-web-text-light-grey\/10:hover {
  stroke: hsla(0, 0%, 50%, 0.1);
}
.hover\:stroke-brand-web-text-light-grey\/100:hover {
  stroke: grey;
}
.hover\:stroke-brand-web-text-light-grey\/20:hover {
  stroke: hsla(0, 0%, 50%, 0.2);
}
.hover\:stroke-brand-web-text-light-grey\/25:hover {
  stroke: hsla(0, 0%, 50%, 0.25);
}
.hover\:stroke-brand-web-text-light-grey\/30:hover {
  stroke: hsla(0, 0%, 50%, 0.3);
}
.hover\:stroke-brand-web-text-light-grey\/40:hover {
  stroke: hsla(0, 0%, 50%, 0.4);
}
.hover\:stroke-brand-web-text-light-grey\/5:hover {
  stroke: hsla(0, 0%, 50%, 0.05);
}
.hover\:stroke-brand-web-text-light-grey\/50:hover {
  stroke: hsla(0, 0%, 50%, 0.5);
}
.hover\:stroke-brand-web-text-light-grey\/60:hover {
  stroke: hsla(0, 0%, 50%, 0.6);
}
.hover\:stroke-brand-web-text-light-grey\/70:hover {
  stroke: hsla(0, 0%, 50%, 0.7);
}
.hover\:stroke-brand-web-text-light-grey\/75:hover {
  stroke: hsla(0, 0%, 50%, 0.75);
}
.hover\:stroke-brand-web-text-light-grey\/80:hover {
  stroke: hsla(0, 0%, 50%, 0.8);
}
.hover\:stroke-brand-web-text-light-grey\/90:hover {
  stroke: hsla(0, 0%, 50%, 0.9);
}
.hover\:stroke-brand-web-text-light-grey\/95:hover {
  stroke: hsla(0, 0%, 50%, 0.95);
}
.hover\:stroke-brand-web-white:hover {
  stroke: #fff;
}
.hover\:stroke-brand-web-white\/0:hover {
  stroke: hsla(0, 0%, 100%, 0);
}
.hover\:stroke-brand-web-white\/10:hover {
  stroke: hsla(0, 0%, 100%, 0.1);
}
.hover\:stroke-brand-web-white\/100:hover {
  stroke: #fff;
}
.hover\:stroke-brand-web-white\/20:hover {
  stroke: hsla(0, 0%, 100%, 0.2);
}
.hover\:stroke-brand-web-white\/25:hover {
  stroke: hsla(0, 0%, 100%, 0.25);
}
.hover\:stroke-brand-web-white\/30:hover {
  stroke: hsla(0, 0%, 100%, 0.3);
}
.hover\:stroke-brand-web-white\/40:hover {
  stroke: hsla(0, 0%, 100%, 0.4);
}
.hover\:stroke-brand-web-white\/5:hover {
  stroke: hsla(0, 0%, 100%, 0.05);
}
.hover\:stroke-brand-web-white\/50:hover {
  stroke: hsla(0, 0%, 100%, 0.5);
}
.hover\:stroke-brand-web-white\/60:hover {
  stroke: hsla(0, 0%, 100%, 0.6);
}
.hover\:stroke-brand-web-white\/70:hover {
  stroke: hsla(0, 0%, 100%, 0.7);
}
.hover\:stroke-brand-web-white\/75:hover {
  stroke: hsla(0, 0%, 100%, 0.75);
}
.hover\:stroke-brand-web-white\/80:hover {
  stroke: hsla(0, 0%, 100%, 0.8);
}
.hover\:stroke-brand-web-white\/90:hover {
  stroke: hsla(0, 0%, 100%, 0.9);
}
.hover\:stroke-brand-web-white\/95:hover {
  stroke: hsla(0, 0%, 100%, 0.95);
}
.hover\:stroke-error:hover {
  stroke: #ae0a33;
}
.hover\:stroke-error-light:hover {
  stroke: #feecf0;
}
.hover\:stroke-error-light\/0:hover {
  stroke: rgba(254, 236, 240, 0);
}
.hover\:stroke-error-light\/10:hover {
  stroke: rgba(254, 236, 240, 0.1);
}
.hover\:stroke-error-light\/100:hover {
  stroke: #feecf0;
}
.hover\:stroke-error-light\/20:hover {
  stroke: rgba(254, 236, 240, 0.2);
}
.hover\:stroke-error-light\/25:hover {
  stroke: rgba(254, 236, 240, 0.25);
}
.hover\:stroke-error-light\/30:hover {
  stroke: rgba(254, 236, 240, 0.3);
}
.hover\:stroke-error-light\/40:hover {
  stroke: rgba(254, 236, 240, 0.4);
}
.hover\:stroke-error-light\/5:hover {
  stroke: rgba(254, 236, 240, 0.05);
}
.hover\:stroke-error-light\/50:hover {
  stroke: rgba(254, 236, 240, 0.5);
}
.hover\:stroke-error-light\/60:hover {
  stroke: rgba(254, 236, 240, 0.6);
}
.hover\:stroke-error-light\/70:hover {
  stroke: rgba(254, 236, 240, 0.7);
}
.hover\:stroke-error-light\/75:hover {
  stroke: rgba(254, 236, 240, 0.75);
}
.hover\:stroke-error-light\/80:hover {
  stroke: rgba(254, 236, 240, 0.8);
}
.hover\:stroke-error-light\/90:hover {
  stroke: rgba(254, 236, 240, 0.9);
}
.hover\:stroke-error-light\/95:hover {
  stroke: rgba(254, 236, 240, 0.95);
}
.hover\:stroke-error\/0:hover {
  stroke: rgba(174, 10, 51, 0);
}
.hover\:stroke-error\/10:hover {
  stroke: rgba(174, 10, 51, 0.1);
}
.hover\:stroke-error\/100:hover {
  stroke: #ae0a33;
}
.hover\:stroke-error\/20:hover {
  stroke: rgba(174, 10, 51, 0.2);
}
.hover\:stroke-error\/25:hover {
  stroke: rgba(174, 10, 51, 0.25);
}
.hover\:stroke-error\/30:hover {
  stroke: rgba(174, 10, 51, 0.3);
}
.hover\:stroke-error\/40:hover {
  stroke: rgba(174, 10, 51, 0.4);
}
.hover\:stroke-error\/5:hover {
  stroke: rgba(174, 10, 51, 0.05);
}
.hover\:stroke-error\/50:hover {
  stroke: rgba(174, 10, 51, 0.5);
}
.hover\:stroke-error\/60:hover {
  stroke: rgba(174, 10, 51, 0.6);
}
.hover\:stroke-error\/70:hover {
  stroke: rgba(174, 10, 51, 0.7);
}
.hover\:stroke-error\/75:hover {
  stroke: rgba(174, 10, 51, 0.75);
}
.hover\:stroke-error\/80:hover {
  stroke: rgba(174, 10, 51, 0.8);
}
.hover\:stroke-error\/90:hover {
  stroke: rgba(174, 10, 51, 0.9);
}
.hover\:stroke-error\/95:hover {
  stroke: rgba(174, 10, 51, 0.95);
}
.hover\:stroke-hover:hover {
  stroke: #7ac5fe;
}
.hover\:stroke-hover\/0:hover {
  stroke: rgba(122, 197, 254, 0);
}
.hover\:stroke-hover\/10:hover {
  stroke: rgba(122, 197, 254, 0.1);
}
.hover\:stroke-hover\/100:hover {
  stroke: #7ac5fe;
}
.hover\:stroke-hover\/20:hover {
  stroke: rgba(122, 197, 254, 0.2);
}
.hover\:stroke-hover\/25:hover {
  stroke: rgba(122, 197, 254, 0.25);
}
.hover\:stroke-hover\/30:hover {
  stroke: rgba(122, 197, 254, 0.3);
}
.hover\:stroke-hover\/40:hover {
  stroke: rgba(122, 197, 254, 0.4);
}
.hover\:stroke-hover\/5:hover {
  stroke: rgba(122, 197, 254, 0.05);
}
.hover\:stroke-hover\/50:hover {
  stroke: rgba(122, 197, 254, 0.5);
}
.hover\:stroke-hover\/60:hover {
  stroke: rgba(122, 197, 254, 0.6);
}
.hover\:stroke-hover\/70:hover {
  stroke: rgba(122, 197, 254, 0.7);
}
.hover\:stroke-hover\/75:hover {
  stroke: rgba(122, 197, 254, 0.75);
}
.hover\:stroke-hover\/80:hover {
  stroke: rgba(122, 197, 254, 0.8);
}
.hover\:stroke-hover\/90:hover {
  stroke: rgba(122, 197, 254, 0.9);
}
.hover\:stroke-hover\/95:hover {
  stroke: rgba(122, 197, 254, 0.95);
}
.hover\:stroke-info:hover {
  stroke: #00518f;
}
.hover\:stroke-info-light:hover {
  stroke: #ebf6ff;
}
.hover\:stroke-info-light\/0:hover {
  stroke: rgba(235, 246, 255, 0);
}
.hover\:stroke-info-light\/10:hover {
  stroke: rgba(235, 246, 255, 0.1);
}
.hover\:stroke-info-light\/100:hover {
  stroke: #ebf6ff;
}
.hover\:stroke-info-light\/20:hover {
  stroke: rgba(235, 246, 255, 0.2);
}
.hover\:stroke-info-light\/25:hover {
  stroke: rgba(235, 246, 255, 0.25);
}
.hover\:stroke-info-light\/30:hover {
  stroke: rgba(235, 246, 255, 0.3);
}
.hover\:stroke-info-light\/40:hover {
  stroke: rgba(235, 246, 255, 0.4);
}
.hover\:stroke-info-light\/5:hover {
  stroke: rgba(235, 246, 255, 0.05);
}
.hover\:stroke-info-light\/50:hover {
  stroke: rgba(235, 246, 255, 0.5);
}
.hover\:stroke-info-light\/60:hover {
  stroke: rgba(235, 246, 255, 0.6);
}
.hover\:stroke-info-light\/70:hover {
  stroke: rgba(235, 246, 255, 0.7);
}
.hover\:stroke-info-light\/75:hover {
  stroke: rgba(235, 246, 255, 0.75);
}
.hover\:stroke-info-light\/80:hover {
  stroke: rgba(235, 246, 255, 0.8);
}
.hover\:stroke-info-light\/90:hover {
  stroke: rgba(235, 246, 255, 0.9);
}
.hover\:stroke-info-light\/95:hover {
  stroke: rgba(235, 246, 255, 0.95);
}
.hover\:stroke-info\/0:hover {
  stroke: rgba(0, 81, 143, 0);
}
.hover\:stroke-info\/10:hover {
  stroke: rgba(0, 81, 143, 0.1);
}
.hover\:stroke-info\/100:hover {
  stroke: #00518f;
}
.hover\:stroke-info\/20:hover {
  stroke: rgba(0, 81, 143, 0.2);
}
.hover\:stroke-info\/25:hover {
  stroke: rgba(0, 81, 143, 0.25);
}
.hover\:stroke-info\/30:hover {
  stroke: rgba(0, 81, 143, 0.3);
}
.hover\:stroke-info\/40:hover {
  stroke: rgba(0, 81, 143, 0.4);
}
.hover\:stroke-info\/5:hover {
  stroke: rgba(0, 81, 143, 0.05);
}
.hover\:stroke-info\/50:hover {
  stroke: rgba(0, 81, 143, 0.5);
}
.hover\:stroke-info\/60:hover {
  stroke: rgba(0, 81, 143, 0.6);
}
.hover\:stroke-info\/70:hover {
  stroke: rgba(0, 81, 143, 0.7);
}
.hover\:stroke-info\/75:hover {
  stroke: rgba(0, 81, 143, 0.75);
}
.hover\:stroke-info\/80:hover {
  stroke: rgba(0, 81, 143, 0.8);
}
.hover\:stroke-info\/90:hover {
  stroke: rgba(0, 81, 143, 0.9);
}
.hover\:stroke-info\/95:hover {
  stroke: rgba(0, 81, 143, 0.95);
}
.hover\:stroke-lbc-blue-100:hover {
  stroke: #9fd5fc;
}
.hover\:stroke-lbc-blue-100\/0:hover {
  stroke: rgba(159, 213, 252, 0);
}
.hover\:stroke-lbc-blue-100\/10:hover {
  stroke: rgba(159, 213, 252, 0.1);
}
.hover\:stroke-lbc-blue-100\/100:hover {
  stroke: #9fd5fc;
}
.hover\:stroke-lbc-blue-100\/20:hover {
  stroke: rgba(159, 213, 252, 0.2);
}
.hover\:stroke-lbc-blue-100\/25:hover {
  stroke: rgba(159, 213, 252, 0.25);
}
.hover\:stroke-lbc-blue-100\/30:hover {
  stroke: rgba(159, 213, 252, 0.3);
}
.hover\:stroke-lbc-blue-100\/40:hover {
  stroke: rgba(159, 213, 252, 0.4);
}
.hover\:stroke-lbc-blue-100\/5:hover {
  stroke: rgba(159, 213, 252, 0.05);
}
.hover\:stroke-lbc-blue-100\/50:hover {
  stroke: rgba(159, 213, 252, 0.5);
}
.hover\:stroke-lbc-blue-100\/60:hover {
  stroke: rgba(159, 213, 252, 0.6);
}
.hover\:stroke-lbc-blue-100\/70:hover {
  stroke: rgba(159, 213, 252, 0.7);
}
.hover\:stroke-lbc-blue-100\/75:hover {
  stroke: rgba(159, 213, 252, 0.75);
}
.hover\:stroke-lbc-blue-100\/80:hover {
  stroke: rgba(159, 213, 252, 0.8);
}
.hover\:stroke-lbc-blue-100\/90:hover {
  stroke: rgba(159, 213, 252, 0.9);
}
.hover\:stroke-lbc-blue-100\/95:hover {
  stroke: rgba(159, 213, 252, 0.95);
}
.hover\:stroke-lbc-blue-200:hover {
  stroke: #6fb3e7;
}
.hover\:stroke-lbc-blue-200\/0:hover {
  stroke: rgba(111, 179, 231, 0);
}
.hover\:stroke-lbc-blue-200\/10:hover {
  stroke: rgba(111, 179, 231, 0.1);
}
.hover\:stroke-lbc-blue-200\/100:hover {
  stroke: #6fb3e7;
}
.hover\:stroke-lbc-blue-200\/20:hover {
  stroke: rgba(111, 179, 231, 0.2);
}
.hover\:stroke-lbc-blue-200\/25:hover {
  stroke: rgba(111, 179, 231, 0.25);
}
.hover\:stroke-lbc-blue-200\/30:hover {
  stroke: rgba(111, 179, 231, 0.3);
}
.hover\:stroke-lbc-blue-200\/40:hover {
  stroke: rgba(111, 179, 231, 0.4);
}
.hover\:stroke-lbc-blue-200\/5:hover {
  stroke: rgba(111, 179, 231, 0.05);
}
.hover\:stroke-lbc-blue-200\/50:hover {
  stroke: rgba(111, 179, 231, 0.5);
}
.hover\:stroke-lbc-blue-200\/60:hover {
  stroke: rgba(111, 179, 231, 0.6);
}
.hover\:stroke-lbc-blue-200\/70:hover {
  stroke: rgba(111, 179, 231, 0.7);
}
.hover\:stroke-lbc-blue-200\/75:hover {
  stroke: rgba(111, 179, 231, 0.75);
}
.hover\:stroke-lbc-blue-200\/80:hover {
  stroke: rgba(111, 179, 231, 0.8);
}
.hover\:stroke-lbc-blue-200\/90:hover {
  stroke: rgba(111, 179, 231, 0.9);
}
.hover\:stroke-lbc-blue-200\/95:hover {
  stroke: rgba(111, 179, 231, 0.95);
}
.hover\:stroke-lbc-blue-50:hover {
  stroke: #d8ecfd;
}
.hover\:stroke-lbc-blue-50\/0:hover {
  stroke: rgba(216, 236, 253, 0);
}
.hover\:stroke-lbc-blue-50\/10:hover {
  stroke: rgba(216, 236, 253, 0.1);
}
.hover\:stroke-lbc-blue-50\/100:hover {
  stroke: #d8ecfd;
}
.hover\:stroke-lbc-blue-50\/20:hover {
  stroke: rgba(216, 236, 253, 0.2);
}
.hover\:stroke-lbc-blue-50\/25:hover {
  stroke: rgba(216, 236, 253, 0.25);
}
.hover\:stroke-lbc-blue-50\/30:hover {
  stroke: rgba(216, 236, 253, 0.3);
}
.hover\:stroke-lbc-blue-50\/40:hover {
  stroke: rgba(216, 236, 253, 0.4);
}
.hover\:stroke-lbc-blue-50\/5:hover {
  stroke: rgba(216, 236, 253, 0.05);
}
.hover\:stroke-lbc-blue-50\/50:hover {
  stroke: rgba(216, 236, 253, 0.5);
}
.hover\:stroke-lbc-blue-50\/60:hover {
  stroke: rgba(216, 236, 253, 0.6);
}
.hover\:stroke-lbc-blue-50\/70:hover {
  stroke: rgba(216, 236, 253, 0.7);
}
.hover\:stroke-lbc-blue-50\/75:hover {
  stroke: rgba(216, 236, 253, 0.75);
}
.hover\:stroke-lbc-blue-50\/80:hover {
  stroke: rgba(216, 236, 253, 0.8);
}
.hover\:stroke-lbc-blue-50\/90:hover {
  stroke: rgba(216, 236, 253, 0.9);
}
.hover\:stroke-lbc-blue-50\/95:hover {
  stroke: rgba(216, 236, 253, 0.95);
}
.hover\:stroke-lbc-gold-100:hover {
  stroke: #ffee9e;
}
.hover\:stroke-lbc-gold-100\/0:hover {
  stroke: rgba(255, 238, 158, 0);
}
.hover\:stroke-lbc-gold-100\/10:hover {
  stroke: rgba(255, 238, 158, 0.1);
}
.hover\:stroke-lbc-gold-100\/100:hover {
  stroke: #ffee9e;
}
.hover\:stroke-lbc-gold-100\/20:hover {
  stroke: rgba(255, 238, 158, 0.2);
}
.hover\:stroke-lbc-gold-100\/25:hover {
  stroke: rgba(255, 238, 158, 0.25);
}
.hover\:stroke-lbc-gold-100\/30:hover {
  stroke: rgba(255, 238, 158, 0.3);
}
.hover\:stroke-lbc-gold-100\/40:hover {
  stroke: rgba(255, 238, 158, 0.4);
}
.hover\:stroke-lbc-gold-100\/5:hover {
  stroke: rgba(255, 238, 158, 0.05);
}
.hover\:stroke-lbc-gold-100\/50:hover {
  stroke: rgba(255, 238, 158, 0.5);
}
.hover\:stroke-lbc-gold-100\/60:hover {
  stroke: rgba(255, 238, 158, 0.6);
}
.hover\:stroke-lbc-gold-100\/70:hover {
  stroke: rgba(255, 238, 158, 0.7);
}
.hover\:stroke-lbc-gold-100\/75:hover {
  stroke: rgba(255, 238, 158, 0.75);
}
.hover\:stroke-lbc-gold-100\/80:hover {
  stroke: rgba(255, 238, 158, 0.8);
}
.hover\:stroke-lbc-gold-100\/90:hover {
  stroke: rgba(255, 238, 158, 0.9);
}
.hover\:stroke-lbc-gold-100\/95:hover {
  stroke: rgba(255, 238, 158, 0.95);
}
.hover\:stroke-lbc-gold-200:hover {
  stroke: #fedc66;
}
.hover\:stroke-lbc-gold-200\/0:hover {
  stroke: hsla(47, 99%, 70%, 0);
}
.hover\:stroke-lbc-gold-200\/10:hover {
  stroke: hsla(47, 99%, 70%, 0.1);
}
.hover\:stroke-lbc-gold-200\/100:hover {
  stroke: #fedc66;
}
.hover\:stroke-lbc-gold-200\/20:hover {
  stroke: hsla(47, 99%, 70%, 0.2);
}
.hover\:stroke-lbc-gold-200\/25:hover {
  stroke: hsla(47, 99%, 70%, 0.25);
}
.hover\:stroke-lbc-gold-200\/30:hover {
  stroke: hsla(47, 99%, 70%, 0.3);
}
.hover\:stroke-lbc-gold-200\/40:hover {
  stroke: hsla(47, 99%, 70%, 0.4);
}
.hover\:stroke-lbc-gold-200\/5:hover {
  stroke: hsla(47, 99%, 70%, 0.05);
}
.hover\:stroke-lbc-gold-200\/50:hover {
  stroke: hsla(47, 99%, 70%, 0.5);
}
.hover\:stroke-lbc-gold-200\/60:hover {
  stroke: hsla(47, 99%, 70%, 0.6);
}
.hover\:stroke-lbc-gold-200\/70:hover {
  stroke: hsla(47, 99%, 70%, 0.7);
}
.hover\:stroke-lbc-gold-200\/75:hover {
  stroke: hsla(47, 99%, 70%, 0.75);
}
.hover\:stroke-lbc-gold-200\/80:hover {
  stroke: hsla(47, 99%, 70%, 0.8);
}
.hover\:stroke-lbc-gold-200\/90:hover {
  stroke: hsla(47, 99%, 70%, 0.9);
}
.hover\:stroke-lbc-gold-200\/95:hover {
  stroke: hsla(47, 99%, 70%, 0.95);
}
.hover\:stroke-lbc-mint-100:hover {
  stroke: #7effec;
}
.hover\:stroke-lbc-mint-100\/0:hover {
  stroke: rgba(126, 255, 236, 0);
}
.hover\:stroke-lbc-mint-100\/10:hover {
  stroke: rgba(126, 255, 236, 0.1);
}
.hover\:stroke-lbc-mint-100\/100:hover {
  stroke: #7effec;
}
.hover\:stroke-lbc-mint-100\/20:hover {
  stroke: rgba(126, 255, 236, 0.2);
}
.hover\:stroke-lbc-mint-100\/25:hover {
  stroke: rgba(126, 255, 236, 0.25);
}
.hover\:stroke-lbc-mint-100\/30:hover {
  stroke: rgba(126, 255, 236, 0.3);
}
.hover\:stroke-lbc-mint-100\/40:hover {
  stroke: rgba(126, 255, 236, 0.4);
}
.hover\:stroke-lbc-mint-100\/5:hover {
  stroke: rgba(126, 255, 236, 0.05);
}
.hover\:stroke-lbc-mint-100\/50:hover {
  stroke: rgba(126, 255, 236, 0.5);
}
.hover\:stroke-lbc-mint-100\/60:hover {
  stroke: rgba(126, 255, 236, 0.6);
}
.hover\:stroke-lbc-mint-100\/70:hover {
  stroke: rgba(126, 255, 236, 0.7);
}
.hover\:stroke-lbc-mint-100\/75:hover {
  stroke: rgba(126, 255, 236, 0.75);
}
.hover\:stroke-lbc-mint-100\/80:hover {
  stroke: rgba(126, 255, 236, 0.8);
}
.hover\:stroke-lbc-mint-100\/90:hover {
  stroke: rgba(126, 255, 236, 0.9);
}
.hover\:stroke-lbc-mint-100\/95:hover {
  stroke: rgba(126, 255, 236, 0.95);
}
.hover\:stroke-lbc-mint-300:hover {
  stroke: #0ad7b8;
}
.hover\:stroke-lbc-mint-300\/0:hover {
  stroke: rgba(10, 215, 184, 0);
}
.hover\:stroke-lbc-mint-300\/10:hover {
  stroke: rgba(10, 215, 184, 0.1);
}
.hover\:stroke-lbc-mint-300\/100:hover {
  stroke: #0ad7b8;
}
.hover\:stroke-lbc-mint-300\/20:hover {
  stroke: rgba(10, 215, 184, 0.2);
}
.hover\:stroke-lbc-mint-300\/25:hover {
  stroke: rgba(10, 215, 184, 0.25);
}
.hover\:stroke-lbc-mint-300\/30:hover {
  stroke: rgba(10, 215, 184, 0.3);
}
.hover\:stroke-lbc-mint-300\/40:hover {
  stroke: rgba(10, 215, 184, 0.4);
}
.hover\:stroke-lbc-mint-300\/5:hover {
  stroke: rgba(10, 215, 184, 0.05);
}
.hover\:stroke-lbc-mint-300\/50:hover {
  stroke: rgba(10, 215, 184, 0.5);
}
.hover\:stroke-lbc-mint-300\/60:hover {
  stroke: rgba(10, 215, 184, 0.6);
}
.hover\:stroke-lbc-mint-300\/70:hover {
  stroke: rgba(10, 215, 184, 0.7);
}
.hover\:stroke-lbc-mint-300\/75:hover {
  stroke: rgba(10, 215, 184, 0.75);
}
.hover\:stroke-lbc-mint-300\/80:hover {
  stroke: rgba(10, 215, 184, 0.8);
}
.hover\:stroke-lbc-mint-300\/90:hover {
  stroke: rgba(10, 215, 184, 0.9);
}
.hover\:stroke-lbc-mint-300\/95:hover {
  stroke: rgba(10, 215, 184, 0.95);
}
.hover\:stroke-selected:hover {
  stroke: #fee987;
}
.hover\:stroke-selected\/0:hover {
  stroke: hsla(49, 98%, 76%, 0);
}
.hover\:stroke-selected\/10:hover {
  stroke: hsla(49, 98%, 76%, 0.1);
}
.hover\:stroke-selected\/100:hover {
  stroke: #fee987;
}
.hover\:stroke-selected\/20:hover {
  stroke: hsla(49, 98%, 76%, 0.2);
}
.hover\:stroke-selected\/25:hover {
  stroke: hsla(49, 98%, 76%, 0.25);
}
.hover\:stroke-selected\/30:hover {
  stroke: hsla(49, 98%, 76%, 0.3);
}
.hover\:stroke-selected\/40:hover {
  stroke: hsla(49, 98%, 76%, 0.4);
}
.hover\:stroke-selected\/5:hover {
  stroke: hsla(49, 98%, 76%, 0.05);
}
.hover\:stroke-selected\/50:hover {
  stroke: hsla(49, 98%, 76%, 0.5);
}
.hover\:stroke-selected\/60:hover {
  stroke: hsla(49, 98%, 76%, 0.6);
}
.hover\:stroke-selected\/70:hover {
  stroke: hsla(49, 98%, 76%, 0.7);
}
.hover\:stroke-selected\/75:hover {
  stroke: hsla(49, 98%, 76%, 0.75);
}
.hover\:stroke-selected\/80:hover {
  stroke: hsla(49, 98%, 76%, 0.8);
}
.hover\:stroke-selected\/90:hover {
  stroke: hsla(49, 98%, 76%, 0.9);
}
.hover\:stroke-selected\/95:hover {
  stroke: hsla(49, 98%, 76%, 0.95);
}
.hover\:stroke-success:hover {
  stroke: #3c763c;
}
.hover\:stroke-success-light:hover {
  stroke: #def0d8;
}
.hover\:stroke-success-light\/0:hover {
  stroke: rgba(222, 240, 216, 0);
}
.hover\:stroke-success-light\/10:hover {
  stroke: rgba(222, 240, 216, 0.1);
}
.hover\:stroke-success-light\/100:hover {
  stroke: #def0d8;
}
.hover\:stroke-success-light\/20:hover {
  stroke: rgba(222, 240, 216, 0.2);
}
.hover\:stroke-success-light\/25:hover {
  stroke: rgba(222, 240, 216, 0.25);
}
.hover\:stroke-success-light\/30:hover {
  stroke: rgba(222, 240, 216, 0.3);
}
.hover\:stroke-success-light\/40:hover {
  stroke: rgba(222, 240, 216, 0.4);
}
.hover\:stroke-success-light\/5:hover {
  stroke: rgba(222, 240, 216, 0.05);
}
.hover\:stroke-success-light\/50:hover {
  stroke: rgba(222, 240, 216, 0.5);
}
.hover\:stroke-success-light\/60:hover {
  stroke: rgba(222, 240, 216, 0.6);
}
.hover\:stroke-success-light\/70:hover {
  stroke: rgba(222, 240, 216, 0.7);
}
.hover\:stroke-success-light\/75:hover {
  stroke: rgba(222, 240, 216, 0.75);
}
.hover\:stroke-success-light\/80:hover {
  stroke: rgba(222, 240, 216, 0.8);
}
.hover\:stroke-success-light\/90:hover {
  stroke: rgba(222, 240, 216, 0.9);
}
.hover\:stroke-success-light\/95:hover {
  stroke: rgba(222, 240, 216, 0.95);
}
.hover\:stroke-success\/0:hover {
  stroke: rgba(60, 118, 60, 0);
}
.hover\:stroke-success\/10:hover {
  stroke: rgba(60, 118, 60, 0.1);
}
.hover\:stroke-success\/100:hover {
  stroke: #3c763c;
}
.hover\:stroke-success\/20:hover {
  stroke: rgba(60, 118, 60, 0.2);
}
.hover\:stroke-success\/25:hover {
  stroke: rgba(60, 118, 60, 0.25);
}
.hover\:stroke-success\/30:hover {
  stroke: rgba(60, 118, 60, 0.3);
}
.hover\:stroke-success\/40:hover {
  stroke: rgba(60, 118, 60, 0.4);
}
.hover\:stroke-success\/5:hover {
  stroke: rgba(60, 118, 60, 0.05);
}
.hover\:stroke-success\/50:hover {
  stroke: rgba(60, 118, 60, 0.5);
}
.hover\:stroke-success\/60:hover {
  stroke: rgba(60, 118, 60, 0.6);
}
.hover\:stroke-success\/70:hover {
  stroke: rgba(60, 118, 60, 0.7);
}
.hover\:stroke-success\/75:hover {
  stroke: rgba(60, 118, 60, 0.75);
}
.hover\:stroke-success\/80:hover {
  stroke: rgba(60, 118, 60, 0.8);
}
.hover\:stroke-success\/90:hover {
  stroke: rgba(60, 118, 60, 0.9);
}
.hover\:stroke-success\/95:hover {
  stroke: rgba(60, 118, 60, 0.95);
}
.hover\:stroke-warning:hover {
  stroke: #a95c00;
}
.hover\:stroke-warning-light:hover {
  stroke: #fff9eb;
}
.hover\:stroke-warning-light\/0:hover {
  stroke: rgba(255, 249, 235, 0);
}
.hover\:stroke-warning-light\/10:hover {
  stroke: rgba(255, 249, 235, 0.1);
}
.hover\:stroke-warning-light\/100:hover {
  stroke: #fff9eb;
}
.hover\:stroke-warning-light\/20:hover {
  stroke: rgba(255, 249, 235, 0.2);
}
.hover\:stroke-warning-light\/25:hover {
  stroke: rgba(255, 249, 235, 0.25);
}
.hover\:stroke-warning-light\/30:hover {
  stroke: rgba(255, 249, 235, 0.3);
}
.hover\:stroke-warning-light\/40:hover {
  stroke: rgba(255, 249, 235, 0.4);
}
.hover\:stroke-warning-light\/5:hover {
  stroke: rgba(255, 249, 235, 0.05);
}
.hover\:stroke-warning-light\/50:hover {
  stroke: rgba(255, 249, 235, 0.5);
}
.hover\:stroke-warning-light\/60:hover {
  stroke: rgba(255, 249, 235, 0.6);
}
.hover\:stroke-warning-light\/70:hover {
  stroke: rgba(255, 249, 235, 0.7);
}
.hover\:stroke-warning-light\/75:hover {
  stroke: rgba(255, 249, 235, 0.75);
}
.hover\:stroke-warning-light\/80:hover {
  stroke: rgba(255, 249, 235, 0.8);
}
.hover\:stroke-warning-light\/90:hover {
  stroke: rgba(255, 249, 235, 0.9);
}
.hover\:stroke-warning-light\/95:hover {
  stroke: rgba(255, 249, 235, 0.95);
}
.hover\:stroke-warning\/0:hover {
  stroke: rgba(169, 92, 0, 0);
}
.hover\:stroke-warning\/10:hover {
  stroke: rgba(169, 92, 0, 0.1);
}
.hover\:stroke-warning\/100:hover {
  stroke: #a95c00;
}
.hover\:stroke-warning\/20:hover {
  stroke: rgba(169, 92, 0, 0.2);
}
.hover\:stroke-warning\/25:hover {
  stroke: rgba(169, 92, 0, 0.25);
}
.hover\:stroke-warning\/30:hover {
  stroke: rgba(169, 92, 0, 0.3);
}
.hover\:stroke-warning\/40:hover {
  stroke: rgba(169, 92, 0, 0.4);
}
.hover\:stroke-warning\/5:hover {
  stroke: rgba(169, 92, 0, 0.05);
}
.hover\:stroke-warning\/50:hover {
  stroke: rgba(169, 92, 0, 0.5);
}
.hover\:stroke-warning\/60:hover {
  stroke: rgba(169, 92, 0, 0.6);
}
.hover\:stroke-warning\/70:hover {
  stroke: rgba(169, 92, 0, 0.7);
}
.hover\:stroke-warning\/75:hover {
  stroke: rgba(169, 92, 0, 0.75);
}
.hover\:stroke-warning\/80:hover {
  stroke: rgba(169, 92, 0, 0.8);
}
.hover\:stroke-warning\/90:hover {
  stroke: rgba(169, 92, 0, 0.9);
}
.hover\:stroke-warning\/95:hover {
  stroke: rgba(169, 92, 0, 0.95);
}
.hover\:text-brand-web-background-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.hover\:text-brand-web-background-grey\/0:hover {
  color: hsla(0, 0%, 96%, 0);
}
.hover\:text-brand-web-background-grey\/10:hover {
  color: hsla(0, 0%, 96%, 0.1);
}
.hover\:text-brand-web-background-grey\/100:hover {
  color: #f5f5f5;
}
.hover\:text-brand-web-background-grey\/20:hover {
  color: hsla(0, 0%, 96%, 0.2);
}
.hover\:text-brand-web-background-grey\/25:hover {
  color: hsla(0, 0%, 96%, 0.25);
}
.hover\:text-brand-web-background-grey\/30:hover {
  color: hsla(0, 0%, 96%, 0.3);
}
.hover\:text-brand-web-background-grey\/40:hover {
  color: hsla(0, 0%, 96%, 0.4);
}
.hover\:text-brand-web-background-grey\/5:hover {
  color: hsla(0, 0%, 96%, 0.05);
}
.hover\:text-brand-web-background-grey\/50:hover {
  color: hsla(0, 0%, 96%, 0.5);
}
.hover\:text-brand-web-background-grey\/60:hover {
  color: hsla(0, 0%, 96%, 0.6);
}
.hover\:text-brand-web-background-grey\/70:hover {
  color: hsla(0, 0%, 96%, 0.7);
}
.hover\:text-brand-web-background-grey\/75:hover {
  color: hsla(0, 0%, 96%, 0.75);
}
.hover\:text-brand-web-background-grey\/80:hover {
  color: hsla(0, 0%, 96%, 0.8);
}
.hover\:text-brand-web-background-grey\/90:hover {
  color: hsla(0, 0%, 96%, 0.9);
}
.hover\:text-brand-web-background-grey\/95:hover {
  color: hsla(0, 0%, 96%, 0.95);
}
.hover\:text-brand-web-card-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(217 218 214 / var(--tw-text-opacity));
}
.hover\:text-brand-web-card-grey\/0:hover {
  color: hsla(75, 5%, 85%, 0);
}
.hover\:text-brand-web-card-grey\/10:hover {
  color: hsla(75, 5%, 85%, 0.1);
}
.hover\:text-brand-web-card-grey\/100:hover {
  color: #d9dad6;
}
.hover\:text-brand-web-card-grey\/20:hover {
  color: hsla(75, 5%, 85%, 0.2);
}
.hover\:text-brand-web-card-grey\/25:hover {
  color: hsla(75, 5%, 85%, 0.25);
}
.hover\:text-brand-web-card-grey\/30:hover {
  color: hsla(75, 5%, 85%, 0.3);
}
.hover\:text-brand-web-card-grey\/40:hover {
  color: hsla(75, 5%, 85%, 0.4);
}
.hover\:text-brand-web-card-grey\/5:hover {
  color: hsla(75, 5%, 85%, 0.05);
}
.hover\:text-brand-web-card-grey\/50:hover {
  color: hsla(75, 5%, 85%, 0.5);
}
.hover\:text-brand-web-card-grey\/60:hover {
  color: hsla(75, 5%, 85%, 0.6);
}
.hover\:text-brand-web-card-grey\/70:hover {
  color: hsla(75, 5%, 85%, 0.7);
}
.hover\:text-brand-web-card-grey\/75:hover {
  color: hsla(75, 5%, 85%, 0.75);
}
.hover\:text-brand-web-card-grey\/80:hover {
  color: hsla(75, 5%, 85%, 0.8);
}
.hover\:text-brand-web-card-grey\/90:hover {
  color: hsla(75, 5%, 85%, 0.9);
}
.hover\:text-brand-web-card-grey\/95:hover {
  color: hsla(75, 5%, 85%, 0.95);
}
.hover\:text-brand-web-fresh-mint:hover {
  --tw-text-opacity: 1;
  color: rgb(39 242 211 / var(--tw-text-opacity));
}
.hover\:text-brand-web-fresh-mint\/0:hover {
  color: rgba(39, 242, 211, 0);
}
.hover\:text-brand-web-fresh-mint\/10:hover {
  color: rgba(39, 242, 211, 0.1);
}
.hover\:text-brand-web-fresh-mint\/100:hover {
  color: #27f2d3;
}
.hover\:text-brand-web-fresh-mint\/20:hover {
  color: rgba(39, 242, 211, 0.2);
}
.hover\:text-brand-web-fresh-mint\/25:hover {
  color: rgba(39, 242, 211, 0.25);
}
.hover\:text-brand-web-fresh-mint\/30:hover {
  color: rgba(39, 242, 211, 0.3);
}
.hover\:text-brand-web-fresh-mint\/40:hover {
  color: rgba(39, 242, 211, 0.4);
}
.hover\:text-brand-web-fresh-mint\/5:hover {
  color: rgba(39, 242, 211, 0.05);
}
.hover\:text-brand-web-fresh-mint\/50:hover {
  color: rgba(39, 242, 211, 0.5);
}
.hover\:text-brand-web-fresh-mint\/60:hover {
  color: rgba(39, 242, 211, 0.6);
}
.hover\:text-brand-web-fresh-mint\/70:hover {
  color: rgba(39, 242, 211, 0.7);
}
.hover\:text-brand-web-fresh-mint\/75:hover {
  color: rgba(39, 242, 211, 0.75);
}
.hover\:text-brand-web-fresh-mint\/80:hover {
  color: rgba(39, 242, 211, 0.8);
}
.hover\:text-brand-web-fresh-mint\/90:hover {
  color: rgba(39, 242, 211, 0.9);
}
.hover\:text-brand-web-fresh-mint\/95:hover {
  color: rgba(39, 242, 211, 0.95);
}
.hover\:text-brand-web-grey-200:hover {
  --tw-text-opacity: 1;
  color: rgb(225 226 229 / var(--tw-text-opacity));
}
.hover\:text-brand-web-grey-200\/0:hover {
  color: hsla(225, 7%, 89%, 0);
}
.hover\:text-brand-web-grey-200\/10:hover {
  color: hsla(225, 7%, 89%, 0.1);
}
.hover\:text-brand-web-grey-200\/100:hover {
  color: #e1e2e5;
}
.hover\:text-brand-web-grey-200\/20:hover {
  color: hsla(225, 7%, 89%, 0.2);
}
.hover\:text-brand-web-grey-200\/25:hover {
  color: hsla(225, 7%, 89%, 0.25);
}
.hover\:text-brand-web-grey-200\/30:hover {
  color: hsla(225, 7%, 89%, 0.3);
}
.hover\:text-brand-web-grey-200\/40:hover {
  color: hsla(225, 7%, 89%, 0.4);
}
.hover\:text-brand-web-grey-200\/5:hover {
  color: hsla(225, 7%, 89%, 0.05);
}
.hover\:text-brand-web-grey-200\/50:hover {
  color: hsla(225, 7%, 89%, 0.5);
}
.hover\:text-brand-web-grey-200\/60:hover {
  color: hsla(225, 7%, 89%, 0.6);
}
.hover\:text-brand-web-grey-200\/70:hover {
  color: hsla(225, 7%, 89%, 0.7);
}
.hover\:text-brand-web-grey-200\/75:hover {
  color: hsla(225, 7%, 89%, 0.75);
}
.hover\:text-brand-web-grey-200\/80:hover {
  color: hsla(225, 7%, 89%, 0.8);
}
.hover\:text-brand-web-grey-200\/90:hover {
  color: hsla(225, 7%, 89%, 0.9);
}
.hover\:text-brand-web-grey-200\/95:hover {
  color: hsla(225, 7%, 89%, 0.95);
}
.hover\:text-brand-web-grey-300:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.hover\:text-brand-web-grey-300\/0:hover {
  color: hsla(0, 0%, 45%, 0);
}
.hover\:text-brand-web-grey-300\/10:hover {
  color: hsla(0, 0%, 45%, 0.1);
}
.hover\:text-brand-web-grey-300\/100:hover {
  color: #737373;
}
.hover\:text-brand-web-grey-300\/20:hover {
  color: hsla(0, 0%, 45%, 0.2);
}
.hover\:text-brand-web-grey-300\/25:hover {
  color: hsla(0, 0%, 45%, 0.25);
}
.hover\:text-brand-web-grey-300\/30:hover {
  color: hsla(0, 0%, 45%, 0.3);
}
.hover\:text-brand-web-grey-300\/40:hover {
  color: hsla(0, 0%, 45%, 0.4);
}
.hover\:text-brand-web-grey-300\/5:hover {
  color: hsla(0, 0%, 45%, 0.05);
}
.hover\:text-brand-web-grey-300\/50:hover {
  color: hsla(0, 0%, 45%, 0.5);
}
.hover\:text-brand-web-grey-300\/60:hover {
  color: hsla(0, 0%, 45%, 0.6);
}
.hover\:text-brand-web-grey-300\/70:hover {
  color: hsla(0, 0%, 45%, 0.7);
}
.hover\:text-brand-web-grey-300\/75:hover {
  color: hsla(0, 0%, 45%, 0.75);
}
.hover\:text-brand-web-grey-300\/80:hover {
  color: hsla(0, 0%, 45%, 0.8);
}
.hover\:text-brand-web-grey-300\/90:hover {
  color: hsla(0, 0%, 45%, 0.9);
}
.hover\:text-brand-web-grey-300\/95:hover {
  color: hsla(0, 0%, 45%, 0.95);
}
.hover\:text-brand-web-grey-500:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.hover\:text-brand-web-grey-500\/0:hover {
  color: rgba(85, 85, 85, 0);
}
.hover\:text-brand-web-grey-500\/10:hover {
  color: rgba(85, 85, 85, 0.1);
}
.hover\:text-brand-web-grey-500\/100:hover {
  color: #555;
}
.hover\:text-brand-web-grey-500\/20:hover {
  color: rgba(85, 85, 85, 0.2);
}
.hover\:text-brand-web-grey-500\/25:hover {
  color: rgba(85, 85, 85, 0.25);
}
.hover\:text-brand-web-grey-500\/30:hover {
  color: rgba(85, 85, 85, 0.3);
}
.hover\:text-brand-web-grey-500\/40:hover {
  color: rgba(85, 85, 85, 0.4);
}
.hover\:text-brand-web-grey-500\/5:hover {
  color: rgba(85, 85, 85, 0.05);
}
.hover\:text-brand-web-grey-500\/50:hover {
  color: rgba(85, 85, 85, 0.5);
}
.hover\:text-brand-web-grey-500\/60:hover {
  color: rgba(85, 85, 85, 0.6);
}
.hover\:text-brand-web-grey-500\/70:hover {
  color: rgba(85, 85, 85, 0.7);
}
.hover\:text-brand-web-grey-500\/75:hover {
  color: rgba(85, 85, 85, 0.75);
}
.hover\:text-brand-web-grey-500\/80:hover {
  color: rgba(85, 85, 85, 0.8);
}
.hover\:text-brand-web-grey-500\/90:hover {
  color: rgba(85, 85, 85, 0.9);
}
.hover\:text-brand-web-grey-500\/95:hover {
  color: rgba(85, 85, 85, 0.95);
}
.hover\:text-brand-web-lbc-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 64 112 / var(--tw-text-opacity));
}
.hover\:text-brand-web-lbc-blue\/0:hover {
  color: rgba(0, 64, 112, 0);
}
.hover\:text-brand-web-lbc-blue\/10:hover {
  color: rgba(0, 64, 112, 0.1);
}
.hover\:text-brand-web-lbc-blue\/100:hover {
  color: #004070;
}
.hover\:text-brand-web-lbc-blue\/20:hover {
  color: rgba(0, 64, 112, 0.2);
}
.hover\:text-brand-web-lbc-blue\/25:hover {
  color: rgba(0, 64, 112, 0.25);
}
.hover\:text-brand-web-lbc-blue\/30:hover {
  color: rgba(0, 64, 112, 0.3);
}
.hover\:text-brand-web-lbc-blue\/40:hover {
  color: rgba(0, 64, 112, 0.4);
}
.hover\:text-brand-web-lbc-blue\/5:hover {
  color: rgba(0, 64, 112, 0.05);
}
.hover\:text-brand-web-lbc-blue\/50:hover {
  color: rgba(0, 64, 112, 0.5);
}
.hover\:text-brand-web-lbc-blue\/60:hover {
  color: rgba(0, 64, 112, 0.6);
}
.hover\:text-brand-web-lbc-blue\/70:hover {
  color: rgba(0, 64, 112, 0.7);
}
.hover\:text-brand-web-lbc-blue\/75:hover {
  color: rgba(0, 64, 112, 0.75);
}
.hover\:text-brand-web-lbc-blue\/80:hover {
  color: rgba(0, 64, 112, 0.8);
}
.hover\:text-brand-web-lbc-blue\/90:hover {
  color: rgba(0, 64, 112, 0.9);
}
.hover\:text-brand-web-lbc-blue\/95:hover {
  color: rgba(0, 64, 112, 0.95);
}
.hover\:text-brand-web-lbc-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(253 184 18 / var(--tw-text-opacity));
}
.hover\:text-brand-web-lbc-gold\/0:hover {
  color: rgba(253, 184, 18, 0);
}
.hover\:text-brand-web-lbc-gold\/10:hover {
  color: rgba(253, 184, 18, 0.1);
}
.hover\:text-brand-web-lbc-gold\/100:hover {
  color: #fdb812;
}
.hover\:text-brand-web-lbc-gold\/20:hover {
  color: rgba(253, 184, 18, 0.2);
}
.hover\:text-brand-web-lbc-gold\/25:hover {
  color: rgba(253, 184, 18, 0.25);
}
.hover\:text-brand-web-lbc-gold\/30:hover {
  color: rgba(253, 184, 18, 0.3);
}
.hover\:text-brand-web-lbc-gold\/40:hover {
  color: rgba(253, 184, 18, 0.4);
}
.hover\:text-brand-web-lbc-gold\/5:hover {
  color: rgba(253, 184, 18, 0.05);
}
.hover\:text-brand-web-lbc-gold\/50:hover {
  color: rgba(253, 184, 18, 0.5);
}
.hover\:text-brand-web-lbc-gold\/60:hover {
  color: rgba(253, 184, 18, 0.6);
}
.hover\:text-brand-web-lbc-gold\/70:hover {
  color: rgba(253, 184, 18, 0.7);
}
.hover\:text-brand-web-lbc-gold\/75:hover {
  color: rgba(253, 184, 18, 0.75);
}
.hover\:text-brand-web-lbc-gold\/80:hover {
  color: rgba(253, 184, 18, 0.8);
}
.hover\:text-brand-web-lbc-gold\/90:hover {
  color: rgba(253, 184, 18, 0.9);
}
.hover\:text-brand-web-lbc-gold\/95:hover {
  color: rgba(253, 184, 18, 0.95);
}
.hover\:text-brand-web-raspberry:hover {
  --tw-text-opacity: 1;
  color: rgb(224 13 66 / var(--tw-text-opacity));
}
.hover\:text-brand-web-raspberry\/0:hover {
  color: rgba(224, 13, 66, 0);
}
.hover\:text-brand-web-raspberry\/10:hover {
  color: rgba(224, 13, 66, 0.1);
}
.hover\:text-brand-web-raspberry\/100:hover {
  color: #e00d42;
}
.hover\:text-brand-web-raspberry\/20:hover {
  color: rgba(224, 13, 66, 0.2);
}
.hover\:text-brand-web-raspberry\/25:hover {
  color: rgba(224, 13, 66, 0.25);
}
.hover\:text-brand-web-raspberry\/30:hover {
  color: rgba(224, 13, 66, 0.3);
}
.hover\:text-brand-web-raspberry\/40:hover {
  color: rgba(224, 13, 66, 0.4);
}
.hover\:text-brand-web-raspberry\/5:hover {
  color: rgba(224, 13, 66, 0.05);
}
.hover\:text-brand-web-raspberry\/50:hover {
  color: rgba(224, 13, 66, 0.5);
}
.hover\:text-brand-web-raspberry\/60:hover {
  color: rgba(224, 13, 66, 0.6);
}
.hover\:text-brand-web-raspberry\/70:hover {
  color: rgba(224, 13, 66, 0.7);
}
.hover\:text-brand-web-raspberry\/75:hover {
  color: rgba(224, 13, 66, 0.75);
}
.hover\:text-brand-web-raspberry\/80:hover {
  color: rgba(224, 13, 66, 0.8);
}
.hover\:text-brand-web-raspberry\/90:hover {
  color: rgba(224, 13, 66, 0.9);
}
.hover\:text-brand-web-raspberry\/95:hover {
  color: rgba(224, 13, 66, 0.95);
}
.hover\:text-brand-web-text-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:text-brand-web-text-grey\/0:hover {
  color: rgba(34, 34, 34, 0);
}
.hover\:text-brand-web-text-grey\/10:hover {
  color: rgba(34, 34, 34, 0.1);
}
.hover\:text-brand-web-text-grey\/100:hover {
  color: #222;
}
.hover\:text-brand-web-text-grey\/20:hover {
  color: rgba(34, 34, 34, 0.2);
}
.hover\:text-brand-web-text-grey\/25:hover {
  color: rgba(34, 34, 34, 0.25);
}
.hover\:text-brand-web-text-grey\/30:hover {
  color: rgba(34, 34, 34, 0.3);
}
.hover\:text-brand-web-text-grey\/40:hover {
  color: rgba(34, 34, 34, 0.4);
}
.hover\:text-brand-web-text-grey\/5:hover {
  color: rgba(34, 34, 34, 0.05);
}
.hover\:text-brand-web-text-grey\/50:hover {
  color: rgba(34, 34, 34, 0.5);
}
.hover\:text-brand-web-text-grey\/60:hover {
  color: rgba(34, 34, 34, 0.6);
}
.hover\:text-brand-web-text-grey\/70:hover {
  color: rgba(34, 34, 34, 0.7);
}
.hover\:text-brand-web-text-grey\/75:hover {
  color: rgba(34, 34, 34, 0.75);
}
.hover\:text-brand-web-text-grey\/80:hover {
  color: rgba(34, 34, 34, 0.8);
}
.hover\:text-brand-web-text-grey\/90:hover {
  color: rgba(34, 34, 34, 0.9);
}
.hover\:text-brand-web-text-grey\/95:hover {
  color: rgba(34, 34, 34, 0.95);
}
.hover\:text-brand-web-text-light-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.hover\:text-brand-web-text-light-grey\/0:hover {
  color: hsla(0, 0%, 50%, 0);
}
.hover\:text-brand-web-text-light-grey\/10:hover {
  color: hsla(0, 0%, 50%, 0.1);
}
.hover\:text-brand-web-text-light-grey\/100:hover {
  color: grey;
}
.hover\:text-brand-web-text-light-grey\/20:hover {
  color: hsla(0, 0%, 50%, 0.2);
}
.hover\:text-brand-web-text-light-grey\/25:hover {
  color: hsla(0, 0%, 50%, 0.25);
}
.hover\:text-brand-web-text-light-grey\/30:hover {
  color: hsla(0, 0%, 50%, 0.3);
}
.hover\:text-brand-web-text-light-grey\/40:hover {
  color: hsla(0, 0%, 50%, 0.4);
}
.hover\:text-brand-web-text-light-grey\/5:hover {
  color: hsla(0, 0%, 50%, 0.05);
}
.hover\:text-brand-web-text-light-grey\/50:hover {
  color: hsla(0, 0%, 50%, 0.5);
}
.hover\:text-brand-web-text-light-grey\/60:hover {
  color: hsla(0, 0%, 50%, 0.6);
}
.hover\:text-brand-web-text-light-grey\/70:hover {
  color: hsla(0, 0%, 50%, 0.7);
}
.hover\:text-brand-web-text-light-grey\/75:hover {
  color: hsla(0, 0%, 50%, 0.75);
}
.hover\:text-brand-web-text-light-grey\/80:hover {
  color: hsla(0, 0%, 50%, 0.8);
}
.hover\:text-brand-web-text-light-grey\/90:hover {
  color: hsla(0, 0%, 50%, 0.9);
}
.hover\:text-brand-web-text-light-grey\/95:hover {
  color: hsla(0, 0%, 50%, 0.95);
}
.hover\:text-brand-web-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-brand-web-white\/0:hover {
  color: hsla(0, 0%, 100%, 0);
}
.hover\:text-brand-web-white\/10:hover {
  color: hsla(0, 0%, 100%, 0.1);
}
.hover\:text-brand-web-white\/100:hover {
  color: #fff;
}
.hover\:text-brand-web-white\/20:hover {
  color: hsla(0, 0%, 100%, 0.2);
}
.hover\:text-brand-web-white\/25:hover {
  color: hsla(0, 0%, 100%, 0.25);
}
.hover\:text-brand-web-white\/30:hover {
  color: hsla(0, 0%, 100%, 0.3);
}
.hover\:text-brand-web-white\/40:hover {
  color: hsla(0, 0%, 100%, 0.4);
}
.hover\:text-brand-web-white\/5:hover {
  color: hsla(0, 0%, 100%, 0.05);
}
.hover\:text-brand-web-white\/50:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.hover\:text-brand-web-white\/60:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.hover\:text-brand-web-white\/70:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.hover\:text-brand-web-white\/75:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.hover\:text-brand-web-white\/80:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
.hover\:text-brand-web-white\/90:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.hover\:text-brand-web-white\/95:hover {
  color: hsla(0, 0%, 100%, 0.95);
}
.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgb(174 10 51 / var(--tw-text-opacity));
}
.hover\:text-error-light:hover {
  --tw-text-opacity: 1;
  color: rgb(254 236 240 / var(--tw-text-opacity));
}
.hover\:text-error-light\/0:hover {
  color: rgba(254, 236, 240, 0);
}
.hover\:text-error-light\/10:hover {
  color: rgba(254, 236, 240, 0.1);
}
.hover\:text-error-light\/100:hover {
  color: #feecf0;
}
.hover\:text-error-light\/20:hover {
  color: rgba(254, 236, 240, 0.2);
}
.hover\:text-error-light\/25:hover {
  color: rgba(254, 236, 240, 0.25);
}
.hover\:text-error-light\/30:hover {
  color: rgba(254, 236, 240, 0.3);
}
.hover\:text-error-light\/40:hover {
  color: rgba(254, 236, 240, 0.4);
}
.hover\:text-error-light\/5:hover {
  color: rgba(254, 236, 240, 0.05);
}
.hover\:text-error-light\/50:hover {
  color: rgba(254, 236, 240, 0.5);
}
.hover\:text-error-light\/60:hover {
  color: rgba(254, 236, 240, 0.6);
}
.hover\:text-error-light\/70:hover {
  color: rgba(254, 236, 240, 0.7);
}
.hover\:text-error-light\/75:hover {
  color: rgba(254, 236, 240, 0.75);
}
.hover\:text-error-light\/80:hover {
  color: rgba(254, 236, 240, 0.8);
}
.hover\:text-error-light\/90:hover {
  color: rgba(254, 236, 240, 0.9);
}
.hover\:text-error-light\/95:hover {
  color: rgba(254, 236, 240, 0.95);
}
.hover\:text-error\/0:hover {
  color: rgba(174, 10, 51, 0);
}
.hover\:text-error\/10:hover {
  color: rgba(174, 10, 51, 0.1);
}
.hover\:text-error\/100:hover {
  color: #ae0a33;
}
.hover\:text-error\/20:hover {
  color: rgba(174, 10, 51, 0.2);
}
.hover\:text-error\/25:hover {
  color: rgba(174, 10, 51, 0.25);
}
.hover\:text-error\/30:hover {
  color: rgba(174, 10, 51, 0.3);
}
.hover\:text-error\/40:hover {
  color: rgba(174, 10, 51, 0.4);
}
.hover\:text-error\/5:hover {
  color: rgba(174, 10, 51, 0.05);
}
.hover\:text-error\/50:hover {
  color: rgba(174, 10, 51, 0.5);
}
.hover\:text-error\/60:hover {
  color: rgba(174, 10, 51, 0.6);
}
.hover\:text-error\/70:hover {
  color: rgba(174, 10, 51, 0.7);
}
.hover\:text-error\/75:hover {
  color: rgba(174, 10, 51, 0.75);
}
.hover\:text-error\/80:hover {
  color: rgba(174, 10, 51, 0.8);
}
.hover\:text-error\/90:hover {
  color: rgba(174, 10, 51, 0.9);
}
.hover\:text-error\/95:hover {
  color: rgba(174, 10, 51, 0.95);
}
.hover\:text-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(122 197 254 / var(--tw-text-opacity));
}
.hover\:text-hover\/0:hover {
  color: rgba(122, 197, 254, 0);
}
.hover\:text-hover\/10:hover {
  color: rgba(122, 197, 254, 0.1);
}
.hover\:text-hover\/100:hover {
  color: #7ac5fe;
}
.hover\:text-hover\/20:hover {
  color: rgba(122, 197, 254, 0.2);
}
.hover\:text-hover\/25:hover {
  color: rgba(122, 197, 254, 0.25);
}
.hover\:text-hover\/30:hover {
  color: rgba(122, 197, 254, 0.3);
}
.hover\:text-hover\/40:hover {
  color: rgba(122, 197, 254, 0.4);
}
.hover\:text-hover\/5:hover {
  color: rgba(122, 197, 254, 0.05);
}
.hover\:text-hover\/50:hover {
  color: rgba(122, 197, 254, 0.5);
}
.hover\:text-hover\/60:hover {
  color: rgba(122, 197, 254, 0.6);
}
.hover\:text-hover\/70:hover {
  color: rgba(122, 197, 254, 0.7);
}
.hover\:text-hover\/75:hover {
  color: rgba(122, 197, 254, 0.75);
}
.hover\:text-hover\/80:hover {
  color: rgba(122, 197, 254, 0.8);
}
.hover\:text-hover\/90:hover {
  color: rgba(122, 197, 254, 0.9);
}
.hover\:text-hover\/95:hover {
  color: rgba(122, 197, 254, 0.95);
}
.hover\:text-info:hover {
  --tw-text-opacity: 1;
  color: rgb(0 81 143 / var(--tw-text-opacity));
}
.hover\:text-info-light:hover {
  --tw-text-opacity: 1;
  color: rgb(235 246 255 / var(--tw-text-opacity));
}
.hover\:text-info-light\/0:hover {
  color: rgba(235, 246, 255, 0);
}
.hover\:text-info-light\/10:hover {
  color: rgba(235, 246, 255, 0.1);
}
.hover\:text-info-light\/100:hover {
  color: #ebf6ff;
}
.hover\:text-info-light\/20:hover {
  color: rgba(235, 246, 255, 0.2);
}
.hover\:text-info-light\/25:hover {
  color: rgba(235, 246, 255, 0.25);
}
.hover\:text-info-light\/30:hover {
  color: rgba(235, 246, 255, 0.3);
}
.hover\:text-info-light\/40:hover {
  color: rgba(235, 246, 255, 0.4);
}
.hover\:text-info-light\/5:hover {
  color: rgba(235, 246, 255, 0.05);
}
.hover\:text-info-light\/50:hover {
  color: rgba(235, 246, 255, 0.5);
}
.hover\:text-info-light\/60:hover {
  color: rgba(235, 246, 255, 0.6);
}
.hover\:text-info-light\/70:hover {
  color: rgba(235, 246, 255, 0.7);
}
.hover\:text-info-light\/75:hover {
  color: rgba(235, 246, 255, 0.75);
}
.hover\:text-info-light\/80:hover {
  color: rgba(235, 246, 255, 0.8);
}
.hover\:text-info-light\/90:hover {
  color: rgba(235, 246, 255, 0.9);
}
.hover\:text-info-light\/95:hover {
  color: rgba(235, 246, 255, 0.95);
}
.hover\:text-info\/0:hover {
  color: rgba(0, 81, 143, 0);
}
.hover\:text-info\/10:hover {
  color: rgba(0, 81, 143, 0.1);
}
.hover\:text-info\/100:hover {
  color: #00518f;
}
.hover\:text-info\/20:hover {
  color: rgba(0, 81, 143, 0.2);
}
.hover\:text-info\/25:hover {
  color: rgba(0, 81, 143, 0.25);
}
.hover\:text-info\/30:hover {
  color: rgba(0, 81, 143, 0.3);
}
.hover\:text-info\/40:hover {
  color: rgba(0, 81, 143, 0.4);
}
.hover\:text-info\/5:hover {
  color: rgba(0, 81, 143, 0.05);
}
.hover\:text-info\/50:hover {
  color: rgba(0, 81, 143, 0.5);
}
.hover\:text-info\/60:hover {
  color: rgba(0, 81, 143, 0.6);
}
.hover\:text-info\/70:hover {
  color: rgba(0, 81, 143, 0.7);
}
.hover\:text-info\/75:hover {
  color: rgba(0, 81, 143, 0.75);
}
.hover\:text-info\/80:hover {
  color: rgba(0, 81, 143, 0.8);
}
.hover\:text-info\/90:hover {
  color: rgba(0, 81, 143, 0.9);
}
.hover\:text-info\/95:hover {
  color: rgba(0, 81, 143, 0.95);
}
.hover\:text-lbc-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(159 213 252 / var(--tw-text-opacity));
}
.hover\:text-lbc-blue-100\/0:hover {
  color: rgba(159, 213, 252, 0);
}
.hover\:text-lbc-blue-100\/10:hover {
  color: rgba(159, 213, 252, 0.1);
}
.hover\:text-lbc-blue-100\/100:hover {
  color: #9fd5fc;
}
.hover\:text-lbc-blue-100\/20:hover {
  color: rgba(159, 213, 252, 0.2);
}
.hover\:text-lbc-blue-100\/25:hover {
  color: rgba(159, 213, 252, 0.25);
}
.hover\:text-lbc-blue-100\/30:hover {
  color: rgba(159, 213, 252, 0.3);
}
.hover\:text-lbc-blue-100\/40:hover {
  color: rgba(159, 213, 252, 0.4);
}
.hover\:text-lbc-blue-100\/5:hover {
  color: rgba(159, 213, 252, 0.05);
}
.hover\:text-lbc-blue-100\/50:hover {
  color: rgba(159, 213, 252, 0.5);
}
.hover\:text-lbc-blue-100\/60:hover {
  color: rgba(159, 213, 252, 0.6);
}
.hover\:text-lbc-blue-100\/70:hover {
  color: rgba(159, 213, 252, 0.7);
}
.hover\:text-lbc-blue-100\/75:hover {
  color: rgba(159, 213, 252, 0.75);
}
.hover\:text-lbc-blue-100\/80:hover {
  color: rgba(159, 213, 252, 0.8);
}
.hover\:text-lbc-blue-100\/90:hover {
  color: rgba(159, 213, 252, 0.9);
}
.hover\:text-lbc-blue-100\/95:hover {
  color: rgba(159, 213, 252, 0.95);
}
.hover\:text-lbc-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(111 179 231 / var(--tw-text-opacity));
}
.hover\:text-lbc-blue-200\/0:hover {
  color: rgba(111, 179, 231, 0);
}
.hover\:text-lbc-blue-200\/10:hover {
  color: rgba(111, 179, 231, 0.1);
}
.hover\:text-lbc-blue-200\/100:hover {
  color: #6fb3e7;
}
.hover\:text-lbc-blue-200\/20:hover {
  color: rgba(111, 179, 231, 0.2);
}
.hover\:text-lbc-blue-200\/25:hover {
  color: rgba(111, 179, 231, 0.25);
}
.hover\:text-lbc-blue-200\/30:hover {
  color: rgba(111, 179, 231, 0.3);
}
.hover\:text-lbc-blue-200\/40:hover {
  color: rgba(111, 179, 231, 0.4);
}
.hover\:text-lbc-blue-200\/5:hover {
  color: rgba(111, 179, 231, 0.05);
}
.hover\:text-lbc-blue-200\/50:hover {
  color: rgba(111, 179, 231, 0.5);
}
.hover\:text-lbc-blue-200\/60:hover {
  color: rgba(111, 179, 231, 0.6);
}
.hover\:text-lbc-blue-200\/70:hover {
  color: rgba(111, 179, 231, 0.7);
}
.hover\:text-lbc-blue-200\/75:hover {
  color: rgba(111, 179, 231, 0.75);
}
.hover\:text-lbc-blue-200\/80:hover {
  color: rgba(111, 179, 231, 0.8);
}
.hover\:text-lbc-blue-200\/90:hover {
  color: rgba(111, 179, 231, 0.9);
}
.hover\:text-lbc-blue-200\/95:hover {
  color: rgba(111, 179, 231, 0.95);
}
.hover\:text-lbc-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgb(216 236 253 / var(--tw-text-opacity));
}
.hover\:text-lbc-blue-50\/0:hover {
  color: rgba(216, 236, 253, 0);
}
.hover\:text-lbc-blue-50\/10:hover {
  color: rgba(216, 236, 253, 0.1);
}
.hover\:text-lbc-blue-50\/100:hover {
  color: #d8ecfd;
}
.hover\:text-lbc-blue-50\/20:hover {
  color: rgba(216, 236, 253, 0.2);
}
.hover\:text-lbc-blue-50\/25:hover {
  color: rgba(216, 236, 253, 0.25);
}
.hover\:text-lbc-blue-50\/30:hover {
  color: rgba(216, 236, 253, 0.3);
}
.hover\:text-lbc-blue-50\/40:hover {
  color: rgba(216, 236, 253, 0.4);
}
.hover\:text-lbc-blue-50\/5:hover {
  color: rgba(216, 236, 253, 0.05);
}
.hover\:text-lbc-blue-50\/50:hover {
  color: rgba(216, 236, 253, 0.5);
}
.hover\:text-lbc-blue-50\/60:hover {
  color: rgba(216, 236, 253, 0.6);
}
.hover\:text-lbc-blue-50\/70:hover {
  color: rgba(216, 236, 253, 0.7);
}
.hover\:text-lbc-blue-50\/75:hover {
  color: rgba(216, 236, 253, 0.75);
}
.hover\:text-lbc-blue-50\/80:hover {
  color: rgba(216, 236, 253, 0.8);
}
.hover\:text-lbc-blue-50\/90:hover {
  color: rgba(216, 236, 253, 0.9);
}
.hover\:text-lbc-blue-50\/95:hover {
  color: rgba(216, 236, 253, 0.95);
}
.hover\:text-lbc-gold-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 238 158 / var(--tw-text-opacity));
}
.hover\:text-lbc-gold-100\/0:hover {
  color: rgba(255, 238, 158, 0);
}
.hover\:text-lbc-gold-100\/10:hover {
  color: rgba(255, 238, 158, 0.1);
}
.hover\:text-lbc-gold-100\/100:hover {
  color: #ffee9e;
}
.hover\:text-lbc-gold-100\/20:hover {
  color: rgba(255, 238, 158, 0.2);
}
.hover\:text-lbc-gold-100\/25:hover {
  color: rgba(255, 238, 158, 0.25);
}
.hover\:text-lbc-gold-100\/30:hover {
  color: rgba(255, 238, 158, 0.3);
}
.hover\:text-lbc-gold-100\/40:hover {
  color: rgba(255, 238, 158, 0.4);
}
.hover\:text-lbc-gold-100\/5:hover {
  color: rgba(255, 238, 158, 0.05);
}
.hover\:text-lbc-gold-100\/50:hover {
  color: rgba(255, 238, 158, 0.5);
}
.hover\:text-lbc-gold-100\/60:hover {
  color: rgba(255, 238, 158, 0.6);
}
.hover\:text-lbc-gold-100\/70:hover {
  color: rgba(255, 238, 158, 0.7);
}
.hover\:text-lbc-gold-100\/75:hover {
  color: rgba(255, 238, 158, 0.75);
}
.hover\:text-lbc-gold-100\/80:hover {
  color: rgba(255, 238, 158, 0.8);
}
.hover\:text-lbc-gold-100\/90:hover {
  color: rgba(255, 238, 158, 0.9);
}
.hover\:text-lbc-gold-100\/95:hover {
  color: rgba(255, 238, 158, 0.95);
}
.hover\:text-lbc-gold-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 220 102 / var(--tw-text-opacity));
}
.hover\:text-lbc-gold-200\/0:hover {
  color: hsla(47, 99%, 70%, 0);
}
.hover\:text-lbc-gold-200\/10:hover {
  color: hsla(47, 99%, 70%, 0.1);
}
.hover\:text-lbc-gold-200\/100:hover {
  color: #fedc66;
}
.hover\:text-lbc-gold-200\/20:hover {
  color: hsla(47, 99%, 70%, 0.2);
}
.hover\:text-lbc-gold-200\/25:hover {
  color: hsla(47, 99%, 70%, 0.25);
}
.hover\:text-lbc-gold-200\/30:hover {
  color: hsla(47, 99%, 70%, 0.3);
}
.hover\:text-lbc-gold-200\/40:hover {
  color: hsla(47, 99%, 70%, 0.4);
}
.hover\:text-lbc-gold-200\/5:hover {
  color: hsla(47, 99%, 70%, 0.05);
}
.hover\:text-lbc-gold-200\/50:hover {
  color: hsla(47, 99%, 70%, 0.5);
}
.hover\:text-lbc-gold-200\/60:hover {
  color: hsla(47, 99%, 70%, 0.6);
}
.hover\:text-lbc-gold-200\/70:hover {
  color: hsla(47, 99%, 70%, 0.7);
}
.hover\:text-lbc-gold-200\/75:hover {
  color: hsla(47, 99%, 70%, 0.75);
}
.hover\:text-lbc-gold-200\/80:hover {
  color: hsla(47, 99%, 70%, 0.8);
}
.hover\:text-lbc-gold-200\/90:hover {
  color: hsla(47, 99%, 70%, 0.9);
}
.hover\:text-lbc-gold-200\/95:hover {
  color: hsla(47, 99%, 70%, 0.95);
}
.hover\:text-lbc-mint-100:hover {
  --tw-text-opacity: 1;
  color: rgb(126 255 236 / var(--tw-text-opacity));
}
.hover\:text-lbc-mint-100\/0:hover {
  color: rgba(126, 255, 236, 0);
}
.hover\:text-lbc-mint-100\/10:hover {
  color: rgba(126, 255, 236, 0.1);
}
.hover\:text-lbc-mint-100\/100:hover {
  color: #7effec;
}
.hover\:text-lbc-mint-100\/20:hover {
  color: rgba(126, 255, 236, 0.2);
}
.hover\:text-lbc-mint-100\/25:hover {
  color: rgba(126, 255, 236, 0.25);
}
.hover\:text-lbc-mint-100\/30:hover {
  color: rgba(126, 255, 236, 0.3);
}
.hover\:text-lbc-mint-100\/40:hover {
  color: rgba(126, 255, 236, 0.4);
}
.hover\:text-lbc-mint-100\/5:hover {
  color: rgba(126, 255, 236, 0.05);
}
.hover\:text-lbc-mint-100\/50:hover {
  color: rgba(126, 255, 236, 0.5);
}
.hover\:text-lbc-mint-100\/60:hover {
  color: rgba(126, 255, 236, 0.6);
}
.hover\:text-lbc-mint-100\/70:hover {
  color: rgba(126, 255, 236, 0.7);
}
.hover\:text-lbc-mint-100\/75:hover {
  color: rgba(126, 255, 236, 0.75);
}
.hover\:text-lbc-mint-100\/80:hover {
  color: rgba(126, 255, 236, 0.8);
}
.hover\:text-lbc-mint-100\/90:hover {
  color: rgba(126, 255, 236, 0.9);
}
.hover\:text-lbc-mint-100\/95:hover {
  color: rgba(126, 255, 236, 0.95);
}
.hover\:text-lbc-mint-300:hover {
  --tw-text-opacity: 1;
  color: rgb(10 215 184 / var(--tw-text-opacity));
}
.hover\:text-lbc-mint-300\/0:hover {
  color: rgba(10, 215, 184, 0);
}
.hover\:text-lbc-mint-300\/10:hover {
  color: rgba(10, 215, 184, 0.1);
}
.hover\:text-lbc-mint-300\/100:hover {
  color: #0ad7b8;
}
.hover\:text-lbc-mint-300\/20:hover {
  color: rgba(10, 215, 184, 0.2);
}
.hover\:text-lbc-mint-300\/25:hover {
  color: rgba(10, 215, 184, 0.25);
}
.hover\:text-lbc-mint-300\/30:hover {
  color: rgba(10, 215, 184, 0.3);
}
.hover\:text-lbc-mint-300\/40:hover {
  color: rgba(10, 215, 184, 0.4);
}
.hover\:text-lbc-mint-300\/5:hover {
  color: rgba(10, 215, 184, 0.05);
}
.hover\:text-lbc-mint-300\/50:hover {
  color: rgba(10, 215, 184, 0.5);
}
.hover\:text-lbc-mint-300\/60:hover {
  color: rgba(10, 215, 184, 0.6);
}
.hover\:text-lbc-mint-300\/70:hover {
  color: rgba(10, 215, 184, 0.7);
}
.hover\:text-lbc-mint-300\/75:hover {
  color: rgba(10, 215, 184, 0.75);
}
.hover\:text-lbc-mint-300\/80:hover {
  color: rgba(10, 215, 184, 0.8);
}
.hover\:text-lbc-mint-300\/90:hover {
  color: rgba(10, 215, 184, 0.9);
}
.hover\:text-lbc-mint-300\/95:hover {
  color: rgba(10, 215, 184, 0.95);
}
.hover\:text-selected:hover {
  --tw-text-opacity: 1;
  color: rgb(254 233 135 / var(--tw-text-opacity));
}
.hover\:text-selected\/0:hover {
  color: hsla(49, 98%, 76%, 0);
}
.hover\:text-selected\/10:hover {
  color: hsla(49, 98%, 76%, 0.1);
}
.hover\:text-selected\/100:hover {
  color: #fee987;
}
.hover\:text-selected\/20:hover {
  color: hsla(49, 98%, 76%, 0.2);
}
.hover\:text-selected\/25:hover {
  color: hsla(49, 98%, 76%, 0.25);
}
.hover\:text-selected\/30:hover {
  color: hsla(49, 98%, 76%, 0.3);
}
.hover\:text-selected\/40:hover {
  color: hsla(49, 98%, 76%, 0.4);
}
.hover\:text-selected\/5:hover {
  color: hsla(49, 98%, 76%, 0.05);
}
.hover\:text-selected\/50:hover {
  color: hsla(49, 98%, 76%, 0.5);
}
.hover\:text-selected\/60:hover {
  color: hsla(49, 98%, 76%, 0.6);
}
.hover\:text-selected\/70:hover {
  color: hsla(49, 98%, 76%, 0.7);
}
.hover\:text-selected\/75:hover {
  color: hsla(49, 98%, 76%, 0.75);
}
.hover\:text-selected\/80:hover {
  color: hsla(49, 98%, 76%, 0.8);
}
.hover\:text-selected\/90:hover {
  color: hsla(49, 98%, 76%, 0.9);
}
.hover\:text-selected\/95:hover {
  color: hsla(49, 98%, 76%, 0.95);
}
.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgb(60 118 60 / var(--tw-text-opacity));
}
.hover\:text-success-light:hover {
  --tw-text-opacity: 1;
  color: rgb(222 240 216 / var(--tw-text-opacity));
}
.hover\:text-success-light\/0:hover {
  color: rgba(222, 240, 216, 0);
}
.hover\:text-success-light\/10:hover {
  color: rgba(222, 240, 216, 0.1);
}
.hover\:text-success-light\/100:hover {
  color: #def0d8;
}
.hover\:text-success-light\/20:hover {
  color: rgba(222, 240, 216, 0.2);
}
.hover\:text-success-light\/25:hover {
  color: rgba(222, 240, 216, 0.25);
}
.hover\:text-success-light\/30:hover {
  color: rgba(222, 240, 216, 0.3);
}
.hover\:text-success-light\/40:hover {
  color: rgba(222, 240, 216, 0.4);
}
.hover\:text-success-light\/5:hover {
  color: rgba(222, 240, 216, 0.05);
}
.hover\:text-success-light\/50:hover {
  color: rgba(222, 240, 216, 0.5);
}
.hover\:text-success-light\/60:hover {
  color: rgba(222, 240, 216, 0.6);
}
.hover\:text-success-light\/70:hover {
  color: rgba(222, 240, 216, 0.7);
}
.hover\:text-success-light\/75:hover {
  color: rgba(222, 240, 216, 0.75);
}
.hover\:text-success-light\/80:hover {
  color: rgba(222, 240, 216, 0.8);
}
.hover\:text-success-light\/90:hover {
  color: rgba(222, 240, 216, 0.9);
}
.hover\:text-success-light\/95:hover {
  color: rgba(222, 240, 216, 0.95);
}
.hover\:text-success\/0:hover {
  color: rgba(60, 118, 60, 0);
}
.hover\:text-success\/10:hover {
  color: rgba(60, 118, 60, 0.1);
}
.hover\:text-success\/100:hover {
  color: #3c763c;
}
.hover\:text-success\/20:hover {
  color: rgba(60, 118, 60, 0.2);
}
.hover\:text-success\/25:hover {
  color: rgba(60, 118, 60, 0.25);
}
.hover\:text-success\/30:hover {
  color: rgba(60, 118, 60, 0.3);
}
.hover\:text-success\/40:hover {
  color: rgba(60, 118, 60, 0.4);
}
.hover\:text-success\/5:hover {
  color: rgba(60, 118, 60, 0.05);
}
.hover\:text-success\/50:hover {
  color: rgba(60, 118, 60, 0.5);
}
.hover\:text-success\/60:hover {
  color: rgba(60, 118, 60, 0.6);
}
.hover\:text-success\/70:hover {
  color: rgba(60, 118, 60, 0.7);
}
.hover\:text-success\/75:hover {
  color: rgba(60, 118, 60, 0.75);
}
.hover\:text-success\/80:hover {
  color: rgba(60, 118, 60, 0.8);
}
.hover\:text-success\/90:hover {
  color: rgba(60, 118, 60, 0.9);
}
.hover\:text-success\/95:hover {
  color: rgba(60, 118, 60, 0.95);
}
.hover\:text-warning:hover {
  --tw-text-opacity: 1;
  color: rgb(169 92 0 / var(--tw-text-opacity));
}
.hover\:text-warning-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 249 235 / var(--tw-text-opacity));
}
.hover\:text-warning-light\/0:hover {
  color: rgba(255, 249, 235, 0);
}
.hover\:text-warning-light\/10:hover {
  color: rgba(255, 249, 235, 0.1);
}
.hover\:text-warning-light\/100:hover {
  color: #fff9eb;
}
.hover\:text-warning-light\/20:hover {
  color: rgba(255, 249, 235, 0.2);
}
.hover\:text-warning-light\/25:hover {
  color: rgba(255, 249, 235, 0.25);
}
.hover\:text-warning-light\/30:hover {
  color: rgba(255, 249, 235, 0.3);
}
.hover\:text-warning-light\/40:hover {
  color: rgba(255, 249, 235, 0.4);
}
.hover\:text-warning-light\/5:hover {
  color: rgba(255, 249, 235, 0.05);
}
.hover\:text-warning-light\/50:hover {
  color: rgba(255, 249, 235, 0.5);
}
.hover\:text-warning-light\/60:hover {
  color: rgba(255, 249, 235, 0.6);
}
.hover\:text-warning-light\/70:hover {
  color: rgba(255, 249, 235, 0.7);
}
.hover\:text-warning-light\/75:hover {
  color: rgba(255, 249, 235, 0.75);
}
.hover\:text-warning-light\/80:hover {
  color: rgba(255, 249, 235, 0.8);
}
.hover\:text-warning-light\/90:hover {
  color: rgba(255, 249, 235, 0.9);
}
.hover\:text-warning-light\/95:hover {
  color: rgba(255, 249, 235, 0.95);
}
.hover\:text-warning\/0:hover {
  color: rgba(169, 92, 0, 0);
}
.hover\:text-warning\/10:hover {
  color: rgba(169, 92, 0, 0.1);
}
.hover\:text-warning\/100:hover {
  color: #a95c00;
}
.hover\:text-warning\/20:hover {
  color: rgba(169, 92, 0, 0.2);
}
.hover\:text-warning\/25:hover {
  color: rgba(169, 92, 0, 0.25);
}
.hover\:text-warning\/30:hover {
  color: rgba(169, 92, 0, 0.3);
}
.hover\:text-warning\/40:hover {
  color: rgba(169, 92, 0, 0.4);
}
.hover\:text-warning\/5:hover {
  color: rgba(169, 92, 0, 0.05);
}
.hover\:text-warning\/50:hover {
  color: rgba(169, 92, 0, 0.5);
}
.hover\:text-warning\/60:hover {
  color: rgba(169, 92, 0, 0.6);
}
.hover\:text-warning\/70:hover {
  color: rgba(169, 92, 0, 0.7);
}
.hover\:text-warning\/75:hover {
  color: rgba(169, 92, 0, 0.75);
}
.hover\:text-warning\/80:hover {
  color: rgba(169, 92, 0, 0.8);
}
.hover\:text-warning\/90:hover {
  color: rgba(169, 92, 0, 0.9);
}
.hover\:text-warning\/95:hover {
  color: rgba(169, 92, 0, 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:placeholder\:text-brand-web-text-grey:hover::placeholder {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.focus\:static:focus {
  position: static;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:left-0:focus {
  left: 0;
}
.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:border-2:focus {
  border-width: 2px;
}
.focus\:border-\[0\.25rem\]:focus {
  border-width: 0.25rem;
}
.focus\:border-brand-web-background-grey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.focus\:border-brand-web-background-grey\/0:focus {
  border-color: hsla(0, 0%, 96%, 0);
}
.focus\:border-brand-web-background-grey\/10:focus {
  border-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:border-brand-web-background-grey\/100:focus {
  border-color: #f5f5f5;
}
.focus\:border-brand-web-background-grey\/20:focus {
  border-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:border-brand-web-background-grey\/25:focus {
  border-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:border-brand-web-background-grey\/30:focus {
  border-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:border-brand-web-background-grey\/40:focus {
  border-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:border-brand-web-background-grey\/5:focus {
  border-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:border-brand-web-background-grey\/50:focus {
  border-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:border-brand-web-background-grey\/60:focus {
  border-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:border-brand-web-background-grey\/70:focus {
  border-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:border-brand-web-background-grey\/75:focus {
  border-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:border-brand-web-background-grey\/80:focus {
  border-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:border-brand-web-background-grey\/90:focus {
  border-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:border-brand-web-background-grey\/95:focus {
  border-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:border-brand-web-card-grey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 214 / var(--tw-border-opacity));
}
.focus\:border-brand-web-card-grey\/0:focus {
  border-color: hsla(75, 5%, 85%, 0);
}
.focus\:border-brand-web-card-grey\/10:focus {
  border-color: hsla(75, 5%, 85%, 0.1);
}
.focus\:border-brand-web-card-grey\/100:focus {
  border-color: #d9dad6;
}
.focus\:border-brand-web-card-grey\/20:focus {
  border-color: hsla(75, 5%, 85%, 0.2);
}
.focus\:border-brand-web-card-grey\/25:focus {
  border-color: hsla(75, 5%, 85%, 0.25);
}
.focus\:border-brand-web-card-grey\/30:focus {
  border-color: hsla(75, 5%, 85%, 0.3);
}
.focus\:border-brand-web-card-grey\/40:focus {
  border-color: hsla(75, 5%, 85%, 0.4);
}
.focus\:border-brand-web-card-grey\/5:focus {
  border-color: hsla(75, 5%, 85%, 0.05);
}
.focus\:border-brand-web-card-grey\/50:focus {
  border-color: hsla(75, 5%, 85%, 0.5);
}
.focus\:border-brand-web-card-grey\/60:focus {
  border-color: hsla(75, 5%, 85%, 0.6);
}
.focus\:border-brand-web-card-grey\/70:focus {
  border-color: hsla(75, 5%, 85%, 0.7);
}
.focus\:border-brand-web-card-grey\/75:focus {
  border-color: hsla(75, 5%, 85%, 0.75);
}
.focus\:border-brand-web-card-grey\/80:focus {
  border-color: hsla(75, 5%, 85%, 0.8);
}
.focus\:border-brand-web-card-grey\/90:focus {
  border-color: hsla(75, 5%, 85%, 0.9);
}
.focus\:border-brand-web-card-grey\/95:focus {
  border-color: hsla(75, 5%, 85%, 0.95);
}
.focus\:border-brand-web-fresh-mint:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 242 211 / var(--tw-border-opacity));
}
.focus\:border-brand-web-fresh-mint\/0:focus {
  border-color: rgba(39, 242, 211, 0);
}
.focus\:border-brand-web-fresh-mint\/10:focus {
  border-color: rgba(39, 242, 211, 0.1);
}
.focus\:border-brand-web-fresh-mint\/100:focus {
  border-color: #27f2d3;
}
.focus\:border-brand-web-fresh-mint\/20:focus {
  border-color: rgba(39, 242, 211, 0.2);
}
.focus\:border-brand-web-fresh-mint\/25:focus {
  border-color: rgba(39, 242, 211, 0.25);
}
.focus\:border-brand-web-fresh-mint\/30:focus {
  border-color: rgba(39, 242, 211, 0.3);
}
.focus\:border-brand-web-fresh-mint\/40:focus {
  border-color: rgba(39, 242, 211, 0.4);
}
.focus\:border-brand-web-fresh-mint\/5:focus {
  border-color: rgba(39, 242, 211, 0.05);
}
.focus\:border-brand-web-fresh-mint\/50:focus {
  border-color: rgba(39, 242, 211, 0.5);
}
.focus\:border-brand-web-fresh-mint\/60:focus {
  border-color: rgba(39, 242, 211, 0.6);
}
.focus\:border-brand-web-fresh-mint\/70:focus {
  border-color: rgba(39, 242, 211, 0.7);
}
.focus\:border-brand-web-fresh-mint\/75:focus {
  border-color: rgba(39, 242, 211, 0.75);
}
.focus\:border-brand-web-fresh-mint\/80:focus {
  border-color: rgba(39, 242, 211, 0.8);
}
.focus\:border-brand-web-fresh-mint\/90:focus {
  border-color: rgba(39, 242, 211, 0.9);
}
.focus\:border-brand-web-fresh-mint\/95:focus {
  border-color: rgba(39, 242, 211, 0.95);
}
.focus\:border-brand-web-grey-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 226 229 / var(--tw-border-opacity));
}
.focus\:border-brand-web-grey-200\/0:focus {
  border-color: hsla(225, 7%, 89%, 0);
}
.focus\:border-brand-web-grey-200\/10:focus {
  border-color: hsla(225, 7%, 89%, 0.1);
}
.focus\:border-brand-web-grey-200\/100:focus {
  border-color: #e1e2e5;
}
.focus\:border-brand-web-grey-200\/20:focus {
  border-color: hsla(225, 7%, 89%, 0.2);
}
.focus\:border-brand-web-grey-200\/25:focus {
  border-color: hsla(225, 7%, 89%, 0.25);
}
.focus\:border-brand-web-grey-200\/30:focus {
  border-color: hsla(225, 7%, 89%, 0.3);
}
.focus\:border-brand-web-grey-200\/40:focus {
  border-color: hsla(225, 7%, 89%, 0.4);
}
.focus\:border-brand-web-grey-200\/5:focus {
  border-color: hsla(225, 7%, 89%, 0.05);
}
.focus\:border-brand-web-grey-200\/50:focus {
  border-color: hsla(225, 7%, 89%, 0.5);
}
.focus\:border-brand-web-grey-200\/60:focus {
  border-color: hsla(225, 7%, 89%, 0.6);
}
.focus\:border-brand-web-grey-200\/70:focus {
  border-color: hsla(225, 7%, 89%, 0.7);
}
.focus\:border-brand-web-grey-200\/75:focus {
  border-color: hsla(225, 7%, 89%, 0.75);
}
.focus\:border-brand-web-grey-200\/80:focus {
  border-color: hsla(225, 7%, 89%, 0.8);
}
.focus\:border-brand-web-grey-200\/90:focus {
  border-color: hsla(225, 7%, 89%, 0.9);
}
.focus\:border-brand-web-grey-200\/95:focus {
  border-color: hsla(225, 7%, 89%, 0.95);
}
.focus\:border-brand-web-grey-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.focus\:border-brand-web-grey-300\/0:focus {
  border-color: hsla(0, 0%, 45%, 0);
}
.focus\:border-brand-web-grey-300\/10:focus {
  border-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:border-brand-web-grey-300\/100:focus {
  border-color: #737373;
}
.focus\:border-brand-web-grey-300\/20:focus {
  border-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:border-brand-web-grey-300\/25:focus {
  border-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:border-brand-web-grey-300\/30:focus {
  border-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:border-brand-web-grey-300\/40:focus {
  border-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:border-brand-web-grey-300\/5:focus {
  border-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:border-brand-web-grey-300\/50:focus {
  border-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:border-brand-web-grey-300\/60:focus {
  border-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:border-brand-web-grey-300\/70:focus {
  border-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:border-brand-web-grey-300\/75:focus {
  border-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:border-brand-web-grey-300\/80:focus {
  border-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:border-brand-web-grey-300\/90:focus {
  border-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:border-brand-web-grey-300\/95:focus {
  border-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:border-brand-web-grey-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}
.focus\:border-brand-web-grey-500\/0:focus {
  border-color: rgba(85, 85, 85, 0);
}
.focus\:border-brand-web-grey-500\/10:focus {
  border-color: rgba(85, 85, 85, 0.1);
}
.focus\:border-brand-web-grey-500\/100:focus {
  border-color: #555;
}
.focus\:border-brand-web-grey-500\/20:focus {
  border-color: rgba(85, 85, 85, 0.2);
}
.focus\:border-brand-web-grey-500\/25:focus {
  border-color: rgba(85, 85, 85, 0.25);
}
.focus\:border-brand-web-grey-500\/30:focus {
  border-color: rgba(85, 85, 85, 0.3);
}
.focus\:border-brand-web-grey-500\/40:focus {
  border-color: rgba(85, 85, 85, 0.4);
}
.focus\:border-brand-web-grey-500\/5:focus {
  border-color: rgba(85, 85, 85, 0.05);
}
.focus\:border-brand-web-grey-500\/50:focus {
  border-color: rgba(85, 85, 85, 0.5);
}
.focus\:border-brand-web-grey-500\/60:focus {
  border-color: rgba(85, 85, 85, 0.6);
}
.focus\:border-brand-web-grey-500\/70:focus {
  border-color: rgba(85, 85, 85, 0.7);
}
.focus\:border-brand-web-grey-500\/75:focus {
  border-color: rgba(85, 85, 85, 0.75);
}
.focus\:border-brand-web-grey-500\/80:focus {
  border-color: rgba(85, 85, 85, 0.8);
}
.focus\:border-brand-web-grey-500\/90:focus {
  border-color: rgba(85, 85, 85, 0.9);
}
.focus\:border-brand-web-grey-500\/95:focus {
  border-color: rgba(85, 85, 85, 0.95);
}
.focus\:border-brand-web-lbc-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.focus\:border-brand-web-lbc-blue\/0:focus {
  border-color: rgba(0, 64, 112, 0);
}
.focus\:border-brand-web-lbc-blue\/10:focus {
  border-color: rgba(0, 64, 112, 0.1);
}
.focus\:border-brand-web-lbc-blue\/100:focus {
  border-color: #004070;
}
.focus\:border-brand-web-lbc-blue\/20:focus {
  border-color: rgba(0, 64, 112, 0.2);
}
.focus\:border-brand-web-lbc-blue\/25:focus {
  border-color: rgba(0, 64, 112, 0.25);
}
.focus\:border-brand-web-lbc-blue\/30:focus {
  border-color: rgba(0, 64, 112, 0.3);
}
.focus\:border-brand-web-lbc-blue\/40:focus {
  border-color: rgba(0, 64, 112, 0.4);
}
.focus\:border-brand-web-lbc-blue\/5:focus {
  border-color: rgba(0, 64, 112, 0.05);
}
.focus\:border-brand-web-lbc-blue\/50:focus {
  border-color: rgba(0, 64, 112, 0.5);
}
.focus\:border-brand-web-lbc-blue\/60:focus {
  border-color: rgba(0, 64, 112, 0.6);
}
.focus\:border-brand-web-lbc-blue\/70:focus {
  border-color: rgba(0, 64, 112, 0.7);
}
.focus\:border-brand-web-lbc-blue\/75:focus {
  border-color: rgba(0, 64, 112, 0.75);
}
.focus\:border-brand-web-lbc-blue\/80:focus {
  border-color: rgba(0, 64, 112, 0.8);
}
.focus\:border-brand-web-lbc-blue\/90:focus {
  border-color: rgba(0, 64, 112, 0.9);
}
.focus\:border-brand-web-lbc-blue\/95:focus {
  border-color: rgba(0, 64, 112, 0.95);
}
.focus\:border-brand-web-lbc-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 184 18 / var(--tw-border-opacity));
}
.focus\:border-brand-web-lbc-gold\/0:focus {
  border-color: rgba(253, 184, 18, 0);
}
.focus\:border-brand-web-lbc-gold\/10:focus {
  border-color: rgba(253, 184, 18, 0.1);
}
.focus\:border-brand-web-lbc-gold\/100:focus {
  border-color: #fdb812;
}
.focus\:border-brand-web-lbc-gold\/20:focus {
  border-color: rgba(253, 184, 18, 0.2);
}
.focus\:border-brand-web-lbc-gold\/25:focus {
  border-color: rgba(253, 184, 18, 0.25);
}
.focus\:border-brand-web-lbc-gold\/30:focus {
  border-color: rgba(253, 184, 18, 0.3);
}
.focus\:border-brand-web-lbc-gold\/40:focus {
  border-color: rgba(253, 184, 18, 0.4);
}
.focus\:border-brand-web-lbc-gold\/5:focus {
  border-color: rgba(253, 184, 18, 0.05);
}
.focus\:border-brand-web-lbc-gold\/50:focus {
  border-color: rgba(253, 184, 18, 0.5);
}
.focus\:border-brand-web-lbc-gold\/60:focus {
  border-color: rgba(253, 184, 18, 0.6);
}
.focus\:border-brand-web-lbc-gold\/70:focus {
  border-color: rgba(253, 184, 18, 0.7);
}
.focus\:border-brand-web-lbc-gold\/75:focus {
  border-color: rgba(253, 184, 18, 0.75);
}
.focus\:border-brand-web-lbc-gold\/80:focus {
  border-color: rgba(253, 184, 18, 0.8);
}
.focus\:border-brand-web-lbc-gold\/90:focus {
  border-color: rgba(253, 184, 18, 0.9);
}
.focus\:border-brand-web-lbc-gold\/95:focus {
  border-color: rgba(253, 184, 18, 0.95);
}
.focus\:border-brand-web-raspberry:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 13 66 / var(--tw-border-opacity));
}
.focus\:border-brand-web-raspberry\/0:focus {
  border-color: rgba(224, 13, 66, 0);
}
.focus\:border-brand-web-raspberry\/10:focus {
  border-color: rgba(224, 13, 66, 0.1);
}
.focus\:border-brand-web-raspberry\/100:focus {
  border-color: #e00d42;
}
.focus\:border-brand-web-raspberry\/20:focus {
  border-color: rgba(224, 13, 66, 0.2);
}
.focus\:border-brand-web-raspberry\/25:focus {
  border-color: rgba(224, 13, 66, 0.25);
}
.focus\:border-brand-web-raspberry\/30:focus {
  border-color: rgba(224, 13, 66, 0.3);
}
.focus\:border-brand-web-raspberry\/40:focus {
  border-color: rgba(224, 13, 66, 0.4);
}
.focus\:border-brand-web-raspberry\/5:focus {
  border-color: rgba(224, 13, 66, 0.05);
}
.focus\:border-brand-web-raspberry\/50:focus {
  border-color: rgba(224, 13, 66, 0.5);
}
.focus\:border-brand-web-raspberry\/60:focus {
  border-color: rgba(224, 13, 66, 0.6);
}
.focus\:border-brand-web-raspberry\/70:focus {
  border-color: rgba(224, 13, 66, 0.7);
}
.focus\:border-brand-web-raspberry\/75:focus {
  border-color: rgba(224, 13, 66, 0.75);
}
.focus\:border-brand-web-raspberry\/80:focus {
  border-color: rgba(224, 13, 66, 0.8);
}
.focus\:border-brand-web-raspberry\/90:focus {
  border-color: rgba(224, 13, 66, 0.9);
}
.focus\:border-brand-web-raspberry\/95:focus {
  border-color: rgba(224, 13, 66, 0.95);
}
.focus\:border-brand-web-text-grey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.focus\:border-brand-web-text-grey\/0:focus {
  border-color: rgba(34, 34, 34, 0);
}
.focus\:border-brand-web-text-grey\/10:focus {
  border-color: rgba(34, 34, 34, 0.1);
}
.focus\:border-brand-web-text-grey\/100:focus {
  border-color: #222;
}
.focus\:border-brand-web-text-grey\/20:focus {
  border-color: rgba(34, 34, 34, 0.2);
}
.focus\:border-brand-web-text-grey\/25:focus {
  border-color: rgba(34, 34, 34, 0.25);
}
.focus\:border-brand-web-text-grey\/30:focus {
  border-color: rgba(34, 34, 34, 0.3);
}
.focus\:border-brand-web-text-grey\/40:focus {
  border-color: rgba(34, 34, 34, 0.4);
}
.focus\:border-brand-web-text-grey\/5:focus {
  border-color: rgba(34, 34, 34, 0.05);
}
.focus\:border-brand-web-text-grey\/50:focus {
  border-color: rgba(34, 34, 34, 0.5);
}
.focus\:border-brand-web-text-grey\/60:focus {
  border-color: rgba(34, 34, 34, 0.6);
}
.focus\:border-brand-web-text-grey\/70:focus {
  border-color: rgba(34, 34, 34, 0.7);
}
.focus\:border-brand-web-text-grey\/75:focus {
  border-color: rgba(34, 34, 34, 0.75);
}
.focus\:border-brand-web-text-grey\/80:focus {
  border-color: rgba(34, 34, 34, 0.8);
}
.focus\:border-brand-web-text-grey\/90:focus {
  border-color: rgba(34, 34, 34, 0.9);
}
.focus\:border-brand-web-text-grey\/95:focus {
  border-color: rgba(34, 34, 34, 0.95);
}
.focus\:border-brand-web-text-light-grey:focus {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.focus\:border-brand-web-text-light-grey\/0:focus {
  border-color: hsla(0, 0%, 50%, 0);
}
.focus\:border-brand-web-text-light-grey\/10:focus {
  border-color: hsla(0, 0%, 50%, 0.1);
}
.focus\:border-brand-web-text-light-grey\/100:focus {
  border-color: grey;
}
.focus\:border-brand-web-text-light-grey\/20:focus {
  border-color: hsla(0, 0%, 50%, 0.2);
}
.focus\:border-brand-web-text-light-grey\/25:focus {
  border-color: hsla(0, 0%, 50%, 0.25);
}
.focus\:border-brand-web-text-light-grey\/30:focus {
  border-color: hsla(0, 0%, 50%, 0.3);
}
.focus\:border-brand-web-text-light-grey\/40:focus {
  border-color: hsla(0, 0%, 50%, 0.4);
}
.focus\:border-brand-web-text-light-grey\/5:focus {
  border-color: hsla(0, 0%, 50%, 0.05);
}
.focus\:border-brand-web-text-light-grey\/50:focus {
  border-color: hsla(0, 0%, 50%, 0.5);
}
.focus\:border-brand-web-text-light-grey\/60:focus {
  border-color: hsla(0, 0%, 50%, 0.6);
}
.focus\:border-brand-web-text-light-grey\/70:focus {
  border-color: hsla(0, 0%, 50%, 0.7);
}
.focus\:border-brand-web-text-light-grey\/75:focus {
  border-color: hsla(0, 0%, 50%, 0.75);
}
.focus\:border-brand-web-text-light-grey\/80:focus {
  border-color: hsla(0, 0%, 50%, 0.8);
}
.focus\:border-brand-web-text-light-grey\/90:focus {
  border-color: hsla(0, 0%, 50%, 0.9);
}
.focus\:border-brand-web-text-light-grey\/95:focus {
  border-color: hsla(0, 0%, 50%, 0.95);
}
.focus\:border-brand-web-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:border-brand-web-white\/0:focus {
  border-color: hsla(0, 0%, 100%, 0);
}
.focus\:border-brand-web-white\/10:focus {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.focus\:border-brand-web-white\/100:focus {
  border-color: #fff;
}
.focus\:border-brand-web-white\/20:focus {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.focus\:border-brand-web-white\/25:focus {
  border-color: hsla(0, 0%, 100%, 0.25);
}
.focus\:border-brand-web-white\/30:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.focus\:border-brand-web-white\/40:focus {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.focus\:border-brand-web-white\/5:focus {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.focus\:border-brand-web-white\/50:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.focus\:border-brand-web-white\/60:focus {
  border-color: hsla(0, 0%, 100%, 0.6);
}
.focus\:border-brand-web-white\/70:focus {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.focus\:border-brand-web-white\/75:focus {
  border-color: hsla(0, 0%, 100%, 0.75);
}
.focus\:border-brand-web-white\/80:focus {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.focus\:border-brand-web-white\/90:focus {
  border-color: hsla(0, 0%, 100%, 0.9);
}
.focus\:border-brand-web-white\/95:focus {
  border-color: hsla(0, 0%, 100%, 0.95);
}
.focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(174 10 51 / var(--tw-border-opacity));
}
.focus\:border-error-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 236 240 / var(--tw-border-opacity));
}
.focus\:border-error-light\/0:focus {
  border-color: rgba(254, 236, 240, 0);
}
.focus\:border-error-light\/10:focus {
  border-color: rgba(254, 236, 240, 0.1);
}
.focus\:border-error-light\/100:focus {
  border-color: #feecf0;
}
.focus\:border-error-light\/20:focus {
  border-color: rgba(254, 236, 240, 0.2);
}
.focus\:border-error-light\/25:focus {
  border-color: rgba(254, 236, 240, 0.25);
}
.focus\:border-error-light\/30:focus {
  border-color: rgba(254, 236, 240, 0.3);
}
.focus\:border-error-light\/40:focus {
  border-color: rgba(254, 236, 240, 0.4);
}
.focus\:border-error-light\/5:focus {
  border-color: rgba(254, 236, 240, 0.05);
}
.focus\:border-error-light\/50:focus {
  border-color: rgba(254, 236, 240, 0.5);
}
.focus\:border-error-light\/60:focus {
  border-color: rgba(254, 236, 240, 0.6);
}
.focus\:border-error-light\/70:focus {
  border-color: rgba(254, 236, 240, 0.7);
}
.focus\:border-error-light\/75:focus {
  border-color: rgba(254, 236, 240, 0.75);
}
.focus\:border-error-light\/80:focus {
  border-color: rgba(254, 236, 240, 0.8);
}
.focus\:border-error-light\/90:focus {
  border-color: rgba(254, 236, 240, 0.9);
}
.focus\:border-error-light\/95:focus {
  border-color: rgba(254, 236, 240, 0.95);
}
.focus\:border-error\/0:focus {
  border-color: rgba(174, 10, 51, 0);
}
.focus\:border-error\/10:focus {
  border-color: rgba(174, 10, 51, 0.1);
}
.focus\:border-error\/100:focus {
  border-color: #ae0a33;
}
.focus\:border-error\/20:focus {
  border-color: rgba(174, 10, 51, 0.2);
}
.focus\:border-error\/25:focus {
  border-color: rgba(174, 10, 51, 0.25);
}
.focus\:border-error\/30:focus {
  border-color: rgba(174, 10, 51, 0.3);
}
.focus\:border-error\/40:focus {
  border-color: rgba(174, 10, 51, 0.4);
}
.focus\:border-error\/5:focus {
  border-color: rgba(174, 10, 51, 0.05);
}
.focus\:border-error\/50:focus {
  border-color: rgba(174, 10, 51, 0.5);
}
.focus\:border-error\/60:focus {
  border-color: rgba(174, 10, 51, 0.6);
}
.focus\:border-error\/70:focus {
  border-color: rgba(174, 10, 51, 0.7);
}
.focus\:border-error\/75:focus {
  border-color: rgba(174, 10, 51, 0.75);
}
.focus\:border-error\/80:focus {
  border-color: rgba(174, 10, 51, 0.8);
}
.focus\:border-error\/90:focus {
  border-color: rgba(174, 10, 51, 0.9);
}
.focus\:border-error\/95:focus {
  border-color: rgba(174, 10, 51, 0.95);
}
.focus\:border-hover:focus {
  --tw-border-opacity: 1;
  border-color: rgb(122 197 254 / var(--tw-border-opacity));
}
.focus\:border-hover\/0:focus {
  border-color: rgba(122, 197, 254, 0);
}
.focus\:border-hover\/10:focus {
  border-color: rgba(122, 197, 254, 0.1);
}
.focus\:border-hover\/100:focus {
  border-color: #7ac5fe;
}
.focus\:border-hover\/20:focus {
  border-color: rgba(122, 197, 254, 0.2);
}
.focus\:border-hover\/25:focus {
  border-color: rgba(122, 197, 254, 0.25);
}
.focus\:border-hover\/30:focus {
  border-color: rgba(122, 197, 254, 0.3);
}
.focus\:border-hover\/40:focus {
  border-color: rgba(122, 197, 254, 0.4);
}
.focus\:border-hover\/5:focus {
  border-color: rgba(122, 197, 254, 0.05);
}
.focus\:border-hover\/50:focus {
  border-color: rgba(122, 197, 254, 0.5);
}
.focus\:border-hover\/60:focus {
  border-color: rgba(122, 197, 254, 0.6);
}
.focus\:border-hover\/70:focus {
  border-color: rgba(122, 197, 254, 0.7);
}
.focus\:border-hover\/75:focus {
  border-color: rgba(122, 197, 254, 0.75);
}
.focus\:border-hover\/80:focus {
  border-color: rgba(122, 197, 254, 0.8);
}
.focus\:border-hover\/90:focus {
  border-color: rgba(122, 197, 254, 0.9);
}
.focus\:border-hover\/95:focus {
  border-color: rgba(122, 197, 254, 0.95);
}
.focus\:border-info:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 81 143 / var(--tw-border-opacity));
}
.focus\:border-info-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 246 255 / var(--tw-border-opacity));
}
.focus\:border-info-light\/0:focus {
  border-color: rgba(235, 246, 255, 0);
}
.focus\:border-info-light\/10:focus {
  border-color: rgba(235, 246, 255, 0.1);
}
.focus\:border-info-light\/100:focus {
  border-color: #ebf6ff;
}
.focus\:border-info-light\/20:focus {
  border-color: rgba(235, 246, 255, 0.2);
}
.focus\:border-info-light\/25:focus {
  border-color: rgba(235, 246, 255, 0.25);
}
.focus\:border-info-light\/30:focus {
  border-color: rgba(235, 246, 255, 0.3);
}
.focus\:border-info-light\/40:focus {
  border-color: rgba(235, 246, 255, 0.4);
}
.focus\:border-info-light\/5:focus {
  border-color: rgba(235, 246, 255, 0.05);
}
.focus\:border-info-light\/50:focus {
  border-color: rgba(235, 246, 255, 0.5);
}
.focus\:border-info-light\/60:focus {
  border-color: rgba(235, 246, 255, 0.6);
}
.focus\:border-info-light\/70:focus {
  border-color: rgba(235, 246, 255, 0.7);
}
.focus\:border-info-light\/75:focus {
  border-color: rgba(235, 246, 255, 0.75);
}
.focus\:border-info-light\/80:focus {
  border-color: rgba(235, 246, 255, 0.8);
}
.focus\:border-info-light\/90:focus {
  border-color: rgba(235, 246, 255, 0.9);
}
.focus\:border-info-light\/95:focus {
  border-color: rgba(235, 246, 255, 0.95);
}
.focus\:border-info\/0:focus {
  border-color: rgba(0, 81, 143, 0);
}
.focus\:border-info\/10:focus {
  border-color: rgba(0, 81, 143, 0.1);
}
.focus\:border-info\/100:focus {
  border-color: #00518f;
}
.focus\:border-info\/20:focus {
  border-color: rgba(0, 81, 143, 0.2);
}
.focus\:border-info\/25:focus {
  border-color: rgba(0, 81, 143, 0.25);
}
.focus\:border-info\/30:focus {
  border-color: rgba(0, 81, 143, 0.3);
}
.focus\:border-info\/40:focus {
  border-color: rgba(0, 81, 143, 0.4);
}
.focus\:border-info\/5:focus {
  border-color: rgba(0, 81, 143, 0.05);
}
.focus\:border-info\/50:focus {
  border-color: rgba(0, 81, 143, 0.5);
}
.focus\:border-info\/60:focus {
  border-color: rgba(0, 81, 143, 0.6);
}
.focus\:border-info\/70:focus {
  border-color: rgba(0, 81, 143, 0.7);
}
.focus\:border-info\/75:focus {
  border-color: rgba(0, 81, 143, 0.75);
}
.focus\:border-info\/80:focus {
  border-color: rgba(0, 81, 143, 0.8);
}
.focus\:border-info\/90:focus {
  border-color: rgba(0, 81, 143, 0.9);
}
.focus\:border-info\/95:focus {
  border-color: rgba(0, 81, 143, 0.95);
}
.focus\:border-lbc-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(159 213 252 / var(--tw-border-opacity));
}
.focus\:border-lbc-blue-100\/0:focus {
  border-color: rgba(159, 213, 252, 0);
}
.focus\:border-lbc-blue-100\/10:focus {
  border-color: rgba(159, 213, 252, 0.1);
}
.focus\:border-lbc-blue-100\/100:focus {
  border-color: #9fd5fc;
}
.focus\:border-lbc-blue-100\/20:focus {
  border-color: rgba(159, 213, 252, 0.2);
}
.focus\:border-lbc-blue-100\/25:focus {
  border-color: rgba(159, 213, 252, 0.25);
}
.focus\:border-lbc-blue-100\/30:focus {
  border-color: rgba(159, 213, 252, 0.3);
}
.focus\:border-lbc-blue-100\/40:focus {
  border-color: rgba(159, 213, 252, 0.4);
}
.focus\:border-lbc-blue-100\/5:focus {
  border-color: rgba(159, 213, 252, 0.05);
}
.focus\:border-lbc-blue-100\/50:focus {
  border-color: rgba(159, 213, 252, 0.5);
}
.focus\:border-lbc-blue-100\/60:focus {
  border-color: rgba(159, 213, 252, 0.6);
}
.focus\:border-lbc-blue-100\/70:focus {
  border-color: rgba(159, 213, 252, 0.7);
}
.focus\:border-lbc-blue-100\/75:focus {
  border-color: rgba(159, 213, 252, 0.75);
}
.focus\:border-lbc-blue-100\/80:focus {
  border-color: rgba(159, 213, 252, 0.8);
}
.focus\:border-lbc-blue-100\/90:focus {
  border-color: rgba(159, 213, 252, 0.9);
}
.focus\:border-lbc-blue-100\/95:focus {
  border-color: rgba(159, 213, 252, 0.95);
}
.focus\:border-lbc-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(111 179 231 / var(--tw-border-opacity));
}
.focus\:border-lbc-blue-200\/0:focus {
  border-color: rgba(111, 179, 231, 0);
}
.focus\:border-lbc-blue-200\/10:focus {
  border-color: rgba(111, 179, 231, 0.1);
}
.focus\:border-lbc-blue-200\/100:focus {
  border-color: #6fb3e7;
}
.focus\:border-lbc-blue-200\/20:focus {
  border-color: rgba(111, 179, 231, 0.2);
}
.focus\:border-lbc-blue-200\/25:focus {
  border-color: rgba(111, 179, 231, 0.25);
}
.focus\:border-lbc-blue-200\/30:focus {
  border-color: rgba(111, 179, 231, 0.3);
}
.focus\:border-lbc-blue-200\/40:focus {
  border-color: rgba(111, 179, 231, 0.4);
}
.focus\:border-lbc-blue-200\/5:focus {
  border-color: rgba(111, 179, 231, 0.05);
}
.focus\:border-lbc-blue-200\/50:focus {
  border-color: rgba(111, 179, 231, 0.5);
}
.focus\:border-lbc-blue-200\/60:focus {
  border-color: rgba(111, 179, 231, 0.6);
}
.focus\:border-lbc-blue-200\/70:focus {
  border-color: rgba(111, 179, 231, 0.7);
}
.focus\:border-lbc-blue-200\/75:focus {
  border-color: rgba(111, 179, 231, 0.75);
}
.focus\:border-lbc-blue-200\/80:focus {
  border-color: rgba(111, 179, 231, 0.8);
}
.focus\:border-lbc-blue-200\/90:focus {
  border-color: rgba(111, 179, 231, 0.9);
}
.focus\:border-lbc-blue-200\/95:focus {
  border-color: rgba(111, 179, 231, 0.95);
}
.focus\:border-lbc-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 236 253 / var(--tw-border-opacity));
}
.focus\:border-lbc-blue-50\/0:focus {
  border-color: rgba(216, 236, 253, 0);
}
.focus\:border-lbc-blue-50\/10:focus {
  border-color: rgba(216, 236, 253, 0.1);
}
.focus\:border-lbc-blue-50\/100:focus {
  border-color: #d8ecfd;
}
.focus\:border-lbc-blue-50\/20:focus {
  border-color: rgba(216, 236, 253, 0.2);
}
.focus\:border-lbc-blue-50\/25:focus {
  border-color: rgba(216, 236, 253, 0.25);
}
.focus\:border-lbc-blue-50\/30:focus {
  border-color: rgba(216, 236, 253, 0.3);
}
.focus\:border-lbc-blue-50\/40:focus {
  border-color: rgba(216, 236, 253, 0.4);
}
.focus\:border-lbc-blue-50\/5:focus {
  border-color: rgba(216, 236, 253, 0.05);
}
.focus\:border-lbc-blue-50\/50:focus {
  border-color: rgba(216, 236, 253, 0.5);
}
.focus\:border-lbc-blue-50\/60:focus {
  border-color: rgba(216, 236, 253, 0.6);
}
.focus\:border-lbc-blue-50\/70:focus {
  border-color: rgba(216, 236, 253, 0.7);
}
.focus\:border-lbc-blue-50\/75:focus {
  border-color: rgba(216, 236, 253, 0.75);
}
.focus\:border-lbc-blue-50\/80:focus {
  border-color: rgba(216, 236, 253, 0.8);
}
.focus\:border-lbc-blue-50\/90:focus {
  border-color: rgba(216, 236, 253, 0.9);
}
.focus\:border-lbc-blue-50\/95:focus {
  border-color: rgba(216, 236, 253, 0.95);
}
.focus\:border-lbc-gold-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 238 158 / var(--tw-border-opacity));
}
.focus\:border-lbc-gold-100\/0:focus {
  border-color: rgba(255, 238, 158, 0);
}
.focus\:border-lbc-gold-100\/10:focus {
  border-color: rgba(255, 238, 158, 0.1);
}
.focus\:border-lbc-gold-100\/100:focus {
  border-color: #ffee9e;
}
.focus\:border-lbc-gold-100\/20:focus {
  border-color: rgba(255, 238, 158, 0.2);
}
.focus\:border-lbc-gold-100\/25:focus {
  border-color: rgba(255, 238, 158, 0.25);
}
.focus\:border-lbc-gold-100\/30:focus {
  border-color: rgba(255, 238, 158, 0.3);
}
.focus\:border-lbc-gold-100\/40:focus {
  border-color: rgba(255, 238, 158, 0.4);
}
.focus\:border-lbc-gold-100\/5:focus {
  border-color: rgba(255, 238, 158, 0.05);
}
.focus\:border-lbc-gold-100\/50:focus {
  border-color: rgba(255, 238, 158, 0.5);
}
.focus\:border-lbc-gold-100\/60:focus {
  border-color: rgba(255, 238, 158, 0.6);
}
.focus\:border-lbc-gold-100\/70:focus {
  border-color: rgba(255, 238, 158, 0.7);
}
.focus\:border-lbc-gold-100\/75:focus {
  border-color: rgba(255, 238, 158, 0.75);
}
.focus\:border-lbc-gold-100\/80:focus {
  border-color: rgba(255, 238, 158, 0.8);
}
.focus\:border-lbc-gold-100\/90:focus {
  border-color: rgba(255, 238, 158, 0.9);
}
.focus\:border-lbc-gold-100\/95:focus {
  border-color: rgba(255, 238, 158, 0.95);
}
.focus\:border-lbc-gold-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 220 102 / var(--tw-border-opacity));
}
.focus\:border-lbc-gold-200\/0:focus {
  border-color: hsla(47, 99%, 70%, 0);
}
.focus\:border-lbc-gold-200\/10:focus {
  border-color: hsla(47, 99%, 70%, 0.1);
}
.focus\:border-lbc-gold-200\/100:focus {
  border-color: #fedc66;
}
.focus\:border-lbc-gold-200\/20:focus {
  border-color: hsla(47, 99%, 70%, 0.2);
}
.focus\:border-lbc-gold-200\/25:focus {
  border-color: hsla(47, 99%, 70%, 0.25);
}
.focus\:border-lbc-gold-200\/30:focus {
  border-color: hsla(47, 99%, 70%, 0.3);
}
.focus\:border-lbc-gold-200\/40:focus {
  border-color: hsla(47, 99%, 70%, 0.4);
}
.focus\:border-lbc-gold-200\/5:focus {
  border-color: hsla(47, 99%, 70%, 0.05);
}
.focus\:border-lbc-gold-200\/50:focus {
  border-color: hsla(47, 99%, 70%, 0.5);
}
.focus\:border-lbc-gold-200\/60:focus {
  border-color: hsla(47, 99%, 70%, 0.6);
}
.focus\:border-lbc-gold-200\/70:focus {
  border-color: hsla(47, 99%, 70%, 0.7);
}
.focus\:border-lbc-gold-200\/75:focus {
  border-color: hsla(47, 99%, 70%, 0.75);
}
.focus\:border-lbc-gold-200\/80:focus {
  border-color: hsla(47, 99%, 70%, 0.8);
}
.focus\:border-lbc-gold-200\/90:focus {
  border-color: hsla(47, 99%, 70%, 0.9);
}
.focus\:border-lbc-gold-200\/95:focus {
  border-color: hsla(47, 99%, 70%, 0.95);
}
.focus\:border-lbc-mint-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(126 255 236 / var(--tw-border-opacity));
}
.focus\:border-lbc-mint-100\/0:focus {
  border-color: rgba(126, 255, 236, 0);
}
.focus\:border-lbc-mint-100\/10:focus {
  border-color: rgba(126, 255, 236, 0.1);
}
.focus\:border-lbc-mint-100\/100:focus {
  border-color: #7effec;
}
.focus\:border-lbc-mint-100\/20:focus {
  border-color: rgba(126, 255, 236, 0.2);
}
.focus\:border-lbc-mint-100\/25:focus {
  border-color: rgba(126, 255, 236, 0.25);
}
.focus\:border-lbc-mint-100\/30:focus {
  border-color: rgba(126, 255, 236, 0.3);
}
.focus\:border-lbc-mint-100\/40:focus {
  border-color: rgba(126, 255, 236, 0.4);
}
.focus\:border-lbc-mint-100\/5:focus {
  border-color: rgba(126, 255, 236, 0.05);
}
.focus\:border-lbc-mint-100\/50:focus {
  border-color: rgba(126, 255, 236, 0.5);
}
.focus\:border-lbc-mint-100\/60:focus {
  border-color: rgba(126, 255, 236, 0.6);
}
.focus\:border-lbc-mint-100\/70:focus {
  border-color: rgba(126, 255, 236, 0.7);
}
.focus\:border-lbc-mint-100\/75:focus {
  border-color: rgba(126, 255, 236, 0.75);
}
.focus\:border-lbc-mint-100\/80:focus {
  border-color: rgba(126, 255, 236, 0.8);
}
.focus\:border-lbc-mint-100\/90:focus {
  border-color: rgba(126, 255, 236, 0.9);
}
.focus\:border-lbc-mint-100\/95:focus {
  border-color: rgba(126, 255, 236, 0.95);
}
.focus\:border-lbc-mint-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 215 184 / var(--tw-border-opacity));
}
.focus\:border-lbc-mint-300\/0:focus {
  border-color: rgba(10, 215, 184, 0);
}
.focus\:border-lbc-mint-300\/10:focus {
  border-color: rgba(10, 215, 184, 0.1);
}
.focus\:border-lbc-mint-300\/100:focus {
  border-color: #0ad7b8;
}
.focus\:border-lbc-mint-300\/20:focus {
  border-color: rgba(10, 215, 184, 0.2);
}
.focus\:border-lbc-mint-300\/25:focus {
  border-color: rgba(10, 215, 184, 0.25);
}
.focus\:border-lbc-mint-300\/30:focus {
  border-color: rgba(10, 215, 184, 0.3);
}
.focus\:border-lbc-mint-300\/40:focus {
  border-color: rgba(10, 215, 184, 0.4);
}
.focus\:border-lbc-mint-300\/5:focus {
  border-color: rgba(10, 215, 184, 0.05);
}
.focus\:border-lbc-mint-300\/50:focus {
  border-color: rgba(10, 215, 184, 0.5);
}
.focus\:border-lbc-mint-300\/60:focus {
  border-color: rgba(10, 215, 184, 0.6);
}
.focus\:border-lbc-mint-300\/70:focus {
  border-color: rgba(10, 215, 184, 0.7);
}
.focus\:border-lbc-mint-300\/75:focus {
  border-color: rgba(10, 215, 184, 0.75);
}
.focus\:border-lbc-mint-300\/80:focus {
  border-color: rgba(10, 215, 184, 0.8);
}
.focus\:border-lbc-mint-300\/90:focus {
  border-color: rgba(10, 215, 184, 0.9);
}
.focus\:border-lbc-mint-300\/95:focus {
  border-color: rgba(10, 215, 184, 0.95);
}
.focus\:border-selected:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 233 135 / var(--tw-border-opacity));
}
.focus\:border-selected\/0:focus {
  border-color: hsla(49, 98%, 76%, 0);
}
.focus\:border-selected\/10:focus {
  border-color: hsla(49, 98%, 76%, 0.1);
}
.focus\:border-selected\/100:focus {
  border-color: #fee987;
}
.focus\:border-selected\/20:focus {
  border-color: hsla(49, 98%, 76%, 0.2);
}
.focus\:border-selected\/25:focus {
  border-color: hsla(49, 98%, 76%, 0.25);
}
.focus\:border-selected\/30:focus {
  border-color: hsla(49, 98%, 76%, 0.3);
}
.focus\:border-selected\/40:focus {
  border-color: hsla(49, 98%, 76%, 0.4);
}
.focus\:border-selected\/5:focus {
  border-color: hsla(49, 98%, 76%, 0.05);
}
.focus\:border-selected\/50:focus {
  border-color: hsla(49, 98%, 76%, 0.5);
}
.focus\:border-selected\/60:focus {
  border-color: hsla(49, 98%, 76%, 0.6);
}
.focus\:border-selected\/70:focus {
  border-color: hsla(49, 98%, 76%, 0.7);
}
.focus\:border-selected\/75:focus {
  border-color: hsla(49, 98%, 76%, 0.75);
}
.focus\:border-selected\/80:focus {
  border-color: hsla(49, 98%, 76%, 0.8);
}
.focus\:border-selected\/90:focus {
  border-color: hsla(49, 98%, 76%, 0.9);
}
.focus\:border-selected\/95:focus {
  border-color: hsla(49, 98%, 76%, 0.95);
}
.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 118 60 / var(--tw-border-opacity));
}
.focus\:border-success-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(222 240 216 / var(--tw-border-opacity));
}
.focus\:border-success-light\/0:focus {
  border-color: rgba(222, 240, 216, 0);
}
.focus\:border-success-light\/10:focus {
  border-color: rgba(222, 240, 216, 0.1);
}
.focus\:border-success-light\/100:focus {
  border-color: #def0d8;
}
.focus\:border-success-light\/20:focus {
  border-color: rgba(222, 240, 216, 0.2);
}
.focus\:border-success-light\/25:focus {
  border-color: rgba(222, 240, 216, 0.25);
}
.focus\:border-success-light\/30:focus {
  border-color: rgba(222, 240, 216, 0.3);
}
.focus\:border-success-light\/40:focus {
  border-color: rgba(222, 240, 216, 0.4);
}
.focus\:border-success-light\/5:focus {
  border-color: rgba(222, 240, 216, 0.05);
}
.focus\:border-success-light\/50:focus {
  border-color: rgba(222, 240, 216, 0.5);
}
.focus\:border-success-light\/60:focus {
  border-color: rgba(222, 240, 216, 0.6);
}
.focus\:border-success-light\/70:focus {
  border-color: rgba(222, 240, 216, 0.7);
}
.focus\:border-success-light\/75:focus {
  border-color: rgba(222, 240, 216, 0.75);
}
.focus\:border-success-light\/80:focus {
  border-color: rgba(222, 240, 216, 0.8);
}
.focus\:border-success-light\/90:focus {
  border-color: rgba(222, 240, 216, 0.9);
}
.focus\:border-success-light\/95:focus {
  border-color: rgba(222, 240, 216, 0.95);
}
.focus\:border-success\/0:focus {
  border-color: rgba(60, 118, 60, 0);
}
.focus\:border-success\/10:focus {
  border-color: rgba(60, 118, 60, 0.1);
}
.focus\:border-success\/100:focus {
  border-color: #3c763c;
}
.focus\:border-success\/20:focus {
  border-color: rgba(60, 118, 60, 0.2);
}
.focus\:border-success\/25:focus {
  border-color: rgba(60, 118, 60, 0.25);
}
.focus\:border-success\/30:focus {
  border-color: rgba(60, 118, 60, 0.3);
}
.focus\:border-success\/40:focus {
  border-color: rgba(60, 118, 60, 0.4);
}
.focus\:border-success\/5:focus {
  border-color: rgba(60, 118, 60, 0.05);
}
.focus\:border-success\/50:focus {
  border-color: rgba(60, 118, 60, 0.5);
}
.focus\:border-success\/60:focus {
  border-color: rgba(60, 118, 60, 0.6);
}
.focus\:border-success\/70:focus {
  border-color: rgba(60, 118, 60, 0.7);
}
.focus\:border-success\/75:focus {
  border-color: rgba(60, 118, 60, 0.75);
}
.focus\:border-success\/80:focus {
  border-color: rgba(60, 118, 60, 0.8);
}
.focus\:border-success\/90:focus {
  border-color: rgba(60, 118, 60, 0.9);
}
.focus\:border-success\/95:focus {
  border-color: rgba(60, 118, 60, 0.95);
}
.focus\:border-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgb(169 92 0 / var(--tw-border-opacity));
}
.focus\:border-warning-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 249 235 / var(--tw-border-opacity));
}
.focus\:border-warning-light\/0:focus {
  border-color: rgba(255, 249, 235, 0);
}
.focus\:border-warning-light\/10:focus {
  border-color: rgba(255, 249, 235, 0.1);
}
.focus\:border-warning-light\/100:focus {
  border-color: #fff9eb;
}
.focus\:border-warning-light\/20:focus {
  border-color: rgba(255, 249, 235, 0.2);
}
.focus\:border-warning-light\/25:focus {
  border-color: rgba(255, 249, 235, 0.25);
}
.focus\:border-warning-light\/30:focus {
  border-color: rgba(255, 249, 235, 0.3);
}
.focus\:border-warning-light\/40:focus {
  border-color: rgba(255, 249, 235, 0.4);
}
.focus\:border-warning-light\/5:focus {
  border-color: rgba(255, 249, 235, 0.05);
}
.focus\:border-warning-light\/50:focus {
  border-color: rgba(255, 249, 235, 0.5);
}
.focus\:border-warning-light\/60:focus {
  border-color: rgba(255, 249, 235, 0.6);
}
.focus\:border-warning-light\/70:focus {
  border-color: rgba(255, 249, 235, 0.7);
}
.focus\:border-warning-light\/75:focus {
  border-color: rgba(255, 249, 235, 0.75);
}
.focus\:border-warning-light\/80:focus {
  border-color: rgba(255, 249, 235, 0.8);
}
.focus\:border-warning-light\/90:focus {
  border-color: rgba(255, 249, 235, 0.9);
}
.focus\:border-warning-light\/95:focus {
  border-color: rgba(255, 249, 235, 0.95);
}
.focus\:border-warning\/0:focus {
  border-color: rgba(169, 92, 0, 0);
}
.focus\:border-warning\/10:focus {
  border-color: rgba(169, 92, 0, 0.1);
}
.focus\:border-warning\/100:focus {
  border-color: #a95c00;
}
.focus\:border-warning\/20:focus {
  border-color: rgba(169, 92, 0, 0.2);
}
.focus\:border-warning\/25:focus {
  border-color: rgba(169, 92, 0, 0.25);
}
.focus\:border-warning\/30:focus {
  border-color: rgba(169, 92, 0, 0.3);
}
.focus\:border-warning\/40:focus {
  border-color: rgba(169, 92, 0, 0.4);
}
.focus\:border-warning\/5:focus {
  border-color: rgba(169, 92, 0, 0.05);
}
.focus\:border-warning\/50:focus {
  border-color: rgba(169, 92, 0, 0.5);
}
.focus\:border-warning\/60:focus {
  border-color: rgba(169, 92, 0, 0.6);
}
.focus\:border-warning\/70:focus {
  border-color: rgba(169, 92, 0, 0.7);
}
.focus\:border-warning\/75:focus {
  border-color: rgba(169, 92, 0, 0.75);
}
.focus\:border-warning\/80:focus {
  border-color: rgba(169, 92, 0, 0.8);
}
.focus\:border-warning\/90:focus {
  border-color: rgba(169, 92, 0, 0.9);
}
.focus\:border-warning\/95:focus {
  border-color: rgba(169, 92, 0, 0.95);
}
.focus\:bg-brand-web-background-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-background-grey\/0:focus {
  background-color: hsla(0, 0%, 96%, 0);
}
.focus\:bg-brand-web-background-grey\/10:focus {
  background-color: hsla(0, 0%, 96%, 0.1);
}
.focus\:bg-brand-web-background-grey\/100:focus {
  background-color: #f5f5f5;
}
.focus\:bg-brand-web-background-grey\/20:focus {
  background-color: hsla(0, 0%, 96%, 0.2);
}
.focus\:bg-brand-web-background-grey\/25:focus {
  background-color: hsla(0, 0%, 96%, 0.25);
}
.focus\:bg-brand-web-background-grey\/30:focus {
  background-color: hsla(0, 0%, 96%, 0.3);
}
.focus\:bg-brand-web-background-grey\/40:focus {
  background-color: hsla(0, 0%, 96%, 0.4);
}
.focus\:bg-brand-web-background-grey\/5:focus {
  background-color: hsla(0, 0%, 96%, 0.05);
}
.focus\:bg-brand-web-background-grey\/50:focus {
  background-color: hsla(0, 0%, 96%, 0.5);
}
.focus\:bg-brand-web-background-grey\/60:focus {
  background-color: hsla(0, 0%, 96%, 0.6);
}
.focus\:bg-brand-web-background-grey\/70:focus {
  background-color: hsla(0, 0%, 96%, 0.7);
}
.focus\:bg-brand-web-background-grey\/75:focus {
  background-color: hsla(0, 0%, 96%, 0.75);
}
.focus\:bg-brand-web-background-grey\/80:focus {
  background-color: hsla(0, 0%, 96%, 0.8);
}
.focus\:bg-brand-web-background-grey\/90:focus {
  background-color: hsla(0, 0%, 96%, 0.9);
}
.focus\:bg-brand-web-background-grey\/95:focus {
  background-color: hsla(0, 0%, 96%, 0.95);
}
.focus\:bg-brand-web-card-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 214 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-card-grey\/0:focus {
  background-color: hsla(75, 5%, 85%, 0);
}
.focus\:bg-brand-web-card-grey\/10:focus {
  background-color: hsla(75, 5%, 85%, 0.1);
}
.focus\:bg-brand-web-card-grey\/100:focus {
  background-color: #d9dad6;
}
.focus\:bg-brand-web-card-grey\/20:focus {
  background-color: hsla(75, 5%, 85%, 0.2);
}
.focus\:bg-brand-web-card-grey\/25:focus {
  background-color: hsla(75, 5%, 85%, 0.25);
}
.focus\:bg-brand-web-card-grey\/30:focus {
  background-color: hsla(75, 5%, 85%, 0.3);
}
.focus\:bg-brand-web-card-grey\/40:focus {
  background-color: hsla(75, 5%, 85%, 0.4);
}
.focus\:bg-brand-web-card-grey\/5:focus {
  background-color: hsla(75, 5%, 85%, 0.05);
}
.focus\:bg-brand-web-card-grey\/50:focus {
  background-color: hsla(75, 5%, 85%, 0.5);
}
.focus\:bg-brand-web-card-grey\/60:focus {
  background-color: hsla(75, 5%, 85%, 0.6);
}
.focus\:bg-brand-web-card-grey\/70:focus {
  background-color: hsla(75, 5%, 85%, 0.7);
}
.focus\:bg-brand-web-card-grey\/75:focus {
  background-color: hsla(75, 5%, 85%, 0.75);
}
.focus\:bg-brand-web-card-grey\/80:focus {
  background-color: hsla(75, 5%, 85%, 0.8);
}
.focus\:bg-brand-web-card-grey\/90:focus {
  background-color: hsla(75, 5%, 85%, 0.9);
}
.focus\:bg-brand-web-card-grey\/95:focus {
  background-color: hsla(75, 5%, 85%, 0.95);
}
.focus\:bg-brand-web-fresh-mint:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(39 242 211 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-fresh-mint\/0:focus {
  background-color: rgba(39, 242, 211, 0);
}
.focus\:bg-brand-web-fresh-mint\/10:focus {
  background-color: rgba(39, 242, 211, 0.1);
}
.focus\:bg-brand-web-fresh-mint\/100:focus {
  background-color: #27f2d3;
}
.focus\:bg-brand-web-fresh-mint\/20:focus {
  background-color: rgba(39, 242, 211, 0.2);
}
.focus\:bg-brand-web-fresh-mint\/25:focus {
  background-color: rgba(39, 242, 211, 0.25);
}
.focus\:bg-brand-web-fresh-mint\/30:focus {
  background-color: rgba(39, 242, 211, 0.3);
}
.focus\:bg-brand-web-fresh-mint\/40:focus {
  background-color: rgba(39, 242, 211, 0.4);
}
.focus\:bg-brand-web-fresh-mint\/5:focus {
  background-color: rgba(39, 242, 211, 0.05);
}
.focus\:bg-brand-web-fresh-mint\/50:focus {
  background-color: rgba(39, 242, 211, 0.5);
}
.focus\:bg-brand-web-fresh-mint\/60:focus {
  background-color: rgba(39, 242, 211, 0.6);
}
.focus\:bg-brand-web-fresh-mint\/70:focus {
  background-color: rgba(39, 242, 211, 0.7);
}
.focus\:bg-brand-web-fresh-mint\/75:focus {
  background-color: rgba(39, 242, 211, 0.75);
}
.focus\:bg-brand-web-fresh-mint\/80:focus {
  background-color: rgba(39, 242, 211, 0.8);
}
.focus\:bg-brand-web-fresh-mint\/90:focus {
  background-color: rgba(39, 242, 211, 0.9);
}
.focus\:bg-brand-web-fresh-mint\/95:focus {
  background-color: rgba(39, 242, 211, 0.95);
}
.focus\:bg-brand-web-grey-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 229 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-grey-200\/0:focus {
  background-color: hsla(225, 7%, 89%, 0);
}
.focus\:bg-brand-web-grey-200\/10:focus {
  background-color: hsla(225, 7%, 89%, 0.1);
}
.focus\:bg-brand-web-grey-200\/100:focus {
  background-color: #e1e2e5;
}
.focus\:bg-brand-web-grey-200\/20:focus {
  background-color: hsla(225, 7%, 89%, 0.2);
}
.focus\:bg-brand-web-grey-200\/25:focus {
  background-color: hsla(225, 7%, 89%, 0.25);
}
.focus\:bg-brand-web-grey-200\/30:focus {
  background-color: hsla(225, 7%, 89%, 0.3);
}
.focus\:bg-brand-web-grey-200\/40:focus {
  background-color: hsla(225, 7%, 89%, 0.4);
}
.focus\:bg-brand-web-grey-200\/5:focus {
  background-color: hsla(225, 7%, 89%, 0.05);
}
.focus\:bg-brand-web-grey-200\/50:focus {
  background-color: hsla(225, 7%, 89%, 0.5);
}
.focus\:bg-brand-web-grey-200\/60:focus {
  background-color: hsla(225, 7%, 89%, 0.6);
}
.focus\:bg-brand-web-grey-200\/70:focus {
  background-color: hsla(225, 7%, 89%, 0.7);
}
.focus\:bg-brand-web-grey-200\/75:focus {
  background-color: hsla(225, 7%, 89%, 0.75);
}
.focus\:bg-brand-web-grey-200\/80:focus {
  background-color: hsla(225, 7%, 89%, 0.8);
}
.focus\:bg-brand-web-grey-200\/90:focus {
  background-color: hsla(225, 7%, 89%, 0.9);
}
.focus\:bg-brand-web-grey-200\/95:focus {
  background-color: hsla(225, 7%, 89%, 0.95);
}
.focus\:bg-brand-web-grey-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-grey-300\/0:focus {
  background-color: hsla(0, 0%, 45%, 0);
}
.focus\:bg-brand-web-grey-300\/10:focus {
  background-color: hsla(0, 0%, 45%, 0.1);
}
.focus\:bg-brand-web-grey-300\/100:focus {
  background-color: #737373;
}
.focus\:bg-brand-web-grey-300\/20:focus {
  background-color: hsla(0, 0%, 45%, 0.2);
}
.focus\:bg-brand-web-grey-300\/25:focus {
  background-color: hsla(0, 0%, 45%, 0.25);
}
.focus\:bg-brand-web-grey-300\/30:focus {
  background-color: hsla(0, 0%, 45%, 0.3);
}
.focus\:bg-brand-web-grey-300\/40:focus {
  background-color: hsla(0, 0%, 45%, 0.4);
}
.focus\:bg-brand-web-grey-300\/5:focus {
  background-color: hsla(0, 0%, 45%, 0.05);
}
.focus\:bg-brand-web-grey-300\/50:focus {
  background-color: hsla(0, 0%, 45%, 0.5);
}
.focus\:bg-brand-web-grey-300\/60:focus {
  background-color: hsla(0, 0%, 45%, 0.6);
}
.focus\:bg-brand-web-grey-300\/70:focus {
  background-color: hsla(0, 0%, 45%, 0.7);
}
.focus\:bg-brand-web-grey-300\/75:focus {
  background-color: hsla(0, 0%, 45%, 0.75);
}
.focus\:bg-brand-web-grey-300\/80:focus {
  background-color: hsla(0, 0%, 45%, 0.8);
}
.focus\:bg-brand-web-grey-300\/90:focus {
  background-color: hsla(0, 0%, 45%, 0.9);
}
.focus\:bg-brand-web-grey-300\/95:focus {
  background-color: hsla(0, 0%, 45%, 0.95);
}
.focus\:bg-brand-web-grey-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-grey-500\/0:focus {
  background-color: rgba(85, 85, 85, 0);
}
.focus\:bg-brand-web-grey-500\/10:focus {
  background-color: rgba(85, 85, 85, 0.1);
}
.focus\:bg-brand-web-grey-500\/100:focus {
  background-color: #555;
}
.focus\:bg-brand-web-grey-500\/20:focus {
  background-color: rgba(85, 85, 85, 0.2);
}
.focus\:bg-brand-web-grey-500\/25:focus {
  background-color: rgba(85, 85, 85, 0.25);
}
.focus\:bg-brand-web-grey-500\/30:focus {
  background-color: rgba(85, 85, 85, 0.3);
}
.focus\:bg-brand-web-grey-500\/40:focus {
  background-color: rgba(85, 85, 85, 0.4);
}
.focus\:bg-brand-web-grey-500\/5:focus {
  background-color: rgba(85, 85, 85, 0.05);
}
.focus\:bg-brand-web-grey-500\/50:focus {
  background-color: rgba(85, 85, 85, 0.5);
}
.focus\:bg-brand-web-grey-500\/60:focus {
  background-color: rgba(85, 85, 85, 0.6);
}
.focus\:bg-brand-web-grey-500\/70:focus {
  background-color: rgba(85, 85, 85, 0.7);
}
.focus\:bg-brand-web-grey-500\/75:focus {
  background-color: rgba(85, 85, 85, 0.75);
}
.focus\:bg-brand-web-grey-500\/80:focus {
  background-color: rgba(85, 85, 85, 0.8);
}
.focus\:bg-brand-web-grey-500\/90:focus {
  background-color: rgba(85, 85, 85, 0.9);
}
.focus\:bg-brand-web-grey-500\/95:focus {
  background-color: rgba(85, 85, 85, 0.95);
}
.focus\:bg-brand-web-lbc-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 112 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-lbc-blue\/0:focus {
  background-color: rgba(0, 64, 112, 0);
}
.focus\:bg-brand-web-lbc-blue\/10:focus {
  background-color: rgba(0, 64, 112, 0.1);
}
.focus\:bg-brand-web-lbc-blue\/100:focus {
  background-color: #004070;
}
.focus\:bg-brand-web-lbc-blue\/20:focus {
  background-color: rgba(0, 64, 112, 0.2);
}
.focus\:bg-brand-web-lbc-blue\/25:focus {
  background-color: rgba(0, 64, 112, 0.25);
}
.focus\:bg-brand-web-lbc-blue\/30:focus {
  background-color: rgba(0, 64, 112, 0.3);
}
.focus\:bg-brand-web-lbc-blue\/40:focus {
  background-color: rgba(0, 64, 112, 0.4);
}
.focus\:bg-brand-web-lbc-blue\/5:focus {
  background-color: rgba(0, 64, 112, 0.05);
}
.focus\:bg-brand-web-lbc-blue\/50:focus {
  background-color: rgba(0, 64, 112, 0.5);
}
.focus\:bg-brand-web-lbc-blue\/60:focus {
  background-color: rgba(0, 64, 112, 0.6);
}
.focus\:bg-brand-web-lbc-blue\/70:focus {
  background-color: rgba(0, 64, 112, 0.7);
}
.focus\:bg-brand-web-lbc-blue\/75:focus {
  background-color: rgba(0, 64, 112, 0.75);
}
.focus\:bg-brand-web-lbc-blue\/80:focus {
  background-color: rgba(0, 64, 112, 0.8);
}
.focus\:bg-brand-web-lbc-blue\/90:focus {
  background-color: rgba(0, 64, 112, 0.9);
}
.focus\:bg-brand-web-lbc-blue\/95:focus {
  background-color: rgba(0, 64, 112, 0.95);
}
.focus\:bg-brand-web-lbc-gold:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 184 18 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-lbc-gold\/0:focus {
  background-color: rgba(253, 184, 18, 0);
}
.focus\:bg-brand-web-lbc-gold\/10:focus {
  background-color: rgba(253, 184, 18, 0.1);
}
.focus\:bg-brand-web-lbc-gold\/100:focus {
  background-color: #fdb812;
}
.focus\:bg-brand-web-lbc-gold\/20:focus {
  background-color: rgba(253, 184, 18, 0.2);
}
.focus\:bg-brand-web-lbc-gold\/25:focus {
  background-color: rgba(253, 184, 18, 0.25);
}
.focus\:bg-brand-web-lbc-gold\/30:focus {
  background-color: rgba(253, 184, 18, 0.3);
}
.focus\:bg-brand-web-lbc-gold\/40:focus {
  background-color: rgba(253, 184, 18, 0.4);
}
.focus\:bg-brand-web-lbc-gold\/5:focus {
  background-color: rgba(253, 184, 18, 0.05);
}
.focus\:bg-brand-web-lbc-gold\/50:focus {
  background-color: rgba(253, 184, 18, 0.5);
}
.focus\:bg-brand-web-lbc-gold\/60:focus {
  background-color: rgba(253, 184, 18, 0.6);
}
.focus\:bg-brand-web-lbc-gold\/70:focus {
  background-color: rgba(253, 184, 18, 0.7);
}
.focus\:bg-brand-web-lbc-gold\/75:focus {
  background-color: rgba(253, 184, 18, 0.75);
}
.focus\:bg-brand-web-lbc-gold\/80:focus {
  background-color: rgba(253, 184, 18, 0.8);
}
.focus\:bg-brand-web-lbc-gold\/90:focus {
  background-color: rgba(253, 184, 18, 0.9);
}
.focus\:bg-brand-web-lbc-gold\/95:focus {
  background-color: rgba(253, 184, 18, 0.95);
}
.focus\:bg-brand-web-raspberry:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 13 66 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-raspberry\/0:focus {
  background-color: rgba(224, 13, 66, 0);
}
.focus\:bg-brand-web-raspberry\/10:focus {
  background-color: rgba(224, 13, 66, 0.1);
}
.focus\:bg-brand-web-raspberry\/100:focus {
  background-color: #e00d42;
}
.focus\:bg-brand-web-raspberry\/20:focus {
  background-color: rgba(224, 13, 66, 0.2);
}
.focus\:bg-brand-web-raspberry\/25:focus {
  background-color: rgba(224, 13, 66, 0.25);
}
.focus\:bg-brand-web-raspberry\/30:focus {
  background-color: rgba(224, 13, 66, 0.3);
}
.focus\:bg-brand-web-raspberry\/40:focus {
  background-color: rgba(224, 13, 66, 0.4);
}
.focus\:bg-brand-web-raspberry\/5:focus {
  background-color: rgba(224, 13, 66, 0.05);
}
.focus\:bg-brand-web-raspberry\/50:focus {
  background-color: rgba(224, 13, 66, 0.5);
}
.focus\:bg-brand-web-raspberry\/60:focus {
  background-color: rgba(224, 13, 66, 0.6);
}
.focus\:bg-brand-web-raspberry\/70:focus {
  background-color: rgba(224, 13, 66, 0.7);
}
.focus\:bg-brand-web-raspberry\/75:focus {
  background-color: rgba(224, 13, 66, 0.75);
}
.focus\:bg-brand-web-raspberry\/80:focus {
  background-color: rgba(224, 13, 66, 0.8);
}
.focus\:bg-brand-web-raspberry\/90:focus {
  background-color: rgba(224, 13, 66, 0.9);
}
.focus\:bg-brand-web-raspberry\/95:focus {
  background-color: rgba(224, 13, 66, 0.95);
}
.focus\:bg-brand-web-text-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-text-grey\/0:focus {
  background-color: rgba(34, 34, 34, 0);
}
.focus\:bg-brand-web-text-grey\/10:focus {
  background-color: rgba(34, 34, 34, 0.1);
}
.focus\:bg-brand-web-text-grey\/100:focus {
  background-color: #222;
}
.focus\:bg-brand-web-text-grey\/20:focus {
  background-color: rgba(34, 34, 34, 0.2);
}
.focus\:bg-brand-web-text-grey\/25:focus {
  background-color: rgba(34, 34, 34, 0.25);
}
.focus\:bg-brand-web-text-grey\/30:focus {
  background-color: rgba(34, 34, 34, 0.3);
}
.focus\:bg-brand-web-text-grey\/40:focus {
  background-color: rgba(34, 34, 34, 0.4);
}
.focus\:bg-brand-web-text-grey\/5:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
.focus\:bg-brand-web-text-grey\/50:focus {
  background-color: rgba(34, 34, 34, 0.5);
}
.focus\:bg-brand-web-text-grey\/60:focus {
  background-color: rgba(34, 34, 34, 0.6);
}
.focus\:bg-brand-web-text-grey\/70:focus {
  background-color: rgba(34, 34, 34, 0.7);
}
.focus\:bg-brand-web-text-grey\/75:focus {
  background-color: rgba(34, 34, 34, 0.75);
}
.focus\:bg-brand-web-text-grey\/80:focus {
  background-color: rgba(34, 34, 34, 0.8);
}
.focus\:bg-brand-web-text-grey\/90:focus {
  background-color: rgba(34, 34, 34, 0.9);
}
.focus\:bg-brand-web-text-grey\/95:focus {
  background-color: rgba(34, 34, 34, 0.95);
}
.focus\:bg-brand-web-text-light-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-text-light-grey\/0:focus {
  background-color: hsla(0, 0%, 50%, 0);
}
.focus\:bg-brand-web-text-light-grey\/10:focus {
  background-color: hsla(0, 0%, 50%, 0.1);
}
.focus\:bg-brand-web-text-light-grey\/100:focus {
  background-color: grey;
}
.focus\:bg-brand-web-text-light-grey\/20:focus {
  background-color: hsla(0, 0%, 50%, 0.2);
}
.focus\:bg-brand-web-text-light-grey\/25:focus {
  background-color: hsla(0, 0%, 50%, 0.25);
}
.focus\:bg-brand-web-text-light-grey\/30:focus {
  background-color: hsla(0, 0%, 50%, 0.3);
}
.focus\:bg-brand-web-text-light-grey\/40:focus {
  background-color: hsla(0, 0%, 50%, 0.4);
}
.focus\:bg-brand-web-text-light-grey\/5:focus {
  background-color: hsla(0, 0%, 50%, 0.05);
}
.focus\:bg-brand-web-text-light-grey\/50:focus {
  background-color: hsla(0, 0%, 50%, 0.5);
}
.focus\:bg-brand-web-text-light-grey\/60:focus {
  background-color: hsla(0, 0%, 50%, 0.6);
}
.focus\:bg-brand-web-text-light-grey\/70:focus {
  background-color: hsla(0, 0%, 50%, 0.7);
}
.focus\:bg-brand-web-text-light-grey\/75:focus {
  background-color: hsla(0, 0%, 50%, 0.75);
}
.focus\:bg-brand-web-text-light-grey\/80:focus {
  background-color: hsla(0, 0%, 50%, 0.8);
}
.focus\:bg-brand-web-text-light-grey\/90:focus {
  background-color: hsla(0, 0%, 50%, 0.9);
}
.focus\:bg-brand-web-text-light-grey\/95:focus {
  background-color: hsla(0, 0%, 50%, 0.95);
}
.focus\:bg-brand-web-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-brand-web-white\/0:focus {
  background-color: hsla(0, 0%, 100%, 0);
}
.focus\:bg-brand-web-white\/10:focus {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.focus\:bg-brand-web-white\/100:focus {
  background-color: #fff;
}
.focus\:bg-brand-web-white\/20:focus {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.focus\:bg-brand-web-white\/25:focus {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.focus\:bg-brand-web-white\/30:focus {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.focus\:bg-brand-web-white\/40:focus {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.focus\:bg-brand-web-white\/5:focus {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.focus\:bg-brand-web-white\/50:focus {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.focus\:bg-brand-web-white\/60:focus {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.focus\:bg-brand-web-white\/70:focus {
  background-color: hsla(0, 0%, 100%, 0.7);
}
.focus\:bg-brand-web-white\/75:focus {
  background-color: hsla(0, 0%, 100%, 0.75);
}
.focus\:bg-brand-web-white\/80:focus {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.focus\:bg-brand-web-white\/90:focus {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.focus\:bg-brand-web-white\/95:focus {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.focus\:bg-error:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(174 10 51 / var(--tw-bg-opacity));
}
.focus\:bg-error-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 240 / var(--tw-bg-opacity));
}
.focus\:bg-error-light\/0:focus {
  background-color: rgba(254, 236, 240, 0);
}
.focus\:bg-error-light\/10:focus {
  background-color: rgba(254, 236, 240, 0.1);
}
.focus\:bg-error-light\/100:focus {
  background-color: #feecf0;
}
.focus\:bg-error-light\/20:focus {
  background-color: rgba(254, 236, 240, 0.2);
}
.focus\:bg-error-light\/25:focus {
  background-color: rgba(254, 236, 240, 0.25);
}
.focus\:bg-error-light\/30:focus {
  background-color: rgba(254, 236, 240, 0.3);
}
.focus\:bg-error-light\/40:focus {
  background-color: rgba(254, 236, 240, 0.4);
}
.focus\:bg-error-light\/5:focus {
  background-color: rgba(254, 236, 240, 0.05);
}
.focus\:bg-error-light\/50:focus {
  background-color: rgba(254, 236, 240, 0.5);
}
.focus\:bg-error-light\/60:focus {
  background-color: rgba(254, 236, 240, 0.6);
}
.focus\:bg-error-light\/70:focus {
  background-color: rgba(254, 236, 240, 0.7);
}
.focus\:bg-error-light\/75:focus {
  background-color: rgba(254, 236, 240, 0.75);
}
.focus\:bg-error-light\/80:focus {
  background-color: rgba(254, 236, 240, 0.8);
}
.focus\:bg-error-light\/90:focus {
  background-color: rgba(254, 236, 240, 0.9);
}
.focus\:bg-error-light\/95:focus {
  background-color: rgba(254, 236, 240, 0.95);
}
.focus\:bg-error\/0:focus {
  background-color: rgba(174, 10, 51, 0);
}
.focus\:bg-error\/10:focus {
  background-color: rgba(174, 10, 51, 0.1);
}
.focus\:bg-error\/100:focus {
  background-color: #ae0a33;
}
.focus\:bg-error\/20:focus {
  background-color: rgba(174, 10, 51, 0.2);
}
.focus\:bg-error\/25:focus {
  background-color: rgba(174, 10, 51, 0.25);
}
.focus\:bg-error\/30:focus {
  background-color: rgba(174, 10, 51, 0.3);
}
.focus\:bg-error\/40:focus {
  background-color: rgba(174, 10, 51, 0.4);
}
.focus\:bg-error\/5:focus {
  background-color: rgba(174, 10, 51, 0.05);
}
.focus\:bg-error\/50:focus {
  background-color: rgba(174, 10, 51, 0.5);
}
.focus\:bg-error\/60:focus {
  background-color: rgba(174, 10, 51, 0.6);
}
.focus\:bg-error\/70:focus {
  background-color: rgba(174, 10, 51, 0.7);
}
.focus\:bg-error\/75:focus {
  background-color: rgba(174, 10, 51, 0.75);
}
.focus\:bg-error\/80:focus {
  background-color: rgba(174, 10, 51, 0.8);
}
.focus\:bg-error\/90:focus {
  background-color: rgba(174, 10, 51, 0.9);
}
.focus\:bg-error\/95:focus {
  background-color: rgba(174, 10, 51, 0.95);
}
.focus\:bg-hover:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(122 197 254 / var(--tw-bg-opacity));
}
.focus\:bg-hover\/0:focus {
  background-color: rgba(122, 197, 254, 0);
}
.focus\:bg-hover\/10:focus {
  background-color: rgba(122, 197, 254, 0.1);
}
.focus\:bg-hover\/100:focus {
  background-color: #7ac5fe;
}
.focus\:bg-hover\/20:focus {
  background-color: rgba(122, 197, 254, 0.2);
}
.focus\:bg-hover\/25:focus {
  background-color: rgba(122, 197, 254, 0.25);
}
.focus\:bg-hover\/30:focus {
  background-color: rgba(122, 197, 254, 0.3);
}
.focus\:bg-hover\/40:focus {
  background-color: rgba(122, 197, 254, 0.4);
}
.focus\:bg-hover\/5:focus {
  background-color: rgba(122, 197, 254, 0.05);
}
.focus\:bg-hover\/50:focus {
  background-color: rgba(122, 197, 254, 0.5);
}
.focus\:bg-hover\/60:focus {
  background-color: rgba(122, 197, 254, 0.6);
}
.focus\:bg-hover\/70:focus {
  background-color: rgba(122, 197, 254, 0.7);
}
.focus\:bg-hover\/75:focus {
  background-color: rgba(122, 197, 254, 0.75);
}
.focus\:bg-hover\/80:focus {
  background-color: rgba(122, 197, 254, 0.8);
}
.focus\:bg-hover\/90:focus {
  background-color: rgba(122, 197, 254, 0.9);
}
.focus\:bg-hover\/95:focus {
  background-color: rgba(122, 197, 254, 0.95);
}
.focus\:bg-info:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 81 143 / var(--tw-bg-opacity));
}
.focus\:bg-info-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 255 / var(--tw-bg-opacity));
}
.focus\:bg-info-light\/0:focus {
  background-color: rgba(235, 246, 255, 0);
}
.focus\:bg-info-light\/10:focus {
  background-color: rgba(235, 246, 255, 0.1);
}
.focus\:bg-info-light\/100:focus {
  background-color: #ebf6ff;
}
.focus\:bg-info-light\/20:focus {
  background-color: rgba(235, 246, 255, 0.2);
}
.focus\:bg-info-light\/25:focus {
  background-color: rgba(235, 246, 255, 0.25);
}
.focus\:bg-info-light\/30:focus {
  background-color: rgba(235, 246, 255, 0.3);
}
.focus\:bg-info-light\/40:focus {
  background-color: rgba(235, 246, 255, 0.4);
}
.focus\:bg-info-light\/5:focus {
  background-color: rgba(235, 246, 255, 0.05);
}
.focus\:bg-info-light\/50:focus {
  background-color: rgba(235, 246, 255, 0.5);
}
.focus\:bg-info-light\/60:focus {
  background-color: rgba(235, 246, 255, 0.6);
}
.focus\:bg-info-light\/70:focus {
  background-color: rgba(235, 246, 255, 0.7);
}
.focus\:bg-info-light\/75:focus {
  background-color: rgba(235, 246, 255, 0.75);
}
.focus\:bg-info-light\/80:focus {
  background-color: rgba(235, 246, 255, 0.8);
}
.focus\:bg-info-light\/90:focus {
  background-color: rgba(235, 246, 255, 0.9);
}
.focus\:bg-info-light\/95:focus {
  background-color: rgba(235, 246, 255, 0.95);
}
.focus\:bg-info\/0:focus {
  background-color: rgba(0, 81, 143, 0);
}
.focus\:bg-info\/10:focus {
  background-color: rgba(0, 81, 143, 0.1);
}
.focus\:bg-info\/100:focus {
  background-color: #00518f;
}
.focus\:bg-info\/20:focus {
  background-color: rgba(0, 81, 143, 0.2);
}
.focus\:bg-info\/25:focus {
  background-color: rgba(0, 81, 143, 0.25);
}
.focus\:bg-info\/30:focus {
  background-color: rgba(0, 81, 143, 0.3);
}
.focus\:bg-info\/40:focus {
  background-color: rgba(0, 81, 143, 0.4);
}
.focus\:bg-info\/5:focus {
  background-color: rgba(0, 81, 143, 0.05);
}
.focus\:bg-info\/50:focus {
  background-color: rgba(0, 81, 143, 0.5);
}
.focus\:bg-info\/60:focus {
  background-color: rgba(0, 81, 143, 0.6);
}
.focus\:bg-info\/70:focus {
  background-color: rgba(0, 81, 143, 0.7);
}
.focus\:bg-info\/75:focus {
  background-color: rgba(0, 81, 143, 0.75);
}
.focus\:bg-info\/80:focus {
  background-color: rgba(0, 81, 143, 0.8);
}
.focus\:bg-info\/90:focus {
  background-color: rgba(0, 81, 143, 0.9);
}
.focus\:bg-info\/95:focus {
  background-color: rgba(0, 81, 143, 0.95);
}
.focus\:bg-lbc-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(159 213 252 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-blue-100\/0:focus {
  background-color: rgba(159, 213, 252, 0);
}
.focus\:bg-lbc-blue-100\/10:focus {
  background-color: rgba(159, 213, 252, 0.1);
}
.focus\:bg-lbc-blue-100\/100:focus {
  background-color: #9fd5fc;
}
.focus\:bg-lbc-blue-100\/20:focus {
  background-color: rgba(159, 213, 252, 0.2);
}
.focus\:bg-lbc-blue-100\/25:focus {
  background-color: rgba(159, 213, 252, 0.25);
}
.focus\:bg-lbc-blue-100\/30:focus {
  background-color: rgba(159, 213, 252, 0.3);
}
.focus\:bg-lbc-blue-100\/40:focus {
  background-color: rgba(159, 213, 252, 0.4);
}
.focus\:bg-lbc-blue-100\/5:focus {
  background-color: rgba(159, 213, 252, 0.05);
}
.focus\:bg-lbc-blue-100\/50:focus {
  background-color: rgba(159, 213, 252, 0.5);
}
.focus\:bg-lbc-blue-100\/60:focus {
  background-color: rgba(159, 213, 252, 0.6);
}
.focus\:bg-lbc-blue-100\/70:focus {
  background-color: rgba(159, 213, 252, 0.7);
}
.focus\:bg-lbc-blue-100\/75:focus {
  background-color: rgba(159, 213, 252, 0.75);
}
.focus\:bg-lbc-blue-100\/80:focus {
  background-color: rgba(159, 213, 252, 0.8);
}
.focus\:bg-lbc-blue-100\/90:focus {
  background-color: rgba(159, 213, 252, 0.9);
}
.focus\:bg-lbc-blue-100\/95:focus {
  background-color: rgba(159, 213, 252, 0.95);
}
.focus\:bg-lbc-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(111 179 231 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-blue-200\/0:focus {
  background-color: rgba(111, 179, 231, 0);
}
.focus\:bg-lbc-blue-200\/10:focus {
  background-color: rgba(111, 179, 231, 0.1);
}
.focus\:bg-lbc-blue-200\/100:focus {
  background-color: #6fb3e7;
}
.focus\:bg-lbc-blue-200\/20:focus {
  background-color: rgba(111, 179, 231, 0.2);
}
.focus\:bg-lbc-blue-200\/25:focus {
  background-color: rgba(111, 179, 231, 0.25);
}
.focus\:bg-lbc-blue-200\/30:focus {
  background-color: rgba(111, 179, 231, 0.3);
}
.focus\:bg-lbc-blue-200\/40:focus {
  background-color: rgba(111, 179, 231, 0.4);
}
.focus\:bg-lbc-blue-200\/5:focus {
  background-color: rgba(111, 179, 231, 0.05);
}
.focus\:bg-lbc-blue-200\/50:focus {
  background-color: rgba(111, 179, 231, 0.5);
}
.focus\:bg-lbc-blue-200\/60:focus {
  background-color: rgba(111, 179, 231, 0.6);
}
.focus\:bg-lbc-blue-200\/70:focus {
  background-color: rgba(111, 179, 231, 0.7);
}
.focus\:bg-lbc-blue-200\/75:focus {
  background-color: rgba(111, 179, 231, 0.75);
}
.focus\:bg-lbc-blue-200\/80:focus {
  background-color: rgba(111, 179, 231, 0.8);
}
.focus\:bg-lbc-blue-200\/90:focus {
  background-color: rgba(111, 179, 231, 0.9);
}
.focus\:bg-lbc-blue-200\/95:focus {
  background-color: rgba(111, 179, 231, 0.95);
}
.focus\:bg-lbc-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(216 236 253 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-blue-50\/0:focus {
  background-color: rgba(216, 236, 253, 0);
}
.focus\:bg-lbc-blue-50\/10:focus {
  background-color: rgba(216, 236, 253, 0.1);
}
.focus\:bg-lbc-blue-50\/100:focus {
  background-color: #d8ecfd;
}
.focus\:bg-lbc-blue-50\/20:focus {
  background-color: rgba(216, 236, 253, 0.2);
}
.focus\:bg-lbc-blue-50\/25:focus {
  background-color: rgba(216, 236, 253, 0.25);
}
.focus\:bg-lbc-blue-50\/30:focus {
  background-color: rgba(216, 236, 253, 0.3);
}
.focus\:bg-lbc-blue-50\/40:focus {
  background-color: rgba(216, 236, 253, 0.4);
}
.focus\:bg-lbc-blue-50\/5:focus {
  background-color: rgba(216, 236, 253, 0.05);
}
.focus\:bg-lbc-blue-50\/50:focus {
  background-color: rgba(216, 236, 253, 0.5);
}
.focus\:bg-lbc-blue-50\/60:focus {
  background-color: rgba(216, 236, 253, 0.6);
}
.focus\:bg-lbc-blue-50\/70:focus {
  background-color: rgba(216, 236, 253, 0.7);
}
.focus\:bg-lbc-blue-50\/75:focus {
  background-color: rgba(216, 236, 253, 0.75);
}
.focus\:bg-lbc-blue-50\/80:focus {
  background-color: rgba(216, 236, 253, 0.8);
}
.focus\:bg-lbc-blue-50\/90:focus {
  background-color: rgba(216, 236, 253, 0.9);
}
.focus\:bg-lbc-blue-50\/95:focus {
  background-color: rgba(216, 236, 253, 0.95);
}
.focus\:bg-lbc-gold-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 158 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-gold-100\/0:focus {
  background-color: rgba(255, 238, 158, 0);
}
.focus\:bg-lbc-gold-100\/10:focus {
  background-color: rgba(255, 238, 158, 0.1);
}
.focus\:bg-lbc-gold-100\/100:focus {
  background-color: #ffee9e;
}
.focus\:bg-lbc-gold-100\/20:focus {
  background-color: rgba(255, 238, 158, 0.2);
}
.focus\:bg-lbc-gold-100\/25:focus {
  background-color: rgba(255, 238, 158, 0.25);
}
.focus\:bg-lbc-gold-100\/30:focus {
  background-color: rgba(255, 238, 158, 0.3);
}
.focus\:bg-lbc-gold-100\/40:focus {
  background-color: rgba(255, 238, 158, 0.4);
}
.focus\:bg-lbc-gold-100\/5:focus {
  background-color: rgba(255, 238, 158, 0.05);
}
.focus\:bg-lbc-gold-100\/50:focus {
  background-color: rgba(255, 238, 158, 0.5);
}
.focus\:bg-lbc-gold-100\/60:focus {
  background-color: rgba(255, 238, 158, 0.6);
}
.focus\:bg-lbc-gold-100\/70:focus {
  background-color: rgba(255, 238, 158, 0.7);
}
.focus\:bg-lbc-gold-100\/75:focus {
  background-color: rgba(255, 238, 158, 0.75);
}
.focus\:bg-lbc-gold-100\/80:focus {
  background-color: rgba(255, 238, 158, 0.8);
}
.focus\:bg-lbc-gold-100\/90:focus {
  background-color: rgba(255, 238, 158, 0.9);
}
.focus\:bg-lbc-gold-100\/95:focus {
  background-color: rgba(255, 238, 158, 0.95);
}
.focus\:bg-lbc-gold-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 220 102 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-gold-200\/0:focus {
  background-color: hsla(47, 99%, 70%, 0);
}
.focus\:bg-lbc-gold-200\/10:focus {
  background-color: hsla(47, 99%, 70%, 0.1);
}
.focus\:bg-lbc-gold-200\/100:focus {
  background-color: #fedc66;
}
.focus\:bg-lbc-gold-200\/20:focus {
  background-color: hsla(47, 99%, 70%, 0.2);
}
.focus\:bg-lbc-gold-200\/25:focus {
  background-color: hsla(47, 99%, 70%, 0.25);
}
.focus\:bg-lbc-gold-200\/30:focus {
  background-color: hsla(47, 99%, 70%, 0.3);
}
.focus\:bg-lbc-gold-200\/40:focus {
  background-color: hsla(47, 99%, 70%, 0.4);
}
.focus\:bg-lbc-gold-200\/5:focus {
  background-color: hsla(47, 99%, 70%, 0.05);
}
.focus\:bg-lbc-gold-200\/50:focus {
  background-color: hsla(47, 99%, 70%, 0.5);
}
.focus\:bg-lbc-gold-200\/60:focus {
  background-color: hsla(47, 99%, 70%, 0.6);
}
.focus\:bg-lbc-gold-200\/70:focus {
  background-color: hsla(47, 99%, 70%, 0.7);
}
.focus\:bg-lbc-gold-200\/75:focus {
  background-color: hsla(47, 99%, 70%, 0.75);
}
.focus\:bg-lbc-gold-200\/80:focus {
  background-color: hsla(47, 99%, 70%, 0.8);
}
.focus\:bg-lbc-gold-200\/90:focus {
  background-color: hsla(47, 99%, 70%, 0.9);
}
.focus\:bg-lbc-gold-200\/95:focus {
  background-color: hsla(47, 99%, 70%, 0.95);
}
.focus\:bg-lbc-mint-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 255 236 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-mint-100\/0:focus {
  background-color: rgba(126, 255, 236, 0);
}
.focus\:bg-lbc-mint-100\/10:focus {
  background-color: rgba(126, 255, 236, 0.1);
}
.focus\:bg-lbc-mint-100\/100:focus {
  background-color: #7effec;
}
.focus\:bg-lbc-mint-100\/20:focus {
  background-color: rgba(126, 255, 236, 0.2);
}
.focus\:bg-lbc-mint-100\/25:focus {
  background-color: rgba(126, 255, 236, 0.25);
}
.focus\:bg-lbc-mint-100\/30:focus {
  background-color: rgba(126, 255, 236, 0.3);
}
.focus\:bg-lbc-mint-100\/40:focus {
  background-color: rgba(126, 255, 236, 0.4);
}
.focus\:bg-lbc-mint-100\/5:focus {
  background-color: rgba(126, 255, 236, 0.05);
}
.focus\:bg-lbc-mint-100\/50:focus {
  background-color: rgba(126, 255, 236, 0.5);
}
.focus\:bg-lbc-mint-100\/60:focus {
  background-color: rgba(126, 255, 236, 0.6);
}
.focus\:bg-lbc-mint-100\/70:focus {
  background-color: rgba(126, 255, 236, 0.7);
}
.focus\:bg-lbc-mint-100\/75:focus {
  background-color: rgba(126, 255, 236, 0.75);
}
.focus\:bg-lbc-mint-100\/80:focus {
  background-color: rgba(126, 255, 236, 0.8);
}
.focus\:bg-lbc-mint-100\/90:focus {
  background-color: rgba(126, 255, 236, 0.9);
}
.focus\:bg-lbc-mint-100\/95:focus {
  background-color: rgba(126, 255, 236, 0.95);
}
.focus\:bg-lbc-mint-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(10 215 184 / var(--tw-bg-opacity));
}
.focus\:bg-lbc-mint-300\/0:focus {
  background-color: rgba(10, 215, 184, 0);
}
.focus\:bg-lbc-mint-300\/10:focus {
  background-color: rgba(10, 215, 184, 0.1);
}
.focus\:bg-lbc-mint-300\/100:focus {
  background-color: #0ad7b8;
}
.focus\:bg-lbc-mint-300\/20:focus {
  background-color: rgba(10, 215, 184, 0.2);
}
.focus\:bg-lbc-mint-300\/25:focus {
  background-color: rgba(10, 215, 184, 0.25);
}
.focus\:bg-lbc-mint-300\/30:focus {
  background-color: rgba(10, 215, 184, 0.3);
}
.focus\:bg-lbc-mint-300\/40:focus {
  background-color: rgba(10, 215, 184, 0.4);
}
.focus\:bg-lbc-mint-300\/5:focus {
  background-color: rgba(10, 215, 184, 0.05);
}
.focus\:bg-lbc-mint-300\/50:focus {
  background-color: rgba(10, 215, 184, 0.5);
}
.focus\:bg-lbc-mint-300\/60:focus {
  background-color: rgba(10, 215, 184, 0.6);
}
.focus\:bg-lbc-mint-300\/70:focus {
  background-color: rgba(10, 215, 184, 0.7);
}
.focus\:bg-lbc-mint-300\/75:focus {
  background-color: rgba(10, 215, 184, 0.75);
}
.focus\:bg-lbc-mint-300\/80:focus {
  background-color: rgba(10, 215, 184, 0.8);
}
.focus\:bg-lbc-mint-300\/90:focus {
  background-color: rgba(10, 215, 184, 0.9);
}
.focus\:bg-lbc-mint-300\/95:focus {
  background-color: rgba(10, 215, 184, 0.95);
}
.focus\:bg-selected:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 233 135 / var(--tw-bg-opacity));
}
.focus\:bg-selected\/0:focus {
  background-color: hsla(49, 98%, 76%, 0);
}
.focus\:bg-selected\/10:focus {
  background-color: hsla(49, 98%, 76%, 0.1);
}
.focus\:bg-selected\/100:focus {
  background-color: #fee987;
}
.focus\:bg-selected\/20:focus {
  background-color: hsla(49, 98%, 76%, 0.2);
}
.focus\:bg-selected\/25:focus {
  background-color: hsla(49, 98%, 76%, 0.25);
}
.focus\:bg-selected\/30:focus {
  background-color: hsla(49, 98%, 76%, 0.3);
}
.focus\:bg-selected\/40:focus {
  background-color: hsla(49, 98%, 76%, 0.4);
}
.focus\:bg-selected\/5:focus {
  background-color: hsla(49, 98%, 76%, 0.05);
}
.focus\:bg-selected\/50:focus {
  background-color: hsla(49, 98%, 76%, 0.5);
}
.focus\:bg-selected\/60:focus {
  background-color: hsla(49, 98%, 76%, 0.6);
}
.focus\:bg-selected\/70:focus {
  background-color: hsla(49, 98%, 76%, 0.7);
}
.focus\:bg-selected\/75:focus {
  background-color: hsla(49, 98%, 76%, 0.75);
}
.focus\:bg-selected\/80:focus {
  background-color: hsla(49, 98%, 76%, 0.8);
}
.focus\:bg-selected\/90:focus {
  background-color: hsla(49, 98%, 76%, 0.9);
}
.focus\:bg-selected\/95:focus {
  background-color: hsla(49, 98%, 76%, 0.95);
}
.focus\:bg-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(60 118 60 / var(--tw-bg-opacity));
}
.focus\:bg-success-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(222 240 216 / var(--tw-bg-opacity));
}
.focus\:bg-success-light\/0:focus {
  background-color: rgba(222, 240, 216, 0);
}
.focus\:bg-success-light\/10:focus {
  background-color: rgba(222, 240, 216, 0.1);
}
.focus\:bg-success-light\/100:focus {
  background-color: #def0d8;
}
.focus\:bg-success-light\/20:focus {
  background-color: rgba(222, 240, 216, 0.2);
}
.focus\:bg-success-light\/25:focus {
  background-color: rgba(222, 240, 216, 0.25);
}
.focus\:bg-success-light\/30:focus {
  background-color: rgba(222, 240, 216, 0.3);
}
.focus\:bg-success-light\/40:focus {
  background-color: rgba(222, 240, 216, 0.4);
}
.focus\:bg-success-light\/5:focus {
  background-color: rgba(222, 240, 216, 0.05);
}
.focus\:bg-success-light\/50:focus {
  background-color: rgba(222, 240, 216, 0.5);
}
.focus\:bg-success-light\/60:focus {
  background-color: rgba(222, 240, 216, 0.6);
}
.focus\:bg-success-light\/70:focus {
  background-color: rgba(222, 240, 216, 0.7);
}
.focus\:bg-success-light\/75:focus {
  background-color: rgba(222, 240, 216, 0.75);
}
.focus\:bg-success-light\/80:focus {
  background-color: rgba(222, 240, 216, 0.8);
}
.focus\:bg-success-light\/90:focus {
  background-color: rgba(222, 240, 216, 0.9);
}
.focus\:bg-success-light\/95:focus {
  background-color: rgba(222, 240, 216, 0.95);
}
.focus\:bg-success\/0:focus {
  background-color: rgba(60, 118, 60, 0);
}
.focus\:bg-success\/10:focus {
  background-color: rgba(60, 118, 60, 0.1);
}
.focus\:bg-success\/100:focus {
  background-color: #3c763c;
}
.focus\:bg-success\/20:focus {
  background-color: rgba(60, 118, 60, 0.2);
}
.focus\:bg-success\/25:focus {
  background-color: rgba(60, 118, 60, 0.25);
}
.focus\:bg-success\/30:focus {
  background-color: rgba(60, 118, 60, 0.3);
}
.focus\:bg-success\/40:focus {
  background-color: rgba(60, 118, 60, 0.4);
}
.focus\:bg-success\/5:focus {
  background-color: rgba(60, 118, 60, 0.05);
}
.focus\:bg-success\/50:focus {
  background-color: rgba(60, 118, 60, 0.5);
}
.focus\:bg-success\/60:focus {
  background-color: rgba(60, 118, 60, 0.6);
}
.focus\:bg-success\/70:focus {
  background-color: rgba(60, 118, 60, 0.7);
}
.focus\:bg-success\/75:focus {
  background-color: rgba(60, 118, 60, 0.75);
}
.focus\:bg-success\/80:focus {
  background-color: rgba(60, 118, 60, 0.8);
}
.focus\:bg-success\/90:focus {
  background-color: rgba(60, 118, 60, 0.9);
}
.focus\:bg-success\/95:focus {
  background-color: rgba(60, 118, 60, 0.95);
}
.focus\:bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(169 92 0 / var(--tw-bg-opacity));
}
.focus\:bg-warning-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 235 / var(--tw-bg-opacity));
}
.focus\:bg-warning-light\/0:focus {
  background-color: rgba(255, 249, 235, 0);
}
.focus\:bg-warning-light\/10:focus {
  background-color: rgba(255, 249, 235, 0.1);
}
.focus\:bg-warning-light\/100:focus {
  background-color: #fff9eb;
}
.focus\:bg-warning-light\/20:focus {
  background-color: rgba(255, 249, 235, 0.2);
}
.focus\:bg-warning-light\/25:focus {
  background-color: rgba(255, 249, 235, 0.25);
}
.focus\:bg-warning-light\/30:focus {
  background-color: rgba(255, 249, 235, 0.3);
}
.focus\:bg-warning-light\/40:focus {
  background-color: rgba(255, 249, 235, 0.4);
}
.focus\:bg-warning-light\/5:focus {
  background-color: rgba(255, 249, 235, 0.05);
}
.focus\:bg-warning-light\/50:focus {
  background-color: rgba(255, 249, 235, 0.5);
}
.focus\:bg-warning-light\/60:focus {
  background-color: rgba(255, 249, 235, 0.6);
}
.focus\:bg-warning-light\/70:focus {
  background-color: rgba(255, 249, 235, 0.7);
}
.focus\:bg-warning-light\/75:focus {
  background-color: rgba(255, 249, 235, 0.75);
}
.focus\:bg-warning-light\/80:focus {
  background-color: rgba(255, 249, 235, 0.8);
}
.focus\:bg-warning-light\/90:focus {
  background-color: rgba(255, 249, 235, 0.9);
}
.focus\:bg-warning-light\/95:focus {
  background-color: rgba(255, 249, 235, 0.95);
}
.focus\:bg-warning\/0:focus {
  background-color: rgba(169, 92, 0, 0);
}
.focus\:bg-warning\/10:focus {
  background-color: rgba(169, 92, 0, 0.1);
}
.focus\:bg-warning\/100:focus {
  background-color: #a95c00;
}
.focus\:bg-warning\/20:focus {
  background-color: rgba(169, 92, 0, 0.2);
}
.focus\:bg-warning\/25:focus {
  background-color: rgba(169, 92, 0, 0.25);
}
.focus\:bg-warning\/30:focus {
  background-color: rgba(169, 92, 0, 0.3);
}
.focus\:bg-warning\/40:focus {
  background-color: rgba(169, 92, 0, 0.4);
}
.focus\:bg-warning\/5:focus {
  background-color: rgba(169, 92, 0, 0.05);
}
.focus\:bg-warning\/50:focus {
  background-color: rgba(169, 92, 0, 0.5);
}
.focus\:bg-warning\/60:focus {
  background-color: rgba(169, 92, 0, 0.6);
}
.focus\:bg-warning\/70:focus {
  background-color: rgba(169, 92, 0, 0.7);
}
.focus\:bg-warning\/75:focus {
  background-color: rgba(169, 92, 0, 0.75);
}
.focus\:bg-warning\/80:focus {
  background-color: rgba(169, 92, 0, 0.8);
}
.focus\:bg-warning\/90:focus {
  background-color: rgba(169, 92, 0, 0.9);
}
.focus\:bg-warning\/95:focus {
  background-color: rgba(169, 92, 0, 0.95);
}
.focus\:fill-brand-web-background-grey:focus {
  fill: #f5f5f5;
}
.focus\:fill-brand-web-background-grey\/0:focus {
  fill: hsla(0, 0%, 96%, 0);
}
.focus\:fill-brand-web-background-grey\/10:focus {
  fill: hsla(0, 0%, 96%, 0.1);
}
.focus\:fill-brand-web-background-grey\/100:focus {
  fill: #f5f5f5;
}
.focus\:fill-brand-web-background-grey\/20:focus {
  fill: hsla(0, 0%, 96%, 0.2);
}
.focus\:fill-brand-web-background-grey\/25:focus {
  fill: hsla(0, 0%, 96%, 0.25);
}
.focus\:fill-brand-web-background-grey\/30:focus {
  fill: hsla(0, 0%, 96%, 0.3);
}
.focus\:fill-brand-web-background-grey\/40:focus {
  fill: hsla(0, 0%, 96%, 0.4);
}
.focus\:fill-brand-web-background-grey\/5:focus {
  fill: hsla(0, 0%, 96%, 0.05);
}
.focus\:fill-brand-web-background-grey\/50:focus {
  fill: hsla(0, 0%, 96%, 0.5);
}
.focus\:fill-brand-web-background-grey\/60:focus {
  fill: hsla(0, 0%, 96%, 0.6);
}
.focus\:fill-brand-web-background-grey\/70:focus {
  fill: hsla(0, 0%, 96%, 0.7);
}
.focus\:fill-brand-web-background-grey\/75:focus {
  fill: hsla(0, 0%, 96%, 0.75);
}
.focus\:fill-brand-web-background-grey\/80:focus {
  fill: hsla(0, 0%, 96%, 0.8);
}
.focus\:fill-brand-web-background-grey\/90:focus {
  fill: hsla(0, 0%, 96%, 0.9);
}
.focus\:fill-brand-web-background-grey\/95:focus {
  fill: hsla(0, 0%, 96%, 0.95);
}
.focus\:fill-brand-web-card-grey:focus {
  fill: #d9dad6;
}
.focus\:fill-brand-web-card-grey\/0:focus {
  fill: hsla(75, 5%, 85%, 0);
}
.focus\:fill-brand-web-card-grey\/10:focus {
  fill: hsla(75, 5%, 85%, 0.1);
}
.focus\:fill-brand-web-card-grey\/100:focus {
  fill: #d9dad6;
}
.focus\:fill-brand-web-card-grey\/20:focus {
  fill: hsla(75, 5%, 85%, 0.2);
}
.focus\:fill-brand-web-card-grey\/25:focus {
  fill: hsla(75, 5%, 85%, 0.25);
}
.focus\:fill-brand-web-card-grey\/30:focus {
  fill: hsla(75, 5%, 85%, 0.3);
}
.focus\:fill-brand-web-card-grey\/40:focus {
  fill: hsla(75, 5%, 85%, 0.4);
}
.focus\:fill-brand-web-card-grey\/5:focus {
  fill: hsla(75, 5%, 85%, 0.05);
}
.focus\:fill-brand-web-card-grey\/50:focus {
  fill: hsla(75, 5%, 85%, 0.5);
}
.focus\:fill-brand-web-card-grey\/60:focus {
  fill: hsla(75, 5%, 85%, 0.6);
}
.focus\:fill-brand-web-card-grey\/70:focus {
  fill: hsla(75, 5%, 85%, 0.7);
}
.focus\:fill-brand-web-card-grey\/75:focus {
  fill: hsla(75, 5%, 85%, 0.75);
}
.focus\:fill-brand-web-card-grey\/80:focus {
  fill: hsla(75, 5%, 85%, 0.8);
}
.focus\:fill-brand-web-card-grey\/90:focus {
  fill: hsla(75, 5%, 85%, 0.9);
}
.focus\:fill-brand-web-card-grey\/95:focus {
  fill: hsla(75, 5%, 85%, 0.95);
}
.focus\:fill-brand-web-fresh-mint:focus {
  fill: #27f2d3;
}
.focus\:fill-brand-web-fresh-mint\/0:focus {
  fill: rgba(39, 242, 211, 0);
}
.focus\:fill-brand-web-fresh-mint\/10:focus {
  fill: rgba(39, 242, 211, 0.1);
}
.focus\:fill-brand-web-fresh-mint\/100:focus {
  fill: #27f2d3;
}
.focus\:fill-brand-web-fresh-mint\/20:focus {
  fill: rgba(39, 242, 211, 0.2);
}
.focus\:fill-brand-web-fresh-mint\/25:focus {
  fill: rgba(39, 242, 211, 0.25);
}
.focus\:fill-brand-web-fresh-mint\/30:focus {
  fill: rgba(39, 242, 211, 0.3);
}
.focus\:fill-brand-web-fresh-mint\/40:focus {
  fill: rgba(39, 242, 211, 0.4);
}
.focus\:fill-brand-web-fresh-mint\/5:focus {
  fill: rgba(39, 242, 211, 0.05);
}
.focus\:fill-brand-web-fresh-mint\/50:focus {
  fill: rgba(39, 242, 211, 0.5);
}
.focus\:fill-brand-web-fresh-mint\/60:focus {
  fill: rgba(39, 242, 211, 0.6);
}
.focus\:fill-brand-web-fresh-mint\/70:focus {
  fill: rgba(39, 242, 211, 0.7);
}
.focus\:fill-brand-web-fresh-mint\/75:focus {
  fill: rgba(39, 242, 211, 0.75);
}
.focus\:fill-brand-web-fresh-mint\/80:focus {
  fill: rgba(39, 242, 211, 0.8);
}
.focus\:fill-brand-web-fresh-mint\/90:focus {
  fill: rgba(39, 242, 211, 0.9);
}
.focus\:fill-brand-web-fresh-mint\/95:focus {
  fill: rgba(39, 242, 211, 0.95);
}
.focus\:fill-brand-web-grey-200:focus {
  fill: #e1e2e5;
}
.focus\:fill-brand-web-grey-200\/0:focus {
  fill: hsla(225, 7%, 89%, 0);
}
.focus\:fill-brand-web-grey-200\/10:focus {
  fill: hsla(225, 7%, 89%, 0.1);
}
.focus\:fill-brand-web-grey-200\/100:focus {
  fill: #e1e2e5;
}
.focus\:fill-brand-web-grey-200\/20:focus {
  fill: hsla(225, 7%, 89%, 0.2);
}
.focus\:fill-brand-web-grey-200\/25:focus {
  fill: hsla(225, 7%, 89%, 0.25);
}
.focus\:fill-brand-web-grey-200\/30:focus {
  fill: hsla(225, 7%, 89%, 0.3);
}
.focus\:fill-brand-web-grey-200\/40:focus {
  fill: hsla(225, 7%, 89%, 0.4);
}
.focus\:fill-brand-web-grey-200\/5:focus {
  fill: hsla(225, 7%, 89%, 0.05);
}
.focus\:fill-brand-web-grey-200\/50:focus {
  fill: hsla(225, 7%, 89%, 0.5);
}
.focus\:fill-brand-web-grey-200\/60:focus {
  fill: hsla(225, 7%, 89%, 0.6);
}
.focus\:fill-brand-web-grey-200\/70:focus {
  fill: hsla(225, 7%, 89%, 0.7);
}
.focus\:fill-brand-web-grey-200\/75:focus {
  fill: hsla(225, 7%, 89%, 0.75);
}
.focus\:fill-brand-web-grey-200\/80:focus {
  fill: hsla(225, 7%, 89%, 0.8);
}
.focus\:fill-brand-web-grey-200\/90:focus {
  fill: hsla(225, 7%, 89%, 0.9);
}
.focus\:fill-brand-web-grey-200\/95:focus {
  fill: hsla(225, 7%, 89%, 0.95);
}
.focus\:fill-brand-web-grey-300:focus {
  fill: #737373;
}
.focus\:fill-brand-web-grey-300\/0:focus {
  fill: hsla(0, 0%, 45%, 0);
}
.focus\:fill-brand-web-grey-300\/10:focus {
  fill: hsla(0, 0%, 45%, 0.1);
}
.focus\:fill-brand-web-grey-300\/100:focus {
  fill: #737373;
}
.focus\:fill-brand-web-grey-300\/20:focus {
  fill: hsla(0, 0%, 45%, 0.2);
}
.focus\:fill-brand-web-grey-300\/25:focus {
  fill: hsla(0, 0%, 45%, 0.25);
}
.focus\:fill-brand-web-grey-300\/30:focus {
  fill: hsla(0, 0%, 45%, 0.3);
}
.focus\:fill-brand-web-grey-300\/40:focus {
  fill: hsla(0, 0%, 45%, 0.4);
}
.focus\:fill-brand-web-grey-300\/5:focus {
  fill: hsla(0, 0%, 45%, 0.05);
}
.focus\:fill-brand-web-grey-300\/50:focus {
  fill: hsla(0, 0%, 45%, 0.5);
}
.focus\:fill-brand-web-grey-300\/60:focus {
  fill: hsla(0, 0%, 45%, 0.6);
}
.focus\:fill-brand-web-grey-300\/70:focus {
  fill: hsla(0, 0%, 45%, 0.7);
}
.focus\:fill-brand-web-grey-300\/75:focus {
  fill: hsla(0, 0%, 45%, 0.75);
}
.focus\:fill-brand-web-grey-300\/80:focus {
  fill: hsla(0, 0%, 45%, 0.8);
}
.focus\:fill-brand-web-grey-300\/90:focus {
  fill: hsla(0, 0%, 45%, 0.9);
}
.focus\:fill-brand-web-grey-300\/95:focus {
  fill: hsla(0, 0%, 45%, 0.95);
}
.focus\:fill-brand-web-grey-500:focus {
  fill: #555;
}
.focus\:fill-brand-web-grey-500\/0:focus {
  fill: rgba(85, 85, 85, 0);
}
.focus\:fill-brand-web-grey-500\/10:focus {
  fill: rgba(85, 85, 85, 0.1);
}
.focus\:fill-brand-web-grey-500\/100:focus {
  fill: #555;
}
.focus\:fill-brand-web-grey-500\/20:focus {
  fill: rgba(85, 85, 85, 0.2);
}
.focus\:fill-brand-web-grey-500\/25:focus {
  fill: rgba(85, 85, 85, 0.25);
}
.focus\:fill-brand-web-grey-500\/30:focus {
  fill: rgba(85, 85, 85, 0.3);
}
.focus\:fill-brand-web-grey-500\/40:focus {
  fill: rgba(85, 85, 85, 0.4);
}
.focus\:fill-brand-web-grey-500\/5:focus {
  fill: rgba(85, 85, 85, 0.05);
}
.focus\:fill-brand-web-grey-500\/50:focus {
  fill: rgba(85, 85, 85, 0.5);
}
.focus\:fill-brand-web-grey-500\/60:focus {
  fill: rgba(85, 85, 85, 0.6);
}
.focus\:fill-brand-web-grey-500\/70:focus {
  fill: rgba(85, 85, 85, 0.7);
}
.focus\:fill-brand-web-grey-500\/75:focus {
  fill: rgba(85, 85, 85, 0.75);
}
.focus\:fill-brand-web-grey-500\/80:focus {
  fill: rgba(85, 85, 85, 0.8);
}
.focus\:fill-brand-web-grey-500\/90:focus {
  fill: rgba(85, 85, 85, 0.9);
}
.focus\:fill-brand-web-grey-500\/95:focus {
  fill: rgba(85, 85, 85, 0.95);
}
.focus\:fill-brand-web-lbc-blue:focus {
  fill: #004070;
}
.focus\:fill-brand-web-lbc-blue\/0:focus {
  fill: rgba(0, 64, 112, 0);
}
.focus\:fill-brand-web-lbc-blue\/10:focus {
  fill: rgba(0, 64, 112, 0.1);
}
.focus\:fill-brand-web-lbc-blue\/100:focus {
  fill: #004070;
}
.focus\:fill-brand-web-lbc-blue\/20:focus {
  fill: rgba(0, 64, 112, 0.2);
}
.focus\:fill-brand-web-lbc-blue\/25:focus {
  fill: rgba(0, 64, 112, 0.25);
}
.focus\:fill-brand-web-lbc-blue\/30:focus {
  fill: rgba(0, 64, 112, 0.3);
}
.focus\:fill-brand-web-lbc-blue\/40:focus {
  fill: rgba(0, 64, 112, 0.4);
}
.focus\:fill-brand-web-lbc-blue\/5:focus {
  fill: rgba(0, 64, 112, 0.05);
}
.focus\:fill-brand-web-lbc-blue\/50:focus {
  fill: rgba(0, 64, 112, 0.5);
}
.focus\:fill-brand-web-lbc-blue\/60:focus {
  fill: rgba(0, 64, 112, 0.6);
}
.focus\:fill-brand-web-lbc-blue\/70:focus {
  fill: rgba(0, 64, 112, 0.7);
}
.focus\:fill-brand-web-lbc-blue\/75:focus {
  fill: rgba(0, 64, 112, 0.75);
}
.focus\:fill-brand-web-lbc-blue\/80:focus {
  fill: rgba(0, 64, 112, 0.8);
}
.focus\:fill-brand-web-lbc-blue\/90:focus {
  fill: rgba(0, 64, 112, 0.9);
}
.focus\:fill-brand-web-lbc-blue\/95:focus {
  fill: rgba(0, 64, 112, 0.95);
}
.focus\:fill-brand-web-lbc-gold:focus {
  fill: #fdb812;
}
.focus\:fill-brand-web-lbc-gold\/0:focus {
  fill: rgba(253, 184, 18, 0);
}
.focus\:fill-brand-web-lbc-gold\/10:focus {
  fill: rgba(253, 184, 18, 0.1);
}
.focus\:fill-brand-web-lbc-gold\/100:focus {
  fill: #fdb812;
}
.focus\:fill-brand-web-lbc-gold\/20:focus {
  fill: rgba(253, 184, 18, 0.2);
}
.focus\:fill-brand-web-lbc-gold\/25:focus {
  fill: rgba(253, 184, 18, 0.25);
}
.focus\:fill-brand-web-lbc-gold\/30:focus {
  fill: rgba(253, 184, 18, 0.3);
}
.focus\:fill-brand-web-lbc-gold\/40:focus {
  fill: rgba(253, 184, 18, 0.4);
}
.focus\:fill-brand-web-lbc-gold\/5:focus {
  fill: rgba(253, 184, 18, 0.05);
}
.focus\:fill-brand-web-lbc-gold\/50:focus {
  fill: rgba(253, 184, 18, 0.5);
}
.focus\:fill-brand-web-lbc-gold\/60:focus {
  fill: rgba(253, 184, 18, 0.6);
}
.focus\:fill-brand-web-lbc-gold\/70:focus {
  fill: rgba(253, 184, 18, 0.7);
}
.focus\:fill-brand-web-lbc-gold\/75:focus {
  fill: rgba(253, 184, 18, 0.75);
}
.focus\:fill-brand-web-lbc-gold\/80:focus {
  fill: rgba(253, 184, 18, 0.8);
}
.focus\:fill-brand-web-lbc-gold\/90:focus {
  fill: rgba(253, 184, 18, 0.9);
}
.focus\:fill-brand-web-lbc-gold\/95:focus {
  fill: rgba(253, 184, 18, 0.95);
}
.focus\:fill-brand-web-raspberry:focus {
  fill: #e00d42;
}
.focus\:fill-brand-web-raspberry\/0:focus {
  fill: rgba(224, 13, 66, 0);
}
.focus\:fill-brand-web-raspberry\/10:focus {
  fill: rgba(224, 13, 66, 0.1);
}
.focus\:fill-brand-web-raspberry\/100:focus {
  fill: #e00d42;
}
.focus\:fill-brand-web-raspberry\/20:focus {
  fill: rgba(224, 13, 66, 0.2);
}
.focus\:fill-brand-web-raspberry\/25:focus {
  fill: rgba(224, 13, 66, 0.25);
}
.focus\:fill-brand-web-raspberry\/30:focus {
  fill: rgba(224, 13, 66, 0.3);
}
.focus\:fill-brand-web-raspberry\/40:focus {
  fill: rgba(224, 13, 66, 0.4);
}
.focus\:fill-brand-web-raspberry\/5:focus {
  fill: rgba(224, 13, 66, 0.05);
}
.focus\:fill-brand-web-raspberry\/50:focus {
  fill: rgba(224, 13, 66, 0.5);
}
.focus\:fill-brand-web-raspberry\/60:focus {
  fill: rgba(224, 13, 66, 0.6);
}
.focus\:fill-brand-web-raspberry\/70:focus {
  fill: rgba(224, 13, 66, 0.7);
}
.focus\:fill-brand-web-raspberry\/75:focus {
  fill: rgba(224, 13, 66, 0.75);
}
.focus\:fill-brand-web-raspberry\/80:focus {
  fill: rgba(224, 13, 66, 0.8);
}
.focus\:fill-brand-web-raspberry\/90:focus {
  fill: rgba(224, 13, 66, 0.9);
}
.focus\:fill-brand-web-raspberry\/95:focus {
  fill: rgba(224, 13, 66, 0.95);
}
.focus\:fill-brand-web-text-grey:focus {
  fill: #222;
}
.focus\:fill-brand-web-text-grey\/0:focus {
  fill: rgba(34, 34, 34, 0);
}
.focus\:fill-brand-web-text-grey\/10:focus {
  fill: rgba(34, 34, 34, 0.1);
}
.focus\:fill-brand-web-text-grey\/100:focus {
  fill: #222;
}
.focus\:fill-brand-web-text-grey\/20:focus {
  fill: rgba(34, 34, 34, 0.2);
}
.focus\:fill-brand-web-text-grey\/25:focus {
  fill: rgba(34, 34, 34, 0.25);
}
.focus\:fill-brand-web-text-grey\/30:focus {
  fill: rgba(34, 34, 34, 0.3);
}
.focus\:fill-brand-web-text-grey\/40:focus {
  fill: rgba(34, 34, 34, 0.4);
}
.focus\:fill-brand-web-text-grey\/5:focus {
  fill: rgba(34, 34, 34, 0.05);
}
.focus\:fill-brand-web-text-grey\/50:focus {
  fill: rgba(34, 34, 34, 0.5);
}
.focus\:fill-brand-web-text-grey\/60:focus {
  fill: rgba(34, 34, 34, 0.6);
}
.focus\:fill-brand-web-text-grey\/70:focus {
  fill: rgba(34, 34, 34, 0.7);
}
.focus\:fill-brand-web-text-grey\/75:focus {
  fill: rgba(34, 34, 34, 0.75);
}
.focus\:fill-brand-web-text-grey\/80:focus {
  fill: rgba(34, 34, 34, 0.8);
}
.focus\:fill-brand-web-text-grey\/90:focus {
  fill: rgba(34, 34, 34, 0.9);
}
.focus\:fill-brand-web-text-grey\/95:focus {
  fill: rgba(34, 34, 34, 0.95);
}
.focus\:fill-brand-web-text-light-grey:focus {
  fill: grey;
}
.focus\:fill-brand-web-text-light-grey\/0:focus {
  fill: hsla(0, 0%, 50%, 0);
}
.focus\:fill-brand-web-text-light-grey\/10:focus {
  fill: hsla(0, 0%, 50%, 0.1);
}
.focus\:fill-brand-web-text-light-grey\/100:focus {
  fill: grey;
}
.focus\:fill-brand-web-text-light-grey\/20:focus {
  fill: hsla(0, 0%, 50%, 0.2);
}
.focus\:fill-brand-web-text-light-grey\/25:focus {
  fill: hsla(0, 0%, 50%, 0.25);
}
.focus\:fill-brand-web-text-light-grey\/30:focus {
  fill: hsla(0, 0%, 50%, 0.3);
}
.focus\:fill-brand-web-text-light-grey\/40:focus {
  fill: hsla(0, 0%, 50%, 0.4);
}
.focus\:fill-brand-web-text-light-grey\/5:focus {
  fill: hsla(0, 0%, 50%, 0.05);
}
.focus\:fill-brand-web-text-light-grey\/50:focus {
  fill: hsla(0, 0%, 50%, 0.5);
}
.focus\:fill-brand-web-text-light-grey\/60:focus {
  fill: hsla(0, 0%, 50%, 0.6);
}
.focus\:fill-brand-web-text-light-grey\/70:focus {
  fill: hsla(0, 0%, 50%, 0.7);
}
.focus\:fill-brand-web-text-light-grey\/75:focus {
  fill: hsla(0, 0%, 50%, 0.75);
}
.focus\:fill-brand-web-text-light-grey\/80:focus {
  fill: hsla(0, 0%, 50%, 0.8);
}
.focus\:fill-brand-web-text-light-grey\/90:focus {
  fill: hsla(0, 0%, 50%, 0.9);
}
.focus\:fill-brand-web-text-light-grey\/95:focus {
  fill: hsla(0, 0%, 50%, 0.95);
}
.focus\:fill-brand-web-white:focus {
  fill: #fff;
}
.focus\:fill-brand-web-white\/0:focus {
  fill: hsla(0, 0%, 100%, 0);
}
.focus\:fill-brand-web-white\/10:focus {
  fill: hsla(0, 0%, 100%, 0.1);
}
.focus\:fill-brand-web-white\/100:focus {
  fill: #fff;
}
.focus\:fill-brand-web-white\/20:focus {
  fill: hsla(0, 0%, 100%, 0.2);
}
.focus\:fill-brand-web-white\/25:focus {
  fill: hsla(0, 0%, 100%, 0.25);
}
.focus\:fill-brand-web-white\/30:focus {
  fill: hsla(0, 0%, 100%, 0.3);
}
.focus\:fill-brand-web-white\/40:focus {
  fill: hsla(0, 0%, 100%, 0.4);
}
.focus\:fill-brand-web-white\/5:focus {
  fill: hsla(0, 0%, 100%, 0.05);
}
.focus\:fill-brand-web-white\/50:focus {
  fill: hsla(0, 0%, 100%, 0.5);
}
.focus\:fill-brand-web-white\/60:focus {
  fill: hsla(0, 0%, 100%, 0.6);
}
.focus\:fill-brand-web-white\/70:focus {
  fill: hsla(0, 0%, 100%, 0.7);
}
.focus\:fill-brand-web-white\/75:focus {
  fill: hsla(0, 0%, 100%, 0.75);
}
.focus\:fill-brand-web-white\/80:focus {
  fill: hsla(0, 0%, 100%, 0.8);
}
.focus\:fill-brand-web-white\/90:focus {
  fill: hsla(0, 0%, 100%, 0.9);
}
.focus\:fill-brand-web-white\/95:focus {
  fill: hsla(0, 0%, 100%, 0.95);
}
.focus\:fill-error:focus {
  fill: #ae0a33;
}
.focus\:fill-error-light:focus {
  fill: #feecf0;
}
.focus\:fill-error-light\/0:focus {
  fill: rgba(254, 236, 240, 0);
}
.focus\:fill-error-light\/10:focus {
  fill: rgba(254, 236, 240, 0.1);
}
.focus\:fill-error-light\/100:focus {
  fill: #feecf0;
}
.focus\:fill-error-light\/20:focus {
  fill: rgba(254, 236, 240, 0.2);
}
.focus\:fill-error-light\/25:focus {
  fill: rgba(254, 236, 240, 0.25);
}
.focus\:fill-error-light\/30:focus {
  fill: rgba(254, 236, 240, 0.3);
}
.focus\:fill-error-light\/40:focus {
  fill: rgba(254, 236, 240, 0.4);
}
.focus\:fill-error-light\/5:focus {
  fill: rgba(254, 236, 240, 0.05);
}
.focus\:fill-error-light\/50:focus {
  fill: rgba(254, 236, 240, 0.5);
}
.focus\:fill-error-light\/60:focus {
  fill: rgba(254, 236, 240, 0.6);
}
.focus\:fill-error-light\/70:focus {
  fill: rgba(254, 236, 240, 0.7);
}
.focus\:fill-error-light\/75:focus {
  fill: rgba(254, 236, 240, 0.75);
}
.focus\:fill-error-light\/80:focus {
  fill: rgba(254, 236, 240, 0.8);
}
.focus\:fill-error-light\/90:focus {
  fill: rgba(254, 236, 240, 0.9);
}
.focus\:fill-error-light\/95:focus {
  fill: rgba(254, 236, 240, 0.95);
}
.focus\:fill-error\/0:focus {
  fill: rgba(174, 10, 51, 0);
}
.focus\:fill-error\/10:focus {
  fill: rgba(174, 10, 51, 0.1);
}
.focus\:fill-error\/100:focus {
  fill: #ae0a33;
}
.focus\:fill-error\/20:focus {
  fill: rgba(174, 10, 51, 0.2);
}
.focus\:fill-error\/25:focus {
  fill: rgba(174, 10, 51, 0.25);
}
.focus\:fill-error\/30:focus {
  fill: rgba(174, 10, 51, 0.3);
}
.focus\:fill-error\/40:focus {
  fill: rgba(174, 10, 51, 0.4);
}
.focus\:fill-error\/5:focus {
  fill: rgba(174, 10, 51, 0.05);
}
.focus\:fill-error\/50:focus {
  fill: rgba(174, 10, 51, 0.5);
}
.focus\:fill-error\/60:focus {
  fill: rgba(174, 10, 51, 0.6);
}
.focus\:fill-error\/70:focus {
  fill: rgba(174, 10, 51, 0.7);
}
.focus\:fill-error\/75:focus {
  fill: rgba(174, 10, 51, 0.75);
}
.focus\:fill-error\/80:focus {
  fill: rgba(174, 10, 51, 0.8);
}
.focus\:fill-error\/90:focus {
  fill: rgba(174, 10, 51, 0.9);
}
.focus\:fill-error\/95:focus {
  fill: rgba(174, 10, 51, 0.95);
}
.focus\:fill-hover:focus {
  fill: #7ac5fe;
}
.focus\:fill-hover\/0:focus {
  fill: rgba(122, 197, 254, 0);
}
.focus\:fill-hover\/10:focus {
  fill: rgba(122, 197, 254, 0.1);
}
.focus\:fill-hover\/100:focus {
  fill: #7ac5fe;
}
.focus\:fill-hover\/20:focus {
  fill: rgba(122, 197, 254, 0.2);
}
.focus\:fill-hover\/25:focus {
  fill: rgba(122, 197, 254, 0.25);
}
.focus\:fill-hover\/30:focus {
  fill: rgba(122, 197, 254, 0.3);
}
.focus\:fill-hover\/40:focus {
  fill: rgba(122, 197, 254, 0.4);
}
.focus\:fill-hover\/5:focus {
  fill: rgba(122, 197, 254, 0.05);
}
.focus\:fill-hover\/50:focus {
  fill: rgba(122, 197, 254, 0.5);
}
.focus\:fill-hover\/60:focus {
  fill: rgba(122, 197, 254, 0.6);
}
.focus\:fill-hover\/70:focus {
  fill: rgba(122, 197, 254, 0.7);
}
.focus\:fill-hover\/75:focus {
  fill: rgba(122, 197, 254, 0.75);
}
.focus\:fill-hover\/80:focus {
  fill: rgba(122, 197, 254, 0.8);
}
.focus\:fill-hover\/90:focus {
  fill: rgba(122, 197, 254, 0.9);
}
.focus\:fill-hover\/95:focus {
  fill: rgba(122, 197, 254, 0.95);
}
.focus\:fill-info:focus {
  fill: #00518f;
}
.focus\:fill-info-light:focus {
  fill: #ebf6ff;
}
.focus\:fill-info-light\/0:focus {
  fill: rgba(235, 246, 255, 0);
}
.focus\:fill-info-light\/10:focus {
  fill: rgba(235, 246, 255, 0.1);
}
.focus\:fill-info-light\/100:focus {
  fill: #ebf6ff;
}
.focus\:fill-info-light\/20:focus {
  fill: rgba(235, 246, 255, 0.2);
}
.focus\:fill-info-light\/25:focus {
  fill: rgba(235, 246, 255, 0.25);
}
.focus\:fill-info-light\/30:focus {
  fill: rgba(235, 246, 255, 0.3);
}
.focus\:fill-info-light\/40:focus {
  fill: rgba(235, 246, 255, 0.4);
}
.focus\:fill-info-light\/5:focus {
  fill: rgba(235, 246, 255, 0.05);
}
.focus\:fill-info-light\/50:focus {
  fill: rgba(235, 246, 255, 0.5);
}
.focus\:fill-info-light\/60:focus {
  fill: rgba(235, 246, 255, 0.6);
}
.focus\:fill-info-light\/70:focus {
  fill: rgba(235, 246, 255, 0.7);
}
.focus\:fill-info-light\/75:focus {
  fill: rgba(235, 246, 255, 0.75);
}
.focus\:fill-info-light\/80:focus {
  fill: rgba(235, 246, 255, 0.8);
}
.focus\:fill-info-light\/90:focus {
  fill: rgba(235, 246, 255, 0.9);
}
.focus\:fill-info-light\/95:focus {
  fill: rgba(235, 246, 255, 0.95);
}
.focus\:fill-info\/0:focus {
  fill: rgba(0, 81, 143, 0);
}
.focus\:fill-info\/10:focus {
  fill: rgba(0, 81, 143, 0.1);
}
.focus\:fill-info\/100:focus {
  fill: #00518f;
}
.focus\:fill-info\/20:focus {
  fill: rgba(0, 81, 143, 0.2);
}
.focus\:fill-info\/25:focus {
  fill: rgba(0, 81, 143, 0.25);
}
.focus\:fill-info\/30:focus {
  fill: rgba(0, 81, 143, 0.3);
}
.focus\:fill-info\/40:focus {
  fill: rgba(0, 81, 143, 0.4);
}
.focus\:fill-info\/5:focus {
  fill: rgba(0, 81, 143, 0.05);
}
.focus\:fill-info\/50:focus {
  fill: rgba(0, 81, 143, 0.5);
}
.focus\:fill-info\/60:focus {
  fill: rgba(0, 81, 143, 0.6);
}
.focus\:fill-info\/70:focus {
  fill: rgba(0, 81, 143, 0.7);
}
.focus\:fill-info\/75:focus {
  fill: rgba(0, 81, 143, 0.75);
}
.focus\:fill-info\/80:focus {
  fill: rgba(0, 81, 143, 0.8);
}
.focus\:fill-info\/90:focus {
  fill: rgba(0, 81, 143, 0.9);
}
.focus\:fill-info\/95:focus {
  fill: rgba(0, 81, 143, 0.95);
}
.focus\:fill-lbc-blue-100:focus {
  fill: #9fd5fc;
}
.focus\:fill-lbc-blue-100\/0:focus {
  fill: rgba(159, 213, 252, 0);
}
.focus\:fill-lbc-blue-100\/10:focus {
  fill: rgba(159, 213, 252, 0.1);
}
.focus\:fill-lbc-blue-100\/100:focus {
  fill: #9fd5fc;
}
.focus\:fill-lbc-blue-100\/20:focus {
  fill: rgba(159, 213, 252, 0.2);
}
.focus\:fill-lbc-blue-100\/25:focus {
  fill: rgba(159, 213, 252, 0.25);
}
.focus\:fill-lbc-blue-100\/30:focus {
  fill: rgba(159, 213, 252, 0.3);
}
.focus\:fill-lbc-blue-100\/40:focus {
  fill: rgba(159, 213, 252, 0.4);
}
.focus\:fill-lbc-blue-100\/5:focus {
  fill: rgba(159, 213, 252, 0.05);
}
.focus\:fill-lbc-blue-100\/50:focus {
  fill: rgba(159, 213, 252, 0.5);
}
.focus\:fill-lbc-blue-100\/60:focus {
  fill: rgba(159, 213, 252, 0.6);
}
.focus\:fill-lbc-blue-100\/70:focus {
  fill: rgba(159, 213, 252, 0.7);
}
.focus\:fill-lbc-blue-100\/75:focus {
  fill: rgba(159, 213, 252, 0.75);
}
.focus\:fill-lbc-blue-100\/80:focus {
  fill: rgba(159, 213, 252, 0.8);
}
.focus\:fill-lbc-blue-100\/90:focus {
  fill: rgba(159, 213, 252, 0.9);
}
.focus\:fill-lbc-blue-100\/95:focus {
  fill: rgba(159, 213, 252, 0.95);
}
.focus\:fill-lbc-blue-200:focus {
  fill: #6fb3e7;
}
.focus\:fill-lbc-blue-200\/0:focus {
  fill: rgba(111, 179, 231, 0);
}
.focus\:fill-lbc-blue-200\/10:focus {
  fill: rgba(111, 179, 231, 0.1);
}
.focus\:fill-lbc-blue-200\/100:focus {
  fill: #6fb3e7;
}
.focus\:fill-lbc-blue-200\/20:focus {
  fill: rgba(111, 179, 231, 0.2);
}
.focus\:fill-lbc-blue-200\/25:focus {
  fill: rgba(111, 179, 231, 0.25);
}
.focus\:fill-lbc-blue-200\/30:focus {
  fill: rgba(111, 179, 231, 0.3);
}
.focus\:fill-lbc-blue-200\/40:focus {
  fill: rgba(111, 179, 231, 0.4);
}
.focus\:fill-lbc-blue-200\/5:focus {
  fill: rgba(111, 179, 231, 0.05);
}
.focus\:fill-lbc-blue-200\/50:focus {
  fill: rgba(111, 179, 231, 0.5);
}
.focus\:fill-lbc-blue-200\/60:focus {
  fill: rgba(111, 179, 231, 0.6);
}
.focus\:fill-lbc-blue-200\/70:focus {
  fill: rgba(111, 179, 231, 0.7);
}
.focus\:fill-lbc-blue-200\/75:focus {
  fill: rgba(111, 179, 231, 0.75);
}
.focus\:fill-lbc-blue-200\/80:focus {
  fill: rgba(111, 179, 231, 0.8);
}
.focus\:fill-lbc-blue-200\/90:focus {
  fill: rgba(111, 179, 231, 0.9);
}
.focus\:fill-lbc-blue-200\/95:focus {
  fill: rgba(111, 179, 231, 0.95);
}
.focus\:fill-lbc-blue-50:focus {
  fill: #d8ecfd;
}
.focus\:fill-lbc-blue-50\/0:focus {
  fill: rgba(216, 236, 253, 0);
}
.focus\:fill-lbc-blue-50\/10:focus {
  fill: rgba(216, 236, 253, 0.1);
}
.focus\:fill-lbc-blue-50\/100:focus {
  fill: #d8ecfd;
}
.focus\:fill-lbc-blue-50\/20:focus {
  fill: rgba(216, 236, 253, 0.2);
}
.focus\:fill-lbc-blue-50\/25:focus {
  fill: rgba(216, 236, 253, 0.25);
}
.focus\:fill-lbc-blue-50\/30:focus {
  fill: rgba(216, 236, 253, 0.3);
}
.focus\:fill-lbc-blue-50\/40:focus {
  fill: rgba(216, 236, 253, 0.4);
}
.focus\:fill-lbc-blue-50\/5:focus {
  fill: rgba(216, 236, 253, 0.05);
}
.focus\:fill-lbc-blue-50\/50:focus {
  fill: rgba(216, 236, 253, 0.5);
}
.focus\:fill-lbc-blue-50\/60:focus {
  fill: rgba(216, 236, 253, 0.6);
}
.focus\:fill-lbc-blue-50\/70:focus {
  fill: rgba(216, 236, 253, 0.7);
}
.focus\:fill-lbc-blue-50\/75:focus {
  fill: rgba(216, 236, 253, 0.75);
}
.focus\:fill-lbc-blue-50\/80:focus {
  fill: rgba(216, 236, 253, 0.8);
}
.focus\:fill-lbc-blue-50\/90:focus {
  fill: rgba(216, 236, 253, 0.9);
}
.focus\:fill-lbc-blue-50\/95:focus {
  fill: rgba(216, 236, 253, 0.95);
}
.focus\:fill-lbc-gold-100:focus {
  fill: #ffee9e;
}
.focus\:fill-lbc-gold-100\/0:focus {
  fill: rgba(255, 238, 158, 0);
}
.focus\:fill-lbc-gold-100\/10:focus {
  fill: rgba(255, 238, 158, 0.1);
}
.focus\:fill-lbc-gold-100\/100:focus {
  fill: #ffee9e;
}
.focus\:fill-lbc-gold-100\/20:focus {
  fill: rgba(255, 238, 158, 0.2);
}
.focus\:fill-lbc-gold-100\/25:focus {
  fill: rgba(255, 238, 158, 0.25);
}
.focus\:fill-lbc-gold-100\/30:focus {
  fill: rgba(255, 238, 158, 0.3);
}
.focus\:fill-lbc-gold-100\/40:focus {
  fill: rgba(255, 238, 158, 0.4);
}
.focus\:fill-lbc-gold-100\/5:focus {
  fill: rgba(255, 238, 158, 0.05);
}
.focus\:fill-lbc-gold-100\/50:focus {
  fill: rgba(255, 238, 158, 0.5);
}
.focus\:fill-lbc-gold-100\/60:focus {
  fill: rgba(255, 238, 158, 0.6);
}
.focus\:fill-lbc-gold-100\/70:focus {
  fill: rgba(255, 238, 158, 0.7);
}
.focus\:fill-lbc-gold-100\/75:focus {
  fill: rgba(255, 238, 158, 0.75);
}
.focus\:fill-lbc-gold-100\/80:focus {
  fill: rgba(255, 238, 158, 0.8);
}
.focus\:fill-lbc-gold-100\/90:focus {
  fill: rgba(255, 238, 158, 0.9);
}
.focus\:fill-lbc-gold-100\/95:focus {
  fill: rgba(255, 238, 158, 0.95);
}
.focus\:fill-lbc-gold-200:focus {
  fill: #fedc66;
}
.focus\:fill-lbc-gold-200\/0:focus {
  fill: hsla(47, 99%, 70%, 0);
}
.focus\:fill-lbc-gold-200\/10:focus {
  fill: hsla(47, 99%, 70%, 0.1);
}
.focus\:fill-lbc-gold-200\/100:focus {
  fill: #fedc66;
}
.focus\:fill-lbc-gold-200\/20:focus {
  fill: hsla(47, 99%, 70%, 0.2);
}
.focus\:fill-lbc-gold-200\/25:focus {
  fill: hsla(47, 99%, 70%, 0.25);
}
.focus\:fill-lbc-gold-200\/30:focus {
  fill: hsla(47, 99%, 70%, 0.3);
}
.focus\:fill-lbc-gold-200\/40:focus {
  fill: hsla(47, 99%, 70%, 0.4);
}
.focus\:fill-lbc-gold-200\/5:focus {
  fill: hsla(47, 99%, 70%, 0.05);
}
.focus\:fill-lbc-gold-200\/50:focus {
  fill: hsla(47, 99%, 70%, 0.5);
}
.focus\:fill-lbc-gold-200\/60:focus {
  fill: hsla(47, 99%, 70%, 0.6);
}
.focus\:fill-lbc-gold-200\/70:focus {
  fill: hsla(47, 99%, 70%, 0.7);
}
.focus\:fill-lbc-gold-200\/75:focus {
  fill: hsla(47, 99%, 70%, 0.75);
}
.focus\:fill-lbc-gold-200\/80:focus {
  fill: hsla(47, 99%, 70%, 0.8);
}
.focus\:fill-lbc-gold-200\/90:focus {
  fill: hsla(47, 99%, 70%, 0.9);
}
.focus\:fill-lbc-gold-200\/95:focus {
  fill: hsla(47, 99%, 70%, 0.95);
}
.focus\:fill-lbc-mint-100:focus {
  fill: #7effec;
}
.focus\:fill-lbc-mint-100\/0:focus {
  fill: rgba(126, 255, 236, 0);
}
.focus\:fill-lbc-mint-100\/10:focus {
  fill: rgba(126, 255, 236, 0.1);
}
.focus\:fill-lbc-mint-100\/100:focus {
  fill: #7effec;
}
.focus\:fill-lbc-mint-100\/20:focus {
  fill: rgba(126, 255, 236, 0.2);
}
.focus\:fill-lbc-mint-100\/25:focus {
  fill: rgba(126, 255, 236, 0.25);
}
.focus\:fill-lbc-mint-100\/30:focus {
  fill: rgba(126, 255, 236, 0.3);
}
.focus\:fill-lbc-mint-100\/40:focus {
  fill: rgba(126, 255, 236, 0.4);
}
.focus\:fill-lbc-mint-100\/5:focus {
  fill: rgba(126, 255, 236, 0.05);
}
.focus\:fill-lbc-mint-100\/50:focus {
  fill: rgba(126, 255, 236, 0.5);
}
.focus\:fill-lbc-mint-100\/60:focus {
  fill: rgba(126, 255, 236, 0.6);
}
.focus\:fill-lbc-mint-100\/70:focus {
  fill: rgba(126, 255, 236, 0.7);
}
.focus\:fill-lbc-mint-100\/75:focus {
  fill: rgba(126, 255, 236, 0.75);
}
.focus\:fill-lbc-mint-100\/80:focus {
  fill: rgba(126, 255, 236, 0.8);
}
.focus\:fill-lbc-mint-100\/90:focus {
  fill: rgba(126, 255, 236, 0.9);
}
.focus\:fill-lbc-mint-100\/95:focus {
  fill: rgba(126, 255, 236, 0.95);
}
.focus\:fill-lbc-mint-300:focus {
  fill: #0ad7b8;
}
.focus\:fill-lbc-mint-300\/0:focus {
  fill: rgba(10, 215, 184, 0);
}
.focus\:fill-lbc-mint-300\/10:focus {
  fill: rgba(10, 215, 184, 0.1);
}
.focus\:fill-lbc-mint-300\/100:focus {
  fill: #0ad7b8;
}
.focus\:fill-lbc-mint-300\/20:focus {
  fill: rgba(10, 215, 184, 0.2);
}
.focus\:fill-lbc-mint-300\/25:focus {
  fill: rgba(10, 215, 184, 0.25);
}
.focus\:fill-lbc-mint-300\/30:focus {
  fill: rgba(10, 215, 184, 0.3);
}
.focus\:fill-lbc-mint-300\/40:focus {
  fill: rgba(10, 215, 184, 0.4);
}
.focus\:fill-lbc-mint-300\/5:focus {
  fill: rgba(10, 215, 184, 0.05);
}
.focus\:fill-lbc-mint-300\/50:focus {
  fill: rgba(10, 215, 184, 0.5);
}
.focus\:fill-lbc-mint-300\/60:focus {
  fill: rgba(10, 215, 184, 0.6);
}
.focus\:fill-lbc-mint-300\/70:focus {
  fill: rgba(10, 215, 184, 0.7);
}
.focus\:fill-lbc-mint-300\/75:focus {
  fill: rgba(10, 215, 184, 0.75);
}
.focus\:fill-lbc-mint-300\/80:focus {
  fill: rgba(10, 215, 184, 0.8);
}
.focus\:fill-lbc-mint-300\/90:focus {
  fill: rgba(10, 215, 184, 0.9);
}
.focus\:fill-lbc-mint-300\/95:focus {
  fill: rgba(10, 215, 184, 0.95);
}
.focus\:fill-selected:focus {
  fill: #fee987;
}
.focus\:fill-selected\/0:focus {
  fill: hsla(49, 98%, 76%, 0);
}
.focus\:fill-selected\/10:focus {
  fill: hsla(49, 98%, 76%, 0.1);
}
.focus\:fill-selected\/100:focus {
  fill: #fee987;
}
.focus\:fill-selected\/20:focus {
  fill: hsla(49, 98%, 76%, 0.2);
}
.focus\:fill-selected\/25:focus {
  fill: hsla(49, 98%, 76%, 0.25);
}
.focus\:fill-selected\/30:focus {
  fill: hsla(49, 98%, 76%, 0.3);
}
.focus\:fill-selected\/40:focus {
  fill: hsla(49, 98%, 76%, 0.4);
}
.focus\:fill-selected\/5:focus {
  fill: hsla(49, 98%, 76%, 0.05);
}
.focus\:fill-selected\/50:focus {
  fill: hsla(49, 98%, 76%, 0.5);
}
.focus\:fill-selected\/60:focus {
  fill: hsla(49, 98%, 76%, 0.6);
}
.focus\:fill-selected\/70:focus {
  fill: hsla(49, 98%, 76%, 0.7);
}
.focus\:fill-selected\/75:focus {
  fill: hsla(49, 98%, 76%, 0.75);
}
.focus\:fill-selected\/80:focus {
  fill: hsla(49, 98%, 76%, 0.8);
}
.focus\:fill-selected\/90:focus {
  fill: hsla(49, 98%, 76%, 0.9);
}
.focus\:fill-selected\/95:focus {
  fill: hsla(49, 98%, 76%, 0.95);
}
.focus\:fill-success:focus {
  fill: #3c763c;
}
.focus\:fill-success-light:focus {
  fill: #def0d8;
}
.focus\:fill-success-light\/0:focus {
  fill: rgba(222, 240, 216, 0);
}
.focus\:fill-success-light\/10:focus {
  fill: rgba(222, 240, 216, 0.1);
}
.focus\:fill-success-light\/100:focus {
  fill: #def0d8;
}
.focus\:fill-success-light\/20:focus {
  fill: rgba(222, 240, 216, 0.2);
}
.focus\:fill-success-light\/25:focus {
  fill: rgba(222, 240, 216, 0.25);
}
.focus\:fill-success-light\/30:focus {
  fill: rgba(222, 240, 216, 0.3);
}
.focus\:fill-success-light\/40:focus {
  fill: rgba(222, 240, 216, 0.4);
}
.focus\:fill-success-light\/5:focus {
  fill: rgba(222, 240, 216, 0.05);
}
.focus\:fill-success-light\/50:focus {
  fill: rgba(222, 240, 216, 0.5);
}
.focus\:fill-success-light\/60:focus {
  fill: rgba(222, 240, 216, 0.6);
}
.focus\:fill-success-light\/70:focus {
  fill: rgba(222, 240, 216, 0.7);
}
.focus\:fill-success-light\/75:focus {
  fill: rgba(222, 240, 216, 0.75);
}
.focus\:fill-success-light\/80:focus {
  fill: rgba(222, 240, 216, 0.8);
}
.focus\:fill-success-light\/90:focus {
  fill: rgba(222, 240, 216, 0.9);
}
.focus\:fill-success-light\/95:focus {
  fill: rgba(222, 240, 216, 0.95);
}
.focus\:fill-success\/0:focus {
  fill: rgba(60, 118, 60, 0);
}
.focus\:fill-success\/10:focus {
  fill: rgba(60, 118, 60, 0.1);
}
.focus\:fill-success\/100:focus {
  fill: #3c763c;
}
.focus\:fill-success\/20:focus {
  fill: rgba(60, 118, 60, 0.2);
}
.focus\:fill-success\/25:focus {
  fill: rgba(60, 118, 60, 0.25);
}
.focus\:fill-success\/30:focus {
  fill: rgba(60, 118, 60, 0.3);
}
.focus\:fill-success\/40:focus {
  fill: rgba(60, 118, 60, 0.4);
}
.focus\:fill-success\/5:focus {
  fill: rgba(60, 118, 60, 0.05);
}
.focus\:fill-success\/50:focus {
  fill: rgba(60, 118, 60, 0.5);
}
.focus\:fill-success\/60:focus {
  fill: rgba(60, 118, 60, 0.6);
}
.focus\:fill-success\/70:focus {
  fill: rgba(60, 118, 60, 0.7);
}
.focus\:fill-success\/75:focus {
  fill: rgba(60, 118, 60, 0.75);
}
.focus\:fill-success\/80:focus {
  fill: rgba(60, 118, 60, 0.8);
}
.focus\:fill-success\/90:focus {
  fill: rgba(60, 118, 60, 0.9);
}
.focus\:fill-success\/95:focus {
  fill: rgba(60, 118, 60, 0.95);
}
.focus\:fill-warning:focus {
  fill: #a95c00;
}
.focus\:fill-warning-light:focus {
  fill: #fff9eb;
}
.focus\:fill-warning-light\/0:focus {
  fill: rgba(255, 249, 235, 0);
}
.focus\:fill-warning-light\/10:focus {
  fill: rgba(255, 249, 235, 0.1);
}
.focus\:fill-warning-light\/100:focus {
  fill: #fff9eb;
}
.focus\:fill-warning-light\/20:focus {
  fill: rgba(255, 249, 235, 0.2);
}
.focus\:fill-warning-light\/25:focus {
  fill: rgba(255, 249, 235, 0.25);
}
.focus\:fill-warning-light\/30:focus {
  fill: rgba(255, 249, 235, 0.3);
}
.focus\:fill-warning-light\/40:focus {
  fill: rgba(255, 249, 235, 0.4);
}
.focus\:fill-warning-light\/5:focus {
  fill: rgba(255, 249, 235, 0.05);
}
.focus\:fill-warning-light\/50:focus {
  fill: rgba(255, 249, 235, 0.5);
}
.focus\:fill-warning-light\/60:focus {
  fill: rgba(255, 249, 235, 0.6);
}
.focus\:fill-warning-light\/70:focus {
  fill: rgba(255, 249, 235, 0.7);
}
.focus\:fill-warning-light\/75:focus {
  fill: rgba(255, 249, 235, 0.75);
}
.focus\:fill-warning-light\/80:focus {
  fill: rgba(255, 249, 235, 0.8);
}
.focus\:fill-warning-light\/90:focus {
  fill: rgba(255, 249, 235, 0.9);
}
.focus\:fill-warning-light\/95:focus {
  fill: rgba(255, 249, 235, 0.95);
}
.focus\:fill-warning\/0:focus {
  fill: rgba(169, 92, 0, 0);
}
.focus\:fill-warning\/10:focus {
  fill: rgba(169, 92, 0, 0.1);
}
.focus\:fill-warning\/100:focus {
  fill: #a95c00;
}
.focus\:fill-warning\/20:focus {
  fill: rgba(169, 92, 0, 0.2);
}
.focus\:fill-warning\/25:focus {
  fill: rgba(169, 92, 0, 0.25);
}
.focus\:fill-warning\/30:focus {
  fill: rgba(169, 92, 0, 0.3);
}
.focus\:fill-warning\/40:focus {
  fill: rgba(169, 92, 0, 0.4);
}
.focus\:fill-warning\/5:focus {
  fill: rgba(169, 92, 0, 0.05);
}
.focus\:fill-warning\/50:focus {
  fill: rgba(169, 92, 0, 0.5);
}
.focus\:fill-warning\/60:focus {
  fill: rgba(169, 92, 0, 0.6);
}
.focus\:fill-warning\/70:focus {
  fill: rgba(169, 92, 0, 0.7);
}
.focus\:fill-warning\/75:focus {
  fill: rgba(169, 92, 0, 0.75);
}
.focus\:fill-warning\/80:focus {
  fill: rgba(169, 92, 0, 0.8);
}
.focus\:fill-warning\/90:focus {
  fill: rgba(169, 92, 0, 0.9);
}
.focus\:fill-warning\/95:focus {
  fill: rgba(169, 92, 0, 0.95);
}
.focus\:stroke-brand-web-background-grey:focus {
  stroke: #f5f5f5;
}
.focus\:stroke-brand-web-background-grey\/0:focus {
  stroke: hsla(0, 0%, 96%, 0);
}
.focus\:stroke-brand-web-background-grey\/10:focus {
  stroke: hsla(0, 0%, 96%, 0.1);
}
.focus\:stroke-brand-web-background-grey\/100:focus {
  stroke: #f5f5f5;
}
.focus\:stroke-brand-web-background-grey\/20:focus {
  stroke: hsla(0, 0%, 96%, 0.2);
}
.focus\:stroke-brand-web-background-grey\/25:focus {
  stroke: hsla(0, 0%, 96%, 0.25);
}
.focus\:stroke-brand-web-background-grey\/30:focus {
  stroke: hsla(0, 0%, 96%, 0.3);
}
.focus\:stroke-brand-web-background-grey\/40:focus {
  stroke: hsla(0, 0%, 96%, 0.4);
}
.focus\:stroke-brand-web-background-grey\/5:focus {
  stroke: hsla(0, 0%, 96%, 0.05);
}
.focus\:stroke-brand-web-background-grey\/50:focus {
  stroke: hsla(0, 0%, 96%, 0.5);
}
.focus\:stroke-brand-web-background-grey\/60:focus {
  stroke: hsla(0, 0%, 96%, 0.6);
}
.focus\:stroke-brand-web-background-grey\/70:focus {
  stroke: hsla(0, 0%, 96%, 0.7);
}
.focus\:stroke-brand-web-background-grey\/75:focus {
  stroke: hsla(0, 0%, 96%, 0.75);
}
.focus\:stroke-brand-web-background-grey\/80:focus {
  stroke: hsla(0, 0%, 96%, 0.8);
}
.focus\:stroke-brand-web-background-grey\/90:focus {
  stroke: hsla(0, 0%, 96%, 0.9);
}
.focus\:stroke-brand-web-background-grey\/95:focus {
  stroke: hsla(0, 0%, 96%, 0.95);
}
.focus\:stroke-brand-web-card-grey:focus {
  stroke: #d9dad6;
}
.focus\:stroke-brand-web-card-grey\/0:focus {
  stroke: hsla(75, 5%, 85%, 0);
}
.focus\:stroke-brand-web-card-grey\/10:focus {
  stroke: hsla(75, 5%, 85%, 0.1);
}
.focus\:stroke-brand-web-card-grey\/100:focus {
  stroke: #d9dad6;
}
.focus\:stroke-brand-web-card-grey\/20:focus {
  stroke: hsla(75, 5%, 85%, 0.2);
}
.focus\:stroke-brand-web-card-grey\/25:focus {
  stroke: hsla(75, 5%, 85%, 0.25);
}
.focus\:stroke-brand-web-card-grey\/30:focus {
  stroke: hsla(75, 5%, 85%, 0.3);
}
.focus\:stroke-brand-web-card-grey\/40:focus {
  stroke: hsla(75, 5%, 85%, 0.4);
}
.focus\:stroke-brand-web-card-grey\/5:focus {
  stroke: hsla(75, 5%, 85%, 0.05);
}
.focus\:stroke-brand-web-card-grey\/50:focus {
  stroke: hsla(75, 5%, 85%, 0.5);
}
.focus\:stroke-brand-web-card-grey\/60:focus {
  stroke: hsla(75, 5%, 85%, 0.6);
}
.focus\:stroke-brand-web-card-grey\/70:focus {
  stroke: hsla(75, 5%, 85%, 0.7);
}
.focus\:stroke-brand-web-card-grey\/75:focus {
  stroke: hsla(75, 5%, 85%, 0.75);
}
.focus\:stroke-brand-web-card-grey\/80:focus {
  stroke: hsla(75, 5%, 85%, 0.8);
}
.focus\:stroke-brand-web-card-grey\/90:focus {
  stroke: hsla(75, 5%, 85%, 0.9);
}
.focus\:stroke-brand-web-card-grey\/95:focus {
  stroke: hsla(75, 5%, 85%, 0.95);
}
.focus\:stroke-brand-web-fresh-mint:focus {
  stroke: #27f2d3;
}
.focus\:stroke-brand-web-fresh-mint\/0:focus {
  stroke: rgba(39, 242, 211, 0);
}
.focus\:stroke-brand-web-fresh-mint\/10:focus {
  stroke: rgba(39, 242, 211, 0.1);
}
.focus\:stroke-brand-web-fresh-mint\/100:focus {
  stroke: #27f2d3;
}
.focus\:stroke-brand-web-fresh-mint\/20:focus {
  stroke: rgba(39, 242, 211, 0.2);
}
.focus\:stroke-brand-web-fresh-mint\/25:focus {
  stroke: rgba(39, 242, 211, 0.25);
}
.focus\:stroke-brand-web-fresh-mint\/30:focus {
  stroke: rgba(39, 242, 211, 0.3);
}
.focus\:stroke-brand-web-fresh-mint\/40:focus {
  stroke: rgba(39, 242, 211, 0.4);
}
.focus\:stroke-brand-web-fresh-mint\/5:focus {
  stroke: rgba(39, 242, 211, 0.05);
}
.focus\:stroke-brand-web-fresh-mint\/50:focus {
  stroke: rgba(39, 242, 211, 0.5);
}
.focus\:stroke-brand-web-fresh-mint\/60:focus {
  stroke: rgba(39, 242, 211, 0.6);
}
.focus\:stroke-brand-web-fresh-mint\/70:focus {
  stroke: rgba(39, 242, 211, 0.7);
}
.focus\:stroke-brand-web-fresh-mint\/75:focus {
  stroke: rgba(39, 242, 211, 0.75);
}
.focus\:stroke-brand-web-fresh-mint\/80:focus {
  stroke: rgba(39, 242, 211, 0.8);
}
.focus\:stroke-brand-web-fresh-mint\/90:focus {
  stroke: rgba(39, 242, 211, 0.9);
}
.focus\:stroke-brand-web-fresh-mint\/95:focus {
  stroke: rgba(39, 242, 211, 0.95);
}
.focus\:stroke-brand-web-grey-200:focus {
  stroke: #e1e2e5;
}
.focus\:stroke-brand-web-grey-200\/0:focus {
  stroke: hsla(225, 7%, 89%, 0);
}
.focus\:stroke-brand-web-grey-200\/10:focus {
  stroke: hsla(225, 7%, 89%, 0.1);
}
.focus\:stroke-brand-web-grey-200\/100:focus {
  stroke: #e1e2e5;
}
.focus\:stroke-brand-web-grey-200\/20:focus {
  stroke: hsla(225, 7%, 89%, 0.2);
}
.focus\:stroke-brand-web-grey-200\/25:focus {
  stroke: hsla(225, 7%, 89%, 0.25);
}
.focus\:stroke-brand-web-grey-200\/30:focus {
  stroke: hsla(225, 7%, 89%, 0.3);
}
.focus\:stroke-brand-web-grey-200\/40:focus {
  stroke: hsla(225, 7%, 89%, 0.4);
}
.focus\:stroke-brand-web-grey-200\/5:focus {
  stroke: hsla(225, 7%, 89%, 0.05);
}
.focus\:stroke-brand-web-grey-200\/50:focus {
  stroke: hsla(225, 7%, 89%, 0.5);
}
.focus\:stroke-brand-web-grey-200\/60:focus {
  stroke: hsla(225, 7%, 89%, 0.6);
}
.focus\:stroke-brand-web-grey-200\/70:focus {
  stroke: hsla(225, 7%, 89%, 0.7);
}
.focus\:stroke-brand-web-grey-200\/75:focus {
  stroke: hsla(225, 7%, 89%, 0.75);
}
.focus\:stroke-brand-web-grey-200\/80:focus {
  stroke: hsla(225, 7%, 89%, 0.8);
}
.focus\:stroke-brand-web-grey-200\/90:focus {
  stroke: hsla(225, 7%, 89%, 0.9);
}
.focus\:stroke-brand-web-grey-200\/95:focus {
  stroke: hsla(225, 7%, 89%, 0.95);
}
.focus\:stroke-brand-web-grey-300:focus {
  stroke: #737373;
}
.focus\:stroke-brand-web-grey-300\/0:focus {
  stroke: hsla(0, 0%, 45%, 0);
}
.focus\:stroke-brand-web-grey-300\/10:focus {
  stroke: hsla(0, 0%, 45%, 0.1);
}
.focus\:stroke-brand-web-grey-300\/100:focus {
  stroke: #737373;
}
.focus\:stroke-brand-web-grey-300\/20:focus {
  stroke: hsla(0, 0%, 45%, 0.2);
}
.focus\:stroke-brand-web-grey-300\/25:focus {
  stroke: hsla(0, 0%, 45%, 0.25);
}
.focus\:stroke-brand-web-grey-300\/30:focus {
  stroke: hsla(0, 0%, 45%, 0.3);
}
.focus\:stroke-brand-web-grey-300\/40:focus {
  stroke: hsla(0, 0%, 45%, 0.4);
}
.focus\:stroke-brand-web-grey-300\/5:focus {
  stroke: hsla(0, 0%, 45%, 0.05);
}
.focus\:stroke-brand-web-grey-300\/50:focus {
  stroke: hsla(0, 0%, 45%, 0.5);
}
.focus\:stroke-brand-web-grey-300\/60:focus {
  stroke: hsla(0, 0%, 45%, 0.6);
}
.focus\:stroke-brand-web-grey-300\/70:focus {
  stroke: hsla(0, 0%, 45%, 0.7);
}
.focus\:stroke-brand-web-grey-300\/75:focus {
  stroke: hsla(0, 0%, 45%, 0.75);
}
.focus\:stroke-brand-web-grey-300\/80:focus {
  stroke: hsla(0, 0%, 45%, 0.8);
}
.focus\:stroke-brand-web-grey-300\/90:focus {
  stroke: hsla(0, 0%, 45%, 0.9);
}
.focus\:stroke-brand-web-grey-300\/95:focus {
  stroke: hsla(0, 0%, 45%, 0.95);
}
.focus\:stroke-brand-web-grey-500:focus {
  stroke: #555;
}
.focus\:stroke-brand-web-grey-500\/0:focus {
  stroke: rgba(85, 85, 85, 0);
}
.focus\:stroke-brand-web-grey-500\/10:focus {
  stroke: rgba(85, 85, 85, 0.1);
}
.focus\:stroke-brand-web-grey-500\/100:focus {
  stroke: #555;
}
.focus\:stroke-brand-web-grey-500\/20:focus {
  stroke: rgba(85, 85, 85, 0.2);
}
.focus\:stroke-brand-web-grey-500\/25:focus {
  stroke: rgba(85, 85, 85, 0.25);
}
.focus\:stroke-brand-web-grey-500\/30:focus {
  stroke: rgba(85, 85, 85, 0.3);
}
.focus\:stroke-brand-web-grey-500\/40:focus {
  stroke: rgba(85, 85, 85, 0.4);
}
.focus\:stroke-brand-web-grey-500\/5:focus {
  stroke: rgba(85, 85, 85, 0.05);
}
.focus\:stroke-brand-web-grey-500\/50:focus {
  stroke: rgba(85, 85, 85, 0.5);
}
.focus\:stroke-brand-web-grey-500\/60:focus {
  stroke: rgba(85, 85, 85, 0.6);
}
.focus\:stroke-brand-web-grey-500\/70:focus {
  stroke: rgba(85, 85, 85, 0.7);
}
.focus\:stroke-brand-web-grey-500\/75:focus {
  stroke: rgba(85, 85, 85, 0.75);
}
.focus\:stroke-brand-web-grey-500\/80:focus {
  stroke: rgba(85, 85, 85, 0.8);
}
.focus\:stroke-brand-web-grey-500\/90:focus {
  stroke: rgba(85, 85, 85, 0.9);
}
.focus\:stroke-brand-web-grey-500\/95:focus {
  stroke: rgba(85, 85, 85, 0.95);
}
.focus\:stroke-brand-web-lbc-blue:focus {
  stroke: #004070;
}
.focus\:stroke-brand-web-lbc-blue\/0:focus {
  stroke: rgba(0, 64, 112, 0);
}
.focus\:stroke-brand-web-lbc-blue\/10:focus {
  stroke: rgba(0, 64, 112, 0.1);
}
.focus\:stroke-brand-web-lbc-blue\/100:focus {
  stroke: #004070;
}
.focus\:stroke-brand-web-lbc-blue\/20:focus {
  stroke: rgba(0, 64, 112, 0.2);
}
.focus\:stroke-brand-web-lbc-blue\/25:focus {
  stroke: rgba(0, 64, 112, 0.25);
}
.focus\:stroke-brand-web-lbc-blue\/30:focus {
  stroke: rgba(0, 64, 112, 0.3);
}
.focus\:stroke-brand-web-lbc-blue\/40:focus {
  stroke: rgba(0, 64, 112, 0.4);
}
.focus\:stroke-brand-web-lbc-blue\/5:focus {
  stroke: rgba(0, 64, 112, 0.05);
}
.focus\:stroke-brand-web-lbc-blue\/50:focus {
  stroke: rgba(0, 64, 112, 0.5);
}
.focus\:stroke-brand-web-lbc-blue\/60:focus {
  stroke: rgba(0, 64, 112, 0.6);
}
.focus\:stroke-brand-web-lbc-blue\/70:focus {
  stroke: rgba(0, 64, 112, 0.7);
}
.focus\:stroke-brand-web-lbc-blue\/75:focus {
  stroke: rgba(0, 64, 112, 0.75);
}
.focus\:stroke-brand-web-lbc-blue\/80:focus {
  stroke: rgba(0, 64, 112, 0.8);
}
.focus\:stroke-brand-web-lbc-blue\/90:focus {
  stroke: rgba(0, 64, 112, 0.9);
}
.focus\:stroke-brand-web-lbc-blue\/95:focus {
  stroke: rgba(0, 64, 112, 0.95);
}
.focus\:stroke-brand-web-lbc-gold:focus {
  stroke: #fdb812;
}
.focus\:stroke-brand-web-lbc-gold\/0:focus {
  stroke: rgba(253, 184, 18, 0);
}
.focus\:stroke-brand-web-lbc-gold\/10:focus {
  stroke: rgba(253, 184, 18, 0.1);
}
.focus\:stroke-brand-web-lbc-gold\/100:focus {
  stroke: #fdb812;
}
.focus\:stroke-brand-web-lbc-gold\/20:focus {
  stroke: rgba(253, 184, 18, 0.2);
}
.focus\:stroke-brand-web-lbc-gold\/25:focus {
  stroke: rgba(253, 184, 18, 0.25);
}
.focus\:stroke-brand-web-lbc-gold\/30:focus {
  stroke: rgba(253, 184, 18, 0.3);
}
.focus\:stroke-brand-web-lbc-gold\/40:focus {
  stroke: rgba(253, 184, 18, 0.4);
}
.focus\:stroke-brand-web-lbc-gold\/5:focus {
  stroke: rgba(253, 184, 18, 0.05);
}
.focus\:stroke-brand-web-lbc-gold\/50:focus {
  stroke: rgba(253, 184, 18, 0.5);
}
.focus\:stroke-brand-web-lbc-gold\/60:focus {
  stroke: rgba(253, 184, 18, 0.6);
}
.focus\:stroke-brand-web-lbc-gold\/70:focus {
  stroke: rgba(253, 184, 18, 0.7);
}
.focus\:stroke-brand-web-lbc-gold\/75:focus {
  stroke: rgba(253, 184, 18, 0.75);
}
.focus\:stroke-brand-web-lbc-gold\/80:focus {
  stroke: rgba(253, 184, 18, 0.8);
}
.focus\:stroke-brand-web-lbc-gold\/90:focus {
  stroke: rgba(253, 184, 18, 0.9);
}
.focus\:stroke-brand-web-lbc-gold\/95:focus {
  stroke: rgba(253, 184, 18, 0.95);
}
.focus\:stroke-brand-web-raspberry:focus {
  stroke: #e00d42;
}
.focus\:stroke-brand-web-raspberry\/0:focus {
  stroke: rgba(224, 13, 66, 0);
}
.focus\:stroke-brand-web-raspberry\/10:focus {
  stroke: rgba(224, 13, 66, 0.1);
}
.focus\:stroke-brand-web-raspberry\/100:focus {
  stroke: #e00d42;
}
.focus\:stroke-brand-web-raspberry\/20:focus {
  stroke: rgba(224, 13, 66, 0.2);
}
.focus\:stroke-brand-web-raspberry\/25:focus {
  stroke: rgba(224, 13, 66, 0.25);
}
.focus\:stroke-brand-web-raspberry\/30:focus {
  stroke: rgba(224, 13, 66, 0.3);
}
.focus\:stroke-brand-web-raspberry\/40:focus {
  stroke: rgba(224, 13, 66, 0.4);
}
.focus\:stroke-brand-web-raspberry\/5:focus {
  stroke: rgba(224, 13, 66, 0.05);
}
.focus\:stroke-brand-web-raspberry\/50:focus {
  stroke: rgba(224, 13, 66, 0.5);
}
.focus\:stroke-brand-web-raspberry\/60:focus {
  stroke: rgba(224, 13, 66, 0.6);
}
.focus\:stroke-brand-web-raspberry\/70:focus {
  stroke: rgba(224, 13, 66, 0.7);
}
.focus\:stroke-brand-web-raspberry\/75:focus {
  stroke: rgba(224, 13, 66, 0.75);
}
.focus\:stroke-brand-web-raspberry\/80:focus {
  stroke: rgba(224, 13, 66, 0.8);
}
.focus\:stroke-brand-web-raspberry\/90:focus {
  stroke: rgba(224, 13, 66, 0.9);
}
.focus\:stroke-brand-web-raspberry\/95:focus {
  stroke: rgba(224, 13, 66, 0.95);
}
.focus\:stroke-brand-web-text-grey:focus {
  stroke: #222;
}
.focus\:stroke-brand-web-text-grey\/0:focus {
  stroke: rgba(34, 34, 34, 0);
}
.focus\:stroke-brand-web-text-grey\/10:focus {
  stroke: rgba(34, 34, 34, 0.1);
}
.focus\:stroke-brand-web-text-grey\/100:focus {
  stroke: #222;
}
.focus\:stroke-brand-web-text-grey\/20:focus {
  stroke: rgba(34, 34, 34, 0.2);
}
.focus\:stroke-brand-web-text-grey\/25:focus {
  stroke: rgba(34, 34, 34, 0.25);
}
.focus\:stroke-brand-web-text-grey\/30:focus {
  stroke: rgba(34, 34, 34, 0.3);
}
.focus\:stroke-brand-web-text-grey\/40:focus {
  stroke: rgba(34, 34, 34, 0.4);
}
.focus\:stroke-brand-web-text-grey\/5:focus {
  stroke: rgba(34, 34, 34, 0.05);
}
.focus\:stroke-brand-web-text-grey\/50:focus {
  stroke: rgba(34, 34, 34, 0.5);
}
.focus\:stroke-brand-web-text-grey\/60:focus {
  stroke: rgba(34, 34, 34, 0.6);
}
.focus\:stroke-brand-web-text-grey\/70:focus {
  stroke: rgba(34, 34, 34, 0.7);
}
.focus\:stroke-brand-web-text-grey\/75:focus {
  stroke: rgba(34, 34, 34, 0.75);
}
.focus\:stroke-brand-web-text-grey\/80:focus {
  stroke: rgba(34, 34, 34, 0.8);
}
.focus\:stroke-brand-web-text-grey\/90:focus {
  stroke: rgba(34, 34, 34, 0.9);
}
.focus\:stroke-brand-web-text-grey\/95:focus {
  stroke: rgba(34, 34, 34, 0.95);
}
.focus\:stroke-brand-web-text-light-grey:focus {
  stroke: grey;
}
.focus\:stroke-brand-web-text-light-grey\/0:focus {
  stroke: hsla(0, 0%, 50%, 0);
}
.focus\:stroke-brand-web-text-light-grey\/10:focus {
  stroke: hsla(0, 0%, 50%, 0.1);
}
.focus\:stroke-brand-web-text-light-grey\/100:focus {
  stroke: grey;
}
.focus\:stroke-brand-web-text-light-grey\/20:focus {
  stroke: hsla(0, 0%, 50%, 0.2);
}
.focus\:stroke-brand-web-text-light-grey\/25:focus {
  stroke: hsla(0, 0%, 50%, 0.25);
}
.focus\:stroke-brand-web-text-light-grey\/30:focus {
  stroke: hsla(0, 0%, 50%, 0.3);
}
.focus\:stroke-brand-web-text-light-grey\/40:focus {
  stroke: hsla(0, 0%, 50%, 0.4);
}
.focus\:stroke-brand-web-text-light-grey\/5:focus {
  stroke: hsla(0, 0%, 50%, 0.05);
}
.focus\:stroke-brand-web-text-light-grey\/50:focus {
  stroke: hsla(0, 0%, 50%, 0.5);
}
.focus\:stroke-brand-web-text-light-grey\/60:focus {
  stroke: hsla(0, 0%, 50%, 0.6);
}
.focus\:stroke-brand-web-text-light-grey\/70:focus {
  stroke: hsla(0, 0%, 50%, 0.7);
}
.focus\:stroke-brand-web-text-light-grey\/75:focus {
  stroke: hsla(0, 0%, 50%, 0.75);
}
.focus\:stroke-brand-web-text-light-grey\/80:focus {
  stroke: hsla(0, 0%, 50%, 0.8);
}
.focus\:stroke-brand-web-text-light-grey\/90:focus {
  stroke: hsla(0, 0%, 50%, 0.9);
}
.focus\:stroke-brand-web-text-light-grey\/95:focus {
  stroke: hsla(0, 0%, 50%, 0.95);
}
.focus\:stroke-brand-web-white:focus {
  stroke: #fff;
}
.focus\:stroke-brand-web-white\/0:focus {
  stroke: hsla(0, 0%, 100%, 0);
}
.focus\:stroke-brand-web-white\/10:focus {
  stroke: hsla(0, 0%, 100%, 0.1);
}
.focus\:stroke-brand-web-white\/100:focus {
  stroke: #fff;
}
.focus\:stroke-brand-web-white\/20:focus {
  stroke: hsla(0, 0%, 100%, 0.2);
}
.focus\:stroke-brand-web-white\/25:focus {
  stroke: hsla(0, 0%, 100%, 0.25);
}
.focus\:stroke-brand-web-white\/30:focus {
  stroke: hsla(0, 0%, 100%, 0.3);
}
.focus\:stroke-brand-web-white\/40:focus {
  stroke: hsla(0, 0%, 100%, 0.4);
}
.focus\:stroke-brand-web-white\/5:focus {
  stroke: hsla(0, 0%, 100%, 0.05);
}
.focus\:stroke-brand-web-white\/50:focus {
  stroke: hsla(0, 0%, 100%, 0.5);
}
.focus\:stroke-brand-web-white\/60:focus {
  stroke: hsla(0, 0%, 100%, 0.6);
}
.focus\:stroke-brand-web-white\/70:focus {
  stroke: hsla(0, 0%, 100%, 0.7);
}
.focus\:stroke-brand-web-white\/75:focus {
  stroke: hsla(0, 0%, 100%, 0.75);
}
.focus\:stroke-brand-web-white\/80:focus {
  stroke: hsla(0, 0%, 100%, 0.8);
}
.focus\:stroke-brand-web-white\/90:focus {
  stroke: hsla(0, 0%, 100%, 0.9);
}
.focus\:stroke-brand-web-white\/95:focus {
  stroke: hsla(0, 0%, 100%, 0.95);
}
.focus\:stroke-error:focus {
  stroke: #ae0a33;
}
.focus\:stroke-error-light:focus {
  stroke: #feecf0;
}
.focus\:stroke-error-light\/0:focus {
  stroke: rgba(254, 236, 240, 0);
}
.focus\:stroke-error-light\/10:focus {
  stroke: rgba(254, 236, 240, 0.1);
}
.focus\:stroke-error-light\/100:focus {
  stroke: #feecf0;
}
.focus\:stroke-error-light\/20:focus {
  stroke: rgba(254, 236, 240, 0.2);
}
.focus\:stroke-error-light\/25:focus {
  stroke: rgba(254, 236, 240, 0.25);
}
.focus\:stroke-error-light\/30:focus {
  stroke: rgba(254, 236, 240, 0.3);
}
.focus\:stroke-error-light\/40:focus {
  stroke: rgba(254, 236, 240, 0.4);
}
.focus\:stroke-error-light\/5:focus {
  stroke: rgba(254, 236, 240, 0.05);
}
.focus\:stroke-error-light\/50:focus {
  stroke: rgba(254, 236, 240, 0.5);
}
.focus\:stroke-error-light\/60:focus {
  stroke: rgba(254, 236, 240, 0.6);
}
.focus\:stroke-error-light\/70:focus {
  stroke: rgba(254, 236, 240, 0.7);
}
.focus\:stroke-error-light\/75:focus {
  stroke: rgba(254, 236, 240, 0.75);
}
.focus\:stroke-error-light\/80:focus {
  stroke: rgba(254, 236, 240, 0.8);
}
.focus\:stroke-error-light\/90:focus {
  stroke: rgba(254, 236, 240, 0.9);
}
.focus\:stroke-error-light\/95:focus {
  stroke: rgba(254, 236, 240, 0.95);
}
.focus\:stroke-error\/0:focus {
  stroke: rgba(174, 10, 51, 0);
}
.focus\:stroke-error\/10:focus {
  stroke: rgba(174, 10, 51, 0.1);
}
.focus\:stroke-error\/100:focus {
  stroke: #ae0a33;
}
.focus\:stroke-error\/20:focus {
  stroke: rgba(174, 10, 51, 0.2);
}
.focus\:stroke-error\/25:focus {
  stroke: rgba(174, 10, 51, 0.25);
}
.focus\:stroke-error\/30:focus {
  stroke: rgba(174, 10, 51, 0.3);
}
.focus\:stroke-error\/40:focus {
  stroke: rgba(174, 10, 51, 0.4);
}
.focus\:stroke-error\/5:focus {
  stroke: rgba(174, 10, 51, 0.05);
}
.focus\:stroke-error\/50:focus {
  stroke: rgba(174, 10, 51, 0.5);
}
.focus\:stroke-error\/60:focus {
  stroke: rgba(174, 10, 51, 0.6);
}
.focus\:stroke-error\/70:focus {
  stroke: rgba(174, 10, 51, 0.7);
}
.focus\:stroke-error\/75:focus {
  stroke: rgba(174, 10, 51, 0.75);
}
.focus\:stroke-error\/80:focus {
  stroke: rgba(174, 10, 51, 0.8);
}
.focus\:stroke-error\/90:focus {
  stroke: rgba(174, 10, 51, 0.9);
}
.focus\:stroke-error\/95:focus {
  stroke: rgba(174, 10, 51, 0.95);
}
.focus\:stroke-hover:focus {
  stroke: #7ac5fe;
}
.focus\:stroke-hover\/0:focus {
  stroke: rgba(122, 197, 254, 0);
}
.focus\:stroke-hover\/10:focus {
  stroke: rgba(122, 197, 254, 0.1);
}
.focus\:stroke-hover\/100:focus {
  stroke: #7ac5fe;
}
.focus\:stroke-hover\/20:focus {
  stroke: rgba(122, 197, 254, 0.2);
}
.focus\:stroke-hover\/25:focus {
  stroke: rgba(122, 197, 254, 0.25);
}
.focus\:stroke-hover\/30:focus {
  stroke: rgba(122, 197, 254, 0.3);
}
.focus\:stroke-hover\/40:focus {
  stroke: rgba(122, 197, 254, 0.4);
}
.focus\:stroke-hover\/5:focus {
  stroke: rgba(122, 197, 254, 0.05);
}
.focus\:stroke-hover\/50:focus {
  stroke: rgba(122, 197, 254, 0.5);
}
.focus\:stroke-hover\/60:focus {
  stroke: rgba(122, 197, 254, 0.6);
}
.focus\:stroke-hover\/70:focus {
  stroke: rgba(122, 197, 254, 0.7);
}
.focus\:stroke-hover\/75:focus {
  stroke: rgba(122, 197, 254, 0.75);
}
.focus\:stroke-hover\/80:focus {
  stroke: rgba(122, 197, 254, 0.8);
}
.focus\:stroke-hover\/90:focus {
  stroke: rgba(122, 197, 254, 0.9);
}
.focus\:stroke-hover\/95:focus {
  stroke: rgba(122, 197, 254, 0.95);
}
.focus\:stroke-info:focus {
  stroke: #00518f;
}
.focus\:stroke-info-light:focus {
  stroke: #ebf6ff;
}
.focus\:stroke-info-light\/0:focus {
  stroke: rgba(235, 246, 255, 0);
}
.focus\:stroke-info-light\/10:focus {
  stroke: rgba(235, 246, 255, 0.1);
}
.focus\:stroke-info-light\/100:focus {
  stroke: #ebf6ff;
}
.focus\:stroke-info-light\/20:focus {
  stroke: rgba(235, 246, 255, 0.2);
}
.focus\:stroke-info-light\/25:focus {
  stroke: rgba(235, 246, 255, 0.25);
}
.focus\:stroke-info-light\/30:focus {
  stroke: rgba(235, 246, 255, 0.3);
}
.focus\:stroke-info-light\/40:focus {
  stroke: rgba(235, 246, 255, 0.4);
}
.focus\:stroke-info-light\/5:focus {
  stroke: rgba(235, 246, 255, 0.05);
}
.focus\:stroke-info-light\/50:focus {
  stroke: rgba(235, 246, 255, 0.5);
}
.focus\:stroke-info-light\/60:focus {
  stroke: rgba(235, 246, 255, 0.6);
}
.focus\:stroke-info-light\/70:focus {
  stroke: rgba(235, 246, 255, 0.7);
}
.focus\:stroke-info-light\/75:focus {
  stroke: rgba(235, 246, 255, 0.75);
}
.focus\:stroke-info-light\/80:focus {
  stroke: rgba(235, 246, 255, 0.8);
}
.focus\:stroke-info-light\/90:focus {
  stroke: rgba(235, 246, 255, 0.9);
}
.focus\:stroke-info-light\/95:focus {
  stroke: rgba(235, 246, 255, 0.95);
}
.focus\:stroke-info\/0:focus {
  stroke: rgba(0, 81, 143, 0);
}
.focus\:stroke-info\/10:focus {
  stroke: rgba(0, 81, 143, 0.1);
}
.focus\:stroke-info\/100:focus {
  stroke: #00518f;
}
.focus\:stroke-info\/20:focus {
  stroke: rgba(0, 81, 143, 0.2);
}
.focus\:stroke-info\/25:focus {
  stroke: rgba(0, 81, 143, 0.25);
}
.focus\:stroke-info\/30:focus {
  stroke: rgba(0, 81, 143, 0.3);
}
.focus\:stroke-info\/40:focus {
  stroke: rgba(0, 81, 143, 0.4);
}
.focus\:stroke-info\/5:focus {
  stroke: rgba(0, 81, 143, 0.05);
}
.focus\:stroke-info\/50:focus {
  stroke: rgba(0, 81, 143, 0.5);
}
.focus\:stroke-info\/60:focus {
  stroke: rgba(0, 81, 143, 0.6);
}
.focus\:stroke-info\/70:focus {
  stroke: rgba(0, 81, 143, 0.7);
}
.focus\:stroke-info\/75:focus {
  stroke: rgba(0, 81, 143, 0.75);
}
.focus\:stroke-info\/80:focus {
  stroke: rgba(0, 81, 143, 0.8);
}
.focus\:stroke-info\/90:focus {
  stroke: rgba(0, 81, 143, 0.9);
}
.focus\:stroke-info\/95:focus {
  stroke: rgba(0, 81, 143, 0.95);
}
.focus\:stroke-lbc-blue-100:focus {
  stroke: #9fd5fc;
}
.focus\:stroke-lbc-blue-100\/0:focus {
  stroke: rgba(159, 213, 252, 0);
}
.focus\:stroke-lbc-blue-100\/10:focus {
  stroke: rgba(159, 213, 252, 0.1);
}
.focus\:stroke-lbc-blue-100\/100:focus {
  stroke: #9fd5fc;
}
.focus\:stroke-lbc-blue-100\/20:focus {
  stroke: rgba(159, 213, 252, 0.2);
}
.focus\:stroke-lbc-blue-100\/25:focus {
  stroke: rgba(159, 213, 252, 0.25);
}
.focus\:stroke-lbc-blue-100\/30:focus {
  stroke: rgba(159, 213, 252, 0.3);
}
.focus\:stroke-lbc-blue-100\/40:focus {
  stroke: rgba(159, 213, 252, 0.4);
}
.focus\:stroke-lbc-blue-100\/5:focus {
  stroke: rgba(159, 213, 252, 0.05);
}
.focus\:stroke-lbc-blue-100\/50:focus {
  stroke: rgba(159, 213, 252, 0.5);
}
.focus\:stroke-lbc-blue-100\/60:focus {
  stroke: rgba(159, 213, 252, 0.6);
}
.focus\:stroke-lbc-blue-100\/70:focus {
  stroke: rgba(159, 213, 252, 0.7);
}
.focus\:stroke-lbc-blue-100\/75:focus {
  stroke: rgba(159, 213, 252, 0.75);
}
.focus\:stroke-lbc-blue-100\/80:focus {
  stroke: rgba(159, 213, 252, 0.8);
}
.focus\:stroke-lbc-blue-100\/90:focus {
  stroke: rgba(159, 213, 252, 0.9);
}
.focus\:stroke-lbc-blue-100\/95:focus {
  stroke: rgba(159, 213, 252, 0.95);
}
.focus\:stroke-lbc-blue-200:focus {
  stroke: #6fb3e7;
}
.focus\:stroke-lbc-blue-200\/0:focus {
  stroke: rgba(111, 179, 231, 0);
}
.focus\:stroke-lbc-blue-200\/10:focus {
  stroke: rgba(111, 179, 231, 0.1);
}
.focus\:stroke-lbc-blue-200\/100:focus {
  stroke: #6fb3e7;
}
.focus\:stroke-lbc-blue-200\/20:focus {
  stroke: rgba(111, 179, 231, 0.2);
}
.focus\:stroke-lbc-blue-200\/25:focus {
  stroke: rgba(111, 179, 231, 0.25);
}
.focus\:stroke-lbc-blue-200\/30:focus {
  stroke: rgba(111, 179, 231, 0.3);
}
.focus\:stroke-lbc-blue-200\/40:focus {
  stroke: rgba(111, 179, 231, 0.4);
}
.focus\:stroke-lbc-blue-200\/5:focus {
  stroke: rgba(111, 179, 231, 0.05);
}
.focus\:stroke-lbc-blue-200\/50:focus {
  stroke: rgba(111, 179, 231, 0.5);
}
.focus\:stroke-lbc-blue-200\/60:focus {
  stroke: rgba(111, 179, 231, 0.6);
}
.focus\:stroke-lbc-blue-200\/70:focus {
  stroke: rgba(111, 179, 231, 0.7);
}
.focus\:stroke-lbc-blue-200\/75:focus {
  stroke: rgba(111, 179, 231, 0.75);
}
.focus\:stroke-lbc-blue-200\/80:focus {
  stroke: rgba(111, 179, 231, 0.8);
}
.focus\:stroke-lbc-blue-200\/90:focus {
  stroke: rgba(111, 179, 231, 0.9);
}
.focus\:stroke-lbc-blue-200\/95:focus {
  stroke: rgba(111, 179, 231, 0.95);
}
.focus\:stroke-lbc-blue-50:focus {
  stroke: #d8ecfd;
}
.focus\:stroke-lbc-blue-50\/0:focus {
  stroke: rgba(216, 236, 253, 0);
}
.focus\:stroke-lbc-blue-50\/10:focus {
  stroke: rgba(216, 236, 253, 0.1);
}
.focus\:stroke-lbc-blue-50\/100:focus {
  stroke: #d8ecfd;
}
.focus\:stroke-lbc-blue-50\/20:focus {
  stroke: rgba(216, 236, 253, 0.2);
}
.focus\:stroke-lbc-blue-50\/25:focus {
  stroke: rgba(216, 236, 253, 0.25);
}
.focus\:stroke-lbc-blue-50\/30:focus {
  stroke: rgba(216, 236, 253, 0.3);
}
.focus\:stroke-lbc-blue-50\/40:focus {
  stroke: rgba(216, 236, 253, 0.4);
}
.focus\:stroke-lbc-blue-50\/5:focus {
  stroke: rgba(216, 236, 253, 0.05);
}
.focus\:stroke-lbc-blue-50\/50:focus {
  stroke: rgba(216, 236, 253, 0.5);
}
.focus\:stroke-lbc-blue-50\/60:focus {
  stroke: rgba(216, 236, 253, 0.6);
}
.focus\:stroke-lbc-blue-50\/70:focus {
  stroke: rgba(216, 236, 253, 0.7);
}
.focus\:stroke-lbc-blue-50\/75:focus {
  stroke: rgba(216, 236, 253, 0.75);
}
.focus\:stroke-lbc-blue-50\/80:focus {
  stroke: rgba(216, 236, 253, 0.8);
}
.focus\:stroke-lbc-blue-50\/90:focus {
  stroke: rgba(216, 236, 253, 0.9);
}
.focus\:stroke-lbc-blue-50\/95:focus {
  stroke: rgba(216, 236, 253, 0.95);
}
.focus\:stroke-lbc-gold-100:focus {
  stroke: #ffee9e;
}
.focus\:stroke-lbc-gold-100\/0:focus {
  stroke: rgba(255, 238, 158, 0);
}
.focus\:stroke-lbc-gold-100\/10:focus {
  stroke: rgba(255, 238, 158, 0.1);
}
.focus\:stroke-lbc-gold-100\/100:focus {
  stroke: #ffee9e;
}
.focus\:stroke-lbc-gold-100\/20:focus {
  stroke: rgba(255, 238, 158, 0.2);
}
.focus\:stroke-lbc-gold-100\/25:focus {
  stroke: rgba(255, 238, 158, 0.25);
}
.focus\:stroke-lbc-gold-100\/30:focus {
  stroke: rgba(255, 238, 158, 0.3);
}
.focus\:stroke-lbc-gold-100\/40:focus {
  stroke: rgba(255, 238, 158, 0.4);
}
.focus\:stroke-lbc-gold-100\/5:focus {
  stroke: rgba(255, 238, 158, 0.05);
}
.focus\:stroke-lbc-gold-100\/50:focus {
  stroke: rgba(255, 238, 158, 0.5);
}
.focus\:stroke-lbc-gold-100\/60:focus {
  stroke: rgba(255, 238, 158, 0.6);
}
.focus\:stroke-lbc-gold-100\/70:focus {
  stroke: rgba(255, 238, 158, 0.7);
}
.focus\:stroke-lbc-gold-100\/75:focus {
  stroke: rgba(255, 238, 158, 0.75);
}
.focus\:stroke-lbc-gold-100\/80:focus {
  stroke: rgba(255, 238, 158, 0.8);
}
.focus\:stroke-lbc-gold-100\/90:focus {
  stroke: rgba(255, 238, 158, 0.9);
}
.focus\:stroke-lbc-gold-100\/95:focus {
  stroke: rgba(255, 238, 158, 0.95);
}
.focus\:stroke-lbc-gold-200:focus {
  stroke: #fedc66;
}
.focus\:stroke-lbc-gold-200\/0:focus {
  stroke: hsla(47, 99%, 70%, 0);
}
.focus\:stroke-lbc-gold-200\/10:focus {
  stroke: hsla(47, 99%, 70%, 0.1);
}
.focus\:stroke-lbc-gold-200\/100:focus {
  stroke: #fedc66;
}
.focus\:stroke-lbc-gold-200\/20:focus {
  stroke: hsla(47, 99%, 70%, 0.2);
}
.focus\:stroke-lbc-gold-200\/25:focus {
  stroke: hsla(47, 99%, 70%, 0.25);
}
.focus\:stroke-lbc-gold-200\/30:focus {
  stroke: hsla(47, 99%, 70%, 0.3);
}
.focus\:stroke-lbc-gold-200\/40:focus {
  stroke: hsla(47, 99%, 70%, 0.4);
}
.focus\:stroke-lbc-gold-200\/5:focus {
  stroke: hsla(47, 99%, 70%, 0.05);
}
.focus\:stroke-lbc-gold-200\/50:focus {
  stroke: hsla(47, 99%, 70%, 0.5);
}
.focus\:stroke-lbc-gold-200\/60:focus {
  stroke: hsla(47, 99%, 70%, 0.6);
}
.focus\:stroke-lbc-gold-200\/70:focus {
  stroke: hsla(47, 99%, 70%, 0.7);
}
.focus\:stroke-lbc-gold-200\/75:focus {
  stroke: hsla(47, 99%, 70%, 0.75);
}
.focus\:stroke-lbc-gold-200\/80:focus {
  stroke: hsla(47, 99%, 70%, 0.8);
}
.focus\:stroke-lbc-gold-200\/90:focus {
  stroke: hsla(47, 99%, 70%, 0.9);
}
.focus\:stroke-lbc-gold-200\/95:focus {
  stroke: hsla(47, 99%, 70%, 0.95);
}
.focus\:stroke-lbc-mint-100:focus {
  stroke: #7effec;
}
.focus\:stroke-lbc-mint-100\/0:focus {
  stroke: rgba(126, 255, 236, 0);
}
.focus\:stroke-lbc-mint-100\/10:focus {
  stroke: rgba(126, 255, 236, 0.1);
}
.focus\:stroke-lbc-mint-100\/100:focus {
  stroke: #7effec;
}
.focus\:stroke-lbc-mint-100\/20:focus {
  stroke: rgba(126, 255, 236, 0.2);
}
.focus\:stroke-lbc-mint-100\/25:focus {
  stroke: rgba(126, 255, 236, 0.25);
}
.focus\:stroke-lbc-mint-100\/30:focus {
  stroke: rgba(126, 255, 236, 0.3);
}
.focus\:stroke-lbc-mint-100\/40:focus {
  stroke: rgba(126, 255, 236, 0.4);
}
.focus\:stroke-lbc-mint-100\/5:focus {
  stroke: rgba(126, 255, 236, 0.05);
}
.focus\:stroke-lbc-mint-100\/50:focus {
  stroke: rgba(126, 255, 236, 0.5);
}
.focus\:stroke-lbc-mint-100\/60:focus {
  stroke: rgba(126, 255, 236, 0.6);
}
.focus\:stroke-lbc-mint-100\/70:focus {
  stroke: rgba(126, 255, 236, 0.7);
}
.focus\:stroke-lbc-mint-100\/75:focus {
  stroke: rgba(126, 255, 236, 0.75);
}
.focus\:stroke-lbc-mint-100\/80:focus {
  stroke: rgba(126, 255, 236, 0.8);
}
.focus\:stroke-lbc-mint-100\/90:focus {
  stroke: rgba(126, 255, 236, 0.9);
}
.focus\:stroke-lbc-mint-100\/95:focus {
  stroke: rgba(126, 255, 236, 0.95);
}
.focus\:stroke-lbc-mint-300:focus {
  stroke: #0ad7b8;
}
.focus\:stroke-lbc-mint-300\/0:focus {
  stroke: rgba(10, 215, 184, 0);
}
.focus\:stroke-lbc-mint-300\/10:focus {
  stroke: rgba(10, 215, 184, 0.1);
}
.focus\:stroke-lbc-mint-300\/100:focus {
  stroke: #0ad7b8;
}
.focus\:stroke-lbc-mint-300\/20:focus {
  stroke: rgba(10, 215, 184, 0.2);
}
.focus\:stroke-lbc-mint-300\/25:focus {
  stroke: rgba(10, 215, 184, 0.25);
}
.focus\:stroke-lbc-mint-300\/30:focus {
  stroke: rgba(10, 215, 184, 0.3);
}
.focus\:stroke-lbc-mint-300\/40:focus {
  stroke: rgba(10, 215, 184, 0.4);
}
.focus\:stroke-lbc-mint-300\/5:focus {
  stroke: rgba(10, 215, 184, 0.05);
}
.focus\:stroke-lbc-mint-300\/50:focus {
  stroke: rgba(10, 215, 184, 0.5);
}
.focus\:stroke-lbc-mint-300\/60:focus {
  stroke: rgba(10, 215, 184, 0.6);
}
.focus\:stroke-lbc-mint-300\/70:focus {
  stroke: rgba(10, 215, 184, 0.7);
}
.focus\:stroke-lbc-mint-300\/75:focus {
  stroke: rgba(10, 215, 184, 0.75);
}
.focus\:stroke-lbc-mint-300\/80:focus {
  stroke: rgba(10, 215, 184, 0.8);
}
.focus\:stroke-lbc-mint-300\/90:focus {
  stroke: rgba(10, 215, 184, 0.9);
}
.focus\:stroke-lbc-mint-300\/95:focus {
  stroke: rgba(10, 215, 184, 0.95);
}
.focus\:stroke-selected:focus {
  stroke: #fee987;
}
.focus\:stroke-selected\/0:focus {
  stroke: hsla(49, 98%, 76%, 0);
}
.focus\:stroke-selected\/10:focus {
  stroke: hsla(49, 98%, 76%, 0.1);
}
.focus\:stroke-selected\/100:focus {
  stroke: #fee987;
}
.focus\:stroke-selected\/20:focus {
  stroke: hsla(49, 98%, 76%, 0.2);
}
.focus\:stroke-selected\/25:focus {
  stroke: hsla(49, 98%, 76%, 0.25);
}
.focus\:stroke-selected\/30:focus {
  stroke: hsla(49, 98%, 76%, 0.3);
}
.focus\:stroke-selected\/40:focus {
  stroke: hsla(49, 98%, 76%, 0.4);
}
.focus\:stroke-selected\/5:focus {
  stroke: hsla(49, 98%, 76%, 0.05);
}
.focus\:stroke-selected\/50:focus {
  stroke: hsla(49, 98%, 76%, 0.5);
}
.focus\:stroke-selected\/60:focus {
  stroke: hsla(49, 98%, 76%, 0.6);
}
.focus\:stroke-selected\/70:focus {
  stroke: hsla(49, 98%, 76%, 0.7);
}
.focus\:stroke-selected\/75:focus {
  stroke: hsla(49, 98%, 76%, 0.75);
}
.focus\:stroke-selected\/80:focus {
  stroke: hsla(49, 98%, 76%, 0.8);
}
.focus\:stroke-selected\/90:focus {
  stroke: hsla(49, 98%, 76%, 0.9);
}
.focus\:stroke-selected\/95:focus {
  stroke: hsla(49, 98%, 76%, 0.95);
}
.focus\:stroke-success:focus {
  stroke: #3c763c;
}
.focus\:stroke-success-light:focus {
  stroke: #def0d8;
}
.focus\:stroke-success-light\/0:focus {
  stroke: rgba(222, 240, 216, 0);
}
.focus\:stroke-success-light\/10:focus {
  stroke: rgba(222, 240, 216, 0.1);
}
.focus\:stroke-success-light\/100:focus {
  stroke: #def0d8;
}
.focus\:stroke-success-light\/20:focus {
  stroke: rgba(222, 240, 216, 0.2);
}
.focus\:stroke-success-light\/25:focus {
  stroke: rgba(222, 240, 216, 0.25);
}
.focus\:stroke-success-light\/30:focus {
  stroke: rgba(222, 240, 216, 0.3);
}
.focus\:stroke-success-light\/40:focus {
  stroke: rgba(222, 240, 216, 0.4);
}
.focus\:stroke-success-light\/5:focus {
  stroke: rgba(222, 240, 216, 0.05);
}
.focus\:stroke-success-light\/50:focus {
  stroke: rgba(222, 240, 216, 0.5);
}
.focus\:stroke-success-light\/60:focus {
  stroke: rgba(222, 240, 216, 0.6);
}
.focus\:stroke-success-light\/70:focus {
  stroke: rgba(222, 240, 216, 0.7);
}
.focus\:stroke-success-light\/75:focus {
  stroke: rgba(222, 240, 216, 0.75);
}
.focus\:stroke-success-light\/80:focus {
  stroke: rgba(222, 240, 216, 0.8);
}
.focus\:stroke-success-light\/90:focus {
  stroke: rgba(222, 240, 216, 0.9);
}
.focus\:stroke-success-light\/95:focus {
  stroke: rgba(222, 240, 216, 0.95);
}
.focus\:stroke-success\/0:focus {
  stroke: rgba(60, 118, 60, 0);
}
.focus\:stroke-success\/10:focus {
  stroke: rgba(60, 118, 60, 0.1);
}
.focus\:stroke-success\/100:focus {
  stroke: #3c763c;
}
.focus\:stroke-success\/20:focus {
  stroke: rgba(60, 118, 60, 0.2);
}
.focus\:stroke-success\/25:focus {
  stroke: rgba(60, 118, 60, 0.25);
}
.focus\:stroke-success\/30:focus {
  stroke: rgba(60, 118, 60, 0.3);
}
.focus\:stroke-success\/40:focus {
  stroke: rgba(60, 118, 60, 0.4);
}
.focus\:stroke-success\/5:focus {
  stroke: rgba(60, 118, 60, 0.05);
}
.focus\:stroke-success\/50:focus {
  stroke: rgba(60, 118, 60, 0.5);
}
.focus\:stroke-success\/60:focus {
  stroke: rgba(60, 118, 60, 0.6);
}
.focus\:stroke-success\/70:focus {
  stroke: rgba(60, 118, 60, 0.7);
}
.focus\:stroke-success\/75:focus {
  stroke: rgba(60, 118, 60, 0.75);
}
.focus\:stroke-success\/80:focus {
  stroke: rgba(60, 118, 60, 0.8);
}
.focus\:stroke-success\/90:focus {
  stroke: rgba(60, 118, 60, 0.9);
}
.focus\:stroke-success\/95:focus {
  stroke: rgba(60, 118, 60, 0.95);
}
.focus\:stroke-warning:focus {
  stroke: #a95c00;
}
.focus\:stroke-warning-light:focus {
  stroke: #fff9eb;
}
.focus\:stroke-warning-light\/0:focus {
  stroke: rgba(255, 249, 235, 0);
}
.focus\:stroke-warning-light\/10:focus {
  stroke: rgba(255, 249, 235, 0.1);
}
.focus\:stroke-warning-light\/100:focus {
  stroke: #fff9eb;
}
.focus\:stroke-warning-light\/20:focus {
  stroke: rgba(255, 249, 235, 0.2);
}
.focus\:stroke-warning-light\/25:focus {
  stroke: rgba(255, 249, 235, 0.25);
}
.focus\:stroke-warning-light\/30:focus {
  stroke: rgba(255, 249, 235, 0.3);
}
.focus\:stroke-warning-light\/40:focus {
  stroke: rgba(255, 249, 235, 0.4);
}
.focus\:stroke-warning-light\/5:focus {
  stroke: rgba(255, 249, 235, 0.05);
}
.focus\:stroke-warning-light\/50:focus {
  stroke: rgba(255, 249, 235, 0.5);
}
.focus\:stroke-warning-light\/60:focus {
  stroke: rgba(255, 249, 235, 0.6);
}
.focus\:stroke-warning-light\/70:focus {
  stroke: rgba(255, 249, 235, 0.7);
}
.focus\:stroke-warning-light\/75:focus {
  stroke: rgba(255, 249, 235, 0.75);
}
.focus\:stroke-warning-light\/80:focus {
  stroke: rgba(255, 249, 235, 0.8);
}
.focus\:stroke-warning-light\/90:focus {
  stroke: rgba(255, 249, 235, 0.9);
}
.focus\:stroke-warning-light\/95:focus {
  stroke: rgba(255, 249, 235, 0.95);
}
.focus\:stroke-warning\/0:focus {
  stroke: rgba(169, 92, 0, 0);
}
.focus\:stroke-warning\/10:focus {
  stroke: rgba(169, 92, 0, 0.1);
}
.focus\:stroke-warning\/100:focus {
  stroke: #a95c00;
}
.focus\:stroke-warning\/20:focus {
  stroke: rgba(169, 92, 0, 0.2);
}
.focus\:stroke-warning\/25:focus {
  stroke: rgba(169, 92, 0, 0.25);
}
.focus\:stroke-warning\/30:focus {
  stroke: rgba(169, 92, 0, 0.3);
}
.focus\:stroke-warning\/40:focus {
  stroke: rgba(169, 92, 0, 0.4);
}
.focus\:stroke-warning\/5:focus {
  stroke: rgba(169, 92, 0, 0.05);
}
.focus\:stroke-warning\/50:focus {
  stroke: rgba(169, 92, 0, 0.5);
}
.focus\:stroke-warning\/60:focus {
  stroke: rgba(169, 92, 0, 0.6);
}
.focus\:stroke-warning\/70:focus {
  stroke: rgba(169, 92, 0, 0.7);
}
.focus\:stroke-warning\/75:focus {
  stroke: rgba(169, 92, 0, 0.75);
}
.focus\:stroke-warning\/80:focus {
  stroke: rgba(169, 92, 0, 0.8);
}
.focus\:stroke-warning\/90:focus {
  stroke: rgba(169, 92, 0, 0.9);
}
.focus\:stroke-warning\/95:focus {
  stroke: rgba(169, 92, 0, 0.95);
}
.focus\:p-\[0\.3125rem\]:focus {
  padding: 0.3125rem;
}
.focus\:px-\[0\.8125rem\]:focus {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.focus\:px-\[0\.875rem\]:focus {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.focus\:py-1\.5:focus {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.focus\:py-3\.5:focus {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.focus\:py-\[0\.3125rem\]:focus {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.focus\:py-\[0\.8125rem\]:focus {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.focus\:pl-\[0\.8125rem\]:focus {
  padding-left: 0.8125rem;
}
.focus\:pl-\[0\.875rem\]:focus {
  padding-left: 0.875rem;
}
.focus\:pl-\[2\.8125rem\]:focus {
  padding-left: 2.8125rem;
}
.focus\:pl-\[2\.875rem\]:focus {
  padding-left: 2.875rem;
}
.focus\:pr-\[0\.8125rem\]:focus {
  padding-right: 0.8125rem;
}
.focus\:pr-\[0\.875rem\]:focus {
  padding-right: 0.875rem;
}
.focus\:pr-\[2\.8125rem\]:focus {
  padding-right: 2.8125rem;
}
.focus\:pr-\[2\.875rem\]:focus {
  padding-right: 2.875rem;
}
.focus\:text-brand-web-background-grey:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.focus\:text-brand-web-background-grey\/0:focus {
  color: hsla(0, 0%, 96%, 0);
}
.focus\:text-brand-web-background-grey\/10:focus {
  color: hsla(0, 0%, 96%, 0.1);
}
.focus\:text-brand-web-background-grey\/100:focus {
  color: #f5f5f5;
}
.focus\:text-brand-web-background-grey\/20:focus {
  color: hsla(0, 0%, 96%, 0.2);
}
.focus\:text-brand-web-background-grey\/25:focus {
  color: hsla(0, 0%, 96%, 0.25);
}
.focus\:text-brand-web-background-grey\/30:focus {
  color: hsla(0, 0%, 96%, 0.3);
}
.focus\:text-brand-web-background-grey\/40:focus {
  color: hsla(0, 0%, 96%, 0.4);
}
.focus\:text-brand-web-background-grey\/5:focus {
  color: hsla(0, 0%, 96%, 0.05);
}
.focus\:text-brand-web-background-grey\/50:focus {
  color: hsla(0, 0%, 96%, 0.5);
}
.focus\:text-brand-web-background-grey\/60:focus {
  color: hsla(0, 0%, 96%, 0.6);
}
.focus\:text-brand-web-background-grey\/70:focus {
  color: hsla(0, 0%, 96%, 0.7);
}
.focus\:text-brand-web-background-grey\/75:focus {
  color: hsla(0, 0%, 96%, 0.75);
}
.focus\:text-brand-web-background-grey\/80:focus {
  color: hsla(0, 0%, 96%, 0.8);
}
.focus\:text-brand-web-background-grey\/90:focus {
  color: hsla(0, 0%, 96%, 0.9);
}
.focus\:text-brand-web-background-grey\/95:focus {
  color: hsla(0, 0%, 96%, 0.95);
}
.focus\:text-brand-web-card-grey:focus {
  --tw-text-opacity: 1;
  color: rgb(217 218 214 / var(--tw-text-opacity));
}
.focus\:text-brand-web-card-grey\/0:focus {
  color: hsla(75, 5%, 85%, 0);
}
.focus\:text-brand-web-card-grey\/10:focus {
  color: hsla(75, 5%, 85%, 0.1);
}
.focus\:text-brand-web-card-grey\/100:focus {
  color: #d9dad6;
}
.focus\:text-brand-web-card-grey\/20:focus {
  color: hsla(75, 5%, 85%, 0.2);
}
.focus\:text-brand-web-card-grey\/25:focus {
  color: hsla(75, 5%, 85%, 0.25);
}
.focus\:text-brand-web-card-grey\/30:focus {
  color: hsla(75, 5%, 85%, 0.3);
}
.focus\:text-brand-web-card-grey\/40:focus {
  color: hsla(75, 5%, 85%, 0.4);
}
.focus\:text-brand-web-card-grey\/5:focus {
  color: hsla(75, 5%, 85%, 0.05);
}
.focus\:text-brand-web-card-grey\/50:focus {
  color: hsla(75, 5%, 85%, 0.5);
}
.focus\:text-brand-web-card-grey\/60:focus {
  color: hsla(75, 5%, 85%, 0.6);
}
.focus\:text-brand-web-card-grey\/70:focus {
  color: hsla(75, 5%, 85%, 0.7);
}
.focus\:text-brand-web-card-grey\/75:focus {
  color: hsla(75, 5%, 85%, 0.75);
}
.focus\:text-brand-web-card-grey\/80:focus {
  color: hsla(75, 5%, 85%, 0.8);
}
.focus\:text-brand-web-card-grey\/90:focus {
  color: hsla(75, 5%, 85%, 0.9);
}
.focus\:text-brand-web-card-grey\/95:focus {
  color: hsla(75, 5%, 85%, 0.95);
}
.focus\:text-brand-web-fresh-mint:focus {
  --tw-text-opacity: 1;
  color: rgb(39 242 211 / var(--tw-text-opacity));
}
.focus\:text-brand-web-fresh-mint\/0:focus {
  color: rgba(39, 242, 211, 0);
}
.focus\:text-brand-web-fresh-mint\/10:focus {
  color: rgba(39, 242, 211, 0.1);
}
.focus\:text-brand-web-fresh-mint\/100:focus {
  color: #27f2d3;
}
.focus\:text-brand-web-fresh-mint\/20:focus {
  color: rgba(39, 242, 211, 0.2);
}
.focus\:text-brand-web-fresh-mint\/25:focus {
  color: rgba(39, 242, 211, 0.25);
}
.focus\:text-brand-web-fresh-mint\/30:focus {
  color: rgba(39, 242, 211, 0.3);
}
.focus\:text-brand-web-fresh-mint\/40:focus {
  color: rgba(39, 242, 211, 0.4);
}
.focus\:text-brand-web-fresh-mint\/5:focus {
  color: rgba(39, 242, 211, 0.05);
}
.focus\:text-brand-web-fresh-mint\/50:focus {
  color: rgba(39, 242, 211, 0.5);
}
.focus\:text-brand-web-fresh-mint\/60:focus {
  color: rgba(39, 242, 211, 0.6);
}
.focus\:text-brand-web-fresh-mint\/70:focus {
  color: rgba(39, 242, 211, 0.7);
}
.focus\:text-brand-web-fresh-mint\/75:focus {
  color: rgba(39, 242, 211, 0.75);
}
.focus\:text-brand-web-fresh-mint\/80:focus {
  color: rgba(39, 242, 211, 0.8);
}
.focus\:text-brand-web-fresh-mint\/90:focus {
  color: rgba(39, 242, 211, 0.9);
}
.focus\:text-brand-web-fresh-mint\/95:focus {
  color: rgba(39, 242, 211, 0.95);
}
.focus\:text-brand-web-grey-200:focus {
  --tw-text-opacity: 1;
  color: rgb(225 226 229 / var(--tw-text-opacity));
}
.focus\:text-brand-web-grey-200\/0:focus {
  color: hsla(225, 7%, 89%, 0);
}
.focus\:text-brand-web-grey-200\/10:focus {
  color: hsla(225, 7%, 89%, 0.1);
}
.focus\:text-brand-web-grey-200\/100:focus {
  color: #e1e2e5;
}
.focus\:text-brand-web-grey-200\/20:focus {
  color: hsla(225, 7%, 89%, 0.2);
}
.focus\:text-brand-web-grey-200\/25:focus {
  color: hsla(225, 7%, 89%, 0.25);
}
.focus\:text-brand-web-grey-200\/30:focus {
  color: hsla(225, 7%, 89%, 0.3);
}
.focus\:text-brand-web-grey-200\/40:focus {
  color: hsla(225, 7%, 89%, 0.4);
}
.focus\:text-brand-web-grey-200\/5:focus {
  color: hsla(225, 7%, 89%, 0.05);
}
.focus\:text-brand-web-grey-200\/50:focus {
  color: hsla(225, 7%, 89%, 0.5);
}
.focus\:text-brand-web-grey-200\/60:focus {
  color: hsla(225, 7%, 89%, 0.6);
}
.focus\:text-brand-web-grey-200\/70:focus {
  color: hsla(225, 7%, 89%, 0.7);
}
.focus\:text-brand-web-grey-200\/75:focus {
  color: hsla(225, 7%, 89%, 0.75);
}
.focus\:text-brand-web-grey-200\/80:focus {
  color: hsla(225, 7%, 89%, 0.8);
}
.focus\:text-brand-web-grey-200\/90:focus {
  color: hsla(225, 7%, 89%, 0.9);
}
.focus\:text-brand-web-grey-200\/95:focus {
  color: hsla(225, 7%, 89%, 0.95);
}
.focus\:text-brand-web-grey-300:focus {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.focus\:text-brand-web-grey-300\/0:focus {
  color: hsla(0, 0%, 45%, 0);
}
.focus\:text-brand-web-grey-300\/10:focus {
  color: hsla(0, 0%, 45%, 0.1);
}
.focus\:text-brand-web-grey-300\/100:focus {
  color: #737373;
}
.focus\:text-brand-web-grey-300\/20:focus {
  color: hsla(0, 0%, 45%, 0.2);
}
.focus\:text-brand-web-grey-300\/25:focus {
  color: hsla(0, 0%, 45%, 0.25);
}
.focus\:text-brand-web-grey-300\/30:focus {
  color: hsla(0, 0%, 45%, 0.3);
}
.focus\:text-brand-web-grey-300\/40:focus {
  color: hsla(0, 0%, 45%, 0.4);
}
.focus\:text-brand-web-grey-300\/5:focus {
  color: hsla(0, 0%, 45%, 0.05);
}
.focus\:text-brand-web-grey-300\/50:focus {
  color: hsla(0, 0%, 45%, 0.5);
}
.focus\:text-brand-web-grey-300\/60:focus {
  color: hsla(0, 0%, 45%, 0.6);
}
.focus\:text-brand-web-grey-300\/70:focus {
  color: hsla(0, 0%, 45%, 0.7);
}
.focus\:text-brand-web-grey-300\/75:focus {
  color: hsla(0, 0%, 45%, 0.75);
}
.focus\:text-brand-web-grey-300\/80:focus {
  color: hsla(0, 0%, 45%, 0.8);
}
.focus\:text-brand-web-grey-300\/90:focus {
  color: hsla(0, 0%, 45%, 0.9);
}
.focus\:text-brand-web-grey-300\/95:focus {
  color: hsla(0, 0%, 45%, 0.95);
}
.focus\:text-brand-web-grey-500:focus {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.focus\:text-brand-web-grey-500\/0:focus {
  color: rgba(85, 85, 85, 0);
}
.focus\:text-brand-web-grey-500\/10:focus {
  color: rgba(85, 85, 85, 0.1);
}
.focus\:text-brand-web-grey-500\/100:focus {
  color: #555;
}
.focus\:text-brand-web-grey-500\/20:focus {
  color: rgba(85, 85, 85, 0.2);
}
.focus\:text-brand-web-grey-500\/25:focus {
  color: rgba(85, 85, 85, 0.25);
}
.focus\:text-brand-web-grey-500\/30:focus {
  color: rgba(85, 85, 85, 0.3);
}
.focus\:text-brand-web-grey-500\/40:focus {
  color: rgba(85, 85, 85, 0.4);
}
.focus\:text-brand-web-grey-500\/5:focus {
  color: rgba(85, 85, 85, 0.05);
}
.focus\:text-brand-web-grey-500\/50:focus {
  color: rgba(85, 85, 85, 0.5);
}
.focus\:text-brand-web-grey-500\/60:focus {
  color: rgba(85, 85, 85, 0.6);
}
.focus\:text-brand-web-grey-500\/70:focus {
  color: rgba(85, 85, 85, 0.7);
}
.focus\:text-brand-web-grey-500\/75:focus {
  color: rgba(85, 85, 85, 0.75);
}
.focus\:text-brand-web-grey-500\/80:focus {
  color: rgba(85, 85, 85, 0.8);
}
.focus\:text-brand-web-grey-500\/90:focus {
  color: rgba(85, 85, 85, 0.9);
}
.focus\:text-brand-web-grey-500\/95:focus {
  color: rgba(85, 85, 85, 0.95);
}
.focus\:text-brand-web-lbc-blue:focus {
  --tw-text-opacity: 1;
  color: rgb(0 64 112 / var(--tw-text-opacity));
}
.focus\:text-brand-web-lbc-blue\/0:focus {
  color: rgba(0, 64, 112, 0);
}
.focus\:text-brand-web-lbc-blue\/10:focus {
  color: rgba(0, 64, 112, 0.1);
}
.focus\:text-brand-web-lbc-blue\/100:focus {
  color: #004070;
}
.focus\:text-brand-web-lbc-blue\/20:focus {
  color: rgba(0, 64, 112, 0.2);
}
.focus\:text-brand-web-lbc-blue\/25:focus {
  color: rgba(0, 64, 112, 0.25);
}
.focus\:text-brand-web-lbc-blue\/30:focus {
  color: rgba(0, 64, 112, 0.3);
}
.focus\:text-brand-web-lbc-blue\/40:focus {
  color: rgba(0, 64, 112, 0.4);
}
.focus\:text-brand-web-lbc-blue\/5:focus {
  color: rgba(0, 64, 112, 0.05);
}
.focus\:text-brand-web-lbc-blue\/50:focus {
  color: rgba(0, 64, 112, 0.5);
}
.focus\:text-brand-web-lbc-blue\/60:focus {
  color: rgba(0, 64, 112, 0.6);
}
.focus\:text-brand-web-lbc-blue\/70:focus {
  color: rgba(0, 64, 112, 0.7);
}
.focus\:text-brand-web-lbc-blue\/75:focus {
  color: rgba(0, 64, 112, 0.75);
}
.focus\:text-brand-web-lbc-blue\/80:focus {
  color: rgba(0, 64, 112, 0.8);
}
.focus\:text-brand-web-lbc-blue\/90:focus {
  color: rgba(0, 64, 112, 0.9);
}
.focus\:text-brand-web-lbc-blue\/95:focus {
  color: rgba(0, 64, 112, 0.95);
}
.focus\:text-brand-web-lbc-gold:focus {
  --tw-text-opacity: 1;
  color: rgb(253 184 18 / var(--tw-text-opacity));
}
.focus\:text-brand-web-lbc-gold\/0:focus {
  color: rgba(253, 184, 18, 0);
}
.focus\:text-brand-web-lbc-gold\/10:focus {
  color: rgba(253, 184, 18, 0.1);
}
.focus\:text-brand-web-lbc-gold\/100:focus {
  color: #fdb812;
}
.focus\:text-brand-web-lbc-gold\/20:focus {
  color: rgba(253, 184, 18, 0.2);
}
.focus\:text-brand-web-lbc-gold\/25:focus {
  color: rgba(253, 184, 18, 0.25);
}
.focus\:text-brand-web-lbc-gold\/30:focus {
  color: rgba(253, 184, 18, 0.3);
}
.focus\:text-brand-web-lbc-gold\/40:focus {
  color: rgba(253, 184, 18, 0.4);
}
.focus\:text-brand-web-lbc-gold\/5:focus {
  color: rgba(253, 184, 18, 0.05);
}
.focus\:text-brand-web-lbc-gold\/50:focus {
  color: rgba(253, 184, 18, 0.5);
}
.focus\:text-brand-web-lbc-gold\/60:focus {
  color: rgba(253, 184, 18, 0.6);
}
.focus\:text-brand-web-lbc-gold\/70:focus {
  color: rgba(253, 184, 18, 0.7);
}
.focus\:text-brand-web-lbc-gold\/75:focus {
  color: rgba(253, 184, 18, 0.75);
}
.focus\:text-brand-web-lbc-gold\/80:focus {
  color: rgba(253, 184, 18, 0.8);
}
.focus\:text-brand-web-lbc-gold\/90:focus {
  color: rgba(253, 184, 18, 0.9);
}
.focus\:text-brand-web-lbc-gold\/95:focus {
  color: rgba(253, 184, 18, 0.95);
}
.focus\:text-brand-web-raspberry:focus {
  --tw-text-opacity: 1;
  color: rgb(224 13 66 / var(--tw-text-opacity));
}
.focus\:text-brand-web-raspberry\/0:focus {
  color: rgba(224, 13, 66, 0);
}
.focus\:text-brand-web-raspberry\/10:focus {
  color: rgba(224, 13, 66, 0.1);
}
.focus\:text-brand-web-raspberry\/100:focus {
  color: #e00d42;
}
.focus\:text-brand-web-raspberry\/20:focus {
  color: rgba(224, 13, 66, 0.2);
}
.focus\:text-brand-web-raspberry\/25:focus {
  color: rgba(224, 13, 66, 0.25);
}
.focus\:text-brand-web-raspberry\/30:focus {
  color: rgba(224, 13, 66, 0.3);
}
.focus\:text-brand-web-raspberry\/40:focus {
  color: rgba(224, 13, 66, 0.4);
}
.focus\:text-brand-web-raspberry\/5:focus {
  color: rgba(224, 13, 66, 0.05);
}
.focus\:text-brand-web-raspberry\/50:focus {
  color: rgba(224, 13, 66, 0.5);
}
.focus\:text-brand-web-raspberry\/60:focus {
  color: rgba(224, 13, 66, 0.6);
}
.focus\:text-brand-web-raspberry\/70:focus {
  color: rgba(224, 13, 66, 0.7);
}
.focus\:text-brand-web-raspberry\/75:focus {
  color: rgba(224, 13, 66, 0.75);
}
.focus\:text-brand-web-raspberry\/80:focus {
  color: rgba(224, 13, 66, 0.8);
}
.focus\:text-brand-web-raspberry\/90:focus {
  color: rgba(224, 13, 66, 0.9);
}
.focus\:text-brand-web-raspberry\/95:focus {
  color: rgba(224, 13, 66, 0.95);
}
.focus\:text-brand-web-text-grey:focus {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.focus\:text-brand-web-text-grey\/0:focus {
  color: rgba(34, 34, 34, 0);
}
.focus\:text-brand-web-text-grey\/10:focus {
  color: rgba(34, 34, 34, 0.1);
}
.focus\:text-brand-web-text-grey\/100:focus {
  color: #222;
}
.focus\:text-brand-web-text-grey\/20:focus {
  color: rgba(34, 34, 34, 0.2);
}
.focus\:text-brand-web-text-grey\/25:focus {
  color: rgba(34, 34, 34, 0.25);
}
.focus\:text-brand-web-text-grey\/30:focus {
  color: rgba(34, 34, 34, 0.3);
}
.focus\:text-brand-web-text-grey\/40:focus {
  color: rgba(34, 34, 34, 0.4);
}
.focus\:text-brand-web-text-grey\/5:focus {
  color: rgba(34, 34, 34, 0.05);
}
.focus\:text-brand-web-text-grey\/50:focus {
  color: rgba(34, 34, 34, 0.5);
}
.focus\:text-brand-web-text-grey\/60:focus {
  color: rgba(34, 34, 34, 0.6);
}
.focus\:text-brand-web-text-grey\/70:focus {
  color: rgba(34, 34, 34, 0.7);
}
.focus\:text-brand-web-text-grey\/75:focus {
  color: rgba(34, 34, 34, 0.75);
}
.focus\:text-brand-web-text-grey\/80:focus {
  color: rgba(34, 34, 34, 0.8);
}
.focus\:text-brand-web-text-grey\/90:focus {
  color: rgba(34, 34, 34, 0.9);
}
.focus\:text-brand-web-text-grey\/95:focus {
  color: rgba(34, 34, 34, 0.95);
}
.focus\:text-brand-web-text-light-grey:focus {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.focus\:text-brand-web-text-light-grey\/0:focus {
  color: hsla(0, 0%, 50%, 0);
}
.focus\:text-brand-web-text-light-grey\/10:focus {
  color: hsla(0, 0%, 50%, 0.1);
}
.focus\:text-brand-web-text-light-grey\/100:focus {
  color: grey;
}
.focus\:text-brand-web-text-light-grey\/20:focus {
  color: hsla(0, 0%, 50%, 0.2);
}
.focus\:text-brand-web-text-light-grey\/25:focus {
  color: hsla(0, 0%, 50%, 0.25);
}
.focus\:text-brand-web-text-light-grey\/30:focus {
  color: hsla(0, 0%, 50%, 0.3);
}
.focus\:text-brand-web-text-light-grey\/40:focus {
  color: hsla(0, 0%, 50%, 0.4);
}
.focus\:text-brand-web-text-light-grey\/5:focus {
  color: hsla(0, 0%, 50%, 0.05);
}
.focus\:text-brand-web-text-light-grey\/50:focus {
  color: hsla(0, 0%, 50%, 0.5);
}
.focus\:text-brand-web-text-light-grey\/60:focus {
  color: hsla(0, 0%, 50%, 0.6);
}
.focus\:text-brand-web-text-light-grey\/70:focus {
  color: hsla(0, 0%, 50%, 0.7);
}
.focus\:text-brand-web-text-light-grey\/75:focus {
  color: hsla(0, 0%, 50%, 0.75);
}
.focus\:text-brand-web-text-light-grey\/80:focus {
  color: hsla(0, 0%, 50%, 0.8);
}
.focus\:text-brand-web-text-light-grey\/90:focus {
  color: hsla(0, 0%, 50%, 0.9);
}
.focus\:text-brand-web-text-light-grey\/95:focus {
  color: hsla(0, 0%, 50%, 0.95);
}
.focus\:text-brand-web-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-brand-web-white\/0:focus {
  color: hsla(0, 0%, 100%, 0);
}
.focus\:text-brand-web-white\/10:focus {
  color: hsla(0, 0%, 100%, 0.1);
}
.focus\:text-brand-web-white\/100:focus {
  color: #fff;
}
.focus\:text-brand-web-white\/20:focus {
  color: hsla(0, 0%, 100%, 0.2);
}
.focus\:text-brand-web-white\/25:focus {
  color: hsla(0, 0%, 100%, 0.25);
}
.focus\:text-brand-web-white\/30:focus {
  color: hsla(0, 0%, 100%, 0.3);
}
.focus\:text-brand-web-white\/40:focus {
  color: hsla(0, 0%, 100%, 0.4);
}
.focus\:text-brand-web-white\/5:focus {
  color: hsla(0, 0%, 100%, 0.05);
}
.focus\:text-brand-web-white\/50:focus {
  color: hsla(0, 0%, 100%, 0.5);
}
.focus\:text-brand-web-white\/60:focus {
  color: hsla(0, 0%, 100%, 0.6);
}
.focus\:text-brand-web-white\/70:focus {
  color: hsla(0, 0%, 100%, 0.7);
}
.focus\:text-brand-web-white\/75:focus {
  color: hsla(0, 0%, 100%, 0.75);
}
.focus\:text-brand-web-white\/80:focus {
  color: hsla(0, 0%, 100%, 0.8);
}
.focus\:text-brand-web-white\/90:focus {
  color: hsla(0, 0%, 100%, 0.9);
}
.focus\:text-brand-web-white\/95:focus {
  color: hsla(0, 0%, 100%, 0.95);
}
.focus\:text-error:focus {
  --tw-text-opacity: 1;
  color: rgb(174 10 51 / var(--tw-text-opacity));
}
.focus\:text-error-light:focus {
  --tw-text-opacity: 1;
  color: rgb(254 236 240 / var(--tw-text-opacity));
}
.focus\:text-error-light\/0:focus {
  color: rgba(254, 236, 240, 0);
}
.focus\:text-error-light\/10:focus {
  color: rgba(254, 236, 240, 0.1);
}
.focus\:text-error-light\/100:focus {
  color: #feecf0;
}
.focus\:text-error-light\/20:focus {
  color: rgba(254, 236, 240, 0.2);
}
.focus\:text-error-light\/25:focus {
  color: rgba(254, 236, 240, 0.25);
}
.focus\:text-error-light\/30:focus {
  color: rgba(254, 236, 240, 0.3);
}
.focus\:text-error-light\/40:focus {
  color: rgba(254, 236, 240, 0.4);
}
.focus\:text-error-light\/5:focus {
  color: rgba(254, 236, 240, 0.05);
}
.focus\:text-error-light\/50:focus {
  color: rgba(254, 236, 240, 0.5);
}
.focus\:text-error-light\/60:focus {
  color: rgba(254, 236, 240, 0.6);
}
.focus\:text-error-light\/70:focus {
  color: rgba(254, 236, 240, 0.7);
}
.focus\:text-error-light\/75:focus {
  color: rgba(254, 236, 240, 0.75);
}
.focus\:text-error-light\/80:focus {
  color: rgba(254, 236, 240, 0.8);
}
.focus\:text-error-light\/90:focus {
  color: rgba(254, 236, 240, 0.9);
}
.focus\:text-error-light\/95:focus {
  color: rgba(254, 236, 240, 0.95);
}
.focus\:text-error\/0:focus {
  color: rgba(174, 10, 51, 0);
}
.focus\:text-error\/10:focus {
  color: rgba(174, 10, 51, 0.1);
}
.focus\:text-error\/100:focus {
  color: #ae0a33;
}
.focus\:text-error\/20:focus {
  color: rgba(174, 10, 51, 0.2);
}
.focus\:text-error\/25:focus {
  color: rgba(174, 10, 51, 0.25);
}
.focus\:text-error\/30:focus {
  color: rgba(174, 10, 51, 0.3);
}
.focus\:text-error\/40:focus {
  color: rgba(174, 10, 51, 0.4);
}
.focus\:text-error\/5:focus {
  color: rgba(174, 10, 51, 0.05);
}
.focus\:text-error\/50:focus {
  color: rgba(174, 10, 51, 0.5);
}
.focus\:text-error\/60:focus {
  color: rgba(174, 10, 51, 0.6);
}
.focus\:text-error\/70:focus {
  color: rgba(174, 10, 51, 0.7);
}
.focus\:text-error\/75:focus {
  color: rgba(174, 10, 51, 0.75);
}
.focus\:text-error\/80:focus {
  color: rgba(174, 10, 51, 0.8);
}
.focus\:text-error\/90:focus {
  color: rgba(174, 10, 51, 0.9);
}
.focus\:text-error\/95:focus {
  color: rgba(174, 10, 51, 0.95);
}
.focus\:text-hover:focus {
  --tw-text-opacity: 1;
  color: rgb(122 197 254 / var(--tw-text-opacity));
}
.focus\:text-hover\/0:focus {
  color: rgba(122, 197, 254, 0);
}
.focus\:text-hover\/10:focus {
  color: rgba(122, 197, 254, 0.1);
}
.focus\:text-hover\/100:focus {
  color: #7ac5fe;
}
.focus\:text-hover\/20:focus {
  color: rgba(122, 197, 254, 0.2);
}
.focus\:text-hover\/25:focus {
  color: rgba(122, 197, 254, 0.25);
}
.focus\:text-hover\/30:focus {
  color: rgba(122, 197, 254, 0.3);
}
.focus\:text-hover\/40:focus {
  color: rgba(122, 197, 254, 0.4);
}
.focus\:text-hover\/5:focus {
  color: rgba(122, 197, 254, 0.05);
}
.focus\:text-hover\/50:focus {
  color: rgba(122, 197, 254, 0.5);
}
.focus\:text-hover\/60:focus {
  color: rgba(122, 197, 254, 0.6);
}
.focus\:text-hover\/70:focus {
  color: rgba(122, 197, 254, 0.7);
}
.focus\:text-hover\/75:focus {
  color: rgba(122, 197, 254, 0.75);
}
.focus\:text-hover\/80:focus {
  color: rgba(122, 197, 254, 0.8);
}
.focus\:text-hover\/90:focus {
  color: rgba(122, 197, 254, 0.9);
}
.focus\:text-hover\/95:focus {
  color: rgba(122, 197, 254, 0.95);
}
.focus\:text-info:focus {
  --tw-text-opacity: 1;
  color: rgb(0 81 143 / var(--tw-text-opacity));
}
.focus\:text-info-light:focus {
  --tw-text-opacity: 1;
  color: rgb(235 246 255 / var(--tw-text-opacity));
}
.focus\:text-info-light\/0:focus {
  color: rgba(235, 246, 255, 0);
}
.focus\:text-info-light\/10:focus {
  color: rgba(235, 246, 255, 0.1);
}
.focus\:text-info-light\/100:focus {
  color: #ebf6ff;
}
.focus\:text-info-light\/20:focus {
  color: rgba(235, 246, 255, 0.2);
}
.focus\:text-info-light\/25:focus {
  color: rgba(235, 246, 255, 0.25);
}
.focus\:text-info-light\/30:focus {
  color: rgba(235, 246, 255, 0.3);
}
.focus\:text-info-light\/40:focus {
  color: rgba(235, 246, 255, 0.4);
}
.focus\:text-info-light\/5:focus {
  color: rgba(235, 246, 255, 0.05);
}
.focus\:text-info-light\/50:focus {
  color: rgba(235, 246, 255, 0.5);
}
.focus\:text-info-light\/60:focus {
  color: rgba(235, 246, 255, 0.6);
}
.focus\:text-info-light\/70:focus {
  color: rgba(235, 246, 255, 0.7);
}
.focus\:text-info-light\/75:focus {
  color: rgba(235, 246, 255, 0.75);
}
.focus\:text-info-light\/80:focus {
  color: rgba(235, 246, 255, 0.8);
}
.focus\:text-info-light\/90:focus {
  color: rgba(235, 246, 255, 0.9);
}
.focus\:text-info-light\/95:focus {
  color: rgba(235, 246, 255, 0.95);
}
.focus\:text-info\/0:focus {
  color: rgba(0, 81, 143, 0);
}
.focus\:text-info\/10:focus {
  color: rgba(0, 81, 143, 0.1);
}
.focus\:text-info\/100:focus {
  color: #00518f;
}
.focus\:text-info\/20:focus {
  color: rgba(0, 81, 143, 0.2);
}
.focus\:text-info\/25:focus {
  color: rgba(0, 81, 143, 0.25);
}
.focus\:text-info\/30:focus {
  color: rgba(0, 81, 143, 0.3);
}
.focus\:text-info\/40:focus {
  color: rgba(0, 81, 143, 0.4);
}
.focus\:text-info\/5:focus {
  color: rgba(0, 81, 143, 0.05);
}
.focus\:text-info\/50:focus {
  color: rgba(0, 81, 143, 0.5);
}
.focus\:text-info\/60:focus {
  color: rgba(0, 81, 143, 0.6);
}
.focus\:text-info\/70:focus {
  color: rgba(0, 81, 143, 0.7);
}
.focus\:text-info\/75:focus {
  color: rgba(0, 81, 143, 0.75);
}
.focus\:text-info\/80:focus {
  color: rgba(0, 81, 143, 0.8);
}
.focus\:text-info\/90:focus {
  color: rgba(0, 81, 143, 0.9);
}
.focus\:text-info\/95:focus {
  color: rgba(0, 81, 143, 0.95);
}
.focus\:text-lbc-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgb(159 213 252 / var(--tw-text-opacity));
}
.focus\:text-lbc-blue-100\/0:focus {
  color: rgba(159, 213, 252, 0);
}
.focus\:text-lbc-blue-100\/10:focus {
  color: rgba(159, 213, 252, 0.1);
}
.focus\:text-lbc-blue-100\/100:focus {
  color: #9fd5fc;
}
.focus\:text-lbc-blue-100\/20:focus {
  color: rgba(159, 213, 252, 0.2);
}
.focus\:text-lbc-blue-100\/25:focus {
  color: rgba(159, 213, 252, 0.25);
}
.focus\:text-lbc-blue-100\/30:focus {
  color: rgba(159, 213, 252, 0.3);
}
.focus\:text-lbc-blue-100\/40:focus {
  color: rgba(159, 213, 252, 0.4);
}
.focus\:text-lbc-blue-100\/5:focus {
  color: rgba(159, 213, 252, 0.05);
}
.focus\:text-lbc-blue-100\/50:focus {
  color: rgba(159, 213, 252, 0.5);
}
.focus\:text-lbc-blue-100\/60:focus {
  color: rgba(159, 213, 252, 0.6);
}
.focus\:text-lbc-blue-100\/70:focus {
  color: rgba(159, 213, 252, 0.7);
}
.focus\:text-lbc-blue-100\/75:focus {
  color: rgba(159, 213, 252, 0.75);
}
.focus\:text-lbc-blue-100\/80:focus {
  color: rgba(159, 213, 252, 0.8);
}
.focus\:text-lbc-blue-100\/90:focus {
  color: rgba(159, 213, 252, 0.9);
}
.focus\:text-lbc-blue-100\/95:focus {
  color: rgba(159, 213, 252, 0.95);
}
.focus\:text-lbc-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgb(111 179 231 / var(--tw-text-opacity));
}
.focus\:text-lbc-blue-200\/0:focus {
  color: rgba(111, 179, 231, 0);
}
.focus\:text-lbc-blue-200\/10:focus {
  color: rgba(111, 179, 231, 0.1);
}
.focus\:text-lbc-blue-200\/100:focus {
  color: #6fb3e7;
}
.focus\:text-lbc-blue-200\/20:focus {
  color: rgba(111, 179, 231, 0.2);
}
.focus\:text-lbc-blue-200\/25:focus {
  color: rgba(111, 179, 231, 0.25);
}
.focus\:text-lbc-blue-200\/30:focus {
  color: rgba(111, 179, 231, 0.3);
}
.focus\:text-lbc-blue-200\/40:focus {
  color: rgba(111, 179, 231, 0.4);
}
.focus\:text-lbc-blue-200\/5:focus {
  color: rgba(111, 179, 231, 0.05);
}
.focus\:text-lbc-blue-200\/50:focus {
  color: rgba(111, 179, 231, 0.5);
}
.focus\:text-lbc-blue-200\/60:focus {
  color: rgba(111, 179, 231, 0.6);
}
.focus\:text-lbc-blue-200\/70:focus {
  color: rgba(111, 179, 231, 0.7);
}
.focus\:text-lbc-blue-200\/75:focus {
  color: rgba(111, 179, 231, 0.75);
}
.focus\:text-lbc-blue-200\/80:focus {
  color: rgba(111, 179, 231, 0.8);
}
.focus\:text-lbc-blue-200\/90:focus {
  color: rgba(111, 179, 231, 0.9);
}
.focus\:text-lbc-blue-200\/95:focus {
  color: rgba(111, 179, 231, 0.95);
}
.focus\:text-lbc-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgb(216 236 253 / var(--tw-text-opacity));
}
.focus\:text-lbc-blue-50\/0:focus {
  color: rgba(216, 236, 253, 0);
}
.focus\:text-lbc-blue-50\/10:focus {
  color: rgba(216, 236, 253, 0.1);
}
.focus\:text-lbc-blue-50\/100:focus {
  color: #d8ecfd;
}
.focus\:text-lbc-blue-50\/20:focus {
  color: rgba(216, 236, 253, 0.2);
}
.focus\:text-lbc-blue-50\/25:focus {
  color: rgba(216, 236, 253, 0.25);
}
.focus\:text-lbc-blue-50\/30:focus {
  color: rgba(216, 236, 253, 0.3);
}
.focus\:text-lbc-blue-50\/40:focus {
  color: rgba(216, 236, 253, 0.4);
}
.focus\:text-lbc-blue-50\/5:focus {
  color: rgba(216, 236, 253, 0.05);
}
.focus\:text-lbc-blue-50\/50:focus {
  color: rgba(216, 236, 253, 0.5);
}
.focus\:text-lbc-blue-50\/60:focus {
  color: rgba(216, 236, 253, 0.6);
}
.focus\:text-lbc-blue-50\/70:focus {
  color: rgba(216, 236, 253, 0.7);
}
.focus\:text-lbc-blue-50\/75:focus {
  color: rgba(216, 236, 253, 0.75);
}
.focus\:text-lbc-blue-50\/80:focus {
  color: rgba(216, 236, 253, 0.8);
}
.focus\:text-lbc-blue-50\/90:focus {
  color: rgba(216, 236, 253, 0.9);
}
.focus\:text-lbc-blue-50\/95:focus {
  color: rgba(216, 236, 253, 0.95);
}
.focus\:text-lbc-gold-100:focus {
  --tw-text-opacity: 1;
  color: rgb(255 238 158 / var(--tw-text-opacity));
}
.focus\:text-lbc-gold-100\/0:focus {
  color: rgba(255, 238, 158, 0);
}
.focus\:text-lbc-gold-100\/10:focus {
  color: rgba(255, 238, 158, 0.1);
}
.focus\:text-lbc-gold-100\/100:focus {
  color: #ffee9e;
}
.focus\:text-lbc-gold-100\/20:focus {
  color: rgba(255, 238, 158, 0.2);
}
.focus\:text-lbc-gold-100\/25:focus {
  color: rgba(255, 238, 158, 0.25);
}
.focus\:text-lbc-gold-100\/30:focus {
  color: rgba(255, 238, 158, 0.3);
}
.focus\:text-lbc-gold-100\/40:focus {
  color: rgba(255, 238, 158, 0.4);
}
.focus\:text-lbc-gold-100\/5:focus {
  color: rgba(255, 238, 158, 0.05);
}
.focus\:text-lbc-gold-100\/50:focus {
  color: rgba(255, 238, 158, 0.5);
}
.focus\:text-lbc-gold-100\/60:focus {
  color: rgba(255, 238, 158, 0.6);
}
.focus\:text-lbc-gold-100\/70:focus {
  color: rgba(255, 238, 158, 0.7);
}
.focus\:text-lbc-gold-100\/75:focus {
  color: rgba(255, 238, 158, 0.75);
}
.focus\:text-lbc-gold-100\/80:focus {
  color: rgba(255, 238, 158, 0.8);
}
.focus\:text-lbc-gold-100\/90:focus {
  color: rgba(255, 238, 158, 0.9);
}
.focus\:text-lbc-gold-100\/95:focus {
  color: rgba(255, 238, 158, 0.95);
}
.focus\:text-lbc-gold-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 220 102 / var(--tw-text-opacity));
}
.focus\:text-lbc-gold-200\/0:focus {
  color: hsla(47, 99%, 70%, 0);
}
.focus\:text-lbc-gold-200\/10:focus {
  color: hsla(47, 99%, 70%, 0.1);
}
.focus\:text-lbc-gold-200\/100:focus {
  color: #fedc66;
}
.focus\:text-lbc-gold-200\/20:focus {
  color: hsla(47, 99%, 70%, 0.2);
}
.focus\:text-lbc-gold-200\/25:focus {
  color: hsla(47, 99%, 70%, 0.25);
}
.focus\:text-lbc-gold-200\/30:focus {
  color: hsla(47, 99%, 70%, 0.3);
}
.focus\:text-lbc-gold-200\/40:focus {
  color: hsla(47, 99%, 70%, 0.4);
}
.focus\:text-lbc-gold-200\/5:focus {
  color: hsla(47, 99%, 70%, 0.05);
}
.focus\:text-lbc-gold-200\/50:focus {
  color: hsla(47, 99%, 70%, 0.5);
}
.focus\:text-lbc-gold-200\/60:focus {
  color: hsla(47, 99%, 70%, 0.6);
}
.focus\:text-lbc-gold-200\/70:focus {
  color: hsla(47, 99%, 70%, 0.7);
}
.focus\:text-lbc-gold-200\/75:focus {
  color: hsla(47, 99%, 70%, 0.75);
}
.focus\:text-lbc-gold-200\/80:focus {
  color: hsla(47, 99%, 70%, 0.8);
}
.focus\:text-lbc-gold-200\/90:focus {
  color: hsla(47, 99%, 70%, 0.9);
}
.focus\:text-lbc-gold-200\/95:focus {
  color: hsla(47, 99%, 70%, 0.95);
}
.focus\:text-lbc-mint-100:focus {
  --tw-text-opacity: 1;
  color: rgb(126 255 236 / var(--tw-text-opacity));
}
.focus\:text-lbc-mint-100\/0:focus {
  color: rgba(126, 255, 236, 0);
}
.focus\:text-lbc-mint-100\/10:focus {
  color: rgba(126, 255, 236, 0.1);
}
.focus\:text-lbc-mint-100\/100:focus {
  color: #7effec;
}
.focus\:text-lbc-mint-100\/20:focus {
  color: rgba(126, 255, 236, 0.2);
}
.focus\:text-lbc-mint-100\/25:focus {
  color: rgba(126, 255, 236, 0.25);
}
.focus\:text-lbc-mint-100\/30:focus {
  color: rgba(126, 255, 236, 0.3);
}
.focus\:text-lbc-mint-100\/40:focus {
  color: rgba(126, 255, 236, 0.4);
}
.focus\:text-lbc-mint-100\/5:focus {
  color: rgba(126, 255, 236, 0.05);
}
.focus\:text-lbc-mint-100\/50:focus {
  color: rgba(126, 255, 236, 0.5);
}
.focus\:text-lbc-mint-100\/60:focus {
  color: rgba(126, 255, 236, 0.6);
}
.focus\:text-lbc-mint-100\/70:focus {
  color: rgba(126, 255, 236, 0.7);
}
.focus\:text-lbc-mint-100\/75:focus {
  color: rgba(126, 255, 236, 0.75);
}
.focus\:text-lbc-mint-100\/80:focus {
  color: rgba(126, 255, 236, 0.8);
}
.focus\:text-lbc-mint-100\/90:focus {
  color: rgba(126, 255, 236, 0.9);
}
.focus\:text-lbc-mint-100\/95:focus {
  color: rgba(126, 255, 236, 0.95);
}
.focus\:text-lbc-mint-300:focus {
  --tw-text-opacity: 1;
  color: rgb(10 215 184 / var(--tw-text-opacity));
}
.focus\:text-lbc-mint-300\/0:focus {
  color: rgba(10, 215, 184, 0);
}
.focus\:text-lbc-mint-300\/10:focus {
  color: rgba(10, 215, 184, 0.1);
}
.focus\:text-lbc-mint-300\/100:focus {
  color: #0ad7b8;
}
.focus\:text-lbc-mint-300\/20:focus {
  color: rgba(10, 215, 184, 0.2);
}
.focus\:text-lbc-mint-300\/25:focus {
  color: rgba(10, 215, 184, 0.25);
}
.focus\:text-lbc-mint-300\/30:focus {
  color: rgba(10, 215, 184, 0.3);
}
.focus\:text-lbc-mint-300\/40:focus {
  color: rgba(10, 215, 184, 0.4);
}
.focus\:text-lbc-mint-300\/5:focus {
  color: rgba(10, 215, 184, 0.05);
}
.focus\:text-lbc-mint-300\/50:focus {
  color: rgba(10, 215, 184, 0.5);
}
.focus\:text-lbc-mint-300\/60:focus {
  color: rgba(10, 215, 184, 0.6);
}
.focus\:text-lbc-mint-300\/70:focus {
  color: rgba(10, 215, 184, 0.7);
}
.focus\:text-lbc-mint-300\/75:focus {
  color: rgba(10, 215, 184, 0.75);
}
.focus\:text-lbc-mint-300\/80:focus {
  color: rgba(10, 215, 184, 0.8);
}
.focus\:text-lbc-mint-300\/90:focus {
  color: rgba(10, 215, 184, 0.9);
}
.focus\:text-lbc-mint-300\/95:focus {
  color: rgba(10, 215, 184, 0.95);
}
.focus\:text-selected:focus {
  --tw-text-opacity: 1;
  color: rgb(254 233 135 / var(--tw-text-opacity));
}
.focus\:text-selected\/0:focus {
  color: hsla(49, 98%, 76%, 0);
}
.focus\:text-selected\/10:focus {
  color: hsla(49, 98%, 76%, 0.1);
}
.focus\:text-selected\/100:focus {
  color: #fee987;
}
.focus\:text-selected\/20:focus {
  color: hsla(49, 98%, 76%, 0.2);
}
.focus\:text-selected\/25:focus {
  color: hsla(49, 98%, 76%, 0.25);
}
.focus\:text-selected\/30:focus {
  color: hsla(49, 98%, 76%, 0.3);
}
.focus\:text-selected\/40:focus {
  color: hsla(49, 98%, 76%, 0.4);
}
.focus\:text-selected\/5:focus {
  color: hsla(49, 98%, 76%, 0.05);
}
.focus\:text-selected\/50:focus {
  color: hsla(49, 98%, 76%, 0.5);
}
.focus\:text-selected\/60:focus {
  color: hsla(49, 98%, 76%, 0.6);
}
.focus\:text-selected\/70:focus {
  color: hsla(49, 98%, 76%, 0.7);
}
.focus\:text-selected\/75:focus {
  color: hsla(49, 98%, 76%, 0.75);
}
.focus\:text-selected\/80:focus {
  color: hsla(49, 98%, 76%, 0.8);
}
.focus\:text-selected\/90:focus {
  color: hsla(49, 98%, 76%, 0.9);
}
.focus\:text-selected\/95:focus {
  color: hsla(49, 98%, 76%, 0.95);
}
.focus\:text-success:focus {
  --tw-text-opacity: 1;
  color: rgb(60 118 60 / var(--tw-text-opacity));
}
.focus\:text-success-light:focus {
  --tw-text-opacity: 1;
  color: rgb(222 240 216 / var(--tw-text-opacity));
}
.focus\:text-success-light\/0:focus {
  color: rgba(222, 240, 216, 0);
}
.focus\:text-success-light\/10:focus {
  color: rgba(222, 240, 216, 0.1);
}
.focus\:text-success-light\/100:focus {
  color: #def0d8;
}
.focus\:text-success-light\/20:focus {
  color: rgba(222, 240, 216, 0.2);
}
.focus\:text-success-light\/25:focus {
  color: rgba(222, 240, 216, 0.25);
}
.focus\:text-success-light\/30:focus {
  color: rgba(222, 240, 216, 0.3);
}
.focus\:text-success-light\/40:focus {
  color: rgba(222, 240, 216, 0.4);
}
.focus\:text-success-light\/5:focus {
  color: rgba(222, 240, 216, 0.05);
}
.focus\:text-success-light\/50:focus {
  color: rgba(222, 240, 216, 0.5);
}
.focus\:text-success-light\/60:focus {
  color: rgba(222, 240, 216, 0.6);
}
.focus\:text-success-light\/70:focus {
  color: rgba(222, 240, 216, 0.7);
}
.focus\:text-success-light\/75:focus {
  color: rgba(222, 240, 216, 0.75);
}
.focus\:text-success-light\/80:focus {
  color: rgba(222, 240, 216, 0.8);
}
.focus\:text-success-light\/90:focus {
  color: rgba(222, 240, 216, 0.9);
}
.focus\:text-success-light\/95:focus {
  color: rgba(222, 240, 216, 0.95);
}
.focus\:text-success\/0:focus {
  color: rgba(60, 118, 60, 0);
}
.focus\:text-success\/10:focus {
  color: rgba(60, 118, 60, 0.1);
}
.focus\:text-success\/100:focus {
  color: #3c763c;
}
.focus\:text-success\/20:focus {
  color: rgba(60, 118, 60, 0.2);
}
.focus\:text-success\/25:focus {
  color: rgba(60, 118, 60, 0.25);
}
.focus\:text-success\/30:focus {
  color: rgba(60, 118, 60, 0.3);
}
.focus\:text-success\/40:focus {
  color: rgba(60, 118, 60, 0.4);
}
.focus\:text-success\/5:focus {
  color: rgba(60, 118, 60, 0.05);
}
.focus\:text-success\/50:focus {
  color: rgba(60, 118, 60, 0.5);
}
.focus\:text-success\/60:focus {
  color: rgba(60, 118, 60, 0.6);
}
.focus\:text-success\/70:focus {
  color: rgba(60, 118, 60, 0.7);
}
.focus\:text-success\/75:focus {
  color: rgba(60, 118, 60, 0.75);
}
.focus\:text-success\/80:focus {
  color: rgba(60, 118, 60, 0.8);
}
.focus\:text-success\/90:focus {
  color: rgba(60, 118, 60, 0.9);
}
.focus\:text-success\/95:focus {
  color: rgba(60, 118, 60, 0.95);
}
.focus\:text-warning:focus {
  --tw-text-opacity: 1;
  color: rgb(169 92 0 / var(--tw-text-opacity));
}
.focus\:text-warning-light:focus {
  --tw-text-opacity: 1;
  color: rgb(255 249 235 / var(--tw-text-opacity));
}
.focus\:text-warning-light\/0:focus {
  color: rgba(255, 249, 235, 0);
}
.focus\:text-warning-light\/10:focus {
  color: rgba(255, 249, 235, 0.1);
}
.focus\:text-warning-light\/100:focus {
  color: #fff9eb;
}
.focus\:text-warning-light\/20:focus {
  color: rgba(255, 249, 235, 0.2);
}
.focus\:text-warning-light\/25:focus {
  color: rgba(255, 249, 235, 0.25);
}
.focus\:text-warning-light\/30:focus {
  color: rgba(255, 249, 235, 0.3);
}
.focus\:text-warning-light\/40:focus {
  color: rgba(255, 249, 235, 0.4);
}
.focus\:text-warning-light\/5:focus {
  color: rgba(255, 249, 235, 0.05);
}
.focus\:text-warning-light\/50:focus {
  color: rgba(255, 249, 235, 0.5);
}
.focus\:text-warning-light\/60:focus {
  color: rgba(255, 249, 235, 0.6);
}
.focus\:text-warning-light\/70:focus {
  color: rgba(255, 249, 235, 0.7);
}
.focus\:text-warning-light\/75:focus {
  color: rgba(255, 249, 235, 0.75);
}
.focus\:text-warning-light\/80:focus {
  color: rgba(255, 249, 235, 0.8);
}
.focus\:text-warning-light\/90:focus {
  color: rgba(255, 249, 235, 0.9);
}
.focus\:text-warning-light\/95:focus {
  color: rgba(255, 249, 235, 0.95);
}
.focus\:text-warning\/0:focus {
  color: rgba(169, 92, 0, 0);
}
.focus\:text-warning\/10:focus {
  color: rgba(169, 92, 0, 0.1);
}
.focus\:text-warning\/100:focus {
  color: #a95c00;
}
.focus\:text-warning\/20:focus {
  color: rgba(169, 92, 0, 0.2);
}
.focus\:text-warning\/25:focus {
  color: rgba(169, 92, 0, 0.25);
}
.focus\:text-warning\/30:focus {
  color: rgba(169, 92, 0, 0.3);
}
.focus\:text-warning\/40:focus {
  color: rgba(169, 92, 0, 0.4);
}
.focus\:text-warning\/5:focus {
  color: rgba(169, 92, 0, 0.05);
}
.focus\:text-warning\/50:focus {
  color: rgba(169, 92, 0, 0.5);
}
.focus\:text-warning\/60:focus {
  color: rgba(169, 92, 0, 0.6);
}
.focus\:text-warning\/70:focus {
  color: rgba(169, 92, 0, 0.7);
}
.focus\:text-warning\/75:focus {
  color: rgba(169, 92, 0, 0.75);
}
.focus\:text-warning\/80:focus {
  color: rgba(169, 92, 0, 0.8);
}
.focus\:text-warning\/90:focus {
  color: rgba(169, 92, 0, 0.9);
}
.focus\:text-warning\/95:focus {
  color: rgba(169, 92, 0, 0.95);
}
.focus\:no-underline:focus {
  text-decoration-line: none;
}
.focus\:caret-brand-web-grey-300:focus {
  caret-color: #737373;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-2:focus {
  outline-width: 2px;
}
.focus\:outline-4:focus {
  outline-width: 4px;
}
.focus\:outline-offset-4:focus {
  outline-offset: 4px;
}
.focus\:outline-offset-\[-0\.25rem\]:focus {
  outline-offset: -0.25rem;
}
.focus\:outline-\[\#9FD5FC\]:focus,
.focus\:outline-lbc-blue-100:focus {
  outline-color: #9fd5fc;
}
.focus\:outline-white:focus {
  outline-color: #fff;
}
.active\:border-\[0\.125rem\]:active {
  border-width: 0.125rem;
}
.active\:border-none:active {
  border-style: none;
}
.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.active\:border-brand-web-lbc-blue:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 64 112 / var(--tw-border-opacity));
}
.active\:bg-\[\#003054\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 84 / var(--tw-bg-opacity));
}
.active\:bg-brand-web-text-grey:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.active\:bg-error:active {
  --tw-bg-opacity: 1;
  background-color: rgb(174 10 51 / var(--tw-bg-opacity));
}
.active\:bg-transparent:active {
  background-color: transparent;
}
.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:px-\[0\.9375rem\]:active {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.active\:pl-\[0\.9375rem\]:active {
  padding-left: 0.9375rem;
}
.active\:pl-\[2\.9375rem\]:active {
  padding-left: 2.9375rem;
}
.active\:pr-\[0\.9375rem\]:active {
  padding-right: 0.9375rem;
}
.active\:pr-\[2\.9375rem\]:active {
  padding-right: 2.9375rem;
}
.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.active\:text-brand-web-lbc-blue:active {
  --tw-text-opacity: 1;
  color: rgb(0 64 112 / var(--tw-text-opacity));
}
.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:underline:active {
  text-decoration-line: underline;
}
.active\:no-underline:active {
  text-decoration-line: none;
}
.active\:opacity-50:active {
  opacity: 0.5;
}
.focus\:active\:p-4:active:focus {
  padding: 1rem;
}
.focus\:active\:pl-12:active:focus {
  padding-left: 3rem;
}
.focus\:active\:pl-4:active:focus {
  padding-left: 1rem;
}
.focus\:active\:pr-12:active:focus {
  padding-right: 3rem;
}
.focus\:active\:pr-4:active:focus {
  padding-right: 1rem;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-\[0\.0625rem\]:disabled {
  border-width: 0.0625rem;
}
.disabled\:border-brand-web-grey-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(225 226 229 / var(--tw-border-opacity));
}
.disabled\:border-brand-web-grey-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.disabled\:bg-brand-web-grey-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 229 / var(--tw-bg-opacity));
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.disabled\:text-brand-web-grey-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.disabled\:placeholder\:text-brand-web-grey-300:disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.disabled\:hover\:bg-brand-web-grey-200:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(225 226 229 / var(--tw-bg-opacity));
}
.disabled\:hover\:placeholder\:text-brand-web-grey-300:hover:disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.disabled\:active\:px-4:active:disabled {
  padding-left: 1rem;
  padding-right: 1rem;
}
.disabled\:active\:pl-12:active:disabled {
  padding-left: 3rem;
}
.disabled\:active\:pl-4:active:disabled {
  padding-left: 1rem;
}
.disabled\:active\:pr-12:active:disabled {
  padding-right: 3rem;
}
.disabled\:active\:pr-4:active:disabled {
  padding-right: 1rem;
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:focus .group-focus\:z-\[-1\] {
  z-index: -1;
}
.peer:checked ~ .peer-checked\:border-2 {
  border-width: 2px;
}
.peer:checked ~ .peer-checked\:bg-lbc-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 236 253 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:py-\[1\.6875rem\] {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}
.peer:hover ~ .peer-hover\:bg-lbc-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 236 253 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .sm\:h-\[16\.188rem\] {
    height: 16.188rem;
  }
  .sm\:w-\[19\.375rem\] {
    width: 19.375rem;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:inset-0 {
    inset: 0;
  }
  .md\:-left-12 {
    left: -3rem;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:bottom-10 {
    bottom: 2.5rem;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-4 {
    left: 1rem;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-10 {
    right: 2.5rem;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:right-\[-1\.188rem\] {
    right: -1.188rem;
  }
  .md\:right-\[-1\.25rem\] {
    right: -1.25rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-12 {
    top: 3rem;
  }
  .md\:top-13 {
    top: 3.375rem;
  }
  .md\:top-6,
  .md\:top-\[1\.5rem\] {
    top: 1.5rem;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-\[1\.875rem\] {
    margin-top: 1.875rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-\[0\.313rem\] {
    height: 0.313rem;
  }
  .md\:h-\[1\.125rem\] {
    height: 1.125rem;
  }
  .md\:h-\[16\.5rem\] {
    height: 16.5rem;
  }
  .md\:h-\[35\.5rem\] {
    height: 35.5rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-\[10\.438rem\] {
    width: 10.438rem;
  }
  .md\:w-\[16\.5rem\] {
    width: 16.5rem;
  }
  .md\:w-\[19rem\] {
    width: 19rem;
  }
  .md\:w-\[20rem\] {
    width: 20rem;
  }
  .md\:w-\[34\.5\%\] {
    width: 34.5%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[47\%\] {
    width: 47%;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[53\%\] {
    width: 53%;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[62\%\] {
    width: 62%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-max {
    width: max-content;
  }
  .md\:w-min {
    width: min-content;
  }
  .md\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:basis-1\/4 {
    flex-basis: 25%;
  }
  .md\:basis-full {
    flex-basis: 100%;
  }
  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .md\:-translate-y-full,
  .md\:translate-y-0 {
    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));
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:whitespace-normal {
    white-space: normal;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:border-b-\[1\.25rem\] {
    border-bottom-width: 1.25rem;
  }
  .md\:border-l-\[1\.25rem\] {
    border-left-width: 1.25rem;
  }
  .md\:border-t-\[1\.25rem\] {
    border-top-width: 1.25rem;
  }
  .md\:bg-brand-web-lbc-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 64 112 / var(--tw-bg-opacity));
  }
  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-\[30rem\] {
    padding-bottom: 30rem;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-\[2\.625rem\] {
    padding-left: 2.625rem;
  }
  .md\:pl-\[8\%\] {
    padding-left: 8%;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-3xl {
    font-size: 2rem;
  }
  .md\:text-4xl {
    font-size: 3rem;
  }
  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:text-\[3rem\] {
    font-size: 3rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:leading-5 {
    line-height: 1.25rem;
  }
  .md\:transition-none {
    transition-property: none;
  }
  .md\:duration-\[0ms\] {
    transition-duration: 0ms;
  }
  .md\:flex-gap-y-0,
  .md\:flex-gap-y-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:flex-gap-x-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .md\:flex-gap-x-2 > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .md\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .md\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .md\:flex-gap-y-12 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:flex-gap-y-12 > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:after\:left-\[2\.8125rem\]:after {
    content: var(--tw-content);
    left: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:bottom-12 {
    bottom: 3rem;
  }
  .lg\:bottom-20 {
    bottom: 5rem;
  }
  .lg\:right-12 {
    right: 3rem;
  }
  .lg\:right-20 {
    right: 5rem;
  }
  .lg\:right-\[-22\.5rem\] {
    right: -22.5rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-\[0\.438rem\] {
    height: 0.438rem;
  }
  .lg\:h-\[17rem\] {
    height: 17rem;
  }
  .lg\:h-\[22\.375rem\] {
    height: 22.375rem;
  }
  .lg\:max-h-14 {
    max-height: 3.5rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-\[12\.875rem\] {
    width: 12.875rem;
  }
  .lg\:w-\[17rem\] {
    width: 17rem;
  }
  .lg\:w-\[20\.625rem\] {
    width: 20.625rem;
  }
  .lg\:w-\[24rem\] {
    width: 24rem;
  }
  .lg\:w-\[26\.25rem\] {
    width: 26.25rem;
  }
  .lg\:w-\[27\%\] {
    width: 27%;
  }
  .lg\:w-\[31rem\] {
    width: 31rem;
  }
  .lg\:w-\[36\%\] {
    width: 36%;
  }
  .lg\:w-\[46\.5\%\] {
    width: 46.5%;
  }
  .lg\:w-\[48\%\] {
    width: 48%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[63\%\] {
    width: 63%;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:max-w-\[9rem\] {
    max-width: 9rem;
  }
  .lg\:translate-y-\[6\.5rem\] {
    --tw-translate-y: 6.5rem;
  }
  .lg\:scale-\[0\.77\],
  .lg\:translate-y-\[6\.5rem\] {
    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));
  }
  .lg\:scale-\[0\.77\] {
    --tw-scale-x: 0.77;
    --tw-scale-y: 0.77;
  }
  .lg\:scroll-mt-\[9\.5rem\] {
    scroll-margin-top: 9.5rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-14 {
    gap: 3.5rem;
  }
  .lg\:gap-x-8 {
    column-gap: 2rem;
  }
  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .lg\:pb-\[5\.5rem\] {
    padding-bottom: 5.5rem;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-\[6\.5\%\] {
    padding-left: 6.5%;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-\[18\.75rem\] {
    padding-top: 18.75rem;
  }
  .lg\:pt-\[24\.1875rem\] {
    padding-top: 24.1875rem;
  }
  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }
  .lg\:pt-\[40rem\] {
    padding-top: 40rem;
  }
  .lg\:pt-\[42rem\] {
    padding-top: 42rem;
  }
  .lg\:pt-\[44rem\] {
    padding-top: 44rem;
  }
  .lg\:pt-\[46rem\] {
    padding-top: 46rem;
  }
  .lg\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-4xl {
    font-size: 3rem;
  }
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .lg\:delay-1000 {
    transition-delay: 1s;
  }
  .lg\:delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .lg\:duration-200 {
    transition-duration: 0.2s;
  }
  .lg\:flex-gap-y-5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .lg\:flex-gap-y-5 > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .lg\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .lg\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:right-\[-22\.5rem\] {
    right: -22.5rem;
  }
  .xl\:top-12 {
    top: 3rem;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-mt-0 {
    margin-top: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mt-\[1\.125rem\] {
    margin-top: 1.125rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:aspect-auto {
    aspect-ratio: auto;
  }
  .xl\:h-\[18rem\] {
    height: 18rem;
  }
  .xl\:max-h-\[4\.5rem\] {
    max-height: 4.5rem;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-3\/5 {
    width: 60%;
  }
  .xl\:w-4\/5 {
    width: 80%;
  }
  .xl\:w-48 {
    width: 12rem;
  }
  .xl\:w-60 {
    width: 15rem;
  }
  .xl\:w-\[17\%\] {
    width: 17%;
  }
  .xl\:w-\[18rem\] {
    width: 18rem;
  }
  .xl\:w-\[21\.5\%\] {
    width: 21.5%;
  }
  .xl\:w-\[25\%\] {
    width: 25%;
  }
  .xl\:w-\[25rem\] {
    width: 25rem;
  }
  .xl\:w-\[26rem\] {
    width: 26rem;
  }
  .xl\:w-\[30\.2\%\] {
    width: 30.2%;
  }
  .xl\:w-\[47\.6\%\] {
    width: 47.6%;
  }
  .xl\:w-\[48\.5\%\] {
    width: 48.5%;
  }
  .xl\:w-\[50\%\] {
    width: 50%;
  }
  .xl\:w-\[63\%\] {
    width: 63%;
  }
  .xl\:w-\[70\%\] {
    width: 70%;
  }
  .xl\:w-\[calc\(12\.5rem\+50\%\)\] {
    width: calc(12.5rem + 50%);
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[4\.5rem\] {
    max-width: 4.5rem;
  }
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
  .xl\:basis-0 {
    flex-basis: 0px;
  }
  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-x-6 {
    column-gap: 1.5rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-60 {
    padding-bottom: 15rem;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .xl\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .xl\:pb-\[5\.5rem\] {
    padding-bottom: 5.5rem;
  }
  .xl\:pb-\[7\.625rem\] {
    padding-bottom: 7.625rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-\[0\] {
    padding-left: 0;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }
  .xl\:pt-\[4\.6875rem\] {
    padding-top: 4.6875rem;
  }
  .xl\:pt-\[40rem\] {
    padding-top: 40rem;
  }
  .xl\:pt-\[42rem\] {
    padding-top: 42rem;
  }
  .xl\:pt-\[44rem\] {
    padding-top: 44rem;
  }
  .xl\:pt-\[46rem\] {
    padding-top: 46rem;
  }
  .xl\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }
  .xl\:text-\[3rem\] {
    font-size: 3rem;
  }
  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }
  .xl\:leading-7 {
    line-height: 1.75rem;
  }
  .xl\:leading-\[3rem\] {
    line-height: 3rem;
  }
  .xl\:flex-gap-x-0,
  .xl\:flex-gap-x-0 > * {
    margin-right: 0;
    margin-left: 0;
  }
  .xl\:flex-gap-y-0,
  .xl\:flex-gap-y-0 > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:flex-gap-x-6 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .xl\:flex-gap-x-6 > * {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1921px) {
  .\33xl\:h-48 {
    height: 12rem;
  }
  .\33xl\:w-48 {
    width: 12rem;
  }
  .\33xl\:w-\[1500px\] {
    width: 1500px;
  }
  .\33xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }
  .\33xl\:bg-contain {
    background-size: contain;
  }
}
@media (min-width: 2561px) {
  .\34xl\:w-\[2400px\] {
    width: 2400px;
  }
  .\34xl\:max-w-\[2400px\] {
    max-width: 2400px;
  }
}
@media (min-width: 3841px) {
  .\35xl\:w-\[3600px\] {
    width: 3600px;
  }
  .\35xl\:max-w-\[3600px\] {
    max-width: 3600px;
  }
}
@media (min-width: 5761px) {
  .\36xl\:w-\[4800px\] {
    width: 4800px;
  }
  .\36xl\:max-w-\[4800px\] {
    max-width: 4800px;
  }
}
.marketoForm div:first-child() {
  margin: 0.625rem 0 1.375rem !important;
}
form.marketoForm {
  margin-top: 3rem;
}
.marketoForm label {
  font-style: normal;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  padding: 1.25rem 0;
}
.marketoForm label,
.marketoForm label strong {
  font-weight: 400;
  font-size: 1rem;
}
.marketoForm label div {
  display: inline-flex;
  color: #e00d42;
  padding-right: 0.3125rem;
}
.marketoForm input[type="email"],
.marketoForm input[type="tel"],
.marketoForm input[type="text"],
.marketoForm select,
.marketoForm textarea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 0.0625rem solid #737373;
}
.marketoForm input[type="text"],
.marketoForm select,
.marketoForm textarea {
  width: 100%;
}
.marketoForm input:focus,
.marketoForm select:focus,
.marketoForm textarea:focus {
  outline: none;
}
.marketoForm input[type="radio"] {
  width: 0.75rem;
  height: 0.75rem;
  color: #004070;
  display: inline-flex;
}
.marketoForm #LbllaurentianBankBusinessClient span {
  font-size: 0.75rem;
}
.marketoForm .mktoRadioList {
  display: inline-block;
}
.marketoForm .mktoAsterix {
  display: none;
}
.marketoForm select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  padding: 0.75rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  border-right: 1.875rem solid #fff;
}
input.mktoInvalid {
  border-color: #ae0a33 !important;
  background-color: #feecf0;
}
.mktoErrorMsg {
  color: #ae0a33;
  font-size: 0.75rem;
  padding-top: 0.5rem;
}
.mktoErrorArrow,
.mktoErrorArrowWrap {
  color: #000;
}
.mktoFieldWrap {
  margin: 0.625rem 0 1.25rem;
}
.mktoRadioList {
  padding: 1rem;
}
.mktoRadioList label {
  padding: 0 1.25rem 0 0.625rem;
}
.mktoCheckboxList label {
  display: block;
  width: 100%;
  padding: 1.25rem 2.5rem 1rem;
  min-height: 1rem;
}
.marketoForm input[type="checkbox"] {
  position: absolute;
  margin: 1.5rem 1rem;
  height: 0.875rem;
  width: 0.875rem;
}
.marketoForm .mktoHtmlText {
  width: 100%;
  font-size: 14px;
}
.marketoForm p#consentDesc a {
  color: #030303;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.marketoForm p#consentDesc strong {
  font-size: 1rem;
}
.marketoForm #LblformComments span {
  font-size: 0.75rem;
}
.mktoHtmlText h3 {
  margin-bottom: 1rem;
}
.marketoForm #formComments {
  height: 15.6rem;
  resize: none;
}
button.mktoButton {
  padding: 1rem 2rem;
  height: 3.375rem;
  background: #e00d42;
  border-radius: 0.25rem;
  color: #fff;
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 767px) {
  button.mktoButton {
    width: 100%;
  }
}
.calendar.react-datepicker {
  font-family: Inter;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
}
.calendar .react-datepicker__header {
  padding: 0;
}
.calendar .react-datepicker__day-names {
  background-color: #fff;
  padding: 0.5rem 0.5rem 0;
  display: flex;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}
.calendar .react-datepicker__day-name {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.calendar .react-datepicker__month {
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.calendar .react-datepicker__month .react-datepicker__week {
  padding-left: 0.5rem;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
}
.calendar .react-datepicker__month .react-datepicker__week > div {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--keyboard-selected,
.calendar .react-datepicker__month .react-datepicker__week > div:hover {
  background-color: #f5f5f5;
  border-radius: 100%;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--keyboard-selected:focus {
  outline-color: #9fd5fc;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--selected {
  background-color: #004070;
  color: #fff;
  border-radius: 100%;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--selected:focus {
  outline-color: #9fd5fc;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--today {
  border-radius: 100%;
  border: 0.125rem solid #004070;
  background-color: #fff;
  color: #004070;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--today:focus {
  outline-color: #9fd5fc;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--outside-month {
  color: #e1e2e5;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--outside-month:focus {
  outline-color: #9fd5fc;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--disabled {
  color: #e1e2e5;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--disabled:focus {
  outline-color: #9fd5fc;
  background-color: #fff;
}
.calendar
  .react-datepicker__month
  .react-datepicker__week
  > div.react-datepicker__day--disabled:hover {
  background-color: #fff;
}
.react-datepicker-popper[data-placement^="top"] {
  padding-bottom: 1.1875rem !important;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  position: absolute !important;
  z-index: auto !important;
  height: 1.25rem !important;
  width: 2rem !important;
  left: -3.6875rem !important;
  bottom: -1.25rem !important;
  overflow: hidden;
  transform: translate(20rem) !important;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  box-sizing: border-box !important;
  position: absolute !important;
  content: "" !important;
  bottom: 0 !important;
  border: none !important;
  height: 1.375rem !important;
  width: 1.375rem !important;
  display: block !important;
  transform: rotate(45deg) !important;
  background-color: #fff !important;
  box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25) !important;
  top: -0.6875rem !important;
  left: 0.3125rem !important;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after {
  bottom: 0 !important;
  box-sizing: border-box !important;
  position: absolute !important;
  height: 0 !important;
  width: 0 !important;
  content: "" !important;
  border: 0 !important;
  left: 0 !important;
  box-shadow: none !important;
}
.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 1.3125rem !important;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: absolute !important;
  width: 0 !important;
  transform: translate(20rem) !important;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before {
  box-sizing: border-box !important;
  position: absolute !important;
  content: "" !important;
  border: 0 !important;
  height: 1.375rem !important;
  width: 1.375rem !important;
  display: block !important;
  transform: rotate(45deg) !important;
  background-color: #004070 !important;
  box-shadow: none !important;
  top: -0.6875rem !important;
  left: -3.6875rem !important;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after {
  z-index: -1 !important;
  box-sizing: border-box !important;
  position: absolute !important;
  height: 0 !important;
  width: 0 !important;
  content: "" !important;
  left: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-width: medium 0 !important;
  top: 0 !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
