.table:not(:last-child), .table-container:not(:last-child) {
  margin-bottom: 0.25rem;
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  cursor: default !important;
  pointer-events: none !important;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

html {
  background-color: var(--bal-body-color-background);
  font-size: var(--bal-body-text-size);
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  touch-action: manipulation;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--bal-body-font-family);
}

body {
  color: var(--bal-body-color-text);
  font-size: var(--bal-body-text-size);
  font-weight: var(--bal-body-font-weight);
  line-height: var(--bal-body-text-line-height);
  -webkit-overflow-scrolling: auto;
}

button {
  color: inherit;
}

p:not(.text) {
  hyphens: auto;
  margin: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p:not(.text) strong {
  color: currentColor;
}
p:not(.text):not(:last-child) {
  margin-bottom: var(--bal-space-normal);
}

small {
  font-size: var(--bal-text-size-small);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  color: inherit;
  font-weight: var(--bal-font-weight-bold);
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

fieldset {
  border: none;
}

@font-face {
  font-family: BaloiseCreateHeadline;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("BaloiseCreateHeadline"), local("BaloiseCreateHeadline-bold"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateHeadline-bold.woff2") format("woff2"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateHeadline-bold.woff") format("woff");
}
@font-face {
  font-family: BaloiseCreateHeadline;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("BaloiseCreateHeadline-light"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateHeadline-light.woff2") format("woff2"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateHeadline-light.woff") format("woff");
}
@font-face {
  font-family: BaloiseCreateText;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("BaloiseCreateText-bold"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateText-bold.woff2") format("woff2"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateText-bold.woff") format("woff");
}
@font-face {
  font-family: BaloiseCreateText;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("BaloiseCreateText"), local("BaloiseCreateText-regular"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateText-regular.woff2") format("woff2"), url("https://www.baloise.ch/app-integration/assets/fonts/BaloiseCreateText-regular.woff") format("woff");
}
/**
 * Do not edit directly, this file was auto-generated.
 */
:root {
  --bal-animation-transition-duration: 300ms;
  --bal-animation-transition-easing: cubic-bezier(0.25, 0.8, 0.5, 1);
  --bal-color-white: #ffffff;
  --bal-color-black: #000000;
  --bal-color-blue-1: #e5e7f0;
  --bal-color-blue-2: #b3b6d4;
  --bal-color-blue-3: #656ea8;
  --bal-color-blue-4: #293485;
  --bal-color-blue-5: #000d6e;
  --bal-color-blue-6: #000739;
  --bal-color-green-1: #e9fbf7;
  --bal-color-green-2: #cbf2ec;
  --bal-color-green-3: #94e3d4;
  --bal-color-green-4: #21d9ac;
  --bal-color-green-5: #00b28f;
  --bal-color-green-6: #1b5951;
  --bal-color-purple-1: #f9f3ff;
  --bal-color-purple-2: #e1d9ff;
  --bal-color-purple-3: #b8b2ff;
  --bal-color-purple-4: #be82fa;
  --bal-color-purple-5: #9f52cc;
  --bal-color-purple-6: #6c2273;
  --bal-color-yellow-1: #fff9e8;
  --bal-color-yellow-2: #ffecbc;
  --bal-color-yellow-3: #fae052;
  --bal-color-yellow-4: #ffbe19;
  --bal-color-yellow-5: #fa9319;
  --bal-color-yellow-6: #b24a00;
  --bal-color-red-1: #ffeef1;
  --bal-color-red-2: #ffd7d7;
  --bal-color-red-3: #ffaca6;
  --bal-color-red-4: #ff596f;
  --bal-color-red-5: #d9304c;
  --bal-color-red-6: #99172d;
  --bal-color-grey-1: #fafafa;
  --bal-color-grey-2: #f6f6f6;
  --bal-color-grey-3: #e8e8e8;
  --bal-color-grey-4: #b6b6b6;
  --bal-color-grey-5: #747474;
  --bal-color-grey-6: #313131;
  --bal-color-light-blue-1: #e5f1fe;
  --bal-color-light-blue-2: #a7d1fa;
  --bal-color-light-blue-3: #56a7f5;
  --bal-color-light-blue-4: #6672cc;
  --bal-color-light-blue-5: #0014aa;
  --bal-color-light-blue-6: #000a55;
  --bal-color-info-1: #e8f1fb;
  --bal-color-info-2: #a4c9ed;
  --bal-color-info-3: #60a0e0;
  --bal-color-info-4: #1c77d2;
  --bal-color-info-5: #155ba3;
  --bal-color-info-6: #0e457b;
  --bal-color-success-1: #e8f3ec;
  --bal-color-success-2: #a1cfb3;
  --bal-color-success-3: #5bab7a;
  --bal-color-success-4: #168741;
  --bal-color-success-5: #116b34;
  --bal-color-success-6: #0b5227;
  --bal-color-warning-1: #fff9e8;
  --bal-color-warning-2: #ffe5a3;
  --bal-color-warning-3: #ffd25e;
  --bal-color-warning-4: #ffbe19;
  --bal-color-warning-5: #f99319;
  --bal-color-warning-6: #c97612;
  --bal-color-danger-1: #fce8e6;
  --bal-color-danger-2: #f7a299;
  --bal-color-danger-3: #f05d4d;
  --bal-color-danger-4: #ea1800;
  --bal-color-danger-5: #cb1501;
  --bal-color-danger-6: #a01100;
  --bal-color-background-neutral: rgba(0, 0, 0, 0);
  --bal-color-brand-core-neutral: rgba(0, 0, 0, 0);
  --bal-container-size-detail-page: 744px; /** Deprecated container size for the website */
  --bal-container-size-compact: 896px; /** Tailored container size designed for form wizard applications or pages. */
  --bal-container-size-base: 1496px; /** The default container size is versatile and suitable for various applications and website pages. */
  --bal-container-size-fluid: 100%; /** The container for fullscreen application with a large table for example. */
  --bal-opacity-0: 0;
  --bal-opacity-30: 0.3;
  --bal-opacity-40: 0.4;
  --bal-opacity-50: 0.5;
  --bal-opacity-60: 0.6;
  --bal-opacity-80: 0.8;
  --bal-opacity-100: 1;
  --bal-z-index-deep: -999999; /** Deep z-index is used to stack something behind everything else. */
  --bal-z-index: 1; /** The default z-index for components and elements inside components. */
  --bal-z-index-masked: 100; /** Default z-index for masked interface elements. */
  --bal-z-index-mask: 200; /** Default z-index for masking interface elements. */
  --bal-z-index-sticky: 300; /** Default z-index for sticky interface elements. */
  --bal-z-index-navigation: 400; /** Default z-index for navigation. */
  --bal-z-index-popup: 1000; /** Default z-index for popups that stacks on top of all other elements. */
  --bal-z-index-modal: 1100; /** Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible. */
  --bal-z-index-toast: 1200; /** Default z-index for toast and snackbar messages. */
  --bal-z-index-tooltip: 1300; /** Default z-index for tooltips. */
  --bal-shadow-small: 0 2px 5px 1px rgba(0, 7, 57, 0.15);
  --bal-shadow-base: 0 0 10px 0 rgba(0, 7, 57, 0.15); /** Default shadow size to elevate an element. */
  --bal-shadow-large: 0 0 30px 0 rgba(0, 7, 57, 0.15); /** Large shadow are used for hover effects. */
  --bal-shadow-header: 0 4px 4px 0 rgba(0, 7, 57, 0.15); /** Shadow effect for a header bar */
  --bal-shadow-text-base: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 80px rgba(0, 0, 0, 0.5); /** Increases readability when used on a image background. */
  --bal-border-width-small: 0.0625rem; /** The small border size is crafted for subtle, refined delineation. */
  --bal-border-width-base: 0.125rem; /** The normal border size strikes a harmonious balance, offering a versatile choice for defining boundaries within your design. */
  --bal-border-width-large: 0.25rem; /** The large border size makes a bold statement, creating strong visual contrasts and emphasizing key elements within your interface. */
  --bal-breakpoint-tablet: 769px; /** Tailored for tablet devices, this breakpoint ensures a seamless and optimized user experience on medium-sized screens. */
  --bal-breakpoint-desktop: 1024px; /** Optimized for desktop screens, this breakpoint provides a spacious canvas for your design, allowing for more intricate layouts and detailed content presentation. */
  --bal-breakpoint-high-definition: 1280px; /** Designed for high-definition displays, this breakpoint elevates your interface to a level of visual richness and clarity. */
  --bal-breakpoint-widescreen: 1440px; /** Tailored for widescreen monitors, this breakpoint offers a panoramic view that accommodates expansive content layouts. */
  --bal-breakpoint-fullhd: 1920px; /** Crafted for Full HD displays, this breakpoint strikes a balance between detail and performance. */
  --bal-radius-base: 0.25rem; /** The normal radius token strikes a balance between softness and structure. */
  --bal-radius-large: 0.75rem; /** The large radius token makes a bold visual statement by significantly rounding the corners of elements. */
  --bal-radius-rounded: 9999px; /** The rounded radius token embraces a curvier design language, introducing a high degree of softness and fluidity to your elements. */
  --bal-space-xxx-small: 0.125rem; /** Minimum space between two elements */
  --bal-space-xx-small: 0.25rem; /** Minimum space between two elements */
  --bal-space-x-small: 0.5rem; /** Space between text and icons or headings and content or clickable elements */
  --bal-space-small: 0.75rem;
  --bal-space-normal: 1rem; /** Space between large headings and content. */
  --bal-space-medium: 1.25rem; /** Inner padding of cards */
  --bal-space-medium-desktop: 1.5rem;
  --bal-space-large: 1.5rem; /** Space between cards */
  --bal-space-large-desktop: 2rem;
  --bal-space-x-large: 2rem; /** Space between heading and card */
  --bal-space-x-large-tablet: 2.5rem;
  --bal-space-x-large-desktop: 3rem;
  --bal-space-xx-large: 3rem;
  --bal-space-xx-large-tablet: 3.5rem;
  --bal-space-xx-large-desktop: 4rem;
  --bal-space-xxx-large: 3.5rem; /** Footer bottom padding */
  --bal-space-xxx-large-tablet: 4.5rem;
  --bal-space-xxx-large-desktop: 6rem;
  --bal-space-xxxx-large: 4rem; /** Space between sections */
  --bal-space-xxxx-large-tablet: 6rem;
  --bal-space-xxxx-large-desktop: 8rem;
  --bal-font-family-title: BaloiseCreateHeadline, Arial, sans-serif;
  --bal-font-family-text: BaloiseCreateText, Arial, sans-serif;
  --bal-font-weight-bold: 700; /** Bold is used for headings, links and buttons. */
  --bal-font-weight-regular: 400; /** Default width of paragraphs. Only available with the font BaloiseCreateText. */
  --bal-font-weight-light: 300; /** Can be used for secondary headings. Only available with the font BaloiseCreateHeadline. */
  --bal-text-size-x-small: 0.75rem; /** Should only be used for helper texts or validation messages of a form control. */
  --bal-text-size-small: 0.875rem; /** Should only be used for label texts. */
  --bal-text-size-normal: 1rem; /** Should only be used for label texts. */
  --bal-text-size-medium: 1rem; /** Should only be used in a 2/3 grid column to improve readability. */
  --bal-text-size-medium-tablet: 1.125rem;
  --bal-text-size-large: 1.125rem; /** Should only be used for standard card titles and headings of level 4 or for lead text/paragraphs after a heading. */
  --bal-text-size-large-tablet: 1.25rem;
  --bal-text-size-x-large: 1.25rem; /** Should only be used for form titles, quick link navigation's and headings of level 3. */
  --bal-text-size-x-large-tablet: 1.5rem;
  --bal-text-size-xx-large: 1.5rem; /** Should only be used for content titles and headings of level 2. */
  --bal-text-size-xx-large-tablet: 2rem;
  --bal-text-size-xxx-large: 1.75rem; /** Should only be used for stage titles and headings of level 1. */
  --bal-text-size-xxx-large-tablet: 2.5rem;
  --bal-text-size-xxxx-large: 2rem; /** Should only be uses to illustrate large stage areas. */
  --bal-text-size-xxxx-large-tablet: 3rem;
  --bal-text-size-xxxxx-large: 3rem; /** Should only be uses to illustrate large stage areas. */
  --bal-text-size-xxxxx-large-tablet: 5rem;
  --bal-text-line-height-title: 1.3; /** Standard line-height for the headings. */
  --bal-text-line-height-text: 1.5; /** Default line height for all text elements. */
  --bal-badge-space-base: 0.5rem;
  --bal-badge-size-small: 0.75rem;
  --bal-badge-size-normal: 1.5rem;
  --bal-badge-size-large: 2rem;
  --bal-button-color-background-link-base: rgba(0, 0, 0, 0);
  --bal-button-color-background-link-hover: rgba(0, 0, 0, 0);
  --bal-button-color-background-link-active: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-secondary-base: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-link-base: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-link-hover: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-link-active: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-tertiary-base: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-tertiary-hover: rgba(0, 0, 0, 0);
  --bal-button-color-background-inverted-tertiary-active: rgba(0, 0, 0, 0);
  --bal-card-color-text-base: inherit;
  --bal-card-color-text-white: inherit;
  --bal-card-color-text-info: inherit;
  --bal-card-color-text-success: inherit;
  --bal-card-color-text-warning: inherit;
  --bal-card-color-text-danger: inherit;
  --bal-card-color-text-grey: inherit;
  --bal-card-color-text-grey-light: inherit;
  --bal-card-color-text-red: inherit;
  --bal-card-color-text-red-light: inherit;
  --bal-card-color-text-red-lighter: inherit;
  --bal-card-color-text-green: inherit;
  --bal-card-color-text-green-light: inherit;
  --bal-card-color-text-green-lighter: inherit;
  --bal-card-color-text-purple: inherit;
  --bal-card-color-text-purple-light: inherit;
  --bal-card-color-text-purple-lighter: inherit;
  --bal-card-color-text-yellow: inherit;
  --bal-card-color-text-yellow-light: inherit;
  --bal-card-color-text-yellow-lighter: inheriter;
  --bal-card-space-small: 1rem;
  --bal-card-space-small-tablet: 1.5rem;
  --bal-card-space-small-desktop: 1.5rem;
  --bal-card-space-normal: 1rem;
  --bal-card-space-normal-tablet: 1.5rem;
  --bal-card-space-normal-desktop: 1.5rem;
  --bal-card-space-large: 1rem;
  --bal-card-space-large-tablet: 2rem;
  --bal-card-space-large-desktop: 3rem;
  --bal-close-color-background-base: rgba(0, 0, 0, 0);
  --bal-heading-color-basic: inherit;
  --bal-link-font-family: inherit;
  --bal-link-text-decoration: underline;
  --bal-link-text-underline-offset: 0.25rem;
  --bal-tag-space-small-y: 0;
  --bal-tag-space-small-x: 0.75rem;
  --bal-tag-space-normal-y: 0.25rem;
  --bal-tag-space-normal-x: 0.75rem;
  --bal-tag-space-medium-y: 0.5rem;
  --bal-tag-space-medium-x: 1rem;
  --bal-tag-space-large-y: 0.75rem;
  --bal-tag-space-large-x: 1.5rem;
  --bal-color-primary-1: var(--bal-color-blue-1);
  --bal-color-primary-2: var(--bal-color-blue-2);
  --bal-color-primary-3: var(--bal-color-blue-3);
  --bal-color-primary-4: var(--bal-color-blue-4);
  --bal-color-primary-5: var(--bal-color-blue-5);
  --bal-color-primary-6: var(--bal-color-blue-6);
  --bal-color-background-white: var(--bal-color-white);
  --bal-color-background-grey-light: var(--bal-color-grey-2);
  --bal-color-background-grey: var(--bal-color-grey-3);
  --bal-color-background-light-blue: var(--bal-color-light-blue-2);
  --bal-color-background-green-lighter: var(--bal-color-green-1); /** Default brand background color to use */
  --bal-color-background-green-light: var(--bal-color-green-2);
  --bal-color-background-green: var(--bal-color-green-3); /** Use this background for call to action sections */
  --bal-color-background-purple-lighter: var(--bal-color-purple-1); /** Default brand background color to use */
  --bal-color-background-purple-light: var(--bal-color-purple-2);
  --bal-color-background-purple: var(--bal-color-purple-3); /** Use this background for call to action sections */
  --bal-color-background-yellow-lighter: var(--bal-color-yellow-1); /** Default brand background color to use */
  --bal-color-background-yellow-light: var(--bal-color-yellow-2);
  --bal-color-background-yellow: var(--bal-color-yellow-3); /** Use this background for call to action sections */
  --bal-color-background-red-lighter: var(--bal-color-red-1); /** Default brand background color to use */
  --bal-color-background-red-light: var(--bal-color-red-2);
  --bal-color-background-red: var(--bal-color-red-3); /** Use this background for call to action sections */
  --bal-color-background-disabled: var(--bal-color-grey-3);
  --bal-color-background-info: var(--bal-color-info-3);
  --bal-color-background-success: var(--bal-color-success-3);
  --bal-color-background-warning: var(--bal-color-warning-3);
  --bal-color-background-danger: var(--bal-color-danger-3);
  --bal-color-border-white: var(--bal-color-white); /** Default color on dark backgrounds. */
  --bal-color-border-grey-light: var(--bal-color-grey-2); /** Can be use for a divider */
  --bal-color-border-grey-base: var(--bal-color-grey-3); /** Default border color used for form controls */
  --bal-color-border-grey-dark: var(--bal-color-grey-4); /** Use for disabled state. */
  --bal-color-border-primary-hover: var(--bal-color-light-blue-5);
  --bal-color-border-inverted-primary-hover: var(--bal-color-light-blue-2);
  --bal-color-border-inverted-primary-active: var(--bal-color-light-blue-4);
  --bal-color-border-info-base: var(--bal-color-info-4);
  --bal-color-border-info-hover: var(--bal-color-info-5);
  --bal-color-border-info-active: var(--bal-color-info-6);
  --bal-color-border-success-base: var(--bal-color-success-4);
  --bal-color-border-success-hover: var(--bal-color-success-5);
  --bal-color-border-success-active: var(--bal-color-success-6);
  --bal-color-border-warning-base: var(--bal-color-warning-4);
  --bal-color-border-warning-hover: var(--bal-color-warning-5);
  --bal-color-border-warning-active: var(--bal-color-warning-6);
  --bal-color-border-danger-base: var(--bal-color-danger-4);
  --bal-color-border-danger-hover: var(--bal-color-danger-5);
  --bal-color-border-danger-active: var(--bal-color-danger-6);
  --bal-color-border-purple-base: var(--bal-color-purple-4);
  --bal-color-border-purple-hover: var(--bal-color-purple-5);
  --bal-color-border-purple-active: var(--bal-color-purple-6);
  --bal-color-border-green-base: var(--bal-color-green-4);
  --bal-color-border-green-hover: var(--bal-color-green-5);
  --bal-color-border-green-active: var(--bal-color-green-6);
  --bal-color-border-red-base: var(--bal-color-red-4);
  --bal-color-border-red-hover: var(--bal-color-red-5);
  --bal-color-border-red-active: var(--bal-color-red-6);
  --bal-color-border-yellow-base: var(--bal-color-yellow-4);
  --bal-color-border-yellow-hover: var(--bal-color-yellow-5);
  --bal-color-border-yellow-active: var(--bal-color-yellow-6);
  --bal-color-brand-core-white: var(--bal-color-white);
  --bal-color-brand-grey-lighter: var(--bal-color-grey-1);
  --bal-color-brand-grey-light: var(--bal-color-grey-2);
  --bal-color-brand-grey-base: var(--bal-color-grey-3);
  --bal-color-brand-grey-dark: var(--bal-color-grey-4);
  --bal-color-brand-grey-darker: var(--bal-color-grey-5);
  --bal-color-brand-grey-darkest: var(--bal-color-grey-6);
  --bal-color-brand-light-blue-lighter: var(--bal-color-light-blue-1);
  --bal-color-brand-light-blue-light: var(--bal-color-light-blue-2);
  --bal-color-brand-light-blue-base: var(--bal-color-light-blue-3);
  --bal-color-brand-light-blue-dark: var(--bal-color-light-blue-4);
  --bal-color-brand-light-blue-darker: var(--bal-color-light-blue-5);
  --bal-color-brand-light-blue-darkest: var(--bal-color-light-blue-6);
  --bal-color-brand-purple-lighter: var(--bal-color-purple-1);
  --bal-color-brand-purple-light: var(--bal-color-purple-2);
  --bal-color-brand-purple-base: var(--bal-color-purple-3);
  --bal-color-brand-purple-dark: var(--bal-color-purple-4);
  --bal-color-brand-purple-darker: var(--bal-color-purple-5);
  --bal-color-brand-purple-darkest: var(--bal-color-purple-6);
  --bal-color-brand-green-lighter: var(--bal-color-green-1);
  --bal-color-brand-green-light: var(--bal-color-green-2);
  --bal-color-brand-green-base: var(--bal-color-green-3);
  --bal-color-brand-green-dark: var(--bal-color-green-4);
  --bal-color-brand-green-darker: var(--bal-color-green-5);
  --bal-color-brand-green-darkest: var(--bal-color-green-6);
  --bal-color-brand-red-lighter: var(--bal-color-red-1);
  --bal-color-brand-red-light: var(--bal-color-red-2);
  --bal-color-brand-red-base: var(--bal-color-red-3);
  --bal-color-brand-red-dark: var(--bal-color-red-4);
  --bal-color-brand-red-darker: var(--bal-color-red-5);
  --bal-color-brand-red-darkest: var(--bal-color-red-6);
  --bal-color-brand-yellow-lighter: var(--bal-color-yellow-1);
  --bal-color-brand-yellow-light: var(--bal-color-yellow-2);
  --bal-color-brand-yellow-base: var(--bal-color-yellow-3);
  --bal-color-brand-yellow-dark: var(--bal-color-yellow-4);
  --bal-color-brand-yellow-darker: var(--bal-color-yellow-5);
  --bal-color-brand-yellow-darkest: var(--bal-color-yellow-6);
  --bal-color-brand-info-lighter: var(--bal-color-info-1);
  --bal-color-brand-info-light: var(--bal-color-info-2);
  --bal-color-brand-info-base: var(--bal-color-info-3);
  --bal-color-brand-info-dark: var(--bal-color-info-4);
  --bal-color-brand-info-darker: var(--bal-color-info-5);
  --bal-color-brand-info-darkest: var(--bal-color-info-6);
  --bal-color-brand-success-lighter: var(--bal-color-success-1);
  --bal-color-brand-success-light: var(--bal-color-success-2);
  --bal-color-brand-success-base: var(--bal-color-success-3);
  --bal-color-brand-success-dark: var(--bal-color-success-4);
  --bal-color-brand-success-darker: var(--bal-color-success-5);
  --bal-color-brand-success-darkest: var(--bal-color-success-6);
  --bal-color-brand-warning-lighter: var(--bal-color-warning-1);
  --bal-color-brand-warning-light: var(--bal-color-warning-2);
  --bal-color-brand-warning-base: var(--bal-color-warning-3);
  --bal-color-brand-warning-dark: var(--bal-color-warning-4);
  --bal-color-brand-warning-darker: var(--bal-color-warning-5);
  --bal-color-brand-warning-darkest: var(--bal-color-warning-6);
  --bal-color-brand-danger-lighter: var(--bal-color-danger-1);
  --bal-color-brand-danger-light: var(--bal-color-danger-2);
  --bal-color-brand-danger-base: var(--bal-color-danger-3);
  --bal-color-brand-danger-dark: var(--bal-color-danger-4);
  --bal-color-brand-danger-darker: var(--bal-color-danger-5);
  --bal-color-brand-danger-darkest: var(--bal-color-danger-6);
  --bal-color-text-white: var(--bal-color-white); /** Main font color for all headings and paragraphs on a dark background. */
  --bal-color-text-black: var(--bal-color-black);
  --bal-color-text-primary-hover: var(--bal-color-light-blue-5);
  --bal-color-text-inverted-primary-hover: var(--bal-color-light-blue-2);
  --bal-color-text-inverted-primary-active: var(--bal-color-info-3);
  --bal-color-text-grey-light: var(--bal-color-grey-4); /** Font color for disabled texts */
  --bal-color-text-grey: var(--bal-color-grey-5); /** Font color for placeholders */
  --bal-color-text-grey-dark: var(--bal-color-grey-6); /** Font color for disabled elements */
  --bal-color-text-info: var(--bal-color-info-4);
  --bal-color-text-warning: var(--bal-color-warning-5);
  --bal-color-text-success: var(--bal-color-success-4);
  --bal-color-text-danger: var(--bal-color-danger-4);
  --bal-color-text-danger-hover: var(--bal-color-danger-5);
  --bal-color-text-danger-active: var(--bal-color-danger-6);
  --bal-body-text-line-height: var(--bal-text-line-height-text);
  --bal-body-text-size: var(--bal-text-size-normal);
  --bal-body-font-family: var(--bal-font-family-text);
  --bal-body-font-weight: var(--bal-font-weight-regular);
  --bal-container-space: var(--bal-space-normal); /** Default space of a container to left and right side. */
  --bal-container-space-tablet: var(--bal-space-x-large-tablet); /** Default space on tablets of a container to left and right side. */
  --bal-container-space-desktop: var(--bal-space-x-large-desktop); /** Default space on desktops of a container to left and right side. */
  --bal-column-gap: var(--bal-space-normal);
  --bal-space-xxx-small-tablet: var(--bal-space-xx-small);
  --bal-space-xxx-small-desktop: var(--bal-space-xx-small);
  --bal-space-xx-small-tablet: var(--bal-space-xx-small);
  --bal-space-xx-small-desktop: var(--bal-space-xx-small);
  --bal-space-x-small-tablet: var(--bal-space-x-small);
  --bal-space-x-small-desktop: var(--bal-space-x-small);
  --bal-space-small-tablet: var(--bal-space-small);
  --bal-space-small-desktop: var(--bal-space-small);
  --bal-space-normal-tablet: var(--bal-space-normal);
  --bal-space-normal-desktop: var(--bal-space-normal);
  --bal-space-medium-tablet: var(--bal-space-medium);
  --bal-space-large-tablet: var(--bal-space-large);
  --bal-text-size-x-small-tablet: var(--bal-text-size-x-small);
  --bal-text-size-x-small-desktop: var(--bal-text-size-x-small);
  --bal-text-size-small-tablet: var(--bal-text-size-small);
  --bal-text-size-small-desktop: var(--bal-text-size-small);
  --bal-text-size-normal-tablet: var(--bal-text-size-normal);
  --bal-text-size-normal-desktop: var(--bal-text-size-normal);
  --bal-text-size-medium-desktop: var(--bal-text-size-medium-tablet);
  --bal-text-size-large-desktop: var(--bal-text-size-large-tablet);
  --bal-text-size-x-large-desktop: var(--bal-text-size-x-large-tablet);
  --bal-text-size-xx-large-desktop: var(--bal-text-size-xx-large-tablet);
  --bal-text-size-xxx-large-desktop: var(--bal-text-size-xxx-large-tablet);
  --bal-text-size-xxxx-large-desktop: var(--bal-text-size-xxxx-large-tablet);
  --bal-text-size-xxxxx-large-desktop: var(--bal-text-size-xxxxx-large-tablet);
  --bal-badge-font-family: var(--bal-font-family-title);
  --bal-badge-font-weight: var(--bal-font-weight-bold);
  --bal-button-font-family: var(--bal-font-family-title);
  --bal-button-font-weight: var(--bal-font-weight-bold);
  --bal-button-font-size-small: var(--bal-text-size-small);
  --bal-button-line-height: var(--bal-text-line-height-title);
  --bal-button-radius-base: var(--bal-radius-base);
  --bal-button-radius-rounded: var(--bal-radius-rounded);
  --bal-button-border-link-base: var(--bal-border-width-base) solid transparent;
  --bal-button-border-link-hover: var(--bal-border-width-base) solid transparent;
  --bal-button-border-link-active: var(--bal-border-width-base) solid transparent;
  --bal-button-border-inverted-secondary-hover: var(--bal-border-width-base) solid var(--bal-color-light-blue-3);
  --bal-button-border-inverted-secondary-active: var(--bal-border-width-base) solid var(--bal-color-light-blue-5);
  --bal-button-border-inverted-tertiary-base: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-tertiary-base);
  --bal-button-border-inverted-tertiary-hover: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-tertiary-hover);
  --bal-button-border-inverted-tertiary-active: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-tertiary-active);
  --bal-button-color-background-secondary-base: var(--bal-color-brand-core-neutral);
  --bal-button-color-background-tertiary-base: var(--bal-color-brand-core-neutral);
  --bal-button-shadow-base: var(--bal-shadow-text-base);
  --bal-card-radius-base: var(--bal-radius-large);
  --bal-card-radius-square: var(--bal-radius-base);
  --bal-card-shadow-base: var(--bal-shadow-base);
  --bal-card-shadow-large: var(--bal-shadow-large);
  --bal-card-outlined-border-base: var(--bal-border-width-base) dashed var(--bal-color-border-grey-base);
  --bal-card-outlined-border-purple-lighter: var(--bal-border-width-base) dashed var(--bal-color-border-purple-base);
  --bal-card-outlined-border-purple-light: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-purple: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-red-lighter: var(--bal-border-width-base) dashed var(--bal-color-border-red-base);
  --bal-card-outlined-border-red-light: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-red: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-yellow-lighter: var(--bal-border-width-base) dashed var(--bal-color-border-yellow-base);
  --bal-card-outlined-border-yellow-light: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-yellow: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-green-lighter: var(--bal-border-width-base) dashed var(--bal-color-border-green-base);
  --bal-card-outlined-border-green-light: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-green: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-primary: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-info: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-success: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-warning: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-danger: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-grey: var(--bal-border-width-base) solid transparent;
  --bal-card-outlined-border-grey-light: var(--bal-border-width-base) dashed var(--bal-color-border-grey-base);
  --bal-close-radius-base: var(--bal-radius-rounded);
  --bal-close-color-background-inverted-hover: rgba(255, 255, 255, 0.3);
  --bal-close-color-background-inverted-active: rgba(255, 255, 255, 0.5);
  --bal-divider-border-width-base: var(--bal-border-width-base);
  --bal-divider-radius-base: var(--bal-radius-rounded);
  --bal-heading-font-family: var(--bal-font-family-title);
  --bal-heading-font-weight: var(--bal-font-weight-bold);
  --bal-heading-line-height: var(--bal-text-line-height-title);
  --bal-heading-size-1: var(--bal-text-size-xxx-large);
  --bal-heading-size-1-tablet: var(--bal-text-size-xxx-large-tablet);
  --bal-heading-size-2: var(--bal-text-size-xx-large);
  --bal-heading-size-2-tablet: var(--bal-text-size-xx-large-tablet);
  --bal-heading-size-3: var(--bal-text-size-x-large);
  --bal-heading-size-3-tablet: var(--bal-text-size-x-large-tablet);
  --bal-heading-size-4: var(--bal-text-size-large);
  --bal-heading-size-4-tablet: var(--bal-text-size-large-tablet);
  --bal-heading-size-5: var(--bal-text-size-normal);
  --bal-heading-size-xxxxx-large: var(--bal-text-size-xxxxx-large);
  --bal-heading-size-xxxxx-large-tablet: var(--bal-text-size-xxxxx-large-tablet);
  --bal-heading-size-xxxx-large: var(--bal-text-size-xxxx-large);
  --bal-heading-size-xxxx-large-tablet: var(--bal-text-size-xxxx-large-tablet);
  --bal-heading-size-xxx-large: var(--bal-text-size-xxx-large);
  --bal-heading-size-xxx-large-tablet: var(--bal-text-size-xxx-large-tablet);
  --bal-heading-size-xx-large: var(--bal-text-size-xx-large);
  --bal-heading-size-xx-large-tablet: var(--bal-text-size-xx-large-tablet);
  --bal-heading-size-x-large: var(--bal-text-size-x-large);
  --bal-heading-size-x-large-tablet: var(--bal-text-size-x-large-tablet);
  --bal-heading-size-large: var(--bal-text-size-large);
  --bal-heading-size-large-tablet: var(--bal-text-size-large-tablet);
  --bal-heading-size-medium: var(--bal-text-size-medium);
  --bal-heading-size-medium-tablet: var(--bal-text-size-medium-tablet);
  --bal-heading-size-normal: var(--bal-text-size-normal);
  --bal-heading-size-display-1: var(--bal-text-size-xxxxx-large);
  --bal-heading-size-display-1-tablet: var(--bal-text-size-xxxxx-large-tablet);
  --bal-heading-size-display-2: var(--bal-text-size-xxxx-large);
  --bal-heading-size-display-2-tablet: var(--bal-text-size-xxxx-large-tablet);
  --bal-heading-subtitle-font-weight: var(--bal-font-weight-light);
  --bal-heading-shadow: var(--bal-shadow-text-base);
  --bal-heading-space-base: var(--bal-space-x-small);
  --bal-heading-space-display: var(--bal-space-normal);
  --bal-label-font-family: var(--bal-font-family-text);
  --bal-label-font-weight: var(--bal-font-weight-bold);
  --bal-label-line-height: var(--bal-text-line-height-text);
  --bal-label-size-xxx-large: var(--bal-text-size-xxx-large);
  --bal-label-size-xxx-large-tablet: var(--bal-text-size-xxx-large-tablet);
  --bal-label-size-xx-large: var(--bal-text-size-xx-large);
  --bal-label-size-xx-large-tablet: var(--bal-text-size-xx-large-tablet);
  --bal-label-size-x-large: var(--bal-text-size-x-large);
  --bal-label-size-x-large-tablet: var(--bal-text-size-x-large-tablet);
  --bal-label-size-large: var(--bal-text-size-large);
  --bal-label-size-large-tablet: var(--bal-text-size-large-tablet);
  --bal-label-size-medium: var(--bal-text-size-medium);
  --bal-label-size-medium-tablet: var(--bal-text-size-medium-tablet);
  --bal-label-size-normal: var(--bal-text-size-normal);
  --bal-label-size-small: var(--bal-text-size-small);
  --bal-link-font-weight: var(--bal-font-weight-bold);
  --bal-link-line-height: var(--bal-text-line-height-text);
  --bal-link-text-decoration-thickness: var(--bal-border-width-base);
  --bal-tag-font-family: var(--bal-font-family-text);
  --bal-tag-font-weight-small: var(--bal-font-weight-regular);
  --bal-tag-font-weight-normal: var(--bal-font-weight-bold);
  --bal-tag-font-weight-medium: var(--bal-font-weight-bold);
  --bal-tag-font-weight-large: var(--bal-font-weight-bold);
  --bal-tag-line-height: var(--bal-text-line-height-text);
  --bal-tag-text-size-small: var(--bal-text-size-small);
  --bal-tag-text-size-normal: var(--bal-text-size-normal);
  --bal-tag-text-size-medium: var(--bal-text-size-normal);
  --bal-tag-text-size-large: var(--bal-text-size-normal);
  --bal-tag-radius-base: var(--bal-radius-large);
  --bal-tag-radius-square: var(--bal-radius-base);
  --bal-tag-radius-pill: var(--bal-radius-rounded);
  --bal-tag-color-background-grey: var(--bal-color-grey-4);
  --bal-tag-color-background-info: var(--bal-color-info-4);
  --bal-tag-color-background-success: var(--bal-color-success-4);
  --bal-tag-color-background-warning: var(--bal-color-warning-4);
  --bal-tag-color-background-danger: var(--bal-color-danger-4);
  --bal-tag-color-background-purple-dark: var(--bal-color-purple-6);
  --bal-tag-color-background-red-dark: var(--bal-color-red-6);
  --bal-tag-color-background-yellow-dark: var(--bal-color-yellow-6);
  --bal-tag-color-background-green-dark: var(--bal-color-green-6);
  --bal-color-border-base: var(--bal-color-border-grey-base); /** Default border color */
  --bal-color-border-inverted: var(--bal-color-border-white); /** Default color on dark backgrounds. */
  --bal-color-border-disabled: var(--bal-color-border-grey-dark); /** Disabled. */
  --bal-color-border-primary-light: var(--bal-color-primary-3); /** Disabled or secondary color on dark backgrounds */
  --bal-color-border-primary-base: var(--bal-color-primary-5); /** Use for focused or selected state. */
  --bal-color-border-primary-active: var(--bal-color-primary-6);
  --bal-color-border-inverted-primary-base: var(--bal-color-primary-4);
  --bal-color-brand-primary-lighter: var(--bal-color-primary-3);
  --bal-color-brand-primary-light: var(--bal-color-primary-4);
  --bal-color-brand-primary-base: var(--bal-color-primary-5);
  --bal-color-brand-primary-dark: var(--bal-color-primary-5);
  --bal-color-brand-primary-darker: var(--bal-color-primary-5);
  --bal-color-brand-primary-darkest: var(--bal-color-primary-6);
  --bal-color-text-primary: var(--bal-color-primary-5); /** Main font color for all headings and paragraphs. */
  --bal-color-text-primary-active: var(--bal-color-primary-6);
  --bal-color-text-inverted-primary: var(--bal-color-text-white);
  --bal-color-text-primary-light: var(--bal-color-primary-3); /** Secondary font color for help messages. */
  --bal-color-text-disabled: var(--bal-color-text-grey-dark);
  --bal-color-text-inverted-disabled: var(--bal-color-primary-3);
  --bal-body-color-background: var(--bal-color-background-white);
  --bal-shadow-outline-base: 0 0 0 2px var(--bal-color-brand-core-white), 0 0 0 5px var(--bal-color-brand-purple-darkest);
  --bal-shadow-outline-base-inset: 0 0 0 2px inset var(--bal-color-brand-core-white), 0 0 0 5px inset var(--bal-color-brand-purple-darkest);
  --bal-shadow-outline-inverted: 0 0 0 2px var(--bal-color-brand-core-white), 0 0 0 5px var(--bal-color-brand-yellow-base);
  --bal-shadow-outline-inverted-inset: 0 0 0 2px inset var(--bal-color-brand-core-white), 0 0 0 5px inset var(--bal-color-brand-yellow-base);
  --bal-badge-color-text-grey: var(--bal-color-text-grey-dark);
  --bal-badge-color-background-base: var(--bal-color-background-red);
  --bal-badge-color-background-red: var(--bal-color-background-red);
  --bal-badge-color-background-green: var(--bal-color-background-green);
  --bal-badge-color-background-yellow: var(--bal-color-background-yellow);
  --bal-badge-color-background-purple: var(--bal-color-background-purple);
  --bal-badge-color-background-grey: var(--bal-color-background-grey);
  --bal-badge-color-background-success: var(--bal-color-background-green);
  --bal-badge-color-background-warning: var(--bal-color-background-yellow);
  --bal-badge-color-background-danger: var(--bal-color-background-red);
  --bal-button-border-primary-hover: var(--bal-border-width-base) solid var(--bal-color-border-primary-hover);
  --bal-button-border-secondary-hover: var(--bal-border-width-base) solid var(--bal-color-border-primary-hover);
  --bal-button-border-tertiary-base: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-base);
  --bal-button-border-tertiary-purple-dash: var(--bal-border-width-base) dashed var(--bal-color-border-purple-base);
  --bal-button-border-tertiary-purple-hover: var(--bal-border-width-base) solid var(--bal-color-border-purple-hover);
  --bal-button-border-tertiary-purple-active: var(--bal-border-width-base) solid var(--bal-color-border-purple-active);
  --bal-button-border-tertiary-red-dash: var(--bal-border-width-base) dashed var(--bal-color-border-red-base);
  --bal-button-border-tertiary-red-hover: var(--bal-border-width-base) solid var(--bal-color-border-red-hover);
  --bal-button-border-tertiary-red-active: var(--bal-border-width-base) solid var(--bal-color-border-red-active);
  --bal-button-border-tertiary-yellow-dash: var(--bal-border-width-base) dashed var(--bal-color-border-yellow-base);
  --bal-button-border-tertiary-yellow-hover: var(--bal-border-width-base) solid var(--bal-color-border-yellow-hover);
  --bal-button-border-tertiary-yellow-active: var(--bal-border-width-base) solid var(--bal-color-border-yellow-active);
  --bal-button-border-tertiary-green-dash: var(--bal-border-width-base) dashed var(--bal-color-border-green-base);
  --bal-button-border-tertiary-green-hover: var(--bal-border-width-base) solid var(--bal-color-border-green-hover);
  --bal-button-border-tertiary-green-active: var(--bal-border-width-base) solid var(--bal-color-border-green-active);
  --bal-button-border-info-base: var(--bal-border-width-base) solid var(--bal-color-border-info-hover);
  --bal-button-border-info-hover: var(--bal-border-width-base) solid var(--bal-color-border-info-hover);
  --bal-button-border-info-active: var(--bal-border-width-base) solid var(--bal-color-border-info-active);
  --bal-button-border-success-base: var(--bal-border-width-base) solid var(--bal-color-border-success-hover);
  --bal-button-border-success-hover: var(--bal-border-width-base) solid var(--bal-color-border-success-hover);
  --bal-button-border-success-active: var(--bal-border-width-base) solid var(--bal-color-border-success-active);
  --bal-button-border-warning-base: var(--bal-border-width-base) solid var(--bal-color-border-warning-hover);
  --bal-button-border-warning-hover: var(--bal-border-width-base) solid var(--bal-color-border-warning-hover);
  --bal-button-border-warning-active: var(--bal-border-width-base) solid var(--bal-color-border-warning-active);
  --bal-button-border-danger-base: var(--bal-border-width-base) solid var(--bal-color-border-danger-hover);
  --bal-button-border-danger-hover: var(--bal-border-width-base) solid var(--bal-color-border-danger-hover);
  --bal-button-border-danger-active: var(--bal-border-width-base) solid var(--bal-color-border-danger-active);
  --bal-button-border-inverted-secondary-base: var(--bal-border-width-base) solid var(--bal-color-border-white);
  --bal-button-color-background-primary-hover: var(--bal-color-brand-light-blue-darker);
  --bal-button-color-background-secondary-hover: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-secondary-active: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-tertiary-hover: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-tertiary-active: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-tertiary-purple-base: var(--bal-color-brand-purple-lighter);
  --bal-button-color-background-tertiary-purple-hover: var(--bal-color-brand-purple-lighter);
  --bal-button-color-background-tertiary-purple-active: var(--bal-color-brand-purple-lighter);
  --bal-button-color-background-tertiary-purple-dash: var(--bal-color-brand-purple-light);
  --bal-button-color-background-tertiary-red-base: var(--bal-color-brand-red-lighter);
  --bal-button-color-background-tertiary-red-hover: var(--bal-color-brand-red-lighter);
  --bal-button-color-background-tertiary-red-active: var(--bal-color-brand-red-lighter);
  --bal-button-color-background-tertiary-red-dash: var(--bal-color-brand-red-light);
  --bal-button-color-background-tertiary-green-base: var(--bal-color-brand-green-lighter);
  --bal-button-color-background-tertiary-green-hover: var(--bal-color-brand-green-lighter);
  --bal-button-color-background-tertiary-green-active: var(--bal-color-brand-green-lighter);
  --bal-button-color-background-tertiary-green-dash: var(--bal-color-brand-green-light);
  --bal-button-color-background-tertiary-yellow-base: var(--bal-color-brand-yellow-lighter);
  --bal-button-color-background-tertiary-yellow-hover: var(--bal-color-brand-yellow-lighter);
  --bal-button-color-background-tertiary-yellow-active: var(--bal-color-brand-yellow-lighter);
  --bal-button-color-background-tertiary-yellow-dash: var(--bal-color-brand-yellow-light);
  --bal-button-color-background-accent-base: var(--bal-color-brand-grey-light);
  --bal-button-color-background-accent-hover: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-accent-active: var(--bal-color-brand-light-blue-light);
  --bal-button-color-background-info-base: var(--bal-color-brand-info-lighter);
  --bal-button-color-background-info-hover: var(--bal-color-brand-info-darker);
  --bal-button-color-background-info-active: var(--bal-color-brand-info-darkest);
  --bal-button-color-background-success-base: var(--bal-color-brand-success-lighter);
  --bal-button-color-background-success-hover: var(--bal-color-brand-success-darker);
  --bal-button-color-background-success-active: var(--bal-color-brand-success-darkest);
  --bal-button-color-background-warning-base: var(--bal-color-brand-warning-lighter);
  --bal-button-color-background-warning-hover: var(--bal-color-brand-warning-darker);
  --bal-button-color-background-warning-active: var(--bal-color-brand-warning-darkest);
  --bal-button-color-background-danger-base: var(--bal-color-brand-danger-lighter);
  --bal-button-color-background-danger-hover: var(--bal-color-brand-danger-darker);
  --bal-button-color-background-danger-active: var(--bal-color-brand-danger-darkest);
  --bal-button-color-background-inverted-primary-base: var(--bal-color-brand-core-white);
  --bal-button-color-background-inverted-primary-hover: var(--bal-color-brand-light-blue-lighter);
  --bal-button-color-background-inverted-primary-active: var(--bal-color-brand-light-blue-darker);
  --bal-button-color-background-inverted-accent-base: var(--bal-color-primary-4);
  --bal-button-color-background-inverted-accent-hover: var(--bal-color-brand-light-blue-light);
  --bal-button-color-background-inverted-accent-active: var(--bal-color-brand-core-white);
  --bal-button-color-background-disabled-base: var(--bal-color-background-disabled);
  --bal-button-color-text-link-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-primary-base: var(--bal-color-text-white);
  --bal-button-color-text-primary-hover: var(--bal-color-text-white);
  --bal-button-color-text-primary-active: var(--bal-color-text-white);
  --bal-button-color-text-secondary-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-tertiary-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-tertiary-purple-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-tertiary-yellow-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-tertiary-red-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-tertiary-green-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-accent-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-info-hover: var(--bal-color-text-white);
  --bal-button-color-text-info-active: var(--bal-color-text-white);
  --bal-button-color-text-success-hover: var(--bal-color-text-white);
  --bal-button-color-text-success-active: var(--bal-color-text-white);
  --bal-button-color-text-warning-hover: var(--bal-color-text-white);
  --bal-button-color-text-warning-active: var(--bal-color-text-white);
  --bal-button-color-text-danger-hover: var(--bal-color-text-white);
  --bal-button-color-text-danger-active: var(--bal-color-text-white);
  --bal-button-color-text-inverted-primary-active: var(--bal-color-text-white);
  --bal-button-color-text-inverted-secondary-base: var(--bal-color-text-white);
  --bal-button-color-text-inverted-secondary-hover: var(--bal-color-text-white);
  --bal-button-color-text-inverted-secondary-active: var(--bal-color-text-white);
  --bal-button-color-text-inverted-accent-base: var(--bal-color-text-white);
  --bal-button-color-text-inverted-accent-hover: var(--bal-color-text-primary-hover);
  --bal-button-color-text-inverted-link-hover: var(--bal-color-text-inverted-primary-hover);
  --bal-button-color-text-inverted-link-active: var(--bal-color-text-inverted-primary-active);
  --bal-button-color-text-inverted-tertiary-hover: var(--bal-color-text-inverted-primary-hover);
  --bal-button-color-text-inverted-tertiary-active: var(--bal-color-text-inverted-primary-active);
  --bal-button-color-text-disabled-base: var(--bal-color-text-grey);
  --bal-card-color-background-base: var(--bal-color-background-white);
  --bal-card-color-background-white: var(--bal-color-background-white);
  --bal-card-color-background-info: var(--bal-color-brand-info-light);
  --bal-card-color-background-success: var(--bal-color-brand-success-light);
  --bal-card-color-background-warning: var(--bal-color-brand-warning-light);
  --bal-card-color-background-danger: var(--bal-color-brand-danger-light);
  --bal-card-color-background-grey: var(--bal-color-background-grey);
  --bal-card-color-background-grey-light: var(--bal-color-background-grey-light);
  --bal-card-color-background-red: var(--bal-color-background-red);
  --bal-card-color-background-red-light: var(--bal-color-background-red-light);
  --bal-card-color-background-red-lighter: var(--bal-color-background-red-lighter);
  --bal-card-color-background-green: var(--bal-color-background-green);
  --bal-card-color-background-green-light: var(--bal-color-background-green-light);
  --bal-card-color-background-green-lighter: var(--bal-color-background-green-lighter);
  --bal-card-color-background-purple: var(--bal-color-background-purple);
  --bal-card-color-background-purple-light: var(--bal-color-background-purple-light);
  --bal-card-color-background-purple-lighter: var(--bal-color-background-purple-lighter);
  --bal-card-color-background-yellow: var(--bal-color-background-yellow);
  --bal-card-color-background-yellow-light: var(--bal-color-background-yellow-light);
  --bal-card-color-background-yellow-lighter: var(--bal-color-background-yellow-lighter);
  --bal-card-color-text-primary: var(--bal-color-text-white);
  --bal-close-color-background-hover: rgba(0, 7, 57, 0.1);
  --bal-close-color-background-active: rgba(0, 7, 57, 0.3);
  --bal-close-color-icon-inverted: var(--bal-color-text-white);
  --bal-divider-color-background-base: var(--bal-color-border-grey-base);
  --bal-divider-color-background-grey-light: var(--bal-color-border-grey-light);
  --bal-divider-color-background-grey: var(--bal-color-border-grey-base);
  --bal-divider-color-background-grey-dark: var(--bal-color-border-grey-dark);
  --bal-divider-color-background-warning: var(--bal-color-border-warning-base);
  --bal-divider-color-background-success: var(--bal-color-border-success-base);
  --bal-divider-color-background-danger: var(--bal-color-border-danger-base);
  --bal-divider-color-background-danger-dark: var(--bal-color-border-danger-hover);
  --bal-divider-color-background-danger-darker: var(--bal-color-border-danger-active);
  --bal-divider-color-background-white: var(--bal-color-border-white);
  --bal-divider-color-background-light-blue: var(--bal-color-border-primary-hover);
  --bal-heading-size-1-desktop: var(--bal-text-size-xxx-large-desktop);
  --bal-heading-size-2-desktop: var(--bal-text-size-xx-large-desktop);
  --bal-heading-size-3-desktop: var(--bal-text-size-x-large-desktop);
  --bal-heading-size-4-desktop: var(--bal-text-size-large-desktop);
  --bal-heading-size-5-tablet: var(--bal-text-size-normal-tablet);
  --bal-heading-size-5-desktop: var(--bal-text-size-normal-desktop);
  --bal-heading-size-xxxxx-large-desktop: var(--bal-text-size-xxxxx-large-desktop);
  --bal-heading-size-xxxx-large-desktop: var(--bal-text-size-xxxx-large-desktop);
  --bal-heading-size-xxx-large-desktop: var(--bal-text-size-xxx-large-desktop);
  --bal-heading-size-xx-large-desktop: var(--bal-text-size-xx-large-desktop);
  --bal-heading-size-x-large-desktop: var(--bal-text-size-x-large-desktop);
  --bal-heading-size-large-desktop: var(--bal-text-size-large-desktop);
  --bal-heading-size-medium-desktop: var(--bal-text-size-medium-desktop);
  --bal-heading-size-normal-tablet: var(--bal-text-size-normal-tablet);
  --bal-heading-size-normal-desktop: var(--bal-text-size-normal-desktop);
  --bal-heading-size-display-1-desktop: var(--bal-text-size-xxxxx-large-desktop);
  --bal-heading-size-display-2-desktop: var(--bal-text-size-xxxx-large-desktop);
  --bal-heading-color-info: var(--bal-color-text-info);
  --bal-heading-color-success: var(--bal-color-text-success);
  --bal-heading-color-warning: var(--bal-color-text-warning);
  --bal-heading-color-danger: var(--bal-color-text-danger);
  --bal-heading-color-white: var(--bal-color-text-white);
  --bal-heading-subtitle-font-family: var(--bal-heading-font-family);
  --bal-label-color-success: var(--bal-color-text-success);
  --bal-label-color-danger: var(--bal-color-text-danger);
  --bal-label-color-warning: var(--bal-color-text-warning);
  --bal-label-color-hover: var(--bal-color-text-primary-hover);
  --bal-label-color-danger-hover: var(--bal-color-text-danger-hover);
  --bal-label-color-danger-active: var(--bal-color-text-danger-active);
  --bal-label-color-disabled: var(--bal-color-text-grey);
  --bal-label-size-xxx-large-desktop: var(--bal-text-size-xxx-large-desktop);
  --bal-label-size-xx-large-desktop: var(--bal-text-size-xx-large-desktop);
  --bal-label-size-x-large-desktop: var(--bal-text-size-x-large-desktop);
  --bal-label-size-large-desktop: var(--bal-text-size-large-desktop);
  --bal-label-size-medium-desktop: var(--bal-text-size-medium-desktop);
  --bal-label-size-normal-tablet: var(--bal-text-size-normal-tablet);
  --bal-label-size-normal-desktop: var(--bal-text-size-normal-desktop);
  --bal-label-size-small-tablet: var(--bal-text-size-small-tablet);
  --bal-label-size-small-desktop: var(--bal-text-size-small-desktop);
  --bal-link-color-text-primary-hover: var(--bal-color-text-primary-hover);
  --bal-link-color-text-inverted-base: var(--bal-color-text-white);
  --bal-link-color-text-inverted-hover: var(--bal-color-text-inverted-primary-hover);
  --bal-link-color-text-inverted-active: var(--bal-color-text-inverted-primary-active);
  --bal-tag-color-text-primary: var(--bal-color-text-white);
  --bal-tag-color-text-grey: var(--bal-color-text-white);
  --bal-tag-color-text-info: var(--bal-color-text-white);
  --bal-tag-color-text-success: var(--bal-color-text-white);
  --bal-tag-color-text-danger: var(--bal-color-text-white);
  --bal-tag-color-text-purple-dark: var(--bal-color-text-white);
  --bal-tag-color-text-red-dark: var(--bal-color-text-white);
  --bal-tag-color-text-yellow-dark: var(--bal-color-text-white);
  --bal-tag-color-text-green-dark: var(--bal-color-text-white);
  --bal-tag-color-background-base: var(--bal-color-background-grey);
  --bal-tag-color-background-purple: var(--bal-color-background-purple);
  --bal-tag-color-background-red: var(--bal-color-background-red);
  --bal-tag-color-background-yellow: var(--bal-color-background-yellow);
  --bal-tag-color-background-green: var(--bal-color-background-green);
  --bal-tag-color-background-purple-light: var(--bal-color-background-purple-light);
  --bal-tag-color-background-red-light: var(--bal-color-background-red-light);
  --bal-tag-color-background-yellow-light: var(--bal-color-background-yellow-light);
  --bal-tag-color-background-green-light: var(--bal-color-background-green-light);
  --bal-color-background-primary-light: var(--bal-color-brand-primary-light);
  --bal-color-background-primary: var(--bal-color-brand-primary-base);
  --bal-color-border-inverted-disabled: var(--bal-color-border-primary-light); /** Disabled. */
  --bal-color-brand-core-primary: var(--bal-color-brand-primary-darker); /** Blue is our accent color and it is present on every touchpoint. Our logo, text, buttons and links are blue. */
  --bal-color-text-hint: var(--bal-color-text-primary-light);
  --bal-body-color-text: var(--bal-color-text-primary);
  --bal-badge-color-text-base: var(--bal-color-text-primary);
  --bal-badge-color-text-red: var(--bal-color-text-primary);
  --bal-badge-color-text-green: var(--bal-color-text-primary);
  --bal-badge-color-text-yellow: var(--bal-color-text-primary);
  --bal-badge-color-text-purple: var(--bal-color-text-primary);
  --bal-badge-color-text-success: var(--bal-color-text-primary);
  --bal-badge-color-text-warning: var(--bal-color-text-primary);
  --bal-badge-color-text-danger: var(--bal-color-text-primary);
  --bal-button-border-primary-base: var(--bal-border-width-base) solid var(--bal-color-border-primary-base);
  --bal-button-border-primary-active: var(--bal-border-width-base) solid var(--bal-color-border-primary-active);
  --bal-button-border-secondary-base: var(--bal-border-width-base) solid var(--bal-color-border-primary-base);
  --bal-button-border-secondary-active: var(--bal-border-width-base) solid var(--bal-color-border-primary-active);
  --bal-button-border-accent-base: var(--bal-border-width-base) solid var(--bal-button-color-background-accent-base);
  --bal-button-border-accent-hover: var(--bal-border-width-base) solid var(--bal-button-color-background-accent-hover);
  --bal-button-border-accent-active: var(--bal-border-width-base) solid var(--bal-button-color-background-accent-active);
  --bal-button-border-tertiary-hover: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-hover);
  --bal-button-border-tertiary-active: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-active);
  --bal-button-border-tertiary-purple-base: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-purple-base);
  --bal-button-border-tertiary-red-base: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-red-base);
  --bal-button-border-tertiary-yellow-base: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-yellow-base);
  --bal-button-border-tertiary-green-base: var(--bal-border-width-base) solid var(--bal-button-color-background-tertiary-green-base);
  --bal-button-border-inverted-primary-base: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-primary-base);
  --bal-button-border-inverted-primary-hover: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-primary-hover);
  --bal-button-border-inverted-primary-active: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-primary-active);
  --bal-button-border-inverted-accent-base: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-accent-base);
  --bal-button-border-inverted-accent-hover: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-accent-hover);
  --bal-button-border-inverted-accent-active: var(--bal-border-width-base) solid var(--bal-button-color-background-inverted-accent-active);
  --bal-button-border-disabled-base: var(--bal-border-width-base) solid var(--bal-button-color-background-disabled-base);
  --bal-button-color-background-primary-base: var(--bal-color-brand-primary-darker);
  --bal-button-color-background-primary-active: var(--bal-color-brand-primary-darkest);
  --bal-button-color-background-inverted-secondary-hover: var(--bal-color-brand-primary-lighter);
  --bal-button-color-background-inverted-secondary-active: var(--bal-color-brand-primary-lighter);
  --bal-button-color-text-neutral-base: var(--bal-color-text-primary);
  --bal-button-color-text-neutral-hover: var(--bal-color-text-primary);
  --bal-button-color-text-neutral-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-link-base: var(--bal-color-text-primary);
  --bal-button-color-text-link-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-secondary-base: var(--bal-color-text-primary);
  --bal-button-color-text-secondary-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-tertiary-base: var(--bal-color-text-primary);
  --bal-button-color-text-tertiary-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-tertiary-purple-base: var(--bal-color-text-primary);
  --bal-button-color-text-tertiary-purple-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-tertiary-yellow-base: var(--bal-color-text-primary);
  --bal-button-color-text-tertiary-yellow-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-tertiary-red-base: var(--bal-color-text-primary);
  --bal-button-color-text-tertiary-red-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-tertiary-green-base: var(--bal-color-text-primary);
  --bal-button-color-text-tertiary-green-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-accent-base: var(--bal-color-text-primary);
  --bal-button-color-text-accent-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-info-base: var(--bal-color-text-primary);
  --bal-button-color-text-success-base: var(--bal-color-text-primary);
  --bal-button-color-text-warning-base: var(--bal-color-text-primary);
  --bal-button-color-text-danger-base: var(--bal-color-text-primary);
  --bal-button-color-text-inverted-primary-base: var(--bal-color-text-primary);
  --bal-button-color-text-inverted-primary-hover: var(--bal-color-text-primary);
  --bal-button-color-text-inverted-accent-active: var(--bal-color-text-primary-active);
  --bal-button-color-text-inverted-link-base: var(--bal-color-text-inverted-primary);
  --bal-button-color-text-inverted-tertiary-base: var(--bal-color-text-inverted-primary);
  --bal-button-shadow-outline-base: var(--bal-shadow-outline-base);
  --bal-button-shadow-outline-inverted: var(--bal-shadow-outline-inverted);
  --bal-close-color-icon-base: var(--bal-color-text-primary);
  --bal-close-shadow-outline-base: var(--bal-shadow-outline-base);
  --bal-close-shadow-outline-inverted: var(--bal-shadow-outline-inverted);
  --bal-divider-color-background-primary: var(--bal-color-border-primary-base);
  --bal-divider-color-background-primary-light: var(--bal-color-border-primary-light);
  --bal-divider-color-background-primary-dark: var(--bal-color-border-primary-active);
  --bal-heading-color-primary: var(--bal-color-text-primary);
  --bal-label-color-base: var(--bal-color-text-primary);
  --bal-label-color-active: var(--bal-color-text-primary-active);
  --bal-link-color-text-primary-base: var(--bal-color-text-primary);
  --bal-link-color-text-primary-active: var(--bal-color-text-primary-active);
  --bal-link-shadow-outline-base: var(--bal-shadow-outline-base);
  --bal-link-shadow-outline-inverted: var(--bal-shadow-outline-inverted);
  --bal-tag-color-text-base: var(--bal-color-text-primary);
  --bal-tag-color-text-warning: var(--bal-color-text-primary);
  --bal-tag-color-text-purple: var(--bal-color-text-primary);
  --bal-tag-color-text-red: var(--bal-color-text-primary);
  --bal-tag-color-text-yellow: var(--bal-color-text-primary);
  --bal-tag-color-text-green: var(--bal-color-text-primary);
  --bal-tag-color-text-purple-light: var(--bal-color-text-primary);
  --bal-tag-color-text-red-light: var(--bal-color-text-primary);
  --bal-tag-color-text-yellow-light: var(--bal-color-text-primary);
  --bal-tag-color-text-green-light: var(--bal-color-text-primary);
  --bal-card-color-background-primary: var(--bal-color-background-primary);
  --bal-tag-color-background-primary: var(--bal-color-background-primary);
}

/**
 * @prop --bal-body-background: Body background color
 * @prop --bal-body-font-family: Body font family
 * @prop --bal-body-color: Body text color
 * @prop --bal-body-font-weight: Body text weight
 * @prop --bal-body-font-size: Body font size
 * @prop --bal-body-line-height: Body line height
 * @prop --bal-divider-background: Divider background color
 * @prop --bal-focus-shadow-start-color: Focus shadow start color
 * @prop --bal-focus-shadow-end-color: Focus shadow start end
 * @prop --bal-focus-shadow: Focus shadow
 * @prop --bal-focus-shadow-inset: Focus shadow inset
 * @prop --bal-focus-shadow-inverted-start-color: Focus shadow start color
 * @prop --bal-focus-shadow-inverted-end-color: Focus shadow end color
 * @prop --bal-focus-shadow-inverted: Focus shadow on a dark background
 * @prop --bal-focus-shadow-inverted-inset: Focus shadow on a dark background inset
 * @prop --bal-small-font-size: TBD
 * @prop --bal-strong-color: TBD
 * @prop --bal-strong-font-weight: TBD
 */
/**
 * @prop --bal-form-field-control-font-size: TBD
 * @prop --bal-form-field-control-font-family: TBD
 * @prop --bal-form-field-control-color: TBD
 * @prop --bal-form-field-control-placeholder-color: TBD
 * @prop --bal-form-field-control-radius: TBD
 * @prop --bal-form-field-control-background: TBD
 * @prop --bal-form-field-control-background-hover: TBD
 * @prop --bal-form-field-control-background-active: TBD
 * @prop --bal-form-field-control-border-width: TBD
 * @prop --bal-form-field-control-border-style: TBD
 * @prop --bal-form-field-control-border-color: TBD
 * @prop --bal-form-field-control-border-color-hover: TBD
 * @prop --bal-form-field-control-border-color-active: TBD
 * @prop --bal-form-field-control-success-background: TBD
 * @prop --bal-form-field-control-success-background-hover: TBD
 * @prop --bal-form-field-control-success-background-active: TBD
 * @prop --bal-form-field-control-success-border-color: TBD
 * @prop --bal-form-field-control-success-border-color-hover: TBD
 * @prop --bal-form-field-control-success-border-color-active: TBD
 * @prop --bal-form-field-control-danger-background: TBD
 * @prop --bal-form-field-control-danger-background-hover: TBD
 * @prop --bal-form-field-control-danger-background-active: TBD
 * @prop --bal-form-field-control-danger-border-color: TBD
 * @prop --bal-form-field-control-danger-border-color-hover: TBD
 * @prop --bal-form-field-control-danger-border-color-active: TBD
 * @prop --bal-form-field-control-disabled-color: TBD
 * @prop --bal-form-field-control-disabled-background: TBD
 * @prop --bal-form-field-control-disabled-border-color: TBD
 * @prop --bal-form-field-label-font-size: TBD
 * @prop --bal-form-field-label-line-height: TBD
 * @prop --bal-form-field-label-font-weight: TBD
 * @prop --bal-form-field-label-font-family: TBD
 * @prop --bal-form-field-label-margin-bottom: TBD
 * @prop --bal-form-field-label-color-hover: TBD
 * @prop --bal-form-field-label-color-active: TBD
 * @prop --bal-form-field-label-success-color: TBD
 * @prop --bal-form-field-label-danger-color: TBD
 * @prop --bal-form-field-label-danger-color-hover: TBD
 * @prop --bal-form-field-label-danger-color-active: TBD
 * @prop --bal-form-field-label-disabled-color TBD
 * @prop --bal-form-field-message-font-size: TBD
 * @prop --bal-form-field-message-font-weight: TBD
 * @prop --bal-form-field-message-color: TBD
 * @prop --bal-form-field-message-color-hover: TBD
 * @prop --bal-form-field-message-color-active: TBD
 * @prop --bal-form-field-message-font-weight: TBD
 * @prop --bal-form-field-message-success-color: TBD
 * @prop --bal-form-field-message-danger-color: TBD
 * @prop --bal-form-field-message-disabled-color: TBD
 * @prop --bal-form-field-icon-color: TBD
 * @prop --bal-form-field-icon-color-hover: TBD
 * @prop --bal-form-field-icon-color-active: TBD
 * @prop --bal-form-field-icon-success-color: TBD
 * @prop --bal-form-field-icon-danger-color: TBD
 * @prop --bal-form-field-icon-disabled-color: TBD
 * @prop --bal-file-label-color: TBD
 * @prop --bal-file-label-color-hover: TBD
 * @prop --bal-file-label-color-active: TBD
 * @prop --bal-file-border-style: TBD
 * @prop --bal-file-label-disabled-color: TBD
 */
:root {
  --bal-form-field-control-font-size: var(--bal-text-size-normal);
  --bal-form-field-control-font-family: var(--bal-font-family-text);
  --bal-form-field-control-color: var(--bal-color-text-primary);
  --bal-form-field-control-placeholder-color: var(--bal-color-text-primary-light);
  --bal-form-field-control-radius: var(--bal-radius-base);
  --bal-form-field-control-background: var(--bal-color-white);
  --bal-form-field-control-background-hover: var(--bal-color-grey-1);
  --bal-form-field-control-background-active: var(--bal-color-grey-1);
  --bal-form-field-control-border-width: var(--bal-border-width-base);
  --bal-form-field-control-border-style: solid;
  --bal-form-field-control-border-color: var(--bal-color-border-base);
  --bal-form-field-control-border-color-hover: var(--bal-form-field-control-border-color);
  --bal-form-field-control-border-color-active: var(--bal-color-border-primary-base);
  --bal-form-field-control-success-background: var(--bal-color-success-1);
  --bal-form-field-control-success-background-hover: var(--bal-color-success-1);
  --bal-form-field-control-success-background-active: var(--bal-color-success-1);
  --bal-form-field-control-success-border-color: var(--bal-color-border-success-base);
  --bal-form-field-control-success-border-color-hover: var(--bal-form-field-control-border-color);
  --bal-form-field-control-success-border-color-active: var(--bal-color-border-primary-base);
  --bal-form-field-control-danger-background: var(--bal-color-danger-1);
  --bal-form-field-control-danger-background-hover: var(--bal-color-danger-1);
  --bal-form-field-control-danger-background-active: var(--bal-color-danger-1);
  --bal-form-field-control-danger-border-color: var(--bal-color-border-danger-base);
  --bal-form-field-control-danger-border-color-hover: var(--bal-form-field-control-border-color);
  --bal-form-field-control-danger-border-color-active: var(--bal-color-border-primary-base);
  --bal-form-field-control-disabled-color: var(--bal-color-text-grey-dark);
  --bal-form-field-control-disabled-background: var(--bal-color-grey-2);
  --bal-form-field-control-disabled-border-color: var(--bal-color-border-grey-dark);
  --bal-form-field-label-font-size: var(--bal-text-size-small);
  --bal-form-field-label-line-height: var(--bal-line-height-small);
  --bal-form-field-label-font-weight: var(--bal-font-weight-bold);
  --bal-form-field-label-font-family: var(--bal-font-family-text);
  --bal-form-field-label-margin-bottom: 0.25rem;
  --bal-form-field-label-color-hover: var(--bal-link-color-text-primary-hover);
  --bal-form-field-label-color-active: var(--bal-link-color-text-primary-active);
  --bal-form-field-label-success-color: var(--bal-color-text-success);
  --bal-form-field-label-danger-color: var(--bal-color-text-danger);
  --bal-form-field-label-danger-color-hover: var(--bal-color-text-danger-hover);
  --bal-form-field-label-danger-color-active: var(--bal-color-text-danger-active);
  --bal-form-field-label-disabled-color: var(--bal-color-text-grey);
  --bal-form-field-message-font-size: var(--bal-text-size-x-small);
  --bal-form-field-message-font-weight: var(--bal-font-weight-regular);
  --bal-form-field-message-color: var(--bal-color-text-primary-light);
  --bal-form-field-message-color-hover: var(--bal-link-color-text-primary-hover);
  --bal-form-field-message-color-active: var(--bal-link-color-text-primary-active);
  --bal-form-field-message-font-weight: var(--bal-font-weight-regular);
  --bal-form-field-message-success-color: var(--bal-color-text-success);
  --bal-form-field-message-danger-color: var(--bal-color-text-danger);
  --bal-form-field-message-disabled-color: var(--bal-color-text-grey);
  --bal-form-field-icon-color: var(--bal-link-color-text-primary-base);
  --bal-form-field-icon-color-hover: var(--bal-link-color-text-primary-hover);
  --bal-form-field-icon-color-active: var(--bal-link-color-text-primary-active);
  --bal-form-field-icon-success-color: var(--bal-color-text-success);
  --bal-form-field-icon-danger-color: var(--bal-color-text-danger);
  --bal-form-field-icon-disabled-color: var(--bal-color-text-grey);
  --bal-file-label-color: var(--bal-link-color-text-primary-base);
  --bal-file-label-color-hover: var(--bal-link-color-text-primary-hover);
  --bal-file-label-color-active: var(--bal-link-color-text-primary-active);
  --bal-file-border-style: dashed;
  --bal-file-label-disabled-color: var(--bal-color-text-grey-dark);
}

/**
 * @prop --bal-list-marker-color: Color of the list marker symbol
 * @prop --bal-list-marker-inverted-color: Color of the list marker symbol on a dark background
 * @prop --bal-list-bullet-radius: Radius of the custom bullet
 * @prop --bal-list-bullet-background: Background color of the custom bullet
 * @prop --bal-list-bullet-background-green: Green background color of the custom bullet
 * @prop --bal-list-bullet-background-red: Red background color of the custom bullet
 * @prop --bal-list-bullet-background-yellow: Yellow background color of the custom bullet
 * @prop --bal-list-bullet-background-purple: Purple background color of the custom bullet
 */
:root {
  --bal-list-marker-color: var(--bal-color-brand-primary-base);
  --bal-list-marker-inverted-color: var(--bal-color-white);
  --bal-list-bullet-radius: var(--bal-radius-rounded);
  --bal-list-bullet-background: var(--bal-color-green-3);
  --bal-list-bullet-background-green: var(--bal-color-green-3);
  --bal-list-bullet-background-red: var(--bal-color-red-3);
  --bal-list-bullet-background-yellow: var(--bal-color-yellow-3);
  --bal-list-bullet-background-purple: var(--bal-color-purple-3);
  --bal-description-list-grid-term: 1fr;
  --bal-description-list-grid-detail: 1fr;
  --bal-description-list-row-gap: var(--bal-space-xx-small);
  --bal-description-list-column-gap: var(--bal-space-normal);
  --bal-description-list-term-color: var(--bal-color-text-primary-light);
  --bal-description-list-term-font-weight: var(--bal-font-weight-regular);
  --bal-description-list-detail-color: var(--bal-color-text-primary);
  --bal-description-list-detail-font-weight: var(--bal-font-weight-regular);
}

/**
 * @prop --bal-table-color: Tables default font color
 * @prop --bal-table-background-color: Tables default background color
 * @prop --bal-table-body-background-color: Table body background
 * @prop --bal-table-cell-border: Table cell border
 * @prop --bal-table-cell-border-width: Table cell border width
 * @prop --bal-table-cell-padding: Table cell padding
 * @prop --bal-table-cell-heading-color: Table cell heading color
 * @prop --bal-table-head-cell-border-width: Table head cell border width
 * @prop --bal-table-head-cell-border-color: Table head cell border color
 * @prop --bal-table-head-cell-color: Table head cell color
 * @prop --bal-table-head-background-color: Table head cell background
 * @prop --bal-table-head-font-size:  Table head cell font size backgound
 * @prop --bal-table-head-font-family: Table head cell font family
 * @prop --bal-table-foot-cell-border-width: Table foot cell border width
 * @prop --bal-table-foot-cell-color: Table foot cell color
 * @prop --bal-table-foot-background-color: Table foot cell background
 * @prop --bal-table-row-background-color-hover: Table row hover background
 * @prop --bal-table-row-background-color-active: Table row pressed background
 * @prop --bal-table-row-color-active: Table row pressed font color
 * @prop --bal-table-striped-row-even-background-color: Table row striped background
 * @prop --bal-table-striped-row-even-background-color-hover: Table row striped background on hover
 */
:root {
  --bal-table-color: var(--bal-color-brand-primary-base);
  --bal-table-background-color: var(--bal-color-white);
  --bal-table-body-background-color: transparent;
  --bal-table-cell-border-color: var(--bal-color-border-base);
  --bal-table-cell-border: 2px solid var(--bal-table-cell-border-color);
  --bal-table-cell-border-width: 0 0 2px;
  --bal-table-cell-padding: 0.5em 0.75em;
  --bal-table-cell-heading-color: var(--bal-color-brand-primary-base);
  --bal-table-head-cell-border-width: 0 0 1px;
  --bal-table-head-cell-border-color: var(--bal-color-brand-primary-base);
  --bal-table-head-cell-color: var(--bal-color-brand-primary-base);
  --bal-table-head-background-color: transparent;
  --bal-table-head-font-size: var(--bal-text-size-normal);
  --bal-table-head-font-family: var(--bal-font-family-text);
  --bal-table-foot-cell-border-width: 0 0 0;
  --bal-table-foot-cell-color: var(--bal-color-brand-primary-base);
  --bal-table-foot-background-color: transparent;
  --bal-table-row-background-color-hover: var(--bal-color-grey-2);
  --bal-table-row-background-color-active: var(--bal-color-primary-1);
  --bal-table-row-color-active: var(--bal-color-brand-primary-base);
  --bal-table-striped-row-even-background-color: var(--bal-color-grey-1);
  --bal-table-striped-row-even-background-color-hover: var(--bal-color-grey-2);
}

.select select, .input, .textarea {
  justify-content: flex-start;
  background-color: var(--bal-form-field-control-background);
  border-color: var(--bal-form-field-control-border-color);
  border-style: var(--bal-form-field-control-border-style);
  border-radius: var(--bal-form-field-control-radius);
  color: var(--bal-form-field-control-color);
}
.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder {
  color: var(--bal-form-field-control-placeholder-color);
}
.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: var(--bal-form-field-control-placeholder-color);
}
.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder {
  color: var(--bal-form-field-control-placeholder-color);
}
.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: var(--bal-form-field-control-placeholder-color);
}
@media (hover: hover) and (pointer: fine) {
  .select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea {
    border-color: var(--bal-form-field-control-border-color-hover);
    background-color: var(--bal-form-field-control-background-hover);
  }
}
.select select.bal-focused, .bal-focused.input, .bal-focused.textarea, .select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea {
  border-color: var(--bal-form-field-control-border-color-active);
  background-color: var(--bal-form-field-control-background-active);
}
.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea {
  background-color: var(--bal-form-field-control-disabled-background);
  border-color: var(--bal-form-field-control-disabled-border-color);
  box-shadow: none;
  color: var(--bal-form-field-control-disabled-color);
}
.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder {
  color: var(--bal-form-field-control-disabled-color);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder {
  color: var(--bal-form-field-control-disabled-color);
}
.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder {
  color: var(--bal-form-field-control-disabled-color);
}
.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder {
  color: var(--bal-form-field-control-disabled-color);
}

.file-cta, .select select, .input, .textarea {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  align-items: center;
  border-width: var(--bal-border-width-base);
  border-color: var(--bal-color-border-base);
  border-radius: var(--bal-radius-base);
  box-shadow: none;
  display: inline-flex;
  font-size: var(--bal-text-size-normal);
  min-height: 3rem;
  height: 3rem;
  line-height: 1.5;
  padding-left: calc(0.75em - var(--bal-border-width-base));
  padding-right: calc(0.75em - var(--bal-border-width-base));
  position: relative;
  vertical-align: top;
}
.file-cta:focus, .select select:focus, .input:focus, .textarea:focus, .is-focused.file-cta, .select select.is-focused, .is-focused.input, .is-focused.textarea, .file-cta:active, .select select:active, .input:active, .textarea:active, .is-active.file-cta, .select select.is-active, .is-active.input, .is-active.textarea {
  outline: none;
}
[disabled].file-cta, .select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .file-cta, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea {
  cursor: default;
}

.textarea, .input {
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
  padding: calc(0.75em - 2px);
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

input.input,
textarea.textarea {
  border-width: 2px;
  border-radius: var(--bal-form-field-control-radius);
  font-size: var(--bal-form-field-control-font-size);
  font-family: var(--bal-form-field-control-font-family);
  color: var(--bal-form-field-control-color);
  outline: none;
  box-shadow: none;
}
input.input.is-danger,
textarea.textarea.is-danger {
  border-color: var(--bal-form-field-control-danger-border-color);
  background: var(--bal-form-field-control-danger-background);
}
input.input.is-danger.bal-focused, input.input.is-danger:focus, input.input.is-danger.is-focused, input.input.is-danger:active, input.input.is-danger.is-active,
textarea.textarea.is-danger.bal-focused,
textarea.textarea.is-danger:focus,
textarea.textarea.is-danger.is-focused,
textarea.textarea.is-danger:active,
textarea.textarea.is-danger.is-active {
  border-color: var(--bal-form-field-control-border-color-active);
}
input.input.is-success,
textarea.textarea.is-success {
  border-color: var(--bal-form-field-control-success-border-color);
  background: var(--bal-form-field-control-success-background);
}
input.input.is-success.bal-focused, input.input.is-success:focus, input.input.is-success.is-focused, input.input.is-success:active, input.input.is-success.is-active,
textarea.textarea.is-success.bal-focused,
textarea.textarea.is-success:focus,
textarea.textarea.is-success.is-focused,
textarea.textarea.is-success:active,
textarea.textarea.is-success.is-active {
  border-color: var(--bal-form-field-control-border-color-active);
}
input.input.is-warning,
textarea.textarea.is-warning {
  border-color: var(--bal-color-border-warning-base);
  background: var(--bal-color-warning-1);
}
input.input.is-warning.bal-focused, input.input.is-warning:focus, input.input.is-warning.is-focused, input.input.is-warning:active, input.input.is-warning.is-active,
textarea.textarea.is-warning.bal-focused,
textarea.textarea.is-warning:focus,
textarea.textarea.is-warning.is-focused,
textarea.textarea.is-warning:active,
textarea.textarea.is-warning.is-active {
  border-color: var(--bal-form-field-control-border-color-active);
}
input.input.is-disabled,
textarea.textarea.is-disabled {
  color: var(--bal-form-field-control-disabled-color);
  border-color: var(--bal-form-field-control-disabled-border-color);
  background: var(--bal-form-field-control-disabled-background);
}

input.is-grouped {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.select {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 3rem;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid var(--bal-form-field-icon-color);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  right: 1.125em;
  z-index: 4;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  width: 100%;
  outline: none;
  border-radius: var(--bal-form-field-control-radius);
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: var(--bal-form-field-control-disabled-border-color);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: var(--bal-form-field-label-color-hover);
}
.select:not(.is-multiple):not(.is-loading):active::after {
  border-color: var(--bal-form-field-label-color-active);
}
.select.is-disabled::after {
  border-color: var(--bal-form-field-control-disabled-border-color) !important;
}
.select.is-success select {
  border-color: var(--bal-form-field-control-success-border-color);
  background: var(--bal-form-field-control-success-background);
}
.select.is-success select.bal-focused, .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  border-color: var(--bal-form-field-control-success-border-color-active);
}
.select.is-success::after {
  border-color: var(--bal-form-field-control-success-border-color) !important;
}
.select.is-success:focus::after, .select.is-success:active::after, .select.is-success:focus-within::after {
  border-color: var(--bal-form-field-control-success-border-color-active) !important;
}
.select.is-danger select {
  border-color: var(--bal-form-field-control-danger-border-color);
  background: var(--bal-form-field-control-danger-background);
}
.select.is-danger select.bal-focused, .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  border-color: var(--bal-form-field-control-danger-border-color-active);
}
.select.is-danger::after {
  border-color: var(--bal-form-field-control-danger-border-color) !important;
}
.select.is-danger:focus::after, .select.is-danger:active::after, .select.is-danger:focus-within::after {
  border-color: var(--bal-form-field-control-danger-border-color-active) !important;
}
.select.is-warning select {
  border-color: var(--bal-color-border-warning-base);
  background: var(--bal-color-warning-1);
}
.select.is-warning select.bal-focused, .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  border-color: var(--bal-color-border-primary);
}
.select.is-warning::after {
  border-color: var(--bal-color-border-warning-base) !important;
}
.select.is-warning:focus::after, .select.is-warning:active::after, .select.is-warning:focus-within::after {
  border-color: var(--bal-color-border-primary) !important;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  font-size: var(--bal-form-field-control-font-size);
  justify-content: center;
}
.file .file-label {
  width: 100%;
  flex-direction: column;
}
.file .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  gap: 0.5rem;
  font-weight: var(--bal-form-field-label-font-weight);
  color: var(--bal-form-field-label-color);
  text-align: center;
  hyphens: auto;
}
.file-label:hover .file-cta,
.file-label:hover .file-label {
  color: var(--bal-form-field-label-color-hover);
}
.file-label:hover .file-cta {
  background-color: var(--bal-form-field-control-background-hover);
  border-color: var(--bal-form-field-control-border-color-hover);
}
.file-label:active .file-cta,
.file-label:active .file-label, .file-label:focus-within .file-cta,
.file-label:focus-within .file-label {
  color: var(--bal-form-field-label-color-active);
}
.file-label:active .file-cta, .file-label:focus-within .file-cta {
  background-color: var(--bal-form-field-control-background-active);
  border-color: var(--bal-form-field-control-border-color-active);
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta {
  justify-content: flex-start;
  border-style: var(--bal-file-border-style);
  border-color: var(--bal-form-field-control-border-color);
  border-radius: var(--bal-form-field-control-radius);
  background: var(--bal-form-field-control-background);
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  gap: 0.5rem;
}

.file-cta {
  background-color: var(--bal-form-field-control-background);
  color: var(--bal-form-field-control-color);
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file.is-success .file-label,
.file.is-success .file-cta {
  color: var(--bal-form-field-label-success-color);
}
.file.is-success .file-cta {
  border-color: var(--bal-form-field-control-success-border-color);
  background: var(--bal-form-field-control-success-background);
}
.file.is-success .file-label:active .file-cta, .file.is-success .file-label:focus-within .file-cta {
  border-color: var(--bal-form-field-control-border-color-active);
  color: var(--bal-link-color-text-primary-active);
}
.file.is-success .file-label:active .file-cta .file-label, .file.is-success .file-label:focus-within .file-cta .file-label {
  color: var(--bal-link-color-text-primary-active);
}

.file.is-danger .file-label,
.file.is-danger .file-cta {
  color: var(--bal-form-field-label-danger-color);
}
.file.is-danger .file-cta {
  border-color: var(--bal-form-field-control-danger-border-color);
  background: var(--bal-form-field-control-danger-background);
}
.file.is-danger .file-label:active .file-cta, .file.is-danger .file-label:focus-within .file-cta {
  border-color: var(--bal-form-field-control-border-color-active);
  color: var(--bal-link-color-text-primary-active);
}
.file.is-danger .file-label:active .file-cta .file-label, .file.is-danger .file-label:focus-within .file-cta .file-label {
  color: var(--bal-link-color-text-primary-active);
}

.file.is-warning .file-label,
.file.is-warning .file-cta {
  color: var(--bal-color-text-warning);
}
.file.is-warning .file-cta {
  border-color: var(--bal-color-border-warning-base);
  background: var(--bal-color-warning-1);
}
.file.is-warning .file-label:active .file-cta, .file.is-warning .file-label:focus-within .file-cta {
  border-color: var(--bal-form-field-control-border-color-active);
  color: var(--bal-link-color-text-primary-active);
}
.file.is-warning .file-label:active .file-cta .file-label, .file.is-warning .file-label:focus-within .file-cta .file-label {
  color: var(--bal-link-color-text-primary-active);
}

.file.is-disabled .file-label,
.file.is-disabled .file-cta {
  color: var(--bal-file-label-disabled-color);
}
.file.is-disabled .file-cta {
  border-color: var(--bal-form-field-control-disabled-border-color);
  background: var(--bal-form-field-control-disabled-background);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.help {
  display: block;
  margin-top: -2px;
  color: var(--bal-form-field-message-color);
  font-size: var(--bal-form-field-message-font-size);
  font-weight: var(--bal-form-field-message-font-weight);
  hyphens: auto;
}
.help.is-danger {
  color: var(--bal-form-field-message-danger-color);
}
.help.is-success {
  color: var(--bal-form-field-message-success-color);
}
.help.is-warning {
  color: var(--bal-color-text-warning);
}
.help.is-disabled {
  color: var(--bal-form-field-message-disabled-color);
}

.field:not(:last-child) {
  margin-bottom: 0.25rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: var(--bal-text-size-small);
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: var(--bal-form-field-control-font-size);
  position: relative;
  text-align: inherit;
}
.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid var(--bal-form-field-control-border-color-active);
  border-radius: var(--bal-radius-rounded);
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.125em;
  width: 1.125em;
  position: absolute !important;
  right: 0.875rem;
  top: 0.875rem;
  z-index: 4;
}

.control.has-icons-right::after {
  right: 2.3rem;
}

.field.is-grouped {
  gap: calc(var(--bal-column-gap) / 2);
}

.field.has-direction-row.is-grouped {
  flex-direction: row;
}

.field.has-direction-column.is-grouped {
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.field.has-direction-column.is-grouped .button {
  width: 100%;
}
.field.has-direction-column.is-grouped .bal-button {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .field.has-direction-auto.is-grouped {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .field.has-direction-auto.is-grouped .control {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 100%;
    margin-right: 0 !important;
  }
  .field.has-direction-auto.is-grouped .control .button {
    min-width: 100%;
  }
  .field.has-direction-auto.is-grouped.is-reverse {
    flex-direction: column-reverse;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  width: 100% !important;
  padding-left: var(--bal-container-space);
  padding-right: var(--bal-container-space);
}
.container.is-fluid {
  max-width: var(--bal-container-size-fluid) !important;
}
.container.is-detail-page {
  max-width: var(--bal-container-size-detail-page) !important;
}
.container.is-compact {
  max-width: var(--bal-container-size-compact) !important;
}
.container.is-blog-page {
  max-width: var(--bal-container-size-blog-page) !important;
}
@media screen and (min-width: 769px), print {
  .container {
    padding-left: var(--bal-container-space-tablet);
    padding-right: var(--bal-container-space-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding-left: var(--bal-container-space-desktop);
    padding-right: var(--bal-container-space-desktop);
    max-width: var(--bal-container-size-normal);
  }
}

.grid {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: var(--bal-column-gap);
}
.grid.is-mobile > .col.is-narrow {
  flex: none;
  width: unset;
}
.grid.is-mobile > .col.is-full {
  flex: none;
  width: 100%;
}
.grid.is-mobile > .col.is-three-quarters {
  flex: none;
  width: 75%;
}
.grid.is-mobile > .col.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.grid.is-mobile > .col.is-half {
  flex: none;
  width: 50%;
}
.grid.is-mobile > .col.is-one-third {
  flex: none;
  width: 33.3333%;
}
.grid.is-mobile > .col.is-one-quarter {
  flex: none;
  width: 25%;
}
.grid.is-mobile > .col.is-one-fifth {
  flex: none;
  width: 20%;
}
.grid.is-mobile > .col.is-two-fifths {
  flex: none;
  width: 40%;
}
.grid.is-mobile > .col.is-three-fifths {
  flex: none;
  width: 60%;
}
.grid.is-mobile > .col.is-four-fifths {
  flex: none;
  width: 80%;
}
.grid.is-mobile > .col.is-offset-three-quarters {
  margin-left: 75%;
}
.grid.is-mobile > .col.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.grid.is-mobile > .col.is-offset-half {
  margin-left: 50%;
}
.grid.is-mobile > .col.is-offset-one-third {
  margin-left: 33.3333%;
}
.grid.is-mobile > .col.is-offset-one-quarter {
  margin-left: 25%;
}
.grid.is-mobile > .col.is-offset-one-fifth {
  margin-left: 20%;
}
.grid.is-mobile > .col.is-offset-two-fifths {
  margin-left: 40%;
}
.grid.is-mobile > .col.is-offset-three-fifths {
  margin-left: 60%;
}
.grid.is-mobile > .col.is-offset-four-fifths {
  margin-left: 80%;
}
.grid.is-mobile > .col.is-0 {
  flex: none;
  width: 0%;
}
.grid.is-mobile > .col.is-offset-0 {
  margin-left: 0%;
}
.grid.is-mobile > .col.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.grid.is-mobile > .col.is-offset-1 {
  margin-left: 8.3333333333%;
}
.grid.is-mobile > .col.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.grid.is-mobile > .col.is-offset-2 {
  margin-left: 16.6666666667%;
}
.grid.is-mobile > .col.is-3 {
  flex: none;
  width: 25%;
}
.grid.is-mobile > .col.is-offset-3 {
  margin-left: 25%;
}
.grid.is-mobile > .col.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.grid.is-mobile > .col.is-offset-4 {
  margin-left: 33.3333333333%;
}
.grid.is-mobile > .col.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.grid.is-mobile > .col.is-offset-5 {
  margin-left: 41.6666666667%;
}
.grid.is-mobile > .col.is-6 {
  flex: none;
  width: 50%;
}
.grid.is-mobile > .col.is-offset-6 {
  margin-left: 50%;
}
.grid.is-mobile > .col.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.grid.is-mobile > .col.is-offset-7 {
  margin-left: 58.3333333333%;
}
.grid.is-mobile > .col.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.grid.is-mobile > .col.is-offset-8 {
  margin-left: 66.6666666667%;
}
.grid.is-mobile > .col.is-9 {
  flex: none;
  width: 75%;
}
.grid.is-mobile > .col.is-offset-9 {
  margin-left: 75%;
}
.grid.is-mobile > .col.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.grid.is-mobile > .col.is-offset-10 {
  margin-left: 83.3333333333%;
}
.grid.is-mobile > .col.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.grid.is-mobile > .col.is-offset-11 {
  margin-left: 91.6666666667%;
}
.grid.is-mobile > .col.is-12 {
  flex: none;
  width: 100%;
}
.grid.is-mobile > .col.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .col.mobile\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.mobile\:is-full {
    flex: none;
    width: 100%;
  }
  .col.mobile\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.mobile\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.mobile\:is-half {
    flex: none;
    width: 50%;
  }
  .col.mobile\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.mobile\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.mobile\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.mobile\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.mobile\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.mobile\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.mobile\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.mobile\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.mobile\:is-offset-half {
    margin-left: 50%;
  }
  .col.mobile\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.mobile\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.mobile\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.mobile\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.mobile\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.mobile-offset-four-fifths {
    margin-left: 80%;
  }
  .col.mobile\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.mobile\:is-offset-0 {
    margin-left: 0%;
  }
  .col.mobile\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.mobile\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.mobile\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.mobile\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.mobile\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.mobile\:is-offset-3 {
    margin-left: 25%;
  }
  .col.mobile\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.mobile\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.mobile\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.mobile\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.mobile\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.mobile\:is-offset-6 {
    margin-left: 50%;
  }
  .col.mobile\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.mobile\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.mobile\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.mobile\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.mobile\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.mobile\:is-offset-9 {
    margin-left: 75%;
  }
  .col.mobile\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.mobile\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.mobile\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.mobile\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.mobile\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.mobile\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .col.is-narrow, .col.tablet\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.is-full, .col.tablet\:is-full {
    flex: none;
    width: 100%;
  }
  .col.is-three-quarters, .col.tablet\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.is-two-thirds, .col.tablet\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.is-half, .col.tablet\:is-half {
    flex: none;
    width: 50%;
  }
  .col.is-one-third, .col.tablet\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.is-one-quarter, .col.tablet\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.is-one-fifth, .col.tablet\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.is-two-fifths, .col.tablet\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.is-three-fifths, .col.tablet\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.is-four-fifths, .col.tablet\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.is-offset-three-quarters, .col.tablet\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.is-offset-two-thirds, .col.tablet\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.is-offset-half, .col.tablet\:is-offset-half {
    margin-left: 50%;
  }
  .col.is-offset-one-third, .col.tablet\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.is-offset-one-quarter, .col.tablet\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.is-offset-one-fifth, .col.tablet\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.is-offset-two-fifths, .col.tablet\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.is-offset-three-fifths, .col.tablet\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.is-offset-four-fifths, .col.tablet\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.is-0, .col.tablet\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.is-offset-0, .col.tablet\:is-offset-0 {
    margin-left: 0%;
  }
  .col.is-1, .col.tablet\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.is-offset-1, .col.tablet\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.is-2, .col.tablet\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.is-offset-2, .col.tablet\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.is-3, .col.tablet\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.is-offset-3, .col.tablet\:is-offset-3 {
    margin-left: 25%;
  }
  .col.is-4, .col.tablet\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.is-offset-4, .col.tablet\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.is-5, .col.tablet\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.is-offset-5, .col.tablet\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.is-6, .col.tablet\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.is-offset-6, .col.tablet\:is-offset-6 {
    margin-left: 50%;
  }
  .col.is-7, .col.tablet\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.is-offset-7, .col.tablet\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.is-8, .col.tablet\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.is-offset-8, .col.tablet\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.is-9, .col.tablet\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.is-offset-9, .col.tablet\:is-offset-9 {
    margin-left: 75%;
  }
  .col.is-10, .col.tablet\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.is-offset-10, .col.tablet\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.is-11, .col.tablet\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.is-offset-11, .col.tablet\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.is-12, .col.tablet\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.is-offset-12, .col.tablet\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.touch\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.touch\:is-full {
    flex: none;
    width: 100%;
  }
  .col.touch\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.touch\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.touch\:is-half {
    flex: none;
    width: 50%;
  }
  .col.touch\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.touch\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.touch\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.touch\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.touch\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.touch\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.touch\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.touch\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.touch\:is-offset-half {
    margin-left: 50%;
  }
  .col.touch\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.touch\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.touch\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.touch\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.touch\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.touch\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.touch\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.touch\:is-offset-0 {
    margin-left: 0%;
  }
  .col.touch\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.touch\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.touch\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.touch\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.touch\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.touch\:is-offset-3 {
    margin-left: 25%;
  }
  .col.touch\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.touch\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.touch\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.touch\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.touch\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.touch\:is-offset-6 {
    margin-left: 50%;
  }
  .col.touch\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.touch\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.touch\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.touch\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.touch\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.touch\:is-offset-9 {
    margin-left: 75%;
  }
  .col.touch\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.touch\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.touch\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.touch\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.touch\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.touch\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col.desktop\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.desktop\:is-full {
    flex: none;
    width: 100%;
  }
  .col.desktop\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.desktop\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.desktop\:is-half {
    flex: none;
    width: 50%;
  }
  .col.desktop\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.desktop\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.desktop\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.desktop\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.desktop\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.desktop\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.desktop\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.desktop\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.desktop\:is-offset-half {
    margin-left: 50%;
  }
  .col.desktop\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.desktop\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.desktop\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.desktop\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.desktop\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.desktop\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.desktop\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.desktop\:is-offset-0 {
    margin-left: 0%;
  }
  .col.desktop\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.desktop\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.desktop\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.desktop\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.desktop\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.desktop\:is-offset-3 {
    margin-left: 25%;
  }
  .col.desktop\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.desktop\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.desktop\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.desktop\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.desktop\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.desktop\:is-offset-6 {
    margin-left: 50%;
  }
  .col.desktop\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.desktop\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.desktop\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.desktop\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.desktop\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.desktop\:is-offset-9 {
    margin-left: 75%;
  }
  .col.desktop\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.desktop\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.desktop\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.desktop\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.desktop\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.desktop\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .col.widescreen\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.widescreen\:is-full {
    flex: none;
    width: 100%;
  }
  .col.widescreen\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.widescreen\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.widescreen\:is-half {
    flex: none;
    width: 50%;
  }
  .col.widescreen\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.widescreen\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.widescreen\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.widescreen\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.widescreen\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.widescreen\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.widescreen\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.widescreen\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.widescreen\:is-offset-half {
    margin-left: 50%;
  }
  .col.widescreen\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.widescreen\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.widescreen\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.widescreen\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.widescreen\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.widescreen\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.widescreen\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.widescreen\:is-offset-0 {
    margin-left: 0%;
  }
  .col.widescreen\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.widescreen\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.widescreen\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.widescreen\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.widescreen\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.widescreen\:is-offset-3 {
    margin-left: 25%;
  }
  .col.widescreen\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.widescreen\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.widescreen\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.widescreen\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.widescreen\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.widescreen\:is-offset-6 {
    margin-left: 50%;
  }
  .col.widescreen\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.widescreen\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.widescreen\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.widescreen\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.widescreen\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.widescreen\:is-offset-9 {
    margin-left: 75%;
  }
  .col.widescreen\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.widescreen\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.widescreen\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.widescreen\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.widescreen\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.widescreen\:is-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col.fullhd\:is-narrow {
    flex: none;
    width: unset;
  }
  .col.fullhd\:is-full {
    flex: none;
    width: 100%;
  }
  .col.fullhd\:is-three-quarters {
    flex: none;
    width: 75%;
  }
  .col.fullhd\:is-two-thirds {
    flex: none;
    width: 66.6666%;
  }
  .col.fullhd\:is-half {
    flex: none;
    width: 50%;
  }
  .col.fullhd\:is-one-third {
    flex: none;
    width: 33.3333%;
  }
  .col.fullhd\:is-one-quarter {
    flex: none;
    width: 25%;
  }
  .col.fullhd\:is-one-fifth {
    flex: none;
    width: 20%;
  }
  .col.fullhd\:is-two-fifths {
    flex: none;
    width: 40%;
  }
  .col.fullhd\:is-three-fifths {
    flex: none;
    width: 60%;
  }
  .col.fullhd\:is-four-fifths {
    flex: none;
    width: 80%;
  }
  .col.fullhd\:is-offset-three-quarters {
    margin-left: 75%;
  }
  .col.fullhd\:is-offset-two-thirds {
    margin-left: 66.6666%;
  }
  .col.fullhd\:is-offset-half {
    margin-left: 50%;
  }
  .col.fullhd\:is-offset-one-third {
    margin-left: 33.3333%;
  }
  .col.fullhd\:is-offset-one-quarter {
    margin-left: 25%;
  }
  .col.fullhd\:is-offset-one-fifth {
    margin-left: 20%;
  }
  .col.fullhd\:is-offset-two-fifths {
    margin-left: 40%;
  }
  .col.fullhd\:is-offset-three-fifths {
    margin-left: 60%;
  }
  .col.fullhd\:is-offset-four-fifths {
    margin-left: 80%;
  }
  .col.fullhd\:is-0 {
    flex: none;
    width: 0%;
  }
  .col.fullhd\:is-offset-0 {
    margin-left: 0%;
  }
  .col.fullhd\:is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .col.fullhd\:is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col.fullhd\:is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .col.fullhd\:is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col.fullhd\:is-3 {
    flex: none;
    width: 25%;
  }
  .col.fullhd\:is-offset-3 {
    margin-left: 25%;
  }
  .col.fullhd\:is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .col.fullhd\:is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col.fullhd\:is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .col.fullhd\:is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col.fullhd\:is-6 {
    flex: none;
    width: 50%;
  }
  .col.fullhd\:is-offset-6 {
    margin-left: 50%;
  }
  .col.fullhd\:is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .col.fullhd\:is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col.fullhd\:is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .col.fullhd\:is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col.fullhd\:is-9 {
    flex: none;
    width: 75%;
  }
  .col.fullhd\:is-offset-9 {
    margin-left: 75%;
  }
  .col.fullhd\:is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .col.fullhd\:is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col.fullhd\:is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .col.fullhd\:is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col.fullhd\:is-12 {
    flex: none;
    width: 100%;
  }
  .col.fullhd\:is-offset-12 {
    margin-left: 100%;
  }
}

.grid {
  margin-left: calc(var(--bal-column-gap) * -1);
  margin-right: calc(var(--bal-column-gap) * -1);
  margin-top: calc(var(--bal-column-gap) * -1);
}
.grid:last-child {
  margin-bottom: calc(var(--bal-column-gap) * -1);
}
.grid:not(:last-child) {
  margin-bottom: calc(1.5rem - var(--bal-column-gap));
}
.grid.is-centered {
  justify-content: center;
}
.grid.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.grid.is-gapless > .col {
  margin: 0;
  padding: 0 !important;
}
.grid.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.grid.is-gapless:last-child {
  margin-bottom: 0;
}
.grid.is-mobile {
  display: flex;
}
.grid.is-multiline {
  flex-wrap: wrap;
}
.grid.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .grid:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .grid.is-desktop {
    display: flex;
  }
}

ol.list,
ul.list,
ol.is-list,
ul.is-list {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}
@media screen and (min-width: 1024px) {
  ol.list,
  ul.list,
  ol.is-list,
  ul.is-list {
    margin-bottom: 2rem;
  }
}
ol.list.is-inside,
ul.list.is-inside,
ol.is-list.is-inside,
ul.is-list.is-inside {
  list-style-position: inside !important;
  margin-left: 0;
}
ol.list.is-inside li,
ul.list.is-inside li,
ol.is-list.is-inside li,
ul.is-list.is-inside li {
  list-style-position: inside !important;
}
ol.list li,
ul.list li,
ol.is-list li,
ul.is-list li {
  hyphens: auto;
  margin-bottom: 1rem;
}
ol.list li:last-child,
ul.list li:last-child,
ol.is-list li:last-child,
ul.is-list li:last-child {
  margin-bottom: 0;
}
ol.list li::marker,
ul.list li::marker,
ol.is-list li::marker,
ul.is-list li::marker {
  color: var(--bal-list-marker-color);
}
ol.list.has-bullet-circle li::marker,
ul.list.has-bullet-circle li::marker,
ol.is-list.has-bullet-circle li::marker,
ul.is-list.has-bullet-circle li::marker {
  content: none;
}
ol.list.has-bullet-circle li::before,
ul.list.has-bullet-circle li::before,
ol.is-list.has-bullet-circle li::before,
ul.is-list.has-bullet-circle li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
  margin-left: -1.25rem;
  margin-top: 0.313rem;
  border-radius: var(--bal-list-bullet-radius);
  background: var(--bal-list-bullet-background);
}
ol.list.has-bullet-circle.has-bullet-red li::before,
ol.list.has-bullet-circle li.has-bullet-red::before,
ul.list.has-bullet-circle.has-bullet-red li::before,
ul.list.has-bullet-circle li.has-bullet-red::before,
ol.is-list.has-bullet-circle.has-bullet-red li::before,
ol.is-list.has-bullet-circle li.has-bullet-red::before,
ul.is-list.has-bullet-circle.has-bullet-red li::before,
ul.is-list.has-bullet-circle li.has-bullet-red::before {
  background: var(--bal-list-bullet-background-red);
}
ol.list.has-bullet-circle.has-bullet-yellow li::before,
ol.list.has-bullet-circle li.has-bullet-yellow::before,
ul.list.has-bullet-circle.has-bullet-yellow li::before,
ul.list.has-bullet-circle li.has-bullet-yellow::before,
ol.is-list.has-bullet-circle.has-bullet-yellow li::before,
ol.is-list.has-bullet-circle li.has-bullet-yellow::before,
ul.is-list.has-bullet-circle.has-bullet-yellow li::before,
ul.is-list.has-bullet-circle li.has-bullet-yellow::before {
  background: var(--bal-list-bullet-background-yellow);
}
ol.list.has-bullet-circle.has-bullet-green li::before,
ol.list.has-bullet-circle li.has-bullet-green::before,
ul.list.has-bullet-circle.has-bullet-green li::before,
ul.list.has-bullet-circle li.has-bullet-green::before,
ol.is-list.has-bullet-circle.has-bullet-green li::before,
ol.is-list.has-bullet-circle li.has-bullet-green::before,
ul.is-list.has-bullet-circle.has-bullet-green li::before,
ul.is-list.has-bullet-circle li.has-bullet-green::before {
  background: var(--bal-list-bullet-background-green);
}
ol.list.has-bullet-circle.has-bullet-purple li::before,
ol.list.has-bullet-circle li.has-bullet-purple::before,
ul.list.has-bullet-circle.has-bullet-purple li::before,
ul.list.has-bullet-circle li.has-bullet-purple::before,
ol.is-list.has-bullet-circle.has-bullet-purple li::before,
ol.is-list.has-bullet-circle li.has-bullet-purple::before,
ul.is-list.has-bullet-circle.has-bullet-purple li::before,
ul.is-list.has-bullet-circle li.has-bullet-purple::before {
  background: var(--bal-list-bullet-background-purple);
}
ol.list.is-compact,
ul.list.is-compact,
ol.is-list.is-compact,
ul.is-list.is-compact {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ol.list.is-compact li,
ul.list.is-compact li,
ol.is-list.is-compact li,
ul.is-list.is-compact li {
  margin-bottom: 0.25rem;
}
ol.list.has-bullets, ol.list.has-bullet-check, ol.list.has-bullet-arrow-down, ol.list.has-bullet-close, ol.list.has-bullet-check-circle,
ul.list.has-bullets,
ul.list.has-bullet-check,
ul.list.has-bullet-arrow-down,
ul.list.has-bullet-close,
ul.list.has-bullet-check-circle,
ol.is-list.has-bullets,
ol.is-list.has-bullet-check,
ol.is-list.has-bullet-arrow-down,
ol.is-list.has-bullet-close,
ol.is-list.has-bullet-check-circle,
ul.is-list.has-bullets,
ul.is-list.has-bullet-check,
ul.is-list.has-bullet-arrow-down,
ul.is-list.has-bullet-close,
ul.is-list.has-bullet-check-circle {
  list-style-type: none !important;
}
ol.list.has-bullets li, ol.list.has-bullet-check li, ol.list.has-bullet-arrow-down li, ol.list.has-bullet-close li, ol.list.has-bullet-check-circle li,
ul.list.has-bullets li,
ul.list.has-bullet-check li,
ul.list.has-bullet-arrow-down li,
ul.list.has-bullet-close li,
ul.list.has-bullet-check-circle li,
ol.is-list.has-bullets li,
ol.is-list.has-bullet-check li,
ol.is-list.has-bullet-arrow-down li,
ol.is-list.has-bullet-close li,
ol.is-list.has-bullet-check-circle li,
ul.is-list.has-bullets li,
ul.is-list.has-bullet-check li,
ul.is-list.has-bullet-arrow-down li,
ul.is-list.has-bullet-close li,
ul.is-list.has-bullet-check-circle li {
  list-style-type: none !important;
}
ol.list.has-bullets li::marker, ol.list.has-bullet-check li::marker, ol.list.has-bullet-arrow-down li::marker, ol.list.has-bullet-close li::marker, ol.list.has-bullet-check-circle li::marker,
ul.list.has-bullets li::marker,
ul.list.has-bullet-check li::marker,
ul.list.has-bullet-arrow-down li::marker,
ul.list.has-bullet-close li::marker,
ul.list.has-bullet-check-circle li::marker,
ol.is-list.has-bullets li::marker,
ol.is-list.has-bullet-check li::marker,
ol.is-list.has-bullet-arrow-down li::marker,
ol.is-list.has-bullet-close li::marker,
ol.is-list.has-bullet-check-circle li::marker,
ul.is-list.has-bullets li::marker,
ul.is-list.has-bullet-check li::marker,
ul.is-list.has-bullet-arrow-down li::marker,
ul.is-list.has-bullet-close li::marker,
ul.is-list.has-bullet-check-circle li::marker {
  content: none !important;
}
ol.list.has-bullets li::before, ol.list.has-bullet-check li::before, ol.list.has-bullet-arrow-down li::before, ol.list.has-bullet-close li::before, ol.list.has-bullet-check-circle li::before,
ul.list.has-bullets li::before,
ul.list.has-bullet-check li::before,
ul.list.has-bullet-arrow-down li::before,
ul.list.has-bullet-close li::before,
ul.list.has-bullet-check-circle li::before,
ol.is-list.has-bullets li::before,
ol.is-list.has-bullet-check li::before,
ol.is-list.has-bullet-arrow-down li::before,
ol.is-list.has-bullet-close li::before,
ol.is-list.has-bullet-check-circle li::before,
ul.is-list.has-bullets li::before,
ul.is-list.has-bullet-check li::before,
ul.is-list.has-bullet-arrow-down li::before,
ul.is-list.has-bullet-close li::before,
ul.is-list.has-bullet-check-circle li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
  margin-left: -1.375rem;
  margin-top: 0.313rem;
}
ol.list.has-bullets.has-bullet-check-circle li::before, ol.list.has-bullets.has-bullet-arrow-down li::before, ol.list.has-bullet-check.has-bullet-check-circle li::before, ol.list.has-bullet-check.has-bullet-arrow-down li::before, ol.list.has-bullet-arrow-down.has-bullet-check-circle li::before, ol.list.has-bullet-arrow-down.has-bullet-arrow-down li::before, ol.list.has-bullet-close.has-bullet-check-circle li::before, ol.list.has-bullet-close.has-bullet-arrow-down li::before, ol.list.has-bullet-check-circle.has-bullet-check-circle li::before, ol.list.has-bullet-check-circle.has-bullet-arrow-down li::before,
ul.list.has-bullets.has-bullet-check-circle li::before,
ul.list.has-bullets.has-bullet-arrow-down li::before,
ul.list.has-bullet-check.has-bullet-check-circle li::before,
ul.list.has-bullet-check.has-bullet-arrow-down li::before,
ul.list.has-bullet-arrow-down.has-bullet-check-circle li::before,
ul.list.has-bullet-arrow-down.has-bullet-arrow-down li::before,
ul.list.has-bullet-close.has-bullet-check-circle li::before,
ul.list.has-bullet-close.has-bullet-arrow-down li::before,
ul.list.has-bullet-check-circle.has-bullet-check-circle li::before,
ul.list.has-bullet-check-circle.has-bullet-arrow-down li::before,
ol.is-list.has-bullets.has-bullet-check-circle li::before,
ol.is-list.has-bullets.has-bullet-arrow-down li::before,
ol.is-list.has-bullet-check.has-bullet-check-circle li::before,
ol.is-list.has-bullet-check.has-bullet-arrow-down li::before,
ol.is-list.has-bullet-arrow-down.has-bullet-check-circle li::before,
ol.is-list.has-bullet-arrow-down.has-bullet-arrow-down li::before,
ol.is-list.has-bullet-close.has-bullet-check-circle li::before,
ol.is-list.has-bullet-close.has-bullet-arrow-down li::before,
ol.is-list.has-bullet-check-circle.has-bullet-check-circle li::before,
ol.is-list.has-bullet-check-circle.has-bullet-arrow-down li::before,
ul.is-list.has-bullets.has-bullet-check-circle li::before,
ul.is-list.has-bullets.has-bullet-arrow-down li::before,
ul.is-list.has-bullet-check.has-bullet-check-circle li::before,
ul.is-list.has-bullet-check.has-bullet-arrow-down li::before,
ul.is-list.has-bullet-arrow-down.has-bullet-check-circle li::before,
ul.is-list.has-bullet-arrow-down.has-bullet-arrow-down li::before,
ul.is-list.has-bullet-close.has-bullet-check-circle li::before,
ul.is-list.has-bullet-close.has-bullet-arrow-down li::before,
ul.is-list.has-bullet-check-circle.has-bullet-check-circle li::before,
ul.is-list.has-bullet-check-circle.has-bullet-arrow-down li::before {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin-left: -1.44rem;
  margin-top: 0.25rem;
}
ol.list.has-bullet-check li::before,
ol.list li.has-bullet-check::before,
ul.list.has-bullet-check li::before,
ul.list li.has-bullet-check::before,
ol.is-list.has-bullet-check li::before,
ol.is-list li.has-bullet-check::before,
ul.is-list.has-bullet-check li::before,
ul.is-list li.has-bullet-check::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU0OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjYzNzEgMS4xOTc5MkMxNC4wNjI4IDEuNTQ5NzQgMTQuMTIyOCAyLjE4MDA2IDEzLjc3MDkgMi42MDU3OUw1LjczMDkgMTIuMzM1TDUuNzI4NDggMTIuMzM3OUM1LjU0NTYgMTIuNTU3NSA1LjMxNjA4IDEyLjczMzYgNS4wNTY2MSAxMi44NTM0QzQuNzk3MTMgMTIuOTczMSA0LjUxNDIzIDEzLjAzMzYgNC4yMjg0OCAxMy4wMzAySDQuMjI3NThDMy45MzcxNSAxMy4wMjY2IDMuNjUxMzEgMTIuOTU3MyAzLjM5MTUyIDEyLjgyNzRDMy4xMzI2IDEyLjY5NzkgMi45MDYyNiAxMi41MTE3IDIuNzI5MzcgMTIuMjgyNkMyLjcyODc3IDEyLjI4MTggMi43MjgxOCAxMi4yODEgMi43Mjc1OCAxMi4yODAyTDAuMjEwNjk0IDkuMDQ0MjZDLTAuMTI4Mzc2IDguNjA4MzEgLTAuMDQ5ODQyIDcuOTgwMDMgMC4zODYxMDUgNy42NDA5NkMwLjgyMjA1MyA3LjMwMTg5IDEuNDUwMzMgNy4zODA0MyAxLjc4OTQgNy44MTYzOEw0LjI1Mjk3IDEwLjk4MzhMMTIuMjI5MiAxLjMzMTc2QzEyLjU4MSAwLjkwNjAzNSAxMy4yMTE0IDAuODQ2MTEzIDEzLjYzNzEgMS4xOTc5MloiIGZpbGw9IiMwMDBENkUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zODg1NF8zNDI1NDkiPgo8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat left top;
}
ol.list.has-bullet-arrow-down li::before,
ol.list li.has-bullet-arrow-down::before,
ul.list.has-bullet-arrow-down li::before,
ul.list li.has-bullet-arrow-down::before,
ol.is-list.has-bullet-arrow-down li::before,
ol.is-list li.has-bullet-arrow-down::before,
ul.is-list.has-bullet-arrow-down li::before,
ul.is-list li.has-bullet-arrow-down::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY0NjQ2IDE0Ljg1MzZDNy44NDE3MiAxNS4wNDg4IDguMTU4MyAxNS4wNDg4IDguMzUzNTYgMTQuODUzNkwxMS44NTM2IDExLjM1MzZDMTEuOTk2NiAxMS4yMTA2IDEyLjAzOTMgMTAuOTk1NSAxMS45NjE5IDEwLjgwODdDMTEuODg0NSAxMC42MjE4IDExLjcwMjIgMTAuNSAxMS41IDEwLjVIOS4wMDAwMVYyQzkuMDAwMDEgMS40NDc3IDguNTUyMjkgMSA4LjAwMDAxIDFDNy40NDc3MiAxIDcuMDAwMDEgMS40NDc3IDcuMDAwMDEgMlYxMC41SDQuNTAwMDFDNC4yOTc3OCAxMC41IDQuMTE1NDYgMTAuNjIxOCA0LjAzODA3IDEwLjgwODdDMy45NjA2OCAxMC45OTU1IDQuMDAzNDYgMTEuMjEwNiA0LjE0NjQ2IDExLjM1MzZMNy42NDY0NiAxNC44NTM2WiIgZmlsbD0iIzAwMEQ2RSIvPgo8L3N2Zz4=) no-repeat left top;
}
ol.list.has-bullet-check-circle li::before,
ol.list li.has-bullet-check-circle::before,
ul.list.has-bullet-check-circle li::before,
ul.list li.has-bullet-check-circle::before,
ol.is-list.has-bullet-check-circle li::before,
ol.is-list li.has-bullet-check-circle::before,
ul.is-list.has-bullet-check-circle li::before,
ul.is-list li.has-bullet-check-circle::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3ODdfMTIyNCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTZDMTIuNDE4MyAxNiAxNiAxMi40MTgzIDE2IDhDMTYgMy41ODE3MiAxMi40MTgzIDAgOCAwQzMuNTgxNzIgMCAwIDMuNTgxNzIgMCA4QzAgMTIuNDE4MyAzLjU4MTcyIDE2IDggMTZaTTYuNzYxNyAxMS43OTQ1QzYuOTgyNTkgMTEuNjk2NSA3LjE3OTI0IDExLjU1MTMgNy4zMzc3MyAxMS4zNjlMMTIuMzczMSA2LjMzMzIxQzEyLjQ2NzcgNi4yMzM5NiAxMi41NDE3IDYuMTE3MDYgMTIuNTkxIDUuOTg5MTVDMTIuNjQwMyA1Ljg2MTI1IDEyLjY2MzkgNS43MjQ4OCAxMi42NjA0IDUuNTg3ODRDMTIuNjU2OSA1LjQ1MDggMTIuNjI2NCA1LjMxNTgxIDEyLjU3MDcgNS4xOTA1OUMxMi41MTQ5IDUuMDY1MzcgMTIuNDM1IDQuOTUyMzkgMTIuMzM1NSA0Ljg1ODA5QzEyLjIzNjEgNC43NjM3OCAxMi4xMTkgNC42ODk5OSAxMS45OTExIDQuNjQwODhDMTEuODYzMiA0LjU5MTc3IDExLjcyNjggNC41NjgzIDExLjU4OTggNC41NzE3OEMxMS40NTI5IDQuNTc1MjYgMTEuMzE3OSA0LjYwNTYyIDExLjE5MjYgNC42NjExN0MxMS4wNjc3IDQuNzE2NTcgMTAuOTU0IDQuNzk2NzQgMTAuODU5NyA0Ljg5NTYxTDYuMTUwNiA5LjU0MjI2QzYuMTAzODUgOS41ODgzOCA2LjAyNzk1IDkuNTg1NzIgNS45ODQ1NSA5LjUzNjQzTDQuOTA2MjEgOC4zMTE3NUw0LjkwMDA1IDguMzA1MzVDNC43MTM1OCA4LjExMTY0IDQuNDU5NTUgNy45OTczOCA0LjE5MDk4IDcuOTg2MTRDMy45MjI0MSA3Ljk3NDg5IDMuNjU5NzEgOC4wNjc1IDMuNDU3NjggOC4yNDQ5QzMuMjU1NjIgOC40MjIzMyAzLjEyOTgyIDguNjcwOTEgMy4xMDY3OSA4LjkzODlDMy4wODM3NSA5LjIwNjkgMy4xNjUzMSA5LjQ3MzMxIDMuMzM0MjMgOS42ODI1N0wzLjMzOTY4IDkuNjg5MzNMNC43NDk3NyAxMS4yODg4QzQuOTAzMDcgMTEuNDg1NCA1LjA5ODMxIDExLjY0NTUgNS4zMjEzMSAxMS43NTc0QzUuNTQ3OTYgMTEuODcxMiA1Ljc5NzQyIDExLjkzMjIgNi4wNTA5OCAxMS45MzZDNi4yOTU0MiAxMS45NDIgNi41MzgxOSAxMS44OTM2IDYuNzYxNyAxMS43OTQ1WiIgZmlsbD0iIzAwMEQ2RSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE3ODdfMTIyNCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}
ol.list.has-bullet-close li::before,
ol.list li.has-bullet-close::before,
ul.list.has-bullet-close li::before,
ul.list li.has-bullet-close::before,
ol.is-list.has-bullet-close li::before,
ol.is-list li.has-bullet-close::before,
ul.is-list.has-bullet-close li::before,
ul.is-list li.has-bullet-close::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNzA3MTEgMC4yOTI4OTNDMS4zMTY1OCAtMC4wOTc2MzEgMC42ODM0MTcgLTAuMDk3NjMxIDAuMjkyODkzIDAuMjkyODkzQy0wLjA5NzYzMSAwLjY4MzQxNyAtMC4wOTc2MzEgMS4zMTY1OCAwLjI5Mjg5MyAxLjcwNzExTDUuNTg1NzkgN0wwLjI5Mjg5MyAxMi4yOTI5Qy0wLjA5NzYzMSAxMi42ODM0IC0wLjA5NzYzMSAxMy4zMTY2IDAuMjkyODkzIDEzLjcwNzFDMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDE0LjA5NzYgMS43MDcxMSAxMy43MDcxTDcgOC40MTQyMUwxMi4yOTI5IDEzLjcwNzFDMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMy43MDcxIDEzLjcwNzFDMTQuMDk3NiAxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxMy43MDcxIDEyLjI5MjlMOC40MTQyMSA3TDEzLjcwNzEgMS43MDcxMUMxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxMy43MDcxIDAuMjkyODkzQzEzLjMxNjYgLTAuMDk3NjMxIDEyLjY4MzQgLTAuMDk3NjMxIDEyLjI5MjkgMC4yOTI4OTNMNyA1LjU4NTc5TDEuNzA3MTEgMC4yOTI4OTNaIiBmaWxsPSIjMDAwRDZFIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg4NTRfMzQyNTk5Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat left top;
}
ol.list.has-bullet-check.has-bullet-green li::before,
ol.list li.has-bullet-check.has-bullet-green::before,
ul.list.has-bullet-check.has-bullet-green li::before,
ul.list li.has-bullet-check.has-bullet-green::before,
ol.is-list.has-bullet-check.has-bullet-green li::before,
ol.is-list li.has-bullet-check.has-bullet-green::before,
ul.is-list.has-bullet-check.has-bullet-green li::before,
ul.is-list li.has-bullet-check.has-bullet-green::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI1MDdfMTkzNDYxKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNjM3MSAxLjE5NzkyQzE0LjA2MjggMS41NDk3NCAxNC4xMjI4IDIuMTgwMDYgMTMuNzcwOSAyLjYwNTc5TDUuNzMwOSAxMi4zMzVMNS43Mjg0OCAxMi4zMzc5QzUuNTQ1NiAxMi41NTc1IDUuMzE2MDggMTIuNzMzNiA1LjA1NjYxIDEyLjg1MzRDNC43OTcxMyAxMi45NzMxIDQuNTE0MjMgMTMuMDMzNiA0LjIyODQ4IDEzLjAzMDJDMy45MzgwNSAxMy4wMjY2IDMuNjUxMzEgMTIuOTU3MyAzLjM5MTUyIDEyLjgyNzRDMy4xMzI2IDEyLjY5NzkgMi45MDYyNiAxMi41MTE3IDIuNzI5MzcgMTIuMjgyNkMyLjcyODc3IDEyLjI4MTggMi43MjgxOCAxMi4yODEgMi43Mjc1OCAxMi4yODAyTDAuMjEwNjk0IDkuMDQ0MjZDLTAuMTI4Mzc2IDguNjA4MzEgLTAuMDQ5ODQyIDcuOTgwMDMgMC4zODYxMDUgNy42NDA5NkMwLjgyMjA1MyA3LjMwMTg5IDEuNDUwMzMgNy4zODA0MyAxLjc4OTQgNy44MTYzOEw0LjI1Mjk3IDEwLjk4MzhMMTIuMjI5MiAxLjMzMTc2QzEyLjU4MSAwLjkwNjAzNSAxMy4yMTE0IDAuODQ2MTEzIDEzLjYzNzEgMS4xOTc5MloiIGZpbGw9IiMwMEIyOEYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNTA3XzE5MzQ2MSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}
ol.list.has-bullet-close.has-bullet-red li::before,
ol.list li.has-bullet-close.has-bullet-red::before,
ul.list.has-bullet-close.has-bullet-red li::before,
ul.list li.has-bullet-close.has-bullet-red::before,
ol.is-list.has-bullet-close.has-bullet-red li::before,
ol.is-list li.has-bullet-close.has-bullet-red::before,
ul.is-list.has-bullet-close.has-bullet-red li::before,
ul.is-list li.has-bullet-close.has-bullet-red::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI1MDdfMTkzNDY1KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43MDcxMSAwLjI5Mjg5M0MxLjMxNjU4IC0wLjA5NzYzMSAwLjY4MzQxNyAtMC4wOTc2MzEgMC4yOTI4OTMgMC4yOTI4OTNDLTAuMDk3NjMxIDAuNjgzNDE3IC0wLjA5NzYzMSAxLjMxNjU4IDAuMjkyODkzIDEuNzA3MTFMNS41ODU3OSA3TDAuMjkyODkzIDEyLjI5MjlDLTAuMDk3NjMxIDEyLjY4MzQgLTAuMDk3NjMxIDEzLjMxNjYgMC4yOTI4OTMgMTMuNzA3MUMwLjY4MzQxNyAxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAxLjcwNzExIDEzLjcwNzFMNyA4LjQxNDIxTDEyLjI5MjkgMTMuNzA3MUMxMi42ODM0IDE0LjA5NzYgMTMuMzE2NiAxNC4wOTc2IDEzLjcwNzEgMTMuNzA3MUMxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMi42ODM0IDEzLjcwNzEgMTIuMjkyOUw4LjQxNDIxIDdMMTMuNzA3MSAxLjcwNzExQzE0LjA5NzYgMS4zMTY1OCAxNC4wOTc2IDAuNjgzNDE3IDEzLjcwNzEgMC4yOTI4OTNDMTMuMzE2NiAtMC4wOTc2MzEgMTIuNjgzNCAtMC4wOTc2MzEgMTIuMjkyOSAwLjI5Mjg5M0w3IDUuNTg1NzlMMS43MDcxMSAwLjI5Mjg5M1oiIGZpbGw9IiNEOTMwNEMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNTA3XzE5MzQ2NSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}
ol.list.is-inverted li,
ol.list.is-inverted li::marker,
ul.list.is-inverted li,
ul.list.is-inverted li::marker,
ol.is-list.is-inverted li,
ol.is-list.is-inverted li::marker,
ul.is-list.is-inverted li,
ul.is-list.is-inverted li::marker {
  color: var(--bal-list-marker-inverted-color);
}
ol.list.is-inverted.has-bullet-check li::before,
ol.list.is-inverted li.has-bullet-check::before,
ul.list.is-inverted.has-bullet-check li::before,
ul.list.is-inverted li.has-bullet-check::before,
ol.is-list.is-inverted.has-bullet-check li::before,
ol.is-list.is-inverted li.has-bullet-check::before,
ul.is-list.is-inverted.has-bullet-check li::before,
ul.is-list.is-inverted li.has-bullet-check::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU0OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjYzNzEgMS4xOTc5MkMxNC4wNjI4IDEuNTQ5NzQgMTQuMTIyOCAyLjE4MDA2IDEzLjc3MDkgMi42MDU3OUw1LjczMDkgMTIuMzM1TDUuNzI4NDggMTIuMzM3OUM1LjU0NTYgMTIuNTU3NSA1LjMxNjA4IDEyLjczMzYgNS4wNTY2MSAxMi44NTM0QzQuNzk3MTMgMTIuOTczMSA0LjUxNDIzIDEzLjAzMzYgNC4yMjg0OCAxMy4wMzAySDQuMjI3NThDMy45MzcxNSAxMy4wMjY2IDMuNjUxMzEgMTIuOTU3MyAzLjM5MTUyIDEyLjgyNzRDMy4xMzI2IDEyLjY5NzkgMi45MDYyNiAxMi41MTE3IDIuNzI5MzcgMTIuMjgyNkMyLjcyODc3IDEyLjI4MTggMi43MjgxOCAxMi4yODEgMi43Mjc1OCAxMi4yODAyTDAuMjEwNjk0IDkuMDQ0MjZDLTAuMTI4Mzc2IDguNjA4MzEgLTAuMDQ5ODQyIDcuOTgwMDMgMC4zODYxMDUgNy42NDA5NkMwLjgyMjA1MyA3LjMwMTg5IDEuNDUwMzMgNy4zODA0MyAxLjc4OTQgNy44MTYzOEw0LjI1Mjk3IDEwLjk4MzhMMTIuMjI5MiAxLjMzMTc2QzEyLjU4MSAwLjkwNjAzNSAxMy4yMTE0IDAuODQ2MTEzIDEzLjYzNzEgMS4xOTc5MloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzg4NTRfMzQyNTQ5Ij4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat left top;
}
ol.list.is-inverted.has-bullet-close li::before,
ol.list.is-inverted li.has-bullet-close::before,
ul.list.is-inverted.has-bullet-close li::before,
ul.list.is-inverted li.has-bullet-close::before,
ol.is-list.is-inverted.has-bullet-close li::before,
ol.is-list.is-inverted li.has-bullet-close::before,
ul.is-list.is-inverted.has-bullet-close li::before,
ul.is-list.is-inverted li.has-bullet-close::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM4ODU0XzM0MjU5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNzA3MTEgMC4yOTI4OTNDMS4zMTY1OCAtMC4wOTc2MzEgMC42ODM0MTcgLTAuMDk3NjMxIDAuMjkyODkzIDAuMjkyODkzQy0wLjA5NzYzMSAwLjY4MzQxNyAtMC4wOTc2MzEgMS4zMTY1OCAwLjI5Mjg5MyAxLjcwNzExTDUuNTg1NzkgN0wwLjI5Mjg5MyAxMi4yOTI5Qy0wLjA5NzYzMSAxMi42ODM0IC0wLjA5NzYzMSAxMy4zMTY2IDAuMjkyODkzIDEzLjcwNzFDMC42ODM0MTcgMTQuMDk3NiAxLjMxNjU4IDE0LjA5NzYgMS43MDcxMSAxMy43MDcxTDcgOC40MTQyMUwxMi4yOTI5IDEzLjcwNzFDMTIuNjgzNCAxNC4wOTc2IDEzLjMxNjYgMTQuMDk3NiAxMy43MDcxIDEzLjcwNzFDMTQuMDk3NiAxMy4zMTY2IDE0LjA5NzYgMTIuNjgzNCAxMy43MDcxIDEyLjI5MjlMOC40MTQyMSA3TDEzLjcwNzEgMS43MDcxMUMxNC4wOTc2IDEuMzE2NTggMTQuMDk3NiAwLjY4MzQxNyAxMy43MDcxIDAuMjkyODkzQzEzLjMxNjYgLTAuMDk3NjMxIDEyLjY4MzQgLTAuMDk3NjMxIDEyLjI5MjkgMC4yOTI4OTNMNyA1LjU4NTc5TDEuNzA3MTEgMC4yOTI4OTNaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM4ODU0XzM0MjU5OSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left top;
}

ul.list:not(.has-bullet-circle):not(.has-bullet-check) li,
ul.is-list:not(.has-bullet-circle):not(.has-bullet-check) li {
  list-style: disc;
}

dl.list {
  display: grid;
  grid-template-columns: var(--bal-description-list-grid-term) var(--bal-description-list-grid-detail);
  row-gap: var(--bal-description-list-row-gap);
  -moz-column-gap: var(--bal-description-list-column-gap);
       column-gap: var(--bal-description-list-column-gap);
}
dl.list dt {
  color: var(--bal-description-list-term-color);
  font-weight: var(--bal-description-list-term-font-weight);
}
dl.list dd {
  color: var(--bal-description-list-detail-color);
  font-weight: var(--bal-description-list-detail-font-weight);
}

.table {
  background-color: var(--bal-table-background-color);
  color: var(--bal-table-color);
}
.table td,
.table th {
  border: var(--bal-table-cell-border);
  border-width: var(--bal-table-cell-border-width);
  padding: var(--bal-table-cell-padding);
  vertical-align: middle;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: var(--bal-table-row-background-color-active);
  color: var(--bal-table-row-color-active);
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table th {
  color: var(--bal-table-cell-heading-color);
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: var(--bal-table-row-background-color-active);
  color: var(--bal-table-row-color-active);
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: var(--bal-table-row-color-active);
  color: currentColor;
}
.table thead {
  background-color: var(--bal-table-head-background-color);
}
.table thead td,
.table thead th {
  border-width: var(--bal-table-head-cell-border-width);
  color: var(--bal-table-head-cell-color);
}
.table tfoot {
  background-color: var(--bal-table-foot-background-color);
}
.table tfoot td,
.table tfoot th {
  border-width: var(--bal-table-foot-cell-border-width);
  color: var(--bal-table-foot-cell-color);
}
.table tbody {
  background-color: var(--bal-table-body-background-color);
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered th {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: var(--bal-table-cell-border-color);
  border-left-color: var(--bal-table-cell-border-color);
  border-right-color: var(--bal-table-cell-border-color);
}
.table.is-bordered td {
  border-width: 1px;
}
.table.is-bordered tr:last-child td {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: var(--bal-table-row-background-color-hover);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: var(--bal-table-row-background-color-hover);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: var(--bal-table-striped-row-even-background-color-hover);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: var(--bal-table-striped-row-even-background-color);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

table.table {
  display: table !important;
  border-spacing: 0;
  margin: 0;
}
table.table thead tr {
  border-top: 0;
}
table.table thead th {
  border-color: var(--bal-table-head-cell-border-color);
  border-bottom-width: 2px;
}
table.table th:not([align]) {
  text-align: left;
}
table.table td,
table.table th {
  font-size: var(--bal-table-head-font-size);
  font-family: var(--bal-table-head-font-family);
  vertical-align: middle;
  color: var(--bal-table-color);
  text-align: left;
}
table.table td .bal-checkbox,
table.table th .bal-checkbox {
  padding: 0;
  margin-top: 1px;
}
table.table td {
  color: var(--bal-table-color);
  hyphens: auto;
}
table.table td.has-buttons {
  padding: 2px;
}
table.table td.has-buttons .bal-button {
  margin-right: 0.25rem;
}
table.table td.has-buttons .bal-button:last-child {
  margin-right: 0px;
}
table.table td.has-buttons .buttons {
  justify-content: flex-end;
  padding: 3px;
}

/**
  * Mixins
  */
/**
  * Basic Style
  */
.title,
.heading {
  color: var(--bal-heading-color-basic);
  font-family: var(--bal-heading-font-family);
  font-weight: var(--bal-heading-font-weight);
  line-height: var(--bal-heading-line-height);
}

.subtitle,
.heading.is-subtitle {
  color: var(--bal-heading-subtitle-color-basic);
  font-family: var(--bal-heading-subtitle-font-family);
  font-weight: var(--bal-heading-subtitle-font-weight);
  line-height: var(--bal-heading-line-height);
}

.title,
.subtitle,
.heading {
  hyphens: auto;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**
  * Colors
  */
}

.title em,
.title span,
.subtitle em,
.subtitle span,
.heading em,
.heading span {
  font-weight: inherit;
}

.title strong,
.subtitle strong,
.heading strong {
  font-weight: var(--bal-font-weight-bold);
}

.title.is-primary,
.subtitle.is-primary,
.heading.is-primary {
  color: var(--bal-heading-color-primary);
}

.title.is-success,
.subtitle.is-success,
.heading.is-success {
  color: var(--bal-heading-color-success);
}

.title.is-warning,
.subtitle.is-warning,
.heading.is-warning {
  color: var(--bal-heading-color-warning);
}

.title.is-danger,
.subtitle.is-danger,
.heading.is-danger {
  color: var(--bal-heading-color-danger);
}

.title.is-white,
.subtitle.is-white,
.heading.is-white {
  color: var(--bal-heading-color-white);
}

.title.is-black,
.subtitle.is-black,
.heading.is-black {
  color: var(--bal-heading-color-black);
}

/**
  * Sizes
  */
h1.title,
h1.subtitle,
h1.heading,
[role=heading][aria-level="1"].title,
[role=heading][aria-level="1"].subtitle,
[role=heading][aria-level="1"].heading {
  font-size: var(--bal-heading-size-1);
}

@media screen and (min-width: 769px), print {
  h1.title,
  h1.subtitle,
  h1.heading,
  [role=heading][aria-level="1"].title,
  [role=heading][aria-level="1"].subtitle,
  [role=heading][aria-level="1"].heading {
    font-size: var(--bal-heading-size-1-tablet);
  }
}
@media screen and (min-width: 1024px) {
  h1.title,
  h1.subtitle,
  h1.heading,
  [role=heading][aria-level="1"].title,
  [role=heading][aria-level="1"].subtitle,
  [role=heading][aria-level="1"].heading {
    font-size: var(--bal-heading-size-1-desktop);
  }
}
h2.title,
h2.subtitle,
h2.heading,
[role=heading][aria-level="2"].title,
[role=heading][aria-level="2"].subtitle,
[role=heading][aria-level="2"].heading {
  font-size: var(--bal-heading-size-2);
}

@media screen and (min-width: 769px), print {
  h2.title,
  h2.subtitle,
  h2.heading,
  [role=heading][aria-level="2"].title,
  [role=heading][aria-level="2"].subtitle,
  [role=heading][aria-level="2"].heading {
    font-size: var(--bal-heading-size-2-tablet);
  }
}
@media screen and (min-width: 1024px) {
  h2.title,
  h2.subtitle,
  h2.heading,
  [role=heading][aria-level="2"].title,
  [role=heading][aria-level="2"].subtitle,
  [role=heading][aria-level="2"].heading {
    font-size: var(--bal-heading-size-2-desktop);
  }
}
h3.title,
h3.subtitle,
h3.heading,
[role=heading][aria-level="3"].title,
[role=heading][aria-level="3"].subtitle,
[role=heading][aria-level="3"].heading {
  font-size: var(--bal-heading-size-3);
}

@media screen and (min-width: 769px), print {
  h3.title,
  h3.subtitle,
  h3.heading,
  [role=heading][aria-level="3"].title,
  [role=heading][aria-level="3"].subtitle,
  [role=heading][aria-level="3"].heading {
    font-size: var(--bal-heading-size-3-tablet);
  }
}
@media screen and (min-width: 1024px) {
  h3.title,
  h3.subtitle,
  h3.heading,
  [role=heading][aria-level="3"].title,
  [role=heading][aria-level="3"].subtitle,
  [role=heading][aria-level="3"].heading {
    font-size: var(--bal-heading-size-3-desktop);
  }
}
h4.title,
h4.subtitle,
h4.heading,
[role=heading][aria-level="4"].title,
[role=heading][aria-level="4"].subtitle,
[role=heading][aria-level="4"].heading {
  font-size: var(--bal-heading-size-4);
}

@media screen and (min-width: 769px), print {
  h4.title,
  h4.subtitle,
  h4.heading,
  [role=heading][aria-level="4"].title,
  [role=heading][aria-level="4"].subtitle,
  [role=heading][aria-level="4"].heading {
    font-size: var(--bal-heading-size-4-tablet);
  }
}
@media screen and (min-width: 1024px) {
  h4.title,
  h4.subtitle,
  h4.heading,
  [role=heading][aria-level="4"].title,
  [role=heading][aria-level="4"].subtitle,
  [role=heading][aria-level="4"].heading {
    font-size: var(--bal-heading-size-4-desktop);
  }
}
h5.title,
h5.subtitle,
h5.heading,
[role=heading][aria-level="5"].title,
[role=heading][aria-level="5"].subtitle,
[role=heading][aria-level="5"].heading {
  font-size: var(--bal-heading-size-5);
}

@media screen and (min-width: 769px), print {
  h5.title,
  h5.subtitle,
  h5.heading,
  [role=heading][aria-level="5"].title,
  [role=heading][aria-level="5"].subtitle,
  [role=heading][aria-level="5"].heading {
    font-size: var(--bal-heading-size-5-tablet);
  }
}
@media screen and (min-width: 1024px) {
  h5.title,
  h5.subtitle,
  h5.heading,
  [role=heading][aria-level="5"].title,
  [role=heading][aria-level="5"].subtitle,
  [role=heading][aria-level="5"].heading {
    font-size: var(--bal-heading-size-5-desktop);
  }
}
.title,
.subtitle,
.heading {
  /**
  * Text Shadow
  */
  /**
  * Text Wrap
  */
}

.title.is-1, .title.is-level-1, .title.is-xxx-large,
.subtitle.is-1,
.subtitle.is-level-1,
.subtitle.is-xxx-large,
.heading.is-1,
.heading.is-level-1,
.heading.is-xxx-large {
  font-size: var(--bal-heading-size-xxx-large);
}

@media screen and (min-width: 769px), print {
  .title.is-1, .title.is-level-1, .title.is-xxx-large,
  .subtitle.is-1,
  .subtitle.is-level-1,
  .subtitle.is-xxx-large,
  .heading.is-1,
  .heading.is-level-1,
  .heading.is-xxx-large {
    font-size: var(--bal-heading-size-xxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-1, .title.is-level-1, .title.is-xxx-large,
  .subtitle.is-1,
  .subtitle.is-level-1,
  .subtitle.is-xxx-large,
  .heading.is-1,
  .heading.is-level-1,
  .heading.is-xxx-large {
    font-size: var(--bal-heading-size-xxx-large-desktop);
  }
}
.title.is-2, .title.is-level-2, .title.is-xx-large,
.subtitle.is-2,
.subtitle.is-level-2,
.subtitle.is-xx-large,
.heading.is-2,
.heading.is-level-2,
.heading.is-xx-large {
  font-size: var(--bal-heading-size-xx-large);
}

@media screen and (min-width: 769px), print {
  .title.is-2, .title.is-level-2, .title.is-xx-large,
  .subtitle.is-2,
  .subtitle.is-level-2,
  .subtitle.is-xx-large,
  .heading.is-2,
  .heading.is-level-2,
  .heading.is-xx-large {
    font-size: var(--bal-heading-size-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-2, .title.is-level-2, .title.is-xx-large,
  .subtitle.is-2,
  .subtitle.is-level-2,
  .subtitle.is-xx-large,
  .heading.is-2,
  .heading.is-level-2,
  .heading.is-xx-large {
    font-size: var(--bal-heading-size-xx-large-desktop);
  }
}
.title.is-3, .title.is-level-3, .title.is-x-large,
.subtitle.is-3,
.subtitle.is-level-3,
.subtitle.is-x-large,
.heading.is-3,
.heading.is-level-3,
.heading.is-x-large {
  font-size: var(--bal-heading-size-x-large);
}

@media screen and (min-width: 769px), print {
  .title.is-3, .title.is-level-3, .title.is-x-large,
  .subtitle.is-3,
  .subtitle.is-level-3,
  .subtitle.is-x-large,
  .heading.is-3,
  .heading.is-level-3,
  .heading.is-x-large {
    font-size: var(--bal-heading-size-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-3, .title.is-level-3, .title.is-x-large,
  .subtitle.is-3,
  .subtitle.is-level-3,
  .subtitle.is-x-large,
  .heading.is-3,
  .heading.is-level-3,
  .heading.is-x-large {
    font-size: var(--bal-heading-size-x-large-desktop);
  }
}
.title.is-4, .title.is-level-4, .title.is-large,
.subtitle.is-4,
.subtitle.is-level-4,
.subtitle.is-large,
.heading.is-4,
.heading.is-level-4,
.heading.is-large {
  font-size: var(--bal-heading-size-large);
}

@media screen and (min-width: 769px), print {
  .title.is-4, .title.is-level-4, .title.is-large,
  .subtitle.is-4,
  .subtitle.is-level-4,
  .subtitle.is-large,
  .heading.is-4,
  .heading.is-level-4,
  .heading.is-large {
    font-size: var(--bal-heading-size-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-4, .title.is-level-4, .title.is-large,
  .subtitle.is-4,
  .subtitle.is-level-4,
  .subtitle.is-large,
  .heading.is-4,
  .heading.is-level-4,
  .heading.is-large {
    font-size: var(--bal-heading-size-large-desktop);
  }
}
.title.is-5, .title.is-level-5, .title.is-normal,
.subtitle.is-5,
.subtitle.is-level-5,
.subtitle.is-normal,
.heading.is-5,
.heading.is-level-5,
.heading.is-normal {
  font-size: var(--bal-heading-size-normal);
}

@media screen and (min-width: 769px), print {
  .title.is-5, .title.is-level-5, .title.is-normal,
  .subtitle.is-5,
  .subtitle.is-level-5,
  .subtitle.is-normal,
  .heading.is-5,
  .heading.is-level-5,
  .heading.is-normal {
    font-size: var(--bal-heading-size-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-5, .title.is-level-5, .title.is-normal,
  .subtitle.is-5,
  .subtitle.is-level-5,
  .subtitle.is-normal,
  .heading.is-5,
  .heading.is-level-5,
  .heading.is-normal {
    font-size: var(--bal-heading-size-normal-desktop);
  }
}
.title.is-medium,
.subtitle.is-medium,
.heading.is-medium {
  font-size: var(--bal-heading-size-medium);
}

@media screen and (min-width: 769px), print {
  .title.is-medium,
  .subtitle.is-medium,
  .heading.is-medium {
    font-size: var(--bal-heading-size-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-medium,
  .subtitle.is-medium,
  .heading.is-medium {
    font-size: var(--bal-heading-size-medium-desktop);
  }
}
.title.is-display-1, .title.is-xxxxx-large,
.subtitle.is-display-1,
.subtitle.is-xxxxx-large,
.heading.is-display-1,
.heading.is-xxxxx-large {
  font-size: var(--bal-heading-size-display-1);
}

@media screen and (min-width: 769px), print {
  .title.is-display-1, .title.is-xxxxx-large,
  .subtitle.is-display-1,
  .subtitle.is-xxxxx-large,
  .heading.is-display-1,
  .heading.is-xxxxx-large {
    font-size: var(--bal-heading-size-display-1-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-display-1, .title.is-xxxxx-large,
  .subtitle.is-display-1,
  .subtitle.is-xxxxx-large,
  .heading.is-display-1,
  .heading.is-xxxxx-large {
    font-size: var(--bal-heading-size-display-1-desktop);
  }
}
.title.is-display-2, .title.is-xxxx-large,
.subtitle.is-display-2,
.subtitle.is-xxxx-large,
.heading.is-display-2,
.heading.is-xxxx-large {
  font-size: var(--bal-heading-size-display-2);
}

@media screen and (min-width: 769px), print {
  .title.is-display-2, .title.is-xxxx-large,
  .subtitle.is-display-2,
  .subtitle.is-xxxx-large,
  .heading.is-display-2,
  .heading.is-xxxx-large {
    font-size: var(--bal-heading-size-display-2-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .title.is-display-2, .title.is-xxxx-large,
  .subtitle.is-display-2,
  .subtitle.is-xxxx-large,
  .heading.is-display-2,
  .heading.is-xxxx-large {
    font-size: var(--bal-heading-size-display-2-desktop);
  }
}
.title.has-shadow,
.subtitle.has-shadow,
.heading.has-shadow {
  text-shadow: var(--bal-heading-shadow);
}

.title.has-no-wrap,
.subtitle.has-no-wrap,
.heading.has-no-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.title.is-centered,
.subtitle.is-centered,
.heading.is-centered {
  text-align: center;
}

.title.is-right,
.subtitle.is-right,
.heading.is-right {
  text-align: right;
}

.title.is-justified,
.subtitle.is-justified,
.heading.is-justified {
  text-align: justify;
}

/**
  * Spaces
  */
.title:not(:last-child),
.subtitle:not(:last-child),
.heading:not(:last-child) {
  margin-bottom: var(--bal-heading-space-base);
}

.title.has-space-all,
.subtitle.has-space-all,
.heading.has-space-all {
  margin-top: var(--bal-heading-space-base);
  margin-bottom: var(--bal-heading-space-base);
}

.title.has-space-top,
.subtitle.has-space-top,
.heading.has-space-top {
  margin-top: var(--bal-heading-space-base);
  margin-bottom: 0;
}

.title.has-space-bottom,
.subtitle.has-space-bottom,
.heading.has-space-bottom {
  margin-bottom: var(--bal-heading-space-base);
}

.title.is-display-1:not(:last-child), .title.is-xxxxx-large:not(:last-child), .title.is-display-2:not(:last-child), .title.is-xxxx-large:not(:last-child),
.subtitle.is-display-1:not(:last-child),
.subtitle.is-xxxxx-large:not(:last-child),
.subtitle.is-display-2:not(:last-child),
.subtitle.is-xxxx-large:not(:last-child),
.heading.is-display-1:not(:last-child),
.heading.is-xxxxx-large:not(:last-child),
.heading.is-display-2:not(:last-child),
.heading.is-xxxx-large:not(:last-child) {
  margin-bottom: var(--bal-heading-space-display);
}

.title.is-display-1.has-space-all, .title.is-xxxxx-large.has-space-all, .title.is-display-2.has-space-all, .title.is-xxxx-large.has-space-all,
.subtitle.is-display-1.has-space-all,
.subtitle.is-xxxxx-large.has-space-all,
.subtitle.is-display-2.has-space-all,
.subtitle.is-xxxx-large.has-space-all,
.heading.is-display-1.has-space-all,
.heading.is-xxxxx-large.has-space-all,
.heading.is-display-2.has-space-all,
.heading.is-xxxx-large.has-space-all {
  margin-top: var(--bal-heading-space-display);
  margin-bottom: var(--bal-heading-space-display);
}

.title.is-display-1.has-space-top, .title.is-xxxxx-large.has-space-top, .title.is-display-2.has-space-top, .title.is-xxxx-large.has-space-top,
.subtitle.is-display-1.has-space-top,
.subtitle.is-xxxxx-large.has-space-top,
.subtitle.is-display-2.has-space-top,
.subtitle.is-xxxx-large.has-space-top,
.heading.is-display-1.has-space-top,
.heading.is-xxxxx-large.has-space-top,
.heading.is-display-2.has-space-top,
.heading.is-xxxx-large.has-space-top {
  margin-top: var(--bal-heading-space-display);
  margin-bottom: 0;
}

.title.is-display-1.has-space-bottom, .title.is-xxxxx-large.has-space-bottom, .title.is-display-2.has-space-bottom, .title.is-xxxx-large.has-space-bottom,
.subtitle.is-display-1.has-space-bottom,
.subtitle.is-xxxxx-large.has-space-bottom,
.subtitle.is-display-2.has-space-bottom,
.subtitle.is-xxxx-large.has-space-bottom,
.heading.is-display-1.has-space-bottom,
.heading.is-xxxxx-large.has-space-bottom,
.heading.is-display-2.has-space-bottom,
.heading.is-xxxx-large.has-space-bottom {
  margin-bottom: var(--bal-heading-space-display);
}

.title.has-space-none,
.subtitle.has-space-none,
.heading.has-space-none {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/**
  * Mixins
  */
/**
  * Basic Style
  */
.text {
  hyphens: auto;
  display: block;
  box-sizing: content-box;
  position: static;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
  line-height: var(--bal-text-line-height-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text:not(:last-child) {
  margin-bottom: var(--bal-space-normal);
}

.text.is-inline {
  display: inline;
  margin: 0;
}

.text.is-heading, .text.is-title {
  font-family: var(--bal-font-family-title);
  font-weight: var(--bal-font-weight-bold);
  line-height: var(--bal-text-line-height-title);
}

.text.is-subtitle {
  font-family: var(--bal-font-family-title);
  font-weight: var(--bal-font-weight-light);
  line-height: var(--bal-text-line-height-title);
}

.text.is-light {
  font-weight: var(--bal-font-weight-light);
}

.text.is-regular {
  font-weight: var(--bal-font-weight-regular);
}

.text.is-bold {
  font-weight: var(--bal-font-weight-bold);
}

.text.has-no-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text.has-shadow {
  text-shadow: var(--bal-shadow-text-base);
}

.text.has-space-all {
  margin-top: var(--bal-space-normal);
  margin-bottom: var(--bal-space-normal);
}

.text.has-space-top {
  margin-top: var(--bal-space-normal);
  margin-bottom: 0;
}

.text.has-space-bottom {
  margin-top: 0;
  margin-bottom: var(--bal-space-normal);
}

.text.has-space-none {
  margin: 0;
}

.text.is-white {
  color: var(--bal-color-text-white);
}

.text.is-black {
  color: var(--bal-color-text-black);
}

.text.is-primary {
  color: var(--bal-color-text-primary);
}

.text.is-primary-hover {
  color: var(--bal-color-text-primary-hover);
}

.text.is-primary-active {
  color: var(--bal-color-text-primary-active);
}

.text.is-inverted-primary {
  color: var(--bal-color-text-inverted-primary);
}

.text.is-inverted-primary-hover {
  color: var(--bal-color-text-inverted-primary-hover);
}

.text.is-inverted-primary-active {
  color: var(--bal-color-text-inverted-primary-active);
}

.text.is-primary-light {
  color: var(--bal-color-text-primary-light);
}

.text.is-hint {
  color: var(--bal-color-text-hint);
}

.text.is-grey-light {
  color: var(--bal-color-text-grey-light);
}

.text.is-grey {
  color: var(--bal-color-text-grey);
}

.text.is-grey-dark {
  color: var(--bal-color-text-grey-dark);
}

.text.is-disabled {
  color: var(--bal-color-text-disabled);
}

.text.is-inverted-disabled {
  color: var(--bal-color-text-inverted-disabled);
}

.text.is-info {
  color: var(--bal-color-text-info);
}

.text.is-warning {
  color: var(--bal-color-text-warning);
}

.text.is-success {
  color: var(--bal-color-text-success);
}

.text.is-danger {
  color: var(--bal-color-text-danger);
}

.text.is-danger-hover {
  color: var(--bal-color-text-danger-hover);
}

.text.is-danger-active {
  color: var(--bal-color-text-danger-active);
}

.text b,
.text strong {
  color: inherit;
  font-weight: var(--bal-font-weight-bold);
}

.text span {
  color: inherit;
  font-weight: inherit;
}

.text small {
  color: inherit;
  font-weight: inherit;
  font-size: var(--bal-text-size-small);
}

.text.is-x-small {
  font-size: var(--bal-text-size-x-small);
}

@media screen and (min-width: 769px), print {
  .text.is-x-small {
    font-size: var(--bal-text-size-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-x-small {
    font-size: var(--bal-text-size-x-small-desktop);
  }
}
.text.is-small {
  font-size: var(--bal-text-size-small);
}

@media screen and (min-width: 769px), print {
  .text.is-small {
    font-size: var(--bal-text-size-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-small {
    font-size: var(--bal-text-size-small-desktop);
  }
}
.text.is-normal {
  font-size: var(--bal-text-size-normal);
}

@media screen and (min-width: 769px), print {
  .text.is-normal {
    font-size: var(--bal-text-size-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-normal {
    font-size: var(--bal-text-size-normal-desktop);
  }
}
.text.is-medium {
  font-size: var(--bal-text-size-medium);
}

@media screen and (min-width: 769px), print {
  .text.is-medium {
    font-size: var(--bal-text-size-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-medium {
    font-size: var(--bal-text-size-medium-desktop);
  }
}
.text.is-large {
  font-size: var(--bal-text-size-large);
}

@media screen and (min-width: 769px), print {
  .text.is-large {
    font-size: var(--bal-text-size-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-large {
    font-size: var(--bal-text-size-large-desktop);
  }
}
.text.is-x-large {
  font-size: var(--bal-text-size-x-large);
}

@media screen and (min-width: 769px), print {
  .text.is-x-large {
    font-size: var(--bal-text-size-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-x-large {
    font-size: var(--bal-text-size-x-large-desktop);
  }
}
.text.is-xx-large {
  font-size: var(--bal-text-size-xx-large);
}

@media screen and (min-width: 769px), print {
  .text.is-xx-large {
    font-size: var(--bal-text-size-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-xx-large {
    font-size: var(--bal-text-size-xx-large-desktop);
  }
}
.text.is-xxx-large {
  font-size: var(--bal-text-size-xxx-large);
}

@media screen and (min-width: 769px), print {
  .text.is-xxx-large {
    font-size: var(--bal-text-size-xxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-xxx-large {
    font-size: var(--bal-text-size-xxx-large-desktop);
  }
}
.text.is-xxxx-large {
  font-size: var(--bal-text-size-xxxx-large);
}

@media screen and (min-width: 769px), print {
  .text.is-xxxx-large {
    font-size: var(--bal-text-size-xxxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-xxxx-large {
    font-size: var(--bal-text-size-xxxx-large-desktop);
  }
}
.text.is-xxxxx-large {
  font-size: var(--bal-text-size-xxxxx-large);
}

@media screen and (min-width: 769px), print {
  .text.is-xxxxx-large {
    font-size: var(--bal-text-size-xxxxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-xxxxx-large {
    font-size: var(--bal-text-size-xxxxx-large-desktop);
  }
}
.text.is-block {
  font-size: var(--bal-text-size-medium);
}

@media screen and (min-width: 769px), print {
  .text.is-block {
    font-size: var(--bal-text-size-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-block {
    font-size: var(--bal-text-size-medium-desktop);
  }
}
.text.is-lead {
  font-size: var(--bal-text-size-large);
}

@media screen and (min-width: 769px), print {
  .text.is-lead {
    font-size: var(--bal-text-size-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .text.is-lead {
    font-size: var(--bal-text-size-large-desktop);
  }
}
.text.is-centered {
  text-align: center;
}

.text.is-right {
  text-align: right;
}

.text.is-justified {
  text-align: justify;
}

.text.is-bold {
  font-weight: var(--bal-font-weight-bold);
}

.text.is-regular {
  font-weight: var(--bal-font-weight-regular);
}

/**
  * Mixins
  */
/**
  * Basic Style
  */
.label {
  display: inline;
  white-space: pre;
  hyphens: auto;
  overflow-wrap: break-word;
  min-width: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--bal-label-color-basic);
  font-family: var(--bal-label-font-family);
  font-weight: var(--bal-label-font-weight);
  line-height: var(--bal-label-line-height);
  font-size: var(--bal-label-size-normal);
}

.label.is-multiline {
  white-space: normal;
}

.label.is-regular {
  font-weight: var(--bal-font-weight-regular);
}

.label.is-title {
  font-family: var(--bal-font-family-title);
}

.label.is-text {
  font-family: var(--bal-font-family-text);
}

.label.has-no-wrap {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.label.is-small {
  font-size: var(--bal-label-size-small);
}

@media screen and (min-width: 769px), print {
  .label.is-small {
    font-size: var(--bal-label-size-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-small {
    font-size: var(--bal-label-size-small-desktop);
  }
}
.label.is-normal {
  font-size: var(--bal-label-size-normal);
}

@media screen and (min-width: 769px), print {
  .label.is-normal {
    font-size: var(--bal-label-size-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-normal {
    font-size: var(--bal-label-size-normal-desktop);
  }
}
.label.is-medium {
  font-size: var(--bal-label-size-medium);
}

@media screen and (min-width: 769px), print {
  .label.is-medium {
    font-size: var(--bal-label-size-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-medium {
    font-size: var(--bal-label-size-medium-desktop);
  }
}
.label.is-large {
  font-size: var(--bal-label-size-large);
  font-family: var(--bal-font-family-title);
}

@media screen and (min-width: 769px), print {
  .label.is-large {
    font-size: var(--bal-label-size-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-large {
    font-size: var(--bal-label-size-large-desktop);
  }
}
.label.is-x-large {
  font-size: var(--bal-label-size-x-large);
  font-family: var(--bal-font-family-title);
}

@media screen and (min-width: 769px), print {
  .label.is-x-large {
    font-size: var(--bal-label-size-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-x-large {
    font-size: var(--bal-label-size-x-large-desktop);
  }
}
.label.is-xx-large {
  font-size: var(--bal-label-size-xx-large);
  font-family: var(--bal-font-family-title);
}

@media screen and (min-width: 769px), print {
  .label.is-xx-large {
    font-size: var(--bal-label-size-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-xx-large {
    font-size: var(--bal-label-size-xx-large-desktop);
  }
}
.label.is-xxx-large {
  font-size: var(--bal-label-size-xxx-large);
  font-family: var(--bal-font-family-title);
}

@media screen and (min-width: 769px), print {
  .label.is-xxx-large {
    font-size: var(--bal-label-size-xxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .label.is-xxx-large {
    font-size: var(--bal-label-size-xxx-large-desktop);
  }
}
.label.is-success {
  color: var(--bal-label-color-success);
}

.label.is-warning {
  color: var(--bal-label-color-warning);
}

.label.is-danger {
  color: var(--bal-label-color-danger);
}

.label.is-hovered {
  color: var(--bal-label-color-hover);
}

.label.is-pressed {
  color: var(--bal-label-color-active);
}

.label.is-danger.is-hovered {
  color: var(--bal-label-color-danger-hover);
}

.label.is-danger.is-pressed {
  color: var(--bal-label-color-danger-active);
}

.label.is-disabled {
  color: var(--bal-label-color-disabled) !important;
}

/**
  * Link State Mixin
  */
/**
  * Basic Style
  */
.content > a:-moz-any-link:not(.button) {
  cursor: pointer;
  hyphens: auto;
  margin: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--bal-link-font-family);
  font-weight: var(--bal-link-font-weight);
  line-height: var(--bal-link-line-height);
  text-decoration: var(--bal-link-text-decoration);
  text-underline-offset: var(--bal-link-text-underline-offset);
  text-decoration-thickness: var(--bal-link-text-decoration-thickness);
  -moz-transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
a.link:not(.button),
a.is-link:not(.button),
.content > a:any-link:not(.button) {
  cursor: pointer;
  hyphens: auto;
  margin: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--bal-link-font-family);
  font-weight: var(--bal-link-font-weight);
  line-height: var(--bal-link-line-height);
  -webkit-text-decoration: var(--bal-link-text-decoration);
          text-decoration: var(--bal-link-text-decoration);
  text-underline-offset: var(--bal-link-text-underline-offset);
  text-decoration-thickness: var(--bal-link-text-decoration-thickness);
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content > a:-moz-any-link:not(.button) > strong {
  color: currentcolor;
}

a.link:not(.button) > strong,
a.is-link:not(.button) > strong,
.content > a:any-link:not(.button) > strong {
  color: currentcolor;
}

.content > a:-moz-any-link:not(.button):not(.is-inverted) {
  color: var(--bal-link-color-text-primary-base);
}

a.link:not(.button):not(.is-inverted),
a.is-link:not(.button):not(.is-inverted),
.content > a:any-link:not(.button):not(.is-inverted) {
  color: var(--bal-link-color-text-primary-base);
}

.content > a:-moz-any-link:not(.button):not(.is-inverted) svg, .content > a:-moz-any-link:not(.button):not(.is-inverted) g, .content > a:-moz-any-link:not(.button):not(.is-inverted) path, .content > a:-moz-any-link:not(.button):not(.is-inverted) circle {
  fill: var(--bal-link-color-text-primary-base);
}

a.link:not(.button):not(.is-inverted) svg,
a.link:not(.button):not(.is-inverted) g,
a.link:not(.button):not(.is-inverted) path,
a.link:not(.button):not(.is-inverted) circle,
a.is-link:not(.button):not(.is-inverted) svg,
a.is-link:not(.button):not(.is-inverted) g,
a.is-link:not(.button):not(.is-inverted) path,
a.is-link:not(.button):not(.is-inverted) circle,
.content > a:any-link:not(.button):not(.is-inverted) svg,
.content > a:any-link:not(.button):not(.is-inverted) g,
.content > a:any-link:not(.button):not(.is-inverted) path,
.content > a:any-link:not(.button):not(.is-inverted) circle {
  fill: var(--bal-link-color-text-primary-base);
}

@media (hover: hover) and (pointer: fine) {
  .content > a:-moz-any-link:not(.button):not(.is-inverted):hover, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-hovered {
    color: var(--bal-link-color-text-primary-hover);
  }
  a.link:not(.button):not(.is-inverted):hover, a.link:not(.button):not(.is-inverted).is-hovered,
  a.is-link:not(.button):not(.is-inverted):hover,
  a.is-link:not(.button):not(.is-inverted).is-hovered,
  .content > a:any-link:not(.button):not(.is-inverted):hover,
  .content > a:any-link:not(.button):not(.is-inverted).is-hovered {
    color: var(--bal-link-color-text-primary-hover);
  }
  .content > a:-moz-any-link:not(.button):not(.is-inverted):hover svg, .content > a:-moz-any-link:not(.button):not(.is-inverted):hover g, .content > a:-moz-any-link:not(.button):not(.is-inverted):hover path, .content > a:-moz-any-link:not(.button):not(.is-inverted):hover circle, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-hovered svg, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-hovered g, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-hovered path, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-hovered circle {
    fill: var(--bal-link-color-text-primary-hover);
  }
  a.link:not(.button):not(.is-inverted):hover svg,
  a.link:not(.button):not(.is-inverted):hover g,
  a.link:not(.button):not(.is-inverted):hover path,
  a.link:not(.button):not(.is-inverted):hover circle, a.link:not(.button):not(.is-inverted).is-hovered svg,
  a.link:not(.button):not(.is-inverted).is-hovered g,
  a.link:not(.button):not(.is-inverted).is-hovered path,
  a.link:not(.button):not(.is-inverted).is-hovered circle,
  a.is-link:not(.button):not(.is-inverted):hover svg,
  a.is-link:not(.button):not(.is-inverted):hover g,
  a.is-link:not(.button):not(.is-inverted):hover path,
  a.is-link:not(.button):not(.is-inverted):hover circle,
  a.is-link:not(.button):not(.is-inverted).is-hovered svg,
  a.is-link:not(.button):not(.is-inverted).is-hovered g,
  a.is-link:not(.button):not(.is-inverted).is-hovered path,
  a.is-link:not(.button):not(.is-inverted).is-hovered circle,
  .content > a:any-link:not(.button):not(.is-inverted):hover svg,
  .content > a:any-link:not(.button):not(.is-inverted):hover g,
  .content > a:any-link:not(.button):not(.is-inverted):hover path,
  .content > a:any-link:not(.button):not(.is-inverted):hover circle,
  .content > a:any-link:not(.button):not(.is-inverted).is-hovered svg,
  .content > a:any-link:not(.button):not(.is-inverted).is-hovered g,
  .content > a:any-link:not(.button):not(.is-inverted).is-hovered path,
  .content > a:any-link:not(.button):not(.is-inverted).is-hovered circle {
    fill: var(--bal-link-color-text-primary-hover);
  }
}
.content > a:-moz-any-link:not(.button):not(.is-inverted):active, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-active {
  color: var(--bal-link-color-text-primary-active);
}
a.link:not(.button):not(.is-inverted):active, a.link:not(.button):not(.is-inverted).is-active,
a.is-link:not(.button):not(.is-inverted):active,
a.is-link:not(.button):not(.is-inverted).is-active,
.content > a:any-link:not(.button):not(.is-inverted):active,
.content > a:any-link:not(.button):not(.is-inverted).is-active {
  color: var(--bal-link-color-text-primary-active);
}

.content > a:-moz-any-link:not(.button):not(.is-inverted):active svg, .content > a:-moz-any-link:not(.button):not(.is-inverted):active g, .content > a:-moz-any-link:not(.button):not(.is-inverted):active path, .content > a:-moz-any-link:not(.button):not(.is-inverted):active circle, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-active svg, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-active g, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-active path, .content > a:-moz-any-link:not(.button):not(.is-inverted).is-active circle {
  fill: var(--bal-link-color-text-primary-active);
}

a.link:not(.button):not(.is-inverted):active svg,
a.link:not(.button):not(.is-inverted):active g,
a.link:not(.button):not(.is-inverted):active path,
a.link:not(.button):not(.is-inverted):active circle, a.link:not(.button):not(.is-inverted).is-active svg,
a.link:not(.button):not(.is-inverted).is-active g,
a.link:not(.button):not(.is-inverted).is-active path,
a.link:not(.button):not(.is-inverted).is-active circle,
a.is-link:not(.button):not(.is-inverted):active svg,
a.is-link:not(.button):not(.is-inverted):active g,
a.is-link:not(.button):not(.is-inverted):active path,
a.is-link:not(.button):not(.is-inverted):active circle,
a.is-link:not(.button):not(.is-inverted).is-active svg,
a.is-link:not(.button):not(.is-inverted).is-active g,
a.is-link:not(.button):not(.is-inverted).is-active path,
a.is-link:not(.button):not(.is-inverted).is-active circle,
.content > a:any-link:not(.button):not(.is-inverted):active svg,
.content > a:any-link:not(.button):not(.is-inverted):active g,
.content > a:any-link:not(.button):not(.is-inverted):active path,
.content > a:any-link:not(.button):not(.is-inverted):active circle,
.content > a:any-link:not(.button):not(.is-inverted).is-active svg,
.content > a:any-link:not(.button):not(.is-inverted).is-active g,
.content > a:any-link:not(.button):not(.is-inverted).is-active path,
.content > a:any-link:not(.button):not(.is-inverted).is-active circle {
  fill: var(--bal-link-color-text-primary-active);
}

.content > a:-moz-any-link:not(.button):not(.is-inverted):focus-visible:not(:active), .content > a:-moz-any-link:not(.button):not(.is-inverted).is-focused:not(:active) {
  box-shadow: var(--bal-link-shadow-outline-base);
}

a.link:not(.button):not(.is-inverted):focus-visible:not(:active), a.link:not(.button):not(.is-inverted).is-focused:not(:active),
a.is-link:not(.button):not(.is-inverted):focus-visible:not(:active),
a.is-link:not(.button):not(.is-inverted).is-focused:not(:active),
.content > a:any-link:not(.button):not(.is-inverted):focus-visible:not(:active),
.content > a:any-link:not(.button):not(.is-inverted).is-focused:not(:active) {
  box-shadow: var(--bal-link-shadow-outline-base);
}

.content > a:-moz-any-link:not(.button).is-inverted {
  color: var(--bal-link-color-text-inverted-base);
}

a.link:not(.button).is-inverted,
a.is-link:not(.button).is-inverted,
.content > a:any-link:not(.button).is-inverted {
  color: var(--bal-link-color-text-inverted-base);
}

.content > a:-moz-any-link:not(.button).is-inverted svg, .content > a:-moz-any-link:not(.button).is-inverted g, .content > a:-moz-any-link:not(.button).is-inverted path, .content > a:-moz-any-link:not(.button).is-inverted circle {
  fill: var(--bal-link-color-text-inverted-base);
}

a.link:not(.button).is-inverted svg,
a.link:not(.button).is-inverted g,
a.link:not(.button).is-inverted path,
a.link:not(.button).is-inverted circle,
a.is-link:not(.button).is-inverted svg,
a.is-link:not(.button).is-inverted g,
a.is-link:not(.button).is-inverted path,
a.is-link:not(.button).is-inverted circle,
.content > a:any-link:not(.button).is-inverted svg,
.content > a:any-link:not(.button).is-inverted g,
.content > a:any-link:not(.button).is-inverted path,
.content > a:any-link:not(.button).is-inverted circle {
  fill: var(--bal-link-color-text-inverted-base);
}

@media (hover: hover) and (pointer: fine) {
  .content > a:-moz-any-link:not(.button).is-inverted:hover, .content > a:-moz-any-link:not(.button).is-inverted.is-hovered {
    color: var(--bal-link-color-text-inverted-hover);
  }
  a.link:not(.button).is-inverted:hover, a.link:not(.button).is-inverted.is-hovered,
  a.is-link:not(.button).is-inverted:hover,
  a.is-link:not(.button).is-inverted.is-hovered,
  .content > a:any-link:not(.button).is-inverted:hover,
  .content > a:any-link:not(.button).is-inverted.is-hovered {
    color: var(--bal-link-color-text-inverted-hover);
  }
  .content > a:-moz-any-link:not(.button).is-inverted:hover svg, .content > a:-moz-any-link:not(.button).is-inverted:hover g, .content > a:-moz-any-link:not(.button).is-inverted:hover path, .content > a:-moz-any-link:not(.button).is-inverted:hover circle, .content > a:-moz-any-link:not(.button).is-inverted.is-hovered svg, .content > a:-moz-any-link:not(.button).is-inverted.is-hovered g, .content > a:-moz-any-link:not(.button).is-inverted.is-hovered path, .content > a:-moz-any-link:not(.button).is-inverted.is-hovered circle {
    fill: var(--bal-link-color-text-inverted-hover);
  }
  a.link:not(.button).is-inverted:hover svg,
  a.link:not(.button).is-inverted:hover g,
  a.link:not(.button).is-inverted:hover path,
  a.link:not(.button).is-inverted:hover circle, a.link:not(.button).is-inverted.is-hovered svg,
  a.link:not(.button).is-inverted.is-hovered g,
  a.link:not(.button).is-inverted.is-hovered path,
  a.link:not(.button).is-inverted.is-hovered circle,
  a.is-link:not(.button).is-inverted:hover svg,
  a.is-link:not(.button).is-inverted:hover g,
  a.is-link:not(.button).is-inverted:hover path,
  a.is-link:not(.button).is-inverted:hover circle,
  a.is-link:not(.button).is-inverted.is-hovered svg,
  a.is-link:not(.button).is-inverted.is-hovered g,
  a.is-link:not(.button).is-inverted.is-hovered path,
  a.is-link:not(.button).is-inverted.is-hovered circle,
  .content > a:any-link:not(.button).is-inverted:hover svg,
  .content > a:any-link:not(.button).is-inverted:hover g,
  .content > a:any-link:not(.button).is-inverted:hover path,
  .content > a:any-link:not(.button).is-inverted:hover circle,
  .content > a:any-link:not(.button).is-inverted.is-hovered svg,
  .content > a:any-link:not(.button).is-inverted.is-hovered g,
  .content > a:any-link:not(.button).is-inverted.is-hovered path,
  .content > a:any-link:not(.button).is-inverted.is-hovered circle {
    fill: var(--bal-link-color-text-inverted-hover);
  }
}
.content > a:-moz-any-link:not(.button).is-inverted:active, .content > a:-moz-any-link:not(.button).is-inverted.is-active {
  color: var(--bal-link-color-text-inverted-active);
}
a.link:not(.button).is-inverted:active, a.link:not(.button).is-inverted.is-active,
a.is-link:not(.button).is-inverted:active,
a.is-link:not(.button).is-inverted.is-active,
.content > a:any-link:not(.button).is-inverted:active,
.content > a:any-link:not(.button).is-inverted.is-active {
  color: var(--bal-link-color-text-inverted-active);
}

.content > a:-moz-any-link:not(.button).is-inverted:active svg, .content > a:-moz-any-link:not(.button).is-inverted:active g, .content > a:-moz-any-link:not(.button).is-inverted:active path, .content > a:-moz-any-link:not(.button).is-inverted:active circle, .content > a:-moz-any-link:not(.button).is-inverted.is-active svg, .content > a:-moz-any-link:not(.button).is-inverted.is-active g, .content > a:-moz-any-link:not(.button).is-inverted.is-active path, .content > a:-moz-any-link:not(.button).is-inverted.is-active circle {
  fill: var(--bal-link-color-text-inverted-active);
}

a.link:not(.button).is-inverted:active svg,
a.link:not(.button).is-inverted:active g,
a.link:not(.button).is-inverted:active path,
a.link:not(.button).is-inverted:active circle, a.link:not(.button).is-inverted.is-active svg,
a.link:not(.button).is-inverted.is-active g,
a.link:not(.button).is-inverted.is-active path,
a.link:not(.button).is-inverted.is-active circle,
a.is-link:not(.button).is-inverted:active svg,
a.is-link:not(.button).is-inverted:active g,
a.is-link:not(.button).is-inverted:active path,
a.is-link:not(.button).is-inverted:active circle,
a.is-link:not(.button).is-inverted.is-active svg,
a.is-link:not(.button).is-inverted.is-active g,
a.is-link:not(.button).is-inverted.is-active path,
a.is-link:not(.button).is-inverted.is-active circle,
.content > a:any-link:not(.button).is-inverted:active svg,
.content > a:any-link:not(.button).is-inverted:active g,
.content > a:any-link:not(.button).is-inverted:active path,
.content > a:any-link:not(.button).is-inverted:active circle,
.content > a:any-link:not(.button).is-inverted.is-active svg,
.content > a:any-link:not(.button).is-inverted.is-active g,
.content > a:any-link:not(.button).is-inverted.is-active path,
.content > a:any-link:not(.button).is-inverted.is-active circle {
  fill: var(--bal-link-color-text-inverted-active);
}

.content > a:-moz-any-link:not(.button).is-inverted:focus-visible:not(:active), .content > a:-moz-any-link:not(.button).is-inverted.is-focused:not(:active) {
  box-shadow: var(--bal-link-shadow-outline-inverted);
}

a.link:not(.button).is-inverted:focus-visible:not(:active), a.link:not(.button).is-inverted.is-focused:not(:active),
a.is-link:not(.button).is-inverted:focus-visible:not(:active),
a.is-link:not(.button).is-inverted.is-focused:not(:active),
.content > a:any-link:not(.button).is-inverted:focus-visible:not(:active),
.content > a:any-link:not(.button).is-inverted.is-focused:not(:active) {
  box-shadow: var(--bal-link-shadow-outline-inverted);
}

hr,
.divider {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: var(--bal-divider-radius-base);
  height: var(--bal-divider-border-width-base);
  background-color: var(--bal-divider-color-background-base);
}

hr.is-primary,
.divider.is-primary {
  background-color: var(--bal-divider-color-background-primary);
}

hr.is-primary-light,
.divider.is-primary-light {
  background-color: var(--bal-divider-color-background-primary-light);
}

hr.is-primary-dark,
.divider.is-primary-dark {
  background-color: var(--bal-divider-color-background-primary-dark);
}

hr.is-grey-light,
.divider.is-grey-light {
  background-color: var(--bal-divider-color-background-grey-light);
}

hr.is-grey,
.divider.is-grey {
  background-color: var(--bal-divider-color-background-grey);
}

hr.is-grey-dark,
.divider.is-grey-dark {
  background-color: var(--bal-divider-color-background-grey-dark);
}

hr.is-warning,
.divider.is-warning {
  background-color: var(--bal-divider-color-background-warning);
}

hr.is-success,
.divider.is-success {
  background-color: var(--bal-divider-color-background-success);
}

hr.is-danger,
.divider.is-danger {
  background-color: var(--bal-divider-color-background-danger);
}

hr.is-danger-dark,
.divider.is-danger-dark {
  background-color: var(--bal-divider-color-background-danger-dark);
}

hr.is-danger-darker,
.divider.is-danger-darker {
  background-color: var(--bal-divider-color-background-danger-darker);
}

hr.is-white,
.divider.is-white {
  background-color: var(--bal-divider-color-background-white);
}

hr.is-light-blue,
.divider.is-light-blue {
  background-color: var(--bal-divider-color-background-light-blue);
}

hr.is-dashed:not(.is-vertical),
.divider.is-dashed:not(.is-vertical) {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-base) 0, var(--bal-divider-color-background-base) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-primary,
.divider.is-dashed:not(.is-vertical).is-primary {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-primary) 0, var(--bal-divider-color-background-primary) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-primary-light,
.divider.is-dashed:not(.is-vertical).is-primary-light {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-primary-light) 0, var(--bal-divider-color-background-primary-light) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-primary-dark,
.divider.is-dashed:not(.is-vertical).is-primary-dark {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-primary-dark) 0, var(--bal-divider-color-background-primary-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-grey-light,
.divider.is-dashed:not(.is-vertical).is-grey-light {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-grey-light) 0, var(--bal-divider-color-background-grey-light) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-grey,
.divider.is-dashed:not(.is-vertical).is-grey {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-grey) 0, var(--bal-divider-color-background-grey) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-grey-dark,
.divider.is-dashed:not(.is-vertical).is-grey-dark {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-grey-dark) 0, var(--bal-divider-color-background-grey-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-warning,
.divider.is-dashed:not(.is-vertical).is-warning {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-warning) 0, var(--bal-divider-color-background-warning) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-success,
.divider.is-dashed:not(.is-vertical).is-success {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-success) 0, var(--bal-divider-color-background-success) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-danger,
.divider.is-dashed:not(.is-vertical).is-danger {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-danger) 0, var(--bal-divider-color-background-danger) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-danger-dark,
.divider.is-dashed:not(.is-vertical).is-danger-dark {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-danger-dark) 0, var(--bal-divider-color-background-danger-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-danger-darker,
.divider.is-dashed:not(.is-vertical).is-danger-darker {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-danger-darker) 0, var(--bal-divider-color-background-danger-darker) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-white,
.divider.is-dashed:not(.is-vertical).is-white {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-white) 0, var(--bal-divider-color-background-white) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed:not(.is-vertical).is-light-blue,
.divider.is-dashed:not(.is-vertical).is-light-blue {
  background: repeating-linear-gradient(90deg, var(--bal-divider-color-background-light-blue) 0, var(--bal-divider-color-background-light-blue) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical,
.divider.is-dashed.is-vertical {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-base) 0, var(--bal-divider-color-background-base) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-primary,
.divider.is-dashed.is-vertical.is-primary {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-primary) 0, var(--bal-divider-color-background-primary) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-primary-light,
.divider.is-dashed.is-vertical.is-primary-light {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-primary-light) 0, var(--bal-divider-color-background-primary-light) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-primary-dark,
.divider.is-dashed.is-vertical.is-primary-dark {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-primary-dark) 0, var(--bal-divider-color-background-primary-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-grey-light,
.divider.is-dashed.is-vertical.is-grey-light {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-grey-light) 0, var(--bal-divider-color-background-grey-light) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-grey,
.divider.is-dashed.is-vertical.is-grey {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-grey) 0, var(--bal-divider-color-background-grey) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-grey-dark,
.divider.is-dashed.is-vertical.is-grey-dark {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-grey-dark) 0, var(--bal-divider-color-background-grey-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-warning,
.divider.is-dashed.is-vertical.is-warning {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-warning) 0, var(--bal-divider-color-background-warning) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-success,
.divider.is-dashed.is-vertical.is-success {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-success) 0, var(--bal-divider-color-background-success) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-danger,
.divider.is-dashed.is-vertical.is-danger {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-danger) 0, var(--bal-divider-color-background-danger) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-danger-dark,
.divider.is-dashed.is-vertical.is-danger-dark {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-danger-dark) 0, var(--bal-divider-color-background-danger-dark) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-danger-darker,
.divider.is-dashed.is-vertical.is-danger-darker {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-danger-darker) 0, var(--bal-divider-color-background-danger-darker) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-white,
.divider.is-dashed.is-vertical.is-white {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-white) 0, var(--bal-divider-color-background-white) 8px, transparent 8px, transparent 16px);
}

hr.is-dashed.is-vertical.is-light-blue,
.divider.is-dashed.is-vertical.is-light-blue {
  background: repeating-linear-gradient(180deg, var(--bal-divider-color-background-light-blue) 0, var(--bal-divider-color-background-light-blue) 8px, transparent 8px, transparent 16px);
}

hr:not(.is-vertical), hr.is-horizontal,
.divider:not(.is-vertical),
.divider.is-horizontal {
  flex: 1 0 100%;
  width: 100%;
  min-height: var(--bal-divider-border-width-base);
  height: var(--bal-divider-border-width-base);
  margin-top: var(--bal-space-xx-large);
  margin-bottom: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  hr:not(.is-vertical), hr.is-horizontal,
  .divider:not(.is-vertical),
  .divider.is-horizontal {
    margin-top: var(--bal-space-xx-large-tablet);
    margin-bottom: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr:not(.is-vertical), hr.is-horizontal,
  .divider:not(.is-vertical),
  .divider.is-horizontal {
    margin-top: var(--bal-space-xx-large-desktop);
    margin-bottom: var(--bal-space-xx-large-desktop);
  }
}
hr.has-space-none:not(.is-vertical),
.divider.has-space-none:not(.is-vertical) {
  margin: 0;
}

hr.has-space-none.is-vertical,
.divider.has-space-none.is-vertical {
  margin: 0;
}

hr.has-space-xx-small:not(.is-vertical),
.divider.has-space-xx-small:not(.is-vertical) {
  margin: var(--bal-space-xx-small) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-xx-small:not(.is-vertical),
  .divider.has-space-xx-small:not(.is-vertical) {
    margin: var(--bal-space-xx-small-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xx-small:not(.is-vertical),
  .divider.has-space-xx-small:not(.is-vertical) {
    margin: var(--bal-space-xx-small-desktop) 0;
  }
}
hr.has-space-xx-small.is-vertical,
.divider.has-space-xx-small.is-vertical {
  margin: 0 var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  hr.has-space-xx-small.is-vertical,
  .divider.has-space-xx-small.is-vertical {
    margin: 0 var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xx-small.is-vertical,
  .divider.has-space-xx-small.is-vertical {
    margin: 0 var(--bal-space-xx-small-desktop);
  }
}
hr.has-space-x-small:not(.is-vertical),
.divider.has-space-x-small:not(.is-vertical) {
  margin: var(--bal-space-x-small) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-x-small:not(.is-vertical),
  .divider.has-space-x-small:not(.is-vertical) {
    margin: var(--bal-space-x-small-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-x-small:not(.is-vertical),
  .divider.has-space-x-small:not(.is-vertical) {
    margin: var(--bal-space-x-small-desktop) 0;
  }
}
hr.has-space-x-small.is-vertical,
.divider.has-space-x-small.is-vertical {
  margin: 0 var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  hr.has-space-x-small.is-vertical,
  .divider.has-space-x-small.is-vertical {
    margin: 0 var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-x-small.is-vertical,
  .divider.has-space-x-small.is-vertical {
    margin: 0 var(--bal-space-x-small-desktop);
  }
}
hr.has-space-small:not(.is-vertical),
.divider.has-space-small:not(.is-vertical) {
  margin: var(--bal-space-small) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-small:not(.is-vertical),
  .divider.has-space-small:not(.is-vertical) {
    margin: var(--bal-space-small-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-small:not(.is-vertical),
  .divider.has-space-small:not(.is-vertical) {
    margin: var(--bal-space-small-desktop) 0;
  }
}
hr.has-space-small.is-vertical,
.divider.has-space-small.is-vertical {
  margin: 0 var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  hr.has-space-small.is-vertical,
  .divider.has-space-small.is-vertical {
    margin: 0 var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-small.is-vertical,
  .divider.has-space-small.is-vertical {
    margin: 0 var(--bal-space-small-desktop);
  }
}
hr.has-space-normal:not(.is-vertical),
.divider.has-space-normal:not(.is-vertical) {
  margin: var(--bal-space-normal) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-normal:not(.is-vertical),
  .divider.has-space-normal:not(.is-vertical) {
    margin: var(--bal-space-normal-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-normal:not(.is-vertical),
  .divider.has-space-normal:not(.is-vertical) {
    margin: var(--bal-space-normal-desktop) 0;
  }
}
hr.has-space-normal.is-vertical,
.divider.has-space-normal.is-vertical {
  margin: 0 var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  hr.has-space-normal.is-vertical,
  .divider.has-space-normal.is-vertical {
    margin: 0 var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-normal.is-vertical,
  .divider.has-space-normal.is-vertical {
    margin: 0 var(--bal-space-normal-desktop);
  }
}
hr.has-space-medium:not(.is-vertical),
.divider.has-space-medium:not(.is-vertical) {
  margin: var(--bal-space-medium) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-medium:not(.is-vertical),
  .divider.has-space-medium:not(.is-vertical) {
    margin: var(--bal-space-medium-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-medium:not(.is-vertical),
  .divider.has-space-medium:not(.is-vertical) {
    margin: var(--bal-space-medium-desktop) 0;
  }
}
hr.has-space-medium.is-vertical,
.divider.has-space-medium.is-vertical {
  margin: 0 var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  hr.has-space-medium.is-vertical,
  .divider.has-space-medium.is-vertical {
    margin: 0 var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-medium.is-vertical,
  .divider.has-space-medium.is-vertical {
    margin: 0 var(--bal-space-medium-desktop);
  }
}
hr.has-space-large:not(.is-vertical),
.divider.has-space-large:not(.is-vertical) {
  margin: var(--bal-space-large) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-large:not(.is-vertical),
  .divider.has-space-large:not(.is-vertical) {
    margin: var(--bal-space-large-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-large:not(.is-vertical),
  .divider.has-space-large:not(.is-vertical) {
    margin: var(--bal-space-large-desktop) 0;
  }
}
hr.has-space-large.is-vertical,
.divider.has-space-large.is-vertical {
  margin: 0 var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  hr.has-space-large.is-vertical,
  .divider.has-space-large.is-vertical {
    margin: 0 var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-large.is-vertical,
  .divider.has-space-large.is-vertical {
    margin: 0 var(--bal-space-large-desktop);
  }
}
hr.has-space-x-large:not(.is-vertical),
.divider.has-space-x-large:not(.is-vertical) {
  margin: var(--bal-space-x-large) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-x-large:not(.is-vertical),
  .divider.has-space-x-large:not(.is-vertical) {
    margin: var(--bal-space-x-large-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-x-large:not(.is-vertical),
  .divider.has-space-x-large:not(.is-vertical) {
    margin: var(--bal-space-x-large-desktop) 0;
  }
}
hr.has-space-x-large.is-vertical,
.divider.has-space-x-large.is-vertical {
  margin: 0 var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  hr.has-space-x-large.is-vertical,
  .divider.has-space-x-large.is-vertical {
    margin: 0 var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-x-large.is-vertical,
  .divider.has-space-x-large.is-vertical {
    margin: 0 var(--bal-space-x-large-desktop);
  }
}
hr.has-space-xx-large:not(.is-vertical),
.divider.has-space-xx-large:not(.is-vertical) {
  margin: var(--bal-space-xx-large) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-xx-large:not(.is-vertical),
  .divider.has-space-xx-large:not(.is-vertical) {
    margin: var(--bal-space-xx-large-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xx-large:not(.is-vertical),
  .divider.has-space-xx-large:not(.is-vertical) {
    margin: var(--bal-space-xx-large-desktop) 0;
  }
}
hr.has-space-xx-large.is-vertical,
.divider.has-space-xx-large.is-vertical {
  margin: 0 var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  hr.has-space-xx-large.is-vertical,
  .divider.has-space-xx-large.is-vertical {
    margin: 0 var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xx-large.is-vertical,
  .divider.has-space-xx-large.is-vertical {
    margin: 0 var(--bal-space-xx-large-desktop);
  }
}
hr.has-space-xxx-large:not(.is-vertical),
.divider.has-space-xxx-large:not(.is-vertical) {
  margin: var(--bal-space-xxx-large) 0;
}

@media screen and (min-width: 769px), print {
  hr.has-space-xxx-large:not(.is-vertical),
  .divider.has-space-xxx-large:not(.is-vertical) {
    margin: var(--bal-space-xxx-large-tablet) 0;
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xxx-large:not(.is-vertical),
  .divider.has-space-xxx-large:not(.is-vertical) {
    margin: var(--bal-space-xxx-large-desktop) 0;
  }
}
hr.has-space-xxx-large.is-vertical,
.divider.has-space-xxx-large.is-vertical {
  margin: 0 var(--bal-space-xxx-large);
}

@media screen and (min-width: 769px), print {
  hr.has-space-xxx-large.is-vertical,
  .divider.has-space-xxx-large.is-vertical {
    margin: 0 var(--bal-space-xxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.has-space-xxx-large.is-vertical,
  .divider.has-space-xxx-large.is-vertical {
    margin: 0 var(--bal-space-xxx-large-desktop);
  }
}
hr.is-vertical,
.divider.is-vertical {
  height: auto;
  flex-shrink: 0;
  align-self: stretch;
  width: var(--bal-divider-border-width-base);
}

hr.is-vertical.has-space-none,
.divider.is-vertical.has-space-none {
  margin: 0;
}

hr.is-vertical.has-space-xx-small,
.divider.is-vertical.has-space-xx-small {
  margin: 0 var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-xx-small,
  .divider.is-vertical.has-space-xx-small {
    margin: 0 var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-xx-small,
  .divider.is-vertical.has-space-xx-small {
    margin: 0 var(--bal-space-xx-small-desktop);
  }
}
hr.is-vertical.has-space-x-small,
.divider.is-vertical.has-space-x-small {
  margin: 0 var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-x-small,
  .divider.is-vertical.has-space-x-small {
    margin: 0 var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-x-small,
  .divider.is-vertical.has-space-x-small {
    margin: 0 var(--bal-space-x-small-desktop);
  }
}
hr.is-vertical.has-space-small,
.divider.is-vertical.has-space-small {
  margin: 0 var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-small,
  .divider.is-vertical.has-space-small {
    margin: 0 var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-small,
  .divider.is-vertical.has-space-small {
    margin: 0 var(--bal-space-small-desktop);
  }
}
hr.is-vertical.has-space-normal,
.divider.is-vertical.has-space-normal {
  margin: 0 var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-normal,
  .divider.is-vertical.has-space-normal {
    margin: 0 var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-normal,
  .divider.is-vertical.has-space-normal {
    margin: 0 var(--bal-space-normal-desktop);
  }
}
hr.is-vertical.has-space-medium,
.divider.is-vertical.has-space-medium {
  margin: 0 var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-medium,
  .divider.is-vertical.has-space-medium {
    margin: 0 var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-medium,
  .divider.is-vertical.has-space-medium {
    margin: 0 var(--bal-space-medium-desktop);
  }
}
hr.is-vertical.has-space-large,
.divider.is-vertical.has-space-large {
  margin: 0 var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-large,
  .divider.is-vertical.has-space-large {
    margin: 0 var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-large,
  .divider.is-vertical.has-space-large {
    margin: 0 var(--bal-space-large-desktop);
  }
}
hr.is-vertical.has-space-x-large,
.divider.is-vertical.has-space-x-large {
  margin: 0 var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-x-large,
  .divider.is-vertical.has-space-x-large {
    margin: 0 var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-x-large,
  .divider.is-vertical.has-space-x-large {
    margin: 0 var(--bal-space-x-large-desktop);
  }
}
hr.is-vertical.has-space-xx-large,
.divider.is-vertical.has-space-xx-large {
  margin: 0 var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-xx-large,
  .divider.is-vertical.has-space-xx-large {
    margin: 0 var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-xx-large,
  .divider.is-vertical.has-space-xx-large {
    margin: 0 var(--bal-space-xx-large-desktop);
  }
}
hr.is-vertical.has-space-xxx-large,
.divider.is-vertical.has-space-xxx-large {
  margin: 0 var(--bal-space-xxx-large);
}

@media screen and (min-width: 769px), print {
  hr.is-vertical.has-space-xxx-large,
  .divider.is-vertical.has-space-xxx-large {
    margin: 0 var(--bal-space-xxx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr.is-vertical.has-space-xxx-large,
  .divider.is-vertical.has-space-xxx-large {
    margin: 0 var(--bal-space-xxx-large-desktop);
  }
}
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
  * Mixins
  */
/**
  * Basic Style
  */
.button {
  width: var(--button-width, auto);
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  gap: 0.5rem;
  cursor: pointer;
  min-height: 3rem;
  padding-inline: 1.5rem;
  word-break: normal;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  font-family: var(--bal-button-font-family);
  font-weight: var(--bal-button-font-weight);
  line-height: var(--bal-button-line-height);
  border-radius: var(--bal-button-radius-base);
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-size: var(--bal-button-font-size-normal);
}

button.button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.button::-moz-focus-inner {
  border: 0;
}

.button:is(input[type=checkbox], input[type=radio])[aria-label]::after {
  --button-content: attr(aria-label);
  content: var(--button-content);
}

.button.has-no-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.button:focus,
.button.is-focused,
.button:active,
.button.is-pressed {
  outline: none;
}

.button:not(.is-link).has-shadow {
  box-shadow: var(--bal-button-shadow-base);
}

.button.is-link.has-shadow {
  text-shadow: var(--bal-button-shadow-base);
}

.button,
.button.is-primary {
  background-color: var(--bal-button-color-background-primary-base);
  color: var(--bal-button-color-text-primary-base);
  border: var(--bal-button-border-primary-base);
}

.button svg,
.button g,
.button path,
.button circle,
.button.is-primary svg,
.button.is-primary g,
.button.is-primary path,
.button.is-primary circle {
  fill: var(--bal-button-color-text-primary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover, .button.is-hovered,
  .button.is-primary:hover,
  .button.is-primary.is-hovered {
    background-color: var(--bal-button-color-background-primary-hover);
    color: var(--bal-button-color-text-primary-hover);
    border: var(--bal-button-border-primary-hover);
  }
  .button:hover svg,
  .button:hover g,
  .button:hover path,
  .button:hover circle, .button.is-hovered svg,
  .button.is-hovered g,
  .button.is-hovered path,
  .button.is-hovered circle,
  .button.is-primary:hover svg,
  .button.is-primary:hover g,
  .button.is-primary:hover path,
  .button.is-primary:hover circle,
  .button.is-primary.is-hovered svg,
  .button.is-primary.is-hovered g,
  .button.is-primary.is-hovered path,
  .button.is-primary.is-hovered circle {
    fill: var(--bal-button-color-text-primary-hover);
  }
}
.button:active, .button.is-pressed,
.button.is-primary:active,
.button.is-primary.is-pressed {
  background-color: var(--bal-button-color-background-primary-active);
  color: var(--bal-button-color-text-primary-active);
  border: var(--bal-button-border-primary-active);
  translate: 0 0.5px;
}

.button:active svg,
.button:active g,
.button:active path,
.button:active circle, .button.is-pressed svg,
.button.is-pressed g,
.button.is-pressed path,
.button.is-pressed circle,
.button.is-primary:active svg,
.button.is-primary:active g,
.button.is-primary:active path,
.button.is-primary:active circle,
.button.is-primary.is-pressed svg,
.button.is-primary.is-pressed g,
.button.is-primary.is-pressed path,
.button.is-primary.is-pressed circle {
  fill: var(--bal-button-color-text-primary-active);
}

.button:focus-visible:not(:active), .button.is-focused:not(:active),
.button.is-primary:focus-visible:not(:active),
.button.is-primary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-secondary {
  background-color: var(--bal-button-color-background-secondary-base);
  color: var(--bal-button-color-text-secondary-base);
  border: var(--bal-button-border-secondary-base);
}

.button.is-secondary svg,
.button.is-secondary g,
.button.is-secondary path,
.button.is-secondary circle {
  fill: var(--bal-button-color-text-secondary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-secondary:hover, .button.is-secondary.is-hovered {
    background-color: var(--bal-button-color-background-secondary-hover);
    color: var(--bal-button-color-text-secondary-hover);
    border: var(--bal-button-border-secondary-hover);
  }
  .button.is-secondary:hover svg,
  .button.is-secondary:hover g,
  .button.is-secondary:hover path,
  .button.is-secondary:hover circle, .button.is-secondary.is-hovered svg,
  .button.is-secondary.is-hovered g,
  .button.is-secondary.is-hovered path,
  .button.is-secondary.is-hovered circle {
    fill: var(--bal-button-color-text-secondary-hover);
  }
}
.button.is-secondary:active, .button.is-secondary.is-pressed {
  background-color: var(--bal-button-color-background-secondary-active);
  color: var(--bal-button-color-text-secondary-active);
  border: var(--bal-button-border-secondary-active);
  translate: 0 0.5px;
}

.button.is-secondary:active svg,
.button.is-secondary:active g,
.button.is-secondary:active path,
.button.is-secondary:active circle, .button.is-secondary.is-pressed svg,
.button.is-secondary.is-pressed g,
.button.is-secondary.is-pressed path,
.button.is-secondary.is-pressed circle {
  fill: var(--bal-button-color-text-secondary-active);
}

.button.is-secondary:focus-visible:not(:active), .button.is-secondary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-text,
.button.is-neutral,
.button.is-tertiary {
  background-color: var(--bal-button-color-background-tertiary-base);
  color: var(--bal-button-color-text-tertiary-base);
  border: var(--bal-button-border-tertiary-base);
}

.button.is-text svg,
.button.is-text g,
.button.is-text path,
.button.is-text circle,
.button.is-neutral svg,
.button.is-neutral g,
.button.is-neutral path,
.button.is-neutral circle,
.button.is-tertiary svg,
.button.is-tertiary g,
.button.is-tertiary path,
.button.is-tertiary circle {
  fill: var(--bal-button-color-text-tertiary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-text:hover, .button.is-text.is-hovered,
  .button.is-neutral:hover,
  .button.is-neutral.is-hovered,
  .button.is-tertiary:hover,
  .button.is-tertiary.is-hovered {
    background-color: var(--bal-button-color-background-tertiary-hover);
    color: var(--bal-button-color-text-tertiary-hover);
    border: var(--bal-button-border-tertiary-hover);
  }
  .button.is-text:hover svg,
  .button.is-text:hover g,
  .button.is-text:hover path,
  .button.is-text:hover circle, .button.is-text.is-hovered svg,
  .button.is-text.is-hovered g,
  .button.is-text.is-hovered path,
  .button.is-text.is-hovered circle,
  .button.is-neutral:hover svg,
  .button.is-neutral:hover g,
  .button.is-neutral:hover path,
  .button.is-neutral:hover circle,
  .button.is-neutral.is-hovered svg,
  .button.is-neutral.is-hovered g,
  .button.is-neutral.is-hovered path,
  .button.is-neutral.is-hovered circle,
  .button.is-tertiary:hover svg,
  .button.is-tertiary:hover g,
  .button.is-tertiary:hover path,
  .button.is-tertiary:hover circle,
  .button.is-tertiary.is-hovered svg,
  .button.is-tertiary.is-hovered g,
  .button.is-tertiary.is-hovered path,
  .button.is-tertiary.is-hovered circle {
    fill: var(--bal-button-color-text-tertiary-hover);
  }
}
.button.is-text:active, .button.is-text.is-pressed,
.button.is-neutral:active,
.button.is-neutral.is-pressed,
.button.is-tertiary:active,
.button.is-tertiary.is-pressed {
  background-color: var(--bal-button-color-background-tertiary-active);
  color: var(--bal-button-color-text-tertiary-active);
  border: var(--bal-button-border-tertiary-active);
  translate: 0 0.5px;
}

.button.is-text:active svg,
.button.is-text:active g,
.button.is-text:active path,
.button.is-text:active circle, .button.is-text.is-pressed svg,
.button.is-text.is-pressed g,
.button.is-text.is-pressed path,
.button.is-text.is-pressed circle,
.button.is-neutral:active svg,
.button.is-neutral:active g,
.button.is-neutral:active path,
.button.is-neutral:active circle,
.button.is-neutral.is-pressed svg,
.button.is-neutral.is-pressed g,
.button.is-neutral.is-pressed path,
.button.is-neutral.is-pressed circle,
.button.is-tertiary:active svg,
.button.is-tertiary:active g,
.button.is-tertiary:active path,
.button.is-tertiary:active circle,
.button.is-tertiary.is-pressed svg,
.button.is-tertiary.is-pressed g,
.button.is-tertiary.is-pressed path,
.button.is-tertiary.is-pressed circle {
  fill: var(--bal-button-color-text-tertiary-active);
}

.button.is-text:focus-visible:not(:active), .button.is-text.is-focused:not(:active),
.button.is-neutral:focus-visible:not(:active),
.button.is-neutral.is-focused:not(:active),
.button.is-tertiary:focus-visible:not(:active),
.button.is-tertiary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-tertiary-purple {
  background-color: var(--bal-button-color-background-tertiary-purple-base);
  color: var(--bal-button-color-text-tertiary-purple-base);
  border: var(--bal-button-border-tertiary-purple-base);
}

.button.is-tertiary-purple svg,
.button.is-tertiary-purple g,
.button.is-tertiary-purple path,
.button.is-tertiary-purple circle {
  fill: var(--bal-button-color-text-tertiary-purple-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-purple:hover, .button.is-tertiary-purple.is-hovered {
    background-color: var(--bal-button-color-background-tertiary-purple-hover);
    color: var(--bal-button-color-text-tertiary-purple-hover);
    border: var(--bal-button-border-tertiary-purple-hover);
  }
  .button.is-tertiary-purple:hover svg,
  .button.is-tertiary-purple:hover g,
  .button.is-tertiary-purple:hover path,
  .button.is-tertiary-purple:hover circle, .button.is-tertiary-purple.is-hovered svg,
  .button.is-tertiary-purple.is-hovered g,
  .button.is-tertiary-purple.is-hovered path,
  .button.is-tertiary-purple.is-hovered circle {
    fill: var(--bal-button-color-text-tertiary-purple-hover);
  }
}
.button.is-tertiary-purple:active, .button.is-tertiary-purple.is-pressed {
  background-color: var(--bal-button-color-background-tertiary-purple-active);
  color: var(--bal-button-color-text-tertiary-purple-active);
  border: var(--bal-button-border-tertiary-purple-active);
  translate: 0 0.5px;
}

.button.is-tertiary-purple:active svg,
.button.is-tertiary-purple:active g,
.button.is-tertiary-purple:active path,
.button.is-tertiary-purple:active circle, .button.is-tertiary-purple.is-pressed svg,
.button.is-tertiary-purple.is-pressed g,
.button.is-tertiary-purple.is-pressed path,
.button.is-tertiary-purple.is-pressed circle {
  fill: var(--bal-button-color-text-tertiary-purple-active);
}

.button.is-tertiary-purple:focus-visible:not(:active), .button.is-tertiary-purple.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-tertiary-red {
  background-color: var(--bal-button-color-background-tertiary-red-base);
  color: var(--bal-button-color-text-tertiary-red-base);
  border: var(--bal-button-border-tertiary-red-base);
}

.button.is-tertiary-red svg,
.button.is-tertiary-red g,
.button.is-tertiary-red path,
.button.is-tertiary-red circle {
  fill: var(--bal-button-color-text-tertiary-red-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-red:hover, .button.is-tertiary-red.is-hovered {
    background-color: var(--bal-button-color-background-tertiary-red-hover);
    color: var(--bal-button-color-text-tertiary-red-hover);
    border: var(--bal-button-border-tertiary-red-hover);
  }
  .button.is-tertiary-red:hover svg,
  .button.is-tertiary-red:hover g,
  .button.is-tertiary-red:hover path,
  .button.is-tertiary-red:hover circle, .button.is-tertiary-red.is-hovered svg,
  .button.is-tertiary-red.is-hovered g,
  .button.is-tertiary-red.is-hovered path,
  .button.is-tertiary-red.is-hovered circle {
    fill: var(--bal-button-color-text-tertiary-red-hover);
  }
}
.button.is-tertiary-red:active, .button.is-tertiary-red.is-pressed {
  background-color: var(--bal-button-color-background-tertiary-red-active);
  color: var(--bal-button-color-text-tertiary-red-active);
  border: var(--bal-button-border-tertiary-red-active);
  translate: 0 0.5px;
}

.button.is-tertiary-red:active svg,
.button.is-tertiary-red:active g,
.button.is-tertiary-red:active path,
.button.is-tertiary-red:active circle, .button.is-tertiary-red.is-pressed svg,
.button.is-tertiary-red.is-pressed g,
.button.is-tertiary-red.is-pressed path,
.button.is-tertiary-red.is-pressed circle {
  fill: var(--bal-button-color-text-tertiary-red-active);
}

.button.is-tertiary-red:focus-visible:not(:active), .button.is-tertiary-red.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-tertiary-yellow {
  background-color: var(--bal-button-color-background-tertiary-yellow-base);
  color: var(--bal-button-color-text-tertiary-yellow-base);
  border: var(--bal-button-border-tertiary-yellow-base);
}

.button.is-tertiary-yellow svg,
.button.is-tertiary-yellow g,
.button.is-tertiary-yellow path,
.button.is-tertiary-yellow circle {
  fill: var(--bal-button-color-text-tertiary-yellow-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-yellow:hover, .button.is-tertiary-yellow.is-hovered {
    background-color: var(--bal-button-color-background-tertiary-yellow-hover);
    color: var(--bal-button-color-text-tertiary-yellow-hover);
    border: var(--bal-button-border-tertiary-yellow-hover);
  }
  .button.is-tertiary-yellow:hover svg,
  .button.is-tertiary-yellow:hover g,
  .button.is-tertiary-yellow:hover path,
  .button.is-tertiary-yellow:hover circle, .button.is-tertiary-yellow.is-hovered svg,
  .button.is-tertiary-yellow.is-hovered g,
  .button.is-tertiary-yellow.is-hovered path,
  .button.is-tertiary-yellow.is-hovered circle {
    fill: var(--bal-button-color-text-tertiary-yellow-hover);
  }
}
.button.is-tertiary-yellow:active, .button.is-tertiary-yellow.is-pressed {
  background-color: var(--bal-button-color-background-tertiary-yellow-active);
  color: var(--bal-button-color-text-tertiary-yellow-active);
  border: var(--bal-button-border-tertiary-yellow-active);
  translate: 0 0.5px;
}

.button.is-tertiary-yellow:active svg,
.button.is-tertiary-yellow:active g,
.button.is-tertiary-yellow:active path,
.button.is-tertiary-yellow:active circle, .button.is-tertiary-yellow.is-pressed svg,
.button.is-tertiary-yellow.is-pressed g,
.button.is-tertiary-yellow.is-pressed path,
.button.is-tertiary-yellow.is-pressed circle {
  fill: var(--bal-button-color-text-tertiary-yellow-active);
}

.button.is-tertiary-yellow:focus-visible:not(:active), .button.is-tertiary-yellow.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-tertiary-green {
  background-color: var(--bal-button-color-background-tertiary-green-base);
  color: var(--bal-button-color-text-tertiary-green-base);
  border: var(--bal-button-border-tertiary-green-base);
}

.button.is-tertiary-green svg,
.button.is-tertiary-green g,
.button.is-tertiary-green path,
.button.is-tertiary-green circle {
  fill: var(--bal-button-color-text-tertiary-green-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-green:hover, .button.is-tertiary-green.is-hovered {
    background-color: var(--bal-button-color-background-tertiary-green-hover);
    color: var(--bal-button-color-text-tertiary-green-hover);
    border: var(--bal-button-border-tertiary-green-hover);
  }
  .button.is-tertiary-green:hover svg,
  .button.is-tertiary-green:hover g,
  .button.is-tertiary-green:hover path,
  .button.is-tertiary-green:hover circle, .button.is-tertiary-green.is-hovered svg,
  .button.is-tertiary-green.is-hovered g,
  .button.is-tertiary-green.is-hovered path,
  .button.is-tertiary-green.is-hovered circle {
    fill: var(--bal-button-color-text-tertiary-green-hover);
  }
}
.button.is-tertiary-green:active, .button.is-tertiary-green.is-pressed {
  background-color: var(--bal-button-color-background-tertiary-green-active);
  color: var(--bal-button-color-text-tertiary-green-active);
  border: var(--bal-button-border-tertiary-green-active);
  translate: 0 0.5px;
}

.button.is-tertiary-green:active svg,
.button.is-tertiary-green:active g,
.button.is-tertiary-green:active path,
.button.is-tertiary-green:active circle, .button.is-tertiary-green.is-pressed svg,
.button.is-tertiary-green.is-pressed g,
.button.is-tertiary-green.is-pressed path,
.button.is-tertiary-green.is-pressed circle {
  fill: var(--bal-button-color-text-tertiary-green-active);
}

.button.is-tertiary-green:focus-visible:not(:active), .button.is-tertiary-green.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-light,
.button.is-accent {
  background-color: var(--bal-button-color-background-accent-base);
  color: var(--bal-button-color-text-accent-base);
  border: var(--bal-button-border-accent-base);
}

.button.is-light svg,
.button.is-light g,
.button.is-light path,
.button.is-light circle,
.button.is-accent svg,
.button.is-accent g,
.button.is-accent path,
.button.is-accent circle {
  fill: var(--bal-button-color-text-accent-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-light:hover, .button.is-light.is-hovered,
  .button.is-accent:hover,
  .button.is-accent.is-hovered {
    background-color: var(--bal-button-color-background-accent-hover);
    color: var(--bal-button-color-text-accent-hover);
    border: var(--bal-button-border-accent-hover);
  }
  .button.is-light:hover svg,
  .button.is-light:hover g,
  .button.is-light:hover path,
  .button.is-light:hover circle, .button.is-light.is-hovered svg,
  .button.is-light.is-hovered g,
  .button.is-light.is-hovered path,
  .button.is-light.is-hovered circle,
  .button.is-accent:hover svg,
  .button.is-accent:hover g,
  .button.is-accent:hover path,
  .button.is-accent:hover circle,
  .button.is-accent.is-hovered svg,
  .button.is-accent.is-hovered g,
  .button.is-accent.is-hovered path,
  .button.is-accent.is-hovered circle {
    fill: var(--bal-button-color-text-accent-hover);
  }
}
.button.is-light:active, .button.is-light.is-pressed,
.button.is-accent:active,
.button.is-accent.is-pressed {
  background-color: var(--bal-button-color-background-accent-active);
  color: var(--bal-button-color-text-accent-active);
  border: var(--bal-button-border-accent-active);
  translate: 0 0.5px;
}

.button.is-light:active svg,
.button.is-light:active g,
.button.is-light:active path,
.button.is-light:active circle, .button.is-light.is-pressed svg,
.button.is-light.is-pressed g,
.button.is-light.is-pressed path,
.button.is-light.is-pressed circle,
.button.is-accent:active svg,
.button.is-accent:active g,
.button.is-accent:active path,
.button.is-accent:active circle,
.button.is-accent.is-pressed svg,
.button.is-accent.is-pressed g,
.button.is-accent.is-pressed path,
.button.is-accent.is-pressed circle {
  fill: var(--bal-button-color-text-accent-active);
}

.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active),
.button.is-accent:focus-visible:not(:active),
.button.is-accent.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-link {
  -webkit-text-decoration: var(--bal-link-text-decoration);
          text-decoration: var(--bal-link-text-decoration);
  text-underline-offset: var(--bal-link-text-underline-offset);
  text-decoration-thickness: var(--bal-link-text-decoration-thickness);
  background-color: var(--bal-button-color-background-link-base);
  color: var(--bal-button-color-text-link-base);
  border: var(--bal-button-border-link-base);
}

.button.is-link svg,
.button.is-link g,
.button.is-link path,
.button.is-link circle {
  fill: var(--bal-button-color-text-link-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-link:hover, .button.is-link.is-hovered {
    background-color: var(--bal-button-color-background-link-hover);
    color: var(--bal-button-color-text-link-hover);
    border: var(--bal-button-border-link-hover);
  }
  .button.is-link:hover svg,
  .button.is-link:hover g,
  .button.is-link:hover path,
  .button.is-link:hover circle, .button.is-link.is-hovered svg,
  .button.is-link.is-hovered g,
  .button.is-link.is-hovered path,
  .button.is-link.is-hovered circle {
    fill: var(--bal-button-color-text-link-hover);
  }
}
.button.is-link:active, .button.is-link.is-pressed {
  background-color: var(--bal-button-color-background-link-active);
  color: var(--bal-button-color-text-link-active);
  border: var(--bal-button-border-link-active);
  translate: 0 0.5px;
}

.button.is-link:active svg,
.button.is-link:active g,
.button.is-link:active path,
.button.is-link:active circle, .button.is-link.is-pressed svg,
.button.is-link.is-pressed g,
.button.is-link.is-pressed path,
.button.is-link.is-pressed circle {
  fill: var(--bal-button-color-text-link-active);
}

.button.is-link:focus-visible:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-info {
  background-color: var(--bal-button-color-background-info-base);
  color: var(--bal-button-color-text-info-base);
  border: var(--bal-button-border-info-base);
}

.button.is-info svg,
.button.is-info g,
.button.is-info path,
.button.is-info circle {
  fill: var(--bal-button-color-text-info-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-info:hover, .button.is-info.is-hovered {
    background-color: var(--bal-button-color-background-info-hover);
    color: var(--bal-button-color-text-info-hover);
    border: var(--bal-button-border-info-hover);
  }
  .button.is-info:hover svg,
  .button.is-info:hover g,
  .button.is-info:hover path,
  .button.is-info:hover circle, .button.is-info.is-hovered svg,
  .button.is-info.is-hovered g,
  .button.is-info.is-hovered path,
  .button.is-info.is-hovered circle {
    fill: var(--bal-button-color-text-info-hover);
  }
}
.button.is-info:active, .button.is-info.is-pressed {
  background-color: var(--bal-button-color-background-info-active);
  color: var(--bal-button-color-text-info-active);
  border: var(--bal-button-border-info-active);
  translate: 0 0.5px;
}

.button.is-info:active svg,
.button.is-info:active g,
.button.is-info:active path,
.button.is-info:active circle, .button.is-info.is-pressed svg,
.button.is-info.is-pressed g,
.button.is-info.is-pressed path,
.button.is-info.is-pressed circle {
  fill: var(--bal-button-color-text-info-active);
}

.button.is-info:focus-visible:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-success {
  background-color: var(--bal-button-color-background-success-base);
  color: var(--bal-button-color-text-success-base);
  border: var(--bal-button-border-success-base);
}

.button.is-success svg,
.button.is-success g,
.button.is-success path,
.button.is-success circle {
  fill: var(--bal-button-color-text-success-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-success:hover, .button.is-success.is-hovered {
    background-color: var(--bal-button-color-background-success-hover);
    color: var(--bal-button-color-text-success-hover);
    border: var(--bal-button-border-success-hover);
  }
  .button.is-success:hover svg,
  .button.is-success:hover g,
  .button.is-success:hover path,
  .button.is-success:hover circle, .button.is-success.is-hovered svg,
  .button.is-success.is-hovered g,
  .button.is-success.is-hovered path,
  .button.is-success.is-hovered circle {
    fill: var(--bal-button-color-text-success-hover);
  }
}
.button.is-success:active, .button.is-success.is-pressed {
  background-color: var(--bal-button-color-background-success-active);
  color: var(--bal-button-color-text-success-active);
  border: var(--bal-button-border-success-active);
  translate: 0 0.5px;
}

.button.is-success:active svg,
.button.is-success:active g,
.button.is-success:active path,
.button.is-success:active circle, .button.is-success.is-pressed svg,
.button.is-success.is-pressed g,
.button.is-success.is-pressed path,
.button.is-success.is-pressed circle {
  fill: var(--bal-button-color-text-success-active);
}

.button.is-success:focus-visible:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-warning {
  background-color: var(--bal-button-color-background-warning-base);
  color: var(--bal-button-color-text-warning-base);
  border: var(--bal-button-border-warning-base);
}

.button.is-warning svg,
.button.is-warning g,
.button.is-warning path,
.button.is-warning circle {
  fill: var(--bal-button-color-text-warning-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-warning:hover, .button.is-warning.is-hovered {
    background-color: var(--bal-button-color-background-warning-hover);
    color: var(--bal-button-color-text-warning-hover);
    border: var(--bal-button-border-warning-hover);
  }
  .button.is-warning:hover svg,
  .button.is-warning:hover g,
  .button.is-warning:hover path,
  .button.is-warning:hover circle, .button.is-warning.is-hovered svg,
  .button.is-warning.is-hovered g,
  .button.is-warning.is-hovered path,
  .button.is-warning.is-hovered circle {
    fill: var(--bal-button-color-text-warning-hover);
  }
}
.button.is-warning:active, .button.is-warning.is-pressed {
  background-color: var(--bal-button-color-background-warning-active);
  color: var(--bal-button-color-text-warning-active);
  border: var(--bal-button-border-warning-active);
  translate: 0 0.5px;
}

.button.is-warning:active svg,
.button.is-warning:active g,
.button.is-warning:active path,
.button.is-warning:active circle, .button.is-warning.is-pressed svg,
.button.is-warning.is-pressed g,
.button.is-warning.is-pressed path,
.button.is-warning.is-pressed circle {
  fill: var(--bal-button-color-text-warning-active);
}

.button.is-warning:focus-visible:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-danger {
  background-color: var(--bal-button-color-background-danger-base);
  color: var(--bal-button-color-text-danger-base);
  border: var(--bal-button-border-danger-base);
}

.button.is-danger svg,
.button.is-danger g,
.button.is-danger path,
.button.is-danger circle {
  fill: var(--bal-button-color-text-danger-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-danger:hover, .button.is-danger.is-hovered {
    background-color: var(--bal-button-color-background-danger-hover);
    color: var(--bal-button-color-text-danger-hover);
    border: var(--bal-button-border-danger-hover);
  }
  .button.is-danger:hover svg,
  .button.is-danger:hover g,
  .button.is-danger:hover path,
  .button.is-danger:hover circle, .button.is-danger.is-hovered svg,
  .button.is-danger.is-hovered g,
  .button.is-danger.is-hovered path,
  .button.is-danger.is-hovered circle {
    fill: var(--bal-button-color-text-danger-hover);
  }
}
.button.is-danger:active, .button.is-danger.is-pressed {
  background-color: var(--bal-button-color-background-danger-active);
  color: var(--bal-button-color-text-danger-active);
  border: var(--bal-button-border-danger-active);
  translate: 0 0.5px;
}

.button.is-danger:active svg,
.button.is-danger:active g,
.button.is-danger:active path,
.button.is-danger:active circle, .button.is-danger.is-pressed svg,
.button.is-danger.is-pressed g,
.button.is-danger.is-pressed path,
.button.is-danger.is-pressed circle {
  fill: var(--bal-button-color-text-danger-active);
}

.button.is-danger:focus-visible:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-inverted,
.button.is-inverted.is-primary {
  background-color: var(--bal-button-color-background-inverted-primary-base);
  color: var(--bal-button-color-text-inverted-primary-base);
  border: var(--bal-button-border-inverted-primary-base);
}

.button.is-inverted svg,
.button.is-inverted g,
.button.is-inverted path,
.button.is-inverted circle,
.button.is-inverted.is-primary svg,
.button.is-inverted.is-primary g,
.button.is-inverted.is-primary path,
.button.is-inverted.is-primary circle {
  fill: var(--bal-button-color-text-inverted-primary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-inverted:hover, .button.is-inverted.is-hovered,
  .button.is-inverted.is-primary:hover,
  .button.is-inverted.is-primary.is-hovered {
    background-color: var(--bal-button-color-background-inverted-primary-hover);
    color: var(--bal-button-color-text-inverted-primary-hover);
    border: var(--bal-button-border-inverted-primary-hover);
  }
  .button.is-inverted:hover svg,
  .button.is-inverted:hover g,
  .button.is-inverted:hover path,
  .button.is-inverted:hover circle, .button.is-inverted.is-hovered svg,
  .button.is-inverted.is-hovered g,
  .button.is-inverted.is-hovered path,
  .button.is-inverted.is-hovered circle,
  .button.is-inverted.is-primary:hover svg,
  .button.is-inverted.is-primary:hover g,
  .button.is-inverted.is-primary:hover path,
  .button.is-inverted.is-primary:hover circle,
  .button.is-inverted.is-primary.is-hovered svg,
  .button.is-inverted.is-primary.is-hovered g,
  .button.is-inverted.is-primary.is-hovered path,
  .button.is-inverted.is-primary.is-hovered circle {
    fill: var(--bal-button-color-text-inverted-primary-hover);
  }
}
.button.is-inverted:active, .button.is-inverted.is-pressed,
.button.is-inverted.is-primary:active,
.button.is-inverted.is-primary.is-pressed {
  background-color: var(--bal-button-color-background-inverted-primary-active);
  color: var(--bal-button-color-text-inverted-primary-active);
  border: var(--bal-button-border-inverted-primary-active);
  translate: 0 0.5px;
}

.button.is-inverted:active svg,
.button.is-inverted:active g,
.button.is-inverted:active path,
.button.is-inverted:active circle, .button.is-inverted.is-pressed svg,
.button.is-inverted.is-pressed g,
.button.is-inverted.is-pressed path,
.button.is-inverted.is-pressed circle,
.button.is-inverted.is-primary:active svg,
.button.is-inverted.is-primary:active g,
.button.is-inverted.is-primary:active path,
.button.is-inverted.is-primary:active circle,
.button.is-inverted.is-primary.is-pressed svg,
.button.is-inverted.is-primary.is-pressed g,
.button.is-inverted.is-primary.is-pressed path,
.button.is-inverted.is-primary.is-pressed circle {
  fill: var(--bal-button-color-text-inverted-primary-active);
}

.button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active),
.button.is-inverted.is-primary:focus-visible:not(:active),
.button.is-inverted.is-primary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-inverted);
}

.button.is-inverted.is-secondary {
  background-color: var(--bal-button-color-background-inverted-secondary-base);
  color: var(--bal-button-color-text-inverted-secondary-base);
  border: var(--bal-button-border-inverted-secondary-base);
}

.button.is-inverted.is-secondary svg,
.button.is-inverted.is-secondary g,
.button.is-inverted.is-secondary path,
.button.is-inverted.is-secondary circle {
  fill: var(--bal-button-color-text-inverted-secondary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-inverted.is-secondary:hover, .button.is-inverted.is-secondary.is-hovered {
    background-color: var(--bal-button-color-background-inverted-secondary-hover);
    color: var(--bal-button-color-text-inverted-secondary-hover);
    border: var(--bal-button-border-inverted-secondary-hover);
  }
  .button.is-inverted.is-secondary:hover svg,
  .button.is-inverted.is-secondary:hover g,
  .button.is-inverted.is-secondary:hover path,
  .button.is-inverted.is-secondary:hover circle, .button.is-inverted.is-secondary.is-hovered svg,
  .button.is-inverted.is-secondary.is-hovered g,
  .button.is-inverted.is-secondary.is-hovered path,
  .button.is-inverted.is-secondary.is-hovered circle {
    fill: var(--bal-button-color-text-inverted-secondary-hover);
  }
}
.button.is-inverted.is-secondary:active, .button.is-inverted.is-secondary.is-pressed {
  background-color: var(--bal-button-color-background-inverted-secondary-active);
  color: var(--bal-button-color-text-inverted-secondary-active);
  border: var(--bal-button-border-inverted-secondary-active);
  translate: 0 0.5px;
}

.button.is-inverted.is-secondary:active svg,
.button.is-inverted.is-secondary:active g,
.button.is-inverted.is-secondary:active path,
.button.is-inverted.is-secondary:active circle, .button.is-inverted.is-secondary.is-pressed svg,
.button.is-inverted.is-secondary.is-pressed g,
.button.is-inverted.is-secondary.is-pressed path,
.button.is-inverted.is-secondary.is-pressed circle {
  fill: var(--bal-button-color-text-inverted-secondary-active);
}

.button.is-inverted.is-secondary:focus-visible:not(:active), .button.is-inverted.is-secondary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-inverted);
}

.button.is-inverted.is-text,
.button.is-inverted.is-tertiary {
  background-color: var(--bal-button-color-background-inverted-tertiary-base);
  color: var(--bal-button-color-text-inverted-tertiary-base);
  border: var(--bal-button-border-inverted-tertiary-base);
}

.button.is-inverted.is-text svg,
.button.is-inverted.is-text g,
.button.is-inverted.is-text path,
.button.is-inverted.is-text circle,
.button.is-inverted.is-tertiary svg,
.button.is-inverted.is-tertiary g,
.button.is-inverted.is-tertiary path,
.button.is-inverted.is-tertiary circle {
  fill: var(--bal-button-color-text-inverted-tertiary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-inverted.is-text:hover, .button.is-inverted.is-text.is-hovered,
  .button.is-inverted.is-tertiary:hover,
  .button.is-inverted.is-tertiary.is-hovered {
    background-color: var(--bal-button-color-background-inverted-tertiary-hover);
    color: var(--bal-button-color-text-inverted-tertiary-hover);
    border: var(--bal-button-border-inverted-tertiary-hover);
  }
  .button.is-inverted.is-text:hover svg,
  .button.is-inverted.is-text:hover g,
  .button.is-inverted.is-text:hover path,
  .button.is-inverted.is-text:hover circle, .button.is-inverted.is-text.is-hovered svg,
  .button.is-inverted.is-text.is-hovered g,
  .button.is-inverted.is-text.is-hovered path,
  .button.is-inverted.is-text.is-hovered circle,
  .button.is-inverted.is-tertiary:hover svg,
  .button.is-inverted.is-tertiary:hover g,
  .button.is-inverted.is-tertiary:hover path,
  .button.is-inverted.is-tertiary:hover circle,
  .button.is-inverted.is-tertiary.is-hovered svg,
  .button.is-inverted.is-tertiary.is-hovered g,
  .button.is-inverted.is-tertiary.is-hovered path,
  .button.is-inverted.is-tertiary.is-hovered circle {
    fill: var(--bal-button-color-text-inverted-tertiary-hover);
  }
}
.button.is-inverted.is-text:active, .button.is-inverted.is-text.is-pressed,
.button.is-inverted.is-tertiary:active,
.button.is-inverted.is-tertiary.is-pressed {
  background-color: var(--bal-button-color-background-inverted-tertiary-active);
  color: var(--bal-button-color-text-inverted-tertiary-active);
  border: var(--bal-button-border-inverted-tertiary-active);
  translate: 0 0.5px;
}

.button.is-inverted.is-text:active svg,
.button.is-inverted.is-text:active g,
.button.is-inverted.is-text:active path,
.button.is-inverted.is-text:active circle, .button.is-inverted.is-text.is-pressed svg,
.button.is-inverted.is-text.is-pressed g,
.button.is-inverted.is-text.is-pressed path,
.button.is-inverted.is-text.is-pressed circle,
.button.is-inverted.is-tertiary:active svg,
.button.is-inverted.is-tertiary:active g,
.button.is-inverted.is-tertiary:active path,
.button.is-inverted.is-tertiary:active circle,
.button.is-inverted.is-tertiary.is-pressed svg,
.button.is-inverted.is-tertiary.is-pressed g,
.button.is-inverted.is-tertiary.is-pressed path,
.button.is-inverted.is-tertiary.is-pressed circle {
  fill: var(--bal-button-color-text-inverted-tertiary-active);
}

.button.is-inverted.is-text:focus-visible:not(:active), .button.is-inverted.is-text.is-focused:not(:active),
.button.is-inverted.is-tertiary:focus-visible:not(:active),
.button.is-inverted.is-tertiary.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-inverted);
}

.button.is-inverted.is-light,
.button.is-inverted.is-accent {
  background-color: var(--bal-button-color-background-inverted-accent-base);
  color: var(--bal-button-color-text-inverted-accent-base);
  border: var(--bal-button-border-inverted-accent-base);
}

.button.is-inverted.is-light svg,
.button.is-inverted.is-light g,
.button.is-inverted.is-light path,
.button.is-inverted.is-light circle,
.button.is-inverted.is-accent svg,
.button.is-inverted.is-accent g,
.button.is-inverted.is-accent path,
.button.is-inverted.is-accent circle {
  fill: var(--bal-button-color-text-inverted-accent-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-inverted.is-light:hover, .button.is-inverted.is-light.is-hovered,
  .button.is-inverted.is-accent:hover,
  .button.is-inverted.is-accent.is-hovered {
    background-color: var(--bal-button-color-background-inverted-accent-hover);
    color: var(--bal-button-color-text-inverted-accent-hover);
    border: var(--bal-button-border-inverted-accent-hover);
  }
  .button.is-inverted.is-light:hover svg,
  .button.is-inverted.is-light:hover g,
  .button.is-inverted.is-light:hover path,
  .button.is-inverted.is-light:hover circle, .button.is-inverted.is-light.is-hovered svg,
  .button.is-inverted.is-light.is-hovered g,
  .button.is-inverted.is-light.is-hovered path,
  .button.is-inverted.is-light.is-hovered circle,
  .button.is-inverted.is-accent:hover svg,
  .button.is-inverted.is-accent:hover g,
  .button.is-inverted.is-accent:hover path,
  .button.is-inverted.is-accent:hover circle,
  .button.is-inverted.is-accent.is-hovered svg,
  .button.is-inverted.is-accent.is-hovered g,
  .button.is-inverted.is-accent.is-hovered path,
  .button.is-inverted.is-accent.is-hovered circle {
    fill: var(--bal-button-color-text-inverted-accent-hover);
  }
}
.button.is-inverted.is-light:active, .button.is-inverted.is-light.is-pressed,
.button.is-inverted.is-accent:active,
.button.is-inverted.is-accent.is-pressed {
  background-color: var(--bal-button-color-background-inverted-accent-active);
  color: var(--bal-button-color-text-inverted-accent-active);
  border: var(--bal-button-border-inverted-accent-active);
  translate: 0 0.5px;
}

.button.is-inverted.is-light:active svg,
.button.is-inverted.is-light:active g,
.button.is-inverted.is-light:active path,
.button.is-inverted.is-light:active circle, .button.is-inverted.is-light.is-pressed svg,
.button.is-inverted.is-light.is-pressed g,
.button.is-inverted.is-light.is-pressed path,
.button.is-inverted.is-light.is-pressed circle,
.button.is-inverted.is-accent:active svg,
.button.is-inverted.is-accent:active g,
.button.is-inverted.is-accent:active path,
.button.is-inverted.is-accent:active circle,
.button.is-inverted.is-accent.is-pressed svg,
.button.is-inverted.is-accent.is-pressed g,
.button.is-inverted.is-accent.is-pressed path,
.button.is-inverted.is-accent.is-pressed circle {
  fill: var(--bal-button-color-text-inverted-accent-active);
}

.button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active),
.button.is-inverted.is-accent:focus-visible:not(:active),
.button.is-inverted.is-accent.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-inverted);
}

.button.is-inverted.is-link {
  background-color: var(--bal-button-color-background-inverted-link-base);
  color: var(--bal-button-color-text-inverted-link-base);
  border: var(--bal-button-border-inverted-link-base);
}

.button.is-inverted.is-link svg,
.button.is-inverted.is-link g,
.button.is-inverted.is-link path,
.button.is-inverted.is-link circle {
  fill: var(--bal-button-color-text-inverted-link-base);
}

@media (hover: hover) and (pointer: fine) {
  .button.is-inverted.is-link:hover, .button.is-inverted.is-link.is-hovered {
    background-color: var(--bal-button-color-background-inverted-link-hover);
    color: var(--bal-button-color-text-inverted-link-hover);
    border: var(--bal-button-border-inverted-link-hover);
  }
  .button.is-inverted.is-link:hover svg,
  .button.is-inverted.is-link:hover g,
  .button.is-inverted.is-link:hover path,
  .button.is-inverted.is-link:hover circle, .button.is-inverted.is-link.is-hovered svg,
  .button.is-inverted.is-link.is-hovered g,
  .button.is-inverted.is-link.is-hovered path,
  .button.is-inverted.is-link.is-hovered circle {
    fill: var(--bal-button-color-text-inverted-link-hover);
  }
}
.button.is-inverted.is-link:active, .button.is-inverted.is-link.is-pressed {
  background-color: var(--bal-button-color-background-inverted-link-active);
  color: var(--bal-button-color-text-inverted-link-active);
  border: var(--bal-button-border-inverted-link-active);
  translate: 0 0.5px;
}

.button.is-inverted.is-link:active svg,
.button.is-inverted.is-link:active g,
.button.is-inverted.is-link:active path,
.button.is-inverted.is-link:active circle, .button.is-inverted.is-link.is-pressed svg,
.button.is-inverted.is-link.is-pressed g,
.button.is-inverted.is-link.is-pressed path,
.button.is-inverted.is-link.is-pressed circle {
  fill: var(--bal-button-color-text-inverted-link-active);
}

.button.is-inverted.is-link:focus-visible:not(:active), .button.is-inverted.is-link.is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-inverted);
}

.button:is(input[type=checkbox], input[type=radio]) {
  background-color: var(--bal-button-color-background-secondary-base);
  color: var(--bal-button-color-text-secondary-base);
  border: var(--bal-button-border-secondary-base);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

.button:is(input[type=checkbox], input[type=radio]) svg,
.button:is(input[type=checkbox], input[type=radio]) g,
.button:is(input[type=checkbox], input[type=radio]) path,
.button:is(input[type=checkbox], input[type=radio]) circle {
  fill: var(--bal-button-color-text-secondary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button:is(input[type=checkbox], input[type=radio]):hover, .button:is(input[type=checkbox], input[type=radio]).is-hovered {
    background-color: var(--bal-button-color-background-secondary-hover);
    color: var(--bal-button-color-text-secondary-hover);
    border: var(--bal-button-border-secondary-hover);
  }
  .button:is(input[type=checkbox], input[type=radio]):hover svg,
  .button:is(input[type=checkbox], input[type=radio]):hover g,
  .button:is(input[type=checkbox], input[type=radio]):hover path,
  .button:is(input[type=checkbox], input[type=radio]):hover circle, .button:is(input[type=checkbox], input[type=radio]).is-hovered svg,
  .button:is(input[type=checkbox], input[type=radio]).is-hovered g,
  .button:is(input[type=checkbox], input[type=radio]).is-hovered path,
  .button:is(input[type=checkbox], input[type=radio]).is-hovered circle {
    fill: var(--bal-button-color-text-secondary-hover);
  }
}
.button:is(input[type=checkbox], input[type=radio]):active, .button:is(input[type=checkbox], input[type=radio]).is-pressed {
  background-color: var(--bal-button-color-background-secondary-active);
  color: var(--bal-button-color-text-secondary-active);
  border: var(--bal-button-border-secondary-active);
  translate: 0 0.5px;
}

.button:is(input[type=checkbox], input[type=radio]):active svg,
.button:is(input[type=checkbox], input[type=radio]):active g,
.button:is(input[type=checkbox], input[type=radio]):active path,
.button:is(input[type=checkbox], input[type=radio]):active circle, .button:is(input[type=checkbox], input[type=radio]).is-pressed svg,
.button:is(input[type=checkbox], input[type=radio]).is-pressed g,
.button:is(input[type=checkbox], input[type=radio]).is-pressed path,
.button:is(input[type=checkbox], input[type=radio]).is-pressed circle {
  fill: var(--bal-button-color-text-secondary-active);
}

.button:is(input[type=checkbox], input[type=radio]):focus-visible:not(:active), .button:is(input[type=checkbox], input[type=radio]).is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button:is(input[type=checkbox], input[type=radio]):where(input:checked) {
  background-color: var(--bal-button-color-background-primary-base);
  color: var(--bal-button-color-text-primary-base);
  border: var(--bal-button-border-primary-base);
  isolation: isolate;
}

.button:is(input[type=checkbox], input[type=radio]):where(input:checked) svg,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked) g,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked) path,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked) circle {
  fill: var(--bal-button-color-text-primary-base);
}

@media (hover: hover) and (pointer: fine) {
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked):hover, .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-hovered {
    background-color: var(--bal-button-color-background-primary-hover);
    color: var(--bal-button-color-text-primary-hover);
    border: var(--bal-button-border-primary-hover);
  }
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked):hover svg,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked):hover g,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked):hover path,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked):hover circle, .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-hovered svg,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-hovered g,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-hovered path,
  .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-hovered circle {
    fill: var(--bal-button-color-text-primary-hover);
  }
}
.button:is(input[type=checkbox], input[type=radio]):where(input:checked):active, .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-pressed {
  background-color: var(--bal-button-color-background-primary-active);
  color: var(--bal-button-color-text-primary-active);
  border: var(--bal-button-border-primary-active);
  translate: 0 0.5px;
}

.button:is(input[type=checkbox], input[type=radio]):where(input:checked):active svg,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked):active g,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked):active path,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked):active circle, .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-pressed svg,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-pressed g,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-pressed path,
.button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-pressed circle {
  fill: var(--bal-button-color-text-primary-active);
}

.button:is(input[type=checkbox], input[type=radio]):where(input:checked):focus-visible:not(:active), .button:is(input[type=checkbox], input[type=radio]):where(input:checked).is-focused:not(:active) {
  box-shadow: var(--bal-button-shadow-outline-base);
}

.button.is-small {
  font-size: var(--bal-button-font-size-small);
  min-height: 2rem;
  max-height: 2rem;
  min-width: 2rem;
  padding-inline: 0.75rem;
}

.button.is-large {
  min-height: 3.5rem;
  max-height: 3.5rem;
  min-width: 3.5rem;
  padding-inline: 1.5rem;
}

.button.is-fullwidth {
  width: 100%;
  flex: 1 1 auto;
}

.button.is-flat {
  padding: 0;
  padding-inline: 0;
  min-height: 1.75rem;
}

.button.is-square {
  padding-inline: 0;
  min-width: 3rem;
  min-height: 3rem;
  gap: 0;
}

.button.is-square.is-small {
  min-width: 2rem;
  min-height: 2rem;
}

.button.is-circle {
  padding-inline: 0;
  min-width: 3rem;
  min-height: 3rem;
  gap: 0;
  border-radius: var(--bal-button-radius-rounded);
}

.button.is-circle.is-small {
  min-width: 2rem;
  min-height: 2rem;
}

.button:where(:not(.is-square, .is-circle), .is-small) > bal-icon,
.button:where(:not(.is-square, .is-circle), .is-small) > bal-icon > .bal-icon__inner {
  width: 0.875rem;
  max-height: 0.875rem;
}

.button.is-dashed > bal-icon.is-circle {
  border-radius: var(--bal-button-radius-rounded);
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.button.is-tertiary-purple.is-dashed > bal-icon.is-circle {
  background-color: var(--bal-color-purple-3);
}

.button.is-tertiary-red.is-dashed > bal-icon.is-circle {
  background-color: var(--bal-color-red-3);
}

.button.is-tertiary-green.is-dashed > bal-icon.is-circle {
  background-color: var(--bal-color-green-3);
}

.button.is-tertiary-yellow.is-dashed > bal-icon.is-circle {
  background-color: var(--bal-color-yellow-3);
}

.button > bal-spinner:not([variation=circle]) {
  width: 2rem;
}

.button:where(:not(.is-secondary,
.is-tertiary,
.is-tertiary-purple,
.is-tertiary-red,
.is-tertiary-yellow,
.is-tertiary-green,
.is-accent,
.is-text,
.is-light,
.is-link,
.is-info,
.is-success,
.is-warning,
.is-danger)) > bal-spinner[variation=circle] {
  border-color: var(--bal-color-primary-3);
  border-top-color: var(--bal-color-white);
}

.button.is-rounded {
  border-radius: var(--bal-button-radius-rounded);
}

/**
  * Dashed Style
  */
.button.is-tertiary-purple.is-dashed {
  border: var(--bal-button-border-tertiary-purple-dash);
  border-style: dashed;
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-purple.is-dashed:hover, .button.is-tertiary-purple.is-dashed.is-hovered {
    border: var(--bal-button-border-tertiary-purple-hover);
    border-style: dashed;
  }
}
.button.is-tertiary-purple.is-dashed:active, .button.is-tertiary-purple.is-dashed.is-pressed {
  border: var(--bal-button-border-tertiary-purple-active);
  border-style: dashed;
  background: var(--bal-button-color-background-tertiary-purple-dash);
}

.button.is-tertiary-red.is-dashed {
  border: var(--bal-button-border-tertiary-red-dash);
  border-style: dashed;
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-red.is-dashed:hover, .button.is-tertiary-red.is-dashed.is-hovered {
    border: var(--bal-button-border-tertiary-red-hover);
    border-style: dashed;
  }
}
.button.is-tertiary-red.is-dashed:active, .button.is-tertiary-red.is-dashed.is-pressed {
  border: var(--bal-button-border-tertiary-red-active);
  border-style: dashed;
  background: var(--bal-button-color-background-tertiary-red-dash);
}

.button.is-tertiary-green.is-dashed {
  border: var(--bal-button-border-tertiary-green-dash);
  border-style: dashed;
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-green.is-dashed:hover, .button.is-tertiary-green.is-dashed.is-hovered {
    border: var(--bal-button-border-tertiary-green-hover);
    border-style: dashed;
  }
}
.button.is-tertiary-green.is-dashed:active, .button.is-tertiary-green.is-dashed.is-pressed {
  border: var(--bal-button-border-tertiary-green-active);
  border-style: dashed;
  background: var(--bal-button-color-background-tertiary-green-dash);
}

.button.is-tertiary-yellow.is-dashed {
  border: var(--bal-button-border-tertiary-yellow-dash);
  border-style: dashed;
}

@media (hover: hover) and (pointer: fine) {
  .button.is-tertiary-yellow.is-dashed:hover, .button.is-tertiary-yellow.is-dashed.is-hovered {
    border: var(--bal-button-border-tertiary-yellow-hover);
    border-style: dashed;
  }
}
.button.is-tertiary-yellow.is-dashed:active, .button.is-tertiary-yellow.is-dashed.is-pressed {
  border: var(--bal-button-border-tertiary-yellow-active);
  border-style: dashed;
  background: var(--bal-button-color-background-tertiary-yellow-dash);
}

/**
  Grouped Buttons
  */
/* stylelint-disable no-descending-specificity */
.buttons {
  display: flex;
  gap: 0.5rem;
  flex-flow: column wrap;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .buttons {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .buttons.fit-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.buttons.as-row {
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.buttons.as-row.is-expanded .button {
  flex: 1;
}

.buttons.as-col {
  flex-flow: column wrap;
}

@media screen and (min-width: 769px), print {
  .buttons.as-col {
    align-items: flex-start;
  }
}
.buttons.is-reverse.as-row {
  flex-flow: row-reverse wrap;
}

.buttons.is-reverse.as-col {
  flex-flow: column-reverse wrap;
}

@media screen and (max-width: 768px) {
  .buttons .button:not(.is-square, .is-circle) {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 769px), print {
  .buttons.is-centered:not(.as-col) {
    justify-content: center;
  }
  .buttons.is-centered.as-col {
    align-items: center;
  }
  .buttons.is-right:not(.as-col) {
    justify-content: flex-end;
  }
  .buttons.is-right.as-col {
    align-items: flex-end;
  }
}
/* stylelint-enable no-descending-specificity */
/* stylelint-disable no-descending-specificity */
fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button.is-hovered, fieldset[disabled] .button:active, fieldset[disabled] .button.is-pressed, fieldset[disabled] .button:focus, fieldset[disabled] .button.is-focused,
.button.is-disabled,
.button.is-disabled:hover,
.button.is-disabled.is-hovered,
.button.is-disabled:active,
.button.is-disabled.is-pressed,
.button.is-disabled:focus,
.button.is-disabled.is-focused,
.button.is-inverted.is-disabled,
.button.is-inverted.is-disabled:hover,
.button.is-inverted.is-disabled.is-hovered,
.button.is-inverted.is-disabled:active,
.button.is-inverted.is-disabled.is-pressed,
.button.is-inverted.is-disabled:focus,
.button.is-inverted.is-disabled.is-focused,
.button[disabled],
.button[disabled]:hover,
.button[disabled].is-hovered,
.button[disabled]:active,
.button[disabled].is-pressed,
.button[disabled]:focus,
.button[disabled].is-focused {
  pointer-events: none;
  opacity: 1;
  box-shadow: none;
  text-decoration: none;
  cursor: default;
  translate: 0 0;
  background-color: var(--bal-button-color-background-disabled-base);
  border: var(--bal-button-border-disabled-base);
  color: var(--bal-button-color-text-disabled-base);
}

fieldset[disabled] .button svg,
fieldset[disabled] .button g,
fieldset[disabled] .button path,
fieldset[disabled] .button circle, fieldset[disabled] .button:hover svg,
fieldset[disabled] .button:hover g,
fieldset[disabled] .button:hover path,
fieldset[disabled] .button:hover circle, fieldset[disabled] .button.is-hovered svg,
fieldset[disabled] .button.is-hovered g,
fieldset[disabled] .button.is-hovered path,
fieldset[disabled] .button.is-hovered circle, fieldset[disabled] .button:active svg,
fieldset[disabled] .button:active g,
fieldset[disabled] .button:active path,
fieldset[disabled] .button:active circle, fieldset[disabled] .button.is-pressed svg,
fieldset[disabled] .button.is-pressed g,
fieldset[disabled] .button.is-pressed path,
fieldset[disabled] .button.is-pressed circle, fieldset[disabled] .button:focus svg,
fieldset[disabled] .button:focus g,
fieldset[disabled] .button:focus path,
fieldset[disabled] .button:focus circle, fieldset[disabled] .button.is-focused svg,
fieldset[disabled] .button.is-focused g,
fieldset[disabled] .button.is-focused path,
fieldset[disabled] .button.is-focused circle,
.button.is-disabled svg,
.button.is-disabled g,
.button.is-disabled path,
.button.is-disabled circle,
.button.is-disabled:hover svg,
.button.is-disabled:hover g,
.button.is-disabled:hover path,
.button.is-disabled:hover circle,
.button.is-disabled.is-hovered svg,
.button.is-disabled.is-hovered g,
.button.is-disabled.is-hovered path,
.button.is-disabled.is-hovered circle,
.button.is-disabled:active svg,
.button.is-disabled:active g,
.button.is-disabled:active path,
.button.is-disabled:active circle,
.button.is-disabled.is-pressed svg,
.button.is-disabled.is-pressed g,
.button.is-disabled.is-pressed path,
.button.is-disabled.is-pressed circle,
.button.is-disabled:focus svg,
.button.is-disabled:focus g,
.button.is-disabled:focus path,
.button.is-disabled:focus circle,
.button.is-disabled.is-focused svg,
.button.is-disabled.is-focused g,
.button.is-disabled.is-focused path,
.button.is-disabled.is-focused circle,
.button.is-inverted.is-disabled svg,
.button.is-inverted.is-disabled g,
.button.is-inverted.is-disabled path,
.button.is-inverted.is-disabled circle,
.button.is-inverted.is-disabled:hover svg,
.button.is-inverted.is-disabled:hover g,
.button.is-inverted.is-disabled:hover path,
.button.is-inverted.is-disabled:hover circle,
.button.is-inverted.is-disabled.is-hovered svg,
.button.is-inverted.is-disabled.is-hovered g,
.button.is-inverted.is-disabled.is-hovered path,
.button.is-inverted.is-disabled.is-hovered circle,
.button.is-inverted.is-disabled:active svg,
.button.is-inverted.is-disabled:active g,
.button.is-inverted.is-disabled:active path,
.button.is-inverted.is-disabled:active circle,
.button.is-inverted.is-disabled.is-pressed svg,
.button.is-inverted.is-disabled.is-pressed g,
.button.is-inverted.is-disabled.is-pressed path,
.button.is-inverted.is-disabled.is-pressed circle,
.button.is-inverted.is-disabled:focus svg,
.button.is-inverted.is-disabled:focus g,
.button.is-inverted.is-disabled:focus path,
.button.is-inverted.is-disabled:focus circle,
.button.is-inverted.is-disabled.is-focused svg,
.button.is-inverted.is-disabled.is-focused g,
.button.is-inverted.is-disabled.is-focused path,
.button.is-inverted.is-disabled.is-focused circle,
.button[disabled] svg,
.button[disabled] g,
.button[disabled] path,
.button[disabled] circle,
.button[disabled]:hover svg,
.button[disabled]:hover g,
.button[disabled]:hover path,
.button[disabled]:hover circle,
.button[disabled].is-hovered svg,
.button[disabled].is-hovered g,
.button[disabled].is-hovered path,
.button[disabled].is-hovered circle,
.button[disabled]:active svg,
.button[disabled]:active g,
.button[disabled]:active path,
.button[disabled]:active circle,
.button[disabled].is-pressed svg,
.button[disabled].is-pressed g,
.button[disabled].is-pressed path,
.button[disabled].is-pressed circle,
.button[disabled]:focus svg,
.button[disabled]:focus g,
.button[disabled]:focus path,
.button[disabled]:focus circle,
.button[disabled].is-focused svg,
.button[disabled].is-focused g,
.button[disabled].is-focused path,
.button[disabled].is-focused circle {
  fill: var(--bal-button-color-text-disabled-base);
}

fieldset[disabled] .button > bal-spinner[variation=circle], fieldset[disabled] .button:hover > bal-spinner[variation=circle], fieldset[disabled] .button.is-hovered > bal-spinner[variation=circle], fieldset[disabled] .button:active > bal-spinner[variation=circle], fieldset[disabled] .button.is-pressed > bal-spinner[variation=circle], fieldset[disabled] .button:focus > bal-spinner[variation=circle], fieldset[disabled] .button.is-focused > bal-spinner[variation=circle],
.button.is-disabled > bal-spinner[variation=circle],
.button.is-disabled:hover > bal-spinner[variation=circle],
.button.is-disabled.is-hovered > bal-spinner[variation=circle],
.button.is-disabled:active > bal-spinner[variation=circle],
.button.is-disabled.is-pressed > bal-spinner[variation=circle],
.button.is-disabled:focus > bal-spinner[variation=circle],
.button.is-disabled.is-focused > bal-spinner[variation=circle],
.button.is-inverted.is-disabled > bal-spinner[variation=circle],
.button.is-inverted.is-disabled:hover > bal-spinner[variation=circle],
.button.is-inverted.is-disabled.is-hovered > bal-spinner[variation=circle],
.button.is-inverted.is-disabled:active > bal-spinner[variation=circle],
.button.is-inverted.is-disabled.is-pressed > bal-spinner[variation=circle],
.button.is-inverted.is-disabled:focus > bal-spinner[variation=circle],
.button.is-inverted.is-disabled.is-focused > bal-spinner[variation=circle],
.button[disabled] > bal-spinner[variation=circle],
.button[disabled]:hover > bal-spinner[variation=circle],
.button[disabled].is-hovered > bal-spinner[variation=circle],
.button[disabled]:active > bal-spinner[variation=circle],
.button[disabled].is-pressed > bal-spinner[variation=circle],
.button[disabled]:focus > bal-spinner[variation=circle],
.button[disabled].is-focused > bal-spinner[variation=circle] {
  border-color: var(--bal-color-grey-4);
  border-top-color: var(--bal-button-color-text-disabled-base);
}

.buttons.fit-content bal-button {
  --button-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .buttons {
    --button-width: 100%;
  }
  .buttons bal-button {
    --button-width: 100%;
    width: 100%;
  }
}
/* stylelint-enable no-descending-specificity */
/**
  * Badge Positioning
  */
.button > .badge:first-child {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/**
  * Mixins
  */
/**
  * Basic Style
  */
.stack,
.stack-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}

.stack {
  gap: 1rem;
}

.stack-content {
  flex: 1;
  height: 100%;
  gap: 0.25rem;
}

.stack > .stack,
.stack > .stack-content {
  align-self: stretch;
}

.stack.is-horizontal > .stack-content {
  align-self: center;
}

.stack.has-wrap,
.stack-content.has-wrap {
  flex-wrap: wrap;
}

.stack.as-row, .stack.is-horizontal, .stack.has-direction-row,
.stack-content.as-row,
.stack-content.is-horizontal,
.stack-content.has-direction-row {
  flex-flow: row nowrap;
  align-items: center;
}

.stack.as-row-reverse, .stack.is-horizontal-reverse, .stack.has-direction-row-reverse,
.stack-content.as-row-reverse,
.stack-content.is-horizontal-reverse,
.stack-content.has-direction-row-reverse {
  flex-flow: row-reverse nowrap;
  align-items: center;
}

.stack.as-col-reverse, .stack.is-vertical-reverse, .stack.has-direction-column-reverse,
.stack-content.as-col-reverse,
.stack-content.is-vertical-reverse,
.stack-content.has-direction-column-reverse {
  flex-flow: column-reverse nowrap;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-left, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-start,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-left,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-center,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-center {
  justify-content: flex-start;
  align-items: center;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-right, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-end,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-right,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-top-end {
  justify-content: flex-start;
  align-items: flex-end;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-start, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-left, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-start,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-start,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-left,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-start {
  justify-content: center;
  align-items: flex-start;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center {
  justify-content: center;
  align-items: center;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-end, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-right, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-end,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-end,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-right,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-center-end {
  justify-content: center;
  align-items: flex-end;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-left, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-start,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-left,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-start {
  justify-content: flex-end;
  align-items: flex-start;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-center,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-center {
  justify-content: flex-end;
  align-items: center;
}

.stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-right, .stack:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-end,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-right,
.stack-content:not(.as-row,
.as-row-reverse,
.has-direction-row,
.has-direction-row-reverse,
.is-horizontal,
.is-horizontal-reverse).align-bottom-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.stack.as-row.align-top-left, .stack.as-row.align-top-start, .stack.is-horizontal.align-top-left, .stack.is-horizontal.align-top-start, .stack.has-direction-row.align-top-left, .stack.has-direction-row.align-top-start, .stack.as-row-reverse.align-top-left, .stack.as-row-reverse.align-top-start, .stack.is-horizontal-reverse.align-top-left, .stack.is-horizontal-reverse.align-top-start, .stack.has-direction-row-reverse.align-top-left, .stack.has-direction-row-reverse.align-top-start,
.stack-content.as-row.align-top-left,
.stack-content.as-row.align-top-start,
.stack-content.is-horizontal.align-top-left,
.stack-content.is-horizontal.align-top-start,
.stack-content.has-direction-row.align-top-left,
.stack-content.has-direction-row.align-top-start,
.stack-content.as-row-reverse.align-top-left,
.stack-content.as-row-reverse.align-top-start,
.stack-content.is-horizontal-reverse.align-top-left,
.stack-content.is-horizontal-reverse.align-top-start,
.stack-content.has-direction-row-reverse.align-top-left,
.stack-content.has-direction-row-reverse.align-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

.stack.as-row.align-top, .stack.as-row.align-top-center, .stack.is-horizontal.align-top, .stack.is-horizontal.align-top-center, .stack.has-direction-row.align-top, .stack.has-direction-row.align-top-center, .stack.as-row-reverse.align-top, .stack.as-row-reverse.align-top-center, .stack.is-horizontal-reverse.align-top, .stack.is-horizontal-reverse.align-top-center, .stack.has-direction-row-reverse.align-top, .stack.has-direction-row-reverse.align-top-center,
.stack-content.as-row.align-top,
.stack-content.as-row.align-top-center,
.stack-content.is-horizontal.align-top,
.stack-content.is-horizontal.align-top-center,
.stack-content.has-direction-row.align-top,
.stack-content.has-direction-row.align-top-center,
.stack-content.as-row-reverse.align-top,
.stack-content.as-row-reverse.align-top-center,
.stack-content.is-horizontal-reverse.align-top,
.stack-content.is-horizontal-reverse.align-top-center,
.stack-content.has-direction-row-reverse.align-top,
.stack-content.has-direction-row-reverse.align-top-center {
  align-items: flex-start;
  justify-content: center;
}

.stack.as-row.align-top-right, .stack.as-row.align-top-end, .stack.is-horizontal.align-top-right, .stack.is-horizontal.align-top-end, .stack.has-direction-row.align-top-right, .stack.has-direction-row.align-top-end, .stack.as-row-reverse.align-top-right, .stack.as-row-reverse.align-top-end, .stack.is-horizontal-reverse.align-top-right, .stack.is-horizontal-reverse.align-top-end, .stack.has-direction-row-reverse.align-top-right, .stack.has-direction-row-reverse.align-top-end,
.stack-content.as-row.align-top-right,
.stack-content.as-row.align-top-end,
.stack-content.is-horizontal.align-top-right,
.stack-content.is-horizontal.align-top-end,
.stack-content.has-direction-row.align-top-right,
.stack-content.has-direction-row.align-top-end,
.stack-content.as-row-reverse.align-top-right,
.stack-content.as-row-reverse.align-top-end,
.stack-content.is-horizontal-reverse.align-top-right,
.stack-content.is-horizontal-reverse.align-top-end,
.stack-content.has-direction-row-reverse.align-top-right,
.stack-content.has-direction-row-reverse.align-top-end {
  align-items: flex-start;
  justify-content: flex-end;
}

.stack.as-row.align-start, .stack.as-row.align-center-left, .stack.as-row.align-center-start, .stack.is-horizontal.align-start, .stack.is-horizontal.align-center-left, .stack.is-horizontal.align-center-start, .stack.has-direction-row.align-start, .stack.has-direction-row.align-center-left, .stack.has-direction-row.align-center-start, .stack.as-row-reverse.align-start, .stack.as-row-reverse.align-center-left, .stack.as-row-reverse.align-center-start, .stack.is-horizontal-reverse.align-start, .stack.is-horizontal-reverse.align-center-left, .stack.is-horizontal-reverse.align-center-start, .stack.has-direction-row-reverse.align-start, .stack.has-direction-row-reverse.align-center-left, .stack.has-direction-row-reverse.align-center-start,
.stack-content.as-row.align-start,
.stack-content.as-row.align-center-left,
.stack-content.as-row.align-center-start,
.stack-content.is-horizontal.align-start,
.stack-content.is-horizontal.align-center-left,
.stack-content.is-horizontal.align-center-start,
.stack-content.has-direction-row.align-start,
.stack-content.has-direction-row.align-center-left,
.stack-content.has-direction-row.align-center-start,
.stack-content.as-row-reverse.align-start,
.stack-content.as-row-reverse.align-center-left,
.stack-content.as-row-reverse.align-center-start,
.stack-content.is-horizontal-reverse.align-start,
.stack-content.is-horizontal-reverse.align-center-left,
.stack-content.is-horizontal-reverse.align-center-start,
.stack-content.has-direction-row-reverse.align-start,
.stack-content.has-direction-row-reverse.align-center-left,
.stack-content.has-direction-row-reverse.align-center-start {
  align-items: center;
  justify-content: flex-start;
}

.stack.as-row.align-center, .stack.is-horizontal.align-center, .stack.has-direction-row.align-center, .stack.as-row-reverse.align-center, .stack.is-horizontal-reverse.align-center, .stack.has-direction-row-reverse.align-center,
.stack-content.as-row.align-center,
.stack-content.is-horizontal.align-center,
.stack-content.has-direction-row.align-center,
.stack-content.as-row-reverse.align-center,
.stack-content.is-horizontal-reverse.align-center,
.stack-content.has-direction-row-reverse.align-center {
  align-items: center;
  justify-content: center;
}

.stack.as-row.align-end, .stack.as-row.align-center-right, .stack.as-row.align-center-end, .stack.is-horizontal.align-end, .stack.is-horizontal.align-center-right, .stack.is-horizontal.align-center-end, .stack.has-direction-row.align-end, .stack.has-direction-row.align-center-right, .stack.has-direction-row.align-center-end, .stack.as-row-reverse.align-end, .stack.as-row-reverse.align-center-right, .stack.as-row-reverse.align-center-end, .stack.is-horizontal-reverse.align-end, .stack.is-horizontal-reverse.align-center-right, .stack.is-horizontal-reverse.align-center-end, .stack.has-direction-row-reverse.align-end, .stack.has-direction-row-reverse.align-center-right, .stack.has-direction-row-reverse.align-center-end,
.stack-content.as-row.align-end,
.stack-content.as-row.align-center-right,
.stack-content.as-row.align-center-end,
.stack-content.is-horizontal.align-end,
.stack-content.is-horizontal.align-center-right,
.stack-content.is-horizontal.align-center-end,
.stack-content.has-direction-row.align-end,
.stack-content.has-direction-row.align-center-right,
.stack-content.has-direction-row.align-center-end,
.stack-content.as-row-reverse.align-end,
.stack-content.as-row-reverse.align-center-right,
.stack-content.as-row-reverse.align-center-end,
.stack-content.is-horizontal-reverse.align-end,
.stack-content.is-horizontal-reverse.align-center-right,
.stack-content.is-horizontal-reverse.align-center-end,
.stack-content.has-direction-row-reverse.align-end,
.stack-content.has-direction-row-reverse.align-center-right,
.stack-content.has-direction-row-reverse.align-center-end {
  align-items: center;
  justify-content: flex-end;
}

.stack.as-row.align-bottom-left, .stack.as-row.align-bottom-start, .stack.is-horizontal.align-bottom-left, .stack.is-horizontal.align-bottom-start, .stack.has-direction-row.align-bottom-left, .stack.has-direction-row.align-bottom-start, .stack.as-row-reverse.align-bottom-left, .stack.as-row-reverse.align-bottom-start, .stack.is-horizontal-reverse.align-bottom-left, .stack.is-horizontal-reverse.align-bottom-start, .stack.has-direction-row-reverse.align-bottom-left, .stack.has-direction-row-reverse.align-bottom-start,
.stack-content.as-row.align-bottom-left,
.stack-content.as-row.align-bottom-start,
.stack-content.is-horizontal.align-bottom-left,
.stack-content.is-horizontal.align-bottom-start,
.stack-content.has-direction-row.align-bottom-left,
.stack-content.has-direction-row.align-bottom-start,
.stack-content.as-row-reverse.align-bottom-left,
.stack-content.as-row-reverse.align-bottom-start,
.stack-content.is-horizontal-reverse.align-bottom-left,
.stack-content.is-horizontal-reverse.align-bottom-start,
.stack-content.has-direction-row-reverse.align-bottom-left,
.stack-content.has-direction-row-reverse.align-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

.stack.as-row.align-bottom, .stack.as-row.align-bottom-center, .stack.is-horizontal.align-bottom, .stack.is-horizontal.align-bottom-center, .stack.has-direction-row.align-bottom, .stack.has-direction-row.align-bottom-center, .stack.as-row-reverse.align-bottom, .stack.as-row-reverse.align-bottom-center, .stack.is-horizontal-reverse.align-bottom, .stack.is-horizontal-reverse.align-bottom-center, .stack.has-direction-row-reverse.align-bottom, .stack.has-direction-row-reverse.align-bottom-center,
.stack-content.as-row.align-bottom,
.stack-content.as-row.align-bottom-center,
.stack-content.is-horizontal.align-bottom,
.stack-content.is-horizontal.align-bottom-center,
.stack-content.has-direction-row.align-bottom,
.stack-content.has-direction-row.align-bottom-center,
.stack-content.as-row-reverse.align-bottom,
.stack-content.as-row-reverse.align-bottom-center,
.stack-content.is-horizontal-reverse.align-bottom,
.stack-content.is-horizontal-reverse.align-bottom-center,
.stack-content.has-direction-row-reverse.align-bottom,
.stack-content.has-direction-row-reverse.align-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.stack.as-row.align-bottom-right, .stack.as-row.align-bottom-end, .stack.is-horizontal.align-bottom-right, .stack.is-horizontal.align-bottom-end, .stack.has-direction-row.align-bottom-right, .stack.has-direction-row.align-bottom-end, .stack.as-row-reverse.align-bottom-right, .stack.as-row-reverse.align-bottom-end, .stack.is-horizontal-reverse.align-bottom-right, .stack.is-horizontal-reverse.align-bottom-end, .stack.has-direction-row-reverse.align-bottom-right, .stack.has-direction-row-reverse.align-bottom-end,
.stack-content.as-row.align-bottom-right,
.stack-content.as-row.align-bottom-end,
.stack-content.is-horizontal.align-bottom-right,
.stack-content.is-horizontal.align-bottom-end,
.stack-content.has-direction-row.align-bottom-right,
.stack-content.has-direction-row.align-bottom-end,
.stack-content.as-row-reverse.align-bottom-right,
.stack-content.as-row-reverse.align-bottom-end,
.stack-content.is-horizontal-reverse.align-bottom-right,
.stack-content.is-horizontal-reverse.align-bottom-end,
.stack-content.has-direction-row-reverse.align-bottom-right,
.stack-content.has-direction-row-reverse.align-bottom-end {
  align-items: flex-end;
  justify-content: flex-end;
}

/**
 * Text Alignment for stack-content
 */
.stack-content, .stack-content.align-top-left, .stack-content.align-top-start, .stack-content.align-start, .stack-content.align-center-left, .stack-content.align-center-start, .stack-content.align-bottom-left, .stack-content.align-bottom-start {
  text-align: left;
}

.stack-content.align-top, .stack-content.align-top-center, .stack-content.align-center, .stack-content.align-bottom, .stack-content.align-bottom-center {
  text-align: center;
}

.stack-content.align-top-right, .stack-content.align-top-end, .stack-content.align-end, .stack-content.align-center-right, .stack-content.align-center-end, .stack-content.align-bottom-right, .stack-content.align-bottom-end {
  text-align: right;
}

.stack-content.text-left {
  text-align: left;
}

.stack-content.text-center {
  text-align: center;
}

.stack-content.text-right {
  text-align: right;
}

.stack.fit-content,
.stack-content.fit-content {
  flex: unset;
  width: -moz-fit-content;
  width: fit-content;
}

.stack.p-xx-small,
.stack-content.p-xx-small {
  padding: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.p-xx-small,
  .stack-content.p-xx-small {
    padding: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-xx-small,
  .stack-content.p-xx-small {
    padding: var(--bal-space-xx-small-desktop);
  }
}
.stack.p-x-small,
.stack-content.p-x-small {
  padding: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.p-x-small,
  .stack-content.p-x-small {
    padding: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-x-small,
  .stack-content.p-x-small {
    padding: var(--bal-space-x-small-desktop);
  }
}
.stack.p-small,
.stack-content.p-small {
  padding: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.p-small,
  .stack-content.p-small {
    padding: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-small,
  .stack-content.p-small {
    padding: var(--bal-space-small-desktop);
  }
}
.stack.p-normal,
.stack-content.p-normal {
  padding: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.p-normal,
  .stack-content.p-normal {
    padding: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-normal,
  .stack-content.p-normal {
    padding: var(--bal-space-normal-desktop);
  }
}
.stack.p-medium,
.stack-content.p-medium {
  padding: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.p-medium,
  .stack-content.p-medium {
    padding: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-medium,
  .stack-content.p-medium {
    padding: var(--bal-space-medium-desktop);
  }
}
.stack.p-large,
.stack-content.p-large {
  padding: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.p-large,
  .stack-content.p-large {
    padding: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-large,
  .stack-content.p-large {
    padding: var(--bal-space-large-desktop);
  }
}
.stack.p-x-large,
.stack-content.p-x-large {
  padding: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.p-x-large,
  .stack-content.p-x-large {
    padding: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-x-large,
  .stack-content.p-x-large {
    padding: var(--bal-space-x-large-desktop);
  }
}
.stack.p-xx-large,
.stack-content.p-xx-large {
  padding: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.p-xx-large,
  .stack-content.p-xx-large {
    padding: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.p-xx-large,
  .stack-content.p-xx-large {
    padding: var(--bal-space-xx-large-desktop);
  }
}
.stack.px-xx-small,
.stack-content.px-xx-small {
  padding-left: var(--bal-space-xx-small);
  padding-right: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.px-xx-small,
  .stack-content.px-xx-small {
    padding-left: var(--bal-space-xx-small-tablet);
    padding-right: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-xx-small,
  .stack-content.px-xx-small {
    padding-left: var(--bal-space-xx-small-desktop);
    padding-right: var(--bal-space-xx-small-desktop);
  }
}
.stack.px-x-small,
.stack-content.px-x-small {
  padding-left: var(--bal-space-x-small);
  padding-right: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.px-x-small,
  .stack-content.px-x-small {
    padding-left: var(--bal-space-x-small-tablet);
    padding-right: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-x-small,
  .stack-content.px-x-small {
    padding-left: var(--bal-space-x-small-desktop);
    padding-right: var(--bal-space-x-small-desktop);
  }
}
.stack.px-small,
.stack-content.px-small {
  padding-left: var(--bal-space-small);
  padding-right: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.px-small,
  .stack-content.px-small {
    padding-left: var(--bal-space-small-tablet);
    padding-right: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-small,
  .stack-content.px-small {
    padding-left: var(--bal-space-small-desktop);
    padding-right: var(--bal-space-small-desktop);
  }
}
.stack.px-normal,
.stack-content.px-normal {
  padding-left: var(--bal-space-normal);
  padding-right: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.px-normal,
  .stack-content.px-normal {
    padding-left: var(--bal-space-normal-tablet);
    padding-right: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-normal,
  .stack-content.px-normal {
    padding-left: var(--bal-space-normal-desktop);
    padding-right: var(--bal-space-normal-desktop);
  }
}
.stack.px-medium,
.stack-content.px-medium {
  padding-left: var(--bal-space-medium);
  padding-right: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.px-medium,
  .stack-content.px-medium {
    padding-left: var(--bal-space-medium-tablet);
    padding-right: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-medium,
  .stack-content.px-medium {
    padding-left: var(--bal-space-medium-desktop);
    padding-right: var(--bal-space-medium-desktop);
  }
}
.stack.px-large,
.stack-content.px-large {
  padding-left: var(--bal-space-large);
  padding-right: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.px-large,
  .stack-content.px-large {
    padding-left: var(--bal-space-large-tablet);
    padding-right: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-large,
  .stack-content.px-large {
    padding-left: var(--bal-space-large-desktop);
    padding-right: var(--bal-space-large-desktop);
  }
}
.stack.px-x-large,
.stack-content.px-x-large {
  padding-left: var(--bal-space-x-large);
  padding-right: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.px-x-large,
  .stack-content.px-x-large {
    padding-left: var(--bal-space-x-large-tablet);
    padding-right: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-x-large,
  .stack-content.px-x-large {
    padding-left: var(--bal-space-x-large-desktop);
    padding-right: var(--bal-space-x-large-desktop);
  }
}
.stack.px-xx-large,
.stack-content.px-xx-large {
  padding-left: var(--bal-space-xx-large);
  padding-right: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.px-xx-large,
  .stack-content.px-xx-large {
    padding-left: var(--bal-space-xx-large-tablet);
    padding-right: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.px-xx-large,
  .stack-content.px-xx-large {
    padding-left: var(--bal-space-xx-large-desktop);
    padding-right: var(--bal-space-xx-large-desktop);
  }
}
.stack.py-xx-small,
.stack-content.py-xx-small {
  padding-top: var(--bal-space-xx-small);
  padding-bottom: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.py-xx-small,
  .stack-content.py-xx-small {
    padding-top: var(--bal-space-xx-small-tablet);
    padding-bottom: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-xx-small,
  .stack-content.py-xx-small {
    padding-top: var(--bal-space-xx-small-desktop);
    padding-bottom: var(--bal-space-xx-small-desktop);
  }
}
.stack.py-x-small,
.stack-content.py-x-small {
  padding-top: var(--bal-space-x-small);
  padding-bottom: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.py-x-small,
  .stack-content.py-x-small {
    padding-top: var(--bal-space-x-small-tablet);
    padding-bottom: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-x-small,
  .stack-content.py-x-small {
    padding-top: var(--bal-space-x-small-desktop);
    padding-bottom: var(--bal-space-x-small-desktop);
  }
}
.stack.py-small,
.stack-content.py-small {
  padding-top: var(--bal-space-small);
  padding-bottom: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.py-small,
  .stack-content.py-small {
    padding-top: var(--bal-space-small-tablet);
    padding-bottom: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-small,
  .stack-content.py-small {
    padding-top: var(--bal-space-small-desktop);
    padding-bottom: var(--bal-space-small-desktop);
  }
}
.stack.py-normal,
.stack-content.py-normal {
  padding-top: var(--bal-space-normal);
  padding-bottom: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.py-normal,
  .stack-content.py-normal {
    padding-top: var(--bal-space-normal-tablet);
    padding-bottom: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-normal,
  .stack-content.py-normal {
    padding-top: var(--bal-space-normal-desktop);
    padding-bottom: var(--bal-space-normal-desktop);
  }
}
.stack.py-medium,
.stack-content.py-medium {
  padding-top: var(--bal-space-medium);
  padding-bottom: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.py-medium,
  .stack-content.py-medium {
    padding-top: var(--bal-space-medium-tablet);
    padding-bottom: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-medium,
  .stack-content.py-medium {
    padding-top: var(--bal-space-medium-desktop);
    padding-bottom: var(--bal-space-medium-desktop);
  }
}
.stack.py-large,
.stack-content.py-large {
  padding-top: var(--bal-space-large);
  padding-bottom: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.py-large,
  .stack-content.py-large {
    padding-top: var(--bal-space-large-tablet);
    padding-bottom: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-large,
  .stack-content.py-large {
    padding-top: var(--bal-space-large-desktop);
    padding-bottom: var(--bal-space-large-desktop);
  }
}
.stack.py-x-large,
.stack-content.py-x-large {
  padding-top: var(--bal-space-x-large);
  padding-bottom: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.py-x-large,
  .stack-content.py-x-large {
    padding-top: var(--bal-space-x-large-tablet);
    padding-bottom: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-x-large,
  .stack-content.py-x-large {
    padding-top: var(--bal-space-x-large-desktop);
    padding-bottom: var(--bal-space-x-large-desktop);
  }
}
.stack.py-xx-large,
.stack-content.py-xx-large {
  padding-top: var(--bal-space-xx-large);
  padding-bottom: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.py-xx-large,
  .stack-content.py-xx-large {
    padding-top: var(--bal-space-xx-large-tablet);
    padding-bottom: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.py-xx-large,
  .stack-content.py-xx-large {
    padding-top: var(--bal-space-xx-large-desktop);
    padding-bottom: var(--bal-space-xx-large-desktop);
  }
}
.stack.p-none,
.stack-content.p-none {
  padding: 0;
}

.stack.px-none,
.stack-content.px-none {
  padding-left: 0;
  padding-right: 0;
}

.stack.py-none,
.stack-content.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.stack.gap-auto, .stack.gap-x-auto, .stack.gap-col-auto, .stack.gap-y-auto, .stack.gap-row-auto, .stack.has-space-auto, .stack.has-space-col-auto, .stack.has-space-row-auto,
.stack-content.gap-auto,
.stack-content.gap-x-auto,
.stack-content.gap-col-auto,
.stack-content.gap-y-auto,
.stack-content.gap-row-auto,
.stack-content.has-space-auto,
.stack-content.has-space-col-auto,
.stack-content.has-space-row-auto {
  justify-content: space-between;
}

.stack.gap-none, .stack.has-space-none,
.stack-content.gap-none,
.stack-content.has-space-none {
  gap: 0;
}

@media screen and (min-width: 769px), print {
  .stack.gap-none, .stack.has-space-none,
  .stack-content.gap-none,
  .stack-content.has-space-none {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-none, .stack.has-space-none,
  .stack-content.gap-none,
  .stack-content.has-space-none {
    gap: 0;
  }
}
.stack.gap-x-none, .stack.gap-col-none, .stack.has-space-col-none,
.stack-content.gap-x-none,
.stack-content.gap-col-none,
.stack-content.has-space-col-none {
  -moz-column-gap: 0;
       column-gap: 0;
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-none, .stack.gap-col-none, .stack.has-space-col-none,
  .stack-content.gap-x-none,
  .stack-content.gap-col-none,
  .stack-content.has-space-col-none {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-none, .stack.gap-col-none, .stack.has-space-col-none,
  .stack-content.gap-x-none,
  .stack-content.gap-col-none,
  .stack-content.has-space-col-none {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.stack.gap-y-none, .stack.gap-row-none, .stack.has-space-row-none,
.stack-content.gap-y-none,
.stack-content.gap-row-none,
.stack-content.has-space-row-none {
  row-gap: 0;
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-none, .stack.gap-row-none, .stack.has-space-row-none,
  .stack-content.gap-y-none,
  .stack-content.gap-row-none,
  .stack-content.has-space-row-none {
    row-gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-none, .stack.gap-row-none, .stack.has-space-row-none,
  .stack-content.gap-y-none,
  .stack-content.gap-row-none,
  .stack-content.has-space-row-none {
    row-gap: 0;
  }
}
.stack.gap-xx-small, .stack.has-space-xx-small,
.stack-content.gap-xx-small,
.stack-content.has-space-xx-small {
  gap: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-xx-small, .stack.has-space-xx-small,
  .stack-content.gap-xx-small,
  .stack-content.has-space-xx-small {
    gap: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-xx-small, .stack.has-space-xx-small,
  .stack-content.gap-xx-small,
  .stack-content.has-space-xx-small {
    gap: var(--bal-space-xx-small-desktop);
  }
}
.stack.gap-x-small, .stack.has-space-x-small,
.stack-content.gap-x-small,
.stack-content.has-space-x-small {
  gap: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-small, .stack.has-space-x-small,
  .stack-content.gap-x-small,
  .stack-content.has-space-x-small {
    gap: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-small, .stack.has-space-x-small,
  .stack-content.gap-x-small,
  .stack-content.has-space-x-small {
    gap: var(--bal-space-x-small-desktop);
  }
}
.stack.gap-small, .stack.has-space-small,
.stack-content.gap-small,
.stack-content.has-space-small {
  gap: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-small, .stack.has-space-small,
  .stack-content.gap-small,
  .stack-content.has-space-small {
    gap: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-small, .stack.has-space-small,
  .stack-content.gap-small,
  .stack-content.has-space-small {
    gap: var(--bal-space-small-desktop);
  }
}
.stack.gap-normal, .stack.has-space-normal,
.stack-content.gap-normal,
.stack-content.has-space-normal {
  gap: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.gap-normal, .stack.has-space-normal,
  .stack-content.gap-normal,
  .stack-content.has-space-normal {
    gap: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-normal, .stack.has-space-normal,
  .stack-content.gap-normal,
  .stack-content.has-space-normal {
    gap: var(--bal-space-normal-desktop);
  }
}
.stack.gap-medium, .stack.has-space-medium,
.stack-content.gap-medium,
.stack-content.has-space-medium {
  gap: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.gap-medium, .stack.has-space-medium,
  .stack-content.gap-medium,
  .stack-content.has-space-medium {
    gap: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-medium, .stack.has-space-medium,
  .stack-content.gap-medium,
  .stack-content.has-space-medium {
    gap: var(--bal-space-medium-desktop);
  }
}
.stack.gap-large, .stack.has-space-large,
.stack-content.gap-large,
.stack-content.has-space-large {
  gap: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-large, .stack.has-space-large,
  .stack-content.gap-large,
  .stack-content.has-space-large {
    gap: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-large, .stack.has-space-large,
  .stack-content.gap-large,
  .stack-content.has-space-large {
    gap: var(--bal-space-large-desktop);
  }
}
.stack.gap-x-large, .stack.has-space-x-large,
.stack-content.gap-x-large,
.stack-content.has-space-x-large {
  gap: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-large, .stack.has-space-x-large,
  .stack-content.gap-x-large,
  .stack-content.has-space-x-large {
    gap: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-large, .stack.has-space-x-large,
  .stack-content.gap-x-large,
  .stack-content.has-space-x-large {
    gap: var(--bal-space-x-large-desktop);
  }
}
.stack.gap-xx-large, .stack.has-space-xx-large,
.stack-content.gap-xx-large,
.stack-content.has-space-xx-large {
  gap: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-xx-large, .stack.has-space-xx-large,
  .stack-content.gap-xx-large,
  .stack-content.has-space-xx-large {
    gap: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-xx-large, .stack.has-space-xx-large,
  .stack-content.gap-xx-large,
  .stack-content.has-space-xx-large {
    gap: var(--bal-space-xx-large-desktop);
  }
}
.stack.gap-x-xx-small, .stack.gap-col-xx-small, .stack.has-space-col-xx-small,
.stack-content.gap-x-xx-small,
.stack-content.gap-col-xx-small,
.stack-content.has-space-col-xx-small {
  -moz-column-gap: var(--bal-space-xx-small);
       column-gap: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-xx-small, .stack.gap-col-xx-small, .stack.has-space-col-xx-small,
  .stack-content.gap-x-xx-small,
  .stack-content.gap-col-xx-small,
  .stack-content.has-space-col-xx-small {
    -moz-column-gap: var(--bal-space-xx-small-tablet);
         column-gap: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-xx-small, .stack.gap-col-xx-small, .stack.has-space-col-xx-small,
  .stack-content.gap-x-xx-small,
  .stack-content.gap-col-xx-small,
  .stack-content.has-space-col-xx-small {
    -moz-column-gap: var(--bal-space-xx-small-desktop);
         column-gap: var(--bal-space-xx-small-desktop);
  }
}
.stack.gap-x-x-small, .stack.gap-col-x-small, .stack.has-space-col-x-small,
.stack-content.gap-x-x-small,
.stack-content.gap-col-x-small,
.stack-content.has-space-col-x-small {
  -moz-column-gap: var(--bal-space-x-small);
       column-gap: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-x-small, .stack.gap-col-x-small, .stack.has-space-col-x-small,
  .stack-content.gap-x-x-small,
  .stack-content.gap-col-x-small,
  .stack-content.has-space-col-x-small {
    -moz-column-gap: var(--bal-space-x-small-tablet);
         column-gap: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-x-small, .stack.gap-col-x-small, .stack.has-space-col-x-small,
  .stack-content.gap-x-x-small,
  .stack-content.gap-col-x-small,
  .stack-content.has-space-col-x-small {
    -moz-column-gap: var(--bal-space-x-small-desktop);
         column-gap: var(--bal-space-x-small-desktop);
  }
}
.stack.gap-x-small, .stack.gap-col-small, .stack.has-space-col-small,
.stack-content.gap-x-small,
.stack-content.gap-col-small,
.stack-content.has-space-col-small {
  -moz-column-gap: var(--bal-space-small);
       column-gap: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-small, .stack.gap-col-small, .stack.has-space-col-small,
  .stack-content.gap-x-small,
  .stack-content.gap-col-small,
  .stack-content.has-space-col-small {
    -moz-column-gap: var(--bal-space-small-tablet);
         column-gap: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-small, .stack.gap-col-small, .stack.has-space-col-small,
  .stack-content.gap-x-small,
  .stack-content.gap-col-small,
  .stack-content.has-space-col-small {
    -moz-column-gap: var(--bal-space-small-desktop);
         column-gap: var(--bal-space-small-desktop);
  }
}
.stack.gap-x-normal, .stack.gap-col-normal, .stack.has-space-col-normal,
.stack-content.gap-x-normal,
.stack-content.gap-col-normal,
.stack-content.has-space-col-normal {
  -moz-column-gap: var(--bal-space-normal);
       column-gap: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-normal, .stack.gap-col-normal, .stack.has-space-col-normal,
  .stack-content.gap-x-normal,
  .stack-content.gap-col-normal,
  .stack-content.has-space-col-normal {
    -moz-column-gap: var(--bal-space-normal-tablet);
         column-gap: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-normal, .stack.gap-col-normal, .stack.has-space-col-normal,
  .stack-content.gap-x-normal,
  .stack-content.gap-col-normal,
  .stack-content.has-space-col-normal {
    -moz-column-gap: var(--bal-space-normal-desktop);
         column-gap: var(--bal-space-normal-desktop);
  }
}
.stack.gap-x-medium, .stack.gap-col-medium, .stack.has-space-col-medium,
.stack-content.gap-x-medium,
.stack-content.gap-col-medium,
.stack-content.has-space-col-medium {
  -moz-column-gap: var(--bal-space-medium);
       column-gap: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-medium, .stack.gap-col-medium, .stack.has-space-col-medium,
  .stack-content.gap-x-medium,
  .stack-content.gap-col-medium,
  .stack-content.has-space-col-medium {
    -moz-column-gap: var(--bal-space-medium-tablet);
         column-gap: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-medium, .stack.gap-col-medium, .stack.has-space-col-medium,
  .stack-content.gap-x-medium,
  .stack-content.gap-col-medium,
  .stack-content.has-space-col-medium {
    -moz-column-gap: var(--bal-space-medium-desktop);
         column-gap: var(--bal-space-medium-desktop);
  }
}
.stack.gap-x-large, .stack.gap-col-large, .stack.has-space-col-large,
.stack-content.gap-x-large,
.stack-content.gap-col-large,
.stack-content.has-space-col-large {
  -moz-column-gap: var(--bal-space-large);
       column-gap: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-large, .stack.gap-col-large, .stack.has-space-col-large,
  .stack-content.gap-x-large,
  .stack-content.gap-col-large,
  .stack-content.has-space-col-large {
    -moz-column-gap: var(--bal-space-large-tablet);
         column-gap: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-large, .stack.gap-col-large, .stack.has-space-col-large,
  .stack-content.gap-x-large,
  .stack-content.gap-col-large,
  .stack-content.has-space-col-large {
    -moz-column-gap: var(--bal-space-large-desktop);
         column-gap: var(--bal-space-large-desktop);
  }
}
.stack.gap-x-x-large, .stack.gap-col-x-large, .stack.has-space-col-x-large,
.stack-content.gap-x-x-large,
.stack-content.gap-col-x-large,
.stack-content.has-space-col-x-large {
  -moz-column-gap: var(--bal-space-x-large);
       column-gap: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-x-large, .stack.gap-col-x-large, .stack.has-space-col-x-large,
  .stack-content.gap-x-x-large,
  .stack-content.gap-col-x-large,
  .stack-content.has-space-col-x-large {
    -moz-column-gap: var(--bal-space-x-large-tablet);
         column-gap: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-x-large, .stack.gap-col-x-large, .stack.has-space-col-x-large,
  .stack-content.gap-x-x-large,
  .stack-content.gap-col-x-large,
  .stack-content.has-space-col-x-large {
    -moz-column-gap: var(--bal-space-x-large-desktop);
         column-gap: var(--bal-space-x-large-desktop);
  }
}
.stack.gap-x-xx-large, .stack.gap-col-xx-large, .stack.has-space-col-xx-large,
.stack-content.gap-x-xx-large,
.stack-content.gap-col-xx-large,
.stack-content.has-space-col-xx-large {
  -moz-column-gap: var(--bal-space-xx-large);
       column-gap: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-x-xx-large, .stack.gap-col-xx-large, .stack.has-space-col-xx-large,
  .stack-content.gap-x-xx-large,
  .stack-content.gap-col-xx-large,
  .stack-content.has-space-col-xx-large {
    -moz-column-gap: var(--bal-space-xx-large-tablet);
         column-gap: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-x-xx-large, .stack.gap-col-xx-large, .stack.has-space-col-xx-large,
  .stack-content.gap-x-xx-large,
  .stack-content.gap-col-xx-large,
  .stack-content.has-space-col-xx-large {
    -moz-column-gap: var(--bal-space-xx-large-desktop);
         column-gap: var(--bal-space-xx-large-desktop);
  }
}
.stack.gap-y-xx-small, .stack.gap-row-xx-small, .stack.has-space-row-xx-small,
.stack-content.gap-y-xx-small,
.stack-content.gap-row-xx-small,
.stack-content.has-space-row-xx-small {
  row-gap: var(--bal-space-xx-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-xx-small, .stack.gap-row-xx-small, .stack.has-space-row-xx-small,
  .stack-content.gap-y-xx-small,
  .stack-content.gap-row-xx-small,
  .stack-content.has-space-row-xx-small {
    row-gap: var(--bal-space-xx-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-xx-small, .stack.gap-row-xx-small, .stack.has-space-row-xx-small,
  .stack-content.gap-y-xx-small,
  .stack-content.gap-row-xx-small,
  .stack-content.has-space-row-xx-small {
    row-gap: var(--bal-space-xx-small-desktop);
  }
}
.stack.gap-y-x-small, .stack.gap-row-x-small, .stack.has-space-row-x-small,
.stack-content.gap-y-x-small,
.stack-content.gap-row-x-small,
.stack-content.has-space-row-x-small {
  row-gap: var(--bal-space-x-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-x-small, .stack.gap-row-x-small, .stack.has-space-row-x-small,
  .stack-content.gap-y-x-small,
  .stack-content.gap-row-x-small,
  .stack-content.has-space-row-x-small {
    row-gap: var(--bal-space-x-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-x-small, .stack.gap-row-x-small, .stack.has-space-row-x-small,
  .stack-content.gap-y-x-small,
  .stack-content.gap-row-x-small,
  .stack-content.has-space-row-x-small {
    row-gap: var(--bal-space-x-small-desktop);
  }
}
.stack.gap-y-small, .stack.gap-row-small, .stack.has-space-row-small,
.stack-content.gap-y-small,
.stack-content.gap-row-small,
.stack-content.has-space-row-small {
  row-gap: var(--bal-space-small);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-small, .stack.gap-row-small, .stack.has-space-row-small,
  .stack-content.gap-y-small,
  .stack-content.gap-row-small,
  .stack-content.has-space-row-small {
    row-gap: var(--bal-space-small-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-small, .stack.gap-row-small, .stack.has-space-row-small,
  .stack-content.gap-y-small,
  .stack-content.gap-row-small,
  .stack-content.has-space-row-small {
    row-gap: var(--bal-space-small-desktop);
  }
}
.stack.gap-y-normal, .stack.gap-row-normal, .stack.has-space-row-normal,
.stack-content.gap-y-normal,
.stack-content.gap-row-normal,
.stack-content.has-space-row-normal {
  row-gap: var(--bal-space-normal);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-normal, .stack.gap-row-normal, .stack.has-space-row-normal,
  .stack-content.gap-y-normal,
  .stack-content.gap-row-normal,
  .stack-content.has-space-row-normal {
    row-gap: var(--bal-space-normal-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-normal, .stack.gap-row-normal, .stack.has-space-row-normal,
  .stack-content.gap-y-normal,
  .stack-content.gap-row-normal,
  .stack-content.has-space-row-normal {
    row-gap: var(--bal-space-normal-desktop);
  }
}
.stack.gap-y-medium, .stack.gap-row-medium, .stack.has-space-row-medium,
.stack-content.gap-y-medium,
.stack-content.gap-row-medium,
.stack-content.has-space-row-medium {
  row-gap: var(--bal-space-medium);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-medium, .stack.gap-row-medium, .stack.has-space-row-medium,
  .stack-content.gap-y-medium,
  .stack-content.gap-row-medium,
  .stack-content.has-space-row-medium {
    row-gap: var(--bal-space-medium-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-medium, .stack.gap-row-medium, .stack.has-space-row-medium,
  .stack-content.gap-y-medium,
  .stack-content.gap-row-medium,
  .stack-content.has-space-row-medium {
    row-gap: var(--bal-space-medium-desktop);
  }
}
.stack.gap-y-large, .stack.gap-row-large, .stack.has-space-row-large,
.stack-content.gap-y-large,
.stack-content.gap-row-large,
.stack-content.has-space-row-large {
  row-gap: var(--bal-space-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-large, .stack.gap-row-large, .stack.has-space-row-large,
  .stack-content.gap-y-large,
  .stack-content.gap-row-large,
  .stack-content.has-space-row-large {
    row-gap: var(--bal-space-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-large, .stack.gap-row-large, .stack.has-space-row-large,
  .stack-content.gap-y-large,
  .stack-content.gap-row-large,
  .stack-content.has-space-row-large {
    row-gap: var(--bal-space-large-desktop);
  }
}
.stack.gap-y-x-large, .stack.gap-row-x-large, .stack.has-space-row-x-large,
.stack-content.gap-y-x-large,
.stack-content.gap-row-x-large,
.stack-content.has-space-row-x-large {
  row-gap: var(--bal-space-x-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-x-large, .stack.gap-row-x-large, .stack.has-space-row-x-large,
  .stack-content.gap-y-x-large,
  .stack-content.gap-row-x-large,
  .stack-content.has-space-row-x-large {
    row-gap: var(--bal-space-x-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-x-large, .stack.gap-row-x-large, .stack.has-space-row-x-large,
  .stack-content.gap-y-x-large,
  .stack-content.gap-row-x-large,
  .stack-content.has-space-row-x-large {
    row-gap: var(--bal-space-x-large-desktop);
  }
}
.stack.gap-y-xx-large, .stack.gap-row-xx-large, .stack.has-space-row-xx-large,
.stack-content.gap-y-xx-large,
.stack-content.gap-row-xx-large,
.stack-content.has-space-row-xx-large {
  row-gap: var(--bal-space-xx-large);
}

@media screen and (min-width: 769px), print {
  .stack.gap-y-xx-large, .stack.gap-row-xx-large, .stack.has-space-row-xx-large,
  .stack-content.gap-y-xx-large,
  .stack-content.gap-row-xx-large,
  .stack-content.has-space-row-xx-large {
    row-gap: var(--bal-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  .stack.gap-y-xx-large, .stack.gap-row-xx-large, .stack.has-space-row-xx-large,
  .stack-content.gap-y-xx-large,
  .stack-content.gap-row-xx-large,
  .stack-content.has-space-row-xx-large {
    row-gap: var(--bal-space-xx-large-desktop);
  }
}
.stack > bal-radio {
  margin-top: -0.25rem;
}

bal-content > bal-text,
.stack-content > bal-text,
bal-content > .text,
.stack-content > .text,
.stack > bal-text,
.stack > bal-label,
.stack > bal-heading,
.stack > bal-heading:not(:last-child),
.stack > .label,
.stack > .heading,
.stack > .heading:not(:last-child),
.stack > .title,
.stack > .title:not(:last-child),
.stack > .subtitle,
.stack > .subtitle:not(:last-child),
.stack > .link,
.stack > .is-link,
.stack > p {
  margin: 0;
}

.has-sticky-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.has-sticky-footer main {
  padding-bottom: 2.5rem;
}
.has-sticky-footer .bal-footer,
.has-sticky-footer footer.footer {
  margin-top: auto;
}

.bg-white {
  background: var(--bal-color-background-white) !important;
}

.bg-neutral {
  background: var(--bal-color-background-neutral) !important;
}

.bg-grey-light {
  background: var(--bal-color-background-grey-light) !important;
}

.bg-grey {
  background: var(--bal-color-background-grey) !important;
}

.bg-primary-light {
  background: var(--bal-color-background-primary-light) !important;
}

.bg-primary {
  background: var(--bal-color-background-primary) !important;
}

.bg-light-blue {
  background: var(--bal-color-background-light-blue) !important;
}

.bg-green-lighter {
  background: var(--bal-color-background-green-lighter) !important;
}

.bg-green-light {
  background: var(--bal-color-background-green-light) !important;
}

.bg-green {
  background: var(--bal-color-background-green) !important;
}

.bg-purple-lighter {
  background: var(--bal-color-background-purple-lighter) !important;
}

.bg-purple-light {
  background: var(--bal-color-background-purple-light) !important;
}

.bg-purple {
  background: var(--bal-color-background-purple) !important;
}

.bg-yellow-lighter {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.bg-yellow-light {
  background: var(--bal-color-background-yellow-light) !important;
}

.bg-yellow {
  background: var(--bal-color-background-yellow) !important;
}

.bg-red-lighter {
  background: var(--bal-color-background-red-lighter) !important;
}

.bg-red-light {
  background: var(--bal-color-background-red-light) !important;
}

.bg-red {
  background: var(--bal-color-background-red) !important;
}

.bg-disabled {
  background: var(--bal-color-background-disabled) !important;
}

.bg-info {
  background: var(--bal-color-background-info) !important;
}

.bg-success {
  background: var(--bal-color-background-success) !important;
}

.bg-warning {
  background: var(--bal-color-background-warning) !important;
}

.bg-danger {
  background: var(--bal-color-background-danger) !important;
}

.bg-brand-core-primary {
  background: var(--bal-color-core-primary) !important;
}

.bg-brand-core-neutral {
  background: var(--bal-color-core-neutral) !important;
}

.bg-brand-core-white {
  background: var(--bal-color-core-white) !important;
}

.bg-brand-primary-lighter {
  background: var(--bal-color-primary-lighter) !important;
}

.bg-brand-primary-light {
  background: var(--bal-color-primary-light) !important;
}

.bg-brand-primary {
  background: var(--bal-color-primary-base) !important;
}

.bg-brand-primary-dark {
  background: var(--bal-color-primary-dark) !important;
}

.bg-brand-primary-darker {
  background: var(--bal-color-primary-darker) !important;
}

.bg-brand-primary-darkest {
  background: var(--bal-color-primary-darkest) !important;
}

.bg-brand-grey-lighter {
  background: var(--bal-color-grey-lighter) !important;
}

.bg-brand-grey-light {
  background: var(--bal-color-grey-light) !important;
}

.bg-brand-grey {
  background: var(--bal-color-grey-base) !important;
}

.bg-brand-grey-dark {
  background: var(--bal-color-grey-dark) !important;
}

.bg-brand-grey-darker {
  background: var(--bal-color-grey-darker) !important;
}

.bg-brand-grey-darkest {
  background: var(--bal-color-grey-darkest) !important;
}

.bg-brand-light-blue-lighter {
  background: var(--bal-color-light-blue-lighter) !important;
}

.bg-brand-light-blue-light {
  background: var(--bal-color-light-blue-light) !important;
}

.bg-brand-light-blue {
  background: var(--bal-color-light-blue-base) !important;
}

.bg-brand-light-blue-dark {
  background: var(--bal-color-light-blue-dark) !important;
}

.bg-brand-light-blue-darker {
  background: var(--bal-color-light-blue-darker) !important;
}

.bg-brand-light-blue-darkest {
  background: var(--bal-color-light-blue-darkest) !important;
}

.bg-brand-purple-lighter {
  background: var(--bal-color-purple-lighter) !important;
}

.bg-brand-purple-light {
  background: var(--bal-color-purple-light) !important;
}

.bg-brand-purple {
  background: var(--bal-color-purple-base) !important;
}

.bg-brand-purple-dark {
  background: var(--bal-color-purple-dark) !important;
}

.bg-brand-purple-darker {
  background: var(--bal-color-purple-darker) !important;
}

.bg-brand-purple-darkest {
  background: var(--bal-color-purple-darkest) !important;
}

.bg-brand-green-lighter {
  background: var(--bal-color-green-lighter) !important;
}

.bg-brand-green-light {
  background: var(--bal-color-green-light) !important;
}

.bg-brand-green {
  background: var(--bal-color-green-base) !important;
}

.bg-brand-green-dark {
  background: var(--bal-color-green-dark) !important;
}

.bg-brand-green-darker {
  background: var(--bal-color-green-darker) !important;
}

.bg-brand-green-darkest {
  background: var(--bal-color-green-darkest) !important;
}

.bg-brand-red-lighter {
  background: var(--bal-color-red-lighter) !important;
}

.bg-brand-red-light {
  background: var(--bal-color-red-light) !important;
}

.bg-brand-red {
  background: var(--bal-color-red-base) !important;
}

.bg-brand-red-dark {
  background: var(--bal-color-red-dark) !important;
}

.bg-brand-red-darker {
  background: var(--bal-color-red-darker) !important;
}

.bg-brand-red-darkest {
  background: var(--bal-color-red-darkest) !important;
}

.bg-brand-yellow-lighter {
  background: var(--bal-color-yellow-lighter) !important;
}

.bg-brand-yellow-light {
  background: var(--bal-color-yellow-light) !important;
}

.bg-brand-yellow {
  background: var(--bal-color-yellow-base) !important;
}

.bg-brand-yellow-dark {
  background: var(--bal-color-yellow-dark) !important;
}

.bg-brand-yellow-darker {
  background: var(--bal-color-yellow-darker) !important;
}

.bg-brand-yellow-darkest {
  background: var(--bal-color-yellow-darkest) !important;
}

.bg-brand-info-lighter {
  background: var(--bal-color-info-lighter) !important;
}

.bg-brand-info-light {
  background: var(--bal-color-info-light) !important;
}

.bg-brand-info {
  background: var(--bal-color-info-base) !important;
}

.bg-brand-info-dark {
  background: var(--bal-color-info-dark) !important;
}

.bg-brand-info-darker {
  background: var(--bal-color-info-darker) !important;
}

.bg-brand-info-darkest {
  background: var(--bal-color-info-darkest) !important;
}

.bg-brand-success-lighter {
  background: var(--bal-color-success-lighter) !important;
}

.bg-brand-success-light {
  background: var(--bal-color-success-light) !important;
}

.bg-brand-success {
  background: var(--bal-color-success-base) !important;
}

.bg-brand-success-dark {
  background: var(--bal-color-success-dark) !important;
}

.bg-brand-success-darker {
  background: var(--bal-color-success-darker) !important;
}

.bg-brand-success-darkest {
  background: var(--bal-color-success-darkest) !important;
}

.bg-brand-warning-lighter {
  background: var(--bal-color-warning-lighter) !important;
}

.bg-brand-warning-light {
  background: var(--bal-color-warning-light) !important;
}

.bg-brand-warning {
  background: var(--bal-color-warning-base) !important;
}

.bg-brand-warning-dark {
  background: var(--bal-color-warning-dark) !important;
}

.bg-brand-warning-darker {
  background: var(--bal-color-warning-darker) !important;
}

.bg-brand-warning-darkest {
  background: var(--bal-color-warning-darkest) !important;
}

.bg-brand-danger-lighter {
  background: var(--bal-color-danger-lighter) !important;
}

.bg-brand-danger-light {
  background: var(--bal-color-danger-light) !important;
}

.bg-brand-danger {
  background: var(--bal-color-danger-base) !important;
}

.bg-brand-danger-dark {
  background: var(--bal-color-danger-dark) !important;
}

.bg-brand-danger-darker {
  background: var(--bal-color-danger-darker) !important;
}

.bg-brand-danger-darkest {
  background: var(--bal-color-danger-darkest) !important;
}

.bg-black {
  background: var(--bal-color-black) !important;
}

.bg-blue-1 {
  background: var(--bal-color-blue-1) !important;
}

.bg-blue-2 {
  background: var(--bal-color-blue-2) !important;
}

.bg-blue-3 {
  background: var(--bal-color-blue-3) !important;
}

.bg-blue-4 {
  background: var(--bal-color-blue-4) !important;
}

.bg-blue-5 {
  background: var(--bal-color-blue-5) !important;
}

.bg-blue-6 {
  background: var(--bal-color-blue-6) !important;
}

.bg-primary-1 {
  background: var(--bal-color-primary-1) !important;
}

.bg-primary-2 {
  background: var(--bal-color-primary-2) !important;
}

.bg-primary-3 {
  background: var(--bal-color-primary-3) !important;
}

.bg-primary-4 {
  background: var(--bal-color-primary-4) !important;
}

.bg-primary-5 {
  background: var(--bal-color-primary-5) !important;
}

.bg-primary-6 {
  background: var(--bal-color-primary-6) !important;
}

.bg-green-1 {
  background: var(--bal-color-green-1) !important;
}

.bg-green-2 {
  background: var(--bal-color-green-2) !important;
}

.bg-green-3 {
  background: var(--bal-color-green-3) !important;
}

.bg-green-4 {
  background: var(--bal-color-green-4) !important;
}

.bg-green-5 {
  background: var(--bal-color-green-5) !important;
}

.bg-green-6 {
  background: var(--bal-color-green-6) !important;
}

.bg-purple-1 {
  background: var(--bal-color-purple-1) !important;
}

.bg-purple-2 {
  background: var(--bal-color-purple-2) !important;
}

.bg-purple-3 {
  background: var(--bal-color-purple-3) !important;
}

.bg-purple-4 {
  background: var(--bal-color-purple-4) !important;
}

.bg-purple-5 {
  background: var(--bal-color-purple-5) !important;
}

.bg-purple-6 {
  background: var(--bal-color-purple-6) !important;
}

.bg-yellow-1 {
  background: var(--bal-color-yellow-1) !important;
}

.bg-yellow-2 {
  background: var(--bal-color-yellow-2) !important;
}

.bg-yellow-3 {
  background: var(--bal-color-yellow-3) !important;
}

.bg-yellow-4 {
  background: var(--bal-color-yellow-4) !important;
}

.bg-yellow-5 {
  background: var(--bal-color-yellow-5) !important;
}

.bg-yellow-6 {
  background: var(--bal-color-yellow-6) !important;
}

.bg-red-1 {
  background: var(--bal-color-red-1) !important;
}

.bg-red-2 {
  background: var(--bal-color-red-2) !important;
}

.bg-red-3 {
  background: var(--bal-color-red-3) !important;
}

.bg-red-4 {
  background: var(--bal-color-red-4) !important;
}

.bg-red-5 {
  background: var(--bal-color-red-5) !important;
}

.bg-red-6 {
  background: var(--bal-color-red-6) !important;
}

.bg-grey-1 {
  background: var(--bal-color-grey-1) !important;
}

.bg-grey-2 {
  background: var(--bal-color-grey-2) !important;
}

.bg-grey-3 {
  background: var(--bal-color-grey-3) !important;
}

.bg-grey-4 {
  background: var(--bal-color-grey-4) !important;
}

.bg-grey-5 {
  background: var(--bal-color-grey-5) !important;
}

.bg-grey-6 {
  background: var(--bal-color-grey-6) !important;
}

.bg-light-blue-1 {
  background: var(--bal-color-light-blue-1) !important;
}

.bg-light-blue-2 {
  background: var(--bal-color-light-blue-2) !important;
}

.bg-light-blue-3 {
  background: var(--bal-color-light-blue-3) !important;
}

.bg-light-blue-4 {
  background: var(--bal-color-light-blue-4) !important;
}

.bg-light-blue-5 {
  background: var(--bal-color-light-blue-5) !important;
}

.bg-light-blue-6 {
  background: var(--bal-color-light-blue-6) !important;
}

.bg-info-1 {
  background: var(--bal-color-info-1) !important;
}

.bg-info-2 {
  background: var(--bal-color-info-2) !important;
}

.bg-info-3 {
  background: var(--bal-color-info-3) !important;
}

.bg-info-4 {
  background: var(--bal-color-info-4) !important;
}

.bg-info-5 {
  background: var(--bal-color-info-5) !important;
}

.bg-info-6 {
  background: var(--bal-color-info-6) !important;
}

.bg-success-1 {
  background: var(--bal-color-success-1) !important;
}

.bg-success-2 {
  background: var(--bal-color-success-2) !important;
}

.bg-success-3 {
  background: var(--bal-color-success-3) !important;
}

.bg-success-4 {
  background: var(--bal-color-success-4) !important;
}

.bg-success-5 {
  background: var(--bal-color-success-5) !important;
}

.bg-success-6 {
  background: var(--bal-color-success-6) !important;
}

.bg-warning-1 {
  background: var(--bal-color-warning-1) !important;
}

.bg-warning-2 {
  background: var(--bal-color-warning-2) !important;
}

.bg-warning-3 {
  background: var(--bal-color-warning-3) !important;
}

.bg-warning-4 {
  background: var(--bal-color-warning-4) !important;
}

.bg-warning-5 {
  background: var(--bal-color-warning-5) !important;
}

.bg-warning-6 {
  background: var(--bal-color-warning-6) !important;
}

.bg-danger-1 {
  background: var(--bal-color-danger-1) !important;
}

.bg-danger-2 {
  background: var(--bal-color-danger-2) !important;
}

.bg-danger-3 {
  background: var(--bal-color-danger-3) !important;
}

.bg-danger-4 {
  background: var(--bal-color-danger-4) !important;
}

.bg-danger-5 {
  background: var(--bal-color-danger-5) !important;
}

.bg-danger-6 {
  background: var(--bal-color-danger-6) !important;
}

.bg-background-white {
  background: var(--bal-color-background-white) !important;
}

.bg-background-neutral {
  background: var(--bal-color-background-neutral) !important;
}

.bg-background-grey-light {
  background: var(--bal-color-background-grey-light) !important;
}

.bg-background-grey {
  background: var(--bal-color-background-grey) !important;
}

.bg-background-primary-light {
  background: var(--bal-color-background-primary-light) !important;
}

.bg-background-primary {
  background: var(--bal-color-background-primary) !important;
}

.bg-background-light-blue {
  background: var(--bal-color-background-light-blue) !important;
}

.bg-background-green-lighter {
  background: var(--bal-color-background-green-lighter) !important;
}

.bg-background-green-light {
  background: var(--bal-color-background-green-light) !important;
}

.bg-background-green {
  background: var(--bal-color-background-green) !important;
}

.bg-background-purple-lighter {
  background: var(--bal-color-background-purple-lighter) !important;
}

.bg-background-purple-light {
  background: var(--bal-color-background-purple-light) !important;
}

.bg-background-purple {
  background: var(--bal-color-background-purple) !important;
}

.bg-background-yellow-lighter {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.bg-background-yellow-light {
  background: var(--bal-color-background-yellow-light) !important;
}

.bg-background-yellow {
  background: var(--bal-color-background-yellow) !important;
}

.bg-background-red-lighter {
  background: var(--bal-color-background-red-lighter) !important;
}

.bg-background-red-light {
  background: var(--bal-color-background-red-light) !important;
}

.bg-background-red {
  background: var(--bal-color-background-red) !important;
}

.bg-background-disabled {
  background: var(--bal-color-background-disabled) !important;
}

.bg-background-info {
  background: var(--bal-color-background-info) !important;
}

.bg-background-success {
  background: var(--bal-color-background-success) !important;
}

.bg-background-warning {
  background: var(--bal-color-background-warning) !important;
}

.bg-background-danger {
  background: var(--bal-color-background-danger) !important;
}

.bg-border-white {
  background: var(--bal-color-border-white) !important;
}

.bg-border {
  background: var(--bal-color-border-base) !important;
}

.bg-border-inverted {
  background: var(--bal-color-border-inverted) !important;
}

.bg-border-grey-light {
  background: var(--bal-color-border-grey-light) !important;
}

.bg-border-grey {
  background: var(--bal-color-border-grey-base) !important;
}

.bg-border-grey-dark {
  background: var(--bal-color-border-grey-dark) !important;
}

.bg-border-disabled {
  background: var(--bal-color-border-disabled) !important;
}

.bg-border-inverted-disabled {
  background: var(--bal-color-border-inverted-disabled) !important;
}

.bg-border-primary-light {
  background: var(--bal-color-border-primary-light) !important;
}

.bg-border-primary {
  background: var(--bal-color-border-primary-base) !important;
}

.bg-border-primary-hover {
  background: var(--bal-color-border-primary-hover) !important;
}

.bg-border-primary-active {
  background: var(--bal-color-border-primary-active) !important;
}

.bg-border-inverted-primary {
  background: var(--bal-color-border-inverted-primary-base) !important;
}

.bg-border-inverted-primary-hover {
  background: var(--bal-color-border-inverted-primary-hover) !important;
}

.bg-border-inverted-primary-active {
  background: var(--bal-color-border-inverted-primary-active) !important;
}

.bg-border-info {
  background: var(--bal-color-border-info-base) !important;
}

.bg-border-info-hover {
  background: var(--bal-color-border-info-hover) !important;
}

.bg-border-info-active {
  background: var(--bal-color-border-info-active) !important;
}

.bg-border-success {
  background: var(--bal-color-border-success-base) !important;
}

.bg-border-success-hover {
  background: var(--bal-color-border-success-hover) !important;
}

.bg-border-success-active {
  background: var(--bal-color-border-success-active) !important;
}

.bg-border-warning {
  background: var(--bal-color-border-warning-base) !important;
}

.bg-border-warning-hover {
  background: var(--bal-color-border-warning-hover) !important;
}

.bg-border-warning-active {
  background: var(--bal-color-border-warning-active) !important;
}

.bg-border-danger {
  background: var(--bal-color-border-danger-base) !important;
}

.bg-border-danger-hover {
  background: var(--bal-color-border-danger-hover) !important;
}

.bg-border-danger-active {
  background: var(--bal-color-border-danger-active) !important;
}

.bg-border-purple {
  background: var(--bal-color-border-purple-base) !important;
}

.bg-border-purple-hover {
  background: var(--bal-color-border-purple-hover) !important;
}

.bg-border-purple-active {
  background: var(--bal-color-border-purple-active) !important;
}

.bg-border-green {
  background: var(--bal-color-border-green-base) !important;
}

.bg-border-green-hover {
  background: var(--bal-color-border-green-hover) !important;
}

.bg-border-green-active {
  background: var(--bal-color-border-green-active) !important;
}

.bg-border-red {
  background: var(--bal-color-border-red-base) !important;
}

.bg-border-red-hover {
  background: var(--bal-color-border-red-hover) !important;
}

.bg-border-red-active {
  background: var(--bal-color-border-red-active) !important;
}

.bg-border-yellow {
  background: var(--bal-color-border-yellow-base) !important;
}

.bg-border-yellow-hover {
  background: var(--bal-color-border-yellow-hover) !important;
}

.bg-border-yellow-active {
  background: var(--bal-color-border-yellow-active) !important;
}

.bg-text-white {
  background: var(--bal-color-text-white) !important;
}

.bg-text-black {
  background: var(--bal-color-text-black) !important;
}

.bg-text-primary {
  background: var(--bal-color-text-primary) !important;
}

.bg-text-primary-hover {
  background: var(--bal-color-text-primary-hover) !important;
}

.bg-text-primary-active {
  background: var(--bal-color-text-primary-active) !important;
}

.bg-text-inverted-primary {
  background: var(--bal-color-text-inverted-primary) !important;
}

.bg-text-inverted-primary-hover {
  background: var(--bal-color-text-inverted-primary-hover) !important;
}

.bg-text-inverted-primary-active {
  background: var(--bal-color-text-inverted-primary-active) !important;
}

.bg-text-primary-light {
  background: var(--bal-color-text-primary-light) !important;
}

.bg-text-hint {
  background: var(--bal-color-text-hint) !important;
}

.bg-text-grey-light {
  background: var(--bal-color-text-grey-light) !important;
}

.bg-text-grey {
  background: var(--bal-color-text-grey) !important;
}

.bg-text-grey-dark {
  background: var(--bal-color-text-grey-dark) !important;
}

.bg-text-disabled {
  background: var(--bal-color-text-disabled) !important;
}

.bg-text-inverted-disabled {
  background: var(--bal-color-text-inverted-disabled) !important;
}

.bg-text-info {
  background: var(--bal-color-text-info) !important;
}

.bg-text-warning {
  background: var(--bal-color-text-warning) !important;
}

.bg-text-success {
  background: var(--bal-color-text-success) !important;
}

.bg-text-danger {
  background: var(--bal-color-text-danger) !important;
}

.bg-text-danger-hover {
  background: var(--bal-color-text-danger-hover) !important;
}

.bg-text-danger-active {
  background: var(--bal-color-text-danger-active) !important;
}

.bg-transparent {
  background: transparent !important;
}

.focus\:bg-white:focus {
  background: var(--bal-color-background-white) !important;
}

.hover\:bg-white:hover {
  background: var(--bal-color-background-white) !important;
}

.active\:bg-white:active {
  background: var(--bal-color-background-white) !important;
}

.focus\:bg-neutral:focus {
  background: var(--bal-color-background-neutral) !important;
}

.hover\:bg-neutral:hover {
  background: var(--bal-color-background-neutral) !important;
}

.active\:bg-neutral:active {
  background: var(--bal-color-background-neutral) !important;
}

.focus\:bg-grey-light:focus {
  background: var(--bal-color-background-grey-light) !important;
}

.hover\:bg-grey-light:hover {
  background: var(--bal-color-background-grey-light) !important;
}

.active\:bg-grey-light:active {
  background: var(--bal-color-background-grey-light) !important;
}

.focus\:bg-grey:focus {
  background: var(--bal-color-background-grey) !important;
}

.hover\:bg-grey:hover {
  background: var(--bal-color-background-grey) !important;
}

.active\:bg-grey:active {
  background: var(--bal-color-background-grey) !important;
}

.focus\:bg-primary-light:focus {
  background: var(--bal-color-background-primary-light) !important;
}

.hover\:bg-primary-light:hover {
  background: var(--bal-color-background-primary-light) !important;
}

.active\:bg-primary-light:active {
  background: var(--bal-color-background-primary-light) !important;
}

.focus\:bg-primary:focus {
  background: var(--bal-color-background-primary) !important;
}

.hover\:bg-primary:hover {
  background: var(--bal-color-background-primary) !important;
}

.active\:bg-primary:active {
  background: var(--bal-color-background-primary) !important;
}

.focus\:bg-light-blue:focus {
  background: var(--bal-color-background-light-blue) !important;
}

.hover\:bg-light-blue:hover {
  background: var(--bal-color-background-light-blue) !important;
}

.active\:bg-light-blue:active {
  background: var(--bal-color-background-light-blue) !important;
}

.focus\:bg-green-lighter:focus {
  background: var(--bal-color-background-green-lighter) !important;
}

.hover\:bg-green-lighter:hover {
  background: var(--bal-color-background-green-lighter) !important;
}

.active\:bg-green-lighter:active {
  background: var(--bal-color-background-green-lighter) !important;
}

.focus\:bg-green-light:focus {
  background: var(--bal-color-background-green-light) !important;
}

.hover\:bg-green-light:hover {
  background: var(--bal-color-background-green-light) !important;
}

.active\:bg-green-light:active {
  background: var(--bal-color-background-green-light) !important;
}

.focus\:bg-green:focus {
  background: var(--bal-color-background-green) !important;
}

.hover\:bg-green:hover {
  background: var(--bal-color-background-green) !important;
}

.active\:bg-green:active {
  background: var(--bal-color-background-green) !important;
}

.focus\:bg-purple-lighter:focus {
  background: var(--bal-color-background-purple-lighter) !important;
}

.hover\:bg-purple-lighter:hover {
  background: var(--bal-color-background-purple-lighter) !important;
}

.active\:bg-purple-lighter:active {
  background: var(--bal-color-background-purple-lighter) !important;
}

.focus\:bg-purple-light:focus {
  background: var(--bal-color-background-purple-light) !important;
}

.hover\:bg-purple-light:hover {
  background: var(--bal-color-background-purple-light) !important;
}

.active\:bg-purple-light:active {
  background: var(--bal-color-background-purple-light) !important;
}

.focus\:bg-purple:focus {
  background: var(--bal-color-background-purple) !important;
}

.hover\:bg-purple:hover {
  background: var(--bal-color-background-purple) !important;
}

.active\:bg-purple:active {
  background: var(--bal-color-background-purple) !important;
}

.focus\:bg-yellow-lighter:focus {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.hover\:bg-yellow-lighter:hover {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.active\:bg-yellow-lighter:active {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.focus\:bg-yellow-light:focus {
  background: var(--bal-color-background-yellow-light) !important;
}

.hover\:bg-yellow-light:hover {
  background: var(--bal-color-background-yellow-light) !important;
}

.active\:bg-yellow-light:active {
  background: var(--bal-color-background-yellow-light) !important;
}

.focus\:bg-yellow:focus {
  background: var(--bal-color-background-yellow) !important;
}

.hover\:bg-yellow:hover {
  background: var(--bal-color-background-yellow) !important;
}

.active\:bg-yellow:active {
  background: var(--bal-color-background-yellow) !important;
}

.focus\:bg-red-lighter:focus {
  background: var(--bal-color-background-red-lighter) !important;
}

.hover\:bg-red-lighter:hover {
  background: var(--bal-color-background-red-lighter) !important;
}

.active\:bg-red-lighter:active {
  background: var(--bal-color-background-red-lighter) !important;
}

.focus\:bg-red-light:focus {
  background: var(--bal-color-background-red-light) !important;
}

.hover\:bg-red-light:hover {
  background: var(--bal-color-background-red-light) !important;
}

.active\:bg-red-light:active {
  background: var(--bal-color-background-red-light) !important;
}

.focus\:bg-red:focus {
  background: var(--bal-color-background-red) !important;
}

.hover\:bg-red:hover {
  background: var(--bal-color-background-red) !important;
}

.active\:bg-red:active {
  background: var(--bal-color-background-red) !important;
}

.focus\:bg-disabled:focus {
  background: var(--bal-color-background-disabled) !important;
}

.hover\:bg-disabled:hover {
  background: var(--bal-color-background-disabled) !important;
}

.active\:bg-disabled:active {
  background: var(--bal-color-background-disabled) !important;
}

.focus\:bg-info:focus {
  background: var(--bal-color-background-info) !important;
}

.hover\:bg-info:hover {
  background: var(--bal-color-background-info) !important;
}

.active\:bg-info:active {
  background: var(--bal-color-background-info) !important;
}

.focus\:bg-success:focus {
  background: var(--bal-color-background-success) !important;
}

.hover\:bg-success:hover {
  background: var(--bal-color-background-success) !important;
}

.active\:bg-success:active {
  background: var(--bal-color-background-success) !important;
}

.focus\:bg-warning:focus {
  background: var(--bal-color-background-warning) !important;
}

.hover\:bg-warning:hover {
  background: var(--bal-color-background-warning) !important;
}

.active\:bg-warning:active {
  background: var(--bal-color-background-warning) !important;
}

.focus\:bg-danger:focus {
  background: var(--bal-color-background-danger) !important;
}

.hover\:bg-danger:hover {
  background: var(--bal-color-background-danger) !important;
}

.active\:bg-danger:active {
  background: var(--bal-color-background-danger) !important;
}

.focus\:bg-brand-core-primary:focus {
  background: var(--bal-color-core-primary) !important;
}

.hover\:bg-brand-core-primary:hover {
  background: var(--bal-color-core-primary) !important;
}

.active\:bg-brand-core-primary:active {
  background: var(--bal-color-core-primary) !important;
}

.focus\:bg-brand-core-neutral:focus {
  background: var(--bal-color-core-neutral) !important;
}

.hover\:bg-brand-core-neutral:hover {
  background: var(--bal-color-core-neutral) !important;
}

.active\:bg-brand-core-neutral:active {
  background: var(--bal-color-core-neutral) !important;
}

.focus\:bg-brand-core-white:focus {
  background: var(--bal-color-core-white) !important;
}

.hover\:bg-brand-core-white:hover {
  background: var(--bal-color-core-white) !important;
}

.active\:bg-brand-core-white:active {
  background: var(--bal-color-core-white) !important;
}

.focus\:bg-brand-primary-lighter:focus {
  background: var(--bal-color-primary-lighter) !important;
}

.hover\:bg-brand-primary-lighter:hover {
  background: var(--bal-color-primary-lighter) !important;
}

.active\:bg-brand-primary-lighter:active {
  background: var(--bal-color-primary-lighter) !important;
}

.focus\:bg-brand-primary-light:focus {
  background: var(--bal-color-primary-light) !important;
}

.hover\:bg-brand-primary-light:hover {
  background: var(--bal-color-primary-light) !important;
}

.active\:bg-brand-primary-light:active {
  background: var(--bal-color-primary-light) !important;
}

.focus\:bg-brand-primary:focus {
  background: var(--bal-color-primary-base) !important;
}

.hover\:bg-brand-primary:hover {
  background: var(--bal-color-primary-base) !important;
}

.active\:bg-brand-primary:active {
  background: var(--bal-color-primary-base) !important;
}

.focus\:bg-brand-primary-dark:focus {
  background: var(--bal-color-primary-dark) !important;
}

.hover\:bg-brand-primary-dark:hover {
  background: var(--bal-color-primary-dark) !important;
}

.active\:bg-brand-primary-dark:active {
  background: var(--bal-color-primary-dark) !important;
}

.focus\:bg-brand-primary-darker:focus {
  background: var(--bal-color-primary-darker) !important;
}

.hover\:bg-brand-primary-darker:hover {
  background: var(--bal-color-primary-darker) !important;
}

.active\:bg-brand-primary-darker:active {
  background: var(--bal-color-primary-darker) !important;
}

.focus\:bg-brand-primary-darkest:focus {
  background: var(--bal-color-primary-darkest) !important;
}

.hover\:bg-brand-primary-darkest:hover {
  background: var(--bal-color-primary-darkest) !important;
}

.active\:bg-brand-primary-darkest:active {
  background: var(--bal-color-primary-darkest) !important;
}

.focus\:bg-brand-grey-lighter:focus {
  background: var(--bal-color-grey-lighter) !important;
}

.hover\:bg-brand-grey-lighter:hover {
  background: var(--bal-color-grey-lighter) !important;
}

.active\:bg-brand-grey-lighter:active {
  background: var(--bal-color-grey-lighter) !important;
}

.focus\:bg-brand-grey-light:focus {
  background: var(--bal-color-grey-light) !important;
}

.hover\:bg-brand-grey-light:hover {
  background: var(--bal-color-grey-light) !important;
}

.active\:bg-brand-grey-light:active {
  background: var(--bal-color-grey-light) !important;
}

.focus\:bg-brand-grey:focus {
  background: var(--bal-color-grey-base) !important;
}

.hover\:bg-brand-grey:hover {
  background: var(--bal-color-grey-base) !important;
}

.active\:bg-brand-grey:active {
  background: var(--bal-color-grey-base) !important;
}

.focus\:bg-brand-grey-dark:focus {
  background: var(--bal-color-grey-dark) !important;
}

.hover\:bg-brand-grey-dark:hover {
  background: var(--bal-color-grey-dark) !important;
}

.active\:bg-brand-grey-dark:active {
  background: var(--bal-color-grey-dark) !important;
}

.focus\:bg-brand-grey-darker:focus {
  background: var(--bal-color-grey-darker) !important;
}

.hover\:bg-brand-grey-darker:hover {
  background: var(--bal-color-grey-darker) !important;
}

.active\:bg-brand-grey-darker:active {
  background: var(--bal-color-grey-darker) !important;
}

.focus\:bg-brand-grey-darkest:focus {
  background: var(--bal-color-grey-darkest) !important;
}

.hover\:bg-brand-grey-darkest:hover {
  background: var(--bal-color-grey-darkest) !important;
}

.active\:bg-brand-grey-darkest:active {
  background: var(--bal-color-grey-darkest) !important;
}

.focus\:bg-brand-light-blue-lighter:focus {
  background: var(--bal-color-light-blue-lighter) !important;
}

.hover\:bg-brand-light-blue-lighter:hover {
  background: var(--bal-color-light-blue-lighter) !important;
}

.active\:bg-brand-light-blue-lighter:active {
  background: var(--bal-color-light-blue-lighter) !important;
}

.focus\:bg-brand-light-blue-light:focus {
  background: var(--bal-color-light-blue-light) !important;
}

.hover\:bg-brand-light-blue-light:hover {
  background: var(--bal-color-light-blue-light) !important;
}

.active\:bg-brand-light-blue-light:active {
  background: var(--bal-color-light-blue-light) !important;
}

.focus\:bg-brand-light-blue:focus {
  background: var(--bal-color-light-blue-base) !important;
}

.hover\:bg-brand-light-blue:hover {
  background: var(--bal-color-light-blue-base) !important;
}

.active\:bg-brand-light-blue:active {
  background: var(--bal-color-light-blue-base) !important;
}

.focus\:bg-brand-light-blue-dark:focus {
  background: var(--bal-color-light-blue-dark) !important;
}

.hover\:bg-brand-light-blue-dark:hover {
  background: var(--bal-color-light-blue-dark) !important;
}

.active\:bg-brand-light-blue-dark:active {
  background: var(--bal-color-light-blue-dark) !important;
}

.focus\:bg-brand-light-blue-darker:focus {
  background: var(--bal-color-light-blue-darker) !important;
}

.hover\:bg-brand-light-blue-darker:hover {
  background: var(--bal-color-light-blue-darker) !important;
}

.active\:bg-brand-light-blue-darker:active {
  background: var(--bal-color-light-blue-darker) !important;
}

.focus\:bg-brand-light-blue-darkest:focus {
  background: var(--bal-color-light-blue-darkest) !important;
}

.hover\:bg-brand-light-blue-darkest:hover {
  background: var(--bal-color-light-blue-darkest) !important;
}

.active\:bg-brand-light-blue-darkest:active {
  background: var(--bal-color-light-blue-darkest) !important;
}

.focus\:bg-brand-purple-lighter:focus {
  background: var(--bal-color-purple-lighter) !important;
}

.hover\:bg-brand-purple-lighter:hover {
  background: var(--bal-color-purple-lighter) !important;
}

.active\:bg-brand-purple-lighter:active {
  background: var(--bal-color-purple-lighter) !important;
}

.focus\:bg-brand-purple-light:focus {
  background: var(--bal-color-purple-light) !important;
}

.hover\:bg-brand-purple-light:hover {
  background: var(--bal-color-purple-light) !important;
}

.active\:bg-brand-purple-light:active {
  background: var(--bal-color-purple-light) !important;
}

.focus\:bg-brand-purple:focus {
  background: var(--bal-color-purple-base) !important;
}

.hover\:bg-brand-purple:hover {
  background: var(--bal-color-purple-base) !important;
}

.active\:bg-brand-purple:active {
  background: var(--bal-color-purple-base) !important;
}

.focus\:bg-brand-purple-dark:focus {
  background: var(--bal-color-purple-dark) !important;
}

.hover\:bg-brand-purple-dark:hover {
  background: var(--bal-color-purple-dark) !important;
}

.active\:bg-brand-purple-dark:active {
  background: var(--bal-color-purple-dark) !important;
}

.focus\:bg-brand-purple-darker:focus {
  background: var(--bal-color-purple-darker) !important;
}

.hover\:bg-brand-purple-darker:hover {
  background: var(--bal-color-purple-darker) !important;
}

.active\:bg-brand-purple-darker:active {
  background: var(--bal-color-purple-darker) !important;
}

.focus\:bg-brand-purple-darkest:focus {
  background: var(--bal-color-purple-darkest) !important;
}

.hover\:bg-brand-purple-darkest:hover {
  background: var(--bal-color-purple-darkest) !important;
}

.active\:bg-brand-purple-darkest:active {
  background: var(--bal-color-purple-darkest) !important;
}

.focus\:bg-brand-green-lighter:focus {
  background: var(--bal-color-green-lighter) !important;
}

.hover\:bg-brand-green-lighter:hover {
  background: var(--bal-color-green-lighter) !important;
}

.active\:bg-brand-green-lighter:active {
  background: var(--bal-color-green-lighter) !important;
}

.focus\:bg-brand-green-light:focus {
  background: var(--bal-color-green-light) !important;
}

.hover\:bg-brand-green-light:hover {
  background: var(--bal-color-green-light) !important;
}

.active\:bg-brand-green-light:active {
  background: var(--bal-color-green-light) !important;
}

.focus\:bg-brand-green:focus {
  background: var(--bal-color-green-base) !important;
}

.hover\:bg-brand-green:hover {
  background: var(--bal-color-green-base) !important;
}

.active\:bg-brand-green:active {
  background: var(--bal-color-green-base) !important;
}

.focus\:bg-brand-green-dark:focus {
  background: var(--bal-color-green-dark) !important;
}

.hover\:bg-brand-green-dark:hover {
  background: var(--bal-color-green-dark) !important;
}

.active\:bg-brand-green-dark:active {
  background: var(--bal-color-green-dark) !important;
}

.focus\:bg-brand-green-darker:focus {
  background: var(--bal-color-green-darker) !important;
}

.hover\:bg-brand-green-darker:hover {
  background: var(--bal-color-green-darker) !important;
}

.active\:bg-brand-green-darker:active {
  background: var(--bal-color-green-darker) !important;
}

.focus\:bg-brand-green-darkest:focus {
  background: var(--bal-color-green-darkest) !important;
}

.hover\:bg-brand-green-darkest:hover {
  background: var(--bal-color-green-darkest) !important;
}

.active\:bg-brand-green-darkest:active {
  background: var(--bal-color-green-darkest) !important;
}

.focus\:bg-brand-red-lighter:focus {
  background: var(--bal-color-red-lighter) !important;
}

.hover\:bg-brand-red-lighter:hover {
  background: var(--bal-color-red-lighter) !important;
}

.active\:bg-brand-red-lighter:active {
  background: var(--bal-color-red-lighter) !important;
}

.focus\:bg-brand-red-light:focus {
  background: var(--bal-color-red-light) !important;
}

.hover\:bg-brand-red-light:hover {
  background: var(--bal-color-red-light) !important;
}

.active\:bg-brand-red-light:active {
  background: var(--bal-color-red-light) !important;
}

.focus\:bg-brand-red:focus {
  background: var(--bal-color-red-base) !important;
}

.hover\:bg-brand-red:hover {
  background: var(--bal-color-red-base) !important;
}

.active\:bg-brand-red:active {
  background: var(--bal-color-red-base) !important;
}

.focus\:bg-brand-red-dark:focus {
  background: var(--bal-color-red-dark) !important;
}

.hover\:bg-brand-red-dark:hover {
  background: var(--bal-color-red-dark) !important;
}

.active\:bg-brand-red-dark:active {
  background: var(--bal-color-red-dark) !important;
}

.focus\:bg-brand-red-darker:focus {
  background: var(--bal-color-red-darker) !important;
}

.hover\:bg-brand-red-darker:hover {
  background: var(--bal-color-red-darker) !important;
}

.active\:bg-brand-red-darker:active {
  background: var(--bal-color-red-darker) !important;
}

.focus\:bg-brand-red-darkest:focus {
  background: var(--bal-color-red-darkest) !important;
}

.hover\:bg-brand-red-darkest:hover {
  background: var(--bal-color-red-darkest) !important;
}

.active\:bg-brand-red-darkest:active {
  background: var(--bal-color-red-darkest) !important;
}

.focus\:bg-brand-yellow-lighter:focus {
  background: var(--bal-color-yellow-lighter) !important;
}

.hover\:bg-brand-yellow-lighter:hover {
  background: var(--bal-color-yellow-lighter) !important;
}

.active\:bg-brand-yellow-lighter:active {
  background: var(--bal-color-yellow-lighter) !important;
}

.focus\:bg-brand-yellow-light:focus {
  background: var(--bal-color-yellow-light) !important;
}

.hover\:bg-brand-yellow-light:hover {
  background: var(--bal-color-yellow-light) !important;
}

.active\:bg-brand-yellow-light:active {
  background: var(--bal-color-yellow-light) !important;
}

.focus\:bg-brand-yellow:focus {
  background: var(--bal-color-yellow-base) !important;
}

.hover\:bg-brand-yellow:hover {
  background: var(--bal-color-yellow-base) !important;
}

.active\:bg-brand-yellow:active {
  background: var(--bal-color-yellow-base) !important;
}

.focus\:bg-brand-yellow-dark:focus {
  background: var(--bal-color-yellow-dark) !important;
}

.hover\:bg-brand-yellow-dark:hover {
  background: var(--bal-color-yellow-dark) !important;
}

.active\:bg-brand-yellow-dark:active {
  background: var(--bal-color-yellow-dark) !important;
}

.focus\:bg-brand-yellow-darker:focus {
  background: var(--bal-color-yellow-darker) !important;
}

.hover\:bg-brand-yellow-darker:hover {
  background: var(--bal-color-yellow-darker) !important;
}

.active\:bg-brand-yellow-darker:active {
  background: var(--bal-color-yellow-darker) !important;
}

.focus\:bg-brand-yellow-darkest:focus {
  background: var(--bal-color-yellow-darkest) !important;
}

.hover\:bg-brand-yellow-darkest:hover {
  background: var(--bal-color-yellow-darkest) !important;
}

.active\:bg-brand-yellow-darkest:active {
  background: var(--bal-color-yellow-darkest) !important;
}

.focus\:bg-brand-info-lighter:focus {
  background: var(--bal-color-info-lighter) !important;
}

.hover\:bg-brand-info-lighter:hover {
  background: var(--bal-color-info-lighter) !important;
}

.active\:bg-brand-info-lighter:active {
  background: var(--bal-color-info-lighter) !important;
}

.focus\:bg-brand-info-light:focus {
  background: var(--bal-color-info-light) !important;
}

.hover\:bg-brand-info-light:hover {
  background: var(--bal-color-info-light) !important;
}

.active\:bg-brand-info-light:active {
  background: var(--bal-color-info-light) !important;
}

.focus\:bg-brand-info:focus {
  background: var(--bal-color-info-base) !important;
}

.hover\:bg-brand-info:hover {
  background: var(--bal-color-info-base) !important;
}

.active\:bg-brand-info:active {
  background: var(--bal-color-info-base) !important;
}

.focus\:bg-brand-info-dark:focus {
  background: var(--bal-color-info-dark) !important;
}

.hover\:bg-brand-info-dark:hover {
  background: var(--bal-color-info-dark) !important;
}

.active\:bg-brand-info-dark:active {
  background: var(--bal-color-info-dark) !important;
}

.focus\:bg-brand-info-darker:focus {
  background: var(--bal-color-info-darker) !important;
}

.hover\:bg-brand-info-darker:hover {
  background: var(--bal-color-info-darker) !important;
}

.active\:bg-brand-info-darker:active {
  background: var(--bal-color-info-darker) !important;
}

.focus\:bg-brand-info-darkest:focus {
  background: var(--bal-color-info-darkest) !important;
}

.hover\:bg-brand-info-darkest:hover {
  background: var(--bal-color-info-darkest) !important;
}

.active\:bg-brand-info-darkest:active {
  background: var(--bal-color-info-darkest) !important;
}

.focus\:bg-brand-success-lighter:focus {
  background: var(--bal-color-success-lighter) !important;
}

.hover\:bg-brand-success-lighter:hover {
  background: var(--bal-color-success-lighter) !important;
}

.active\:bg-brand-success-lighter:active {
  background: var(--bal-color-success-lighter) !important;
}

.focus\:bg-brand-success-light:focus {
  background: var(--bal-color-success-light) !important;
}

.hover\:bg-brand-success-light:hover {
  background: var(--bal-color-success-light) !important;
}

.active\:bg-brand-success-light:active {
  background: var(--bal-color-success-light) !important;
}

.focus\:bg-brand-success:focus {
  background: var(--bal-color-success-base) !important;
}

.hover\:bg-brand-success:hover {
  background: var(--bal-color-success-base) !important;
}

.active\:bg-brand-success:active {
  background: var(--bal-color-success-base) !important;
}

.focus\:bg-brand-success-dark:focus {
  background: var(--bal-color-success-dark) !important;
}

.hover\:bg-brand-success-dark:hover {
  background: var(--bal-color-success-dark) !important;
}

.active\:bg-brand-success-dark:active {
  background: var(--bal-color-success-dark) !important;
}

.focus\:bg-brand-success-darker:focus {
  background: var(--bal-color-success-darker) !important;
}

.hover\:bg-brand-success-darker:hover {
  background: var(--bal-color-success-darker) !important;
}

.active\:bg-brand-success-darker:active {
  background: var(--bal-color-success-darker) !important;
}

.focus\:bg-brand-success-darkest:focus {
  background: var(--bal-color-success-darkest) !important;
}

.hover\:bg-brand-success-darkest:hover {
  background: var(--bal-color-success-darkest) !important;
}

.active\:bg-brand-success-darkest:active {
  background: var(--bal-color-success-darkest) !important;
}

.focus\:bg-brand-warning-lighter:focus {
  background: var(--bal-color-warning-lighter) !important;
}

.hover\:bg-brand-warning-lighter:hover {
  background: var(--bal-color-warning-lighter) !important;
}

.active\:bg-brand-warning-lighter:active {
  background: var(--bal-color-warning-lighter) !important;
}

.focus\:bg-brand-warning-light:focus {
  background: var(--bal-color-warning-light) !important;
}

.hover\:bg-brand-warning-light:hover {
  background: var(--bal-color-warning-light) !important;
}

.active\:bg-brand-warning-light:active {
  background: var(--bal-color-warning-light) !important;
}

.focus\:bg-brand-warning:focus {
  background: var(--bal-color-warning-base) !important;
}

.hover\:bg-brand-warning:hover {
  background: var(--bal-color-warning-base) !important;
}

.active\:bg-brand-warning:active {
  background: var(--bal-color-warning-base) !important;
}

.focus\:bg-brand-warning-dark:focus {
  background: var(--bal-color-warning-dark) !important;
}

.hover\:bg-brand-warning-dark:hover {
  background: var(--bal-color-warning-dark) !important;
}

.active\:bg-brand-warning-dark:active {
  background: var(--bal-color-warning-dark) !important;
}

.focus\:bg-brand-warning-darker:focus {
  background: var(--bal-color-warning-darker) !important;
}

.hover\:bg-brand-warning-darker:hover {
  background: var(--bal-color-warning-darker) !important;
}

.active\:bg-brand-warning-darker:active {
  background: var(--bal-color-warning-darker) !important;
}

.focus\:bg-brand-warning-darkest:focus {
  background: var(--bal-color-warning-darkest) !important;
}

.hover\:bg-brand-warning-darkest:hover {
  background: var(--bal-color-warning-darkest) !important;
}

.active\:bg-brand-warning-darkest:active {
  background: var(--bal-color-warning-darkest) !important;
}

.focus\:bg-brand-danger-lighter:focus {
  background: var(--bal-color-danger-lighter) !important;
}

.hover\:bg-brand-danger-lighter:hover {
  background: var(--bal-color-danger-lighter) !important;
}

.active\:bg-brand-danger-lighter:active {
  background: var(--bal-color-danger-lighter) !important;
}

.focus\:bg-brand-danger-light:focus {
  background: var(--bal-color-danger-light) !important;
}

.hover\:bg-brand-danger-light:hover {
  background: var(--bal-color-danger-light) !important;
}

.active\:bg-brand-danger-light:active {
  background: var(--bal-color-danger-light) !important;
}

.focus\:bg-brand-danger:focus {
  background: var(--bal-color-danger-base) !important;
}

.hover\:bg-brand-danger:hover {
  background: var(--bal-color-danger-base) !important;
}

.active\:bg-brand-danger:active {
  background: var(--bal-color-danger-base) !important;
}

.focus\:bg-brand-danger-dark:focus {
  background: var(--bal-color-danger-dark) !important;
}

.hover\:bg-brand-danger-dark:hover {
  background: var(--bal-color-danger-dark) !important;
}

.active\:bg-brand-danger-dark:active {
  background: var(--bal-color-danger-dark) !important;
}

.focus\:bg-brand-danger-darker:focus {
  background: var(--bal-color-danger-darker) !important;
}

.hover\:bg-brand-danger-darker:hover {
  background: var(--bal-color-danger-darker) !important;
}

.active\:bg-brand-danger-darker:active {
  background: var(--bal-color-danger-darker) !important;
}

.focus\:bg-brand-danger-darkest:focus {
  background: var(--bal-color-danger-darkest) !important;
}

.hover\:bg-brand-danger-darkest:hover {
  background: var(--bal-color-danger-darkest) !important;
}

.active\:bg-brand-danger-darkest:active {
  background: var(--bal-color-danger-darkest) !important;
}

.focus\:bg-black:focus {
  background: var(--bal-color-black) !important;
}

.hover\:bg-black:hover {
  background: var(--bal-color-black) !important;
}

.active\:bg-black:active {
  background: var(--bal-color-black) !important;
}

.focus\:bg-blue-1:focus {
  background: var(--bal-color-blue-1) !important;
}

.hover\:bg-blue-1:hover {
  background: var(--bal-color-blue-1) !important;
}

.active\:bg-blue-1:active {
  background: var(--bal-color-blue-1) !important;
}

.focus\:bg-blue-2:focus {
  background: var(--bal-color-blue-2) !important;
}

.hover\:bg-blue-2:hover {
  background: var(--bal-color-blue-2) !important;
}

.active\:bg-blue-2:active {
  background: var(--bal-color-blue-2) !important;
}

.focus\:bg-blue-3:focus {
  background: var(--bal-color-blue-3) !important;
}

.hover\:bg-blue-3:hover {
  background: var(--bal-color-blue-3) !important;
}

.active\:bg-blue-3:active {
  background: var(--bal-color-blue-3) !important;
}

.focus\:bg-blue-4:focus {
  background: var(--bal-color-blue-4) !important;
}

.hover\:bg-blue-4:hover {
  background: var(--bal-color-blue-4) !important;
}

.active\:bg-blue-4:active {
  background: var(--bal-color-blue-4) !important;
}

.focus\:bg-blue-5:focus {
  background: var(--bal-color-blue-5) !important;
}

.hover\:bg-blue-5:hover {
  background: var(--bal-color-blue-5) !important;
}

.active\:bg-blue-5:active {
  background: var(--bal-color-blue-5) !important;
}

.focus\:bg-blue-6:focus {
  background: var(--bal-color-blue-6) !important;
}

.hover\:bg-blue-6:hover {
  background: var(--bal-color-blue-6) !important;
}

.active\:bg-blue-6:active {
  background: var(--bal-color-blue-6) !important;
}

.focus\:bg-primary-1:focus {
  background: var(--bal-color-primary-1) !important;
}

.hover\:bg-primary-1:hover {
  background: var(--bal-color-primary-1) !important;
}

.active\:bg-primary-1:active {
  background: var(--bal-color-primary-1) !important;
}

.focus\:bg-primary-2:focus {
  background: var(--bal-color-primary-2) !important;
}

.hover\:bg-primary-2:hover {
  background: var(--bal-color-primary-2) !important;
}

.active\:bg-primary-2:active {
  background: var(--bal-color-primary-2) !important;
}

.focus\:bg-primary-3:focus {
  background: var(--bal-color-primary-3) !important;
}

.hover\:bg-primary-3:hover {
  background: var(--bal-color-primary-3) !important;
}

.active\:bg-primary-3:active {
  background: var(--bal-color-primary-3) !important;
}

.focus\:bg-primary-4:focus {
  background: var(--bal-color-primary-4) !important;
}

.hover\:bg-primary-4:hover {
  background: var(--bal-color-primary-4) !important;
}

.active\:bg-primary-4:active {
  background: var(--bal-color-primary-4) !important;
}

.focus\:bg-primary-5:focus {
  background: var(--bal-color-primary-5) !important;
}

.hover\:bg-primary-5:hover {
  background: var(--bal-color-primary-5) !important;
}

.active\:bg-primary-5:active {
  background: var(--bal-color-primary-5) !important;
}

.focus\:bg-primary-6:focus {
  background: var(--bal-color-primary-6) !important;
}

.hover\:bg-primary-6:hover {
  background: var(--bal-color-primary-6) !important;
}

.active\:bg-primary-6:active {
  background: var(--bal-color-primary-6) !important;
}

.focus\:bg-green-1:focus {
  background: var(--bal-color-green-1) !important;
}

.hover\:bg-green-1:hover {
  background: var(--bal-color-green-1) !important;
}

.active\:bg-green-1:active {
  background: var(--bal-color-green-1) !important;
}

.focus\:bg-green-2:focus {
  background: var(--bal-color-green-2) !important;
}

.hover\:bg-green-2:hover {
  background: var(--bal-color-green-2) !important;
}

.active\:bg-green-2:active {
  background: var(--bal-color-green-2) !important;
}

.focus\:bg-green-3:focus {
  background: var(--bal-color-green-3) !important;
}

.hover\:bg-green-3:hover {
  background: var(--bal-color-green-3) !important;
}

.active\:bg-green-3:active {
  background: var(--bal-color-green-3) !important;
}

.focus\:bg-green-4:focus {
  background: var(--bal-color-green-4) !important;
}

.hover\:bg-green-4:hover {
  background: var(--bal-color-green-4) !important;
}

.active\:bg-green-4:active {
  background: var(--bal-color-green-4) !important;
}

.focus\:bg-green-5:focus {
  background: var(--bal-color-green-5) !important;
}

.hover\:bg-green-5:hover {
  background: var(--bal-color-green-5) !important;
}

.active\:bg-green-5:active {
  background: var(--bal-color-green-5) !important;
}

.focus\:bg-green-6:focus {
  background: var(--bal-color-green-6) !important;
}

.hover\:bg-green-6:hover {
  background: var(--bal-color-green-6) !important;
}

.active\:bg-green-6:active {
  background: var(--bal-color-green-6) !important;
}

.focus\:bg-purple-1:focus {
  background: var(--bal-color-purple-1) !important;
}

.hover\:bg-purple-1:hover {
  background: var(--bal-color-purple-1) !important;
}

.active\:bg-purple-1:active {
  background: var(--bal-color-purple-1) !important;
}

.focus\:bg-purple-2:focus {
  background: var(--bal-color-purple-2) !important;
}

.hover\:bg-purple-2:hover {
  background: var(--bal-color-purple-2) !important;
}

.active\:bg-purple-2:active {
  background: var(--bal-color-purple-2) !important;
}

.focus\:bg-purple-3:focus {
  background: var(--bal-color-purple-3) !important;
}

.hover\:bg-purple-3:hover {
  background: var(--bal-color-purple-3) !important;
}

.active\:bg-purple-3:active {
  background: var(--bal-color-purple-3) !important;
}

.focus\:bg-purple-4:focus {
  background: var(--bal-color-purple-4) !important;
}

.hover\:bg-purple-4:hover {
  background: var(--bal-color-purple-4) !important;
}

.active\:bg-purple-4:active {
  background: var(--bal-color-purple-4) !important;
}

.focus\:bg-purple-5:focus {
  background: var(--bal-color-purple-5) !important;
}

.hover\:bg-purple-5:hover {
  background: var(--bal-color-purple-5) !important;
}

.active\:bg-purple-5:active {
  background: var(--bal-color-purple-5) !important;
}

.focus\:bg-purple-6:focus {
  background: var(--bal-color-purple-6) !important;
}

.hover\:bg-purple-6:hover {
  background: var(--bal-color-purple-6) !important;
}

.active\:bg-purple-6:active {
  background: var(--bal-color-purple-6) !important;
}

.focus\:bg-yellow-1:focus {
  background: var(--bal-color-yellow-1) !important;
}

.hover\:bg-yellow-1:hover {
  background: var(--bal-color-yellow-1) !important;
}

.active\:bg-yellow-1:active {
  background: var(--bal-color-yellow-1) !important;
}

.focus\:bg-yellow-2:focus {
  background: var(--bal-color-yellow-2) !important;
}

.hover\:bg-yellow-2:hover {
  background: var(--bal-color-yellow-2) !important;
}

.active\:bg-yellow-2:active {
  background: var(--bal-color-yellow-2) !important;
}

.focus\:bg-yellow-3:focus {
  background: var(--bal-color-yellow-3) !important;
}

.hover\:bg-yellow-3:hover {
  background: var(--bal-color-yellow-3) !important;
}

.active\:bg-yellow-3:active {
  background: var(--bal-color-yellow-3) !important;
}

.focus\:bg-yellow-4:focus {
  background: var(--bal-color-yellow-4) !important;
}

.hover\:bg-yellow-4:hover {
  background: var(--bal-color-yellow-4) !important;
}

.active\:bg-yellow-4:active {
  background: var(--bal-color-yellow-4) !important;
}

.focus\:bg-yellow-5:focus {
  background: var(--bal-color-yellow-5) !important;
}

.hover\:bg-yellow-5:hover {
  background: var(--bal-color-yellow-5) !important;
}

.active\:bg-yellow-5:active {
  background: var(--bal-color-yellow-5) !important;
}

.focus\:bg-yellow-6:focus {
  background: var(--bal-color-yellow-6) !important;
}

.hover\:bg-yellow-6:hover {
  background: var(--bal-color-yellow-6) !important;
}

.active\:bg-yellow-6:active {
  background: var(--bal-color-yellow-6) !important;
}

.focus\:bg-red-1:focus {
  background: var(--bal-color-red-1) !important;
}

.hover\:bg-red-1:hover {
  background: var(--bal-color-red-1) !important;
}

.active\:bg-red-1:active {
  background: var(--bal-color-red-1) !important;
}

.focus\:bg-red-2:focus {
  background: var(--bal-color-red-2) !important;
}

.hover\:bg-red-2:hover {
  background: var(--bal-color-red-2) !important;
}

.active\:bg-red-2:active {
  background: var(--bal-color-red-2) !important;
}

.focus\:bg-red-3:focus {
  background: var(--bal-color-red-3) !important;
}

.hover\:bg-red-3:hover {
  background: var(--bal-color-red-3) !important;
}

.active\:bg-red-3:active {
  background: var(--bal-color-red-3) !important;
}

.focus\:bg-red-4:focus {
  background: var(--bal-color-red-4) !important;
}

.hover\:bg-red-4:hover {
  background: var(--bal-color-red-4) !important;
}

.active\:bg-red-4:active {
  background: var(--bal-color-red-4) !important;
}

.focus\:bg-red-5:focus {
  background: var(--bal-color-red-5) !important;
}

.hover\:bg-red-5:hover {
  background: var(--bal-color-red-5) !important;
}

.active\:bg-red-5:active {
  background: var(--bal-color-red-5) !important;
}

.focus\:bg-red-6:focus {
  background: var(--bal-color-red-6) !important;
}

.hover\:bg-red-6:hover {
  background: var(--bal-color-red-6) !important;
}

.active\:bg-red-6:active {
  background: var(--bal-color-red-6) !important;
}

.focus\:bg-grey-1:focus {
  background: var(--bal-color-grey-1) !important;
}

.hover\:bg-grey-1:hover {
  background: var(--bal-color-grey-1) !important;
}

.active\:bg-grey-1:active {
  background: var(--bal-color-grey-1) !important;
}

.focus\:bg-grey-2:focus {
  background: var(--bal-color-grey-2) !important;
}

.hover\:bg-grey-2:hover {
  background: var(--bal-color-grey-2) !important;
}

.active\:bg-grey-2:active {
  background: var(--bal-color-grey-2) !important;
}

.focus\:bg-grey-3:focus {
  background: var(--bal-color-grey-3) !important;
}

.hover\:bg-grey-3:hover {
  background: var(--bal-color-grey-3) !important;
}

.active\:bg-grey-3:active {
  background: var(--bal-color-grey-3) !important;
}

.focus\:bg-grey-4:focus {
  background: var(--bal-color-grey-4) !important;
}

.hover\:bg-grey-4:hover {
  background: var(--bal-color-grey-4) !important;
}

.active\:bg-grey-4:active {
  background: var(--bal-color-grey-4) !important;
}

.focus\:bg-grey-5:focus {
  background: var(--bal-color-grey-5) !important;
}

.hover\:bg-grey-5:hover {
  background: var(--bal-color-grey-5) !important;
}

.active\:bg-grey-5:active {
  background: var(--bal-color-grey-5) !important;
}

.focus\:bg-grey-6:focus {
  background: var(--bal-color-grey-6) !important;
}

.hover\:bg-grey-6:hover {
  background: var(--bal-color-grey-6) !important;
}

.active\:bg-grey-6:active {
  background: var(--bal-color-grey-6) !important;
}

.focus\:bg-light-blue-1:focus {
  background: var(--bal-color-light-blue-1) !important;
}

.hover\:bg-light-blue-1:hover {
  background: var(--bal-color-light-blue-1) !important;
}

.active\:bg-light-blue-1:active {
  background: var(--bal-color-light-blue-1) !important;
}

.focus\:bg-light-blue-2:focus {
  background: var(--bal-color-light-blue-2) !important;
}

.hover\:bg-light-blue-2:hover {
  background: var(--bal-color-light-blue-2) !important;
}

.active\:bg-light-blue-2:active {
  background: var(--bal-color-light-blue-2) !important;
}

.focus\:bg-light-blue-3:focus {
  background: var(--bal-color-light-blue-3) !important;
}

.hover\:bg-light-blue-3:hover {
  background: var(--bal-color-light-blue-3) !important;
}

.active\:bg-light-blue-3:active {
  background: var(--bal-color-light-blue-3) !important;
}

.focus\:bg-light-blue-4:focus {
  background: var(--bal-color-light-blue-4) !important;
}

.hover\:bg-light-blue-4:hover {
  background: var(--bal-color-light-blue-4) !important;
}

.active\:bg-light-blue-4:active {
  background: var(--bal-color-light-blue-4) !important;
}

.focus\:bg-light-blue-5:focus {
  background: var(--bal-color-light-blue-5) !important;
}

.hover\:bg-light-blue-5:hover {
  background: var(--bal-color-light-blue-5) !important;
}

.active\:bg-light-blue-5:active {
  background: var(--bal-color-light-blue-5) !important;
}

.focus\:bg-light-blue-6:focus {
  background: var(--bal-color-light-blue-6) !important;
}

.hover\:bg-light-blue-6:hover {
  background: var(--bal-color-light-blue-6) !important;
}

.active\:bg-light-blue-6:active {
  background: var(--bal-color-light-blue-6) !important;
}

.focus\:bg-info-1:focus {
  background: var(--bal-color-info-1) !important;
}

.hover\:bg-info-1:hover {
  background: var(--bal-color-info-1) !important;
}

.active\:bg-info-1:active {
  background: var(--bal-color-info-1) !important;
}

.focus\:bg-info-2:focus {
  background: var(--bal-color-info-2) !important;
}

.hover\:bg-info-2:hover {
  background: var(--bal-color-info-2) !important;
}

.active\:bg-info-2:active {
  background: var(--bal-color-info-2) !important;
}

.focus\:bg-info-3:focus {
  background: var(--bal-color-info-3) !important;
}

.hover\:bg-info-3:hover {
  background: var(--bal-color-info-3) !important;
}

.active\:bg-info-3:active {
  background: var(--bal-color-info-3) !important;
}

.focus\:bg-info-4:focus {
  background: var(--bal-color-info-4) !important;
}

.hover\:bg-info-4:hover {
  background: var(--bal-color-info-4) !important;
}

.active\:bg-info-4:active {
  background: var(--bal-color-info-4) !important;
}

.focus\:bg-info-5:focus {
  background: var(--bal-color-info-5) !important;
}

.hover\:bg-info-5:hover {
  background: var(--bal-color-info-5) !important;
}

.active\:bg-info-5:active {
  background: var(--bal-color-info-5) !important;
}

.focus\:bg-info-6:focus {
  background: var(--bal-color-info-6) !important;
}

.hover\:bg-info-6:hover {
  background: var(--bal-color-info-6) !important;
}

.active\:bg-info-6:active {
  background: var(--bal-color-info-6) !important;
}

.focus\:bg-success-1:focus {
  background: var(--bal-color-success-1) !important;
}

.hover\:bg-success-1:hover {
  background: var(--bal-color-success-1) !important;
}

.active\:bg-success-1:active {
  background: var(--bal-color-success-1) !important;
}

.focus\:bg-success-2:focus {
  background: var(--bal-color-success-2) !important;
}

.hover\:bg-success-2:hover {
  background: var(--bal-color-success-2) !important;
}

.active\:bg-success-2:active {
  background: var(--bal-color-success-2) !important;
}

.focus\:bg-success-3:focus {
  background: var(--bal-color-success-3) !important;
}

.hover\:bg-success-3:hover {
  background: var(--bal-color-success-3) !important;
}

.active\:bg-success-3:active {
  background: var(--bal-color-success-3) !important;
}

.focus\:bg-success-4:focus {
  background: var(--bal-color-success-4) !important;
}

.hover\:bg-success-4:hover {
  background: var(--bal-color-success-4) !important;
}

.active\:bg-success-4:active {
  background: var(--bal-color-success-4) !important;
}

.focus\:bg-success-5:focus {
  background: var(--bal-color-success-5) !important;
}

.hover\:bg-success-5:hover {
  background: var(--bal-color-success-5) !important;
}

.active\:bg-success-5:active {
  background: var(--bal-color-success-5) !important;
}

.focus\:bg-success-6:focus {
  background: var(--bal-color-success-6) !important;
}

.hover\:bg-success-6:hover {
  background: var(--bal-color-success-6) !important;
}

.active\:bg-success-6:active {
  background: var(--bal-color-success-6) !important;
}

.focus\:bg-warning-1:focus {
  background: var(--bal-color-warning-1) !important;
}

.hover\:bg-warning-1:hover {
  background: var(--bal-color-warning-1) !important;
}

.active\:bg-warning-1:active {
  background: var(--bal-color-warning-1) !important;
}

.focus\:bg-warning-2:focus {
  background: var(--bal-color-warning-2) !important;
}

.hover\:bg-warning-2:hover {
  background: var(--bal-color-warning-2) !important;
}

.active\:bg-warning-2:active {
  background: var(--bal-color-warning-2) !important;
}

.focus\:bg-warning-3:focus {
  background: var(--bal-color-warning-3) !important;
}

.hover\:bg-warning-3:hover {
  background: var(--bal-color-warning-3) !important;
}

.active\:bg-warning-3:active {
  background: var(--bal-color-warning-3) !important;
}

.focus\:bg-warning-4:focus {
  background: var(--bal-color-warning-4) !important;
}

.hover\:bg-warning-4:hover {
  background: var(--bal-color-warning-4) !important;
}

.active\:bg-warning-4:active {
  background: var(--bal-color-warning-4) !important;
}

.focus\:bg-warning-5:focus {
  background: var(--bal-color-warning-5) !important;
}

.hover\:bg-warning-5:hover {
  background: var(--bal-color-warning-5) !important;
}

.active\:bg-warning-5:active {
  background: var(--bal-color-warning-5) !important;
}

.focus\:bg-warning-6:focus {
  background: var(--bal-color-warning-6) !important;
}

.hover\:bg-warning-6:hover {
  background: var(--bal-color-warning-6) !important;
}

.active\:bg-warning-6:active {
  background: var(--bal-color-warning-6) !important;
}

.focus\:bg-danger-1:focus {
  background: var(--bal-color-danger-1) !important;
}

.hover\:bg-danger-1:hover {
  background: var(--bal-color-danger-1) !important;
}

.active\:bg-danger-1:active {
  background: var(--bal-color-danger-1) !important;
}

.focus\:bg-danger-2:focus {
  background: var(--bal-color-danger-2) !important;
}

.hover\:bg-danger-2:hover {
  background: var(--bal-color-danger-2) !important;
}

.active\:bg-danger-2:active {
  background: var(--bal-color-danger-2) !important;
}

.focus\:bg-danger-3:focus {
  background: var(--bal-color-danger-3) !important;
}

.hover\:bg-danger-3:hover {
  background: var(--bal-color-danger-3) !important;
}

.active\:bg-danger-3:active {
  background: var(--bal-color-danger-3) !important;
}

.focus\:bg-danger-4:focus {
  background: var(--bal-color-danger-4) !important;
}

.hover\:bg-danger-4:hover {
  background: var(--bal-color-danger-4) !important;
}

.active\:bg-danger-4:active {
  background: var(--bal-color-danger-4) !important;
}

.focus\:bg-danger-5:focus {
  background: var(--bal-color-danger-5) !important;
}

.hover\:bg-danger-5:hover {
  background: var(--bal-color-danger-5) !important;
}

.active\:bg-danger-5:active {
  background: var(--bal-color-danger-5) !important;
}

.focus\:bg-danger-6:focus {
  background: var(--bal-color-danger-6) !important;
}

.hover\:bg-danger-6:hover {
  background: var(--bal-color-danger-6) !important;
}

.active\:bg-danger-6:active {
  background: var(--bal-color-danger-6) !important;
}

.focus\:bg-background-white:focus {
  background: var(--bal-color-background-white) !important;
}

.hover\:bg-background-white:hover {
  background: var(--bal-color-background-white) !important;
}

.active\:bg-background-white:active {
  background: var(--bal-color-background-white) !important;
}

.focus\:bg-background-neutral:focus {
  background: var(--bal-color-background-neutral) !important;
}

.hover\:bg-background-neutral:hover {
  background: var(--bal-color-background-neutral) !important;
}

.active\:bg-background-neutral:active {
  background: var(--bal-color-background-neutral) !important;
}

.focus\:bg-background-grey-light:focus {
  background: var(--bal-color-background-grey-light) !important;
}

.hover\:bg-background-grey-light:hover {
  background: var(--bal-color-background-grey-light) !important;
}

.active\:bg-background-grey-light:active {
  background: var(--bal-color-background-grey-light) !important;
}

.focus\:bg-background-grey:focus {
  background: var(--bal-color-background-grey) !important;
}

.hover\:bg-background-grey:hover {
  background: var(--bal-color-background-grey) !important;
}

.active\:bg-background-grey:active {
  background: var(--bal-color-background-grey) !important;
}

.focus\:bg-background-primary-light:focus {
  background: var(--bal-color-background-primary-light) !important;
}

.hover\:bg-background-primary-light:hover {
  background: var(--bal-color-background-primary-light) !important;
}

.active\:bg-background-primary-light:active {
  background: var(--bal-color-background-primary-light) !important;
}

.focus\:bg-background-primary:focus {
  background: var(--bal-color-background-primary) !important;
}

.hover\:bg-background-primary:hover {
  background: var(--bal-color-background-primary) !important;
}

.active\:bg-background-primary:active {
  background: var(--bal-color-background-primary) !important;
}

.focus\:bg-background-light-blue:focus {
  background: var(--bal-color-background-light-blue) !important;
}

.hover\:bg-background-light-blue:hover {
  background: var(--bal-color-background-light-blue) !important;
}

.active\:bg-background-light-blue:active {
  background: var(--bal-color-background-light-blue) !important;
}

.focus\:bg-background-green-lighter:focus {
  background: var(--bal-color-background-green-lighter) !important;
}

.hover\:bg-background-green-lighter:hover {
  background: var(--bal-color-background-green-lighter) !important;
}

.active\:bg-background-green-lighter:active {
  background: var(--bal-color-background-green-lighter) !important;
}

.focus\:bg-background-green-light:focus {
  background: var(--bal-color-background-green-light) !important;
}

.hover\:bg-background-green-light:hover {
  background: var(--bal-color-background-green-light) !important;
}

.active\:bg-background-green-light:active {
  background: var(--bal-color-background-green-light) !important;
}

.focus\:bg-background-green:focus {
  background: var(--bal-color-background-green) !important;
}

.hover\:bg-background-green:hover {
  background: var(--bal-color-background-green) !important;
}

.active\:bg-background-green:active {
  background: var(--bal-color-background-green) !important;
}

.focus\:bg-background-purple-lighter:focus {
  background: var(--bal-color-background-purple-lighter) !important;
}

.hover\:bg-background-purple-lighter:hover {
  background: var(--bal-color-background-purple-lighter) !important;
}

.active\:bg-background-purple-lighter:active {
  background: var(--bal-color-background-purple-lighter) !important;
}

.focus\:bg-background-purple-light:focus {
  background: var(--bal-color-background-purple-light) !important;
}

.hover\:bg-background-purple-light:hover {
  background: var(--bal-color-background-purple-light) !important;
}

.active\:bg-background-purple-light:active {
  background: var(--bal-color-background-purple-light) !important;
}

.focus\:bg-background-purple:focus {
  background: var(--bal-color-background-purple) !important;
}

.hover\:bg-background-purple:hover {
  background: var(--bal-color-background-purple) !important;
}

.active\:bg-background-purple:active {
  background: var(--bal-color-background-purple) !important;
}

.focus\:bg-background-yellow-lighter:focus {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.hover\:bg-background-yellow-lighter:hover {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.active\:bg-background-yellow-lighter:active {
  background: var(--bal-color-background-yellow-lighter) !important;
}

.focus\:bg-background-yellow-light:focus {
  background: var(--bal-color-background-yellow-light) !important;
}

.hover\:bg-background-yellow-light:hover {
  background: var(--bal-color-background-yellow-light) !important;
}

.active\:bg-background-yellow-light:active {
  background: var(--bal-color-background-yellow-light) !important;
}

.focus\:bg-background-yellow:focus {
  background: var(--bal-color-background-yellow) !important;
}

.hover\:bg-background-yellow:hover {
  background: var(--bal-color-background-yellow) !important;
}

.active\:bg-background-yellow:active {
  background: var(--bal-color-background-yellow) !important;
}

.focus\:bg-background-red-lighter:focus {
  background: var(--bal-color-background-red-lighter) !important;
}

.hover\:bg-background-red-lighter:hover {
  background: var(--bal-color-background-red-lighter) !important;
}

.active\:bg-background-red-lighter:active {
  background: var(--bal-color-background-red-lighter) !important;
}

.focus\:bg-background-red-light:focus {
  background: var(--bal-color-background-red-light) !important;
}

.hover\:bg-background-red-light:hover {
  background: var(--bal-color-background-red-light) !important;
}

.active\:bg-background-red-light:active {
  background: var(--bal-color-background-red-light) !important;
}

.focus\:bg-background-red:focus {
  background: var(--bal-color-background-red) !important;
}

.hover\:bg-background-red:hover {
  background: var(--bal-color-background-red) !important;
}

.active\:bg-background-red:active {
  background: var(--bal-color-background-red) !important;
}

.focus\:bg-background-disabled:focus {
  background: var(--bal-color-background-disabled) !important;
}

.hover\:bg-background-disabled:hover {
  background: var(--bal-color-background-disabled) !important;
}

.active\:bg-background-disabled:active {
  background: var(--bal-color-background-disabled) !important;
}

.focus\:bg-background-info:focus {
  background: var(--bal-color-background-info) !important;
}

.hover\:bg-background-info:hover {
  background: var(--bal-color-background-info) !important;
}

.active\:bg-background-info:active {
  background: var(--bal-color-background-info) !important;
}

.focus\:bg-background-success:focus {
  background: var(--bal-color-background-success) !important;
}

.hover\:bg-background-success:hover {
  background: var(--bal-color-background-success) !important;
}

.active\:bg-background-success:active {
  background: var(--bal-color-background-success) !important;
}

.focus\:bg-background-warning:focus {
  background: var(--bal-color-background-warning) !important;
}

.hover\:bg-background-warning:hover {
  background: var(--bal-color-background-warning) !important;
}

.active\:bg-background-warning:active {
  background: var(--bal-color-background-warning) !important;
}

.focus\:bg-background-danger:focus {
  background: var(--bal-color-background-danger) !important;
}

.hover\:bg-background-danger:hover {
  background: var(--bal-color-background-danger) !important;
}

.active\:bg-background-danger:active {
  background: var(--bal-color-background-danger) !important;
}

.focus\:bg-border-white:focus {
  background: var(--bal-color-border-white) !important;
}

.hover\:bg-border-white:hover {
  background: var(--bal-color-border-white) !important;
}

.active\:bg-border-white:active {
  background: var(--bal-color-border-white) !important;
}

.focus\:bg-border:focus {
  background: var(--bal-color-border-base) !important;
}

.hover\:bg-border:hover {
  background: var(--bal-color-border-base) !important;
}

.active\:bg-border:active {
  background: var(--bal-color-border-base) !important;
}

.focus\:bg-border-inverted:focus {
  background: var(--bal-color-border-inverted) !important;
}

.hover\:bg-border-inverted:hover {
  background: var(--bal-color-border-inverted) !important;
}

.active\:bg-border-inverted:active {
  background: var(--bal-color-border-inverted) !important;
}

.focus\:bg-border-grey-light:focus {
  background: var(--bal-color-border-grey-light) !important;
}

.hover\:bg-border-grey-light:hover {
  background: var(--bal-color-border-grey-light) !important;
}

.active\:bg-border-grey-light:active {
  background: var(--bal-color-border-grey-light) !important;
}

.focus\:bg-border-grey:focus {
  background: var(--bal-color-border-grey-base) !important;
}

.hover\:bg-border-grey:hover {
  background: var(--bal-color-border-grey-base) !important;
}

.active\:bg-border-grey:active {
  background: var(--bal-color-border-grey-base) !important;
}

.focus\:bg-border-grey-dark:focus {
  background: var(--bal-color-border-grey-dark) !important;
}

.hover\:bg-border-grey-dark:hover {
  background: var(--bal-color-border-grey-dark) !important;
}

.active\:bg-border-grey-dark:active {
  background: var(--bal-color-border-grey-dark) !important;
}

.focus\:bg-border-disabled:focus {
  background: var(--bal-color-border-disabled) !important;
}

.hover\:bg-border-disabled:hover {
  background: var(--bal-color-border-disabled) !important;
}

.active\:bg-border-disabled:active {
  background: var(--bal-color-border-disabled) !important;
}

.focus\:bg-border-inverted-disabled:focus {
  background: var(--bal-color-border-inverted-disabled) !important;
}

.hover\:bg-border-inverted-disabled:hover {
  background: var(--bal-color-border-inverted-disabled) !important;
}

.active\:bg-border-inverted-disabled:active {
  background: var(--bal-color-border-inverted-disabled) !important;
}

.focus\:bg-border-primary-light:focus {
  background: var(--bal-color-border-primary-light) !important;
}

.hover\:bg-border-primary-light:hover {
  background: var(--bal-color-border-primary-light) !important;
}

.active\:bg-border-primary-light:active {
  background: var(--bal-color-border-primary-light) !important;
}

.focus\:bg-border-primary:focus {
  background: var(--bal-color-border-primary-base) !important;
}

.hover\:bg-border-primary:hover {
  background: var(--bal-color-border-primary-base) !important;
}

.active\:bg-border-primary:active {
  background: var(--bal-color-border-primary-base) !important;
}

.focus\:bg-border-primary-hover:focus {
  background: var(--bal-color-border-primary-hover) !important;
}

.hover\:bg-border-primary-hover:hover {
  background: var(--bal-color-border-primary-hover) !important;
}

.active\:bg-border-primary-hover:active {
  background: var(--bal-color-border-primary-hover) !important;
}

.focus\:bg-border-primary-active:focus {
  background: var(--bal-color-border-primary-active) !important;
}

.hover\:bg-border-primary-active:hover {
  background: var(--bal-color-border-primary-active) !important;
}

.active\:bg-border-primary-active:active {
  background: var(--bal-color-border-primary-active) !important;
}

.focus\:bg-border-inverted-primary:focus {
  background: var(--bal-color-border-inverted-primary-base) !important;
}

.hover\:bg-border-inverted-primary:hover {
  background: var(--bal-color-border-inverted-primary-base) !important;
}

.active\:bg-border-inverted-primary:active {
  background: var(--bal-color-border-inverted-primary-base) !important;
}

.focus\:bg-border-inverted-primary-hover:focus {
  background: var(--bal-color-border-inverted-primary-hover) !important;
}

.hover\:bg-border-inverted-primary-hover:hover {
  background: var(--bal-color-border-inverted-primary-hover) !important;
}

.active\:bg-border-inverted-primary-hover:active {
  background: var(--bal-color-border-inverted-primary-hover) !important;
}

.focus\:bg-border-inverted-primary-active:focus {
  background: var(--bal-color-border-inverted-primary-active) !important;
}

.hover\:bg-border-inverted-primary-active:hover {
  background: var(--bal-color-border-inverted-primary-active) !important;
}

.active\:bg-border-inverted-primary-active:active {
  background: var(--bal-color-border-inverted-primary-active) !important;
}

.focus\:bg-border-info:focus {
  background: var(--bal-color-border-info-base) !important;
}

.hover\:bg-border-info:hover {
  background: var(--bal-color-border-info-base) !important;
}

.active\:bg-border-info:active {
  background: var(--bal-color-border-info-base) !important;
}

.focus\:bg-border-info-hover:focus {
  background: var(--bal-color-border-info-hover) !important;
}

.hover\:bg-border-info-hover:hover {
  background: var(--bal-color-border-info-hover) !important;
}

.active\:bg-border-info-hover:active {
  background: var(--bal-color-border-info-hover) !important;
}

.focus\:bg-border-info-active:focus {
  background: var(--bal-color-border-info-active) !important;
}

.hover\:bg-border-info-active:hover {
  background: var(--bal-color-border-info-active) !important;
}

.active\:bg-border-info-active:active {
  background: var(--bal-color-border-info-active) !important;
}

.focus\:bg-border-success:focus {
  background: var(--bal-color-border-success-base) !important;
}

.hover\:bg-border-success:hover {
  background: var(--bal-color-border-success-base) !important;
}

.active\:bg-border-success:active {
  background: var(--bal-color-border-success-base) !important;
}

.focus\:bg-border-success-hover:focus {
  background: var(--bal-color-border-success-hover) !important;
}

.hover\:bg-border-success-hover:hover {
  background: var(--bal-color-border-success-hover) !important;
}

.active\:bg-border-success-hover:active {
  background: var(--bal-color-border-success-hover) !important;
}

.focus\:bg-border-success-active:focus {
  background: var(--bal-color-border-success-active) !important;
}

.hover\:bg-border-success-active:hover {
  background: var(--bal-color-border-success-active) !important;
}

.active\:bg-border-success-active:active {
  background: var(--bal-color-border-success-active) !important;
}

.focus\:bg-border-warning:focus {
  background: var(--bal-color-border-warning-base) !important;
}

.hover\:bg-border-warning:hover {
  background: var(--bal-color-border-warning-base) !important;
}

.active\:bg-border-warning:active {
  background: var(--bal-color-border-warning-base) !important;
}

.focus\:bg-border-warning-hover:focus {
  background: var(--bal-color-border-warning-hover) !important;
}

.hover\:bg-border-warning-hover:hover {
  background: var(--bal-color-border-warning-hover) !important;
}

.active\:bg-border-warning-hover:active {
  background: var(--bal-color-border-warning-hover) !important;
}

.focus\:bg-border-warning-active:focus {
  background: var(--bal-color-border-warning-active) !important;
}

.hover\:bg-border-warning-active:hover {
  background: var(--bal-color-border-warning-active) !important;
}

.active\:bg-border-warning-active:active {
  background: var(--bal-color-border-warning-active) !important;
}

.focus\:bg-border-danger:focus {
  background: var(--bal-color-border-danger-base) !important;
}

.hover\:bg-border-danger:hover {
  background: var(--bal-color-border-danger-base) !important;
}

.active\:bg-border-danger:active {
  background: var(--bal-color-border-danger-base) !important;
}

.focus\:bg-border-danger-hover:focus {
  background: var(--bal-color-border-danger-hover) !important;
}

.hover\:bg-border-danger-hover:hover {
  background: var(--bal-color-border-danger-hover) !important;
}

.active\:bg-border-danger-hover:active {
  background: var(--bal-color-border-danger-hover) !important;
}

.focus\:bg-border-danger-active:focus {
  background: var(--bal-color-border-danger-active) !important;
}

.hover\:bg-border-danger-active:hover {
  background: var(--bal-color-border-danger-active) !important;
}

.active\:bg-border-danger-active:active {
  background: var(--bal-color-border-danger-active) !important;
}

.focus\:bg-border-purple:focus {
  background: var(--bal-color-border-purple-base) !important;
}

.hover\:bg-border-purple:hover {
  background: var(--bal-color-border-purple-base) !important;
}

.active\:bg-border-purple:active {
  background: var(--bal-color-border-purple-base) !important;
}

.focus\:bg-border-purple-hover:focus {
  background: var(--bal-color-border-purple-hover) !important;
}

.hover\:bg-border-purple-hover:hover {
  background: var(--bal-color-border-purple-hover) !important;
}

.active\:bg-border-purple-hover:active {
  background: var(--bal-color-border-purple-hover) !important;
}

.focus\:bg-border-purple-active:focus {
  background: var(--bal-color-border-purple-active) !important;
}

.hover\:bg-border-purple-active:hover {
  background: var(--bal-color-border-purple-active) !important;
}

.active\:bg-border-purple-active:active {
  background: var(--bal-color-border-purple-active) !important;
}

.focus\:bg-border-green:focus {
  background: var(--bal-color-border-green-base) !important;
}

.hover\:bg-border-green:hover {
  background: var(--bal-color-border-green-base) !important;
}

.active\:bg-border-green:active {
  background: var(--bal-color-border-green-base) !important;
}

.focus\:bg-border-green-hover:focus {
  background: var(--bal-color-border-green-hover) !important;
}

.hover\:bg-border-green-hover:hover {
  background: var(--bal-color-border-green-hover) !important;
}

.active\:bg-border-green-hover:active {
  background: var(--bal-color-border-green-hover) !important;
}

.focus\:bg-border-green-active:focus {
  background: var(--bal-color-border-green-active) !important;
}

.hover\:bg-border-green-active:hover {
  background: var(--bal-color-border-green-active) !important;
}

.active\:bg-border-green-active:active {
  background: var(--bal-color-border-green-active) !important;
}

.focus\:bg-border-red:focus {
  background: var(--bal-color-border-red-base) !important;
}

.hover\:bg-border-red:hover {
  background: var(--bal-color-border-red-base) !important;
}

.active\:bg-border-red:active {
  background: var(--bal-color-border-red-base) !important;
}

.focus\:bg-border-red-hover:focus {
  background: var(--bal-color-border-red-hover) !important;
}

.hover\:bg-border-red-hover:hover {
  background: var(--bal-color-border-red-hover) !important;
}

.active\:bg-border-red-hover:active {
  background: var(--bal-color-border-red-hover) !important;
}

.focus\:bg-border-red-active:focus {
  background: var(--bal-color-border-red-active) !important;
}

.hover\:bg-border-red-active:hover {
  background: var(--bal-color-border-red-active) !important;
}

.active\:bg-border-red-active:active {
  background: var(--bal-color-border-red-active) !important;
}

.focus\:bg-border-yellow:focus {
  background: var(--bal-color-border-yellow-base) !important;
}

.hover\:bg-border-yellow:hover {
  background: var(--bal-color-border-yellow-base) !important;
}

.active\:bg-border-yellow:active {
  background: var(--bal-color-border-yellow-base) !important;
}

.focus\:bg-border-yellow-hover:focus {
  background: var(--bal-color-border-yellow-hover) !important;
}

.hover\:bg-border-yellow-hover:hover {
  background: var(--bal-color-border-yellow-hover) !important;
}

.active\:bg-border-yellow-hover:active {
  background: var(--bal-color-border-yellow-hover) !important;
}

.focus\:bg-border-yellow-active:focus {
  background: var(--bal-color-border-yellow-active) !important;
}

.hover\:bg-border-yellow-active:hover {
  background: var(--bal-color-border-yellow-active) !important;
}

.active\:bg-border-yellow-active:active {
  background: var(--bal-color-border-yellow-active) !important;
}

.focus\:bg-text-white:focus {
  background: var(--bal-color-text-white) !important;
}

.hover\:bg-text-white:hover {
  background: var(--bal-color-text-white) !important;
}

.active\:bg-text-white:active {
  background: var(--bal-color-text-white) !important;
}

.focus\:bg-text-black:focus {
  background: var(--bal-color-text-black) !important;
}

.hover\:bg-text-black:hover {
  background: var(--bal-color-text-black) !important;
}

.active\:bg-text-black:active {
  background: var(--bal-color-text-black) !important;
}

.focus\:bg-text-primary:focus {
  background: var(--bal-color-text-primary) !important;
}

.hover\:bg-text-primary:hover {
  background: var(--bal-color-text-primary) !important;
}

.active\:bg-text-primary:active {
  background: var(--bal-color-text-primary) !important;
}

.focus\:bg-text-primary-hover:focus {
  background: var(--bal-color-text-primary-hover) !important;
}

.hover\:bg-text-primary-hover:hover {
  background: var(--bal-color-text-primary-hover) !important;
}

.active\:bg-text-primary-hover:active {
  background: var(--bal-color-text-primary-hover) !important;
}

.focus\:bg-text-primary-active:focus {
  background: var(--bal-color-text-primary-active) !important;
}

.hover\:bg-text-primary-active:hover {
  background: var(--bal-color-text-primary-active) !important;
}

.active\:bg-text-primary-active:active {
  background: var(--bal-color-text-primary-active) !important;
}

.focus\:bg-text-inverted-primary:focus {
  background: var(--bal-color-text-inverted-primary) !important;
}

.hover\:bg-text-inverted-primary:hover {
  background: var(--bal-color-text-inverted-primary) !important;
}

.active\:bg-text-inverted-primary:active {
  background: var(--bal-color-text-inverted-primary) !important;
}

.focus\:bg-text-inverted-primary-hover:focus {
  background: var(--bal-color-text-inverted-primary-hover) !important;
}

.hover\:bg-text-inverted-primary-hover:hover {
  background: var(--bal-color-text-inverted-primary-hover) !important;
}

.active\:bg-text-inverted-primary-hover:active {
  background: var(--bal-color-text-inverted-primary-hover) !important;
}

.focus\:bg-text-inverted-primary-active:focus {
  background: var(--bal-color-text-inverted-primary-active) !important;
}

.hover\:bg-text-inverted-primary-active:hover {
  background: var(--bal-color-text-inverted-primary-active) !important;
}

.active\:bg-text-inverted-primary-active:active {
  background: var(--bal-color-text-inverted-primary-active) !important;
}

.focus\:bg-text-primary-light:focus {
  background: var(--bal-color-text-primary-light) !important;
}

.hover\:bg-text-primary-light:hover {
  background: var(--bal-color-text-primary-light) !important;
}

.active\:bg-text-primary-light:active {
  background: var(--bal-color-text-primary-light) !important;
}

.focus\:bg-text-hint:focus {
  background: var(--bal-color-text-hint) !important;
}

.hover\:bg-text-hint:hover {
  background: var(--bal-color-text-hint) !important;
}

.active\:bg-text-hint:active {
  background: var(--bal-color-text-hint) !important;
}

.focus\:bg-text-grey-light:focus {
  background: var(--bal-color-text-grey-light) !important;
}

.hover\:bg-text-grey-light:hover {
  background: var(--bal-color-text-grey-light) !important;
}

.active\:bg-text-grey-light:active {
  background: var(--bal-color-text-grey-light) !important;
}

.focus\:bg-text-grey:focus {
  background: var(--bal-color-text-grey) !important;
}

.hover\:bg-text-grey:hover {
  background: var(--bal-color-text-grey) !important;
}

.active\:bg-text-grey:active {
  background: var(--bal-color-text-grey) !important;
}

.focus\:bg-text-grey-dark:focus {
  background: var(--bal-color-text-grey-dark) !important;
}

.hover\:bg-text-grey-dark:hover {
  background: var(--bal-color-text-grey-dark) !important;
}

.active\:bg-text-grey-dark:active {
  background: var(--bal-color-text-grey-dark) !important;
}

.focus\:bg-text-disabled:focus {
  background: var(--bal-color-text-disabled) !important;
}

.hover\:bg-text-disabled:hover {
  background: var(--bal-color-text-disabled) !important;
}

.active\:bg-text-disabled:active {
  background: var(--bal-color-text-disabled) !important;
}

.focus\:bg-text-inverted-disabled:focus {
  background: var(--bal-color-text-inverted-disabled) !important;
}

.hover\:bg-text-inverted-disabled:hover {
  background: var(--bal-color-text-inverted-disabled) !important;
}

.active\:bg-text-inverted-disabled:active {
  background: var(--bal-color-text-inverted-disabled) !important;
}

.focus\:bg-text-info:focus {
  background: var(--bal-color-text-info) !important;
}

.hover\:bg-text-info:hover {
  background: var(--bal-color-text-info) !important;
}

.active\:bg-text-info:active {
  background: var(--bal-color-text-info) !important;
}

.focus\:bg-text-warning:focus {
  background: var(--bal-color-text-warning) !important;
}

.hover\:bg-text-warning:hover {
  background: var(--bal-color-text-warning) !important;
}

.active\:bg-text-warning:active {
  background: var(--bal-color-text-warning) !important;
}

.focus\:bg-text-success:focus {
  background: var(--bal-color-text-success) !important;
}

.hover\:bg-text-success:hover {
  background: var(--bal-color-text-success) !important;
}

.active\:bg-text-success:active {
  background: var(--bal-color-text-success) !important;
}

.focus\:bg-text-danger:focus {
  background: var(--bal-color-text-danger) !important;
}

.hover\:bg-text-danger:hover {
  background: var(--bal-color-text-danger) !important;
}

.active\:bg-text-danger:active {
  background: var(--bal-color-text-danger) !important;
}

.focus\:bg-text-danger-hover:focus {
  background: var(--bal-color-text-danger-hover) !important;
}

.hover\:bg-text-danger-hover:hover {
  background: var(--bal-color-text-danger-hover) !important;
}

.active\:bg-text-danger-hover:active {
  background: var(--bal-color-text-danger-hover) !important;
}

.focus\:bg-text-danger-active:focus {
  background: var(--bal-color-text-danger-active) !important;
}

.hover\:bg-text-danger-active:hover {
  background: var(--bal-color-text-danger-active) !important;
}

.active\:bg-text-danger-active:active {
  background: var(--bal-color-text-danger-active) !important;
}

.focus\:bg-transparent:focus {
  background: transparent !important;
}

.hover\:bg-transparent:hover {
  background: transparent !important;
}

.active\:bg-transparent:active {
  background: transparent !important;
}

/**
  * Deprecated
  */
.bg-primary {
  color: var(--bal-color-white);
}

.bg-primary-3 {
  color: var(--bal-color-white);
}

.bg-primary-4 {
  color: var(--bal-color-white);
}

.bg-primary-5 {
  color: var(--bal-color-white);
}

.bg-primary-6 {
  color: var(--bal-color-white);
}

.focus\:bg-primary:focus {
  color: var(--bal-color-white);
}

.hover\:bg-primary:hover {
  color: var(--bal-color-white);
}

.active\:bg-primary:active {
  color: var(--bal-color-white);
}

.focus\:bg-primary-3:focus {
  color: var(--bal-color-white);
}

.hover\:bg-primary-3:hover {
  color: var(--bal-color-white);
}

.active\:bg-primary-3:active {
  color: var(--bal-color-white);
}

.focus\:bg-primary-4:focus {
  color: var(--bal-color-white);
}

.hover\:bg-primary-4:hover {
  color: var(--bal-color-white);
}

.active\:bg-primary-4:active {
  color: var(--bal-color-white);
}

.focus\:bg-primary-5:focus {
  color: var(--bal-color-white);
}

.hover\:bg-primary-5:hover {
  color: var(--bal-color-white);
}

.active\:bg-primary-5:active {
  color: var(--bal-color-white);
}

.focus\:bg-primary-6:focus {
  color: var(--bal-color-white);
}

.hover\:bg-primary-6:hover {
  color: var(--bal-color-white);
}

.active\:bg-primary-6:active {
  color: var(--bal-color-white);
}

.border {
  border-color: var(--bal-color-border-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-white {
  border-color: var(--bal-color-border-white) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-inverted {
  border-color: var(--bal-color-border-inverted) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-grey-light {
  border-color: var(--bal-color-border-grey-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-grey {
  border-color: var(--bal-color-border-grey-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-grey-dark {
  border-color: var(--bal-color-border-grey-dark) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-disabled {
  border-color: var(--bal-color-border-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-inverted-disabled {
  border-color: var(--bal-color-border-inverted-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-primary-light {
  border-color: var(--bal-color-border-primary-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-primary {
  border-color: var(--bal-color-border-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-primary-hover {
  border-color: var(--bal-color-border-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-primary-active {
  border-color: var(--bal-color-border-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-inverted-primary {
  border-color: var(--bal-color-border-inverted-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-inverted-primary-hover {
  border-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-inverted-primary-active {
  border-color: var(--bal-color-border-inverted-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-info {
  border-color: var(--bal-color-border-info-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-info-hover {
  border-color: var(--bal-color-border-info-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-info-active {
  border-color: var(--bal-color-border-info-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-success {
  border-color: var(--bal-color-border-success-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-success-hover {
  border-color: var(--bal-color-border-success-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-success-active {
  border-color: var(--bal-color-border-success-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-warning {
  border-color: var(--bal-color-border-warning-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-warning-hover {
  border-color: var(--bal-color-border-warning-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-warning-active {
  border-color: var(--bal-color-border-warning-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-danger {
  border-color: var(--bal-color-border-danger-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-danger-hover {
  border-color: var(--bal-color-border-danger-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-danger-active {
  border-color: var(--bal-color-border-danger-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-purple {
  border-color: var(--bal-color-border-purple-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-purple-hover {
  border-color: var(--bal-color-border-purple-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-purple-active {
  border-color: var(--bal-color-border-purple-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-green {
  border-color: var(--bal-color-border-green-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-green-hover {
  border-color: var(--bal-color-border-green-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-green-active {
  border-color: var(--bal-color-border-green-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-red {
  border-color: var(--bal-color-border-red-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-red-hover {
  border-color: var(--bal-color-border-red-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-red-active {
  border-color: var(--bal-color-border-red-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-yellow {
  border-color: var(--bal-color-border-yellow-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-yellow-hover {
  border-color: var(--bal-color-border-yellow-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-yellow-active {
  border-color: var(--bal-color-border-yellow-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border:focus {
  border-color: var(--bal-color-border-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border:hover {
  border-color: var(--bal-color-border-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border:active {
  border-color: var(--bal-color-border-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-white:focus {
  border-color: var(--bal-color-border-white) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-white:hover {
  border-color: var(--bal-color-border-white) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-white:active {
  border-color: var(--bal-color-border-white) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-inverted:focus {
  border-color: var(--bal-color-border-inverted) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-inverted:hover {
  border-color: var(--bal-color-border-inverted) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-inverted:active {
  border-color: var(--bal-color-border-inverted) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-grey-light:focus {
  border-color: var(--bal-color-border-grey-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-grey-light:hover {
  border-color: var(--bal-color-border-grey-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-grey-light:active {
  border-color: var(--bal-color-border-grey-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-grey:focus {
  border-color: var(--bal-color-border-grey-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-grey:hover {
  border-color: var(--bal-color-border-grey-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-grey:active {
  border-color: var(--bal-color-border-grey-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-grey-dark:focus {
  border-color: var(--bal-color-border-grey-dark) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-grey-dark:hover {
  border-color: var(--bal-color-border-grey-dark) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-grey-dark:active {
  border-color: var(--bal-color-border-grey-dark) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-disabled:focus {
  border-color: var(--bal-color-border-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-disabled:hover {
  border-color: var(--bal-color-border-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-disabled:active {
  border-color: var(--bal-color-border-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-inverted-disabled:focus {
  border-color: var(--bal-color-border-inverted-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-inverted-disabled:hover {
  border-color: var(--bal-color-border-inverted-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-inverted-disabled:active {
  border-color: var(--bal-color-border-inverted-disabled) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-primary-light:focus {
  border-color: var(--bal-color-border-primary-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-primary-light:hover {
  border-color: var(--bal-color-border-primary-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-primary-light:active {
  border-color: var(--bal-color-border-primary-light) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-primary:focus {
  border-color: var(--bal-color-border-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-primary:hover {
  border-color: var(--bal-color-border-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-primary:active {
  border-color: var(--bal-color-border-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-primary-hover:focus {
  border-color: var(--bal-color-border-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-primary-hover:hover {
  border-color: var(--bal-color-border-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-primary-hover:active {
  border-color: var(--bal-color-border-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-primary-active:focus {
  border-color: var(--bal-color-border-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-primary-active:hover {
  border-color: var(--bal-color-border-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-primary-active:active {
  border-color: var(--bal-color-border-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-inverted-primary:focus {
  border-color: var(--bal-color-border-inverted-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-inverted-primary:hover {
  border-color: var(--bal-color-border-inverted-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-inverted-primary:active {
  border-color: var(--bal-color-border-inverted-primary-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-inverted-primary-hover:focus {
  border-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-inverted-primary-hover:hover {
  border-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-inverted-primary-hover:active {
  border-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-inverted-primary-active:focus {
  border-color: var(--bal-color-border-inverted-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-inverted-primary-active:hover {
  border-color: var(--bal-color-border-inverted-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-inverted-primary-active:active {
  border-color: var(--bal-color-border-inverted-primary-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-info:focus {
  border-color: var(--bal-color-border-info-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-info:hover {
  border-color: var(--bal-color-border-info-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-info:active {
  border-color: var(--bal-color-border-info-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-info-hover:focus {
  border-color: var(--bal-color-border-info-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-info-hover:hover {
  border-color: var(--bal-color-border-info-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-info-hover:active {
  border-color: var(--bal-color-border-info-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-info-active:focus {
  border-color: var(--bal-color-border-info-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-info-active:hover {
  border-color: var(--bal-color-border-info-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-info-active:active {
  border-color: var(--bal-color-border-info-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-success:focus {
  border-color: var(--bal-color-border-success-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-success:hover {
  border-color: var(--bal-color-border-success-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-success:active {
  border-color: var(--bal-color-border-success-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-success-hover:focus {
  border-color: var(--bal-color-border-success-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-success-hover:hover {
  border-color: var(--bal-color-border-success-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-success-hover:active {
  border-color: var(--bal-color-border-success-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-success-active:focus {
  border-color: var(--bal-color-border-success-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-success-active:hover {
  border-color: var(--bal-color-border-success-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-success-active:active {
  border-color: var(--bal-color-border-success-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-warning:focus {
  border-color: var(--bal-color-border-warning-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-warning:hover {
  border-color: var(--bal-color-border-warning-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-warning:active {
  border-color: var(--bal-color-border-warning-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-warning-hover:focus {
  border-color: var(--bal-color-border-warning-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-warning-hover:hover {
  border-color: var(--bal-color-border-warning-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-warning-hover:active {
  border-color: var(--bal-color-border-warning-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-warning-active:focus {
  border-color: var(--bal-color-border-warning-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-warning-active:hover {
  border-color: var(--bal-color-border-warning-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-warning-active:active {
  border-color: var(--bal-color-border-warning-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-danger:focus {
  border-color: var(--bal-color-border-danger-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-danger:hover {
  border-color: var(--bal-color-border-danger-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-danger:active {
  border-color: var(--bal-color-border-danger-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-danger-hover:focus {
  border-color: var(--bal-color-border-danger-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-danger-hover:hover {
  border-color: var(--bal-color-border-danger-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-danger-hover:active {
  border-color: var(--bal-color-border-danger-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-danger-active:focus {
  border-color: var(--bal-color-border-danger-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-danger-active:hover {
  border-color: var(--bal-color-border-danger-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-danger-active:active {
  border-color: var(--bal-color-border-danger-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-purple:focus {
  border-color: var(--bal-color-border-purple-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-purple:hover {
  border-color: var(--bal-color-border-purple-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-purple:active {
  border-color: var(--bal-color-border-purple-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-purple-hover:focus {
  border-color: var(--bal-color-border-purple-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-purple-hover:hover {
  border-color: var(--bal-color-border-purple-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-purple-hover:active {
  border-color: var(--bal-color-border-purple-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-purple-active:focus {
  border-color: var(--bal-color-border-purple-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-purple-active:hover {
  border-color: var(--bal-color-border-purple-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-purple-active:active {
  border-color: var(--bal-color-border-purple-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-green:focus {
  border-color: var(--bal-color-border-green-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-green:hover {
  border-color: var(--bal-color-border-green-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-green:active {
  border-color: var(--bal-color-border-green-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-green-hover:focus {
  border-color: var(--bal-color-border-green-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-green-hover:hover {
  border-color: var(--bal-color-border-green-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-green-hover:active {
  border-color: var(--bal-color-border-green-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-green-active:focus {
  border-color: var(--bal-color-border-green-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-green-active:hover {
  border-color: var(--bal-color-border-green-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-green-active:active {
  border-color: var(--bal-color-border-green-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-red:focus {
  border-color: var(--bal-color-border-red-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-red:hover {
  border-color: var(--bal-color-border-red-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-red:active {
  border-color: var(--bal-color-border-red-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-red-hover:focus {
  border-color: var(--bal-color-border-red-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-red-hover:hover {
  border-color: var(--bal-color-border-red-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-red-hover:active {
  border-color: var(--bal-color-border-red-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-red-active:focus {
  border-color: var(--bal-color-border-red-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-red-active:hover {
  border-color: var(--bal-color-border-red-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-red-active:active {
  border-color: var(--bal-color-border-red-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-yellow:focus {
  border-color: var(--bal-color-border-yellow-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-yellow:hover {
  border-color: var(--bal-color-border-yellow-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-yellow:active {
  border-color: var(--bal-color-border-yellow-base) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-yellow-hover:focus {
  border-color: var(--bal-color-border-yellow-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-yellow-hover:hover {
  border-color: var(--bal-color-border-yellow-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-yellow-hover:active {
  border-color: var(--bal-color-border-yellow-hover) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.focus\:border-yellow-active:focus {
  border-color: var(--bal-color-border-yellow-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.hover\:border-yellow-active:hover {
  border-color: var(--bal-color-border-yellow-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.active\:border-yellow-active:active {
  border-color: var(--bal-color-border-yellow-active) !important;
  border-width: var(--bal-border-width-base) !important;
  border-style: solid;
}

.border-top {
  border-top-color: var(--bal-color-border-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-white {
  border-top-color: var(--bal-color-border-white) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-inverted {
  border-top-color: var(--bal-color-border-inverted) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-grey-light {
  border-top-color: var(--bal-color-border-grey-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-grey {
  border-top-color: var(--bal-color-border-grey-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-grey-dark {
  border-top-color: var(--bal-color-border-grey-dark) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-disabled {
  border-top-color: var(--bal-color-border-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-inverted-disabled {
  border-top-color: var(--bal-color-border-inverted-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-primary-light {
  border-top-color: var(--bal-color-border-primary-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-primary {
  border-top-color: var(--bal-color-border-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-primary-hover {
  border-top-color: var(--bal-color-border-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-primary-active {
  border-top-color: var(--bal-color-border-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-inverted-primary {
  border-top-color: var(--bal-color-border-inverted-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-inverted-primary-hover {
  border-top-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-inverted-primary-active {
  border-top-color: var(--bal-color-border-inverted-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-info {
  border-top-color: var(--bal-color-border-info-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-info-hover {
  border-top-color: var(--bal-color-border-info-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-info-active {
  border-top-color: var(--bal-color-border-info-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-success {
  border-top-color: var(--bal-color-border-success-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-success-hover {
  border-top-color: var(--bal-color-border-success-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-success-active {
  border-top-color: var(--bal-color-border-success-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-warning {
  border-top-color: var(--bal-color-border-warning-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-warning-hover {
  border-top-color: var(--bal-color-border-warning-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-warning-active {
  border-top-color: var(--bal-color-border-warning-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-danger {
  border-top-color: var(--bal-color-border-danger-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-danger-hover {
  border-top-color: var(--bal-color-border-danger-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-danger-active {
  border-top-color: var(--bal-color-border-danger-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-purple {
  border-top-color: var(--bal-color-border-purple-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-purple-hover {
  border-top-color: var(--bal-color-border-purple-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-purple-active {
  border-top-color: var(--bal-color-border-purple-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-green {
  border-top-color: var(--bal-color-border-green-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-green-hover {
  border-top-color: var(--bal-color-border-green-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-green-active {
  border-top-color: var(--bal-color-border-green-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-red {
  border-top-color: var(--bal-color-border-red-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-red-hover {
  border-top-color: var(--bal-color-border-red-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-red-active {
  border-top-color: var(--bal-color-border-red-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-yellow {
  border-top-color: var(--bal-color-border-yellow-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-yellow-hover {
  border-top-color: var(--bal-color-border-yellow-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-top-yellow-active {
  border-top-color: var(--bal-color-border-yellow-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top:focus {
  border-top-color: var(--bal-color-border-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top:hover {
  border-top-color: var(--bal-color-border-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top:active {
  border-top-color: var(--bal-color-border-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-white:focus {
  border-top-color: var(--bal-color-border-white) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-white:hover {
  border-top-color: var(--bal-color-border-white) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-white:active {
  border-top-color: var(--bal-color-border-white) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-inverted:focus {
  border-top-color: var(--bal-color-border-inverted) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-inverted:hover {
  border-top-color: var(--bal-color-border-inverted) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-inverted:active {
  border-top-color: var(--bal-color-border-inverted) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-grey-light:focus {
  border-top-color: var(--bal-color-border-grey-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-grey-light:hover {
  border-top-color: var(--bal-color-border-grey-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-grey-light:active {
  border-top-color: var(--bal-color-border-grey-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-grey:focus {
  border-top-color: var(--bal-color-border-grey-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-grey:hover {
  border-top-color: var(--bal-color-border-grey-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-grey:active {
  border-top-color: var(--bal-color-border-grey-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-grey-dark:focus {
  border-top-color: var(--bal-color-border-grey-dark) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-grey-dark:hover {
  border-top-color: var(--bal-color-border-grey-dark) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-grey-dark:active {
  border-top-color: var(--bal-color-border-grey-dark) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-disabled:focus {
  border-top-color: var(--bal-color-border-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-disabled:hover {
  border-top-color: var(--bal-color-border-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-disabled:active {
  border-top-color: var(--bal-color-border-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-inverted-disabled:focus {
  border-top-color: var(--bal-color-border-inverted-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-inverted-disabled:hover {
  border-top-color: var(--bal-color-border-inverted-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-inverted-disabled:active {
  border-top-color: var(--bal-color-border-inverted-disabled) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-primary-light:focus {
  border-top-color: var(--bal-color-border-primary-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-primary-light:hover {
  border-top-color: var(--bal-color-border-primary-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-primary-light:active {
  border-top-color: var(--bal-color-border-primary-light) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-primary:focus {
  border-top-color: var(--bal-color-border-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-primary:hover {
  border-top-color: var(--bal-color-border-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-primary:active {
  border-top-color: var(--bal-color-border-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-primary-hover:focus {
  border-top-color: var(--bal-color-border-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-primary-hover:hover {
  border-top-color: var(--bal-color-border-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-primary-hover:active {
  border-top-color: var(--bal-color-border-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-primary-active:focus {
  border-top-color: var(--bal-color-border-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-primary-active:hover {
  border-top-color: var(--bal-color-border-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-primary-active:active {
  border-top-color: var(--bal-color-border-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-inverted-primary:focus {
  border-top-color: var(--bal-color-border-inverted-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-inverted-primary:hover {
  border-top-color: var(--bal-color-border-inverted-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-inverted-primary:active {
  border-top-color: var(--bal-color-border-inverted-primary-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-inverted-primary-hover:focus {
  border-top-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-inverted-primary-hover:hover {
  border-top-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-inverted-primary-hover:active {
  border-top-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-inverted-primary-active:focus {
  border-top-color: var(--bal-color-border-inverted-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-inverted-primary-active:hover {
  border-top-color: var(--bal-color-border-inverted-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-inverted-primary-active:active {
  border-top-color: var(--bal-color-border-inverted-primary-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-info:focus {
  border-top-color: var(--bal-color-border-info-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-info:hover {
  border-top-color: var(--bal-color-border-info-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-info:active {
  border-top-color: var(--bal-color-border-info-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-info-hover:focus {
  border-top-color: var(--bal-color-border-info-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-info-hover:hover {
  border-top-color: var(--bal-color-border-info-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-info-hover:active {
  border-top-color: var(--bal-color-border-info-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-info-active:focus {
  border-top-color: var(--bal-color-border-info-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-info-active:hover {
  border-top-color: var(--bal-color-border-info-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-info-active:active {
  border-top-color: var(--bal-color-border-info-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-success:focus {
  border-top-color: var(--bal-color-border-success-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-success:hover {
  border-top-color: var(--bal-color-border-success-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-success:active {
  border-top-color: var(--bal-color-border-success-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-success-hover:focus {
  border-top-color: var(--bal-color-border-success-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-success-hover:hover {
  border-top-color: var(--bal-color-border-success-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-success-hover:active {
  border-top-color: var(--bal-color-border-success-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-success-active:focus {
  border-top-color: var(--bal-color-border-success-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-success-active:hover {
  border-top-color: var(--bal-color-border-success-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-success-active:active {
  border-top-color: var(--bal-color-border-success-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-warning:focus {
  border-top-color: var(--bal-color-border-warning-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-warning:hover {
  border-top-color: var(--bal-color-border-warning-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-warning:active {
  border-top-color: var(--bal-color-border-warning-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-warning-hover:focus {
  border-top-color: var(--bal-color-border-warning-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-warning-hover:hover {
  border-top-color: var(--bal-color-border-warning-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-warning-hover:active {
  border-top-color: var(--bal-color-border-warning-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-warning-active:focus {
  border-top-color: var(--bal-color-border-warning-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-warning-active:hover {
  border-top-color: var(--bal-color-border-warning-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-warning-active:active {
  border-top-color: var(--bal-color-border-warning-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-danger:focus {
  border-top-color: var(--bal-color-border-danger-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-danger:hover {
  border-top-color: var(--bal-color-border-danger-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-danger:active {
  border-top-color: var(--bal-color-border-danger-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-danger-hover:focus {
  border-top-color: var(--bal-color-border-danger-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-danger-hover:hover {
  border-top-color: var(--bal-color-border-danger-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-danger-hover:active {
  border-top-color: var(--bal-color-border-danger-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-danger-active:focus {
  border-top-color: var(--bal-color-border-danger-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-danger-active:hover {
  border-top-color: var(--bal-color-border-danger-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-danger-active:active {
  border-top-color: var(--bal-color-border-danger-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-purple:focus {
  border-top-color: var(--bal-color-border-purple-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-purple:hover {
  border-top-color: var(--bal-color-border-purple-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-purple:active {
  border-top-color: var(--bal-color-border-purple-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-purple-hover:focus {
  border-top-color: var(--bal-color-border-purple-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-purple-hover:hover {
  border-top-color: var(--bal-color-border-purple-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-purple-hover:active {
  border-top-color: var(--bal-color-border-purple-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-purple-active:focus {
  border-top-color: var(--bal-color-border-purple-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-purple-active:hover {
  border-top-color: var(--bal-color-border-purple-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-purple-active:active {
  border-top-color: var(--bal-color-border-purple-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-green:focus {
  border-top-color: var(--bal-color-border-green-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-green:hover {
  border-top-color: var(--bal-color-border-green-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-green:active {
  border-top-color: var(--bal-color-border-green-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-green-hover:focus {
  border-top-color: var(--bal-color-border-green-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-green-hover:hover {
  border-top-color: var(--bal-color-border-green-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-green-hover:active {
  border-top-color: var(--bal-color-border-green-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-green-active:focus {
  border-top-color: var(--bal-color-border-green-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-green-active:hover {
  border-top-color: var(--bal-color-border-green-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-green-active:active {
  border-top-color: var(--bal-color-border-green-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-red:focus {
  border-top-color: var(--bal-color-border-red-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-red:hover {
  border-top-color: var(--bal-color-border-red-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-red:active {
  border-top-color: var(--bal-color-border-red-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-red-hover:focus {
  border-top-color: var(--bal-color-border-red-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-red-hover:hover {
  border-top-color: var(--bal-color-border-red-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-red-hover:active {
  border-top-color: var(--bal-color-border-red-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-red-active:focus {
  border-top-color: var(--bal-color-border-red-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-red-active:hover {
  border-top-color: var(--bal-color-border-red-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-red-active:active {
  border-top-color: var(--bal-color-border-red-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-yellow:focus {
  border-top-color: var(--bal-color-border-yellow-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-yellow:hover {
  border-top-color: var(--bal-color-border-yellow-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-yellow:active {
  border-top-color: var(--bal-color-border-yellow-base) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-yellow-hover:focus {
  border-top-color: var(--bal-color-border-yellow-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-yellow-hover:hover {
  border-top-color: var(--bal-color-border-yellow-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-yellow-hover:active {
  border-top-color: var(--bal-color-border-yellow-hover) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.focus\:border-top-yellow-active:focus {
  border-top-color: var(--bal-color-border-yellow-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.hover\:border-top-yellow-active:hover {
  border-top-color: var(--bal-color-border-yellow-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.active\:border-top-yellow-active:active {
  border-top-color: var(--bal-color-border-yellow-active) !important;
  border-top-width: var(--bal-border-width-base) !important;
  border-top-style: solid;
}

.border-right {
  border-right-color: var(--bal-color-border-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-white {
  border-right-color: var(--bal-color-border-white) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-inverted {
  border-right-color: var(--bal-color-border-inverted) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-grey-light {
  border-right-color: var(--bal-color-border-grey-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-grey {
  border-right-color: var(--bal-color-border-grey-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-grey-dark {
  border-right-color: var(--bal-color-border-grey-dark) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-disabled {
  border-right-color: var(--bal-color-border-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-inverted-disabled {
  border-right-color: var(--bal-color-border-inverted-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-primary-light {
  border-right-color: var(--bal-color-border-primary-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-primary {
  border-right-color: var(--bal-color-border-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-primary-hover {
  border-right-color: var(--bal-color-border-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-primary-active {
  border-right-color: var(--bal-color-border-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-inverted-primary {
  border-right-color: var(--bal-color-border-inverted-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-inverted-primary-hover {
  border-right-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-inverted-primary-active {
  border-right-color: var(--bal-color-border-inverted-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-info {
  border-right-color: var(--bal-color-border-info-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-info-hover {
  border-right-color: var(--bal-color-border-info-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-info-active {
  border-right-color: var(--bal-color-border-info-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-success {
  border-right-color: var(--bal-color-border-success-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-success-hover {
  border-right-color: var(--bal-color-border-success-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-success-active {
  border-right-color: var(--bal-color-border-success-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-warning {
  border-right-color: var(--bal-color-border-warning-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-warning-hover {
  border-right-color: var(--bal-color-border-warning-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-warning-active {
  border-right-color: var(--bal-color-border-warning-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-danger {
  border-right-color: var(--bal-color-border-danger-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-danger-hover {
  border-right-color: var(--bal-color-border-danger-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-danger-active {
  border-right-color: var(--bal-color-border-danger-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-purple {
  border-right-color: var(--bal-color-border-purple-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-purple-hover {
  border-right-color: var(--bal-color-border-purple-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-purple-active {
  border-right-color: var(--bal-color-border-purple-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-green {
  border-right-color: var(--bal-color-border-green-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-green-hover {
  border-right-color: var(--bal-color-border-green-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-green-active {
  border-right-color: var(--bal-color-border-green-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-red {
  border-right-color: var(--bal-color-border-red-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-red-hover {
  border-right-color: var(--bal-color-border-red-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-red-active {
  border-right-color: var(--bal-color-border-red-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-yellow {
  border-right-color: var(--bal-color-border-yellow-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-yellow-hover {
  border-right-color: var(--bal-color-border-yellow-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-right-yellow-active {
  border-right-color: var(--bal-color-border-yellow-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right:focus {
  border-right-color: var(--bal-color-border-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right:hover {
  border-right-color: var(--bal-color-border-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right:active {
  border-right-color: var(--bal-color-border-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-white:focus {
  border-right-color: var(--bal-color-border-white) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-white:hover {
  border-right-color: var(--bal-color-border-white) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-white:active {
  border-right-color: var(--bal-color-border-white) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-inverted:focus {
  border-right-color: var(--bal-color-border-inverted) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-inverted:hover {
  border-right-color: var(--bal-color-border-inverted) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-inverted:active {
  border-right-color: var(--bal-color-border-inverted) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-grey-light:focus {
  border-right-color: var(--bal-color-border-grey-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-grey-light:hover {
  border-right-color: var(--bal-color-border-grey-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-grey-light:active {
  border-right-color: var(--bal-color-border-grey-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-grey:focus {
  border-right-color: var(--bal-color-border-grey-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-grey:hover {
  border-right-color: var(--bal-color-border-grey-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-grey:active {
  border-right-color: var(--bal-color-border-grey-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-grey-dark:focus {
  border-right-color: var(--bal-color-border-grey-dark) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-grey-dark:hover {
  border-right-color: var(--bal-color-border-grey-dark) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-grey-dark:active {
  border-right-color: var(--bal-color-border-grey-dark) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-disabled:focus {
  border-right-color: var(--bal-color-border-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-disabled:hover {
  border-right-color: var(--bal-color-border-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-disabled:active {
  border-right-color: var(--bal-color-border-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-inverted-disabled:focus {
  border-right-color: var(--bal-color-border-inverted-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-inverted-disabled:hover {
  border-right-color: var(--bal-color-border-inverted-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-inverted-disabled:active {
  border-right-color: var(--bal-color-border-inverted-disabled) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-primary-light:focus {
  border-right-color: var(--bal-color-border-primary-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-primary-light:hover {
  border-right-color: var(--bal-color-border-primary-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-primary-light:active {
  border-right-color: var(--bal-color-border-primary-light) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-primary:focus {
  border-right-color: var(--bal-color-border-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-primary:hover {
  border-right-color: var(--bal-color-border-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-primary:active {
  border-right-color: var(--bal-color-border-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-primary-hover:focus {
  border-right-color: var(--bal-color-border-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-primary-hover:hover {
  border-right-color: var(--bal-color-border-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-primary-hover:active {
  border-right-color: var(--bal-color-border-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-primary-active:focus {
  border-right-color: var(--bal-color-border-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-primary-active:hover {
  border-right-color: var(--bal-color-border-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-primary-active:active {
  border-right-color: var(--bal-color-border-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-inverted-primary:focus {
  border-right-color: var(--bal-color-border-inverted-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-inverted-primary:hover {
  border-right-color: var(--bal-color-border-inverted-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-inverted-primary:active {
  border-right-color: var(--bal-color-border-inverted-primary-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-inverted-primary-hover:focus {
  border-right-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-inverted-primary-hover:hover {
  border-right-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-inverted-primary-hover:active {
  border-right-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-inverted-primary-active:focus {
  border-right-color: var(--bal-color-border-inverted-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-inverted-primary-active:hover {
  border-right-color: var(--bal-color-border-inverted-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-inverted-primary-active:active {
  border-right-color: var(--bal-color-border-inverted-primary-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-info:focus {
  border-right-color: var(--bal-color-border-info-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-info:hover {
  border-right-color: var(--bal-color-border-info-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-info:active {
  border-right-color: var(--bal-color-border-info-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-info-hover:focus {
  border-right-color: var(--bal-color-border-info-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-info-hover:hover {
  border-right-color: var(--bal-color-border-info-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-info-hover:active {
  border-right-color: var(--bal-color-border-info-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-info-active:focus {
  border-right-color: var(--bal-color-border-info-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-info-active:hover {
  border-right-color: var(--bal-color-border-info-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-info-active:active {
  border-right-color: var(--bal-color-border-info-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-success:focus {
  border-right-color: var(--bal-color-border-success-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-success:hover {
  border-right-color: var(--bal-color-border-success-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-success:active {
  border-right-color: var(--bal-color-border-success-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-success-hover:focus {
  border-right-color: var(--bal-color-border-success-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-success-hover:hover {
  border-right-color: var(--bal-color-border-success-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-success-hover:active {
  border-right-color: var(--bal-color-border-success-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-success-active:focus {
  border-right-color: var(--bal-color-border-success-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-success-active:hover {
  border-right-color: var(--bal-color-border-success-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-success-active:active {
  border-right-color: var(--bal-color-border-success-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-warning:focus {
  border-right-color: var(--bal-color-border-warning-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-warning:hover {
  border-right-color: var(--bal-color-border-warning-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-warning:active {
  border-right-color: var(--bal-color-border-warning-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-warning-hover:focus {
  border-right-color: var(--bal-color-border-warning-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-warning-hover:hover {
  border-right-color: var(--bal-color-border-warning-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-warning-hover:active {
  border-right-color: var(--bal-color-border-warning-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-warning-active:focus {
  border-right-color: var(--bal-color-border-warning-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-warning-active:hover {
  border-right-color: var(--bal-color-border-warning-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-warning-active:active {
  border-right-color: var(--bal-color-border-warning-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-danger:focus {
  border-right-color: var(--bal-color-border-danger-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-danger:hover {
  border-right-color: var(--bal-color-border-danger-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-danger:active {
  border-right-color: var(--bal-color-border-danger-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-danger-hover:focus {
  border-right-color: var(--bal-color-border-danger-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-danger-hover:hover {
  border-right-color: var(--bal-color-border-danger-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-danger-hover:active {
  border-right-color: var(--bal-color-border-danger-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-danger-active:focus {
  border-right-color: var(--bal-color-border-danger-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-danger-active:hover {
  border-right-color: var(--bal-color-border-danger-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-danger-active:active {
  border-right-color: var(--bal-color-border-danger-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-purple:focus {
  border-right-color: var(--bal-color-border-purple-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-purple:hover {
  border-right-color: var(--bal-color-border-purple-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-purple:active {
  border-right-color: var(--bal-color-border-purple-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-purple-hover:focus {
  border-right-color: var(--bal-color-border-purple-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-purple-hover:hover {
  border-right-color: var(--bal-color-border-purple-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-purple-hover:active {
  border-right-color: var(--bal-color-border-purple-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-purple-active:focus {
  border-right-color: var(--bal-color-border-purple-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-purple-active:hover {
  border-right-color: var(--bal-color-border-purple-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-purple-active:active {
  border-right-color: var(--bal-color-border-purple-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-green:focus {
  border-right-color: var(--bal-color-border-green-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-green:hover {
  border-right-color: var(--bal-color-border-green-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-green:active {
  border-right-color: var(--bal-color-border-green-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-green-hover:focus {
  border-right-color: var(--bal-color-border-green-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-green-hover:hover {
  border-right-color: var(--bal-color-border-green-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-green-hover:active {
  border-right-color: var(--bal-color-border-green-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-green-active:focus {
  border-right-color: var(--bal-color-border-green-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-green-active:hover {
  border-right-color: var(--bal-color-border-green-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-green-active:active {
  border-right-color: var(--bal-color-border-green-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-red:focus {
  border-right-color: var(--bal-color-border-red-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-red:hover {
  border-right-color: var(--bal-color-border-red-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-red:active {
  border-right-color: var(--bal-color-border-red-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-red-hover:focus {
  border-right-color: var(--bal-color-border-red-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-red-hover:hover {
  border-right-color: var(--bal-color-border-red-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-red-hover:active {
  border-right-color: var(--bal-color-border-red-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-red-active:focus {
  border-right-color: var(--bal-color-border-red-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-red-active:hover {
  border-right-color: var(--bal-color-border-red-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-red-active:active {
  border-right-color: var(--bal-color-border-red-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-yellow:focus {
  border-right-color: var(--bal-color-border-yellow-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-yellow:hover {
  border-right-color: var(--bal-color-border-yellow-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-yellow:active {
  border-right-color: var(--bal-color-border-yellow-base) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-yellow-hover:focus {
  border-right-color: var(--bal-color-border-yellow-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-yellow-hover:hover {
  border-right-color: var(--bal-color-border-yellow-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-yellow-hover:active {
  border-right-color: var(--bal-color-border-yellow-hover) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.focus\:border-right-yellow-active:focus {
  border-right-color: var(--bal-color-border-yellow-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.hover\:border-right-yellow-active:hover {
  border-right-color: var(--bal-color-border-yellow-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.active\:border-right-yellow-active:active {
  border-right-color: var(--bal-color-border-yellow-active) !important;
  border-right-width: var(--bal-border-width-base) !important;
  border-right-style: solid;
}

.border-bottom {
  border-bottom-color: var(--bal-color-border-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-white {
  border-bottom-color: var(--bal-color-border-white) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-inverted {
  border-bottom-color: var(--bal-color-border-inverted) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-grey-light {
  border-bottom-color: var(--bal-color-border-grey-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-grey {
  border-bottom-color: var(--bal-color-border-grey-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-grey-dark {
  border-bottom-color: var(--bal-color-border-grey-dark) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-disabled {
  border-bottom-color: var(--bal-color-border-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-inverted-disabled {
  border-bottom-color: var(--bal-color-border-inverted-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-primary-light {
  border-bottom-color: var(--bal-color-border-primary-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-primary {
  border-bottom-color: var(--bal-color-border-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-primary-hover {
  border-bottom-color: var(--bal-color-border-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-primary-active {
  border-bottom-color: var(--bal-color-border-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-inverted-primary {
  border-bottom-color: var(--bal-color-border-inverted-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-inverted-primary-hover {
  border-bottom-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-inverted-primary-active {
  border-bottom-color: var(--bal-color-border-inverted-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-info {
  border-bottom-color: var(--bal-color-border-info-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-info-hover {
  border-bottom-color: var(--bal-color-border-info-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-info-active {
  border-bottom-color: var(--bal-color-border-info-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-success {
  border-bottom-color: var(--bal-color-border-success-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-success-hover {
  border-bottom-color: var(--bal-color-border-success-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-success-active {
  border-bottom-color: var(--bal-color-border-success-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-warning {
  border-bottom-color: var(--bal-color-border-warning-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-warning-hover {
  border-bottom-color: var(--bal-color-border-warning-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-warning-active {
  border-bottom-color: var(--bal-color-border-warning-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-danger {
  border-bottom-color: var(--bal-color-border-danger-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-danger-hover {
  border-bottom-color: var(--bal-color-border-danger-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-danger-active {
  border-bottom-color: var(--bal-color-border-danger-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-purple {
  border-bottom-color: var(--bal-color-border-purple-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-purple-hover {
  border-bottom-color: var(--bal-color-border-purple-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-purple-active {
  border-bottom-color: var(--bal-color-border-purple-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-green {
  border-bottom-color: var(--bal-color-border-green-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-green-hover {
  border-bottom-color: var(--bal-color-border-green-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-green-active {
  border-bottom-color: var(--bal-color-border-green-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-red {
  border-bottom-color: var(--bal-color-border-red-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-red-hover {
  border-bottom-color: var(--bal-color-border-red-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-red-active {
  border-bottom-color: var(--bal-color-border-red-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-yellow {
  border-bottom-color: var(--bal-color-border-yellow-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-yellow-hover {
  border-bottom-color: var(--bal-color-border-yellow-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-bottom-yellow-active {
  border-bottom-color: var(--bal-color-border-yellow-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom:focus {
  border-bottom-color: var(--bal-color-border-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom:hover {
  border-bottom-color: var(--bal-color-border-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom:active {
  border-bottom-color: var(--bal-color-border-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-white:focus {
  border-bottom-color: var(--bal-color-border-white) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-white:hover {
  border-bottom-color: var(--bal-color-border-white) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-white:active {
  border-bottom-color: var(--bal-color-border-white) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-inverted:focus {
  border-bottom-color: var(--bal-color-border-inverted) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-inverted:hover {
  border-bottom-color: var(--bal-color-border-inverted) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-inverted:active {
  border-bottom-color: var(--bal-color-border-inverted) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-grey-light:focus {
  border-bottom-color: var(--bal-color-border-grey-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-grey-light:hover {
  border-bottom-color: var(--bal-color-border-grey-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-grey-light:active {
  border-bottom-color: var(--bal-color-border-grey-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-grey:focus {
  border-bottom-color: var(--bal-color-border-grey-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-grey:hover {
  border-bottom-color: var(--bal-color-border-grey-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-grey:active {
  border-bottom-color: var(--bal-color-border-grey-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-grey-dark:focus {
  border-bottom-color: var(--bal-color-border-grey-dark) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-grey-dark:hover {
  border-bottom-color: var(--bal-color-border-grey-dark) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-grey-dark:active {
  border-bottom-color: var(--bal-color-border-grey-dark) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-disabled:focus {
  border-bottom-color: var(--bal-color-border-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-disabled:hover {
  border-bottom-color: var(--bal-color-border-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-disabled:active {
  border-bottom-color: var(--bal-color-border-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-inverted-disabled:focus {
  border-bottom-color: var(--bal-color-border-inverted-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-inverted-disabled:hover {
  border-bottom-color: var(--bal-color-border-inverted-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-inverted-disabled:active {
  border-bottom-color: var(--bal-color-border-inverted-disabled) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-primary-light:focus {
  border-bottom-color: var(--bal-color-border-primary-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-primary-light:hover {
  border-bottom-color: var(--bal-color-border-primary-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-primary-light:active {
  border-bottom-color: var(--bal-color-border-primary-light) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-primary:focus {
  border-bottom-color: var(--bal-color-border-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-primary:hover {
  border-bottom-color: var(--bal-color-border-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-primary:active {
  border-bottom-color: var(--bal-color-border-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-primary-hover:focus {
  border-bottom-color: var(--bal-color-border-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-primary-hover:hover {
  border-bottom-color: var(--bal-color-border-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-primary-hover:active {
  border-bottom-color: var(--bal-color-border-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-primary-active:focus {
  border-bottom-color: var(--bal-color-border-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-primary-active:hover {
  border-bottom-color: var(--bal-color-border-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-primary-active:active {
  border-bottom-color: var(--bal-color-border-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-inverted-primary:focus {
  border-bottom-color: var(--bal-color-border-inverted-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-inverted-primary:hover {
  border-bottom-color: var(--bal-color-border-inverted-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-inverted-primary:active {
  border-bottom-color: var(--bal-color-border-inverted-primary-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-inverted-primary-hover:focus {
  border-bottom-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-inverted-primary-hover:hover {
  border-bottom-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-inverted-primary-hover:active {
  border-bottom-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-inverted-primary-active:focus {
  border-bottom-color: var(--bal-color-border-inverted-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-inverted-primary-active:hover {
  border-bottom-color: var(--bal-color-border-inverted-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-inverted-primary-active:active {
  border-bottom-color: var(--bal-color-border-inverted-primary-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-info:focus {
  border-bottom-color: var(--bal-color-border-info-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-info:hover {
  border-bottom-color: var(--bal-color-border-info-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-info:active {
  border-bottom-color: var(--bal-color-border-info-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-info-hover:focus {
  border-bottom-color: var(--bal-color-border-info-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-info-hover:hover {
  border-bottom-color: var(--bal-color-border-info-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-info-hover:active {
  border-bottom-color: var(--bal-color-border-info-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-info-active:focus {
  border-bottom-color: var(--bal-color-border-info-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-info-active:hover {
  border-bottom-color: var(--bal-color-border-info-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-info-active:active {
  border-bottom-color: var(--bal-color-border-info-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-success:focus {
  border-bottom-color: var(--bal-color-border-success-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-success:hover {
  border-bottom-color: var(--bal-color-border-success-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-success:active {
  border-bottom-color: var(--bal-color-border-success-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-success-hover:focus {
  border-bottom-color: var(--bal-color-border-success-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-success-hover:hover {
  border-bottom-color: var(--bal-color-border-success-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-success-hover:active {
  border-bottom-color: var(--bal-color-border-success-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-success-active:focus {
  border-bottom-color: var(--bal-color-border-success-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-success-active:hover {
  border-bottom-color: var(--bal-color-border-success-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-success-active:active {
  border-bottom-color: var(--bal-color-border-success-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-warning:focus {
  border-bottom-color: var(--bal-color-border-warning-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-warning:hover {
  border-bottom-color: var(--bal-color-border-warning-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-warning:active {
  border-bottom-color: var(--bal-color-border-warning-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-warning-hover:focus {
  border-bottom-color: var(--bal-color-border-warning-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-warning-hover:hover {
  border-bottom-color: var(--bal-color-border-warning-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-warning-hover:active {
  border-bottom-color: var(--bal-color-border-warning-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-warning-active:focus {
  border-bottom-color: var(--bal-color-border-warning-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-warning-active:hover {
  border-bottom-color: var(--bal-color-border-warning-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-warning-active:active {
  border-bottom-color: var(--bal-color-border-warning-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-danger:focus {
  border-bottom-color: var(--bal-color-border-danger-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-danger:hover {
  border-bottom-color: var(--bal-color-border-danger-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-danger:active {
  border-bottom-color: var(--bal-color-border-danger-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-danger-hover:focus {
  border-bottom-color: var(--bal-color-border-danger-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-danger-hover:hover {
  border-bottom-color: var(--bal-color-border-danger-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-danger-hover:active {
  border-bottom-color: var(--bal-color-border-danger-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-danger-active:focus {
  border-bottom-color: var(--bal-color-border-danger-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-danger-active:hover {
  border-bottom-color: var(--bal-color-border-danger-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-danger-active:active {
  border-bottom-color: var(--bal-color-border-danger-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-purple:focus {
  border-bottom-color: var(--bal-color-border-purple-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-purple:hover {
  border-bottom-color: var(--bal-color-border-purple-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-purple:active {
  border-bottom-color: var(--bal-color-border-purple-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-purple-hover:focus {
  border-bottom-color: var(--bal-color-border-purple-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-purple-hover:hover {
  border-bottom-color: var(--bal-color-border-purple-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-purple-hover:active {
  border-bottom-color: var(--bal-color-border-purple-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-purple-active:focus {
  border-bottom-color: var(--bal-color-border-purple-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-purple-active:hover {
  border-bottom-color: var(--bal-color-border-purple-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-purple-active:active {
  border-bottom-color: var(--bal-color-border-purple-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-green:focus {
  border-bottom-color: var(--bal-color-border-green-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-green:hover {
  border-bottom-color: var(--bal-color-border-green-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-green:active {
  border-bottom-color: var(--bal-color-border-green-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-green-hover:focus {
  border-bottom-color: var(--bal-color-border-green-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-green-hover:hover {
  border-bottom-color: var(--bal-color-border-green-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-green-hover:active {
  border-bottom-color: var(--bal-color-border-green-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-green-active:focus {
  border-bottom-color: var(--bal-color-border-green-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-green-active:hover {
  border-bottom-color: var(--bal-color-border-green-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-green-active:active {
  border-bottom-color: var(--bal-color-border-green-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-red:focus {
  border-bottom-color: var(--bal-color-border-red-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-red:hover {
  border-bottom-color: var(--bal-color-border-red-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-red:active {
  border-bottom-color: var(--bal-color-border-red-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-red-hover:focus {
  border-bottom-color: var(--bal-color-border-red-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-red-hover:hover {
  border-bottom-color: var(--bal-color-border-red-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-red-hover:active {
  border-bottom-color: var(--bal-color-border-red-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-red-active:focus {
  border-bottom-color: var(--bal-color-border-red-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-red-active:hover {
  border-bottom-color: var(--bal-color-border-red-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-red-active:active {
  border-bottom-color: var(--bal-color-border-red-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-yellow:focus {
  border-bottom-color: var(--bal-color-border-yellow-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-yellow:hover {
  border-bottom-color: var(--bal-color-border-yellow-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-yellow:active {
  border-bottom-color: var(--bal-color-border-yellow-base) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-yellow-hover:focus {
  border-bottom-color: var(--bal-color-border-yellow-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-yellow-hover:hover {
  border-bottom-color: var(--bal-color-border-yellow-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-yellow-hover:active {
  border-bottom-color: var(--bal-color-border-yellow-hover) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.focus\:border-bottom-yellow-active:focus {
  border-bottom-color: var(--bal-color-border-yellow-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.hover\:border-bottom-yellow-active:hover {
  border-bottom-color: var(--bal-color-border-yellow-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.active\:border-bottom-yellow-active:active {
  border-bottom-color: var(--bal-color-border-yellow-active) !important;
  border-bottom-width: var(--bal-border-width-base) !important;
  border-bottom-style: solid;
}

.border-left {
  border-left-color: var(--bal-color-border-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-white {
  border-left-color: var(--bal-color-border-white) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-inverted {
  border-left-color: var(--bal-color-border-inverted) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-grey-light {
  border-left-color: var(--bal-color-border-grey-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-grey {
  border-left-color: var(--bal-color-border-grey-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-grey-dark {
  border-left-color: var(--bal-color-border-grey-dark) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-disabled {
  border-left-color: var(--bal-color-border-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-inverted-disabled {
  border-left-color: var(--bal-color-border-inverted-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-primary-light {
  border-left-color: var(--bal-color-border-primary-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-primary {
  border-left-color: var(--bal-color-border-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-primary-hover {
  border-left-color: var(--bal-color-border-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-primary-active {
  border-left-color: var(--bal-color-border-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-inverted-primary {
  border-left-color: var(--bal-color-border-inverted-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-inverted-primary-hover {
  border-left-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-inverted-primary-active {
  border-left-color: var(--bal-color-border-inverted-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-info {
  border-left-color: var(--bal-color-border-info-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-info-hover {
  border-left-color: var(--bal-color-border-info-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-info-active {
  border-left-color: var(--bal-color-border-info-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-success {
  border-left-color: var(--bal-color-border-success-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-success-hover {
  border-left-color: var(--bal-color-border-success-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-success-active {
  border-left-color: var(--bal-color-border-success-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-warning {
  border-left-color: var(--bal-color-border-warning-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-warning-hover {
  border-left-color: var(--bal-color-border-warning-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-warning-active {
  border-left-color: var(--bal-color-border-warning-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-danger {
  border-left-color: var(--bal-color-border-danger-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-danger-hover {
  border-left-color: var(--bal-color-border-danger-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-danger-active {
  border-left-color: var(--bal-color-border-danger-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-purple {
  border-left-color: var(--bal-color-border-purple-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-purple-hover {
  border-left-color: var(--bal-color-border-purple-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-purple-active {
  border-left-color: var(--bal-color-border-purple-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-green {
  border-left-color: var(--bal-color-border-green-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-green-hover {
  border-left-color: var(--bal-color-border-green-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-green-active {
  border-left-color: var(--bal-color-border-green-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-red {
  border-left-color: var(--bal-color-border-red-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-red-hover {
  border-left-color: var(--bal-color-border-red-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-red-active {
  border-left-color: var(--bal-color-border-red-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-yellow {
  border-left-color: var(--bal-color-border-yellow-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-yellow-hover {
  border-left-color: var(--bal-color-border-yellow-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-left-yellow-active {
  border-left-color: var(--bal-color-border-yellow-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left:focus {
  border-left-color: var(--bal-color-border-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left:hover {
  border-left-color: var(--bal-color-border-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left:active {
  border-left-color: var(--bal-color-border-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-white:focus {
  border-left-color: var(--bal-color-border-white) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-white:hover {
  border-left-color: var(--bal-color-border-white) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-white:active {
  border-left-color: var(--bal-color-border-white) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-inverted:focus {
  border-left-color: var(--bal-color-border-inverted) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-inverted:hover {
  border-left-color: var(--bal-color-border-inverted) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-inverted:active {
  border-left-color: var(--bal-color-border-inverted) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-grey-light:focus {
  border-left-color: var(--bal-color-border-grey-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-grey-light:hover {
  border-left-color: var(--bal-color-border-grey-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-grey-light:active {
  border-left-color: var(--bal-color-border-grey-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-grey:focus {
  border-left-color: var(--bal-color-border-grey-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-grey:hover {
  border-left-color: var(--bal-color-border-grey-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-grey:active {
  border-left-color: var(--bal-color-border-grey-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-grey-dark:focus {
  border-left-color: var(--bal-color-border-grey-dark) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-grey-dark:hover {
  border-left-color: var(--bal-color-border-grey-dark) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-grey-dark:active {
  border-left-color: var(--bal-color-border-grey-dark) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-disabled:focus {
  border-left-color: var(--bal-color-border-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-disabled:hover {
  border-left-color: var(--bal-color-border-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-disabled:active {
  border-left-color: var(--bal-color-border-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-inverted-disabled:focus {
  border-left-color: var(--bal-color-border-inverted-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-inverted-disabled:hover {
  border-left-color: var(--bal-color-border-inverted-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-inverted-disabled:active {
  border-left-color: var(--bal-color-border-inverted-disabled) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-primary-light:focus {
  border-left-color: var(--bal-color-border-primary-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-primary-light:hover {
  border-left-color: var(--bal-color-border-primary-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-primary-light:active {
  border-left-color: var(--bal-color-border-primary-light) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-primary:focus {
  border-left-color: var(--bal-color-border-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-primary:hover {
  border-left-color: var(--bal-color-border-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-primary:active {
  border-left-color: var(--bal-color-border-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-primary-hover:focus {
  border-left-color: var(--bal-color-border-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-primary-hover:hover {
  border-left-color: var(--bal-color-border-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-primary-hover:active {
  border-left-color: var(--bal-color-border-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-primary-active:focus {
  border-left-color: var(--bal-color-border-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-primary-active:hover {
  border-left-color: var(--bal-color-border-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-primary-active:active {
  border-left-color: var(--bal-color-border-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-inverted-primary:focus {
  border-left-color: var(--bal-color-border-inverted-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-inverted-primary:hover {
  border-left-color: var(--bal-color-border-inverted-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-inverted-primary:active {
  border-left-color: var(--bal-color-border-inverted-primary-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-inverted-primary-hover:focus {
  border-left-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-inverted-primary-hover:hover {
  border-left-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-inverted-primary-hover:active {
  border-left-color: var(--bal-color-border-inverted-primary-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-inverted-primary-active:focus {
  border-left-color: var(--bal-color-border-inverted-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-inverted-primary-active:hover {
  border-left-color: var(--bal-color-border-inverted-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-inverted-primary-active:active {
  border-left-color: var(--bal-color-border-inverted-primary-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-info:focus {
  border-left-color: var(--bal-color-border-info-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-info:hover {
  border-left-color: var(--bal-color-border-info-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-info:active {
  border-left-color: var(--bal-color-border-info-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-info-hover:focus {
  border-left-color: var(--bal-color-border-info-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-info-hover:hover {
  border-left-color: var(--bal-color-border-info-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-info-hover:active {
  border-left-color: var(--bal-color-border-info-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-info-active:focus {
  border-left-color: var(--bal-color-border-info-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-info-active:hover {
  border-left-color: var(--bal-color-border-info-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-info-active:active {
  border-left-color: var(--bal-color-border-info-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-success:focus {
  border-left-color: var(--bal-color-border-success-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-success:hover {
  border-left-color: var(--bal-color-border-success-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-success:active {
  border-left-color: var(--bal-color-border-success-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-success-hover:focus {
  border-left-color: var(--bal-color-border-success-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-success-hover:hover {
  border-left-color: var(--bal-color-border-success-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-success-hover:active {
  border-left-color: var(--bal-color-border-success-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-success-active:focus {
  border-left-color: var(--bal-color-border-success-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-success-active:hover {
  border-left-color: var(--bal-color-border-success-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-success-active:active {
  border-left-color: var(--bal-color-border-success-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-warning:focus {
  border-left-color: var(--bal-color-border-warning-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-warning:hover {
  border-left-color: var(--bal-color-border-warning-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-warning:active {
  border-left-color: var(--bal-color-border-warning-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-warning-hover:focus {
  border-left-color: var(--bal-color-border-warning-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-warning-hover:hover {
  border-left-color: var(--bal-color-border-warning-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-warning-hover:active {
  border-left-color: var(--bal-color-border-warning-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-warning-active:focus {
  border-left-color: var(--bal-color-border-warning-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-warning-active:hover {
  border-left-color: var(--bal-color-border-warning-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-warning-active:active {
  border-left-color: var(--bal-color-border-warning-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-danger:focus {
  border-left-color: var(--bal-color-border-danger-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-danger:hover {
  border-left-color: var(--bal-color-border-danger-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-danger:active {
  border-left-color: var(--bal-color-border-danger-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-danger-hover:focus {
  border-left-color: var(--bal-color-border-danger-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-danger-hover:hover {
  border-left-color: var(--bal-color-border-danger-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-danger-hover:active {
  border-left-color: var(--bal-color-border-danger-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-danger-active:focus {
  border-left-color: var(--bal-color-border-danger-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-danger-active:hover {
  border-left-color: var(--bal-color-border-danger-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-danger-active:active {
  border-left-color: var(--bal-color-border-danger-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-purple:focus {
  border-left-color: var(--bal-color-border-purple-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-purple:hover {
  border-left-color: var(--bal-color-border-purple-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-purple:active {
  border-left-color: var(--bal-color-border-purple-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-purple-hover:focus {
  border-left-color: var(--bal-color-border-purple-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-purple-hover:hover {
  border-left-color: var(--bal-color-border-purple-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-purple-hover:active {
  border-left-color: var(--bal-color-border-purple-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-purple-active:focus {
  border-left-color: var(--bal-color-border-purple-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-purple-active:hover {
  border-left-color: var(--bal-color-border-purple-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-purple-active:active {
  border-left-color: var(--bal-color-border-purple-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-green:focus {
  border-left-color: var(--bal-color-border-green-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-green:hover {
  border-left-color: var(--bal-color-border-green-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-green:active {
  border-left-color: var(--bal-color-border-green-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-green-hover:focus {
  border-left-color: var(--bal-color-border-green-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-green-hover:hover {
  border-left-color: var(--bal-color-border-green-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-green-hover:active {
  border-left-color: var(--bal-color-border-green-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-green-active:focus {
  border-left-color: var(--bal-color-border-green-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-green-active:hover {
  border-left-color: var(--bal-color-border-green-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-green-active:active {
  border-left-color: var(--bal-color-border-green-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-red:focus {
  border-left-color: var(--bal-color-border-red-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-red:hover {
  border-left-color: var(--bal-color-border-red-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-red:active {
  border-left-color: var(--bal-color-border-red-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-red-hover:focus {
  border-left-color: var(--bal-color-border-red-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-red-hover:hover {
  border-left-color: var(--bal-color-border-red-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-red-hover:active {
  border-left-color: var(--bal-color-border-red-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-red-active:focus {
  border-left-color: var(--bal-color-border-red-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-red-active:hover {
  border-left-color: var(--bal-color-border-red-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-red-active:active {
  border-left-color: var(--bal-color-border-red-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-yellow:focus {
  border-left-color: var(--bal-color-border-yellow-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-yellow:hover {
  border-left-color: var(--bal-color-border-yellow-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-yellow:active {
  border-left-color: var(--bal-color-border-yellow-base) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-yellow-hover:focus {
  border-left-color: var(--bal-color-border-yellow-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-yellow-hover:hover {
  border-left-color: var(--bal-color-border-yellow-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-yellow-hover:active {
  border-left-color: var(--bal-color-border-yellow-hover) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.focus\:border-left-yellow-active:focus {
  border-left-color: var(--bal-color-border-yellow-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.hover\:border-left-yellow-active:hover {
  border-left-color: var(--bal-color-border-yellow-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.active\:border-left-yellow-active:active {
  border-left-color: var(--bal-color-border-yellow-active) !important;
  border-left-width: var(--bal-border-width-base) !important;
  border-left-style: solid;
}

.border-width-small {
  border-width: var(--bal-border-width-small) !important;
}

.border-width {
  border-width: var(--bal-border-width-base) !important;
}

.border-width-large {
  border-width: var(--bal-border-width-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-width-small {
    border-width: var(--bal-border-width-small) !important;
  }
  .mobile\:border-width {
    border-width: var(--bal-border-width-base) !important;
  }
  .mobile\:border-width-large {
    border-width: var(--bal-border-width-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-width-small {
    border-width: var(--bal-border-width-small) !important;
  }
  .tablet\:border-width {
    border-width: var(--bal-border-width-base) !important;
  }
  .tablet\:border-width-large {
    border-width: var(--bal-border-width-large) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-width-small {
    border-width: var(--bal-border-width-small) !important;
  }
  .desktop\:border-width {
    border-width: var(--bal-border-width-base) !important;
  }
  .desktop\:border-width-large {
    border-width: var(--bal-border-width-large) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-width-small {
    border-width: var(--bal-border-width-small) !important;
  }
  .widescreen\:border-width {
    border-width: var(--bal-border-width-base) !important;
  }
  .widescreen\:border-width-large {
    border-width: var(--bal-border-width-large) !important;
  }
}
.radius-none {
  border-radius: 0 !important;
}

.radius-normal {
  border-radius: var(--bal-radius-base) !important;
}

.radius {
  border-radius: var(--bal-radius-base) !important;
}

.radius-large {
  border-radius: var(--bal-radius-large) !important;
}

.radius-rounded {
  border-radius: var(--bal-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-none {
    border-radius: 0 !important;
  }
  .mobile\:radius-normal {
    border-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius {
    border-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-large {
    border-radius: var(--bal-radius-large) !important;
  }
  .mobile\:radius-rounded {
    border-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-none {
    border-radius: 0 !important;
  }
  .tablet\:radius-normal {
    border-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius {
    border-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-large {
    border-radius: var(--bal-radius-large) !important;
  }
  .tablet\:radius-rounded {
    border-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-none {
    border-radius: 0 !important;
  }
  .desktop\:radius-normal {
    border-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius {
    border-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-large {
    border-radius: var(--bal-radius-large) !important;
  }
  .desktop\:radius-rounded {
    border-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-none {
    border-radius: 0 !important;
  }
  .widescreen\:radius-normal {
    border-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius {
    border-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-large {
    border-radius: var(--bal-radius-large) !important;
  }
  .widescreen\:radius-rounded {
    border-radius: var(--bal-radius-rounded) !important;
  }
}
.radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.radius-top-normal {
  border-top-left-radius: var(--bal-radius-base) !important;
  border-top-right-radius: var(--bal-radius-base) !important;
}

.radius-top {
  border-top-left-radius: var(--bal-radius-base) !important;
  border-top-right-radius: var(--bal-radius-base) !important;
}

.radius-top-large {
  border-top-left-radius: var(--bal-radius-large) !important;
  border-top-right-radius: var(--bal-radius-large) !important;
}

.radius-top-rounded {
  border-top-left-radius: var(--bal-radius-rounded) !important;
  border-top-right-radius: var(--bal-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mobile\:radius-top-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-top {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-top-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-top-right-radius: var(--bal-radius-large) !important;
  }
  .mobile\:radius-top-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-top-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet\:radius-top-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-top {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-top-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-top-right-radius: var(--bal-radius-large) !important;
  }
  .tablet\:radius-top-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-top-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .desktop\:radius-top-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-top {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-top-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-top-right-radius: var(--bal-radius-large) !important;
  }
  .desktop\:radius-top-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-top-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .widescreen\:radius-top-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-top {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-top-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-top-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-top-right-radius: var(--bal-radius-large) !important;
  }
  .widescreen\:radius-top-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-top-right-radius: var(--bal-radius-rounded) !important;
  }
}
.radius-left-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.radius-left-normal {
  border-top-left-radius: var(--bal-radius-base) !important;
  border-bottom-left-radius: var(--bal-radius-base) !important;
}

.radius-left {
  border-top-left-radius: var(--bal-radius-base) !important;
  border-bottom-left-radius: var(--bal-radius-base) !important;
}

.radius-left-large {
  border-top-left-radius: var(--bal-radius-large) !important;
  border-bottom-left-radius: var(--bal-radius-large) !important;
}

.radius-left-rounded {
  border-top-left-radius: var(--bal-radius-rounded) !important;
  border-bottom-left-radius: var(--bal-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mobile\:radius-left-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-left {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-left-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-bottom-left-radius: var(--bal-radius-large) !important;
  }
  .mobile\:radius-left-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .tablet\:radius-left-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-left {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-left-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-bottom-left-radius: var(--bal-radius-large) !important;
  }
  .tablet\:radius-left-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .desktop\:radius-left-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-left {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-left-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-bottom-left-radius: var(--bal-radius-large) !important;
  }
  .desktop\:radius-left-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-left-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .widescreen\:radius-left-normal {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-left {
    border-top-left-radius: var(--bal-radius-base) !important;
    border-bottom-left-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-left-large {
    border-top-left-radius: var(--bal-radius-large) !important;
    border-bottom-left-radius: var(--bal-radius-large) !important;
  }
  .widescreen\:radius-left-rounded {
    border-top-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
  }
}
.radius-right-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-right-normal {
  border-top-right-radius: var(--bal-radius-base) !important;
  border-bottom-right-radius: var(--bal-radius-base) !important;
}

.radius-right {
  border-top-right-radius: var(--bal-radius-base) !important;
  border-bottom-right-radius: var(--bal-radius-base) !important;
}

.radius-right-large {
  border-top-right-radius: var(--bal-radius-large) !important;
  border-bottom-right-radius: var(--bal-radius-large) !important;
}

.radius-right-rounded {
  border-top-right-radius: var(--bal-radius-rounded) !important;
  border-bottom-right-radius: var(--bal-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-right-normal {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-right {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-right-large {
    border-top-right-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .mobile\:radius-right-rounded {
    border-top-right-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-right-normal {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-right {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-right-large {
    border-top-right-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .tablet\:radius-right-rounded {
    border-top-right-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-right-normal {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-right {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-right-large {
    border-top-right-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .desktop\:radius-right-rounded {
    border-top-right-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-right-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-right-normal {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-right {
    border-top-right-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-right-large {
    border-top-right-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .widescreen\:radius-right-rounded {
    border-top-right-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
.radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.radius-bottom-normal {
  border-bottom-left-radius: var(--bal-radius-base) !important;
  border-bottom-right-radius: var(--bal-radius-base) !important;
}

.radius-bottom {
  border-bottom-left-radius: var(--bal-radius-base) !important;
  border-bottom-right-radius: var(--bal-radius-base) !important;
}

.radius-bottom-large {
  border-bottom-left-radius: var(--bal-radius-large) !important;
  border-bottom-right-radius: var(--bal-radius-large) !important;
}

.radius-bottom-rounded {
  border-bottom-left-radius: var(--bal-radius-rounded) !important;
  border-bottom-right-radius: var(--bal-radius-rounded) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mobile\:radius-bottom-normal {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-bottom {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .mobile\:radius-bottom-large {
    border-bottom-left-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .mobile\:radius-bottom-rounded {
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tablet\:radius-bottom-normal {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-bottom {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .tablet\:radius-bottom-large {
    border-bottom-left-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .tablet\:radius-bottom-rounded {
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .desktop\:radius-bottom-normal {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-bottom {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .desktop\:radius-bottom-large {
    border-bottom-left-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .desktop\:radius-bottom-rounded {
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:radius-bottom-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .widescreen\:radius-bottom-normal {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-bottom {
    border-bottom-left-radius: var(--bal-radius-base) !important;
    border-bottom-right-radius: var(--bal-radius-base) !important;
  }
  .widescreen\:radius-bottom-large {
    border-bottom-left-radius: var(--bal-radius-large) !important;
    border-bottom-right-radius: var(--bal-radius-large) !important;
  }
  .widescreen\:radius-bottom-rounded {
    border-bottom-left-radius: var(--bal-radius-rounded) !important;
    border-bottom-right-radius: var(--bal-radius-rounded) !important;
  }
}
.border-none {
  border-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-none {
    border-width: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-none {
    border-width: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-none {
    border-width: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-none {
    border-width: 0 !important;
  }
}
.border-top-none {
  border-top-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-top-none {
    border-top-width: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-top-none {
    border-top-width: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-top-none {
    border-top-width: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-top-none {
    border-top-width: 0 !important;
  }
}
.border-right-none {
  border-right-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-right-none {
    border-right-width: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-right-none {
    border-right-width: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-right-none {
    border-right-width: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-right-none {
    border-right-width: 0 !important;
  }
}
.border-bottom-none {
  border-bottom-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-bottom-none {
    border-bottom-width: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-bottom-none {
    border-bottom-width: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-bottom-none {
    border-bottom-width: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-bottom-none {
    border-bottom-width: 0 !important;
  }
}
.border-left-none {
  border-left-width: 0 !important;
}

@media screen and (max-width: 768px) {
  .mobile\:border-left-none {
    border-left-width: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:border-left-none {
    border-left-width: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:border-left-none {
    border-left-width: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:border-left-none {
    border-left-width: 0 !important;
  }
}
.opacity-0 {
  opacity: var(--bal-opacity-0) !important;
}

.opacity-30 {
  opacity: var(--bal-opacity-30) !important;
}

.opacity-40 {
  opacity: var(--bal-opacity-40) !important;
}

.opacity-50 {
  opacity: var(--bal-opacity-50) !important;
}

.opacity-60 {
  opacity: var(--bal-opacity-60) !important;
}

.opacity-80 {
  opacity: var(--bal-opacity-80) !important;
}

.opacity-100 {
  opacity: var(--bal-opacity-100) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-normal {
  box-shadow: var(--bal-shadow-base) !important;
}

.shadow-small {
  box-shadow: var(--bal-shadow-small) !important;
}

.shadow {
  box-shadow: var(--bal-shadow-base) !important;
}

.shadow-large {
  box-shadow: var(--bal-shadow-large) !important;
}

.shadow-header {
  box-shadow: var(--bal-shadow-header) !important;
}

.shadow-outline {
  box-shadow: var(--bal-shadow-outline-base) !important;
}

.shadow-outline-inset {
  box-shadow: var(--bal-shadow-outline-base-inset) !important;
}

.shadow-outline-inverted {
  box-shadow: var(--bal-shadow-outline-inverted) !important;
}

.shadow-outline-inverted-inset {
  box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
}

.shadow-text {
  box-shadow: var(--bal-shadow-text-base) !important;
}

.focus\:shadow-none:focus {
  box-shadow: none !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.active\:shadow-none:active {
  box-shadow: none !important;
}

.focus\:shadow-normal:focus {
  box-shadow: var(--bal-shadow-base) !important;
}

.hover\:shadow-normal:hover {
  box-shadow: var(--bal-shadow-base) !important;
}

.active\:shadow-normal:active {
  box-shadow: var(--bal-shadow-base) !important;
}

.focus\:shadow-small:focus {
  box-shadow: var(--bal-shadow-small) !important;
}

.hover\:shadow-small:hover {
  box-shadow: var(--bal-shadow-small) !important;
}

.active\:shadow-small:active {
  box-shadow: var(--bal-shadow-small) !important;
}

.focus\:shadow:focus {
  box-shadow: var(--bal-shadow-base) !important;
}

.hover\:shadow:hover {
  box-shadow: var(--bal-shadow-base) !important;
}

.active\:shadow:active {
  box-shadow: var(--bal-shadow-base) !important;
}

.focus\:shadow-large:focus {
  box-shadow: var(--bal-shadow-large) !important;
}

.hover\:shadow-large:hover {
  box-shadow: var(--bal-shadow-large) !important;
}

.active\:shadow-large:active {
  box-shadow: var(--bal-shadow-large) !important;
}

.focus\:shadow-header:focus {
  box-shadow: var(--bal-shadow-header) !important;
}

.hover\:shadow-header:hover {
  box-shadow: var(--bal-shadow-header) !important;
}

.active\:shadow-header:active {
  box-shadow: var(--bal-shadow-header) !important;
}

.focus\:shadow-outline:focus {
  box-shadow: var(--bal-shadow-outline-base) !important;
}

.hover\:shadow-outline:hover {
  box-shadow: var(--bal-shadow-outline-base) !important;
}

.active\:shadow-outline:active {
  box-shadow: var(--bal-shadow-outline-base) !important;
}

.focus\:shadow-outline-inset:focus {
  box-shadow: var(--bal-shadow-outline-base-inset) !important;
}

.hover\:shadow-outline-inset:hover {
  box-shadow: var(--bal-shadow-outline-base-inset) !important;
}

.active\:shadow-outline-inset:active {
  box-shadow: var(--bal-shadow-outline-base-inset) !important;
}

.focus\:shadow-outline-inverted:focus {
  box-shadow: var(--bal-shadow-outline-inverted) !important;
}

.hover\:shadow-outline-inverted:hover {
  box-shadow: var(--bal-shadow-outline-inverted) !important;
}

.active\:shadow-outline-inverted:active {
  box-shadow: var(--bal-shadow-outline-inverted) !important;
}

.focus\:shadow-outline-inverted-inset:focus {
  box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
}

.hover\:shadow-outline-inverted-inset:hover {
  box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
}

.active\:shadow-outline-inverted-inset:active {
  box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
}

.focus\:shadow-text:focus {
  box-shadow: var(--bal-shadow-text-base) !important;
}

.hover\:shadow-text:hover {
  box-shadow: var(--bal-shadow-text-base) !important;
}

.active\:shadow-text:active {
  box-shadow: var(--bal-shadow-text-base) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:shadow-none {
    box-shadow: none !important;
  }
  .mobile\:shadow-normal {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:shadow-small {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .mobile\:shadow {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:shadow-large {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .mobile\:shadow-header {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .mobile\:shadow-outline {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .mobile\:shadow-outline-inset {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .mobile\:shadow-outline-inverted {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .mobile\:shadow-outline-inverted-inset {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .mobile\:shadow-text {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .mobile\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .mobile\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .mobile\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .mobile\:focus\:shadow-normal:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:hover\:shadow-normal:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:active\:shadow-normal:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:focus\:shadow-small:focus {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .mobile\:hover\:shadow-small:hover {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .mobile\:active\:shadow-small:active {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .mobile\:focus\:shadow:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:hover\:shadow:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:active\:shadow:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .mobile\:focus\:shadow-large:focus {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .mobile\:hover\:shadow-large:hover {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .mobile\:active\:shadow-large:active {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .mobile\:focus\:shadow-header:focus {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .mobile\:hover\:shadow-header:hover {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .mobile\:active\:shadow-header:active {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .mobile\:focus\:shadow-outline:focus {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .mobile\:hover\:shadow-outline:hover {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .mobile\:active\:shadow-outline:active {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .mobile\:focus\:shadow-outline-inset:focus {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .mobile\:hover\:shadow-outline-inset:hover {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .mobile\:active\:shadow-outline-inset:active {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .mobile\:focus\:shadow-outline-inverted:focus {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .mobile\:hover\:shadow-outline-inverted:hover {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .mobile\:active\:shadow-outline-inverted:active {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .mobile\:focus\:shadow-outline-inverted-inset:focus {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .mobile\:hover\:shadow-outline-inverted-inset:hover {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .mobile\:active\:shadow-outline-inverted-inset:active {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .mobile\:focus\:shadow-text:focus {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .mobile\:hover\:shadow-text:hover {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .mobile\:active\:shadow-text:active {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:shadow-none {
    box-shadow: none !important;
  }
  .tablet\:shadow-normal {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:shadow-small {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .tablet\:shadow {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:shadow-large {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .tablet\:shadow-header {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .tablet\:shadow-outline {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .tablet\:shadow-outline-inset {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .tablet\:shadow-outline-inverted {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .tablet\:shadow-outline-inverted-inset {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .tablet\:shadow-text {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .tablet\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .tablet\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .tablet\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .tablet\:focus\:shadow-normal:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:hover\:shadow-normal:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:active\:shadow-normal:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:focus\:shadow-small:focus {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .tablet\:hover\:shadow-small:hover {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .tablet\:active\:shadow-small:active {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .tablet\:focus\:shadow:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:hover\:shadow:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:active\:shadow:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .tablet\:focus\:shadow-large:focus {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .tablet\:hover\:shadow-large:hover {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .tablet\:active\:shadow-large:active {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .tablet\:focus\:shadow-header:focus {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .tablet\:hover\:shadow-header:hover {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .tablet\:active\:shadow-header:active {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .tablet\:focus\:shadow-outline:focus {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .tablet\:hover\:shadow-outline:hover {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .tablet\:active\:shadow-outline:active {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .tablet\:focus\:shadow-outline-inset:focus {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .tablet\:hover\:shadow-outline-inset:hover {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .tablet\:active\:shadow-outline-inset:active {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .tablet\:focus\:shadow-outline-inverted:focus {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .tablet\:hover\:shadow-outline-inverted:hover {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .tablet\:active\:shadow-outline-inverted:active {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .tablet\:focus\:shadow-outline-inverted-inset:focus {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .tablet\:hover\:shadow-outline-inverted-inset:hover {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .tablet\:active\:shadow-outline-inverted-inset:active {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .tablet\:focus\:shadow-text:focus {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .tablet\:hover\:shadow-text:hover {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .tablet\:active\:shadow-text:active {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:shadow-none {
    box-shadow: none !important;
  }
  .desktop\:shadow-normal {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:shadow-small {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .desktop\:shadow {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:shadow-large {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .desktop\:shadow-header {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .desktop\:shadow-outline {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .desktop\:shadow-outline-inset {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .desktop\:shadow-outline-inverted {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .desktop\:shadow-outline-inverted-inset {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .desktop\:shadow-text {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .desktop\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .desktop\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .desktop\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .desktop\:focus\:shadow-normal:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:hover\:shadow-normal:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:active\:shadow-normal:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:focus\:shadow-small:focus {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .desktop\:hover\:shadow-small:hover {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .desktop\:active\:shadow-small:active {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .desktop\:focus\:shadow:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:hover\:shadow:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:active\:shadow:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .desktop\:focus\:shadow-large:focus {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .desktop\:hover\:shadow-large:hover {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .desktop\:active\:shadow-large:active {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .desktop\:focus\:shadow-header:focus {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .desktop\:hover\:shadow-header:hover {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .desktop\:active\:shadow-header:active {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .desktop\:focus\:shadow-outline:focus {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .desktop\:hover\:shadow-outline:hover {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .desktop\:active\:shadow-outline:active {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .desktop\:focus\:shadow-outline-inset:focus {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .desktop\:hover\:shadow-outline-inset:hover {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .desktop\:active\:shadow-outline-inset:active {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .desktop\:focus\:shadow-outline-inverted:focus {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .desktop\:hover\:shadow-outline-inverted:hover {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .desktop\:active\:shadow-outline-inverted:active {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .desktop\:focus\:shadow-outline-inverted-inset:focus {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .desktop\:hover\:shadow-outline-inverted-inset:hover {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .desktop\:active\:shadow-outline-inverted-inset:active {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .desktop\:focus\:shadow-text:focus {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .desktop\:hover\:shadow-text:hover {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .desktop\:active\:shadow-text:active {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:shadow-none {
    box-shadow: none !important;
  }
  .widescreen\:shadow-normal {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:shadow-small {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .widescreen\:shadow {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:shadow-large {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .widescreen\:shadow-header {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .widescreen\:shadow-outline {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .widescreen\:shadow-outline-inset {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .widescreen\:shadow-outline-inverted {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .widescreen\:shadow-outline-inverted-inset {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .widescreen\:shadow-text {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .widescreen\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .widescreen\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .widescreen\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .widescreen\:focus\:shadow-normal:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:hover\:shadow-normal:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:active\:shadow-normal:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:focus\:shadow-small:focus {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .widescreen\:hover\:shadow-small:hover {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .widescreen\:active\:shadow-small:active {
    box-shadow: var(--bal-shadow-small) !important;
  }
  .widescreen\:focus\:shadow:focus {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:hover\:shadow:hover {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:active\:shadow:active {
    box-shadow: var(--bal-shadow-base) !important;
  }
  .widescreen\:focus\:shadow-large:focus {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .widescreen\:hover\:shadow-large:hover {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .widescreen\:active\:shadow-large:active {
    box-shadow: var(--bal-shadow-large) !important;
  }
  .widescreen\:focus\:shadow-header:focus {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .widescreen\:hover\:shadow-header:hover {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .widescreen\:active\:shadow-header:active {
    box-shadow: var(--bal-shadow-header) !important;
  }
  .widescreen\:focus\:shadow-outline:focus {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .widescreen\:hover\:shadow-outline:hover {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .widescreen\:active\:shadow-outline:active {
    box-shadow: var(--bal-shadow-outline-base) !important;
  }
  .widescreen\:focus\:shadow-outline-inset:focus {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .widescreen\:hover\:shadow-outline-inset:hover {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .widescreen\:active\:shadow-outline-inset:active {
    box-shadow: var(--bal-shadow-outline-base-inset) !important;
  }
  .widescreen\:focus\:shadow-outline-inverted:focus {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .widescreen\:hover\:shadow-outline-inverted:hover {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .widescreen\:active\:shadow-outline-inverted:active {
    box-shadow: var(--bal-shadow-outline-inverted) !important;
  }
  .widescreen\:focus\:shadow-outline-inverted-inset:focus {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .widescreen\:hover\:shadow-outline-inverted-inset:hover {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .widescreen\:active\:shadow-outline-inverted-inset:active {
    box-shadow: var(--bal-shadow-outline-inverted-inset) !important;
  }
  .widescreen\:focus\:shadow-text:focus {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .widescreen\:hover\:shadow-text:hover {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
  .widescreen\:active\:shadow-text:active {
    box-shadow: var(--bal-shadow-text-base) !important;
  }
}
.text-shadow-normal {
  text-shadow: var(--bal-shadow-text-base) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:text-shadow-normal {
    text-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-shadow-normal {
    text-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-shadow-normal {
    text-shadow: var(--bal-shadow-text-base) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-shadow-normal {
    text-shadow: var(--bal-shadow-text-base) !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-baseline {
  align-content: baseline !important;
}

.align-content-space-between {
  align-content: space-between !important;
}

.align-content-space-around {
  align-content: space-around !important;
}

.align-content-space-evenly {
  align-content: space-evenly !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-content-start {
    align-content: flex-start !important;
  }
  .mobile\:align-content-end {
    align-content: flex-end !important;
  }
  .mobile\:align-content-center {
    align-content: center !important;
  }
  .mobile\:align-content-baseline {
    align-content: baseline !important;
  }
  .mobile\:align-content-space-between {
    align-content: space-between !important;
  }
  .mobile\:align-content-space-around {
    align-content: space-around !important;
  }
  .mobile\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-content-start {
    align-content: flex-start !important;
  }
  .tablet\:align-content-end {
    align-content: flex-end !important;
  }
  .tablet\:align-content-center {
    align-content: center !important;
  }
  .tablet\:align-content-baseline {
    align-content: baseline !important;
  }
  .tablet\:align-content-space-between {
    align-content: space-between !important;
  }
  .tablet\:align-content-space-around {
    align-content: space-around !important;
  }
  .tablet\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-content-start {
    align-content: flex-start !important;
  }
  .desktop\:align-content-end {
    align-content: flex-end !important;
  }
  .desktop\:align-content-center {
    align-content: center !important;
  }
  .desktop\:align-content-baseline {
    align-content: baseline !important;
  }
  .desktop\:align-content-space-between {
    align-content: space-between !important;
  }
  .desktop\:align-content-space-around {
    align-content: space-around !important;
  }
  .desktop\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-content-start {
    align-content: flex-start !important;
  }
  .widescreen\:align-content-end {
    align-content: flex-end !important;
  }
  .widescreen\:align-content-center {
    align-content: center !important;
  }
  .widescreen\:align-content-baseline {
    align-content: baseline !important;
  }
  .widescreen\:align-content-space-between {
    align-content: space-between !important;
  }
  .widescreen\:align-content-space-around {
    align-content: space-around !important;
  }
  .widescreen\:align-content-space-evenly {
    align-content: space-evenly !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-items-start {
    align-items: flex-start !important;
  }
  .mobile\:align-items-end {
    align-items: flex-end !important;
  }
  .mobile\:align-items-center {
    align-items: center !important;
  }
  .mobile\:align-items-stretch {
    align-items: stretch !important;
  }
  .mobile\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-items-start {
    align-items: flex-start !important;
  }
  .tablet\:align-items-end {
    align-items: flex-end !important;
  }
  .tablet\:align-items-center {
    align-items: center !important;
  }
  .tablet\:align-items-stretch {
    align-items: stretch !important;
  }
  .tablet\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-items-start {
    align-items: flex-start !important;
  }
  .desktop\:align-items-end {
    align-items: flex-end !important;
  }
  .desktop\:align-items-center {
    align-items: center !important;
  }
  .desktop\:align-items-stretch {
    align-items: stretch !important;
  }
  .desktop\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-items-start {
    align-items: flex-start !important;
  }
  .widescreen\:align-items-end {
    align-items: flex-end !important;
  }
  .widescreen\:align-items-center {
    align-items: center !important;
  }
  .widescreen\:align-items-stretch {
    align-items: stretch !important;
  }
  .widescreen\:align-items-baseline {
    align-items: baseline !important;
  }
}
.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

@media screen and (max-width: 768px) {
  .mobile\:align-self-start {
    align-self: flex-start !important;
  }
  .mobile\:align-self-end {
    align-self: flex-end !important;
  }
  .mobile\:align-self-center {
    align-self: center !important;
  }
  .mobile\:align-self-stretch {
    align-self: stretch !important;
  }
  .mobile\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:align-self-start {
    align-self: flex-start !important;
  }
  .tablet\:align-self-end {
    align-self: flex-end !important;
  }
  .tablet\:align-self-center {
    align-self: center !important;
  }
  .tablet\:align-self-stretch {
    align-self: stretch !important;
  }
  .tablet\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:align-self-start {
    align-self: flex-start !important;
  }
  .desktop\:align-self-end {
    align-self: flex-end !important;
  }
  .desktop\:align-self-center {
    align-self: center !important;
  }
  .desktop\:align-self-stretch {
    align-self: stretch !important;
  }
  .desktop\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:align-self-start {
    align-self: flex-start !important;
  }
  .widescreen\:align-self-end {
    align-self: flex-end !important;
  }
  .widescreen\:align-self-center {
    align-self: center !important;
  }
  .widescreen\:align-self-stretch {
    align-self: stretch !important;
  }
  .widescreen\:align-self-baseline {
    align-self: baseline !important;
  }
}
.flex-direction-row {
  flex-direction: row !important;
}

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

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

@media screen and (max-width: 768px) {
  .mobile\:flex-direction-row {
    flex-direction: row !important;
  }
  .mobile\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .mobile\:flex-direction-column {
    flex-direction: column !important;
  }
  .mobile\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-direction-row {
    flex-direction: row !important;
  }
  .tablet\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tablet\:flex-direction-column {
    flex-direction: column !important;
  }
  .tablet\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-direction-row {
    flex-direction: row !important;
  }
  .desktop\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .desktop\:flex-direction-column {
    flex-direction: column !important;
  }
  .desktop\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-direction-row {
    flex-direction: row !important;
  }
  .widescreen\:flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
  .widescreen\:flex-direction-column {
    flex-direction: column !important;
  }
  .widescreen\:flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}

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

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

@media screen and (max-width: 768px) {
  .mobile\:flex-1 {
    flex: 1 1 0% !important;
  }
  .mobile\:flex-auto {
    flex: 1 1 auto !important;
  }
  .mobile\:flex-initial {
    flex: 0 1 auto !important;
  }
  .mobile\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-1 {
    flex: 1 1 0% !important;
  }
  .tablet\:flex-auto {
    flex: 1 1 auto !important;
  }
  .tablet\:flex-initial {
    flex: 0 1 auto !important;
  }
  .tablet\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-1 {
    flex: 1 1 0% !important;
  }
  .desktop\:flex-auto {
    flex: 1 1 auto !important;
  }
  .desktop\:flex-initial {
    flex: 0 1 auto !important;
  }
  .desktop\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-1 {
    flex: 1 1 0% !important;
  }
  .widescreen\:flex-auto {
    flex: 1 1 auto !important;
  }
  .widescreen\:flex-initial {
    flex: 0 1 auto !important;
  }
  .widescreen\:flex-none {
    flex: none !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-space-around {
  justify-content: space-around !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

@media screen and (max-width: 768px) {
  .mobile\:justify-content-start {
    justify-content: flex-start !important;
  }
  .mobile\:justify-content-end {
    justify-content: flex-end !important;
  }
  .mobile\:justify-content-center {
    justify-content: center !important;
  }
  .mobile\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .mobile\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .mobile\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:justify-content-start {
    justify-content: flex-start !important;
  }
  .tablet\:justify-content-end {
    justify-content: flex-end !important;
  }
  .tablet\:justify-content-center {
    justify-content: center !important;
  }
  .tablet\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .tablet\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .tablet\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:justify-content-start {
    justify-content: flex-start !important;
  }
  .desktop\:justify-content-end {
    justify-content: flex-end !important;
  }
  .desktop\:justify-content-center {
    justify-content: center !important;
  }
  .desktop\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .desktop\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .desktop\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:justify-content-start {
    justify-content: flex-start !important;
  }
  .widescreen\:justify-content-end {
    justify-content: flex-end !important;
  }
  .widescreen\:justify-content-center {
    justify-content: center !important;
  }
  .widescreen\:justify-content-space-between {
    justify-content: space-between !important;
  }
  .widescreen\:justify-content-space-around {
    justify-content: space-around !important;
  }
  .widescreen\:justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

@media screen and (max-width: 768px) {
  .mobile\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .mobile\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .desktop\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .widescreen\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .widescreen\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.gap-none {
  gap: 0 !important;
}

.gap-auto {
  gap: auto !important;
}

.gap-xxx-small {
  gap: var(--bal-space-xxx-small) !important;
}

.gap-xx-small {
  gap: var(--bal-space-xx-small) !important;
}

.gap-x-small {
  gap: var(--bal-space-x-small) !important;
}

.gap-small {
  gap: var(--bal-space-small) !important;
}

.gap-normal {
  gap: var(--bal-space-normal) !important;
}

.gap-medium {
  gap: var(--bal-space-medium) !important;
}

.gap-large {
  gap: var(--bal-space-large) !important;
}

.gap-x-large {
  gap: var(--bal-space-x-large) !important;
}

.gap-xx-large {
  gap: var(--bal-space-xx-large) !important;
}

.gap-xxx-large {
  gap: var(--bal-space-xxx-large) !important;
}

.gap-xxxx-large {
  gap: var(--bal-space-xxxx-large) !important;
}

.row-gap-none {
  row-gap: 0 !important;
}

.row-gap-auto {
  row-gap: auto !important;
}

.row-gap-xxx-small {
  row-gap: var(--bal-space-xxx-small) !important;
}

.row-gap-xx-small {
  row-gap: var(--bal-space-xx-small) !important;
}

.row-gap-x-small {
  row-gap: var(--bal-space-x-small) !important;
}

.row-gap-small {
  row-gap: var(--bal-space-small) !important;
}

.row-gap-normal {
  row-gap: var(--bal-space-normal) !important;
}

.row-gap-medium {
  row-gap: var(--bal-space-medium) !important;
}

.row-gap-large {
  row-gap: var(--bal-space-large) !important;
}

.row-gap-x-large {
  row-gap: var(--bal-space-x-large) !important;
}

.row-gap-xx-large {
  row-gap: var(--bal-space-xx-large) !important;
}

.row-gap-xxx-large {
  row-gap: var(--bal-space-xxx-large) !important;
}

.row-gap-xxxx-large {
  row-gap: var(--bal-space-xxxx-large) !important;
}

.column-gap-none {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-auto {
  -moz-column-gap: auto !important;
       column-gap: auto !important;
}

.column-gap-xxx-small {
  -moz-column-gap: var(--bal-space-xxx-small) !important;
       column-gap: var(--bal-space-xxx-small) !important;
}

.column-gap-xx-small {
  -moz-column-gap: var(--bal-space-xx-small) !important;
       column-gap: var(--bal-space-xx-small) !important;
}

.column-gap-x-small {
  -moz-column-gap: var(--bal-space-x-small) !important;
       column-gap: var(--bal-space-x-small) !important;
}

.column-gap-small {
  -moz-column-gap: var(--bal-space-small) !important;
       column-gap: var(--bal-space-small) !important;
}

.column-gap-normal {
  -moz-column-gap: var(--bal-space-normal) !important;
       column-gap: var(--bal-space-normal) !important;
}

.column-gap-medium {
  -moz-column-gap: var(--bal-space-medium) !important;
       column-gap: var(--bal-space-medium) !important;
}

.column-gap-large {
  -moz-column-gap: var(--bal-space-large) !important;
       column-gap: var(--bal-space-large) !important;
}

.column-gap-x-large {
  -moz-column-gap: var(--bal-space-x-large) !important;
       column-gap: var(--bal-space-x-large) !important;
}

.column-gap-xx-large {
  -moz-column-gap: var(--bal-space-xx-large) !important;
       column-gap: var(--bal-space-xx-large) !important;
}

.column-gap-xxx-large {
  -moz-column-gap: var(--bal-space-xxx-large) !important;
       column-gap: var(--bal-space-xxx-large) !important;
}

.column-gap-xxxx-large {
  -moz-column-gap: var(--bal-space-xxxx-large) !important;
       column-gap: var(--bal-space-xxxx-large) !important;
}

@media screen and (min-width: 769px), print {
  .gap-xxx-small {
    gap: var(--bal-space-xxx-small-tablet) !important;
  }
  .gap-xx-small {
    gap: var(--bal-space-xx-small-tablet) !important;
  }
  .gap-x-small {
    gap: var(--bal-space-x-small-tablet) !important;
  }
  .gap-small {
    gap: var(--bal-space-small-tablet) !important;
  }
  .gap-normal {
    gap: var(--bal-space-normal-tablet) !important;
  }
  .gap-medium {
    gap: var(--bal-space-medium-tablet) !important;
  }
  .gap-large {
    gap: var(--bal-space-large-tablet) !important;
  }
  .gap-x-large {
    gap: var(--bal-space-x-large-tablet) !important;
  }
  .gap-xx-large {
    gap: var(--bal-space-xx-large-tablet) !important;
  }
  .gap-xxx-large {
    gap: var(--bal-space-xxx-large-tablet) !important;
  }
  .gap-xxxx-large {
    gap: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 769px), print {
  .row-gap-xxx-small {
    row-gap: var(--bal-space-xxx-small-tablet) !important;
  }
  .row-gap-xx-small {
    row-gap: var(--bal-space-xx-small-tablet) !important;
  }
  .row-gap-x-small {
    row-gap: var(--bal-space-x-small-tablet) !important;
  }
  .row-gap-small {
    row-gap: var(--bal-space-small-tablet) !important;
  }
  .row-gap-normal {
    row-gap: var(--bal-space-normal-tablet) !important;
  }
  .row-gap-medium {
    row-gap: var(--bal-space-medium-tablet) !important;
  }
  .row-gap-large {
    row-gap: var(--bal-space-large-tablet) !important;
  }
  .row-gap-x-large {
    row-gap: var(--bal-space-x-large-tablet) !important;
  }
  .row-gap-xx-large {
    row-gap: var(--bal-space-xx-large-tablet) !important;
  }
  .row-gap-xxx-large {
    row-gap: var(--bal-space-xxx-large-tablet) !important;
  }
  .row-gap-xxxx-large {
    row-gap: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 769px), print {
  .column-gap-xxx-small {
    -moz-column-gap: var(--bal-space-xxx-small-tablet) !important;
         column-gap: var(--bal-space-xxx-small-tablet) !important;
  }
  .column-gap-xx-small {
    -moz-column-gap: var(--bal-space-xx-small-tablet) !important;
         column-gap: var(--bal-space-xx-small-tablet) !important;
  }
  .column-gap-x-small {
    -moz-column-gap: var(--bal-space-x-small-tablet) !important;
         column-gap: var(--bal-space-x-small-tablet) !important;
  }
  .column-gap-small {
    -moz-column-gap: var(--bal-space-small-tablet) !important;
         column-gap: var(--bal-space-small-tablet) !important;
  }
  .column-gap-normal {
    -moz-column-gap: var(--bal-space-normal-tablet) !important;
         column-gap: var(--bal-space-normal-tablet) !important;
  }
  .column-gap-medium {
    -moz-column-gap: var(--bal-space-medium-tablet) !important;
         column-gap: var(--bal-space-medium-tablet) !important;
  }
  .column-gap-large {
    -moz-column-gap: var(--bal-space-large-tablet) !important;
         column-gap: var(--bal-space-large-tablet) !important;
  }
  .column-gap-x-large {
    -moz-column-gap: var(--bal-space-x-large-tablet) !important;
         column-gap: var(--bal-space-x-large-tablet) !important;
  }
  .column-gap-xx-large {
    -moz-column-gap: var(--bal-space-xx-large-tablet) !important;
         column-gap: var(--bal-space-xx-large-tablet) !important;
  }
  .column-gap-xxx-large {
    -moz-column-gap: var(--bal-space-xxx-large-tablet) !important;
         column-gap: var(--bal-space-xxx-large-tablet) !important;
  }
  .column-gap-xxxx-large {
    -moz-column-gap: var(--bal-space-xxxx-large-tablet) !important;
         column-gap: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .gap-xxx-small {
    gap: var(--bal-space-xxx-small-desktop) !important;
  }
  .gap-xx-small {
    gap: var(--bal-space-xx-small-desktop) !important;
  }
  .gap-x-small {
    gap: var(--bal-space-x-small-desktop) !important;
  }
  .gap-small {
    gap: var(--bal-space-small-desktop) !important;
  }
  .gap-normal {
    gap: var(--bal-space-normal-desktop) !important;
  }
  .gap-medium {
    gap: var(--bal-space-medium-desktop) !important;
  }
  .gap-large {
    gap: var(--bal-space-large-desktop) !important;
  }
  .gap-x-large {
    gap: var(--bal-space-x-large-desktop) !important;
  }
  .gap-xx-large {
    gap: var(--bal-space-xx-large-desktop) !important;
  }
  .gap-xxx-large {
    gap: var(--bal-space-xxx-large-desktop) !important;
  }
  .gap-xxxx-large {
    gap: var(--bal-space-xxxx-large-desktop) !important;
  }
}
@media screen and (min-width: 1024px) {
  .row-gap-xxx-small {
    row-gap: var(--bal-space-xxx-small-desktop) !important;
  }
  .row-gap-xx-small {
    row-gap: var(--bal-space-xx-small-desktop) !important;
  }
  .row-gap-x-small {
    row-gap: var(--bal-space-x-small-desktop) !important;
  }
  .row-gap-small {
    row-gap: var(--bal-space-small-desktop) !important;
  }
  .row-gap-normal {
    row-gap: var(--bal-space-normal-desktop) !important;
  }
  .row-gap-medium {
    row-gap: var(--bal-space-medium-desktop) !important;
  }
  .row-gap-large {
    row-gap: var(--bal-space-large-desktop) !important;
  }
  .row-gap-x-large {
    row-gap: var(--bal-space-x-large-desktop) !important;
  }
  .row-gap-xx-large {
    row-gap: var(--bal-space-xx-large-desktop) !important;
  }
  .row-gap-xxx-large {
    row-gap: var(--bal-space-xxx-large-desktop) !important;
  }
  .row-gap-xxxx-large {
    row-gap: var(--bal-space-xxxx-large-desktop) !important;
  }
}
@media screen and (min-width: 1024px) {
  .column-gap-xxx-small {
    -moz-column-gap: var(--bal-space-xxx-small-desktop) !important;
         column-gap: var(--bal-space-xxx-small-desktop) !important;
  }
  .column-gap-xx-small {
    -moz-column-gap: var(--bal-space-xx-small-desktop) !important;
         column-gap: var(--bal-space-xx-small-desktop) !important;
  }
  .column-gap-x-small {
    -moz-column-gap: var(--bal-space-x-small-desktop) !important;
         column-gap: var(--bal-space-x-small-desktop) !important;
  }
  .column-gap-small {
    -moz-column-gap: var(--bal-space-small-desktop) !important;
         column-gap: var(--bal-space-small-desktop) !important;
  }
  .column-gap-normal {
    -moz-column-gap: var(--bal-space-normal-desktop) !important;
         column-gap: var(--bal-space-normal-desktop) !important;
  }
  .column-gap-medium {
    -moz-column-gap: var(--bal-space-medium-desktop) !important;
         column-gap: var(--bal-space-medium-desktop) !important;
  }
  .column-gap-large {
    -moz-column-gap: var(--bal-space-large-desktop) !important;
         column-gap: var(--bal-space-large-desktop) !important;
  }
  .column-gap-x-large {
    -moz-column-gap: var(--bal-space-x-large-desktop) !important;
         column-gap: var(--bal-space-x-large-desktop) !important;
  }
  .column-gap-xx-large {
    -moz-column-gap: var(--bal-space-xx-large-desktop) !important;
         column-gap: var(--bal-space-xx-large-desktop) !important;
  }
  .column-gap-xxx-large {
    -moz-column-gap: var(--bal-space-xxx-large-desktop) !important;
         column-gap: var(--bal-space-xxx-large-desktop) !important;
  }
  .column-gap-xxxx-large {
    -moz-column-gap: var(--bal-space-xxxx-large-desktop) !important;
         column-gap: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.gap-none {
  gap: 0 !important;
}

.gap-auto {
  gap: auto !important;
}

@media screen and (max-width: 768px) {
  .mobile\:gap-none {
    gap: 0 !important;
  }
  .mobile\:gap-auto {
    gap: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:gap-none {
    gap: 0 !important;
  }
  .tablet\:gap-auto {
    gap: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:gap-none {
    gap: 0 !important;
  }
  .desktop\:gap-auto {
    gap: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:gap-none {
    gap: 0 !important;
  }
  .widescreen\:gap-auto {
    gap: auto !important;
  }
}
.row-gap-none {
  row-gap: 0 !important;
}

.row-gap-auto {
  row-gap: auto !important;
}

@media screen and (max-width: 768px) {
  .mobile\:row-gap-none {
    row-gap: 0 !important;
  }
  .mobile\:row-gap-auto {
    row-gap: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:row-gap-none {
    row-gap: 0 !important;
  }
  .tablet\:row-gap-auto {
    row-gap: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:row-gap-none {
    row-gap: 0 !important;
  }
  .desktop\:row-gap-auto {
    row-gap: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:row-gap-none {
    row-gap: 0 !important;
  }
  .widescreen\:row-gap-auto {
    row-gap: auto !important;
  }
}
.column-gap-none {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-auto {
  -moz-column-gap: auto !important;
       column-gap: auto !important;
}

@media screen and (max-width: 768px) {
  .mobile\:column-gap-none {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .mobile\:column-gap-auto {
    -moz-column-gap: auto !important;
         column-gap: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:column-gap-none {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .tablet\:column-gap-auto {
    -moz-column-gap: auto !important;
         column-gap: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:column-gap-none {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .desktop\:column-gap-auto {
    -moz-column-gap: auto !important;
         column-gap: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:column-gap-none {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .widescreen\:column-gap-auto {
    -moz-column-gap: auto !important;
         column-gap: auto !important;
  }
}
.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

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

.pointer-events-auto {
  pointer-events: auto !important;
}

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

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.flex {
  display: flex !important;
}

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

@media screen and (max-width: 768px) {
  .mobile\:hidden {
    display: none !important;
  }
  .mobile\:block {
    display: block !important;
  }
  .mobile\:inline {
    display: inline !important;
  }
  .mobile\:inline-block {
    display: inline-block !important;
  }
  .mobile\:flex {
    display: flex !important;
  }
  .mobile\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:hidden {
    display: none !important;
  }
  .tablet\:block {
    display: block !important;
  }
  .tablet\:inline {
    display: inline !important;
  }
  .tablet\:inline-block {
    display: inline-block !important;
  }
  .tablet\:flex {
    display: flex !important;
  }
  .tablet\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .tablet-only\:hidden {
    display: none !important;
  }
  .tablet-only\:block {
    display: block !important;
  }
  .tablet-only\:inline {
    display: inline !important;
  }
  .tablet-only\:inline-block {
    display: inline-block !important;
  }
  .tablet-only\:flex {
    display: flex !important;
  }
  .tablet-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .touch\:hidden {
    display: none !important;
  }
  .touch\:block {
    display: block !important;
  }
  .touch\:inline {
    display: inline !important;
  }
  .touch\:inline-block {
    display: inline-block !important;
  }
  .touch\:flex {
    display: flex !important;
  }
  .touch\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:hidden {
    display: none !important;
  }
  .desktop\:block {
    display: block !important;
  }
  .desktop\:inline {
    display: inline !important;
  }
  .desktop\:inline-block {
    display: inline-block !important;
  }
  .desktop\:flex {
    display: flex !important;
  }
  .desktop\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .desktop-only\:hidden {
    display: none !important;
  }
  .desktop-only\:block {
    display: block !important;
  }
  .desktop-only\:inline {
    display: inline !important;
  }
  .desktop-only\:inline-block {
    display: inline-block !important;
  }
  .desktop-only\:flex {
    display: flex !important;
  }
  .desktop-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) {
  .high-definition\:hidden {
    display: none !important;
  }
  .high-definition\:block {
    display: block !important;
  }
  .high-definition\:inline {
    display: inline !important;
  }
  .high-definition\:inline-block {
    display: inline-block !important;
  }
  .high-definition\:flex {
    display: flex !important;
  }
  .high-definition\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .high-definition-only\:hidden {
    display: none !important;
  }
  .high-definition-only\:block {
    display: block !important;
  }
  .high-definition-only\:inline {
    display: inline !important;
  }
  .high-definition-only\:inline-block {
    display: inline-block !important;
  }
  .high-definition-only\:flex {
    display: flex !important;
  }
  .high-definition-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:hidden {
    display: none !important;
  }
  .widescreen\:block {
    display: block !important;
  }
  .widescreen\:inline {
    display: inline !important;
  }
  .widescreen\:inline-block {
    display: inline-block !important;
  }
  .widescreen\:flex {
    display: flex !important;
  }
  .widescreen\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .widescreen-only\:hidden {
    display: none !important;
  }
  .widescreen-only\:block {
    display: block !important;
  }
  .widescreen-only\:inline {
    display: inline !important;
  }
  .widescreen-only\:inline-block {
    display: inline-block !important;
  }
  .widescreen-only\:flex {
    display: flex !important;
  }
  .widescreen-only\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1920px) {
  .fullhd\:hidden {
    display: none !important;
  }
  .fullhd\:block {
    display: block !important;
  }
  .fullhd\:inline {
    display: inline !important;
  }
  .fullhd\:inline-block {
    display: inline-block !important;
  }
  .fullhd\:flex {
    display: flex !important;
  }
  .fullhd\:inline-flex {
    display: inline-flex !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow: auto !important;
}

.overflow-x-hidden {
  overflow: hidden !important;
}

.overflow-x-visible {
  overflow: visible !important;
}

.overflow-x-scroll {
  overflow: scroll !important;
}

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

.overflow-y-hidden {
  overflow: hidden !important;
}

.overflow-y-visible {
  overflow: visible !important;
}

.overflow-y-scroll {
  overflow: scroll !important;
}

@media screen and (max-width: 768px) {
  .mobile\:overflow-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-scroll {
    overflow: scroll !important;
  }
  .mobile\:overflow-x-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-x-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .mobile\:overflow-y-auto {
    overflow: auto !important;
  }
  .mobile\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .mobile\:overflow-y-visible {
    overflow: visible !important;
  }
  .mobile\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:overflow-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-scroll {
    overflow: scroll !important;
  }
  .tablet\:overflow-x-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-x-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .tablet\:overflow-y-auto {
    overflow: auto !important;
  }
  .tablet\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .tablet\:overflow-y-visible {
    overflow: visible !important;
  }
  .tablet\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:overflow-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-scroll {
    overflow: scroll !important;
  }
  .desktop\:overflow-x-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-x-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .desktop\:overflow-y-auto {
    overflow: auto !important;
  }
  .desktop\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .desktop\:overflow-y-visible {
    overflow: visible !important;
  }
  .desktop\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:overflow-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-scroll {
    overflow: scroll !important;
  }
  .widescreen\:overflow-x-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-x-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-x-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-x-scroll {
    overflow: scroll !important;
  }
  .widescreen\:overflow-y-auto {
    overflow: auto !important;
  }
  .widescreen\:overflow-y-hidden {
    overflow: hidden !important;
  }
  .widescreen\:overflow-y-visible {
    overflow: visible !important;
  }
  .widescreen\:overflow-y-scroll {
    overflow: scroll !important;
  }
}
.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.sticky {
  position: sticky !important;
}

@media screen and (max-width: 768px) {
  .mobile\:static {
    position: static !important;
  }
  .mobile\:fixed {
    position: fixed !important;
  }
  .mobile\:relative {
    position: relative !important;
  }
  .mobile\:absolute {
    position: absolute !important;
  }
  .mobile\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:static {
    position: static !important;
  }
  .tablet\:fixed {
    position: fixed !important;
  }
  .tablet\:relative {
    position: relative !important;
  }
  .tablet\:absolute {
    position: absolute !important;
  }
  .tablet\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:static {
    position: static !important;
  }
  .desktop\:fixed {
    position: fixed !important;
  }
  .desktop\:relative {
    position: relative !important;
  }
  .desktop\:absolute {
    position: absolute !important;
  }
  .desktop\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:static {
    position: static !important;
  }
  .widescreen\:fixed {
    position: fixed !important;
  }
  .widescreen\:relative {
    position: relative !important;
  }
  .widescreen\:absolute {
    position: absolute !important;
  }
  .widescreen\:sticky {
    position: sticky !important;
  }
}
.top-auto {
  top: auto !important;
}

.top-1rem {
  top: 1rem !important;
}

.top-0-5rem {
  top: 0.5rem !important;
}

.top-0-25rem {
  top: 0.25rem !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:top-auto {
    top: auto !important;
  }
  .mobile\:top-1rem {
    top: 1rem !important;
  }
  .mobile\:top-0-5rem {
    top: 0.5rem !important;
  }
  .mobile\:top-0-25rem {
    top: 0.25rem !important;
  }
  .mobile\:top-0 {
    top: 0 !important;
  }
  .mobile\:top-50 {
    top: 50% !important;
  }
  .mobile\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:top-auto {
    top: auto !important;
  }
  .tablet\:top-1rem {
    top: 1rem !important;
  }
  .tablet\:top-0-5rem {
    top: 0.5rem !important;
  }
  .tablet\:top-0-25rem {
    top: 0.25rem !important;
  }
  .tablet\:top-0 {
    top: 0 !important;
  }
  .tablet\:top-50 {
    top: 50% !important;
  }
  .tablet\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:top-auto {
    top: auto !important;
  }
  .desktop\:top-1rem {
    top: 1rem !important;
  }
  .desktop\:top-0-5rem {
    top: 0.5rem !important;
  }
  .desktop\:top-0-25rem {
    top: 0.25rem !important;
  }
  .desktop\:top-0 {
    top: 0 !important;
  }
  .desktop\:top-50 {
    top: 50% !important;
  }
  .desktop\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:top-auto {
    top: auto !important;
  }
  .widescreen\:top-1rem {
    top: 1rem !important;
  }
  .widescreen\:top-0-5rem {
    top: 0.5rem !important;
  }
  .widescreen\:top-0-25rem {
    top: 0.25rem !important;
  }
  .widescreen\:top-0 {
    top: 0 !important;
  }
  .widescreen\:top-50 {
    top: 50% !important;
  }
  .widescreen\:top-100 {
    top: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}

.right-1rem {
  right: 1rem !important;
}

.right-0 {
  right: 0 !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:right-auto {
    right: auto !important;
  }
  .mobile\:right-1rem {
    right: 1rem !important;
  }
  .mobile\:right-0 {
    right: 0 !important;
  }
  .mobile\:right-50 {
    right: 50% !important;
  }
  .mobile\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:right-auto {
    right: auto !important;
  }
  .tablet\:right-1rem {
    right: 1rem !important;
  }
  .tablet\:right-0 {
    right: 0 !important;
  }
  .tablet\:right-50 {
    right: 50% !important;
  }
  .tablet\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:right-auto {
    right: auto !important;
  }
  .desktop\:right-1rem {
    right: 1rem !important;
  }
  .desktop\:right-0 {
    right: 0 !important;
  }
  .desktop\:right-50 {
    right: 50% !important;
  }
  .desktop\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:right-auto {
    right: auto !important;
  }
  .widescreen\:right-1rem {
    right: 1rem !important;
  }
  .widescreen\:right-0 {
    right: 0 !important;
  }
  .widescreen\:right-50 {
    right: 50% !important;
  }
  .widescreen\:right-100 {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}

.bottom-1rem {
  bottom: 1rem !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:bottom-auto {
    bottom: auto !important;
  }
  .mobile\:bottom-1rem {
    bottom: 1rem !important;
  }
  .mobile\:bottom-0 {
    bottom: 0 !important;
  }
  .mobile\:bottom-50 {
    bottom: 50% !important;
  }
  .mobile\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:bottom-auto {
    bottom: auto !important;
  }
  .tablet\:bottom-1rem {
    bottom: 1rem !important;
  }
  .tablet\:bottom-0 {
    bottom: 0 !important;
  }
  .tablet\:bottom-50 {
    bottom: 50% !important;
  }
  .tablet\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:bottom-auto {
    bottom: auto !important;
  }
  .desktop\:bottom-1rem {
    bottom: 1rem !important;
  }
  .desktop\:bottom-0 {
    bottom: 0 !important;
  }
  .desktop\:bottom-50 {
    bottom: 50% !important;
  }
  .desktop\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:bottom-auto {
    bottom: auto !important;
  }
  .widescreen\:bottom-1rem {
    bottom: 1rem !important;
  }
  .widescreen\:bottom-0 {
    bottom: 0 !important;
  }
  .widescreen\:bottom-50 {
    bottom: 50% !important;
  }
  .widescreen\:bottom-100 {
    bottom: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}

.left-1rem {
  left: 1rem !important;
}

.left-0 {
  left: 0 !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

@media screen and (max-width: 768px) {
  .mobile\:left-auto {
    left: auto !important;
  }
  .mobile\:left-1rem {
    left: 1rem !important;
  }
  .mobile\:left-0 {
    left: 0 !important;
  }
  .mobile\:left-50 {
    left: 50% !important;
  }
  .mobile\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:left-auto {
    left: auto !important;
  }
  .tablet\:left-1rem {
    left: 1rem !important;
  }
  .tablet\:left-0 {
    left: 0 !important;
  }
  .tablet\:left-50 {
    left: 50% !important;
  }
  .tablet\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:left-auto {
    left: auto !important;
  }
  .desktop\:left-1rem {
    left: 1rem !important;
  }
  .desktop\:left-0 {
    left: 0 !important;
  }
  .desktop\:left-50 {
    left: 50% !important;
  }
  .desktop\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:left-auto {
    left: auto !important;
  }
  .widescreen\:left-1rem {
    left: 1rem !important;
  }
  .widescreen\:left-0 {
    left: 0 !important;
  }
  .widescreen\:left-50 {
    left: 50% !important;
  }
  .widescreen\:left-100 {
    left: 100% !important;
  }
}
.z-index-deep {
  z-index: var(--bal-z-index-deep) !important;
}

.z-index {
  z-index: var(--bal-z-index) !important;
}

.z-index-masked {
  z-index: var(--bal-z-index-masked) !important;
}

.z-index-mask {
  z-index: var(--bal-z-index-mask) !important;
}

.z-index-sticky {
  z-index: var(--bal-z-index-sticky) !important;
}

.z-index-navigation {
  z-index: var(--bal-z-index-navigation) !important;
}

.z-index-popup {
  z-index: var(--bal-z-index-popup) !important;
}

.z-index-modal {
  z-index: var(--bal-z-index-modal) !important;
}

.z-index-toast {
  z-index: var(--bal-z-index-toast) !important;
}

.z-index-tooltip {
  z-index: var(--bal-z-index-tooltip) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:z-index-deep {
    z-index: var(--bal-z-index-deep) !important;
  }
  .mobile\:z-index {
    z-index: var(--bal-z-index) !important;
  }
  .mobile\:z-index-masked {
    z-index: var(--bal-z-index-masked) !important;
  }
  .mobile\:z-index-mask {
    z-index: var(--bal-z-index-mask) !important;
  }
  .mobile\:z-index-sticky {
    z-index: var(--bal-z-index-sticky) !important;
  }
  .mobile\:z-index-navigation {
    z-index: var(--bal-z-index-navigation) !important;
  }
  .mobile\:z-index-popup {
    z-index: var(--bal-z-index-popup) !important;
  }
  .mobile\:z-index-modal {
    z-index: var(--bal-z-index-modal) !important;
  }
  .mobile\:z-index-toast {
    z-index: var(--bal-z-index-toast) !important;
  }
  .mobile\:z-index-tooltip {
    z-index: var(--bal-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:z-index-deep {
    z-index: var(--bal-z-index-deep) !important;
  }
  .tablet\:z-index {
    z-index: var(--bal-z-index) !important;
  }
  .tablet\:z-index-masked {
    z-index: var(--bal-z-index-masked) !important;
  }
  .tablet\:z-index-mask {
    z-index: var(--bal-z-index-mask) !important;
  }
  .tablet\:z-index-sticky {
    z-index: var(--bal-z-index-sticky) !important;
  }
  .tablet\:z-index-navigation {
    z-index: var(--bal-z-index-navigation) !important;
  }
  .tablet\:z-index-popup {
    z-index: var(--bal-z-index-popup) !important;
  }
  .tablet\:z-index-modal {
    z-index: var(--bal-z-index-modal) !important;
  }
  .tablet\:z-index-toast {
    z-index: var(--bal-z-index-toast) !important;
  }
  .tablet\:z-index-tooltip {
    z-index: var(--bal-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:z-index-deep {
    z-index: var(--bal-z-index-deep) !important;
  }
  .desktop\:z-index {
    z-index: var(--bal-z-index) !important;
  }
  .desktop\:z-index-masked {
    z-index: var(--bal-z-index-masked) !important;
  }
  .desktop\:z-index-mask {
    z-index: var(--bal-z-index-mask) !important;
  }
  .desktop\:z-index-sticky {
    z-index: var(--bal-z-index-sticky) !important;
  }
  .desktop\:z-index-navigation {
    z-index: var(--bal-z-index-navigation) !important;
  }
  .desktop\:z-index-popup {
    z-index: var(--bal-z-index-popup) !important;
  }
  .desktop\:z-index-modal {
    z-index: var(--bal-z-index-modal) !important;
  }
  .desktop\:z-index-toast {
    z-index: var(--bal-z-index-toast) !important;
  }
  .desktop\:z-index-tooltip {
    z-index: var(--bal-z-index-tooltip) !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:z-index-deep {
    z-index: var(--bal-z-index-deep) !important;
  }
  .widescreen\:z-index {
    z-index: var(--bal-z-index) !important;
  }
  .widescreen\:z-index-masked {
    z-index: var(--bal-z-index-masked) !important;
  }
  .widescreen\:z-index-mask {
    z-index: var(--bal-z-index-mask) !important;
  }
  .widescreen\:z-index-sticky {
    z-index: var(--bal-z-index-sticky) !important;
  }
  .widescreen\:z-index-navigation {
    z-index: var(--bal-z-index-navigation) !important;
  }
  .widescreen\:z-index-popup {
    z-index: var(--bal-z-index-popup) !important;
  }
  .widescreen\:z-index-modal {
    z-index: var(--bal-z-index-modal) !important;
  }
  .widescreen\:z-index-toast {
    z-index: var(--bal-z-index-toast) !important;
  }
  .widescreen\:z-index-tooltip {
    z-index: var(--bal-z-index-tooltip) !important;
  }
}
.vertical-align-top {
  vertical-align: top !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

@media screen and (max-width: 768px) {
  .mobile\:vertical-align-top {
    vertical-align: top !important;
  }
  .mobile\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .mobile\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:vertical-align-top {
    vertical-align: top !important;
  }
  .tablet\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .tablet\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:vertical-align-top {
    vertical-align: top !important;
  }
  .desktop\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .desktop\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:vertical-align-top {
    vertical-align: top !important;
  }
  .widescreen\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .widescreen\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

.h-min {
  height: -moz-min-content !important;
  height: min-content !important;
}

.h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-1rem {
  height: 1rem !important;
}

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

.h-3rem {
  height: 3rem !important;
}

.h-4rem {
  height: 4rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.h-6rem {
  height: 6rem !important;
}

.h-7rem {
  height: 7rem !important;
}

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

.h-9rem {
  height: 9rem !important;
}

.h-10rem {
  height: 10rem !important;
}

.h-11rem {
  height: 11rem !important;
}

.h-12rem {
  height: 12rem !important;
}

.h-13rem {
  height: 13rem !important;
}

.h-14rem {
  height: 14rem !important;
}

.h-15rem {
  height: 15rem !important;
}

.h-16rem {
  height: 16rem !important;
}

.h-17rem {
  height: 17rem !important;
}

.h-18rem {
  height: 18rem !important;
}

.h-19rem {
  height: 19rem !important;
}

.h-20rem {
  height: 20rem !important;
}

.h-21rem {
  height: 21rem !important;
}

.h-22rem {
  height: 22rem !important;
}

.h-23rem {
  height: 23rem !important;
}

.h-24rem {
  height: 24rem !important;
}

.h-25rem {
  height: 25rem !important;
}

.h-26rem {
  height: 26rem !important;
}

.h-27rem {
  height: 27rem !important;
}

.h-28rem {
  height: 28rem !important;
}

.h-29rem {
  height: 29rem !important;
}

.h-30rem {
  height: 30rem !important;
}

@media screen and (max-width: 768px) {
  .mobile\:h-full {
    height: 100% !important;
  }
  .mobile\:h-screen {
    height: 100vh !important;
  }
  .mobile\:h-auto {
    height: auto !important;
  }
  .mobile\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .mobile\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .mobile\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .mobile\:h-1rem {
    height: 1rem !important;
  }
  .mobile\:h-2rem {
    height: 2rem !important;
  }
  .mobile\:h-3rem {
    height: 3rem !important;
  }
  .mobile\:h-4rem {
    height: 4rem !important;
  }
  .mobile\:h-5rem {
    height: 5rem !important;
  }
  .mobile\:h-6rem {
    height: 6rem !important;
  }
  .mobile\:h-7rem {
    height: 7rem !important;
  }
  .mobile\:h-8rem {
    height: 8rem !important;
  }
  .mobile\:h-9rem {
    height: 9rem !important;
  }
  .mobile\:h-10rem {
    height: 10rem !important;
  }
  .mobile\:h-11rem {
    height: 11rem !important;
  }
  .mobile\:h-12rem {
    height: 12rem !important;
  }
  .mobile\:h-13rem {
    height: 13rem !important;
  }
  .mobile\:h-14rem {
    height: 14rem !important;
  }
  .mobile\:h-15rem {
    height: 15rem !important;
  }
  .mobile\:h-16rem {
    height: 16rem !important;
  }
  .mobile\:h-17rem {
    height: 17rem !important;
  }
  .mobile\:h-18rem {
    height: 18rem !important;
  }
  .mobile\:h-19rem {
    height: 19rem !important;
  }
  .mobile\:h-20rem {
    height: 20rem !important;
  }
  .mobile\:h-21rem {
    height: 21rem !important;
  }
  .mobile\:h-22rem {
    height: 22rem !important;
  }
  .mobile\:h-23rem {
    height: 23rem !important;
  }
  .mobile\:h-24rem {
    height: 24rem !important;
  }
  .mobile\:h-25rem {
    height: 25rem !important;
  }
  .mobile\:h-26rem {
    height: 26rem !important;
  }
  .mobile\:h-27rem {
    height: 27rem !important;
  }
  .mobile\:h-28rem {
    height: 28rem !important;
  }
  .mobile\:h-29rem {
    height: 29rem !important;
  }
  .mobile\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:h-full {
    height: 100% !important;
  }
  .tablet\:h-screen {
    height: 100vh !important;
  }
  .tablet\:h-auto {
    height: auto !important;
  }
  .tablet\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .tablet\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .tablet\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .tablet\:h-1rem {
    height: 1rem !important;
  }
  .tablet\:h-2rem {
    height: 2rem !important;
  }
  .tablet\:h-3rem {
    height: 3rem !important;
  }
  .tablet\:h-4rem {
    height: 4rem !important;
  }
  .tablet\:h-5rem {
    height: 5rem !important;
  }
  .tablet\:h-6rem {
    height: 6rem !important;
  }
  .tablet\:h-7rem {
    height: 7rem !important;
  }
  .tablet\:h-8rem {
    height: 8rem !important;
  }
  .tablet\:h-9rem {
    height: 9rem !important;
  }
  .tablet\:h-10rem {
    height: 10rem !important;
  }
  .tablet\:h-11rem {
    height: 11rem !important;
  }
  .tablet\:h-12rem {
    height: 12rem !important;
  }
  .tablet\:h-13rem {
    height: 13rem !important;
  }
  .tablet\:h-14rem {
    height: 14rem !important;
  }
  .tablet\:h-15rem {
    height: 15rem !important;
  }
  .tablet\:h-16rem {
    height: 16rem !important;
  }
  .tablet\:h-17rem {
    height: 17rem !important;
  }
  .tablet\:h-18rem {
    height: 18rem !important;
  }
  .tablet\:h-19rem {
    height: 19rem !important;
  }
  .tablet\:h-20rem {
    height: 20rem !important;
  }
  .tablet\:h-21rem {
    height: 21rem !important;
  }
  .tablet\:h-22rem {
    height: 22rem !important;
  }
  .tablet\:h-23rem {
    height: 23rem !important;
  }
  .tablet\:h-24rem {
    height: 24rem !important;
  }
  .tablet\:h-25rem {
    height: 25rem !important;
  }
  .tablet\:h-26rem {
    height: 26rem !important;
  }
  .tablet\:h-27rem {
    height: 27rem !important;
  }
  .tablet\:h-28rem {
    height: 28rem !important;
  }
  .tablet\:h-29rem {
    height: 29rem !important;
  }
  .tablet\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:h-full {
    height: 100% !important;
  }
  .desktop\:h-screen {
    height: 100vh !important;
  }
  .desktop\:h-auto {
    height: auto !important;
  }
  .desktop\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .desktop\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .desktop\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .desktop\:h-1rem {
    height: 1rem !important;
  }
  .desktop\:h-2rem {
    height: 2rem !important;
  }
  .desktop\:h-3rem {
    height: 3rem !important;
  }
  .desktop\:h-4rem {
    height: 4rem !important;
  }
  .desktop\:h-5rem {
    height: 5rem !important;
  }
  .desktop\:h-6rem {
    height: 6rem !important;
  }
  .desktop\:h-7rem {
    height: 7rem !important;
  }
  .desktop\:h-8rem {
    height: 8rem !important;
  }
  .desktop\:h-9rem {
    height: 9rem !important;
  }
  .desktop\:h-10rem {
    height: 10rem !important;
  }
  .desktop\:h-11rem {
    height: 11rem !important;
  }
  .desktop\:h-12rem {
    height: 12rem !important;
  }
  .desktop\:h-13rem {
    height: 13rem !important;
  }
  .desktop\:h-14rem {
    height: 14rem !important;
  }
  .desktop\:h-15rem {
    height: 15rem !important;
  }
  .desktop\:h-16rem {
    height: 16rem !important;
  }
  .desktop\:h-17rem {
    height: 17rem !important;
  }
  .desktop\:h-18rem {
    height: 18rem !important;
  }
  .desktop\:h-19rem {
    height: 19rem !important;
  }
  .desktop\:h-20rem {
    height: 20rem !important;
  }
  .desktop\:h-21rem {
    height: 21rem !important;
  }
  .desktop\:h-22rem {
    height: 22rem !important;
  }
  .desktop\:h-23rem {
    height: 23rem !important;
  }
  .desktop\:h-24rem {
    height: 24rem !important;
  }
  .desktop\:h-25rem {
    height: 25rem !important;
  }
  .desktop\:h-26rem {
    height: 26rem !important;
  }
  .desktop\:h-27rem {
    height: 27rem !important;
  }
  .desktop\:h-28rem {
    height: 28rem !important;
  }
  .desktop\:h-29rem {
    height: 29rem !important;
  }
  .desktop\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:h-full {
    height: 100% !important;
  }
  .widescreen\:h-screen {
    height: 100vh !important;
  }
  .widescreen\:h-auto {
    height: auto !important;
  }
  .widescreen\:h-min {
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .widescreen\:h-max {
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .widescreen\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .widescreen\:h-1rem {
    height: 1rem !important;
  }
  .widescreen\:h-2rem {
    height: 2rem !important;
  }
  .widescreen\:h-3rem {
    height: 3rem !important;
  }
  .widescreen\:h-4rem {
    height: 4rem !important;
  }
  .widescreen\:h-5rem {
    height: 5rem !important;
  }
  .widescreen\:h-6rem {
    height: 6rem !important;
  }
  .widescreen\:h-7rem {
    height: 7rem !important;
  }
  .widescreen\:h-8rem {
    height: 8rem !important;
  }
  .widescreen\:h-9rem {
    height: 9rem !important;
  }
  .widescreen\:h-10rem {
    height: 10rem !important;
  }
  .widescreen\:h-11rem {
    height: 11rem !important;
  }
  .widescreen\:h-12rem {
    height: 12rem !important;
  }
  .widescreen\:h-13rem {
    height: 13rem !important;
  }
  .widescreen\:h-14rem {
    height: 14rem !important;
  }
  .widescreen\:h-15rem {
    height: 15rem !important;
  }
  .widescreen\:h-16rem {
    height: 16rem !important;
  }
  .widescreen\:h-17rem {
    height: 17rem !important;
  }
  .widescreen\:h-18rem {
    height: 18rem !important;
  }
  .widescreen\:h-19rem {
    height: 19rem !important;
  }
  .widescreen\:h-20rem {
    height: 20rem !important;
  }
  .widescreen\:h-21rem {
    height: 21rem !important;
  }
  .widescreen\:h-22rem {
    height: 22rem !important;
  }
  .widescreen\:h-23rem {
    height: 23rem !important;
  }
  .widescreen\:h-24rem {
    height: 24rem !important;
  }
  .widescreen\:h-25rem {
    height: 25rem !important;
  }
  .widescreen\:h-26rem {
    height: 26rem !important;
  }
  .widescreen\:h-27rem {
    height: 27rem !important;
  }
  .widescreen\:h-28rem {
    height: 28rem !important;
  }
  .widescreen\:h-29rem {
    height: 29rem !important;
  }
  .widescreen\:h-30rem {
    height: 30rem !important;
  }
}
.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-1 {
  width: 8.3333% !important;
}

.w-2 {
  width: 16.6667% !important;
}

.w-3 {
  width: 25% !important;
}

.w-4 {
  width: 33.3333% !important;
}

.w-5 {
  width: 41.6667% !important;
}

.w-6 {
  width: 50% !important;
}

.w-7 {
  width: 58.3333% !important;
}

.w-8 {
  width: 66.6667% !important;
}

.w-9 {
  width: 75% !important;
}

.w-10 {
  width: 83.3333% !important;
}

.w-11 {
  width: 91.6667% !important;
}

.w-12 {
  width: 100% !important;
}

.w-1rem {
  width: 1rem !important;
}

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

.w-3rem {
  width: 3rem !important;
}

.w-4rem {
  width: 4rem !important;
}

.w-5rem {
  width: 5rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.w-7rem {
  width: 7rem !important;
}

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

.w-9rem {
  width: 9rem !important;
}

.w-10rem {
  width: 10rem !important;
}

.w-11rem {
  width: 11rem !important;
}

.w-12rem {
  width: 12rem !important;
}

.w-13rem {
  width: 13rem !important;
}

.w-14rem {
  width: 14rem !important;
}

.w-15rem {
  width: 15rem !important;
}

.w-16rem {
  width: 16rem !important;
}

.w-17rem {
  width: 17rem !important;
}

.w-18rem {
  width: 18rem !important;
}

.w-19rem {
  width: 19rem !important;
}

.w-20rem {
  width: 20rem !important;
}

.w-21rem {
  width: 21rem !important;
}

.w-22rem {
  width: 22rem !important;
}

.w-23rem {
  width: 23rem !important;
}

.w-24rem {
  width: 24rem !important;
}

.w-25rem {
  width: 25rem !important;
}

.w-26rem {
  width: 26rem !important;
}

.w-27rem {
  width: 27rem !important;
}

.w-28rem {
  width: 28rem !important;
}

.w-29rem {
  width: 29rem !important;
}

.w-30rem {
  width: 30rem !important;
}

@media screen and (max-width: 768px) {
  .mobile\:w-full {
    width: 100% !important;
  }
  .mobile\:w-screen {
    width: 100vw !important;
  }
  .mobile\:w-auto {
    width: auto !important;
  }
  .mobile\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .mobile\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .mobile\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .mobile\:w-1 {
    width: 8.3333% !important;
  }
  .mobile\:w-2 {
    width: 16.6667% !important;
  }
  .mobile\:w-3 {
    width: 25% !important;
  }
  .mobile\:w-4 {
    width: 33.3333% !important;
  }
  .mobile\:w-5 {
    width: 41.6667% !important;
  }
  .mobile\:w-6 {
    width: 50% !important;
  }
  .mobile\:w-7 {
    width: 58.3333% !important;
  }
  .mobile\:w-8 {
    width: 66.6667% !important;
  }
  .mobile\:w-9 {
    width: 75% !important;
  }
  .mobile\:w-10 {
    width: 83.3333% !important;
  }
  .mobile\:w-11 {
    width: 91.6667% !important;
  }
  .mobile\:w-12 {
    width: 100% !important;
  }
  .mobile\:w-1rem {
    width: 1rem !important;
  }
  .mobile\:w-2rem {
    width: 2rem !important;
  }
  .mobile\:w-3rem {
    width: 3rem !important;
  }
  .mobile\:w-4rem {
    width: 4rem !important;
  }
  .mobile\:w-5rem {
    width: 5rem !important;
  }
  .mobile\:w-6rem {
    width: 6rem !important;
  }
  .mobile\:w-7rem {
    width: 7rem !important;
  }
  .mobile\:w-8rem {
    width: 8rem !important;
  }
  .mobile\:w-9rem {
    width: 9rem !important;
  }
  .mobile\:w-10rem {
    width: 10rem !important;
  }
  .mobile\:w-11rem {
    width: 11rem !important;
  }
  .mobile\:w-12rem {
    width: 12rem !important;
  }
  .mobile\:w-13rem {
    width: 13rem !important;
  }
  .mobile\:w-14rem {
    width: 14rem !important;
  }
  .mobile\:w-15rem {
    width: 15rem !important;
  }
  .mobile\:w-16rem {
    width: 16rem !important;
  }
  .mobile\:w-17rem {
    width: 17rem !important;
  }
  .mobile\:w-18rem {
    width: 18rem !important;
  }
  .mobile\:w-19rem {
    width: 19rem !important;
  }
  .mobile\:w-20rem {
    width: 20rem !important;
  }
  .mobile\:w-21rem {
    width: 21rem !important;
  }
  .mobile\:w-22rem {
    width: 22rem !important;
  }
  .mobile\:w-23rem {
    width: 23rem !important;
  }
  .mobile\:w-24rem {
    width: 24rem !important;
  }
  .mobile\:w-25rem {
    width: 25rem !important;
  }
  .mobile\:w-26rem {
    width: 26rem !important;
  }
  .mobile\:w-27rem {
    width: 27rem !important;
  }
  .mobile\:w-28rem {
    width: 28rem !important;
  }
  .mobile\:w-29rem {
    width: 29rem !important;
  }
  .mobile\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:w-full {
    width: 100% !important;
  }
  .tablet\:w-screen {
    width: 100vw !important;
  }
  .tablet\:w-auto {
    width: auto !important;
  }
  .tablet\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .tablet\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .tablet\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .tablet\:w-1 {
    width: 8.3333% !important;
  }
  .tablet\:w-2 {
    width: 16.6667% !important;
  }
  .tablet\:w-3 {
    width: 25% !important;
  }
  .tablet\:w-4 {
    width: 33.3333% !important;
  }
  .tablet\:w-5 {
    width: 41.6667% !important;
  }
  .tablet\:w-6 {
    width: 50% !important;
  }
  .tablet\:w-7 {
    width: 58.3333% !important;
  }
  .tablet\:w-8 {
    width: 66.6667% !important;
  }
  .tablet\:w-9 {
    width: 75% !important;
  }
  .tablet\:w-10 {
    width: 83.3333% !important;
  }
  .tablet\:w-11 {
    width: 91.6667% !important;
  }
  .tablet\:w-12 {
    width: 100% !important;
  }
  .tablet\:w-1rem {
    width: 1rem !important;
  }
  .tablet\:w-2rem {
    width: 2rem !important;
  }
  .tablet\:w-3rem {
    width: 3rem !important;
  }
  .tablet\:w-4rem {
    width: 4rem !important;
  }
  .tablet\:w-5rem {
    width: 5rem !important;
  }
  .tablet\:w-6rem {
    width: 6rem !important;
  }
  .tablet\:w-7rem {
    width: 7rem !important;
  }
  .tablet\:w-8rem {
    width: 8rem !important;
  }
  .tablet\:w-9rem {
    width: 9rem !important;
  }
  .tablet\:w-10rem {
    width: 10rem !important;
  }
  .tablet\:w-11rem {
    width: 11rem !important;
  }
  .tablet\:w-12rem {
    width: 12rem !important;
  }
  .tablet\:w-13rem {
    width: 13rem !important;
  }
  .tablet\:w-14rem {
    width: 14rem !important;
  }
  .tablet\:w-15rem {
    width: 15rem !important;
  }
  .tablet\:w-16rem {
    width: 16rem !important;
  }
  .tablet\:w-17rem {
    width: 17rem !important;
  }
  .tablet\:w-18rem {
    width: 18rem !important;
  }
  .tablet\:w-19rem {
    width: 19rem !important;
  }
  .tablet\:w-20rem {
    width: 20rem !important;
  }
  .tablet\:w-21rem {
    width: 21rem !important;
  }
  .tablet\:w-22rem {
    width: 22rem !important;
  }
  .tablet\:w-23rem {
    width: 23rem !important;
  }
  .tablet\:w-24rem {
    width: 24rem !important;
  }
  .tablet\:w-25rem {
    width: 25rem !important;
  }
  .tablet\:w-26rem {
    width: 26rem !important;
  }
  .tablet\:w-27rem {
    width: 27rem !important;
  }
  .tablet\:w-28rem {
    width: 28rem !important;
  }
  .tablet\:w-29rem {
    width: 29rem !important;
  }
  .tablet\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:w-full {
    width: 100% !important;
  }
  .desktop\:w-screen {
    width: 100vw !important;
  }
  .desktop\:w-auto {
    width: auto !important;
  }
  .desktop\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .desktop\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .desktop\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .desktop\:w-1 {
    width: 8.3333% !important;
  }
  .desktop\:w-2 {
    width: 16.6667% !important;
  }
  .desktop\:w-3 {
    width: 25% !important;
  }
  .desktop\:w-4 {
    width: 33.3333% !important;
  }
  .desktop\:w-5 {
    width: 41.6667% !important;
  }
  .desktop\:w-6 {
    width: 50% !important;
  }
  .desktop\:w-7 {
    width: 58.3333% !important;
  }
  .desktop\:w-8 {
    width: 66.6667% !important;
  }
  .desktop\:w-9 {
    width: 75% !important;
  }
  .desktop\:w-10 {
    width: 83.3333% !important;
  }
  .desktop\:w-11 {
    width: 91.6667% !important;
  }
  .desktop\:w-12 {
    width: 100% !important;
  }
  .desktop\:w-1rem {
    width: 1rem !important;
  }
  .desktop\:w-2rem {
    width: 2rem !important;
  }
  .desktop\:w-3rem {
    width: 3rem !important;
  }
  .desktop\:w-4rem {
    width: 4rem !important;
  }
  .desktop\:w-5rem {
    width: 5rem !important;
  }
  .desktop\:w-6rem {
    width: 6rem !important;
  }
  .desktop\:w-7rem {
    width: 7rem !important;
  }
  .desktop\:w-8rem {
    width: 8rem !important;
  }
  .desktop\:w-9rem {
    width: 9rem !important;
  }
  .desktop\:w-10rem {
    width: 10rem !important;
  }
  .desktop\:w-11rem {
    width: 11rem !important;
  }
  .desktop\:w-12rem {
    width: 12rem !important;
  }
  .desktop\:w-13rem {
    width: 13rem !important;
  }
  .desktop\:w-14rem {
    width: 14rem !important;
  }
  .desktop\:w-15rem {
    width: 15rem !important;
  }
  .desktop\:w-16rem {
    width: 16rem !important;
  }
  .desktop\:w-17rem {
    width: 17rem !important;
  }
  .desktop\:w-18rem {
    width: 18rem !important;
  }
  .desktop\:w-19rem {
    width: 19rem !important;
  }
  .desktop\:w-20rem {
    width: 20rem !important;
  }
  .desktop\:w-21rem {
    width: 21rem !important;
  }
  .desktop\:w-22rem {
    width: 22rem !important;
  }
  .desktop\:w-23rem {
    width: 23rem !important;
  }
  .desktop\:w-24rem {
    width: 24rem !important;
  }
  .desktop\:w-25rem {
    width: 25rem !important;
  }
  .desktop\:w-26rem {
    width: 26rem !important;
  }
  .desktop\:w-27rem {
    width: 27rem !important;
  }
  .desktop\:w-28rem {
    width: 28rem !important;
  }
  .desktop\:w-29rem {
    width: 29rem !important;
  }
  .desktop\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:w-full {
    width: 100% !important;
  }
  .widescreen\:w-screen {
    width: 100vw !important;
  }
  .widescreen\:w-auto {
    width: auto !important;
  }
  .widescreen\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }
  .widescreen\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .widescreen\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .widescreen\:w-1 {
    width: 8.3333% !important;
  }
  .widescreen\:w-2 {
    width: 16.6667% !important;
  }
  .widescreen\:w-3 {
    width: 25% !important;
  }
  .widescreen\:w-4 {
    width: 33.3333% !important;
  }
  .widescreen\:w-5 {
    width: 41.6667% !important;
  }
  .widescreen\:w-6 {
    width: 50% !important;
  }
  .widescreen\:w-7 {
    width: 58.3333% !important;
  }
  .widescreen\:w-8 {
    width: 66.6667% !important;
  }
  .widescreen\:w-9 {
    width: 75% !important;
  }
  .widescreen\:w-10 {
    width: 83.3333% !important;
  }
  .widescreen\:w-11 {
    width: 91.6667% !important;
  }
  .widescreen\:w-12 {
    width: 100% !important;
  }
  .widescreen\:w-1rem {
    width: 1rem !important;
  }
  .widescreen\:w-2rem {
    width: 2rem !important;
  }
  .widescreen\:w-3rem {
    width: 3rem !important;
  }
  .widescreen\:w-4rem {
    width: 4rem !important;
  }
  .widescreen\:w-5rem {
    width: 5rem !important;
  }
  .widescreen\:w-6rem {
    width: 6rem !important;
  }
  .widescreen\:w-7rem {
    width: 7rem !important;
  }
  .widescreen\:w-8rem {
    width: 8rem !important;
  }
  .widescreen\:w-9rem {
    width: 9rem !important;
  }
  .widescreen\:w-10rem {
    width: 10rem !important;
  }
  .widescreen\:w-11rem {
    width: 11rem !important;
  }
  .widescreen\:w-12rem {
    width: 12rem !important;
  }
  .widescreen\:w-13rem {
    width: 13rem !important;
  }
  .widescreen\:w-14rem {
    width: 14rem !important;
  }
  .widescreen\:w-15rem {
    width: 15rem !important;
  }
  .widescreen\:w-16rem {
    width: 16rem !important;
  }
  .widescreen\:w-17rem {
    width: 17rem !important;
  }
  .widescreen\:w-18rem {
    width: 18rem !important;
  }
  .widescreen\:w-19rem {
    width: 19rem !important;
  }
  .widescreen\:w-20rem {
    width: 20rem !important;
  }
  .widescreen\:w-21rem {
    width: 21rem !important;
  }
  .widescreen\:w-22rem {
    width: 22rem !important;
  }
  .widescreen\:w-23rem {
    width: 23rem !important;
  }
  .widescreen\:w-24rem {
    width: 24rem !important;
  }
  .widescreen\:w-25rem {
    width: 25rem !important;
  }
  .widescreen\:w-26rem {
    width: 26rem !important;
  }
  .widescreen\:w-27rem {
    width: 27rem !important;
  }
  .widescreen\:w-28rem {
    width: 28rem !important;
  }
  .widescreen\:w-29rem {
    width: 29rem !important;
  }
  .widescreen\:w-30rem {
    width: 30rem !important;
  }
}
.min-h-auto {
  min-height: auto !important;
}

.min-h-0 {
  min-height: 0px !important;
}

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

.min-h-screen {
  min-height: 100vh !important;
}

.min-h-min {
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.min-h-max {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}

.min-h-fit {
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:min-h-auto {
    min-height: auto !important;
  }
  .mobile\:min-h-0 {
    min-height: 0px !important;
  }
  .mobile\:min-h-full {
    min-height: 100% !important;
  }
  .mobile\:min-h-screen {
    min-height: 100vh !important;
  }
  .mobile\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .mobile\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .mobile\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:min-h-auto {
    min-height: auto !important;
  }
  .tablet\:min-h-0 {
    min-height: 0px !important;
  }
  .tablet\:min-h-full {
    min-height: 100% !important;
  }
  .tablet\:min-h-screen {
    min-height: 100vh !important;
  }
  .tablet\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .tablet\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .tablet\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:min-h-auto {
    min-height: auto !important;
  }
  .desktop\:min-h-0 {
    min-height: 0px !important;
  }
  .desktop\:min-h-full {
    min-height: 100% !important;
  }
  .desktop\:min-h-screen {
    min-height: 100vh !important;
  }
  .desktop\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .desktop\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .desktop\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:min-h-auto {
    min-height: auto !important;
  }
  .widescreen\:min-h-0 {
    min-height: 0px !important;
  }
  .widescreen\:min-h-full {
    min-height: 100% !important;
  }
  .widescreen\:min-h-screen {
    min-height: 100vh !important;
  }
  .widescreen\:min-h-min {
    min-height: -moz-min-content !important;
    min-height: min-content !important;
  }
  .widescreen\:min-h-max {
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .widescreen\:min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.min-w-auto {
  min-width: auto !important;
}

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

.min-w-full {
  min-width: 100% !important;
}

.min-w-screen {
  min-width: 100vw !important;
}

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:min-w-auto {
    min-width: auto !important;
  }
  .mobile\:min-w-0 {
    min-width: 0px !important;
  }
  .mobile\:min-w-full {
    min-width: 100% !important;
  }
  .mobile\:min-w-screen {
    min-width: 100vw !important;
  }
  .mobile\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .mobile\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .mobile\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:min-w-auto {
    min-width: auto !important;
  }
  .tablet\:min-w-0 {
    min-width: 0px !important;
  }
  .tablet\:min-w-full {
    min-width: 100% !important;
  }
  .tablet\:min-w-screen {
    min-width: 100vw !important;
  }
  .tablet\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .tablet\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .tablet\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:min-w-auto {
    min-width: auto !important;
  }
  .desktop\:min-w-0 {
    min-width: 0px !important;
  }
  .desktop\:min-w-full {
    min-width: 100% !important;
  }
  .desktop\:min-w-screen {
    min-width: 100vw !important;
  }
  .desktop\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .desktop\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .desktop\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:min-w-auto {
    min-width: auto !important;
  }
  .widescreen\:min-w-0 {
    min-width: 0px !important;
  }
  .widescreen\:min-w-full {
    min-width: 100% !important;
  }
  .widescreen\:min-w-screen {
    min-width: 100vw !important;
  }
  .widescreen\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }
  .widescreen\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .widescreen\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
.max-h-auto {
  max-height: auto !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-min {
  max-height: -moz-min-content !important;
  max-height: min-content !important;
}

.min-h-max {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.min-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:max-h-auto {
    max-height: auto !important;
  }
  .mobile\:max-h-0 {
    max-height: 0px !important;
  }
  .mobile\:max-h-full {
    max-height: 100% !important;
  }
  .mobile\:max-h-screen {
    max-height: 100vh !important;
  }
  .mobile\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .mobile\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .mobile\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:max-h-auto {
    max-height: auto !important;
  }
  .tablet\:max-h-0 {
    max-height: 0px !important;
  }
  .tablet\:max-h-full {
    max-height: 100% !important;
  }
  .tablet\:max-h-screen {
    max-height: 100vh !important;
  }
  .tablet\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .tablet\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .tablet\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:max-h-auto {
    max-height: auto !important;
  }
  .desktop\:max-h-0 {
    max-height: 0px !important;
  }
  .desktop\:max-h-full {
    max-height: 100% !important;
  }
  .desktop\:max-h-screen {
    max-height: 100vh !important;
  }
  .desktop\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .desktop\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .desktop\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:max-h-auto {
    max-height: auto !important;
  }
  .widescreen\:max-h-0 {
    max-height: 0px !important;
  }
  .widescreen\:max-h-full {
    max-height: 100% !important;
  }
  .widescreen\:max-h-screen {
    max-height: 100vh !important;
  }
  .widescreen\:min-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important;
  }
  .widescreen\:min-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  .widescreen\:min-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
  }
}
.max-w-auto {
  max-width: auto !important;
}

.max-w-0 {
  max-width: 0px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen {
  max-width: 100vw !important;
}

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .mobile\:max-w-auto {
    max-width: auto !important;
  }
  .mobile\:max-w-0 {
    max-width: 0px !important;
  }
  .mobile\:max-w-full {
    max-width: 100% !important;
  }
  .mobile\:max-w-screen {
    max-width: 100vw !important;
  }
  .mobile\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .mobile\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .mobile\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:max-w-auto {
    max-width: auto !important;
  }
  .tablet\:max-w-0 {
    max-width: 0px !important;
  }
  .tablet\:max-w-full {
    max-width: 100% !important;
  }
  .tablet\:max-w-screen {
    max-width: 100vw !important;
  }
  .tablet\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .tablet\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .tablet\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:max-w-auto {
    max-width: auto !important;
  }
  .desktop\:max-w-0 {
    max-width: 0px !important;
  }
  .desktop\:max-w-full {
    max-width: 100% !important;
  }
  .desktop\:max-w-screen {
    max-width: 100vw !important;
  }
  .desktop\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .desktop\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .desktop\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:max-w-auto {
    max-width: auto !important;
  }
  .widescreen\:max-w-0 {
    max-width: 0px !important;
  }
  .widescreen\:max-w-full {
    max-width: 100% !important;
  }
  .widescreen\:max-w-screen {
    max-width: 100vw !important;
  }
  .widescreen\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }
  .widescreen\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .widescreen\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.m-xxx-small {
  margin: var(--bal-space-xxx-small) !important;
}

.m-xx-small {
  margin: var(--bal-space-xx-small) !important;
}

.m-x-small {
  margin: var(--bal-space-x-small) !important;
}

.m-small {
  margin: var(--bal-space-small) !important;
}

.m-normal {
  margin: var(--bal-space-normal) !important;
}

.m-medium {
  margin: var(--bal-space-medium) !important;
}

.m-large {
  margin: var(--bal-space-large) !important;
}

.m-x-large {
  margin: var(--bal-space-x-large) !important;
}

.m-xx-large {
  margin: var(--bal-space-xx-large) !important;
}

.m-xxx-large {
  margin: var(--bal-space-xxx-large) !important;
}

.m-xxxx-large {
  margin: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:m-xxx-small {
    margin: var(--bal-space-xxx-small) !important;
  }
  .mobile\:m-xx-small {
    margin: var(--bal-space-xx-small) !important;
  }
  .mobile\:m-x-small {
    margin: var(--bal-space-x-small) !important;
  }
  .mobile\:m-small {
    margin: var(--bal-space-small) !important;
  }
  .mobile\:m-normal {
    margin: var(--bal-space-normal) !important;
  }
  .mobile\:m-medium {
    margin: var(--bal-space-medium) !important;
  }
  .mobile\:m-large {
    margin: var(--bal-space-large) !important;
  }
  .mobile\:m-x-large {
    margin: var(--bal-space-x-large) !important;
  }
  .mobile\:m-xx-large {
    margin: var(--bal-space-xx-large) !important;
  }
  .mobile\:m-xxx-large {
    margin: var(--bal-space-xxx-large) !important;
  }
  .mobile\:m-xxxx-large {
    margin: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .m-none {
    margin: 0 !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .m-xxx-small {
    margin: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:m-xxx-small {
    margin: var(--bal-space-xxx-small-tablet) !important;
  }
  .m-xx-small {
    margin: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:m-xx-small {
    margin: var(--bal-space-xx-small-tablet) !important;
  }
  .m-x-small {
    margin: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:m-x-small {
    margin: var(--bal-space-x-small-tablet) !important;
  }
  .m-small {
    margin: var(--bal-space-small-tablet) !important;
  }
  .tablet\:m-small {
    margin: var(--bal-space-small-tablet) !important;
  }
  .m-normal {
    margin: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:m-normal {
    margin: var(--bal-space-normal-tablet) !important;
  }
  .m-medium {
    margin: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:m-medium {
    margin: var(--bal-space-medium-tablet) !important;
  }
  .m-large {
    margin: var(--bal-space-large-tablet) !important;
  }
  .tablet\:m-large {
    margin: var(--bal-space-large-tablet) !important;
  }
  .m-x-large {
    margin: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:m-x-large {
    margin: var(--bal-space-x-large-tablet) !important;
  }
  .m-xx-large {
    margin: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:m-xx-large {
    margin: var(--bal-space-xx-large-tablet) !important;
  }
  .m-xxx-large {
    margin: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:m-xxx-large {
    margin: var(--bal-space-xxx-large-tablet) !important;
  }
  .m-xxxx-large {
    margin: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:m-xxxx-large {
    margin: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-none {
    margin: 0 !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .m-xxx-small {
    margin: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:m-xxx-small {
    margin: var(--bal-space-xxx-small-desktop) !important;
  }
  .m-xx-small {
    margin: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:m-xx-small {
    margin: var(--bal-space-xx-small-desktop) !important;
  }
  .m-x-small {
    margin: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:m-x-small {
    margin: var(--bal-space-x-small-desktop) !important;
  }
  .m-small {
    margin: var(--bal-space-small-desktop) !important;
  }
  .desktop\:m-small {
    margin: var(--bal-space-small-desktop) !important;
  }
  .m-normal {
    margin: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:m-normal {
    margin: var(--bal-space-normal-desktop) !important;
  }
  .m-medium {
    margin: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:m-medium {
    margin: var(--bal-space-medium-desktop) !important;
  }
  .m-large {
    margin: var(--bal-space-large-desktop) !important;
  }
  .desktop\:m-large {
    margin: var(--bal-space-large-desktop) !important;
  }
  .m-x-large {
    margin: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:m-x-large {
    margin: var(--bal-space-x-large-desktop) !important;
  }
  .m-xx-large {
    margin: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:m-xx-large {
    margin: var(--bal-space-xx-large-desktop) !important;
  }
  .m-xxx-large {
    margin: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:m-xxx-large {
    margin: var(--bal-space-xxx-large-desktop) !important;
  }
  .m-xxxx-large {
    margin: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:m-xxxx-large {
    margin: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

.mx-xxx-small {
  margin-left: var(--bal-space-xxx-small) !important;
  margin-right: var(--bal-space-xxx-small) !important;
}

.mx-xx-small {
  margin-left: var(--bal-space-xx-small) !important;
  margin-right: var(--bal-space-xx-small) !important;
}

.mx-x-small {
  margin-left: var(--bal-space-x-small) !important;
  margin-right: var(--bal-space-x-small) !important;
}

.mx-small {
  margin-left: var(--bal-space-small) !important;
  margin-right: var(--bal-space-small) !important;
}

.mx-normal {
  margin-left: var(--bal-space-normal) !important;
  margin-right: var(--bal-space-normal) !important;
}

.mx-medium {
  margin-left: var(--bal-space-medium) !important;
  margin-right: var(--bal-space-medium) !important;
}

.mx-large {
  margin-left: var(--bal-space-large) !important;
  margin-right: var(--bal-space-large) !important;
}

.mx-x-large {
  margin-left: var(--bal-space-x-large) !important;
  margin-right: var(--bal-space-x-large) !important;
}

.mx-xx-large {
  margin-left: var(--bal-space-xx-large) !important;
  margin-right: var(--bal-space-xx-large) !important;
}

.mx-xxx-large {
  margin-left: var(--bal-space-xxx-large) !important;
  margin-right: var(--bal-space-xxx-large) !important;
}

.mx-xxxx-large {
  margin-left: var(--bal-space-xxxx-large) !important;
  margin-right: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:mx-xxx-small {
    margin-left: var(--bal-space-xxx-small) !important;
    margin-right: var(--bal-space-xxx-small) !important;
  }
  .mobile\:mx-xx-small {
    margin-left: var(--bal-space-xx-small) !important;
    margin-right: var(--bal-space-xx-small) !important;
  }
  .mobile\:mx-x-small {
    margin-left: var(--bal-space-x-small) !important;
    margin-right: var(--bal-space-x-small) !important;
  }
  .mobile\:mx-small {
    margin-left: var(--bal-space-small) !important;
    margin-right: var(--bal-space-small) !important;
  }
  .mobile\:mx-normal {
    margin-left: var(--bal-space-normal) !important;
    margin-right: var(--bal-space-normal) !important;
  }
  .mobile\:mx-medium {
    margin-left: var(--bal-space-medium) !important;
    margin-right: var(--bal-space-medium) !important;
  }
  .mobile\:mx-large {
    margin-left: var(--bal-space-large) !important;
    margin-right: var(--bal-space-large) !important;
  }
  .mobile\:mx-x-large {
    margin-left: var(--bal-space-x-large) !important;
    margin-right: var(--bal-space-x-large) !important;
  }
  .mobile\:mx-xx-large {
    margin-left: var(--bal-space-xx-large) !important;
    margin-right: var(--bal-space-xx-large) !important;
  }
  .mobile\:mx-xxx-large {
    margin-left: var(--bal-space-xxx-large) !important;
    margin-right: var(--bal-space-xxx-large) !important;
  }
  .mobile\:mx-xxxx-large {
    margin-left: var(--bal-space-xxxx-large) !important;
    margin-right: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mx-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xxx-small {
    margin-left: var(--bal-space-xxx-small-tablet) !important;
    margin-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:mx-xxx-small {
    margin-left: var(--bal-space-xxx-small-tablet) !important;
    margin-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .mx-xx-small {
    margin-left: var(--bal-space-xx-small-tablet) !important;
    margin-right: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:mx-xx-small {
    margin-left: var(--bal-space-xx-small-tablet) !important;
    margin-right: var(--bal-space-xx-small-tablet) !important;
  }
  .mx-x-small {
    margin-left: var(--bal-space-x-small-tablet) !important;
    margin-right: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:mx-x-small {
    margin-left: var(--bal-space-x-small-tablet) !important;
    margin-right: var(--bal-space-x-small-tablet) !important;
  }
  .mx-small {
    margin-left: var(--bal-space-small-tablet) !important;
    margin-right: var(--bal-space-small-tablet) !important;
  }
  .tablet\:mx-small {
    margin-left: var(--bal-space-small-tablet) !important;
    margin-right: var(--bal-space-small-tablet) !important;
  }
  .mx-normal {
    margin-left: var(--bal-space-normal-tablet) !important;
    margin-right: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:mx-normal {
    margin-left: var(--bal-space-normal-tablet) !important;
    margin-right: var(--bal-space-normal-tablet) !important;
  }
  .mx-medium {
    margin-left: var(--bal-space-medium-tablet) !important;
    margin-right: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:mx-medium {
    margin-left: var(--bal-space-medium-tablet) !important;
    margin-right: var(--bal-space-medium-tablet) !important;
  }
  .mx-large {
    margin-left: var(--bal-space-large-tablet) !important;
    margin-right: var(--bal-space-large-tablet) !important;
  }
  .tablet\:mx-large {
    margin-left: var(--bal-space-large-tablet) !important;
    margin-right: var(--bal-space-large-tablet) !important;
  }
  .mx-x-large {
    margin-left: var(--bal-space-x-large-tablet) !important;
    margin-right: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:mx-x-large {
    margin-left: var(--bal-space-x-large-tablet) !important;
    margin-right: var(--bal-space-x-large-tablet) !important;
  }
  .mx-xx-large {
    margin-left: var(--bal-space-xx-large-tablet) !important;
    margin-right: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:mx-xx-large {
    margin-left: var(--bal-space-xx-large-tablet) !important;
    margin-right: var(--bal-space-xx-large-tablet) !important;
  }
  .mx-xxx-large {
    margin-left: var(--bal-space-xxx-large-tablet) !important;
    margin-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:mx-xxx-large {
    margin-left: var(--bal-space-xxx-large-tablet) !important;
    margin-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .mx-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-tablet) !important;
    margin-right: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:mx-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-tablet) !important;
    margin-right: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mx-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-xxx-small {
    margin-left: var(--bal-space-xxx-small-desktop) !important;
    margin-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:mx-xxx-small {
    margin-left: var(--bal-space-xxx-small-desktop) !important;
    margin-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .mx-xx-small {
    margin-left: var(--bal-space-xx-small-desktop) !important;
    margin-right: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:mx-xx-small {
    margin-left: var(--bal-space-xx-small-desktop) !important;
    margin-right: var(--bal-space-xx-small-desktop) !important;
  }
  .mx-x-small {
    margin-left: var(--bal-space-x-small-desktop) !important;
    margin-right: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:mx-x-small {
    margin-left: var(--bal-space-x-small-desktop) !important;
    margin-right: var(--bal-space-x-small-desktop) !important;
  }
  .mx-small {
    margin-left: var(--bal-space-small-desktop) !important;
    margin-right: var(--bal-space-small-desktop) !important;
  }
  .desktop\:mx-small {
    margin-left: var(--bal-space-small-desktop) !important;
    margin-right: var(--bal-space-small-desktop) !important;
  }
  .mx-normal {
    margin-left: var(--bal-space-normal-desktop) !important;
    margin-right: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:mx-normal {
    margin-left: var(--bal-space-normal-desktop) !important;
    margin-right: var(--bal-space-normal-desktop) !important;
  }
  .mx-medium {
    margin-left: var(--bal-space-medium-desktop) !important;
    margin-right: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:mx-medium {
    margin-left: var(--bal-space-medium-desktop) !important;
    margin-right: var(--bal-space-medium-desktop) !important;
  }
  .mx-large {
    margin-left: var(--bal-space-large-desktop) !important;
    margin-right: var(--bal-space-large-desktop) !important;
  }
  .desktop\:mx-large {
    margin-left: var(--bal-space-large-desktop) !important;
    margin-right: var(--bal-space-large-desktop) !important;
  }
  .mx-x-large {
    margin-left: var(--bal-space-x-large-desktop) !important;
    margin-right: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:mx-x-large {
    margin-left: var(--bal-space-x-large-desktop) !important;
    margin-right: var(--bal-space-x-large-desktop) !important;
  }
  .mx-xx-large {
    margin-left: var(--bal-space-xx-large-desktop) !important;
    margin-right: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:mx-xx-large {
    margin-left: var(--bal-space-xx-large-desktop) !important;
    margin-right: var(--bal-space-xx-large-desktop) !important;
  }
  .mx-xxx-large {
    margin-left: var(--bal-space-xxx-large-desktop) !important;
    margin-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:mx-xxx-large {
    margin-left: var(--bal-space-xxx-large-desktop) !important;
    margin-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .mx-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-desktop) !important;
    margin-right: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:mx-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-desktop) !important;
    margin-right: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-xxx-small {
  margin-top: var(--bal-space-xxx-small) !important;
  margin-bottom: var(--bal-space-xxx-small) !important;
}

.my-xx-small {
  margin-top: var(--bal-space-xx-small) !important;
  margin-bottom: var(--bal-space-xx-small) !important;
}

.my-x-small {
  margin-top: var(--bal-space-x-small) !important;
  margin-bottom: var(--bal-space-x-small) !important;
}

.my-small {
  margin-top: var(--bal-space-small) !important;
  margin-bottom: var(--bal-space-small) !important;
}

.my-normal {
  margin-top: var(--bal-space-normal) !important;
  margin-bottom: var(--bal-space-normal) !important;
}

.my-medium {
  margin-top: var(--bal-space-medium) !important;
  margin-bottom: var(--bal-space-medium) !important;
}

.my-large {
  margin-top: var(--bal-space-large) !important;
  margin-bottom: var(--bal-space-large) !important;
}

.my-x-large {
  margin-top: var(--bal-space-x-large) !important;
  margin-bottom: var(--bal-space-x-large) !important;
}

.my-xx-large {
  margin-top: var(--bal-space-xx-large) !important;
  margin-bottom: var(--bal-space-xx-large) !important;
}

.my-xxx-large {
  margin-top: var(--bal-space-xxx-large) !important;
  margin-bottom: var(--bal-space-xxx-large) !important;
}

.my-xxxx-large {
  margin-top: var(--bal-space-xxxx-large) !important;
  margin-bottom: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:my-xxx-small {
    margin-top: var(--bal-space-xxx-small) !important;
    margin-bottom: var(--bal-space-xxx-small) !important;
  }
  .mobile\:my-xx-small {
    margin-top: var(--bal-space-xx-small) !important;
    margin-bottom: var(--bal-space-xx-small) !important;
  }
  .mobile\:my-x-small {
    margin-top: var(--bal-space-x-small) !important;
    margin-bottom: var(--bal-space-x-small) !important;
  }
  .mobile\:my-small {
    margin-top: var(--bal-space-small) !important;
    margin-bottom: var(--bal-space-small) !important;
  }
  .mobile\:my-normal {
    margin-top: var(--bal-space-normal) !important;
    margin-bottom: var(--bal-space-normal) !important;
  }
  .mobile\:my-medium {
    margin-top: var(--bal-space-medium) !important;
    margin-bottom: var(--bal-space-medium) !important;
  }
  .mobile\:my-large {
    margin-top: var(--bal-space-large) !important;
    margin-bottom: var(--bal-space-large) !important;
  }
  .mobile\:my-x-large {
    margin-top: var(--bal-space-x-large) !important;
    margin-bottom: var(--bal-space-x-large) !important;
  }
  .mobile\:my-xx-large {
    margin-top: var(--bal-space-xx-large) !important;
    margin-bottom: var(--bal-space-xx-large) !important;
  }
  .mobile\:my-xxx-large {
    margin-top: var(--bal-space-xxx-large) !important;
    margin-bottom: var(--bal-space-xxx-large) !important;
  }
  .mobile\:my-xxxx-large {
    margin-top: var(--bal-space-xxxx-large) !important;
    margin-bottom: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .my-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xxx-small {
    margin-top: var(--bal-space-xxx-small-tablet) !important;
    margin-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:my-xxx-small {
    margin-top: var(--bal-space-xxx-small-tablet) !important;
    margin-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .my-xx-small {
    margin-top: var(--bal-space-xx-small-tablet) !important;
    margin-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:my-xx-small {
    margin-top: var(--bal-space-xx-small-tablet) !important;
    margin-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .my-x-small {
    margin-top: var(--bal-space-x-small-tablet) !important;
    margin-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:my-x-small {
    margin-top: var(--bal-space-x-small-tablet) !important;
    margin-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .my-small {
    margin-top: var(--bal-space-small-tablet) !important;
    margin-bottom: var(--bal-space-small-tablet) !important;
  }
  .tablet\:my-small {
    margin-top: var(--bal-space-small-tablet) !important;
    margin-bottom: var(--bal-space-small-tablet) !important;
  }
  .my-normal {
    margin-top: var(--bal-space-normal-tablet) !important;
    margin-bottom: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:my-normal {
    margin-top: var(--bal-space-normal-tablet) !important;
    margin-bottom: var(--bal-space-normal-tablet) !important;
  }
  .my-medium {
    margin-top: var(--bal-space-medium-tablet) !important;
    margin-bottom: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:my-medium {
    margin-top: var(--bal-space-medium-tablet) !important;
    margin-bottom: var(--bal-space-medium-tablet) !important;
  }
  .my-large {
    margin-top: var(--bal-space-large-tablet) !important;
    margin-bottom: var(--bal-space-large-tablet) !important;
  }
  .tablet\:my-large {
    margin-top: var(--bal-space-large-tablet) !important;
    margin-bottom: var(--bal-space-large-tablet) !important;
  }
  .my-x-large {
    margin-top: var(--bal-space-x-large-tablet) !important;
    margin-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:my-x-large {
    margin-top: var(--bal-space-x-large-tablet) !important;
    margin-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .my-xx-large {
    margin-top: var(--bal-space-xx-large-tablet) !important;
    margin-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:my-xx-large {
    margin-top: var(--bal-space-xx-large-tablet) !important;
    margin-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .my-xxx-large {
    margin-top: var(--bal-space-xxx-large-tablet) !important;
    margin-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:my-xxx-large {
    margin-top: var(--bal-space-xxx-large-tablet) !important;
    margin-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .my-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-tablet) !important;
    margin-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:my-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-tablet) !important;
    margin-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .my-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-xxx-small {
    margin-top: var(--bal-space-xxx-small-desktop) !important;
    margin-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:my-xxx-small {
    margin-top: var(--bal-space-xxx-small-desktop) !important;
    margin-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .my-xx-small {
    margin-top: var(--bal-space-xx-small-desktop) !important;
    margin-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:my-xx-small {
    margin-top: var(--bal-space-xx-small-desktop) !important;
    margin-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .my-x-small {
    margin-top: var(--bal-space-x-small-desktop) !important;
    margin-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:my-x-small {
    margin-top: var(--bal-space-x-small-desktop) !important;
    margin-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .my-small {
    margin-top: var(--bal-space-small-desktop) !important;
    margin-bottom: var(--bal-space-small-desktop) !important;
  }
  .desktop\:my-small {
    margin-top: var(--bal-space-small-desktop) !important;
    margin-bottom: var(--bal-space-small-desktop) !important;
  }
  .my-normal {
    margin-top: var(--bal-space-normal-desktop) !important;
    margin-bottom: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:my-normal {
    margin-top: var(--bal-space-normal-desktop) !important;
    margin-bottom: var(--bal-space-normal-desktop) !important;
  }
  .my-medium {
    margin-top: var(--bal-space-medium-desktop) !important;
    margin-bottom: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:my-medium {
    margin-top: var(--bal-space-medium-desktop) !important;
    margin-bottom: var(--bal-space-medium-desktop) !important;
  }
  .my-large {
    margin-top: var(--bal-space-large-desktop) !important;
    margin-bottom: var(--bal-space-large-desktop) !important;
  }
  .desktop\:my-large {
    margin-top: var(--bal-space-large-desktop) !important;
    margin-bottom: var(--bal-space-large-desktop) !important;
  }
  .my-x-large {
    margin-top: var(--bal-space-x-large-desktop) !important;
    margin-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:my-x-large {
    margin-top: var(--bal-space-x-large-desktop) !important;
    margin-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .my-xx-large {
    margin-top: var(--bal-space-xx-large-desktop) !important;
    margin-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:my-xx-large {
    margin-top: var(--bal-space-xx-large-desktop) !important;
    margin-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .my-xxx-large {
    margin-top: var(--bal-space-xxx-large-desktop) !important;
    margin-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:my-xxx-large {
    margin-top: var(--bal-space-xxx-large-desktop) !important;
    margin-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .my-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-desktop) !important;
    margin-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:my-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-desktop) !important;
    margin-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

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

.mt-xxx-small {
  margin-top: var(--bal-space-xxx-small) !important;
}

.mt-xx-small {
  margin-top: var(--bal-space-xx-small) !important;
}

.mt-x-small {
  margin-top: var(--bal-space-x-small) !important;
}

.mt-small {
  margin-top: var(--bal-space-small) !important;
}

.mt-normal {
  margin-top: var(--bal-space-normal) !important;
}

.mt-medium {
  margin-top: var(--bal-space-medium) !important;
}

.mt-large {
  margin-top: var(--bal-space-large) !important;
}

.mt-x-large {
  margin-top: var(--bal-space-x-large) !important;
}

.mt-xx-large {
  margin-top: var(--bal-space-xx-large) !important;
}

.mt-xxx-large {
  margin-top: var(--bal-space-xxx-large) !important;
}

.mt-xxxx-large {
  margin-top: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:mt-xxx-small {
    margin-top: var(--bal-space-xxx-small) !important;
  }
  .mobile\:mt-xx-small {
    margin-top: var(--bal-space-xx-small) !important;
  }
  .mobile\:mt-x-small {
    margin-top: var(--bal-space-x-small) !important;
  }
  .mobile\:mt-small {
    margin-top: var(--bal-space-small) !important;
  }
  .mobile\:mt-normal {
    margin-top: var(--bal-space-normal) !important;
  }
  .mobile\:mt-medium {
    margin-top: var(--bal-space-medium) !important;
  }
  .mobile\:mt-large {
    margin-top: var(--bal-space-large) !important;
  }
  .mobile\:mt-x-large {
    margin-top: var(--bal-space-x-large) !important;
  }
  .mobile\:mt-xx-large {
    margin-top: var(--bal-space-xx-large) !important;
  }
  .mobile\:mt-xxx-large {
    margin-top: var(--bal-space-xxx-large) !important;
  }
  .mobile\:mt-xxxx-large {
    margin-top: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mt-none {
    margin-top: 0 !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mt-xxx-small {
    margin-top: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:mt-xxx-small {
    margin-top: var(--bal-space-xxx-small-tablet) !important;
  }
  .mt-xx-small {
    margin-top: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:mt-xx-small {
    margin-top: var(--bal-space-xx-small-tablet) !important;
  }
  .mt-x-small {
    margin-top: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:mt-x-small {
    margin-top: var(--bal-space-x-small-tablet) !important;
  }
  .mt-small {
    margin-top: var(--bal-space-small-tablet) !important;
  }
  .tablet\:mt-small {
    margin-top: var(--bal-space-small-tablet) !important;
  }
  .mt-normal {
    margin-top: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:mt-normal {
    margin-top: var(--bal-space-normal-tablet) !important;
  }
  .mt-medium {
    margin-top: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:mt-medium {
    margin-top: var(--bal-space-medium-tablet) !important;
  }
  .mt-large {
    margin-top: var(--bal-space-large-tablet) !important;
  }
  .tablet\:mt-large {
    margin-top: var(--bal-space-large-tablet) !important;
  }
  .mt-x-large {
    margin-top: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:mt-x-large {
    margin-top: var(--bal-space-x-large-tablet) !important;
  }
  .mt-xx-large {
    margin-top: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:mt-xx-large {
    margin-top: var(--bal-space-xx-large-tablet) !important;
  }
  .mt-xxx-large {
    margin-top: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:mt-xxx-large {
    margin-top: var(--bal-space-xxx-large-tablet) !important;
  }
  .mt-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:mt-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mt-none {
    margin-top: 0 !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .mt-xxx-small {
    margin-top: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:mt-xxx-small {
    margin-top: var(--bal-space-xxx-small-desktop) !important;
  }
  .mt-xx-small {
    margin-top: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:mt-xx-small {
    margin-top: var(--bal-space-xx-small-desktop) !important;
  }
  .mt-x-small {
    margin-top: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:mt-x-small {
    margin-top: var(--bal-space-x-small-desktop) !important;
  }
  .mt-small {
    margin-top: var(--bal-space-small-desktop) !important;
  }
  .desktop\:mt-small {
    margin-top: var(--bal-space-small-desktop) !important;
  }
  .mt-normal {
    margin-top: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:mt-normal {
    margin-top: var(--bal-space-normal-desktop) !important;
  }
  .mt-medium {
    margin-top: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:mt-medium {
    margin-top: var(--bal-space-medium-desktop) !important;
  }
  .mt-large {
    margin-top: var(--bal-space-large-desktop) !important;
  }
  .desktop\:mt-large {
    margin-top: var(--bal-space-large-desktop) !important;
  }
  .mt-x-large {
    margin-top: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:mt-x-large {
    margin-top: var(--bal-space-x-large-desktop) !important;
  }
  .mt-xx-large {
    margin-top: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:mt-xx-large {
    margin-top: var(--bal-space-xx-large-desktop) !important;
  }
  .mt-xxx-large {
    margin-top: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:mt-xxx-large {
    margin-top: var(--bal-space-xxx-large-desktop) !important;
  }
  .mt-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:mt-xxxx-large {
    margin-top: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.mr-none {
  margin-right: 0 !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mr-xxx-small {
  margin-right: var(--bal-space-xxx-small) !important;
}

.mr-xx-small {
  margin-right: var(--bal-space-xx-small) !important;
}

.mr-x-small {
  margin-right: var(--bal-space-x-small) !important;
}

.mr-small {
  margin-right: var(--bal-space-small) !important;
}

.mr-normal {
  margin-right: var(--bal-space-normal) !important;
}

.mr-medium {
  margin-right: var(--bal-space-medium) !important;
}

.mr-large {
  margin-right: var(--bal-space-large) !important;
}

.mr-x-large {
  margin-right: var(--bal-space-x-large) !important;
}

.mr-xx-large {
  margin-right: var(--bal-space-xx-large) !important;
}

.mr-xxx-large {
  margin-right: var(--bal-space-xxx-large) !important;
}

.mr-xxxx-large {
  margin-right: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:mr-xxx-small {
    margin-right: var(--bal-space-xxx-small) !important;
  }
  .mobile\:mr-xx-small {
    margin-right: var(--bal-space-xx-small) !important;
  }
  .mobile\:mr-x-small {
    margin-right: var(--bal-space-x-small) !important;
  }
  .mobile\:mr-small {
    margin-right: var(--bal-space-small) !important;
  }
  .mobile\:mr-normal {
    margin-right: var(--bal-space-normal) !important;
  }
  .mobile\:mr-medium {
    margin-right: var(--bal-space-medium) !important;
  }
  .mobile\:mr-large {
    margin-right: var(--bal-space-large) !important;
  }
  .mobile\:mr-x-large {
    margin-right: var(--bal-space-x-large) !important;
  }
  .mobile\:mr-xx-large {
    margin-right: var(--bal-space-xx-large) !important;
  }
  .mobile\:mr-xxx-large {
    margin-right: var(--bal-space-xxx-large) !important;
  }
  .mobile\:mr-xxxx-large {
    margin-right: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mr-none {
    margin-right: 0 !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mr-xxx-small {
    margin-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:mr-xxx-small {
    margin-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .mr-xx-small {
    margin-right: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:mr-xx-small {
    margin-right: var(--bal-space-xx-small-tablet) !important;
  }
  .mr-x-small {
    margin-right: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:mr-x-small {
    margin-right: var(--bal-space-x-small-tablet) !important;
  }
  .mr-small {
    margin-right: var(--bal-space-small-tablet) !important;
  }
  .tablet\:mr-small {
    margin-right: var(--bal-space-small-tablet) !important;
  }
  .mr-normal {
    margin-right: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:mr-normal {
    margin-right: var(--bal-space-normal-tablet) !important;
  }
  .mr-medium {
    margin-right: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:mr-medium {
    margin-right: var(--bal-space-medium-tablet) !important;
  }
  .mr-large {
    margin-right: var(--bal-space-large-tablet) !important;
  }
  .tablet\:mr-large {
    margin-right: var(--bal-space-large-tablet) !important;
  }
  .mr-x-large {
    margin-right: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:mr-x-large {
    margin-right: var(--bal-space-x-large-tablet) !important;
  }
  .mr-xx-large {
    margin-right: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:mr-xx-large {
    margin-right: var(--bal-space-xx-large-tablet) !important;
  }
  .mr-xxx-large {
    margin-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:mr-xxx-large {
    margin-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .mr-xxxx-large {
    margin-right: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:mr-xxxx-large {
    margin-right: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mr-none {
    margin-right: 0 !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  .mr-xxx-small {
    margin-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:mr-xxx-small {
    margin-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .mr-xx-small {
    margin-right: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:mr-xx-small {
    margin-right: var(--bal-space-xx-small-desktop) !important;
  }
  .mr-x-small {
    margin-right: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:mr-x-small {
    margin-right: var(--bal-space-x-small-desktop) !important;
  }
  .mr-small {
    margin-right: var(--bal-space-small-desktop) !important;
  }
  .desktop\:mr-small {
    margin-right: var(--bal-space-small-desktop) !important;
  }
  .mr-normal {
    margin-right: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:mr-normal {
    margin-right: var(--bal-space-normal-desktop) !important;
  }
  .mr-medium {
    margin-right: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:mr-medium {
    margin-right: var(--bal-space-medium-desktop) !important;
  }
  .mr-large {
    margin-right: var(--bal-space-large-desktop) !important;
  }
  .desktop\:mr-large {
    margin-right: var(--bal-space-large-desktop) !important;
  }
  .mr-x-large {
    margin-right: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:mr-x-large {
    margin-right: var(--bal-space-x-large-desktop) !important;
  }
  .mr-xx-large {
    margin-right: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:mr-xx-large {
    margin-right: var(--bal-space-xx-large-desktop) !important;
  }
  .mr-xxx-large {
    margin-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:mr-xxx-large {
    margin-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .mr-xxxx-large {
    margin-right: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:mr-xxxx-large {
    margin-right: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-xxx-small {
  margin-bottom: var(--bal-space-xxx-small) !important;
}

.mb-xx-small {
  margin-bottom: var(--bal-space-xx-small) !important;
}

.mb-x-small {
  margin-bottom: var(--bal-space-x-small) !important;
}

.mb-small {
  margin-bottom: var(--bal-space-small) !important;
}

.mb-normal {
  margin-bottom: var(--bal-space-normal) !important;
}

.mb-medium {
  margin-bottom: var(--bal-space-medium) !important;
}

.mb-large {
  margin-bottom: var(--bal-space-large) !important;
}

.mb-x-large {
  margin-bottom: var(--bal-space-x-large) !important;
}

.mb-xx-large {
  margin-bottom: var(--bal-space-xx-large) !important;
}

.mb-xxx-large {
  margin-bottom: var(--bal-space-xxx-large) !important;
}

.mb-xxxx-large {
  margin-bottom: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:mb-xxx-small {
    margin-bottom: var(--bal-space-xxx-small) !important;
  }
  .mobile\:mb-xx-small {
    margin-bottom: var(--bal-space-xx-small) !important;
  }
  .mobile\:mb-x-small {
    margin-bottom: var(--bal-space-x-small) !important;
  }
  .mobile\:mb-small {
    margin-bottom: var(--bal-space-small) !important;
  }
  .mobile\:mb-normal {
    margin-bottom: var(--bal-space-normal) !important;
  }
  .mobile\:mb-medium {
    margin-bottom: var(--bal-space-medium) !important;
  }
  .mobile\:mb-large {
    margin-bottom: var(--bal-space-large) !important;
  }
  .mobile\:mb-x-large {
    margin-bottom: var(--bal-space-x-large) !important;
  }
  .mobile\:mb-xx-large {
    margin-bottom: var(--bal-space-xx-large) !important;
  }
  .mobile\:mb-xxx-large {
    margin-bottom: var(--bal-space-xxx-large) !important;
  }
  .mobile\:mb-xxxx-large {
    margin-bottom: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .mb-none {
    margin-bottom: 0 !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .mb-xxx-small {
    margin-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:mb-xxx-small {
    margin-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .mb-xx-small {
    margin-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:mb-xx-small {
    margin-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .mb-x-small {
    margin-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:mb-x-small {
    margin-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .mb-small {
    margin-bottom: var(--bal-space-small-tablet) !important;
  }
  .tablet\:mb-small {
    margin-bottom: var(--bal-space-small-tablet) !important;
  }
  .mb-normal {
    margin-bottom: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:mb-normal {
    margin-bottom: var(--bal-space-normal-tablet) !important;
  }
  .mb-medium {
    margin-bottom: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:mb-medium {
    margin-bottom: var(--bal-space-medium-tablet) !important;
  }
  .mb-large {
    margin-bottom: var(--bal-space-large-tablet) !important;
  }
  .tablet\:mb-large {
    margin-bottom: var(--bal-space-large-tablet) !important;
  }
  .mb-x-large {
    margin-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:mb-x-large {
    margin-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .mb-xx-large {
    margin-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:mb-xx-large {
    margin-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .mb-xxx-large {
    margin-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:mb-xxx-large {
    margin-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .mb-xxxx-large {
    margin-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:mb-xxxx-large {
    margin-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .mb-none {
    margin-bottom: 0 !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .mb-xxx-small {
    margin-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:mb-xxx-small {
    margin-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .mb-xx-small {
    margin-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:mb-xx-small {
    margin-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .mb-x-small {
    margin-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:mb-x-small {
    margin-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .mb-small {
    margin-bottom: var(--bal-space-small-desktop) !important;
  }
  .desktop\:mb-small {
    margin-bottom: var(--bal-space-small-desktop) !important;
  }
  .mb-normal {
    margin-bottom: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:mb-normal {
    margin-bottom: var(--bal-space-normal-desktop) !important;
  }
  .mb-medium {
    margin-bottom: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:mb-medium {
    margin-bottom: var(--bal-space-medium-desktop) !important;
  }
  .mb-large {
    margin-bottom: var(--bal-space-large-desktop) !important;
  }
  .desktop\:mb-large {
    margin-bottom: var(--bal-space-large-desktop) !important;
  }
  .mb-x-large {
    margin-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:mb-x-large {
    margin-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .mb-xx-large {
    margin-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:mb-xx-large {
    margin-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .mb-xxx-large {
    margin-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:mb-xxx-large {
    margin-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .mb-xxxx-large {
    margin-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:mb-xxxx-large {
    margin-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.ml-none {
  margin-left: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-xxx-small {
  margin-left: var(--bal-space-xxx-small) !important;
}

.ml-xx-small {
  margin-left: var(--bal-space-xx-small) !important;
}

.ml-x-small {
  margin-left: var(--bal-space-x-small) !important;
}

.ml-small {
  margin-left: var(--bal-space-small) !important;
}

.ml-normal {
  margin-left: var(--bal-space-normal) !important;
}

.ml-medium {
  margin-left: var(--bal-space-medium) !important;
}

.ml-large {
  margin-left: var(--bal-space-large) !important;
}

.ml-x-large {
  margin-left: var(--bal-space-x-large) !important;
}

.ml-xx-large {
  margin-left: var(--bal-space-xx-large) !important;
}

.ml-xxx-large {
  margin-left: var(--bal-space-xxx-large) !important;
}

.ml-xxxx-large {
  margin-left: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:ml-xxx-small {
    margin-left: var(--bal-space-xxx-small) !important;
  }
  .mobile\:ml-xx-small {
    margin-left: var(--bal-space-xx-small) !important;
  }
  .mobile\:ml-x-small {
    margin-left: var(--bal-space-x-small) !important;
  }
  .mobile\:ml-small {
    margin-left: var(--bal-space-small) !important;
  }
  .mobile\:ml-normal {
    margin-left: var(--bal-space-normal) !important;
  }
  .mobile\:ml-medium {
    margin-left: var(--bal-space-medium) !important;
  }
  .mobile\:ml-large {
    margin-left: var(--bal-space-large) !important;
  }
  .mobile\:ml-x-large {
    margin-left: var(--bal-space-x-large) !important;
  }
  .mobile\:ml-xx-large {
    margin-left: var(--bal-space-xx-large) !important;
  }
  .mobile\:ml-xxx-large {
    margin-left: var(--bal-space-xxx-large) !important;
  }
  .mobile\:ml-xxxx-large {
    margin-left: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .ml-none {
    margin-left: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .ml-xxx-small {
    margin-left: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:ml-xxx-small {
    margin-left: var(--bal-space-xxx-small-tablet) !important;
  }
  .ml-xx-small {
    margin-left: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:ml-xx-small {
    margin-left: var(--bal-space-xx-small-tablet) !important;
  }
  .ml-x-small {
    margin-left: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:ml-x-small {
    margin-left: var(--bal-space-x-small-tablet) !important;
  }
  .ml-small {
    margin-left: var(--bal-space-small-tablet) !important;
  }
  .tablet\:ml-small {
    margin-left: var(--bal-space-small-tablet) !important;
  }
  .ml-normal {
    margin-left: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:ml-normal {
    margin-left: var(--bal-space-normal-tablet) !important;
  }
  .ml-medium {
    margin-left: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:ml-medium {
    margin-left: var(--bal-space-medium-tablet) !important;
  }
  .ml-large {
    margin-left: var(--bal-space-large-tablet) !important;
  }
  .tablet\:ml-large {
    margin-left: var(--bal-space-large-tablet) !important;
  }
  .ml-x-large {
    margin-left: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:ml-x-large {
    margin-left: var(--bal-space-x-large-tablet) !important;
  }
  .ml-xx-large {
    margin-left: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:ml-xx-large {
    margin-left: var(--bal-space-xx-large-tablet) !important;
  }
  .ml-xxx-large {
    margin-left: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:ml-xxx-large {
    margin-left: var(--bal-space-xxx-large-tablet) !important;
  }
  .ml-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:ml-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .ml-none {
    margin-left: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .ml-xxx-small {
    margin-left: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:ml-xxx-small {
    margin-left: var(--bal-space-xxx-small-desktop) !important;
  }
  .ml-xx-small {
    margin-left: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:ml-xx-small {
    margin-left: var(--bal-space-xx-small-desktop) !important;
  }
  .ml-x-small {
    margin-left: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:ml-x-small {
    margin-left: var(--bal-space-x-small-desktop) !important;
  }
  .ml-small {
    margin-left: var(--bal-space-small-desktop) !important;
  }
  .desktop\:ml-small {
    margin-left: var(--bal-space-small-desktop) !important;
  }
  .ml-normal {
    margin-left: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:ml-normal {
    margin-left: var(--bal-space-normal-desktop) !important;
  }
  .ml-medium {
    margin-left: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:ml-medium {
    margin-left: var(--bal-space-medium-desktop) !important;
  }
  .ml-large {
    margin-left: var(--bal-space-large-desktop) !important;
  }
  .desktop\:ml-large {
    margin-left: var(--bal-space-large-desktop) !important;
  }
  .ml-x-large {
    margin-left: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:ml-x-large {
    margin-left: var(--bal-space-x-large-desktop) !important;
  }
  .ml-xx-large {
    margin-left: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:ml-xx-large {
    margin-left: var(--bal-space-xx-large-desktop) !important;
  }
  .ml-xxx-large {
    margin-left: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:ml-xxx-large {
    margin-left: var(--bal-space-xxx-large-desktop) !important;
  }
  .ml-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:ml-xxxx-large {
    margin-left: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.p-none {
  padding: 0 !important;
}

.p-auto {
  padding: auto !important;
}

.p-xxx-small {
  padding: var(--bal-space-xxx-small) !important;
}

.p-xx-small {
  padding: var(--bal-space-xx-small) !important;
}

.p-x-small {
  padding: var(--bal-space-x-small) !important;
}

.p-small {
  padding: var(--bal-space-small) !important;
}

.p-normal {
  padding: var(--bal-space-normal) !important;
}

.p-medium {
  padding: var(--bal-space-medium) !important;
}

.p-large {
  padding: var(--bal-space-large) !important;
}

.p-x-large {
  padding: var(--bal-space-x-large) !important;
}

.p-xx-large {
  padding: var(--bal-space-xx-large) !important;
}

.p-xxx-large {
  padding: var(--bal-space-xxx-large) !important;
}

.p-xxxx-large {
  padding: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:p-xxx-small {
    padding: var(--bal-space-xxx-small) !important;
  }
  .mobile\:p-xx-small {
    padding: var(--bal-space-xx-small) !important;
  }
  .mobile\:p-x-small {
    padding: var(--bal-space-x-small) !important;
  }
  .mobile\:p-small {
    padding: var(--bal-space-small) !important;
  }
  .mobile\:p-normal {
    padding: var(--bal-space-normal) !important;
  }
  .mobile\:p-medium {
    padding: var(--bal-space-medium) !important;
  }
  .mobile\:p-large {
    padding: var(--bal-space-large) !important;
  }
  .mobile\:p-x-large {
    padding: var(--bal-space-x-large) !important;
  }
  .mobile\:p-xx-large {
    padding: var(--bal-space-xx-large) !important;
  }
  .mobile\:p-xxx-large {
    padding: var(--bal-space-xxx-large) !important;
  }
  .mobile\:p-xxxx-large {
    padding: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .p-none {
    padding: 0 !important;
  }
  .p-auto {
    padding: auto !important;
  }
  .p-xxx-small {
    padding: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:p-xxx-small {
    padding: var(--bal-space-xxx-small-tablet) !important;
  }
  .p-xx-small {
    padding: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:p-xx-small {
    padding: var(--bal-space-xx-small-tablet) !important;
  }
  .p-x-small {
    padding: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:p-x-small {
    padding: var(--bal-space-x-small-tablet) !important;
  }
  .p-small {
    padding: var(--bal-space-small-tablet) !important;
  }
  .tablet\:p-small {
    padding: var(--bal-space-small-tablet) !important;
  }
  .p-normal {
    padding: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:p-normal {
    padding: var(--bal-space-normal-tablet) !important;
  }
  .p-medium {
    padding: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:p-medium {
    padding: var(--bal-space-medium-tablet) !important;
  }
  .p-large {
    padding: var(--bal-space-large-tablet) !important;
  }
  .tablet\:p-large {
    padding: var(--bal-space-large-tablet) !important;
  }
  .p-x-large {
    padding: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:p-x-large {
    padding: var(--bal-space-x-large-tablet) !important;
  }
  .p-xx-large {
    padding: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:p-xx-large {
    padding: var(--bal-space-xx-large-tablet) !important;
  }
  .p-xxx-large {
    padding: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:p-xxx-large {
    padding: var(--bal-space-xxx-large-tablet) !important;
  }
  .p-xxxx-large {
    padding: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:p-xxxx-large {
    padding: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-none {
    padding: 0 !important;
  }
  .p-auto {
    padding: auto !important;
  }
  .p-xxx-small {
    padding: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:p-xxx-small {
    padding: var(--bal-space-xxx-small-desktop) !important;
  }
  .p-xx-small {
    padding: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:p-xx-small {
    padding: var(--bal-space-xx-small-desktop) !important;
  }
  .p-x-small {
    padding: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:p-x-small {
    padding: var(--bal-space-x-small-desktop) !important;
  }
  .p-small {
    padding: var(--bal-space-small-desktop) !important;
  }
  .desktop\:p-small {
    padding: var(--bal-space-small-desktop) !important;
  }
  .p-normal {
    padding: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:p-normal {
    padding: var(--bal-space-normal-desktop) !important;
  }
  .p-medium {
    padding: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:p-medium {
    padding: var(--bal-space-medium-desktop) !important;
  }
  .p-large {
    padding: var(--bal-space-large-desktop) !important;
  }
  .desktop\:p-large {
    padding: var(--bal-space-large-desktop) !important;
  }
  .p-x-large {
    padding: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:p-x-large {
    padding: var(--bal-space-x-large-desktop) !important;
  }
  .p-xx-large {
    padding: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:p-xx-large {
    padding: var(--bal-space-xx-large-desktop) !important;
  }
  .p-xxx-large {
    padding: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:p-xxx-large {
    padding: var(--bal-space-xxx-large-desktop) !important;
  }
  .p-xxxx-large {
    padding: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:p-xxxx-large {
    padding: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-xxx-small {
  padding-left: var(--bal-space-xxx-small) !important;
  padding-right: var(--bal-space-xxx-small) !important;
}

.px-xx-small {
  padding-left: var(--bal-space-xx-small) !important;
  padding-right: var(--bal-space-xx-small) !important;
}

.px-x-small {
  padding-left: var(--bal-space-x-small) !important;
  padding-right: var(--bal-space-x-small) !important;
}

.px-small {
  padding-left: var(--bal-space-small) !important;
  padding-right: var(--bal-space-small) !important;
}

.px-normal {
  padding-left: var(--bal-space-normal) !important;
  padding-right: var(--bal-space-normal) !important;
}

.px-medium {
  padding-left: var(--bal-space-medium) !important;
  padding-right: var(--bal-space-medium) !important;
}

.px-large {
  padding-left: var(--bal-space-large) !important;
  padding-right: var(--bal-space-large) !important;
}

.px-x-large {
  padding-left: var(--bal-space-x-large) !important;
  padding-right: var(--bal-space-x-large) !important;
}

.px-xx-large {
  padding-left: var(--bal-space-xx-large) !important;
  padding-right: var(--bal-space-xx-large) !important;
}

.px-xxx-large {
  padding-left: var(--bal-space-xxx-large) !important;
  padding-right: var(--bal-space-xxx-large) !important;
}

.px-xxxx-large {
  padding-left: var(--bal-space-xxxx-large) !important;
  padding-right: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:px-xxx-small {
    padding-left: var(--bal-space-xxx-small) !important;
    padding-right: var(--bal-space-xxx-small) !important;
  }
  .mobile\:px-xx-small {
    padding-left: var(--bal-space-xx-small) !important;
    padding-right: var(--bal-space-xx-small) !important;
  }
  .mobile\:px-x-small {
    padding-left: var(--bal-space-x-small) !important;
    padding-right: var(--bal-space-x-small) !important;
  }
  .mobile\:px-small {
    padding-left: var(--bal-space-small) !important;
    padding-right: var(--bal-space-small) !important;
  }
  .mobile\:px-normal {
    padding-left: var(--bal-space-normal) !important;
    padding-right: var(--bal-space-normal) !important;
  }
  .mobile\:px-medium {
    padding-left: var(--bal-space-medium) !important;
    padding-right: var(--bal-space-medium) !important;
  }
  .mobile\:px-large {
    padding-left: var(--bal-space-large) !important;
    padding-right: var(--bal-space-large) !important;
  }
  .mobile\:px-x-large {
    padding-left: var(--bal-space-x-large) !important;
    padding-right: var(--bal-space-x-large) !important;
  }
  .mobile\:px-xx-large {
    padding-left: var(--bal-space-xx-large) !important;
    padding-right: var(--bal-space-xx-large) !important;
  }
  .mobile\:px-xxx-large {
    padding-left: var(--bal-space-xxx-large) !important;
    padding-right: var(--bal-space-xxx-large) !important;
  }
  .mobile\:px-xxxx-large {
    padding-left: var(--bal-space-xxxx-large) !important;
    padding-right: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .px-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xxx-small {
    padding-left: var(--bal-space-xxx-small-tablet) !important;
    padding-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:px-xxx-small {
    padding-left: var(--bal-space-xxx-small-tablet) !important;
    padding-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .px-xx-small {
    padding-left: var(--bal-space-xx-small-tablet) !important;
    padding-right: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:px-xx-small {
    padding-left: var(--bal-space-xx-small-tablet) !important;
    padding-right: var(--bal-space-xx-small-tablet) !important;
  }
  .px-x-small {
    padding-left: var(--bal-space-x-small-tablet) !important;
    padding-right: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:px-x-small {
    padding-left: var(--bal-space-x-small-tablet) !important;
    padding-right: var(--bal-space-x-small-tablet) !important;
  }
  .px-small {
    padding-left: var(--bal-space-small-tablet) !important;
    padding-right: var(--bal-space-small-tablet) !important;
  }
  .tablet\:px-small {
    padding-left: var(--bal-space-small-tablet) !important;
    padding-right: var(--bal-space-small-tablet) !important;
  }
  .px-normal {
    padding-left: var(--bal-space-normal-tablet) !important;
    padding-right: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:px-normal {
    padding-left: var(--bal-space-normal-tablet) !important;
    padding-right: var(--bal-space-normal-tablet) !important;
  }
  .px-medium {
    padding-left: var(--bal-space-medium-tablet) !important;
    padding-right: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:px-medium {
    padding-left: var(--bal-space-medium-tablet) !important;
    padding-right: var(--bal-space-medium-tablet) !important;
  }
  .px-large {
    padding-left: var(--bal-space-large-tablet) !important;
    padding-right: var(--bal-space-large-tablet) !important;
  }
  .tablet\:px-large {
    padding-left: var(--bal-space-large-tablet) !important;
    padding-right: var(--bal-space-large-tablet) !important;
  }
  .px-x-large {
    padding-left: var(--bal-space-x-large-tablet) !important;
    padding-right: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:px-x-large {
    padding-left: var(--bal-space-x-large-tablet) !important;
    padding-right: var(--bal-space-x-large-tablet) !important;
  }
  .px-xx-large {
    padding-left: var(--bal-space-xx-large-tablet) !important;
    padding-right: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:px-xx-large {
    padding-left: var(--bal-space-xx-large-tablet) !important;
    padding-right: var(--bal-space-xx-large-tablet) !important;
  }
  .px-xxx-large {
    padding-left: var(--bal-space-xxx-large-tablet) !important;
    padding-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:px-xxx-large {
    padding-left: var(--bal-space-xxx-large-tablet) !important;
    padding-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .px-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-tablet) !important;
    padding-right: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:px-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-tablet) !important;
    padding-right: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .px-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-xxx-small {
    padding-left: var(--bal-space-xxx-small-desktop) !important;
    padding-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:px-xxx-small {
    padding-left: var(--bal-space-xxx-small-desktop) !important;
    padding-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .px-xx-small {
    padding-left: var(--bal-space-xx-small-desktop) !important;
    padding-right: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:px-xx-small {
    padding-left: var(--bal-space-xx-small-desktop) !important;
    padding-right: var(--bal-space-xx-small-desktop) !important;
  }
  .px-x-small {
    padding-left: var(--bal-space-x-small-desktop) !important;
    padding-right: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:px-x-small {
    padding-left: var(--bal-space-x-small-desktop) !important;
    padding-right: var(--bal-space-x-small-desktop) !important;
  }
  .px-small {
    padding-left: var(--bal-space-small-desktop) !important;
    padding-right: var(--bal-space-small-desktop) !important;
  }
  .desktop\:px-small {
    padding-left: var(--bal-space-small-desktop) !important;
    padding-right: var(--bal-space-small-desktop) !important;
  }
  .px-normal {
    padding-left: var(--bal-space-normal-desktop) !important;
    padding-right: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:px-normal {
    padding-left: var(--bal-space-normal-desktop) !important;
    padding-right: var(--bal-space-normal-desktop) !important;
  }
  .px-medium {
    padding-left: var(--bal-space-medium-desktop) !important;
    padding-right: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:px-medium {
    padding-left: var(--bal-space-medium-desktop) !important;
    padding-right: var(--bal-space-medium-desktop) !important;
  }
  .px-large {
    padding-left: var(--bal-space-large-desktop) !important;
    padding-right: var(--bal-space-large-desktop) !important;
  }
  .desktop\:px-large {
    padding-left: var(--bal-space-large-desktop) !important;
    padding-right: var(--bal-space-large-desktop) !important;
  }
  .px-x-large {
    padding-left: var(--bal-space-x-large-desktop) !important;
    padding-right: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:px-x-large {
    padding-left: var(--bal-space-x-large-desktop) !important;
    padding-right: var(--bal-space-x-large-desktop) !important;
  }
  .px-xx-large {
    padding-left: var(--bal-space-xx-large-desktop) !important;
    padding-right: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:px-xx-large {
    padding-left: var(--bal-space-xx-large-desktop) !important;
    padding-right: var(--bal-space-xx-large-desktop) !important;
  }
  .px-xxx-large {
    padding-left: var(--bal-space-xxx-large-desktop) !important;
    padding-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:px-xxx-large {
    padding-left: var(--bal-space-xxx-large-desktop) !important;
    padding-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .px-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-desktop) !important;
    padding-right: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:px-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-desktop) !important;
    padding-right: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-xxx-small {
  padding-top: var(--bal-space-xxx-small) !important;
  padding-bottom: var(--bal-space-xxx-small) !important;
}

.py-xx-small {
  padding-top: var(--bal-space-xx-small) !important;
  padding-bottom: var(--bal-space-xx-small) !important;
}

.py-x-small {
  padding-top: var(--bal-space-x-small) !important;
  padding-bottom: var(--bal-space-x-small) !important;
}

.py-small {
  padding-top: var(--bal-space-small) !important;
  padding-bottom: var(--bal-space-small) !important;
}

.py-normal {
  padding-top: var(--bal-space-normal) !important;
  padding-bottom: var(--bal-space-normal) !important;
}

.py-medium {
  padding-top: var(--bal-space-medium) !important;
  padding-bottom: var(--bal-space-medium) !important;
}

.py-large {
  padding-top: var(--bal-space-large) !important;
  padding-bottom: var(--bal-space-large) !important;
}

.py-x-large {
  padding-top: var(--bal-space-x-large) !important;
  padding-bottom: var(--bal-space-x-large) !important;
}

.py-xx-large {
  padding-top: var(--bal-space-xx-large) !important;
  padding-bottom: var(--bal-space-xx-large) !important;
}

.py-xxx-large {
  padding-top: var(--bal-space-xxx-large) !important;
  padding-bottom: var(--bal-space-xxx-large) !important;
}

.py-xxxx-large {
  padding-top: var(--bal-space-xxxx-large) !important;
  padding-bottom: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:py-xxx-small {
    padding-top: var(--bal-space-xxx-small) !important;
    padding-bottom: var(--bal-space-xxx-small) !important;
  }
  .mobile\:py-xx-small {
    padding-top: var(--bal-space-xx-small) !important;
    padding-bottom: var(--bal-space-xx-small) !important;
  }
  .mobile\:py-x-small {
    padding-top: var(--bal-space-x-small) !important;
    padding-bottom: var(--bal-space-x-small) !important;
  }
  .mobile\:py-small {
    padding-top: var(--bal-space-small) !important;
    padding-bottom: var(--bal-space-small) !important;
  }
  .mobile\:py-normal {
    padding-top: var(--bal-space-normal) !important;
    padding-bottom: var(--bal-space-normal) !important;
  }
  .mobile\:py-medium {
    padding-top: var(--bal-space-medium) !important;
    padding-bottom: var(--bal-space-medium) !important;
  }
  .mobile\:py-large {
    padding-top: var(--bal-space-large) !important;
    padding-bottom: var(--bal-space-large) !important;
  }
  .mobile\:py-x-large {
    padding-top: var(--bal-space-x-large) !important;
    padding-bottom: var(--bal-space-x-large) !important;
  }
  .mobile\:py-xx-large {
    padding-top: var(--bal-space-xx-large) !important;
    padding-bottom: var(--bal-space-xx-large) !important;
  }
  .mobile\:py-xxx-large {
    padding-top: var(--bal-space-xxx-large) !important;
    padding-bottom: var(--bal-space-xxx-large) !important;
  }
  .mobile\:py-xxxx-large {
    padding-top: var(--bal-space-xxxx-large) !important;
    padding-bottom: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .py-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xxx-small {
    padding-top: var(--bal-space-xxx-small-tablet) !important;
    padding-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:py-xxx-small {
    padding-top: var(--bal-space-xxx-small-tablet) !important;
    padding-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .py-xx-small {
    padding-top: var(--bal-space-xx-small-tablet) !important;
    padding-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:py-xx-small {
    padding-top: var(--bal-space-xx-small-tablet) !important;
    padding-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .py-x-small {
    padding-top: var(--bal-space-x-small-tablet) !important;
    padding-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:py-x-small {
    padding-top: var(--bal-space-x-small-tablet) !important;
    padding-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .py-small {
    padding-top: var(--bal-space-small-tablet) !important;
    padding-bottom: var(--bal-space-small-tablet) !important;
  }
  .tablet\:py-small {
    padding-top: var(--bal-space-small-tablet) !important;
    padding-bottom: var(--bal-space-small-tablet) !important;
  }
  .py-normal {
    padding-top: var(--bal-space-normal-tablet) !important;
    padding-bottom: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:py-normal {
    padding-top: var(--bal-space-normal-tablet) !important;
    padding-bottom: var(--bal-space-normal-tablet) !important;
  }
  .py-medium {
    padding-top: var(--bal-space-medium-tablet) !important;
    padding-bottom: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:py-medium {
    padding-top: var(--bal-space-medium-tablet) !important;
    padding-bottom: var(--bal-space-medium-tablet) !important;
  }
  .py-large {
    padding-top: var(--bal-space-large-tablet) !important;
    padding-bottom: var(--bal-space-large-tablet) !important;
  }
  .tablet\:py-large {
    padding-top: var(--bal-space-large-tablet) !important;
    padding-bottom: var(--bal-space-large-tablet) !important;
  }
  .py-x-large {
    padding-top: var(--bal-space-x-large-tablet) !important;
    padding-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:py-x-large {
    padding-top: var(--bal-space-x-large-tablet) !important;
    padding-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .py-xx-large {
    padding-top: var(--bal-space-xx-large-tablet) !important;
    padding-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:py-xx-large {
    padding-top: var(--bal-space-xx-large-tablet) !important;
    padding-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .py-xxx-large {
    padding-top: var(--bal-space-xxx-large-tablet) !important;
    padding-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:py-xxx-large {
    padding-top: var(--bal-space-xxx-large-tablet) !important;
    padding-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .py-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-tablet) !important;
    padding-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:py-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-tablet) !important;
    padding-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .py-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-xxx-small {
    padding-top: var(--bal-space-xxx-small-desktop) !important;
    padding-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:py-xxx-small {
    padding-top: var(--bal-space-xxx-small-desktop) !important;
    padding-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .py-xx-small {
    padding-top: var(--bal-space-xx-small-desktop) !important;
    padding-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:py-xx-small {
    padding-top: var(--bal-space-xx-small-desktop) !important;
    padding-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .py-x-small {
    padding-top: var(--bal-space-x-small-desktop) !important;
    padding-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:py-x-small {
    padding-top: var(--bal-space-x-small-desktop) !important;
    padding-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .py-small {
    padding-top: var(--bal-space-small-desktop) !important;
    padding-bottom: var(--bal-space-small-desktop) !important;
  }
  .desktop\:py-small {
    padding-top: var(--bal-space-small-desktop) !important;
    padding-bottom: var(--bal-space-small-desktop) !important;
  }
  .py-normal {
    padding-top: var(--bal-space-normal-desktop) !important;
    padding-bottom: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:py-normal {
    padding-top: var(--bal-space-normal-desktop) !important;
    padding-bottom: var(--bal-space-normal-desktop) !important;
  }
  .py-medium {
    padding-top: var(--bal-space-medium-desktop) !important;
    padding-bottom: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:py-medium {
    padding-top: var(--bal-space-medium-desktop) !important;
    padding-bottom: var(--bal-space-medium-desktop) !important;
  }
  .py-large {
    padding-top: var(--bal-space-large-desktop) !important;
    padding-bottom: var(--bal-space-large-desktop) !important;
  }
  .desktop\:py-large {
    padding-top: var(--bal-space-large-desktop) !important;
    padding-bottom: var(--bal-space-large-desktop) !important;
  }
  .py-x-large {
    padding-top: var(--bal-space-x-large-desktop) !important;
    padding-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:py-x-large {
    padding-top: var(--bal-space-x-large-desktop) !important;
    padding-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .py-xx-large {
    padding-top: var(--bal-space-xx-large-desktop) !important;
    padding-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:py-xx-large {
    padding-top: var(--bal-space-xx-large-desktop) !important;
    padding-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .py-xxx-large {
    padding-top: var(--bal-space-xxx-large-desktop) !important;
    padding-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:py-xxx-large {
    padding-top: var(--bal-space-xxx-large-desktop) !important;
    padding-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .py-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-desktop) !important;
    padding-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:py-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-desktop) !important;
    padding-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-xxx-small {
  padding-top: var(--bal-space-xxx-small) !important;
}

.pt-xx-small {
  padding-top: var(--bal-space-xx-small) !important;
}

.pt-x-small {
  padding-top: var(--bal-space-x-small) !important;
}

.pt-small {
  padding-top: var(--bal-space-small) !important;
}

.pt-normal {
  padding-top: var(--bal-space-normal) !important;
}

.pt-medium {
  padding-top: var(--bal-space-medium) !important;
}

.pt-large {
  padding-top: var(--bal-space-large) !important;
}

.pt-x-large {
  padding-top: var(--bal-space-x-large) !important;
}

.pt-xx-large {
  padding-top: var(--bal-space-xx-large) !important;
}

.pt-xxx-large {
  padding-top: var(--bal-space-xxx-large) !important;
}

.pt-xxxx-large {
  padding-top: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:pt-xxx-small {
    padding-top: var(--bal-space-xxx-small) !important;
  }
  .mobile\:pt-xx-small {
    padding-top: var(--bal-space-xx-small) !important;
  }
  .mobile\:pt-x-small {
    padding-top: var(--bal-space-x-small) !important;
  }
  .mobile\:pt-small {
    padding-top: var(--bal-space-small) !important;
  }
  .mobile\:pt-normal {
    padding-top: var(--bal-space-normal) !important;
  }
  .mobile\:pt-medium {
    padding-top: var(--bal-space-medium) !important;
  }
  .mobile\:pt-large {
    padding-top: var(--bal-space-large) !important;
  }
  .mobile\:pt-x-large {
    padding-top: var(--bal-space-x-large) !important;
  }
  .mobile\:pt-xx-large {
    padding-top: var(--bal-space-xx-large) !important;
  }
  .mobile\:pt-xxx-large {
    padding-top: var(--bal-space-xxx-large) !important;
  }
  .mobile\:pt-xxxx-large {
    padding-top: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pt-none {
    padding-top: 0 !important;
  }
  .pt-auto {
    padding-top: auto !important;
  }
  .pt-xxx-small {
    padding-top: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:pt-xxx-small {
    padding-top: var(--bal-space-xxx-small-tablet) !important;
  }
  .pt-xx-small {
    padding-top: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:pt-xx-small {
    padding-top: var(--bal-space-xx-small-tablet) !important;
  }
  .pt-x-small {
    padding-top: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:pt-x-small {
    padding-top: var(--bal-space-x-small-tablet) !important;
  }
  .pt-small {
    padding-top: var(--bal-space-small-tablet) !important;
  }
  .tablet\:pt-small {
    padding-top: var(--bal-space-small-tablet) !important;
  }
  .pt-normal {
    padding-top: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:pt-normal {
    padding-top: var(--bal-space-normal-tablet) !important;
  }
  .pt-medium {
    padding-top: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:pt-medium {
    padding-top: var(--bal-space-medium-tablet) !important;
  }
  .pt-large {
    padding-top: var(--bal-space-large-tablet) !important;
  }
  .tablet\:pt-large {
    padding-top: var(--bal-space-large-tablet) !important;
  }
  .pt-x-large {
    padding-top: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:pt-x-large {
    padding-top: var(--bal-space-x-large-tablet) !important;
  }
  .pt-xx-large {
    padding-top: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:pt-xx-large {
    padding-top: var(--bal-space-xx-large-tablet) !important;
  }
  .pt-xxx-large {
    padding-top: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:pt-xxx-large {
    padding-top: var(--bal-space-xxx-large-tablet) !important;
  }
  .pt-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:pt-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pt-none {
    padding-top: 0 !important;
  }
  .pt-auto {
    padding-top: auto !important;
  }
  .pt-xxx-small {
    padding-top: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:pt-xxx-small {
    padding-top: var(--bal-space-xxx-small-desktop) !important;
  }
  .pt-xx-small {
    padding-top: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:pt-xx-small {
    padding-top: var(--bal-space-xx-small-desktop) !important;
  }
  .pt-x-small {
    padding-top: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:pt-x-small {
    padding-top: var(--bal-space-x-small-desktop) !important;
  }
  .pt-small {
    padding-top: var(--bal-space-small-desktop) !important;
  }
  .desktop\:pt-small {
    padding-top: var(--bal-space-small-desktop) !important;
  }
  .pt-normal {
    padding-top: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:pt-normal {
    padding-top: var(--bal-space-normal-desktop) !important;
  }
  .pt-medium {
    padding-top: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:pt-medium {
    padding-top: var(--bal-space-medium-desktop) !important;
  }
  .pt-large {
    padding-top: var(--bal-space-large-desktop) !important;
  }
  .desktop\:pt-large {
    padding-top: var(--bal-space-large-desktop) !important;
  }
  .pt-x-large {
    padding-top: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:pt-x-large {
    padding-top: var(--bal-space-x-large-desktop) !important;
  }
  .pt-xx-large {
    padding-top: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:pt-xx-large {
    padding-top: var(--bal-space-xx-large-desktop) !important;
  }
  .pt-xxx-large {
    padding-top: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:pt-xxx-large {
    padding-top: var(--bal-space-xxx-large-desktop) !important;
  }
  .pt-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:pt-xxxx-large {
    padding-top: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.pr-none {
  padding-right: 0 !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pr-xxx-small {
  padding-right: var(--bal-space-xxx-small) !important;
}

.pr-xx-small {
  padding-right: var(--bal-space-xx-small) !important;
}

.pr-x-small {
  padding-right: var(--bal-space-x-small) !important;
}

.pr-small {
  padding-right: var(--bal-space-small) !important;
}

.pr-normal {
  padding-right: var(--bal-space-normal) !important;
}

.pr-medium {
  padding-right: var(--bal-space-medium) !important;
}

.pr-large {
  padding-right: var(--bal-space-large) !important;
}

.pr-x-large {
  padding-right: var(--bal-space-x-large) !important;
}

.pr-xx-large {
  padding-right: var(--bal-space-xx-large) !important;
}

.pr-xxx-large {
  padding-right: var(--bal-space-xxx-large) !important;
}

.pr-xxxx-large {
  padding-right: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:pr-xxx-small {
    padding-right: var(--bal-space-xxx-small) !important;
  }
  .mobile\:pr-xx-small {
    padding-right: var(--bal-space-xx-small) !important;
  }
  .mobile\:pr-x-small {
    padding-right: var(--bal-space-x-small) !important;
  }
  .mobile\:pr-small {
    padding-right: var(--bal-space-small) !important;
  }
  .mobile\:pr-normal {
    padding-right: var(--bal-space-normal) !important;
  }
  .mobile\:pr-medium {
    padding-right: var(--bal-space-medium) !important;
  }
  .mobile\:pr-large {
    padding-right: var(--bal-space-large) !important;
  }
  .mobile\:pr-x-large {
    padding-right: var(--bal-space-x-large) !important;
  }
  .mobile\:pr-xx-large {
    padding-right: var(--bal-space-xx-large) !important;
  }
  .mobile\:pr-xxx-large {
    padding-right: var(--bal-space-xxx-large) !important;
  }
  .mobile\:pr-xxxx-large {
    padding-right: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pr-none {
    padding-right: 0 !important;
  }
  .pr-auto {
    padding-right: auto !important;
  }
  .pr-xxx-small {
    padding-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:pr-xxx-small {
    padding-right: var(--bal-space-xxx-small-tablet) !important;
  }
  .pr-xx-small {
    padding-right: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:pr-xx-small {
    padding-right: var(--bal-space-xx-small-tablet) !important;
  }
  .pr-x-small {
    padding-right: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:pr-x-small {
    padding-right: var(--bal-space-x-small-tablet) !important;
  }
  .pr-small {
    padding-right: var(--bal-space-small-tablet) !important;
  }
  .tablet\:pr-small {
    padding-right: var(--bal-space-small-tablet) !important;
  }
  .pr-normal {
    padding-right: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:pr-normal {
    padding-right: var(--bal-space-normal-tablet) !important;
  }
  .pr-medium {
    padding-right: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:pr-medium {
    padding-right: var(--bal-space-medium-tablet) !important;
  }
  .pr-large {
    padding-right: var(--bal-space-large-tablet) !important;
  }
  .tablet\:pr-large {
    padding-right: var(--bal-space-large-tablet) !important;
  }
  .pr-x-large {
    padding-right: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:pr-x-large {
    padding-right: var(--bal-space-x-large-tablet) !important;
  }
  .pr-xx-large {
    padding-right: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:pr-xx-large {
    padding-right: var(--bal-space-xx-large-tablet) !important;
  }
  .pr-xxx-large {
    padding-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:pr-xxx-large {
    padding-right: var(--bal-space-xxx-large-tablet) !important;
  }
  .pr-xxxx-large {
    padding-right: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:pr-xxxx-large {
    padding-right: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pr-none {
    padding-right: 0 !important;
  }
  .pr-auto {
    padding-right: auto !important;
  }
  .pr-xxx-small {
    padding-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:pr-xxx-small {
    padding-right: var(--bal-space-xxx-small-desktop) !important;
  }
  .pr-xx-small {
    padding-right: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:pr-xx-small {
    padding-right: var(--bal-space-xx-small-desktop) !important;
  }
  .pr-x-small {
    padding-right: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:pr-x-small {
    padding-right: var(--bal-space-x-small-desktop) !important;
  }
  .pr-small {
    padding-right: var(--bal-space-small-desktop) !important;
  }
  .desktop\:pr-small {
    padding-right: var(--bal-space-small-desktop) !important;
  }
  .pr-normal {
    padding-right: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:pr-normal {
    padding-right: var(--bal-space-normal-desktop) !important;
  }
  .pr-medium {
    padding-right: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:pr-medium {
    padding-right: var(--bal-space-medium-desktop) !important;
  }
  .pr-large {
    padding-right: var(--bal-space-large-desktop) !important;
  }
  .desktop\:pr-large {
    padding-right: var(--bal-space-large-desktop) !important;
  }
  .pr-x-large {
    padding-right: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:pr-x-large {
    padding-right: var(--bal-space-x-large-desktop) !important;
  }
  .pr-xx-large {
    padding-right: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:pr-xx-large {
    padding-right: var(--bal-space-xx-large-desktop) !important;
  }
  .pr-xxx-large {
    padding-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:pr-xxx-large {
    padding-right: var(--bal-space-xxx-large-desktop) !important;
  }
  .pr-xxxx-large {
    padding-right: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:pr-xxxx-large {
    padding-right: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-xxx-small {
  padding-bottom: var(--bal-space-xxx-small) !important;
}

.pb-xx-small {
  padding-bottom: var(--bal-space-xx-small) !important;
}

.pb-x-small {
  padding-bottom: var(--bal-space-x-small) !important;
}

.pb-small {
  padding-bottom: var(--bal-space-small) !important;
}

.pb-normal {
  padding-bottom: var(--bal-space-normal) !important;
}

.pb-medium {
  padding-bottom: var(--bal-space-medium) !important;
}

.pb-large {
  padding-bottom: var(--bal-space-large) !important;
}

.pb-x-large {
  padding-bottom: var(--bal-space-x-large) !important;
}

.pb-xx-large {
  padding-bottom: var(--bal-space-xx-large) !important;
}

.pb-xxx-large {
  padding-bottom: var(--bal-space-xxx-large) !important;
}

.pb-xxxx-large {
  padding-bottom: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:pb-xxx-small {
    padding-bottom: var(--bal-space-xxx-small) !important;
  }
  .mobile\:pb-xx-small {
    padding-bottom: var(--bal-space-xx-small) !important;
  }
  .mobile\:pb-x-small {
    padding-bottom: var(--bal-space-x-small) !important;
  }
  .mobile\:pb-small {
    padding-bottom: var(--bal-space-small) !important;
  }
  .mobile\:pb-normal {
    padding-bottom: var(--bal-space-normal) !important;
  }
  .mobile\:pb-medium {
    padding-bottom: var(--bal-space-medium) !important;
  }
  .mobile\:pb-large {
    padding-bottom: var(--bal-space-large) !important;
  }
  .mobile\:pb-x-large {
    padding-bottom: var(--bal-space-x-large) !important;
  }
  .mobile\:pb-xx-large {
    padding-bottom: var(--bal-space-xx-large) !important;
  }
  .mobile\:pb-xxx-large {
    padding-bottom: var(--bal-space-xxx-large) !important;
  }
  .mobile\:pb-xxxx-large {
    padding-bottom: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pb-none {
    padding-bottom: 0 !important;
  }
  .pb-auto {
    padding-bottom: auto !important;
  }
  .pb-xxx-small {
    padding-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:pb-xxx-small {
    padding-bottom: var(--bal-space-xxx-small-tablet) !important;
  }
  .pb-xx-small {
    padding-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:pb-xx-small {
    padding-bottom: var(--bal-space-xx-small-tablet) !important;
  }
  .pb-x-small {
    padding-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:pb-x-small {
    padding-bottom: var(--bal-space-x-small-tablet) !important;
  }
  .pb-small {
    padding-bottom: var(--bal-space-small-tablet) !important;
  }
  .tablet\:pb-small {
    padding-bottom: var(--bal-space-small-tablet) !important;
  }
  .pb-normal {
    padding-bottom: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:pb-normal {
    padding-bottom: var(--bal-space-normal-tablet) !important;
  }
  .pb-medium {
    padding-bottom: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:pb-medium {
    padding-bottom: var(--bal-space-medium-tablet) !important;
  }
  .pb-large {
    padding-bottom: var(--bal-space-large-tablet) !important;
  }
  .tablet\:pb-large {
    padding-bottom: var(--bal-space-large-tablet) !important;
  }
  .pb-x-large {
    padding-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:pb-x-large {
    padding-bottom: var(--bal-space-x-large-tablet) !important;
  }
  .pb-xx-large {
    padding-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:pb-xx-large {
    padding-bottom: var(--bal-space-xx-large-tablet) !important;
  }
  .pb-xxx-large {
    padding-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:pb-xxx-large {
    padding-bottom: var(--bal-space-xxx-large-tablet) !important;
  }
  .pb-xxxx-large {
    padding-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:pb-xxxx-large {
    padding-bottom: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pb-none {
    padding-bottom: 0 !important;
  }
  .pb-auto {
    padding-bottom: auto !important;
  }
  .pb-xxx-small {
    padding-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:pb-xxx-small {
    padding-bottom: var(--bal-space-xxx-small-desktop) !important;
  }
  .pb-xx-small {
    padding-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:pb-xx-small {
    padding-bottom: var(--bal-space-xx-small-desktop) !important;
  }
  .pb-x-small {
    padding-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:pb-x-small {
    padding-bottom: var(--bal-space-x-small-desktop) !important;
  }
  .pb-small {
    padding-bottom: var(--bal-space-small-desktop) !important;
  }
  .desktop\:pb-small {
    padding-bottom: var(--bal-space-small-desktop) !important;
  }
  .pb-normal {
    padding-bottom: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:pb-normal {
    padding-bottom: var(--bal-space-normal-desktop) !important;
  }
  .pb-medium {
    padding-bottom: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:pb-medium {
    padding-bottom: var(--bal-space-medium-desktop) !important;
  }
  .pb-large {
    padding-bottom: var(--bal-space-large-desktop) !important;
  }
  .desktop\:pb-large {
    padding-bottom: var(--bal-space-large-desktop) !important;
  }
  .pb-x-large {
    padding-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:pb-x-large {
    padding-bottom: var(--bal-space-x-large-desktop) !important;
  }
  .pb-xx-large {
    padding-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:pb-xx-large {
    padding-bottom: var(--bal-space-xx-large-desktop) !important;
  }
  .pb-xxx-large {
    padding-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:pb-xxx-large {
    padding-bottom: var(--bal-space-xxx-large-desktop) !important;
  }
  .pb-xxxx-large {
    padding-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:pb-xxxx-large {
    padding-bottom: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.pl-none {
  padding-left: 0 !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pl-xxx-small {
  padding-left: var(--bal-space-xxx-small) !important;
}

.pl-xx-small {
  padding-left: var(--bal-space-xx-small) !important;
}

.pl-x-small {
  padding-left: var(--bal-space-x-small) !important;
}

.pl-small {
  padding-left: var(--bal-space-small) !important;
}

.pl-normal {
  padding-left: var(--bal-space-normal) !important;
}

.pl-medium {
  padding-left: var(--bal-space-medium) !important;
}

.pl-large {
  padding-left: var(--bal-space-large) !important;
}

.pl-x-large {
  padding-left: var(--bal-space-x-large) !important;
}

.pl-xx-large {
  padding-left: var(--bal-space-xx-large) !important;
}

.pl-xxx-large {
  padding-left: var(--bal-space-xxx-large) !important;
}

.pl-xxxx-large {
  padding-left: var(--bal-space-xxxx-large) !important;
}

@media screen and (max-width: 768px) {
  .mobile\:pl-xxx-small {
    padding-left: var(--bal-space-xxx-small) !important;
  }
  .mobile\:pl-xx-small {
    padding-left: var(--bal-space-xx-small) !important;
  }
  .mobile\:pl-x-small {
    padding-left: var(--bal-space-x-small) !important;
  }
  .mobile\:pl-small {
    padding-left: var(--bal-space-small) !important;
  }
  .mobile\:pl-normal {
    padding-left: var(--bal-space-normal) !important;
  }
  .mobile\:pl-medium {
    padding-left: var(--bal-space-medium) !important;
  }
  .mobile\:pl-large {
    padding-left: var(--bal-space-large) !important;
  }
  .mobile\:pl-x-large {
    padding-left: var(--bal-space-x-large) !important;
  }
  .mobile\:pl-xx-large {
    padding-left: var(--bal-space-xx-large) !important;
  }
  .mobile\:pl-xxx-large {
    padding-left: var(--bal-space-xxx-large) !important;
  }
  .mobile\:pl-xxxx-large {
    padding-left: var(--bal-space-xxxx-large) !important;
  }
}
@media screen and (min-width: 769px), print {
  .pl-none {
    padding-left: 0 !important;
  }
  .pl-auto {
    padding-left: auto !important;
  }
  .pl-xxx-small {
    padding-left: var(--bal-space-xxx-small-tablet) !important;
  }
  .tablet\:pl-xxx-small {
    padding-left: var(--bal-space-xxx-small-tablet) !important;
  }
  .pl-xx-small {
    padding-left: var(--bal-space-xx-small-tablet) !important;
  }
  .tablet\:pl-xx-small {
    padding-left: var(--bal-space-xx-small-tablet) !important;
  }
  .pl-x-small {
    padding-left: var(--bal-space-x-small-tablet) !important;
  }
  .tablet\:pl-x-small {
    padding-left: var(--bal-space-x-small-tablet) !important;
  }
  .pl-small {
    padding-left: var(--bal-space-small-tablet) !important;
  }
  .tablet\:pl-small {
    padding-left: var(--bal-space-small-tablet) !important;
  }
  .pl-normal {
    padding-left: var(--bal-space-normal-tablet) !important;
  }
  .tablet\:pl-normal {
    padding-left: var(--bal-space-normal-tablet) !important;
  }
  .pl-medium {
    padding-left: var(--bal-space-medium-tablet) !important;
  }
  .tablet\:pl-medium {
    padding-left: var(--bal-space-medium-tablet) !important;
  }
  .pl-large {
    padding-left: var(--bal-space-large-tablet) !important;
  }
  .tablet\:pl-large {
    padding-left: var(--bal-space-large-tablet) !important;
  }
  .pl-x-large {
    padding-left: var(--bal-space-x-large-tablet) !important;
  }
  .tablet\:pl-x-large {
    padding-left: var(--bal-space-x-large-tablet) !important;
  }
  .pl-xx-large {
    padding-left: var(--bal-space-xx-large-tablet) !important;
  }
  .tablet\:pl-xx-large {
    padding-left: var(--bal-space-xx-large-tablet) !important;
  }
  .pl-xxx-large {
    padding-left: var(--bal-space-xxx-large-tablet) !important;
  }
  .tablet\:pl-xxx-large {
    padding-left: var(--bal-space-xxx-large-tablet) !important;
  }
  .pl-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-tablet) !important;
  }
  .tablet\:pl-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .pl-none {
    padding-left: 0 !important;
  }
  .pl-auto {
    padding-left: auto !important;
  }
  .pl-xxx-small {
    padding-left: var(--bal-space-xxx-small-desktop) !important;
  }
  .desktop\:pl-xxx-small {
    padding-left: var(--bal-space-xxx-small-desktop) !important;
  }
  .pl-xx-small {
    padding-left: var(--bal-space-xx-small-desktop) !important;
  }
  .desktop\:pl-xx-small {
    padding-left: var(--bal-space-xx-small-desktop) !important;
  }
  .pl-x-small {
    padding-left: var(--bal-space-x-small-desktop) !important;
  }
  .desktop\:pl-x-small {
    padding-left: var(--bal-space-x-small-desktop) !important;
  }
  .pl-small {
    padding-left: var(--bal-space-small-desktop) !important;
  }
  .desktop\:pl-small {
    padding-left: var(--bal-space-small-desktop) !important;
  }
  .pl-normal {
    padding-left: var(--bal-space-normal-desktop) !important;
  }
  .desktop\:pl-normal {
    padding-left: var(--bal-space-normal-desktop) !important;
  }
  .pl-medium {
    padding-left: var(--bal-space-medium-desktop) !important;
  }
  .desktop\:pl-medium {
    padding-left: var(--bal-space-medium-desktop) !important;
  }
  .pl-large {
    padding-left: var(--bal-space-large-desktop) !important;
  }
  .desktop\:pl-large {
    padding-left: var(--bal-space-large-desktop) !important;
  }
  .pl-x-large {
    padding-left: var(--bal-space-x-large-desktop) !important;
  }
  .desktop\:pl-x-large {
    padding-left: var(--bal-space-x-large-desktop) !important;
  }
  .pl-xx-large {
    padding-left: var(--bal-space-xx-large-desktop) !important;
  }
  .desktop\:pl-xx-large {
    padding-left: var(--bal-space-xx-large-desktop) !important;
  }
  .pl-xxx-large {
    padding-left: var(--bal-space-xxx-large-desktop) !important;
  }
  .desktop\:pl-xxx-large {
    padding-left: var(--bal-space-xxx-large-desktop) !important;
  }
  .pl-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-desktop) !important;
  }
  .desktop\:pl-xxxx-large {
    padding-left: var(--bal-space-xxxx-large-desktop) !important;
  }
}
.text-white {
  color: var(--bal-color-text-white) !important;
}

.text-black {
  color: var(--bal-color-text-black) !important;
}

.text-primary {
  color: var(--bal-color-text-primary) !important;
}

.text-primary-hover {
  color: var(--bal-color-text-primary-hover) !important;
}

.text-primary-active {
  color: var(--bal-color-text-primary-active) !important;
}

.text-inverted-primary {
  color: var(--bal-color-text-inverted-primary) !important;
}

.text-inverted-primary-hover {
  color: var(--bal-color-text-inverted-primary-hover) !important;
}

.text-inverted-primary-active {
  color: var(--bal-color-text-inverted-primary-active) !important;
}

.text-primary-light {
  color: var(--bal-color-text-primary-light) !important;
}

.text-hint {
  color: var(--bal-color-text-hint) !important;
}

.text-grey-light {
  color: var(--bal-color-text-grey-light) !important;
}

.text-grey {
  color: var(--bal-color-text-grey) !important;
}

.text-grey-dark {
  color: var(--bal-color-text-grey-dark) !important;
}

.text-disabled {
  color: var(--bal-color-text-disabled) !important;
}

.text-inverted-disabled {
  color: var(--bal-color-text-inverted-disabled) !important;
}

.text-info {
  color: var(--bal-color-text-info) !important;
}

.text-warning {
  color: var(--bal-color-text-warning) !important;
}

.text-success {
  color: var(--bal-color-text-success) !important;
}

.text-danger {
  color: var(--bal-color-text-danger) !important;
}

.text-danger-hover {
  color: var(--bal-color-text-danger-hover) !important;
}

.text-danger-active {
  color: var(--bal-color-text-danger-active) !important;
}

.focus\:text-white:focus {
  color: var(--bal-color-text-white) !important;
}

.hover\:text-white:hover {
  color: var(--bal-color-text-white) !important;
}

.active\:text-white:active {
  color: var(--bal-color-text-white) !important;
}

.focus\:text-black:focus {
  color: var(--bal-color-text-black) !important;
}

.hover\:text-black:hover {
  color: var(--bal-color-text-black) !important;
}

.active\:text-black:active {
  color: var(--bal-color-text-black) !important;
}

.focus\:text-primary:focus {
  color: var(--bal-color-text-primary) !important;
}

.hover\:text-primary:hover {
  color: var(--bal-color-text-primary) !important;
}

.active\:text-primary:active {
  color: var(--bal-color-text-primary) !important;
}

.focus\:text-primary-hover:focus {
  color: var(--bal-color-text-primary-hover) !important;
}

.hover\:text-primary-hover:hover {
  color: var(--bal-color-text-primary-hover) !important;
}

.active\:text-primary-hover:active {
  color: var(--bal-color-text-primary-hover) !important;
}

.focus\:text-primary-active:focus {
  color: var(--bal-color-text-primary-active) !important;
}

.hover\:text-primary-active:hover {
  color: var(--bal-color-text-primary-active) !important;
}

.active\:text-primary-active:active {
  color: var(--bal-color-text-primary-active) !important;
}

.focus\:text-inverted-primary:focus {
  color: var(--bal-color-text-inverted-primary) !important;
}

.hover\:text-inverted-primary:hover {
  color: var(--bal-color-text-inverted-primary) !important;
}

.active\:text-inverted-primary:active {
  color: var(--bal-color-text-inverted-primary) !important;
}

.focus\:text-inverted-primary-hover:focus {
  color: var(--bal-color-text-inverted-primary-hover) !important;
}

.hover\:text-inverted-primary-hover:hover {
  color: var(--bal-color-text-inverted-primary-hover) !important;
}

.active\:text-inverted-primary-hover:active {
  color: var(--bal-color-text-inverted-primary-hover) !important;
}

.focus\:text-inverted-primary-active:focus {
  color: var(--bal-color-text-inverted-primary-active) !important;
}

.hover\:text-inverted-primary-active:hover {
  color: var(--bal-color-text-inverted-primary-active) !important;
}

.active\:text-inverted-primary-active:active {
  color: var(--bal-color-text-inverted-primary-active) !important;
}

.focus\:text-primary-light:focus {
  color: var(--bal-color-text-primary-light) !important;
}

.hover\:text-primary-light:hover {
  color: var(--bal-color-text-primary-light) !important;
}

.active\:text-primary-light:active {
  color: var(--bal-color-text-primary-light) !important;
}

.focus\:text-hint:focus {
  color: var(--bal-color-text-hint) !important;
}

.hover\:text-hint:hover {
  color: var(--bal-color-text-hint) !important;
}

.active\:text-hint:active {
  color: var(--bal-color-text-hint) !important;
}

.focus\:text-grey-light:focus {
  color: var(--bal-color-text-grey-light) !important;
}

.hover\:text-grey-light:hover {
  color: var(--bal-color-text-grey-light) !important;
}

.active\:text-grey-light:active {
  color: var(--bal-color-text-grey-light) !important;
}

.focus\:text-grey:focus {
  color: var(--bal-color-text-grey) !important;
}

.hover\:text-grey:hover {
  color: var(--bal-color-text-grey) !important;
}

.active\:text-grey:active {
  color: var(--bal-color-text-grey) !important;
}

.focus\:text-grey-dark:focus {
  color: var(--bal-color-text-grey-dark) !important;
}

.hover\:text-grey-dark:hover {
  color: var(--bal-color-text-grey-dark) !important;
}

.active\:text-grey-dark:active {
  color: var(--bal-color-text-grey-dark) !important;
}

.focus\:text-disabled:focus {
  color: var(--bal-color-text-disabled) !important;
}

.hover\:text-disabled:hover {
  color: var(--bal-color-text-disabled) !important;
}

.active\:text-disabled:active {
  color: var(--bal-color-text-disabled) !important;
}

.focus\:text-inverted-disabled:focus {
  color: var(--bal-color-text-inverted-disabled) !important;
}

.hover\:text-inverted-disabled:hover {
  color: var(--bal-color-text-inverted-disabled) !important;
}

.active\:text-inverted-disabled:active {
  color: var(--bal-color-text-inverted-disabled) !important;
}

.focus\:text-info:focus {
  color: var(--bal-color-text-info) !important;
}

.hover\:text-info:hover {
  color: var(--bal-color-text-info) !important;
}

.active\:text-info:active {
  color: var(--bal-color-text-info) !important;
}

.focus\:text-warning:focus {
  color: var(--bal-color-text-warning) !important;
}

.hover\:text-warning:hover {
  color: var(--bal-color-text-warning) !important;
}

.active\:text-warning:active {
  color: var(--bal-color-text-warning) !important;
}

.focus\:text-success:focus {
  color: var(--bal-color-text-success) !important;
}

.hover\:text-success:hover {
  color: var(--bal-color-text-success) !important;
}

.active\:text-success:active {
  color: var(--bal-color-text-success) !important;
}

.focus\:text-danger:focus {
  color: var(--bal-color-text-danger) !important;
}

.hover\:text-danger:hover {
  color: var(--bal-color-text-danger) !important;
}

.active\:text-danger:active {
  color: var(--bal-color-text-danger) !important;
}

.focus\:text-danger-hover:focus {
  color: var(--bal-color-text-danger-hover) !important;
}

.hover\:text-danger-hover:hover {
  color: var(--bal-color-text-danger-hover) !important;
}

.active\:text-danger-hover:active {
  color: var(--bal-color-text-danger-hover) !important;
}

.focus\:text-danger-active:focus {
  color: var(--bal-color-text-danger-active) !important;
}

.hover\:text-danger-active:hover {
  color: var(--bal-color-text-danger-active) !important;
}

.active\:text-danger-active:active {
  color: var(--bal-color-text-danger-active) !important;
}

.font-family-title {
  font-family: var(--bal-font-family-title) !important;
}

.font-family-text {
  font-family: var(--bal-font-family-text) !important;
}

.text-x-small {
  font-size: var(--bal-text-size-x-small) !important;
}

.text-small {
  font-size: var(--bal-text-size-small) !important;
}

.text-normal {
  font-size: var(--bal-text-size-normal) !important;
}

.text-medium {
  font-size: var(--bal-text-size-medium) !important;
}

.text-large {
  font-size: var(--bal-text-size-large) !important;
}

.text-x-large {
  font-size: var(--bal-text-size-x-large) !important;
}

.text-xx-large {
  font-size: var(--bal-text-size-xx-large) !important;
}

.text-xxx-large {
  font-size: var(--bal-text-size-xxx-large) !important;
}

.text-xxxx-large {
  font-size: var(--bal-text-size-xxxx-large) !important;
}

.text-xxxxx-large {
  font-size: var(--bal-text-size-xxxxx-large) !important;
}

@media screen and (min-width: 769px), print {
  .text-x-small {
    font-size: var(--bal-text-size-x-small-tablet) !important;
  }
  .text-small {
    font-size: var(--bal-text-size-small-tablet) !important;
  }
  .text-normal {
    font-size: var(--bal-text-size-normal-tablet) !important;
  }
  .text-medium {
    font-size: var(--bal-text-size-medium-tablet) !important;
  }
  .text-large {
    font-size: var(--bal-text-size-large-tablet) !important;
  }
  .text-x-large {
    font-size: var(--bal-text-size-x-large-tablet) !important;
  }
  .text-xx-large {
    font-size: var(--bal-text-size-xx-large-tablet) !important;
  }
  .text-xxx-large {
    font-size: var(--bal-text-size-xxx-large-tablet) !important;
  }
  .text-xxxx-large {
    font-size: var(--bal-text-size-xxxx-large-tablet) !important;
  }
  .text-xxxxx-large {
    font-size: var(--bal-text-size-xxxxx-large-tablet) !important;
  }
}
@media screen and (min-width: 1024px) {
  .text-x-small {
    font-size: var(--bal-text-size-x-small-desktop) !important;
  }
  .text-small {
    font-size: var(--bal-text-size-small-desktop) !important;
  }
  .text-normal {
    font-size: var(--bal-text-size-normal-desktop) !important;
  }
  .text-medium {
    font-size: var(--bal-text-size-medium-desktop) !important;
  }
  .text-large {
    font-size: var(--bal-text-size-large-desktop) !important;
  }
  .text-x-large {
    font-size: var(--bal-text-size-x-large-desktop) !important;
  }
  .text-xx-large {
    font-size: var(--bal-text-size-xx-large-desktop) !important;
  }
  .text-xxx-large {
    font-size: var(--bal-text-size-xxx-large-desktop) !important;
  }
  .text-xxxx-large {
    font-size: var(--bal-text-size-xxxx-large-desktop) !important;
  }
  .text-xxxxx-large {
    font-size: var(--bal-text-size-xxxxx-large-desktop) !important;
  }
}
.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-justify {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .mobile\:text-align-center {
    text-align: center !important;
  }
  .mobile\:text-align-left {
    text-align: left !important;
  }
  .mobile\:text-align-right {
    text-align: right !important;
  }
  .mobile\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-align-center {
    text-align: center !important;
  }
  .tablet\:text-align-left {
    text-align: left !important;
  }
  .tablet\:text-align-right {
    text-align: right !important;
  }
  .tablet\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-align-center {
    text-align: center !important;
  }
  .desktop\:text-align-left {
    text-align: left !important;
  }
  .desktop\:text-align-right {
    text-align: right !important;
  }
  .desktop\:text-align-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-align-center {
    text-align: center !important;
  }
  .widescreen\:text-align-left {
    text-align: left !important;
  }
  .widescreen\:text-align-right {
    text-align: right !important;
  }
  .widescreen\:text-align-justify {
    text-align: justify !important;
  }
}
.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.font-weight-bold {
  font-weight: var(--bal-font-weight-bold) !important;
}

.font-weight-regular {
  font-weight: var(--bal-font-weight-regular) !important;
}

.font-weight-light {
  font-weight: var(--bal-font-weight-light) !important;
}

.white-space-normal {
  white-space: normal !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.line-height-title {
  line-height: var(--bal-text-line-height-title) !important;
}

.line-height-text {
  line-height: var(--bal-text-line-height-text) !important;
}

.text-overflow-clip {
  text-overflow: clip !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

@media screen and (max-width: 768px) {
  .mobile\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .mobile\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 769px), print {
  .tablet\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .tablet\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1024px) {
  .desktop\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .desktop\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1440px) {
  .widescreen\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .widescreen\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
.text-xxxxx-large,
.text-xxxx-large {
  line-height: var(--bal-text-line-height-title);
}
.text-xxxxx-large:not(:last-child),
.text-xxxx-large:not(:last-child) {
  margin-bottom: var(--bal-space-normal);
}

.text-xxx-large,
.text-xx-large,
.text-x-large,
.text-large {
  line-height: var(--bal-text-line-height-title);
}
.text-xxx-large:not(:last-child),
.text-xx-large:not(:last-child),
.text-x-large:not(:last-child),
.text-large:not(:last-child) {
  margin-bottom: var(--bal-space-x-small);
}

.text-medium {
  line-height: var(--bal-text-line-height-text);
}
.text-medium:not(:last-child) {
  margin-bottom: var(--bal-space-x-small);
}

.text-medium,
.text,
.text-small,
.text-x-small {
  line-height: var(--bal-text-line-height-text);
}
.text-medium:not(:last-child),
.text:not(:last-child),
.text-small:not(:last-child),
.text-x-small:not(:last-child) {
  margin-bottom: var(--bal-space-xx-small);
}
/*# sourceMappingURL=all.css.map */