:root {
  --lightBlue: #30B0FF;
  --blue: #0062ff;
  --darkerBlue: #2854E9;
  --purple: #8A3FFC;
  --coolGrey100: #121619;
  --black: #000000; }

/*
################
Theming 
################
*/
/*
####################
Carbon Component CSS
####################
*/
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0; }

button,
select,
input,
textarea {
  font-family: inherit;
  border-radius: 0; }

input[type='text']::-ms-clear {
  display: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: ''; }

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

* {
  box-sizing: border-box; }

button {
  margin: 0; }

html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

@media screen and (-ms-high-contrast: active) {
  svg {
    fill: ButtonText; } }

h1 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.199;
  letter-spacing: 0; }

h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0; }

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0; }

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0; }

h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0; }

h6 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.16px; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

a {
  color: #0f62fe; }

em {
  font-style: italic; }

@-webkit-keyframes skeleton {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0.3; }
  20% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1; }
  28% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right; }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right; }
  58% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right; }
  82% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right; }
  83% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; }
  96% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0.3; } }

@keyframes skeleton {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0.3; }
  20% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1; }
  28% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right; }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right; }
  58% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right; }
  82% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right; }
  83% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; }
  96% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0.3; } }

.bx--text-truncate--end {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--text-truncate--front {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  direction: rtl;
  white-space: nowrap;
  text-overflow: ellipsis; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:root {
  --cds-container-01: 2rem;
  --cds-container-02: 2.5rem;
  --cds-container-03: 3rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4.5rem;
  --cds-icon-size-01: 1.25rem;
  --cds-body-short-01-font-size: 1rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.375rem;
  --cds-body-short-01-letter-spacing: 0;
  --cds-body-long-01-font-size: 1rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.5rem;
  --cds-body-long-01-letter-spacing: 0;
  --cds-label-01-font-size: 0.875rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1.125rem;
  --cds-label-01-letter-spacing: 0.16px;
  --cds-caption-01-font-size: 0.875rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1.125rem;
  --cds-caption-01-letter-spacing: 0.16px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.875rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1.25rem;
  --cds-code-01-letter-spacing: 0;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 1rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.5rem;
  --cds-code-02-letter-spacing: 0;
  --cds-helper-text-01-font-size: 0.875rem;
  --cds-helper-text-01-font-weight: 400;
  --cds-helper-text-01-line-height: 1.125rem;
  --cds-helper-text-01-letter-spacing: 0.16px;
  --cds-heading-01-font-size: 1rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.375rem;
  --cds-heading-01-letter-spacing: 0;
  --cds-productive-heading-01-font-size: 1rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.375rem;
  --cds-productive-heading-01-letter-spacing: 0;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px; }

:root {
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2.5rem);
  --cds-button-field-height: var(--cds-container-03, 3rem);
  --cds-input-height: var(--cds-container-03, 3rem);
  --cds-tab-height: var(--cds-container-03, 3rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem); }

.bx--accordion__heading {
  padding: calc( (var(--cds-container-03, 3rem) - 1.5rem) / 2) 0; }

.bx--accordion__arrow {
  width: var(--cds-icon-size-01, 1.25rem);
  height: var(--cds-icon-size-01, 1.25rem);
  flex: 0 0 var(--cds-icon-size-01, 1.25rem); }

.bx--btn {
  padding-top: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - 1.375rem) / 2 - 1px); }

.bx--btn .bx--btn__icon {
  width: var(--cds-icon-size-01, 1.25rem);
  height: var(--cds-icon-size-01, 1.25rem); }

.bx--btn.bx--btn--field {
  min-height: var(--cds-button-field-height, var(--cds-container-03, 3rem));
  padding-top: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - 1.375rem) / 2 - 1px); }

.bx--btn.bx--btn--sm {
  min-height: var(--cds-button-sm-height, var(--cds-container-02, 2.5rem));
  padding-top: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - 1.375rem) / 2 - 1px); }

.bx--btn--icon-only {
  min-width: var(--cds-button-md-height, var(--cds-container-04, 3rem));
  padding: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

.bx--btn--icon-only.bx--btn--field {
  min-width: var(--cds-button-field-height, var(--cds-container-03, 3rem));
  padding: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

.bx--btn--icon-only.bx--btn--sm {
  min-width: var(--cds-button-sm-height, var(--cds-container-02, 2.5rem));
  padding: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

.bx--checkbox-label {
  padding-top: 1px; }

.bx--snippet--single {
  height: 3rem; }

.bx--snippet--single .bx--snippet-container {
  height: 100%;
  padding: 0; }

button.bx--btn.bx--snippet-btn--expand {
  padding: 0.375rem 0.8125rem; }

.bx--snippet--multi .bx--snippet-button {
  height: 3rem;
  width: 3rem; }

.bx--list-box__invalid-icon,
.bx--list-box__selection svg {
  width: 1.25rem;
  height: 1.25rem; }

.bx--combo-box.bx--list-box .bx--list-box__menu-icon {
  top: 0.75rem; }

.bx--combo-box.bx--list-box .bx--list-box__menu-icon svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--content-switcher {
  height: 3rem; }

.bx--copy-btn {
  height: 3rem;
  width: 3rem; }

.bx--copy-btn svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--date-picker__input {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--date-picker.bx--date-picker--simple .bx--date-picker__input {
  width: 8rem; }

.bx--date-picker__icon {
  width: 1.25rem;
  height: 1.25rem; }

.bx--date-picker--range .bx--date-picker-container,
.bx--date-picker--range .bx--date-picker__input {
  width: 10rem; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 1.25rem;
  height: 1.25rem; }

.bx--data-table--compact td {
  height: 2rem; }

.bx--data-table--short td {
  height: 2.5rem; }

.bx--data-table--tall td {
  height: 4.375rem; }

.bx--table-expand__svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--data-table tbody td.bx--table-column-checkbox {
  padding-right: 1rem; }

.bx--action-list .bx--btn__icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--toolbar-search-container-expandable .bx--search .bx--search-magnifier {
  height: var(--cds-layout-04, 3.25rem);
  width: var(--cds-layout-04, 3.25rem); }

.bx--action-list .bx--btn .bx--btn__icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--overflow-menu__icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--overflow-menu.bx--toolbar-action {
  padding: 0.875rem; }

.bx--dropdown.bx--list-box--sm,
.bx--dropdown.bx--list-box--sm .bx--list-box__field {
  height: 2.5rem; }

.bx--dropdown.bx--list-box .bx--list-box__menu-icon {
  top: 0.75rem; }

.bx--dropdown.bx--list-box .bx--list-box__menu-icon svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--file__state-container .bx--file-close svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--file__state-container .bx--file-complete {
  height: 1.25rem;
  width: 1.25rem; }

.bx--file__state-container .bx--btn--tertiary {
  width: 8.875rem; }

.bx--file__state-container .bx--file-invalid {
  height: 1.25rem;
  width: 1.25rem; }

.bx--inline-loading__checkmark-container,
.bx--inline-loading--error {
  height: 1.25rem;
  width: 1.25rem; }

.bx--inline-notification .bx--inline-notification__details {
  margin-left: 0.85rem; }

.bx--inline-notification .bx--inline-notification__details .bx--inline-notification__icon {
  margin-right: 0.875rem; }

.bx--inline-notification .bx--inline-notification__text-wrapper {
  padding: 0.8rem 0; }

.bx--inline-notification .bx--inline-notification__action-button.bx--btn--ghost {
  padding: calc(0.375rem - 3px) 1rem;
  margin: 0.25rem 0; }

.bx--list--ordered:not(.bx--list--nested) > .bx--list__item::before {
  left: -1.85rem; }

.bx--list-box {
  height: 3rem;
  /* $carbon--container-04 */
  max-height: 3rem;
  /* $carbon--container-04 */ }

.bx--list-box__field {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--list-box__menu-item {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--list-box__menu-item__option {
  height: 3rem;
  /* $carbon--container-04 */
  padding: 0.875rem 0; }

.bx--list-box__menu-item__option:focus {
  padding: 0.875rem 1rem; }

.bx--list-box__menu-icon > svg {
  width: 1.25rem; }

.bx--loading svg circle {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.bx--modal-content--overflow-indicator {
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0), #ffffff); }

.bx--multi-select.bx--list-box .bx--list-box__menu-icon {
  top: 0.75rem; }

.bx--multi-select.bx--list-box .bx--list-box__menu-icon svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--number input[type='number'] {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--number__input-wrapper .bx--number__invalid {
  width: 1.25rem;
  height: 1.25rem; }

.bx--number__control-btn.up-icon,
.bx--number__control-btn.down-icon {
  width: 100%;
  height: 100%; }

.bx--number__control-btn.up-icon svg,
.bx--number__control-btn.down-icon svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--overflow-menu {
  height: 2.5rem;
  width: 2.5rem; }

.bx--overflow-menu-options__option {
  height: 3rem; }

.bx--overflow-menu-options--open[data-floating-menu-direction='bottom']::after, .bx--overflow-menu-options--open[data-floating-menu-direction='top']::after {
  width: 2.5rem; }

.bx--overflow-menu__icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--progress-step svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--tabs-trigger {
  height: var(--cds-input-height, var(--cds-container-03, 3rem)); }

@media (min-width: 42rem) {
  .bx--tabs {
    min-height: var(--cds-tab-height, var(--cds-container-03, 3rem)); }
  .bx--tabs--container {
    min-height: var(--cds-tab-container-height, var(--cds-container-04, 3rem)); }
  .bx--tabs--container a.bx--tabs__nav-link {
    height: var(--cds-tab-container-height, var(--cds-container-04, 3rem)); }
  .bx--tabs__nav-item,
  a.bx--tabs__nav-link {
    height: var(--cds-tab-height, var(--cds-container-03, 3rem)); }
  a.bx--tabs__nav-link {
    display: flex;
    align-items: center; } }

.bx--tag {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.32px;
  /* stylelint-disable-next-line declaration-property-unit-whitelist */
  line-height: 1.25rem;
  height: 2rem;
  /* carbon--container-02 */
  padding: 6px 1rem; }

.bx--tag--filter {
  padding-right: 0.75rem; }

.bx--tag--disabled,
.bx--tag--filter.bx--tag--disabled {
  color: #c6c6c6; }

.bx--tag__close-icon {
  position: relative;
  left: 6px;
  width: var(--cds-icon-size-01, 1.25rem);
  height: var(--cds-icon-size-01, 1.25rem);
  margin-left: 0;
  padding: 0.125rem; }

.bx--tag__close-icon:focus, .bx--tag__close-icon:hover {
  padding-left: 0.125rem; }

.bx--text-area__invalid-icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--text-input {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--text-input__invalid-icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility,
.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  height: 1.25rem;
  width: 1.25rem; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--icon-visibility-off,
.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--icon-visibility-on,
.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger .bx--icon-visibility-off,
.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger .bx--icon-visibility-on {
  height: 1.25rem;
  width: 1.25rem; }

.bx--tile--is-selected {
  outline-offset: -2px; }

.bx--tile__checkmark {
  height: var(--cds-icon-size-01, 1.25rem); }

.bx--tile__checkmark svg {
  height: var(--cds-icon-size-01, 1.25rem);
  width: var(--cds-icon-size-01, 1.25rem); }

.bx--tile__chevron {
  height: var(--cds-icon-size-01, 1.25rem); }

.bx--tile__chevron svg {
  height: var(--cds-icon-size-01, 1.25rem);
  width: var(--cds-icon-size-01, 1.25rem); }

.bx--time-picker__input-field {
  height: 3rem;
  width: 5.3125rem; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before {
  border-width: 0.25rem 0.34375rem 0.25rem 0; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before {
  border-width: 0.25rem 0 0.25rem 0.34375rem; }

.bx--tooltip .bx--link {
  font-size: 1rem; }

.bx--search svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--search--lg .bx--search-input {
  height: 3rem; }

.bx--search--sm .bx--search-input {
  height: 2.5rem; }

.bx--select-input {
  height: 3rem; }

.bx--select__invalid-icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--select__arrow {
  width: 1.25rem; }

.bx--select--inline.bx--select--invalid .bx--label,
.bx--select--inline.bx--select--invalid .bx--form__helper-text {
  margin-top: 1rem; }

.bx--form__helper-text {
  line-height: 1rem; }

.bx--structured-list-svg {
  height: var(--cds-icon-size-01, 1.25rem);
  width: var(--cds-icon-size-01, 1.25rem); }

.bx--toast-notification .bx--toast-notification__title {
  margin-top: 0.8rem; }

.bx--side-nav a.bx--header__menu-item,
.bx--side-nav__menu a.bx--side-nav__link,
.bx--side-nav__item a.bx--side-nav__link,
.bx--side-nav .bx--header__menu a.bx--header__menu-item,
.bx--side-nav__submenu[aria-haspopup='true'],
.bx--side-nav__submenu[aria-expanded='false'],
.bx--side-nav__link,
.bx--switcher__item,
.bx--switcher__item-link {
  height: var(--cds-container-02, 2.5rem);
  display: flex;
  align-items: center; }

.bx--switcher__item-link {
  width: 100%; }

.bx--header__action {
  padding: 0; }

.bx--header__action--active {
  border-top: 0.0625rem solid #393939;
  outline: none; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: none; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 42rem) {
  .bx--grid {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 99rem) {
  .bx--grid {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

@media (min-width: 99rem) {
  .bx--grid--full-width {
    max-width: 100%; } }

.bx--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.bx--row-padding [class*='bx--col'],
.bx--col-padding {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.bx--grid--condensed [class*='bx--col'] {
  padding-top: 0.03125rem;
  padding-bottom: 0.03125rem; }

.bx--col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col,
.bx--grid--condensed .bx--col {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col,
.bx--grid--narrow .bx--col {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-0,
.bx--grid--condensed .bx--col-sm-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-0,
.bx--grid--narrow .bx--col-sm-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-1,
.bx--grid--condensed .bx--col-sm-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-1,
.bx--grid--narrow .bx--col-sm-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-2,
.bx--grid--condensed .bx--col-sm-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-2,
.bx--grid--narrow .bx--col-sm-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-3,
.bx--grid--condensed .bx--col-sm-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-3,
.bx--grid--narrow .bx--col-sm-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-4,
.bx--grid--condensed .bx--col-sm-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-4,
.bx--grid--narrow .bx--col-sm-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm,
.bx--col-sm--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm,
.bx--grid--condensed .bx--col-sm, .bx--row--condensed
.bx--col-sm--auto,
.bx--grid--condensed
.bx--col-sm--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm,
.bx--grid--narrow .bx--col-sm, .bx--row--narrow
.bx--col-sm--auto,
.bx--grid--narrow
.bx--col-sm--auto {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col,
.bx--col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.bx--col--auto,
.bx--col-sm--auto {
  flex: 1 0 0%;
  width: auto;
  max-width: 100%; }

.bx--col-sm-0 {
  display: none; }

.bx--col-sm-1 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%; }

.bx--col-sm-2 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%; }

.bx--col-sm-3 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%; }

.bx--col-sm-4 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

.bx--offset-sm-0 {
  margin-left: 0; }

.bx--offset-sm-1 {
  margin-left: 25%; }

.bx--offset-sm-2 {
  margin-left: 50%; }

.bx--offset-sm-3 {
  margin-left: 75%; }

.bx--col-md-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-0,
.bx--grid--condensed .bx--col-md-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-0,
.bx--grid--narrow .bx--col-md-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-1,
.bx--grid--condensed .bx--col-md-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-1,
.bx--grid--narrow .bx--col-md-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-2,
.bx--grid--condensed .bx--col-md-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-2,
.bx--grid--narrow .bx--col-md-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-3,
.bx--grid--condensed .bx--col-md-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-3,
.bx--grid--narrow .bx--col-md-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-4,
.bx--grid--condensed .bx--col-md-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-4,
.bx--grid--narrow .bx--col-md-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-5,
.bx--grid--condensed .bx--col-md-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-5,
.bx--grid--narrow .bx--col-md-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-6,
.bx--grid--condensed .bx--col-md-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-6,
.bx--grid--narrow .bx--col-md-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-7,
.bx--grid--condensed .bx--col-md-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-7,
.bx--grid--narrow .bx--col-md-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-8,
.bx--grid--condensed .bx--col-md-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-8,
.bx--grid--narrow .bx--col-md-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md,
.bx--col-md--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md,
.bx--grid--condensed .bx--col-md, .bx--row--condensed
.bx--col-md--auto,
.bx--grid--condensed
.bx--col-md--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md,
.bx--grid--narrow .bx--col-md, .bx--row--narrow
.bx--col-md--auto,
.bx--grid--narrow
.bx--col-md--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--col,
  .bx--col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-md--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-md-0 {
    display: none; }
  .bx--col-md-1 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-md-2 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-md-3 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-md-4 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-md-5 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-md-6 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-md-7 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-md-8 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-md-0 {
    margin-left: 0; }
  .bx--offset-md-1 {
    margin-left: 12.5%; }
  .bx--offset-md-2 {
    margin-left: 25%; }
  .bx--offset-md-3 {
    margin-left: 37.5%; }
  .bx--offset-md-4 {
    margin-left: 50%; }
  .bx--offset-md-5 {
    margin-left: 62.5%; }
  .bx--offset-md-6 {
    margin-left: 75%; }
  .bx--offset-md-7 {
    margin-left: 87.5%; } }

.bx--col-lg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-0,
.bx--grid--condensed .bx--col-lg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-0,
.bx--grid--narrow .bx--col-lg-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-1,
.bx--grid--condensed .bx--col-lg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-1,
.bx--grid--narrow .bx--col-lg-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-2,
.bx--grid--condensed .bx--col-lg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-2,
.bx--grid--narrow .bx--col-lg-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-3,
.bx--grid--condensed .bx--col-lg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-3,
.bx--grid--narrow .bx--col-lg-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-4,
.bx--grid--condensed .bx--col-lg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-4,
.bx--grid--narrow .bx--col-lg-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-5,
.bx--grid--condensed .bx--col-lg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-5,
.bx--grid--narrow .bx--col-lg-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-6,
.bx--grid--condensed .bx--col-lg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-6,
.bx--grid--narrow .bx--col-lg-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-7,
.bx--grid--condensed .bx--col-lg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-7,
.bx--grid--narrow .bx--col-lg-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-8,
.bx--grid--condensed .bx--col-lg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-8,
.bx--grid--narrow .bx--col-lg-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-9,
.bx--grid--condensed .bx--col-lg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-9,
.bx--grid--narrow .bx--col-lg-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-10,
.bx--grid--condensed .bx--col-lg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-10,
.bx--grid--narrow .bx--col-lg-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-11,
.bx--grid--condensed .bx--col-lg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-11,
.bx--grid--narrow .bx--col-lg-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-12,
.bx--grid--condensed .bx--col-lg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-12,
.bx--grid--narrow .bx--col-lg-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-13,
.bx--grid--condensed .bx--col-lg-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-13,
.bx--grid--narrow .bx--col-lg-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-14,
.bx--grid--condensed .bx--col-lg-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-14,
.bx--grid--narrow .bx--col-lg-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-15,
.bx--grid--condensed .bx--col-lg-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-15,
.bx--grid--narrow .bx--col-lg-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-16,
.bx--grid--condensed .bx--col-lg-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-16,
.bx--grid--narrow .bx--col-lg-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg,
.bx--col-lg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg,
.bx--grid--condensed .bx--col-lg, .bx--row--condensed
.bx--col-lg--auto,
.bx--grid--condensed
.bx--col-lg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg,
.bx--grid--narrow .bx--col-lg, .bx--row--narrow
.bx--col-lg--auto,
.bx--grid--narrow
.bx--col-lg--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 66rem) {
  .bx--col,
  .bx--col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-lg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-lg-0 {
    display: none; }
  .bx--col-lg-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-lg-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-lg-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-lg-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-lg-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-lg-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-lg-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-lg-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-lg-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-lg-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-lg-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-lg-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-lg-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-lg-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-lg-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-lg-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-lg-0 {
    margin-left: 0; }
  .bx--offset-lg-1 {
    margin-left: 6.25%; }
  .bx--offset-lg-2 {
    margin-left: 12.5%; }
  .bx--offset-lg-3 {
    margin-left: 18.75%; }
  .bx--offset-lg-4 {
    margin-left: 25%; }
  .bx--offset-lg-5 {
    margin-left: 31.25%; }
  .bx--offset-lg-6 {
    margin-left: 37.5%; }
  .bx--offset-lg-7 {
    margin-left: 43.75%; }
  .bx--offset-lg-8 {
    margin-left: 50%; }
  .bx--offset-lg-9 {
    margin-left: 56.25%; }
  .bx--offset-lg-10 {
    margin-left: 62.5%; }
  .bx--offset-lg-11 {
    margin-left: 68.75%; }
  .bx--offset-lg-12 {
    margin-left: 75%; }
  .bx--offset-lg-13 {
    margin-left: 81.25%; }
  .bx--offset-lg-14 {
    margin-left: 87.5%; }
  .bx--offset-lg-15 {
    margin-left: 93.75%; } }

.bx--col-xlg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-0,
.bx--grid--condensed .bx--col-xlg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-0,
.bx--grid--narrow .bx--col-xlg-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-1,
.bx--grid--condensed .bx--col-xlg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-1,
.bx--grid--narrow .bx--col-xlg-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-2,
.bx--grid--condensed .bx--col-xlg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-2,
.bx--grid--narrow .bx--col-xlg-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-3,
.bx--grid--condensed .bx--col-xlg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-3,
.bx--grid--narrow .bx--col-xlg-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-4,
.bx--grid--condensed .bx--col-xlg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-4,
.bx--grid--narrow .bx--col-xlg-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-5,
.bx--grid--condensed .bx--col-xlg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-5,
.bx--grid--narrow .bx--col-xlg-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-6,
.bx--grid--condensed .bx--col-xlg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-6,
.bx--grid--narrow .bx--col-xlg-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-7,
.bx--grid--condensed .bx--col-xlg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-7,
.bx--grid--narrow .bx--col-xlg-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-8,
.bx--grid--condensed .bx--col-xlg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-8,
.bx--grid--narrow .bx--col-xlg-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-9,
.bx--grid--condensed .bx--col-xlg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-9,
.bx--grid--narrow .bx--col-xlg-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-10,
.bx--grid--condensed .bx--col-xlg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-10,
.bx--grid--narrow .bx--col-xlg-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-11,
.bx--grid--condensed .bx--col-xlg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-11,
.bx--grid--narrow .bx--col-xlg-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-12,
.bx--grid--condensed .bx--col-xlg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-12,
.bx--grid--narrow .bx--col-xlg-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-13,
.bx--grid--condensed .bx--col-xlg-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-13,
.bx--grid--narrow .bx--col-xlg-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-14,
.bx--grid--condensed .bx--col-xlg-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-14,
.bx--grid--narrow .bx--col-xlg-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-15,
.bx--grid--condensed .bx--col-xlg-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-15,
.bx--grid--narrow .bx--col-xlg-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-16,
.bx--grid--condensed .bx--col-xlg-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-16,
.bx--grid--narrow .bx--col-xlg-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg,
.bx--col-xlg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg,
.bx--grid--condensed .bx--col-xlg, .bx--row--condensed
.bx--col-xlg--auto,
.bx--grid--condensed
.bx--col-xlg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg,
.bx--grid--narrow .bx--col-xlg, .bx--row--narrow
.bx--col-xlg--auto,
.bx--grid--narrow
.bx--col-xlg--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 82rem) {
  .bx--col,
  .bx--col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-xlg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-xlg-0 {
    display: none; }
  .bx--col-xlg-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-xlg-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-xlg-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-xlg-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-xlg-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-xlg-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-xlg-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-xlg-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-xlg-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-xlg-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-xlg-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-xlg-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-xlg-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-xlg-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-xlg-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-xlg-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-xlg-0 {
    margin-left: 0; }
  .bx--offset-xlg-1 {
    margin-left: 6.25%; }
  .bx--offset-xlg-2 {
    margin-left: 12.5%; }
  .bx--offset-xlg-3 {
    margin-left: 18.75%; }
  .bx--offset-xlg-4 {
    margin-left: 25%; }
  .bx--offset-xlg-5 {
    margin-left: 31.25%; }
  .bx--offset-xlg-6 {
    margin-left: 37.5%; }
  .bx--offset-xlg-7 {
    margin-left: 43.75%; }
  .bx--offset-xlg-8 {
    margin-left: 50%; }
  .bx--offset-xlg-9 {
    margin-left: 56.25%; }
  .bx--offset-xlg-10 {
    margin-left: 62.5%; }
  .bx--offset-xlg-11 {
    margin-left: 68.75%; }
  .bx--offset-xlg-12 {
    margin-left: 75%; }
  .bx--offset-xlg-13 {
    margin-left: 81.25%; }
  .bx--offset-xlg-14 {
    margin-left: 87.5%; }
  .bx--offset-xlg-15 {
    margin-left: 93.75%; } }

.bx--col-max-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-0,
.bx--grid--condensed .bx--col-max-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-0,
.bx--grid--narrow .bx--col-max-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-1,
.bx--grid--condensed .bx--col-max-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-1,
.bx--grid--narrow .bx--col-max-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-2,
.bx--grid--condensed .bx--col-max-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-2,
.bx--grid--narrow .bx--col-max-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-3,
.bx--grid--condensed .bx--col-max-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-3,
.bx--grid--narrow .bx--col-max-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-4,
.bx--grid--condensed .bx--col-max-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-4,
.bx--grid--narrow .bx--col-max-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-5,
.bx--grid--condensed .bx--col-max-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-5,
.bx--grid--narrow .bx--col-max-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-6,
.bx--grid--condensed .bx--col-max-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-6,
.bx--grid--narrow .bx--col-max-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-7,
.bx--grid--condensed .bx--col-max-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-7,
.bx--grid--narrow .bx--col-max-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-8,
.bx--grid--condensed .bx--col-max-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-8,
.bx--grid--narrow .bx--col-max-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-9,
.bx--grid--condensed .bx--col-max-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-9,
.bx--grid--narrow .bx--col-max-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-10,
.bx--grid--condensed .bx--col-max-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-10,
.bx--grid--narrow .bx--col-max-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-11,
.bx--grid--condensed .bx--col-max-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-11,
.bx--grid--narrow .bx--col-max-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-12,
.bx--grid--condensed .bx--col-max-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-12,
.bx--grid--narrow .bx--col-max-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-13,
.bx--grid--condensed .bx--col-max-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-13,
.bx--grid--narrow .bx--col-max-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-14,
.bx--grid--condensed .bx--col-max-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-14,
.bx--grid--narrow .bx--col-max-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-15,
.bx--grid--condensed .bx--col-max-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-15,
.bx--grid--narrow .bx--col-max-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-16,
.bx--grid--condensed .bx--col-max-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-16,
.bx--grid--narrow .bx--col-max-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max,
.bx--col-max--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max,
.bx--grid--condensed .bx--col-max, .bx--row--condensed
.bx--col-max--auto,
.bx--grid--condensed
.bx--col-max--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max,
.bx--grid--narrow .bx--col-max, .bx--row--narrow
.bx--col-max--auto,
.bx--grid--narrow
.bx--col-max--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 99rem) {
  .bx--col,
  .bx--col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-max--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-max-0 {
    display: none; }
  .bx--col-max-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-max-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-max-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-max-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-max-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-max-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-max-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-max-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-max-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-max-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-max-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-max-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-max-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-max-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-max-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-max-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-max-0 {
    margin-left: 0; }
  .bx--offset-max-1 {
    margin-left: 6.25%; }
  .bx--offset-max-2 {
    margin-left: 12.5%; }
  .bx--offset-max-3 {
    margin-left: 18.75%; }
  .bx--offset-max-4 {
    margin-left: 25%; }
  .bx--offset-max-5 {
    margin-left: 31.25%; }
  .bx--offset-max-6 {
    margin-left: 37.5%; }
  .bx--offset-max-7 {
    margin-left: 43.75%; }
  .bx--offset-max-8 {
    margin-left: 50%; }
  .bx--offset-max-9 {
    margin-left: 56.25%; }
  .bx--offset-max-10 {
    margin-left: 62.5%; }
  .bx--offset-max-11 {
    margin-left: 68.75%; }
  .bx--offset-max-12 {
    margin-left: 75%; }
  .bx--offset-max-13 {
    margin-left: 81.25%; }
  .bx--offset-max-14 {
    margin-left: 87.5%; }
  .bx--offset-max-15 {
    margin-left: 93.75%; } }

.bx--no-gutter,
.bx--row.bx--no-gutter [class*='bx--col'] {
  padding-right: 0;
  padding-left: 0; }

.bx--no-gutter--start,
.bx--row.bx--no-gutter--start [class*='bx--col'] {
  padding-left: 0; }

.bx--no-gutter--end,
.bx--row.bx--no-gutter--end [class*='bx--col'] {
  padding-right: 0; }

.bx--no-gutter--left,
.bx--row.bx--no-gutter--left [class*='bx--col'] {
  padding-left: 0; }

.bx--no-gutter--right,
.bx--row.bx--no-gutter--right [class*='bx--col'] {
  padding-right: 0; }

.bx--hang--start {
  padding-left: 1rem; }

.bx--hang--end {
  padding-right: 1rem; }

.bx--hang--left {
  padding-left: 1rem; }

.bx--hang--right {
  padding-right: 1rem; }

.bx--aspect-ratio {
  position: relative; }

.bx--aspect-ratio::before {
  float: left;
  width: 1px;
  height: 0;
  margin-left: -1px;
  content: ''; }

.bx--aspect-ratio::after {
  display: table;
  clear: both;
  content: ''; }

.bx--aspect-ratio--16x9::before {
  padding-top: 56.25%; }

.bx--aspect-ratio--9x16::before {
  padding-top: 177.77778%; }

.bx--aspect-ratio--2x1::before {
  padding-top: 50%; }

.bx--aspect-ratio--1x2::before {
  padding-top: 200%; }

.bx--aspect-ratio--4x3::before {
  padding-top: 75%; }

.bx--aspect-ratio--3x4::before {
  padding-top: 133.33333%; }

.bx--aspect-ratio--1x1::before {
  padding-top: 100%; }

.bx--aspect-ratio--object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--tile {
  position: relative;
  display: block;
  min-width: 8rem;
  min-height: 4rem;
  padding: 1rem;
  background-color: #ffffff;
  outline: 2px solid transparent;
  outline-offset: -2px; }

.bx--tile:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tile:focus {
    outline-style: dotted; } }

.bx--tile--light {
  background-color: #f4f4f4; }

.bx--tile--clickable,
.bx--tile--selectable,
.bx--tile--expandable {
  cursor: pointer;
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--clickable:hover,
.bx--tile--selectable:hover,
.bx--tile--expandable:hover {
  background: #e5e5e5; }

.bx--tile--clickable:focus,
.bx--tile--expandable:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tile--clickable:focus,
  .bx--tile--expandable:focus {
    outline-style: dotted; } }

.bx--tile--clickable:hover .bx--tile__checkmark, .bx--tile--clickable:focus .bx--tile__checkmark,
.bx--tile--expandable:hover .bx--tile__checkmark,
.bx--tile--expandable:focus .bx--tile__checkmark {
  opacity: 1; }

.bx--tile--expandable::-moz-focus-inner {
  border: 0; }

.bx--tile--clickable {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #161616;
  text-decoration: none; }

.bx--tile--clickable *,
.bx--tile--clickable *::before,
.bx--tile--clickable *::after {
  box-sizing: inherit; }

.bx--tile--clickable:hover,
.bx--tile--clickable:active,
.bx--tile--clickable:visited,
.bx--tile--clickable:visited:hover {
  color: #161616;
  text-decoration: none; }

.bx--tile--clickable.bx--link--disabled {
  color: #c6c6c6; }

.bx--tile--clickable:hover.bx--link--disabled {
  display: block;
  color: #c6c6c6;
  background-color: #ffffff; }

.bx--tile--selectable {
  padding-right: 3rem; }

.bx--tile__checkmark,
.bx--tile__chevron {
  position: absolute;
  background: transparent;
  border: none;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile__checkmark {
  top: 1rem;
  right: 1rem;
  height: 1rem;
  opacity: 0; }

.bx--tile__checkmark svg {
  border-radius: 50%;
  fill: #525252; }

.bx--tile__checkmark:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tile__checkmark:focus {
    outline-style: dotted; } }

.bx--tile__chevron {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
  height: 1rem; }

.bx--tile__chevron svg {
  margin-left: 0.5rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tile__chevron svg {
    fill: ButtonText; } }

.bx--tile__chevron:hover {
  cursor: pointer; }

.bx--tile__chevron:focus {
  outline: none; }

.bx--tile--expandable {
  width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: inherit;
  text-align: left;
  border: 0;
  transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile-content__above-the-fold {
  display: block; }

.bx--tile-content__below-the-fold {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--is-expanded {
  overflow: visible;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--is-expanded .bx--tile__chevron svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.bx--tile--is-expanded .bx--tile-content__below-the-fold {
  visibility: inherit;
  opacity: 1;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tile--is-selected {
  outline: 1px solid #161616;
  outline-offset: -1px; }

.bx--tile--is-selected .bx--tile__checkmark {
  opacity: 1; }

.bx--tile--is-selected .bx--tile__checkmark svg {
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tile--is-selected .bx--tile__checkmark svg {
    fill: ButtonText; } }

.bx--tile-content {
  width: 100%;
  height: 100%; }

.bx--tile-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--tile-input:focus + .bx--tile {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tile-input:focus + .bx--tile {
    outline-style: dotted; } }

.bx--tile--disabled.bx--tile--selectable {
  color: #c6c6c6;
  background-color: #ffffff;
  cursor: not-allowed; }

.bx--tile--disabled.bx--tile--selectable.bx--tile--light {
  background-color: #f4f4f4; }

.bx--tile--disabled.bx--tile--is-selected {
  outline-color: #c6c6c6; }

.bx--tile--disabled.bx--tile--is-selected .bx--tile__checkmark svg {
  fill: #c6c6c6; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--assistive-text,
.bx--visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #161616;
  line-height: 1;
  background-color: #f4f4f4; }

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

.bx--btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  max-width: 20rem;
  min-height: 3rem;
  margin: 0;
  padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9); }

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

.bx--btn:disabled, .bx--btn:hover:disabled, .bx--btn:focus:disabled, .bx--btn.bx--btn--disabled, .bx--btn.bx--btn--disabled:hover, .bx--btn.bx--btn--disabled:focus {
  color: #8d8d8d;
  background: #c6c6c6;
  border-color: #c6c6c6;
  box-shadow: none;
  cursor: not-allowed; }

.bx--btn .bx--btn__icon {
  position: absolute;
  right: 1rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem; }

.bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.bx--btn--primary {
  color: #ffffff;
  background-color: #0f62fe;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

.bx--btn--primary:hover {
  background-color: #0353e9; }

.bx--btn--primary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--primary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--primary:active {
  background-color: #002d9c; }

.bx--btn--primary .bx--btn__icon,
.bx--btn--primary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--primary:hover {
  color: #ffffff; }

.bx--btn--secondary {
  color: #ffffff;
  background-color: #393939;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

.bx--btn--secondary:hover {
  background-color: #4c4c4c; }

.bx--btn--secondary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--secondary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--secondary:active {
  background-color: #6f6f6f; }

.bx--btn--secondary .bx--btn__icon,
.bx--btn--secondary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--secondary:hover, .bx--btn--secondary:focus {
  color: #ffffff; }

.bx--btn--tertiary {
  color: #0f62fe;
  background-color: transparent;
  border-color: #0f62fe;
  border-style: solid;
  border-width: 1px; }

.bx--btn--tertiary:hover {
  background-color: #0353e9; }

.bx--btn--tertiary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--tertiary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--tertiary:active {
  background-color: #002d9c; }

.bx--btn--tertiary .bx--btn__icon,
.bx--btn--tertiary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--tertiary:hover {
  color: #ffffff; }

.bx--btn--tertiary:focus {
  color: #ffffff;
  background-color: #0f62fe; }

.bx--btn--tertiary:active {
  color: #ffffff;
  background-color: #002d9c;
  border-color: transparent; }

.bx--btn--tertiary:disabled, .bx--btn--tertiary:hover:disabled, .bx--btn--tertiary:focus:disabled, .bx--btn--tertiary.bx--btn--disabled, .bx--btn--tertiary.bx--btn--disabled:hover, .bx--btn--tertiary.bx--btn--disabled:focus {
  color: #8d8d8d;
  background: transparent;
  outline: none; }

.bx--btn--ghost {
  color: #0f62fe;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 16px; }

.bx--btn--ghost:hover {
  background-color: #e5e5e5; }

.bx--btn--ghost:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--ghost:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--ghost:active {
  background-color: #c6c6c6; }

.bx--btn--ghost .bx--btn__icon,
.bx--btn--ghost .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem; }

.bx--btn--ghost:hover, .bx--btn--ghost:active {
  color: #0043ce; }

.bx--btn--ghost:active {
  background-color: #c6c6c6; }

.bx--btn--ghost:disabled, .bx--btn--ghost:hover:disabled, .bx--btn--ghost:focus:disabled, .bx--btn--ghost.bx--btn--disabled, .bx--btn--ghost.bx--btn--disabled:hover, .bx--btn--ghost.bx--btn--disabled:focus {
  color: #8d8d8d;
  background: transparent;
  border-color: transparent;
  outline: none; }

.bx--btn--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px; }

.bx--btn--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 16px; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid transparent; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline-style: dotted; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  transition: none; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  content: attr(aria-label); }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  content: none; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
  opacity: 1; }

@-webkit-keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  fill: currentColor; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::before, .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::after,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }

.bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text {
  pointer-events: all; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #0f62fe; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]) {
  border-color: transparent; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline-color: transparent; }

.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:hover,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:focus,
.bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:active {
  cursor: not-allowed;
  fill: #8d8d8d; }

.bx--btn--icon-only--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--btn--icon-only--top:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--btn--icon-only--top:focus {
    outline-style: dotted; } }

.bx--btn--icon-only--top:focus {
  outline: 1px solid transparent; }

.bx--btn--icon-only--top:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--btn--icon-only--top:focus svg {
    outline-style: dotted; } }

.bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
.bx--btn--icon-only--top .bx--assistive-text,
.bx--btn--icon-only--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

.bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--btn--icon-only--top.bx--tooltip--a11y::before, .bx--btn--icon-only--top.bx--tooltip--a11y::after {
  transition: none; }

.bx--btn--icon-only--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--btn--icon-only--top .bx--assistive-text,
.bx--btn--icon-only--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--btn--icon-only--top::after,
.bx--btn--icon-only--top .bx--assistive-text,
.bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--icon-only--top::after,
  .bx--btn--icon-only--top .bx--assistive-text,
  .bx--btn--icon-only--top + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--btn--icon-only--top::after {
  content: attr(aria-label); }

.bx--btn--icon-only--top.bx--tooltip--a11y::after {
  content: none; }

.bx--btn--icon-only--top.bx--tooltip--visible::before, .bx--btn--icon-only--top.bx--tooltip--visible::after, .bx--btn--icon-only--top:hover::before, .bx--btn--icon-only--top:hover::after, .bx--btn--icon-only--top:focus::before, .bx--btn--icon-only--top:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--btn--icon-only--top:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--btn--icon-only--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--btn--icon-only--top::before, .bx--btn--icon-only--top::after,
.bx--btn--icon-only--top .bx--assistive-text,
.bx--btn--icon-only--top + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--btn--icon-only--top::before {
  top: -0.5rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--btn--icon-only--top::after,
.bx--btn--icon-only--top .bx--assistive-text,
.bx--btn--icon-only--top + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--btn--icon-only--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--btn--icon-only--bottom::before, .bx--btn--icon-only--bottom::after,
.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--btn--icon-only--bottom::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--btn--icon-only--bottom::after,
.bx--btn--icon-only--bottom .bx--assistive-text,
.bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--btn--icon-only {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.bx--btn--icon-only .bx--btn__icon {
  position: static; }

.bx--btn--icon-only.bx--btn--ghost .bx--btn__icon,
.bx--btn--icon-only.bx--btn--danger--ghost .bx--btn__icon {
  margin: 0; }

.bx--btn--icon-only.bx--btn--selected {
  background: #e0e0e0; }

.bx--btn path[data-icon-path='inner-path'] {
  fill: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn.bx--btn--icon-only.bx--btn--ghost .bx--btn__icon path,
  .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover .bx--btn__icon path {
    fill: ButtonText; } }

.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]),
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #161616; }

.bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
.bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon {
  fill: #8d8d8d; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path path,
  .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
  .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon path {
    fill: GrayText; } }

.bx--btn--ghost.bx--btn--icon-only[disabled] {
  cursor: not-allowed; }

.bx--btn--field.bx--btn--icon-only {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem; }

.bx--btn--sm.bx--btn--icon-only {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem; }

.bx--btn--danger {
  color: #ffffff;
  background-color: #da1e28;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

.bx--btn--danger:hover {
  background-color: #b81921; }

.bx--btn--danger:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--danger:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--danger:active {
  background-color: #750e13; }

.bx--btn--danger .bx--btn__icon,
.bx--btn--danger .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--danger:hover {
  color: #ffffff; }

.bx--btn--danger-tertiary, .bx--btn--danger--tertiary {
  color: #da1e28;
  background-color: transparent;
  border-color: #da1e28;
  border-style: solid;
  border-width: 1px; }

.bx--btn--danger-tertiary:hover, .bx--btn--danger--tertiary:hover {
  background-color: #b81921; }

.bx--btn--danger-tertiary:focus, .bx--btn--danger--tertiary:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--danger-tertiary:focus, .bx--btn--danger--tertiary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--danger-tertiary:active, .bx--btn--danger--tertiary:active {
  background-color: #750e13; }

.bx--btn--danger-tertiary .bx--btn__icon,
.bx--btn--danger-tertiary .bx--btn__icon path:not([data-icon-path]), .bx--btn--danger--tertiary .bx--btn__icon,
.bx--btn--danger--tertiary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--danger-tertiary:hover, .bx--btn--danger--tertiary:hover {
  color: #ffffff;
  border-color: #b81921; }

.bx--btn--danger-tertiary:focus, .bx--btn--danger--tertiary:focus {
  color: #ffffff;
  background-color: #da1e28; }

.bx--btn--danger-tertiary:active, .bx--btn--danger--tertiary:active {
  color: #ffffff;
  border-color: #750e13; }

.bx--btn--danger-tertiary:disabled, .bx--btn--danger-tertiary:hover:disabled, .bx--btn--danger-tertiary:focus:disabled, .bx--btn--danger-tertiary.bx--btn--disabled, .bx--btn--danger-tertiary.bx--btn--disabled:hover, .bx--btn--danger-tertiary.bx--btn--disabled:focus, .bx--btn--danger--tertiary:disabled, .bx--btn--danger--tertiary:hover:disabled, .bx--btn--danger--tertiary:focus:disabled, .bx--btn--danger--tertiary.bx--btn--disabled, .bx--btn--danger--tertiary.bx--btn--disabled:hover, .bx--btn--danger--tertiary.bx--btn--disabled:focus {
  color: #8d8d8d;
  background: transparent;
  outline: none; }

.bx--btn--danger-ghost, .bx--btn--danger--ghost {
  color: #da1e28;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 16px; }

.bx--btn--danger-ghost:hover, .bx--btn--danger--ghost:hover {
  background-color: #b81921; }

.bx--btn--danger-ghost:focus, .bx--btn--danger--ghost:focus {
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 1px #0f62fe, inset 0 0 0 2px #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--btn--danger-ghost:focus, .bx--btn--danger--ghost:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--btn--danger-ghost:active, .bx--btn--danger--ghost:active {
  background-color: #750e13; }

.bx--btn--danger-ghost .bx--btn__icon,
.bx--btn--danger-ghost .bx--btn__icon path:not([data-icon-path]), .bx--btn--danger--ghost .bx--btn__icon,
.bx--btn--danger--ghost .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

.bx--btn--danger-ghost .bx--btn__icon, .bx--btn--danger--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem; }

.bx--btn--danger-ghost:hover, .bx--btn--danger-ghost:active, .bx--btn--danger--ghost:hover, .bx--btn--danger--ghost:active {
  color: #ffffff; }

.bx--btn--danger-ghost:disabled, .bx--btn--danger-ghost:hover:disabled, .bx--btn--danger-ghost:focus:disabled, .bx--btn--danger-ghost.bx--btn--disabled, .bx--btn--danger-ghost.bx--btn--disabled:hover, .bx--btn--danger-ghost.bx--btn--disabled:focus, .bx--btn--danger--ghost:disabled, .bx--btn--danger--ghost:hover:disabled, .bx--btn--danger--ghost:focus:disabled, .bx--btn--danger--ghost.bx--btn--disabled, .bx--btn--danger--ghost.bx--btn--disabled:hover, .bx--btn--danger--ghost.bx--btn--disabled:focus {
  color: #c6c6c6;
  background: transparent;
  border-color: transparent;
  outline: none; }

.bx--btn--danger-ghost.bx--btn--sm, .bx--btn--danger--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px; }

.bx--btn--danger-ghost.bx--btn--field, .bx--btn--danger--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 16px; }

.bx--btn--sm {
  min-height: 2rem;
  padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px; }

.bx--btn--xl:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 5rem; }

.bx--btn--lg:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 4rem; }

.bx--btn--field {
  min-height: 2.5rem;
  padding: calc(0.675rem - 3px) 60px calc(0.675rem - 3px) 12px; }

.bx--btn.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 9.375rem; }

.bx--btn.bx--skeleton:hover, .bx--btn.bx--skeleton:focus, .bx--btn.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--btn.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--btn.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--btn-set {
  display: flex; }

.bx--btn-set--stacked {
  flex-direction: column; }

.bx--btn-set .bx--btn {
  width: 100%;
  max-width: 12.25rem; }

.bx--btn-set .bx--btn:not(:focus) {
  box-shadow: -0.0625rem 0 0 0 #e0e0e0; }

.bx--btn-set .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit; }

.bx--btn-set .bx--btn:focus + .bx--btn {
  box-shadow: inherit; }

.bx--btn-set--stacked .bx--btn:not(:focus) {
  box-shadow: 0 -0.0625rem 0 0 #e0e0e0; }

.bx--btn-set--stacked .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit; }

.bx--btn-set .bx--btn.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--btn-set .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none; }

.bx--btn-set--stacked .bx--btn.bx--btn--disabled {
  box-shadow: 0 -0.0625rem 0 0 #8d8d8d; }

.bx--btn-set--stacked .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none; }

.bx--modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: background-color 720ms cubic-bezier(0.4, 0.14, 1, 1), opacity 240ms cubic-bezier(0.4, 0.14, 1, 1), visibility 0ms linear 240ms;
  content: ''; }

.bx--modal.is-visible {
  background-color: rgba(22, 22, 22, 0.5);
  visibility: inherit;
  opacity: 1;
  transition: background-color 720ms cubic-bezier(0, 0, 0.3, 1), opacity 240ms cubic-bezier(0, 0, 0.3, 1), visibility 0ms linear; }

.bx--modal .bx--text-input,
.bx--modal .bx--text-area,
.bx--modal .bx--search-input,
.bx--modal .bx--select-input,
.bx--modal .bx--dropdown,
.bx--modal .bx--dropdown-list,
.bx--modal .bx--number input[type='number'],
.bx--modal .bx--date-picker__input {
  background-color: #f4f4f4; }

.bx--modal.is-visible .bx--modal-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 240ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1);
  transition: transform 240ms cubic-bezier(0, 0, 0.3, 1), -webkit-transform 240ms cubic-bezier(0, 0, 0.3, 1); }

.bx--modal-container {
  position: fixed;
  top: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  outline: 3px solid transparent;
  outline-offset: -3px;
  -webkit-transform: translate3d(0, -24px, 0);
  transform: translate3d(0, -24px, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1), -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1); }

@media (min-width: 42rem) {
  .bx--modal-container {
    position: static;
    width: 84%;
    height: auto;
    max-height: 90%; }
  .bx--modal-container .bx--modal-header,
  .bx--modal-container .bx--modal-content,
  .bx--modal-container .bx--modal-content__regular-content {
    padding-right: 20%; }
  .bx--modal-container .bx--modal-content--with-form {
    padding-right: 1rem; } }

@media (min-width: 66rem) {
  .bx--modal-container {
    width: 60%;
    max-height: 84%; } }

@media (min-width: 82rem) {
  .bx--modal-container {
    width: 48%; } }

.bx--modal-header,
.bx--modal-content {
  padding-left: 1rem; }

.bx--modal-header,
.bx--modal-content,
.bx--modal-content__regular-content {
  padding-right: 1rem; }

.bx--modal-content--with-form {
  padding-right: 1rem; }

.bx--modal-container--xs .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--xs .bx--modal-content,
.bx--modal-container--xs .bx--modal-content__regular-content,
.bx--modal-container--xs .bx--modal-content--with-form {
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--modal-container--xs {
    width: 48%; } }

@media (min-width: 66rem) {
  .bx--modal-container--xs {
    width: 32%;
    max-height: 48%; } }

@media (min-width: 82rem) {
  .bx--modal-container--xs {
    width: 24%; } }

.bx--modal-container--sm .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--sm .bx--modal-content,
.bx--modal-container--sm .bx--modal-content__regular-content,
.bx--modal-container--sm .bx--modal-content--with-form {
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--modal-container--sm {
    width: 60%; } }

@media (min-width: 66rem) {
  .bx--modal-container--sm {
    width: 42%;
    max-height: 72%; } }

@media (min-width: 82rem) {
  .bx--modal-container--sm {
    width: 36%; }
  .bx--modal-container--sm .bx--modal-header,
  .bx--modal-container--sm .bx--modal-content,
  .bx--modal-container--sm .bx--modal-content__regular-content {
    padding-right: 20%; }
  .bx--modal-container--sm .bx--modal-content--with-form {
    padding-right: 1rem; } }

.bx--modal-container--lg .bx--modal-header {
  padding-right: 3rem; }

.bx--modal-container--lg .bx--modal-content,
.bx--modal-container--lg .bx--modal-content__regular-content,
.bx--modal-container--lg .bx--modal-content--with-form {
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--modal-container--lg {
    width: 96%; }
  .bx--modal-container--lg .bx--modal-header,
  .bx--modal-container--lg .bx--modal-content,
  .bx--modal-container--lg .bx--modal-content__regular-content {
    padding-right: 20%; }
  .bx--modal-container--lg .bx--modal-content--with-form {
    padding-right: 1rem; } }

@media (min-width: 66rem) {
  .bx--modal-container--lg {
    width: 84%;
    max-height: 96%; } }

@media (min-width: 82rem) {
  .bx--modal-container--lg {
    width: 72%; } }

.bx--modal-header {
  grid-row: 1/1;
  grid-column: 1/-1;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-right: 3rem; }

.bx--modal-header__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-bottom: 0.25rem;
  color: #525252; }

.bx--modal-header__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616; }

.bx--modal-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  position: relative;
  grid-row: 2/-2;
  grid-column: 1/-1;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
  overflow-y: auto;
  color: #161616;
  font-weight: 400; }

.bx--modal-content:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--modal-content:focus {
    outline-style: dotted; } }

.bx--modal-content > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--modal-scroll-content > *:last-child {
  padding-bottom: 2rem; }

.bx--modal-content--overflow-indicator {
  position: absolute;
  bottom: 3rem;
  left: 0;
  grid-row: 2/-2;
  grid-column: 1/-1;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  content: '';
  pointer-events: none; }

.bx--modal-content:focus ~ .bx--modal-content--overflow-indicator {
  width: calc(100% - 4px);
  margin: 0 2px 2px; }

@media screen and (-ms-high-contrast: active) {
  .bx--modal-scroll-content > *:last-child {
    padding-bottom: 0; }
  .bx--modal-content--overflow-indicator {
    display: none; } }

.bx--modal-footer {
  display: flex;
  grid-row: -1/-1;
  grid-column: 1/-1;
  justify-content: flex-end;
  height: 4rem;
  margin-top: auto; }

.bx--modal-footer .bx--btn {
  flex: 0 1 50%;
  max-width: none;
  height: 4rem;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 2rem; }

.bx--modal-footer--three-button .bx--btn {
  flex: 0 1 25%;
  align-items: flex-start; }

@media screen and (prefers-contrast) {
  .bx--modal-footer button.bx--btn:focus {
    border: none;
    outline-style: dotted; } }

.bx--modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--modal-close:hover {
  background-color: #e5e5e5; }

.bx--modal-close:focus {
  border-color: #0f62fe;
  outline: none; }

@media screen and (prefers-contrast) {
  .bx--modal-close:focus {
    border-style: dotted; } }

.bx--modal-close::-moz-focus-inner {
  border: 0; }

.bx--modal-close__icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--modal-close__icon {
    fill: ButtonText; } }

.bx--body--with-modal-open {
  overflow: hidden; }

.bx--body--with-modal-open .bx--tooltip {
  z-index: 9000; }

:host(dds-expressive-modal),
.bx--modal--expressive {
  color: #161616; }

:host(dds-expressive-modal) .bx--modal-container,
.bx--modal--expressive .bx--modal-container {
  padding: 3rem 2rem 2rem;
  min-height: 5.25rem; }

:host(dds-expressive-modal) .bx--modal-content,
.bx--modal--expressive .bx--modal-content {
  display: flex;
  padding-left: 0;
  padding-right: 1.875rem;
  margin-bottom: 0;
  padding-top: 0; }

:host(dds-expressive-modal-footer) .bx--modal-footer {
  justify-content: flex-start;
  height: 3rem; }

:host(dds-expressive-modal-close-button) .bx--modal-close {
  position: fixed; }

:host(dds-expressive-modal-heading),
.bx--modal--expressive .bx--modal-content h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0; }

@media (min-width: 42rem) {
  :host(dds-expressive-modal)[size='full-width'] .bx--modal-container,
  .bx--modal--expressive--fullwidth .bx--modal-container {
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    max-height: none; } }

:host(dds-expressive-modal[size='full-width']) ::slotted(dds-expressive-modal-body),
:host(dds-expressive-modal[size='full-width']) ::slotted(dds-lightbox-media-viewer-body),
.bx--modal--expressive--fullwidth .bx--modal-content {
  padding-right: 0;
  height: auto;
  min-height: 31.25rem; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-video-player),
.bx--video-player {
  color: var(--dds--video-caption--color, #6f6f6f); }

:host(dds-video-player) .bx--image__img,
.bx--video-player .bx--image__img {
  width: 100%;
  height: 100%; }

:host(dds-video-player) dds-image,
.bx--video-player .bx--image {
  position: relative;
  width: 100%;
  height: 100%; }

:host(dds-video-player) dds-image::before,
.bx--video-player .bx--image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-color: #393939;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-video-player) dds-image:hover::before, :host(dds-video-player) dds-image:focus::before,
.bx--video-player .bx--image:hover::before,
.bx--video-player .bx--image:focus::before {
  opacity: 0.2; }

.bx--video-player__video-container {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container ::slotted(.bx--video-player__video),
.bx--video-player__video-container .bx--video-player__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--16x9 {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--9x16 {
  position: relative;
  padding-top: 177.77778%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--2x1 {
  position: relative;
  padding-top: 50%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--1x2 {
  position: relative;
  padding-top: 200%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--4x3 {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--3x4 {
  position: relative;
  padding-top: 133.33333%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-container.bx--video-player__aspect-ratio--1x1 {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden; }

.bx--video-player__video-caption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  padding-top: var(--dds--video-caption--padding, 0.5rem);
  max-width: 90%; }

.bx--video-player__image-overlay {
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.bx--video-player__image-overlay:focus {
  outline: 3px solid #0f62fe;
  outline-offset: 1px; }

.bx--modal--expressive--fullwidth .bx--modal-container .bx--modal-content {
  min-height: 100%; }

.bx--lightbox-media-viewer {
  color: #161616; }

@media (max-width: 41.98rem) {
  .bx--lightbox-media-viewer .bx--modal-container {
    padding: 3rem 1rem 1rem 1rem; } }

.bx--lightbox-media-viewer .bx--modal-container .bx--modal-content {
  padding-right: 0; }

.bx--lightbox-media-viewer .bx--video-player {
  width: 100%; }

@media (min-width: 42rem) {
  .bx--lightbox-media-viewer .bx--model-container {
    padding-top: 4rem;
    padding-bottom: 0; } }

@media (min-width: 66rem) {
  .bx--lightbox-media-viewer .bx--model-container {
    padding-top: 3rem;
    padding-bottom: 1rem; } }

:host(dds-lightbox-media-viewer-body),
.bx--lightbox-media-viewer__container {
  display: flex;
  width: 100%;
  padding-bottom: 0; }

@media (max-width: 65.98rem) {
  :host(dds-lightbox-media-viewer-body),
  .bx--lightbox-media-viewer__container {
    display: block; } }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body),
  .bx--lightbox-media-viewer__container {
    padding-top: 0;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__row,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  flex-flow: column nowrap;
  width: 100%;
  overflow-y: auto; }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__row,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__row {
    flex-direction: row; } }

@media (max-width: 65.98rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media {
    position: relative;
    height: 100%; } }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media img,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

@media (max-width: 65.98rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media {
    display: flex;
    flex: auto;
    align-items: center; } }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--row--condensed :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media,
  .bx--grid--condensed :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media, .bx--row--condensed
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media,
  .bx--grid--condensed
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media {
    padding-right: 0.03125rem;
    padding-left: 0.03125rem; }
  .bx--row--narrow :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media,
  .bx--grid--narrow :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media, .bx--row--narrow
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media,
  .bx--grid--narrow
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media {
    padding-right: 1rem;
    padding-left: 0; } }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex; }
  .bx--row--condensed :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description,
  .bx--grid--condensed :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description, .bx--row--condensed
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description,
  .bx--grid--condensed
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description {
    padding-right: 0.03125rem;
    padding-left: 0.03125rem; }
  .bx--row--narrow :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description,
  .bx--grid--narrow :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__media-description, .bx--row--narrow
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description,
  .bx--grid--narrow
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__media-description {
    padding-right: 1rem;
    padding-left: 0; } }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__content,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__content {
  max-width: 95%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__content,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__content {
    overflow: auto;
    padding-right: 0;
    padding-left: 2rem; } }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__content__title,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__content__title {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0; }

:host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__content__desc,
.bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__content__desc {
  color: #525252;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

@media (min-width: 66rem) {
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__title,
  :host(dds-lightbox-media-viewer-body) .bx--lightbox-media-viewer__desc,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__title,
  .bx--lightbox-media-viewer__container .bx--lightbox-media-viewer__desc {
    display: flex;
    max-width: 95%;
    height: 100%; } }

.bx--card,
:host(dds-card),
:host(dds-link-list-item-card),
:host(dds-card-group-item) .bx--card,
:host(dds-card-cta),
:host(dds-link-list-item-card-cta),
:host(dds-card-in-card),
:host(dds-content-group-cards-item) .bx--card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  text-decoration: none; }

.bx--card .bx--card__wrapper,
:host(dds-card) .bx--card__wrapper,
:host(dds-link-list-item-card) .bx--card__wrapper,
:host(dds-card-group-item) .bx--card .bx--card__wrapper,
:host(dds-card-cta) .bx--card__wrapper,
:host(dds-link-list-item-card-cta) .bx--card__wrapper,
:host(dds-card-in-card) .bx--card__wrapper,
:host(dds-content-group-cards-item) .bx--card .bx--card__wrapper {
  display: flex;
  flex: 1;
  min-height: 10rem;
  justify-content: space-between;
  display: flex; }

.bx--card .bx--card__wrapper::before,
:host(dds-card) .bx--card__wrapper::before,
:host(dds-link-list-item-card) .bx--card__wrapper::before,
:host(dds-card-group-item) .bx--card .bx--card__wrapper::before,
:host(dds-card-cta) .bx--card__wrapper::before,
:host(dds-link-list-item-card-cta) .bx--card__wrapper::before,
:host(dds-card-in-card) .bx--card__wrapper::before,
:host(dds-content-group-cards-item) .bx--card .bx--card__wrapper::before {
  content: '';
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 50%; }

.bx--card .bx--card__wrapper::after,
:host(dds-card) .bx--card__wrapper::after,
:host(dds-link-list-item-card) .bx--card__wrapper::after,
:host(dds-card-group-item) .bx--card .bx--card__wrapper::after,
:host(dds-card-cta) .bx--card__wrapper::after,
:host(dds-link-list-item-card-cta) .bx--card__wrapper::after,
:host(dds-card-in-card) .bx--card__wrapper::after,
:host(dds-content-group-cards-item) .bx--card .bx--card__wrapper::after {
  content: '';
  display: table;
  clear: both; }

.bx--card .bx--card__content,
:host(dds-card) .bx--card__content,
:host(dds-link-list-item-card) .bx--card__content,
:host(dds-card-group-item) .bx--card .bx--card__content,
:host(dds-card-cta) .bx--card__content,
:host(dds-link-list-item-card-cta) .bx--card__content,
:host(dds-card-in-card) .bx--card__content,
:host(dds-content-group-cards-item) .bx--card .bx--card__content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%; }

.bx--card .bx--card__heading,
:host(dds-card) .bx--card__heading,
:host(dds-link-list-item-card) .bx--card__heading,
:host(dds-card-group-item) .bx--card .bx--card__heading,
:host(dds-card-cta) .bx--card__heading,
:host(dds-link-list-item-card-cta) .bx--card__heading,
:host(dds-card-in-card) .bx--card__heading,
:host(dds-content-group-cards-item) .bx--card .bx--card__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62));
  margin-bottom: 4rem; }

@media (min-width: 82rem) {
  .bx--card .bx--card__heading,
  :host(dds-card) .bx--card__heading,
  :host(dds-link-list-item-card) .bx--card__heading,
  :host(dds-card-group-item) .bx--card .bx--card__heading,
  :host(dds-card-cta) .bx--card__heading,
  :host(dds-link-list-item-card-cta) .bx--card__heading,
  :host(dds-card-in-card) .bx--card__heading,
  :host(dds-content-group-cards-item) .bx--card .bx--card__heading {
    font-size: 1.25rem;
    line-height: 1.25;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--card .bx--card__heading,
  :host(dds-card) .bx--card__heading,
  :host(dds-link-list-item-card) .bx--card__heading,
  :host(dds-card-group-item) .bx--card .bx--card__heading,
  :host(dds-card-cta) .bx--card__heading,
  :host(dds-link-list-item-card-cta) .bx--card__heading,
  :host(dds-card-in-card) .bx--card__heading,
  :host(dds-content-group-cards-item) .bx--card .bx--card__heading {
    font-size: 1.5rem;
    line-height: 1.334;
    font-size: 1.5rem; } }

.bx--card .bx--card__heading,
.bx--card .bx--card__copy,
:host(dds-card) .bx--card__heading,
:host(dds-card) .bx--card__copy,
:host(dds-link-list-item-card) .bx--card__heading,
:host(dds-link-list-item-card) .bx--card__copy,
:host(dds-card-group-item) .bx--card .bx--card__heading,
:host(dds-card-group-item) .bx--card .bx--card__copy,
:host(dds-card-cta) .bx--card__heading,
:host(dds-card-cta) .bx--card__copy,
:host(dds-link-list-item-card-cta) .bx--card__heading,
:host(dds-link-list-item-card-cta) .bx--card__copy,
:host(dds-card-in-card) .bx--card__heading,
:host(dds-card-in-card) .bx--card__copy,
:host(dds-content-group-cards-item) .bx--card .bx--card__heading,
:host(dds-content-group-cards-item) .bx--card .bx--card__copy {
  width: 90%;
  max-width: 40rem;
  color: #161616; }

.bx--card .bx--card__copy,
:host(dds-card) .bx--card__copy,
:host(dds-link-list-item-card) .bx--card__copy,
:host(dds-card-group-item) .bx--card .bx--card__copy,
:host(dds-card-cta) .bx--card__copy,
:host(dds-link-list-item-card-cta) .bx--card__copy,
:host(dds-card-in-card) .bx--card__copy,
:host(dds-content-group-cards-item) .bx--card .bx--card__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  margin-bottom: 2rem; }

.bx--card .bx--card:focus,
.bx--card .bx--card:visited,
.bx--card .bx--card:active,
:host(dds-card) .bx--card:focus,
:host(dds-card) .bx--card:visited,
:host(dds-card) .bx--card:active,
:host(dds-link-list-item-card) .bx--card:focus,
:host(dds-link-list-item-card) .bx--card:visited,
:host(dds-link-list-item-card) .bx--card:active,
:host(dds-card-group-item) .bx--card .bx--card:focus,
:host(dds-card-group-item) .bx--card .bx--card:visited,
:host(dds-card-group-item) .bx--card .bx--card:active,
:host(dds-card-cta) .bx--card:focus,
:host(dds-card-cta) .bx--card:visited,
:host(dds-card-cta) .bx--card:active,
:host(dds-link-list-item-card-cta) .bx--card:focus,
:host(dds-link-list-item-card-cta) .bx--card:visited,
:host(dds-link-list-item-card-cta) .bx--card:active,
:host(dds-card-in-card) .bx--card:focus,
:host(dds-card-in-card) .bx--card:visited,
:host(dds-card-in-card) .bx--card:active,
:host(dds-content-group-cards-item) .bx--card .bx--card:focus,
:host(dds-content-group-cards-item) .bx--card .bx--card:visited,
:host(dds-content-group-cards-item) .bx--card .bx--card:active {
  position: relative;
  z-index: 2;
  text-decoration: none; }

.bx--card .bx--card:focus .bx--image,
.bx--card .bx--card:visited .bx--image,
.bx--card .bx--card:active .bx--image,
:host(dds-card) .bx--card:focus .bx--image,
:host(dds-card) .bx--card:visited .bx--image,
:host(dds-card) .bx--card:active .bx--image,
:host(dds-link-list-item-card) .bx--card:focus .bx--image,
:host(dds-link-list-item-card) .bx--card:visited .bx--image,
:host(dds-link-list-item-card) .bx--card:active .bx--image,
:host(dds-card-group-item) .bx--card .bx--card:focus .bx--image,
:host(dds-card-group-item) .bx--card .bx--card:visited .bx--image,
:host(dds-card-group-item) .bx--card .bx--card:active .bx--image,
:host(dds-card-cta) .bx--card:focus .bx--image,
:host(dds-card-cta) .bx--card:visited .bx--image,
:host(dds-card-cta) .bx--card:active .bx--image,
:host(dds-link-list-item-card-cta) .bx--card:focus .bx--image,
:host(dds-link-list-item-card-cta) .bx--card:visited .bx--image,
:host(dds-link-list-item-card-cta) .bx--card:active .bx--image,
:host(dds-card-in-card) .bx--card:focus .bx--image,
:host(dds-card-in-card) .bx--card:visited .bx--image,
:host(dds-card-in-card) .bx--card:active .bx--image,
:host(dds-content-group-cards-item) .bx--card .bx--card:focus .bx--image,
:host(dds-content-group-cards-item) .bx--card .bx--card:visited .bx--image,
:host(dds-content-group-cards-item) .bx--card .bx--card:active .bx--image {
  position: relative;
  z-index: -1; }

.bx--card:hover,
:host(dds-card):hover,
:host(dds-link-list-item-card):hover,
:host(dds-card-group-item) .bx--card:hover,
:host(dds-card-cta):hover,
:host(dds-link-list-item-card-cta):hover,
:host(dds-card-in-card):hover,
:host(dds-content-group-cards-item) .bx--card:hover {
  background-color: #e5e5e5;
  text-decoration: none; }

.bx--card:hover .bx--card__wrapper,
:host(dds-card):hover .bx--card__wrapper,
:host(dds-link-list-item-card):hover .bx--card__wrapper,
:host(dds-card-group-item) .bx--card:hover .bx--card__wrapper,
:host(dds-card-cta):hover .bx--card__wrapper,
:host(dds-link-list-item-card-cta):hover .bx--card__wrapper,
:host(dds-card-in-card):hover .bx--card__wrapper,
:host(dds-content-group-cards-item) .bx--card:hover .bx--card__wrapper {
  background-color: #e5e5e5; }

.bx--card .bx--card__img,
:host(dds-card) .bx--card__img,
:host(dds-link-list-item-card) .bx--card__img,
:host(dds-card-group-item) .bx--card .bx--card__img,
:host(dds-card-cta) .bx--card__img,
:host(dds-link-list-item-card-cta) .bx--card__img,
:host(dds-card-in-card) .bx--card__img,
:host(dds-content-group-cards-item) .bx--card .bx--card__img {
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--card .bx--card--link:hover,
:host(dds-card) .bx--card--link:hover,
:host(dds-link-list-item-card) .bx--card--link:hover,
:host(dds-card-group-item) .bx--card .bx--card--link:hover,
:host(dds-card-cta) .bx--card--link:hover,
:host(dds-link-list-item-card-cta) .bx--card--link:hover,
:host(dds-card-in-card) .bx--card--link:hover,
:host(dds-content-group-cards-item) .bx--card .bx--card--link:hover {
  text-decoration: none; }

.bx--card .bx--card--link:hover .bx--card__img,
:host(dds-card) .bx--card--link:hover .bx--card__img,
:host(dds-link-list-item-card) .bx--card--link:hover .bx--card__img,
:host(dds-card-group-item) .bx--card .bx--card--link:hover .bx--card__img,
:host(dds-card-cta) .bx--card--link:hover .bx--card__img,
:host(dds-link-list-item-card-cta) .bx--card--link:hover .bx--card__img,
:host(dds-card-in-card) .bx--card--link:hover .bx--card__img,
:host(dds-content-group-cards-item) .bx--card .bx--card--link:hover .bx--card__img {
  -webkit-filter: brightness(92%);
  filter: brightness(92%); }

.bx--card .bx--card.bx--tile,
:host(dds-card) .bx--card.bx--tile,
:host(dds-link-list-item-card) .bx--card.bx--tile,
:host(dds-card-group-item) .bx--card .bx--card.bx--tile,
:host(dds-card-cta) .bx--card.bx--tile,
:host(dds-link-list-item-card-cta) .bx--card.bx--tile,
:host(dds-card-in-card) .bx--card.bx--tile,
:host(dds-content-group-cards-item) .bx--card .bx--card.bx--tile {
  padding: 0; }

.bx--card.bx--link:focus,
.bx--card .bx--link:focus,
:host(dds-card).bx--link:focus,
:host(dds-card) .bx--link:focus,
:host(dds-link-list-item-card).bx--link:focus,
:host(dds-link-list-item-card) .bx--link:focus,
:host(dds-card-group-item) .bx--card.bx--link:focus,
:host(dds-card-group-item) .bx--card .bx--link:focus,
:host(dds-card-cta).bx--link:focus,
:host(dds-card-cta) .bx--link:focus,
:host(dds-link-list-item-card-cta).bx--link:focus,
:host(dds-link-list-item-card-cta) .bx--link:focus,
:host(dds-card-in-card).bx--link:focus,
:host(dds-card-in-card) .bx--link:focus,
:host(dds-content-group-cards-item) .bx--card.bx--link:focus,
:host(dds-content-group-cards-item) .bx--card .bx--link:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

:host(dds-card-cta),
:host(dds-card-link) {
  outline: none; }

:host(dds-card-eyebrow),
.bx--card__eyebrow {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-bottom: 0.5rem;
  color: #525252; }

.bx--card .bx--card__cta,
.bx--card .bx--card__cta a,
.bx--card .bx--card__cta a:visited,
:host(dds-card-footer) .dds-ce--card__footer ::slotted(svg[slot='icon']),
:host(dds-card-cta-footer) .dds-ce--card__footer ::slotted(svg[slot='icon']) {
  margin-left: 0;
  color: #0f62fe; }

:host(dds-card-footer[disabled]) .dds-ce--card__footer ::slotted(svg[slot='icon']) {
  color: #c6c6c6; }

.bx--card .bx--card__footer,
:host(dds-card-footer),
:host(dds-card-cta-footer),
:host(dds-card-in-card-footer),
:host(dds-feature-card-footer),
:host(dds-feature-cta-footer) {
  margin-top: auto;
  /* Moves the footer down to the bottom in the card */ }

.bx--card .bx--card__footer .bx--card__cta__copy,
:host(dds-card-footer) .bx--card__cta__copy,
:host(dds-card-cta-footer) .bx--card__cta__copy,
:host(dds-card-in-card-footer) .bx--card__cta__copy,
:host(dds-feature-card-footer) .bx--card__cta__copy,
:host(dds-feature-cta-footer) .bx--card__cta__copy {
  margin-right: 0.5rem;
  color: #0f62fe;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0; }

.bx--card .bx--card__footer .bx--card__footer__copy,
:host(dds-card-footer) .bx--card__footer__copy,
:host(dds-card-cta-footer) .bx--card__footer__copy,
:host(dds-card-in-card-footer) .bx--card__footer__copy,
:host(dds-feature-card-footer) .bx--card__footer__copy,
:host(dds-feature-cta-footer) .bx--card__footer__copy {
  margin-bottom: -0.125rem; }

.bx--card .bx--card__footer svg,
.bx--card .bx--card__footer ::slotted(svg[slot='icon']),
:host(dds-card-footer) svg,
:host(dds-card-footer) ::slotted(svg[slot='icon']),
:host(dds-card-cta-footer) svg,
:host(dds-card-cta-footer) ::slotted(svg[slot='icon']),
:host(dds-card-in-card-footer) svg,
:host(dds-card-in-card-footer) ::slotted(svg[slot='icon']),
:host(dds-feature-card-footer) svg,
:host(dds-feature-card-footer) ::slotted(svg[slot='icon']),
:host(dds-feature-cta-footer) svg,
:host(dds-feature-cta-footer) ::slotted(svg[slot='icon']) {
  display: block;
  min-width: 20px; }

.bx--card__footer__icon-left svg.bx--card__cta,
.bx--card__footer__icon-left ::slotted(svg[slot='icon']) {
  margin-right: 0.5rem; }

.bx--card__footer__icon-left .bx--card__cta__copy {
  margin-right: 0; }

.bx--card .bx--card__footer,
.dds-ce--card__footer {
  display: flex; }

.bx--card .bx--card__footer svg,
.dds-ce--card__footer ::slotted(svg[slot='icon']) {
  fill: currentColor;
  align-self: center; }

.bx--card--inverse,
:host(dds-card)[color-scheme='inverse'],
:host(dds-card-group-item)[color-scheme='inverse'] .bx--card {
  background-color: #393939; }

.bx--card--inverse .bx--card__heading,
.bx--card--inverse .bx--card__copy,
:host(dds-card)[color-scheme='inverse'] .bx--card__heading,
:host(dds-card)[color-scheme='inverse'] .bx--card__copy,
:host(dds-card-group-item)[color-scheme='inverse'] .bx--card .bx--card__heading,
:host(dds-card-group-item)[color-scheme='inverse'] .bx--card .bx--card__copy {
  color: #ffffff; }

.bx--card--inverse .bx--card__eyebrow,
:host(dds-card)[color-scheme='inverse'] .bx--card__eyebrow,
:host(dds-card-group-item)[color-scheme='inverse'] .bx--card .bx--card__eyebrow {
  color: #a8a8a8; }

.bx--card--inverse:hover,
:host(dds-card)[color-scheme='inverse']:hover,
:host(dds-card-group-item)[color-scheme='inverse'] .bx--card:hover {
  background-color: #4c4c4c; }

:host(dds-card-heading) {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62));
  width: 90%;
  max-width: 40rem;
  color: #161616;
  margin-bottom: 4rem; }

@media (min-width: 82rem) {
  :host(dds-card-heading) {
    font-size: 1.25rem;
    line-height: 1.25;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  :host(dds-card-heading) {
    font-size: 1.5rem;
    line-height: 1.334;
    font-size: 1.5rem; } }

:host(dds-card)[color-scheme='inverse'] ::slotted(dds-card-eyebrow),
:host(dds-card-group-item)[color-scheme='inverse'] ::slotted(dds-card-eyebrow) {
  color: #a8a8a8; }

:host(dds-card)[color-scheme='inverse'] ::slotted(dds-card-heading),
:host(dds-card-group-item)[color-scheme='inverse'] ::slotted(dds-card-heading) {
  color: #ffffff; }

.bx--card--inverse .bx--card__cta,
.bx--card--inverse .bx--card__cta a,
.bx--card--inverse .bx--card__cta a:visited,
.bx--card--inverse .bx--card__footer .bx--card__cta__copy,
:host(dds-card-footer[color-scheme='inverse']) .dds-ce--card__footer ::slotted(svg[slot='icon']),
:host(dds-card-footer[color-scheme='inverse']) .bx--card__cta__copy {
  color: #78a9ff; }

.bx--search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

.bx--search .bx--label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--search-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  order: 1;
  width: 100%;
  padding: 0 2.5rem;
  color: #161616;
  text-overflow: ellipsis;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bx--search-input *,
.bx--search-input *::before,
.bx--search-input *::after {
  box-sizing: inherit; }

.bx--search-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--search-input:focus {
    outline-style: dotted; } }

.bx--search-input::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--search-input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--search-input:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--search-input::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--search-input::placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--search-input::-ms-clear {
  display: none; }

.bx--search-input[disabled] {
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  cursor: not-allowed; }

.bx--search-input[disabled]::-webkit-input-placeholder {
  color: #c6c6c6; }

.bx--search-input[disabled]::-moz-placeholder {
  color: #c6c6c6; }

.bx--search-input[disabled]:-ms-input-placeholder {
  color: #c6c6c6; }

.bx--search-input[disabled]::-ms-input-placeholder {
  color: #c6c6c6; }

.bx--search-input[disabled]::placeholder {
  color: #c6c6c6; }

.bx--search--light .bx--search-input {
  background: #f4f4f4; }

.bx--search--sm .bx--search-input {
  height: 2rem;
  padding: 0 2rem; }

.bx--search--sm .bx--search-magnifier {
  left: 0.5rem; }

.bx--search--lg .bx--search-input {
  height: 2.5rem;
  padding: 0 2.5rem; }

.bx--search--lg .bx--search-magnifier {
  left: 0.75rem; }

.bx--search--xl .bx--search-input {
  height: 3rem;
  padding: 0 3rem; }

.bx--search-magnifier {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--search-magnifier {
    fill: ButtonText; } }

.bx--search-close {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  top: 0;
  right: 0; }

.bx--search-close *,
.bx--search-close *::before,
.bx--search-close *::after {
  box-sizing: inherit; }

.bx--search-close::-moz-focus-inner {
  border: 0; }

.bx--search-close::before {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 2px;
  height: calc(100% - 2px);
  background-color: #ffffff;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

.bx--search-close:hover {
  border-bottom: 1px solid #8d8d8d; }

.bx--search-close:hover::before {
  background-color: #e5e5e5; }

.bx--search-button {
  flex-shrink: 0;
  margin-left: 0.125rem;
  background-color: #ffffff; }

.bx--search-button svg {
  vertical-align: middle;
  fill: currentColor; }

.bx--search-close svg {
  fill: inherit; }

@media screen and (prefers-contrast) {
  .bx--search-close svg {
    fill: ButtonText; } }

.bx--search-close,
.bx--search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  visibility: inherit;
  cursor: pointer;
  opacity: 1;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), border 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

.bx--search-close:hover,
.bx--search-button:hover {
  background-color: #e5e5e5; }

.bx--search-close:focus,
.bx--search-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--search-close:focus,
  .bx--search-button:focus {
    outline-style: dotted; } }

.bx--search-close:active,
.bx--search-button:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background-color: #e0e0e0; }

@media screen and (prefers-contrast) {
  .bx--search-close:active,
  .bx--search-button:active {
    outline-style: dotted; } }

.bx--search--disabled .bx--search-close {
  outline: none;
  cursor: not-allowed; }

.bx--search--disabled .bx--search-close:hover {
  background-color: transparent;
  border-bottom-color: transparent; }

.bx--search--disabled .bx--search-close:hover::before {
  background-color: transparent; }

.bx--search--disabled svg {
  fill: #c6c6c6; }

.bx--search-close:focus::before,
.bx--search-close:active::before {
  background-color: #0f62fe; }

.bx--search-input:focus ~ .bx--search-close:hover {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--search-input:focus ~ .bx--search-close:hover {
    outline-style: dotted; } }

.bx--search--sm .bx--search-close,
.bx--search--sm ~ .bx--search-button {
  width: 2rem;
  height: 2rem; }

.bx--search--lg .bx--search-close,
.bx--search--lg ~ .bx--search-button {
  width: 2.5rem;
  height: 2.5rem; }

.bx--search--xl .bx--search-close,
.bx--search--xl ~ .bx--search-button {
  width: 3rem;
  height: 3rem; }

.bx--search-close--hidden {
  visibility: hidden;
  opacity: 0; }

.bx--search--xl.bx--skeleton .bx--search-input,
.bx--search--lg.bx--skeleton .bx--search-input,
.bx--search--sm.bx--skeleton .bx--search-input {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%; }

.bx--search--xl.bx--skeleton .bx--search-input:hover, .bx--search--xl.bx--skeleton .bx--search-input:focus, .bx--search--xl.bx--skeleton .bx--search-input:active,
.bx--search--lg.bx--skeleton .bx--search-input:hover,
.bx--search--lg.bx--skeleton .bx--search-input:focus,
.bx--search--lg.bx--skeleton .bx--search-input:active,
.bx--search--sm.bx--skeleton .bx--search-input:hover,
.bx--search--sm.bx--skeleton .bx--search-input:focus,
.bx--search--sm.bx--skeleton .bx--search-input:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--search--xl.bx--skeleton .bx--search-input::before,
.bx--search--lg.bx--skeleton .bx--search-input::before,
.bx--search--sm.bx--skeleton .bx--search-input::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--search--xl.bx--skeleton .bx--search-input::before,
  .bx--search--lg.bx--skeleton .bx--search-input::before,
  .bx--search--sm.bx--skeleton .bx--search-input::before {
    -webkit-animation: none;
    animation: none; } }

.bx--search--xl.bx--skeleton .bx--search-input::-webkit-input-placeholder, .bx--search--lg.bx--skeleton .bx--search-input::-webkit-input-placeholder, .bx--search--sm.bx--skeleton .bx--search-input::-webkit-input-placeholder {
  color: transparent; }

.bx--search--xl.bx--skeleton .bx--search-input::-moz-placeholder, .bx--search--lg.bx--skeleton .bx--search-input::-moz-placeholder, .bx--search--sm.bx--skeleton .bx--search-input::-moz-placeholder {
  color: transparent; }

.bx--search--xl.bx--skeleton .bx--search-input:-ms-input-placeholder, .bx--search--lg.bx--skeleton .bx--search-input:-ms-input-placeholder, .bx--search--sm.bx--skeleton .bx--search-input:-ms-input-placeholder {
  color: transparent; }

.bx--search--xl.bx--skeleton .bx--search-input::-ms-input-placeholder, .bx--search--lg.bx--skeleton .bx--search-input::-ms-input-placeholder, .bx--search--sm.bx--skeleton .bx--search-input::-ms-input-placeholder {
  color: transparent; }

.bx--search--xl.bx--skeleton .bx--search-input::placeholder,
.bx--search--lg.bx--skeleton .bx--search-input::placeholder,
.bx--search--sm.bx--skeleton .bx--search-input::placeholder {
  color: transparent; }

:host(bx-search) .bx--search-input::-webkit-input-placeholder, .bx--search--xl .bx--search-input::-webkit-input-placeholder {
  color: #525252; }

:host(bx-search) .bx--search-input::-moz-placeholder, .bx--search--xl .bx--search-input::-moz-placeholder {
  color: #525252; }

:host(bx-search) .bx--search-input:-ms-input-placeholder, .bx--search--xl .bx--search-input:-ms-input-placeholder {
  color: #525252; }

:host(bx-search) .bx--search-input::-ms-input-placeholder, .bx--search--xl .bx--search-input::-ms-input-placeholder {
  color: #525252; }

:host(bx-search) .bx--search-input::placeholder,
.bx--search--xl .bx--search-input::placeholder {
  color: #525252; }

.bx--locale-modal-container .bx--locale-modal__regions {
  width: 100%;
  margin-top: auto; }

.bx--locale-modal-container .bx--locale-modal__regions > .bx--row {
  margin-left: 0;
  margin-right: 0; }

:host(dds-region-item) .bx--link,
.bx--locale-modal-container .bx--locale-modal__regions .bx--card {
  min-height: 11.5rem;
  outline: 1px solid #f4f4f4;
  outline-offset: -1px;
  max-width: none;
  width: 100%;
  height: 100%;
  display: flex; }

:host(dds-region-item) .bx--link:focus,
.bx--locale-modal-container .bx--locale-modal__regions .bx--card:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #0f62fe; }

@media (max-width: 65.98rem) {
  :host(dds-region-item) .bx--link,
  .bx--locale-modal-container .bx--locale-modal__regions .bx--card {
    min-height: 6rem; } }

:host(dds-region-item) svg.bx--card__cta,
.bx--modal-container svg.bx--card__cta {
  color: #161616; }

:host(dds-locale-item) a.bx--link,
.bx--locale-modal-container .bx--locale-modal__locales {
  text-decoration: none;
  border: 2px solid transparent;
  display: flex;
  min-height: 3rem;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 110ms cubic-bezier(0.4, 0.14, 0.3, 1), border 110ms cubic-bezier(0.4, 0.14, 0.3, 1); }

:host(dds-locale-item) a.bx--link:hover,
.bx--locale-modal-container .bx--locale-modal__locales:hover {
  background-color: #e5e5e5; }

:host(dds-locale-item) a.bx--link:active, :host(dds-locale-item) a.bx--link:focus,
.bx--locale-modal-container .bx--locale-modal__locales:active,
.bx--locale-modal-container .bx--locale-modal__locales:focus {
  border: 2px solid #0f62fe;
  outline: none; }

:host(dds-locale-item) .bx--locale-modal__locales__name,
.bx--locale-modal-container .bx--locale-modal__locales__name {
  width: 50%;
  color: #6f6f6f;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0; }

:host(dds-locale-item) .bx--locale-modal__locales__name:first-of-type,
.bx--locale-modal-container .bx--locale-modal__locales__name:first-of-type {
  color: #161616; }

:host(dds-locale-search),
.bx--locale-modal-container .bx--locale-modal__filtering {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  overflow: hidden; }

:host(dds-locale-search) .bx--locale-modal__filter,
.bx--locale-modal-container .bx--locale-modal__filtering .bx--locale-modal__filter {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 240ms cubic-bezier(0, 0, 0.3, 1);
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden; }

:host(dds-locale-search) .bx--locale-modal__regions,
.bx--locale-modal-container .bx--locale-modal__filtering .bx--locale-modal__regions {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  display: none;
  transition: 240ms cubic-bezier(0, 0, 0.3, 1); }

:host(dds-locale-search) .bx--locale-modal__search,
.bx--locale-modal-container .bx--locale-modal__search {
  position: sticky;
  top: 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #525252; }

:host(dds-locale-search) .bx--locale-modal__search .bx--search-input,
.bx--locale-modal-container .bx--locale-modal__search .bx--search-input {
  background-color: #ffffff; }

:host(dds-locale-search) .bx--locale-modal__search-text,
.bx--locale-modal-container .bx--locale-modal__search-text {
  padding: 1rem;
  min-height: 3rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0; }

:host(dds-locale-search) .bx--locale-modal__list,
.bx--locale-modal-container .bx--locale-modal__list {
  flex: 1;
  overflow-y: auto; }

:host(dds-locale-modal) .bx--modal-container,
.bx--locale-modal-container .bx--modal-container {
  background-color: #ffffff;
  height: 100%;
  min-height: 80%; }

@media (max-height: 28.125rem) {
  :host(dds-locale-modal) .bx--modal-container .bx--locale-modal__filtering .bx--locale-modal__filter,
  .bx--locale-modal-container .bx--modal-container .bx--locale-modal__filtering .bx--locale-modal__filter {
    overflow-y: initial; }
  :host(dds-locale-modal) .bx--modal-container .bx--locale-modal__filtering .bx--locale-modal__filter .bx--locale-modal__list,
  .bx--locale-modal-container .bx--modal-container .bx--locale-modal__filtering .bx--locale-modal__filter .bx--locale-modal__list {
    overflow-y: initial; }
  :host(dds-locale-modal) .bx--modal-container .bx--locale-modal__search,
  .bx--locale-modal-container .bx--modal-container .bx--locale-modal__search {
    position: relative; } }

:host(dds-locale-modal) .bx--locale-modal,
.bx--locale-modal-container .bx--locale-modal {
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0; }

:host(dds-locale-modal) .bx--locale-modal.bx--modal-content,
.bx--locale-modal-container .bx--locale-modal.bx--modal-content {
  padding-right: 1rem; }

:host(dds-locale-modal) .bx--locale-modal__locales.bx--locale-modal__locales-hidden,
.bx--locale-modal-container .bx--locale-modal__locales.bx--locale-modal__locales-hidden {
  display: none; }

:host(dds-locale-modal) button.bx--modal-header__label,
:host(dds-locale-modal) .bx--locale-modal__back .bx--modal-header__label,
.bx--locale-modal-container button.bx--modal-header__label,
.bx--locale-modal-container .bx--locale-modal__back .bx--modal-header__label {
  padding: 0;
  border: none;
  background-color: transparent;
  display: inline-flex; }

:host(dds-locale-modal) button.bx--modal-header__label:hover,
:host(dds-locale-modal) .bx--locale-modal__back .bx--modal-header__label:hover,
.bx--locale-modal-container button.bx--modal-header__label:hover,
.bx--locale-modal-container .bx--locale-modal__back .bx--modal-header__label:hover {
  cursor: pointer;
  color: #0f62fe;
  text-decoration: underline; }

:host(dds-locale-modal) button.bx--modal-header__label:focus,
:host(dds-locale-modal) .bx--locale-modal__back .bx--modal-header__label:focus,
.bx--locale-modal-container button.bx--modal-header__label:focus,
.bx--locale-modal-container .bx--locale-modal__back .bx--modal-header__label:focus {
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #0f62fe; }

:host(dds-locale-modal) button.bx--modal-header__label svg,
:host(dds-locale-modal) .bx--locale-modal__back .bx--modal-header__label svg,
.bx--locale-modal-container button.bx--modal-header__label svg,
.bx--locale-modal-container .bx--locale-modal__back .bx--modal-header__label svg {
  fill: currentColor; }

:host(dds-locale-modal) .bx--locale-modal__filter,
.bx--locale-modal-container .bx--locale-modal__filter {
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate3d(0, -24px, 0);
  transform: translate3d(0, -24px, 0);
  transition: -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  transition: transform 240ms cubic-bezier(0.4, 0.14, 1, 1), -webkit-transform 240ms cubic-bezier(0.4, 0.14, 1, 1);
  display: none;
  top: 3rem; }

:host(dds-locale-modal) .bx--modal-close,
.bx--locale-modal-container .bx--modal-close {
  top: 1rem;
  right: 1rem; }

:host(dds-locale-modal) .bx--modal-header,
.bx--locale-modal-container .bx--modal-header {
  padding-left: 2rem;
  padding-top: 1rem; }

:host(dds-locale-modal) .bx--modal-header__label,
.bx--locale-modal-container .bx--modal-header__label {
  color: #161616;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

:host(dds-locale-modal) .bx--modal-header__label .bx--locale-modal__label-globe,
.bx--locale-modal-container .bx--modal-header__label .bx--locale-modal__label-globe {
  margin-left: 0.25rem; }

:host(dds-locale-modal) .bx--modal-header__label .bx--locale-modal__label-arrow,
.bx--locale-modal-container .bx--modal-header__label .bx--locale-modal__label-arrow {
  margin-right: 0.5rem; }

:host(dds-locale-modal) .bx--modal-header__heading,
.bx--locale-modal-container .bx--modal-header__heading {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
  font-size: calc(1.75rem + 0 * ((100vw - 20rem) / 62));
  margin-top: 0.75rem; }

@media (min-width: 82rem) {
  :host(dds-locale-modal) .bx--modal-header__heading,
  .bx--locale-modal-container .bx--modal-header__heading {
    font-size: 1.75rem;
    line-height: 1.25;
    font-size: calc(1.75rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  :host(dds-locale-modal) .bx--modal-header__heading,
  .bx--locale-modal-container .bx--modal-header__heading {
    font-size: 2rem;
    font-size: 2rem; } }

:host(dds-locale-modal) .bx--modal-header__heading:focus,
.bx--locale-modal-container .bx--modal-header__heading:focus {
  outline: none; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--list-box__wrapper--inline {
  display: inline-grid;
  grid-gap: 0.25rem;
  grid-template: auto auto / auto auto;
  align-items: center; }

.bx--list-box__wrapper--inline .bx--label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--list-box__wrapper--inline .bx--label,
.bx--list-box__wrapper--inline .bx--form__helper-text,
.bx--list-box__wrapper--inline .bx--form-requirement {
  margin: 0; }

.bx--list-box__wrapper--inline .bx--form__helper-text {
  max-width: none; }

.bx--list-box__wrapper--inline .bx--form-requirement {
  grid-column: 2; }

.bx--list-box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative;
  width: 100%;
  height: 2.5rem;
  max-height: 2.5rem;
  color: #161616;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  cursor: pointer;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

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

.bx--list-box:hover {
  background-color: #e5e5e5; }

.bx--list-box--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--list-box--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--list-box--expanded {
  border-bottom-color: #e0e0e0; }

.bx--list-box--expanded:hover {
  background-color: #ffffff; }

.bx--list-box--expanded:hover.bx--list-box--light:hover {
  background-color: #f4f4f4; }

.bx--list-box .bx--text-input {
  min-width: 0;
  height: 100%; }

.bx--list-box__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #da1e28; }

.bx--list-box__invalid-icon--warning {
  fill: #f1c21b; }

.bx--list-box__invalid-icon--warning path[fill] {
  opacity: 1;
  fill: #000000; }

.bx--list-box[data-invalid] .bx--list-box__field,
.bx--list-box.bx--list-box--warning .bx--list-box__field {
  padding-right: 4rem;
  border-bottom: 0; }

.bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 3.5rem; }

.bx--list-box--light {
  background-color: #f4f4f4; }

.bx--list-box--light:hover {
  background-color: #e5e5e5; }

.bx--list-box--light .bx--list-box__menu {
  background: #f4f4f4; }

.bx--list-box--light .bx--list-box__menu-item__option {
  border-top-color: #e0e0e0; }

.bx--list-box--light.bx--list-box--expanded {
  border-bottom-color: transparent; }

.bx--list-box--disabled:hover {
  background-color: #ffffff; }

.bx--list-box--light.bx--list-box--disabled {
  background-color: #f4f4f4; }

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__field:focus {
  border-bottom-color: transparent;
  outline: none; }

.bx--list-box--disabled .bx--list-box__label,
.bx--list-box--disabled.bx--list-box--inline .bx--list-box__label {
  color: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__menu-icon > svg,
.bx--list-box--disabled .bx--list-box__selection > svg {
  fill: #c6c6c6; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box--disabled .bx--list-box__menu-icon > svg,
  .bx--list-box--disabled .bx--list-box__selection > svg {
    fill: GrayText; } }

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--list-box--disabled .bx--list-box__menu-item,
.bx--list-box--disabled .bx--list-box__menu-item:hover,
.bx--list-box--disabled .bx--list-box__menu-item--highlighted {
  color: #c6c6c6;
  text-decoration: none; }

.bx--list-box--disabled .bx--list-box__selection:hover {
  cursor: not-allowed; }

.bx--list-box--disabled.bx--list-box[data-invalid] .bx--list-box__field {
  padding-right: 3rem; }

.bx--list-box--disabled.bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 2rem; }

.bx--list-box.bx--list-box--inline {
  background-color: transparent;
  border-width: 0; }

.bx--list-box.bx--list-box--inline:hover {
  background-color: #e5e5e5; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded {
  border-bottom-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded .bx--list-box__field[aria-expanded='true'] {
  border-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--disabled:hover {
  background-color: transparent; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded:hover {
  background-color: #f4f4f4; }

.bx--list-box.bx--list-box--inline .bx--list-box__field {
  padding: 0 2rem 0 0.5rem; }

.bx--list-box.bx--list-box--inline .bx--list-box__menu-icon {
  right: 0.5rem; }

.bx--list-box.bx--list-box--inline .bx--list-box__invalid-icon {
  right: 2rem; }

.bx--list-box--inline .bx--list-box__label {
  color: #161616; }

.bx--list-box--inline .bx--list-box__field {
  height: 100%; }

.bx--dropdown--inline .bx--list-box__field {
  max-width: 30rem; }

.bx--dropdown--inline .bx--list-box__menu {
  min-width: 18rem;
  max-width: 30rem; }

.bx--list-box__field {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: calc(100% + 1px);
  padding: 0 3rem 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  outline: none;
  cursor: pointer; }

.bx--list-box__field *,
.bx--list-box__field *::before,
.bx--list-box__field *::after {
  box-sizing: inherit; }

.bx--list-box__field::-moz-focus-inner {
  border: 0; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__field {
    border: 1px solid ButtonText; } }

.bx--list-box__field:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--list-box__field:focus {
    outline-style: dotted; } }

@media screen and (prefers-contrast) {
  .bx--list-box__field:focus {
    border-style: dotted; } }

.bx--list-box__field[disabled] {
  color: #c6c6c6;
  outline: none; }

.bx--list-box__field .bx--text-input {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input,
.bx--list-box--warning .bx--list-box__field .bx--text-input {
  padding-right: 6.125rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input + .bx--list-box__invalid-icon,
.bx--list-box--warning .bx--list-box__field .bx--text-input + .bx--list-box__invalid-icon {
  right: 4.125rem; }

.bx--list-box__field .bx--text-input--empty {
  padding-right: 3rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input--empty,
.bx--list-box--warning .bx--list-box__field .bx--text-input--empty {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input--empty + .bx--list-box__invalid-icon,
.bx--list-box--warning .bx--list-box__field .bx--text-input--empty + .bx--list-box__invalid-icon {
  right: 2.5rem; }

.bx--list-box__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  overflow: hidden;
  color: #161616;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--list-box__menu-icon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  cursor: pointer;
  transition: -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--list-box__menu-icon *,
.bx--list-box__menu-icon *::before,
.bx--list-box__menu-icon *::after {
  box-sizing: inherit; }

.bx--list-box__menu-icon::-moz-focus-inner {
  border: 0; }

.bx--list-box__menu-icon > svg {
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__menu-icon > svg {
    fill: ButtonText; } }

.bx--list-box__menu-icon--open {
  justify-content: center;
  width: 1.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--list-box__selection {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  /* to preserve .5rem space between icons according to spec top/transform used to center the combobox clear selection icon in IE11 */
  right: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--list-box__selection *,
.bx--list-box__selection *::before,
.bx--list-box__selection *::after {
  box-sizing: inherit; }

.bx--list-box__selection::-moz-focus-inner {
  border: 0; }

.bx--list-box__selection:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--list-box__selection:focus {
    outline-style: dotted; } }

.bx--list-box__selection:focus:hover {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--list-box__selection:focus:hover {
    outline-style: dotted; } }

.bx--list-box__selection > svg {
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__selection > svg {
    fill: ButtonText; } }

.bx--list-box--disabled .bx--list-box__selection:focus {
  outline: none; }

.bx--list-box__selection--multi {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  position: static;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 1.5rem;
  margin-right: 0.625rem;
  padding: 0.5rem;
  padding-right: 0.125rem;
  color: #ffffff;
  line-height: 0;
  background-color: #393939;
  border-radius: 0.75rem;
  -webkit-transform: none;
  transform: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__selection--multi {
    border: 1px solid transparent; } }

.bx--list-box__selection--multi > svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.125rem;
  fill: #ffffff; }

.bx--list-box__selection--multi > svg:hover {
  background-color: #4c4c4c;
  border-radius: 50%; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__selection--multi > svg {
    fill: ButtonText; } }

.bx--list-box--disabled .bx--list-box__selection--multi {
  color: #ffffff;
  background-color: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__selection--multi.bx--tag--interactive:hover,
.bx--list-box--disabled .bx--list-box__selection--multi .bx--tag__close-icon:hover {
  background-color: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__selection--multi > svg {
  fill: #ffffff; }

.bx--list-box--disabled .bx--list-box__selection--multi > svg:hover {
  background-color: initial; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box--disabled .bx--list-box__selection--multi {
    fill: GrayText; } }

.bx--list-box__selection--multi:hover {
  outline: none; }

.bx--list-box__menu {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9100;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--list-box__menu:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--list-box__menu:focus {
    outline-style: dotted; } }

.bx--list-box .bx--list-box__field[aria-expanded='false'] + .bx--list-box__menu {
  max-height: 0; }

.bx--list-box--expanded .bx--list-box__menu {
  max-height: 13.75rem; }

.bx--list-box--expanded.bx--list-box--xl .bx--list-box__menu {
  max-height: 16.5rem; }

.bx--list-box--expanded.bx--list-box--sm .bx--list-box__menu {
  max-height: 11rem; }

.bx--list-box__menu-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  height: 2.5rem;
  color: #525252;
  cursor: pointer;
  transition: background 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--list-box__menu-item:hover {
  background-color: #e5e5e5; }

.bx--list-box__menu-item:active {
  background-color: #e0e0e0; }

.bx--list-box--light .bx--list-box__menu-item:hover {
  background-color: #e5e5e5; }

.bx--list-box--sm .bx--list-box__menu-item {
  height: 2rem; }

.bx--list-box--xl .bx--list-box__menu-item {
  height: 3rem; }

.bx--list-box--disabled .bx--list-box__menu-item:hover {
  background-color: transparent; }

.bx--list-box--light .bx--list-box__menu-item:active {
  background-color: #e0e0e0; }

.bx--list-box--disabled .bx--list-box__menu-item__option:hover {
  border-top-color: #e0e0e0; }

.bx--list-box__menu-item:first-of-type .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item:hover .bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box--disabled .bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: #e0e0e0; }

.bx--list-box__menu-item__option {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.6875rem 0;
  padding-right: 1.5rem;
  overflow: hidden;
  color: #525252;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-top: 1px solid transparent;
  border-top-color: #e0e0e0;
  border-bottom: 1px solid transparent;
  transition: border-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--list-box__menu-item__option:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem;
  border-color: transparent; }

@media screen and (prefers-contrast) {
  .bx--list-box__menu-item__option:focus {
    outline-style: dotted; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__menu-item__option:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--list-box__menu-item__option:hover {
  color: #161616;
  border-color: transparent; }

.bx--list-box--sm .bx--list-box__menu-item__option {
  height: 2rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--list-box--xl .bx--list-box__menu-item__option {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.bx--list-box--disabled .bx--list-box__menu-item:hover .bx--list-box__menu-item__option,
.bx--list-box--disabled .bx--list-box__menu-item__option {
  color: #c6c6c6; }

.bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option {
  margin: 0 0.5rem; }

.bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option:focus {
  margin: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.bx--list-box__menu-item--highlighted {
  color: #161616;
  background-color: #e5e5e5;
  border-color: transparent; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--list-box__menu-item--highlighted {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option,
.bx--list-box__menu-item--highlighted + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item--active {
  color: #161616;
  background-color: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.bx--list-box--light .bx--list-box__menu-item--active {
  background-color: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.bx--list-box__menu-item--active:hover,
.bx--list-box__menu-item--active.bx--list-box__menu-item--highlighted {
  background-color: #e0e0e0;
  border-bottom-color: #e0e0e0; }

.bx--list-box__menu-item--active .bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item--active + .bx--list-box__menu-item > .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item__selected-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #161616; }

.bx--list-box--inline .bx--list-box__menu-item__selected-icon {
  right: 0.5rem; }

.bx--list-box__menu-item--active .bx--list-box__menu-item__selected-icon {
  display: block; }

.bx--list-box__menu-item .bx--checkbox-label {
  width: 100%; }

.bx--list-box__menu-item .bx--checkbox-label-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--list-box--up .bx--list-box__menu {
  bottom: 2.5rem; }

.bx--list-box--up.bx--dropdown--sm .bx--list-box__menu,
.bx--list-box--up.bx--list-box--sm .bx--list-box__menu {
  bottom: 2rem; }

.bx--list-box--up.bx--dropdown--xl .bx--list-box__menu,
.bx--list-box--up.bx--list-box--xl .bx--list-box__menu {
  bottom: 3rem; }

.bx--list-box input[role='combobox'],
.bx--list-box input[type='text'] {
  min-width: 0;
  background-color: inherit; }

.bx--combo-box:hover {
  background-color: #ffffff; }

.bx--combo-box.bx--list-box--light:hover {
  background-color: #f4f4f4; }

.bx--combo-box .bx--text-input::-ms-clear {
  display: none; }

.bx--combo-box.bx--list-box--expanded .bx--text-input {
  border-bottom-color: #e0e0e0; }

.bx--combo-box .bx--list-box__field,
.bx--combo-box.bx--list-box[data-invalid] .bx--list-box__field,
.bx--combo-box.bx--list-box--warning .bx--list-box__field,
.bx--combo-box.bx--list-box--disabled.bx--list-box[data-invalid] .bx--list-box__field,
.bx--combo-box.bx--list-box--disabled.bx--list-box--warning .bx--list-box__field {
  padding: 0; }

.bx--fieldset {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  margin-bottom: 2rem; }

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

.bx--fieldset--no-margin {
  margin-bottom: 0; }

.bx--form-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start; }

.bx--label {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #525252;
  font-weight: 400;
  line-height: 1rem;
  vertical-align: baseline; }

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

.bx--label .bx--tooltip__trigger {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

.bx--label.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem;
  height: 0.875rem; }

.bx--label.bx--skeleton:hover, .bx--label.bx--skeleton:focus, .bx--label.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--label.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--label.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

input[type='number'] {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

input[data-invalid]:not(:focus),
.bx--number[data-invalid] input[type='number']:not(:focus),
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
.bx--list-box[data-invalid]:not(:focus),
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  input[data-invalid]:not(:focus),
  .bx--number[data-invalid] input[type='number']:not(:focus),
  .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
  .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
  .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
  .bx--list-box[data-invalid]:not(:focus),
  .bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
    outline-style: dotted; } }

input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--number__input-wrapper--warning ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--warn ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning > .bx--text-input ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select--warning .bx--select-input__wrapper ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement,
.bx--list-box--warning ~ .bx--form-requirement {
  display: block;
  max-height: 12.5rem;
  overflow: visible;
  font-weight: 400; }

input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement {
  color: #da1e28; }

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid],
.bx--form--fluid .bx--text-input__field-wrapper--warning {
  display: block; }

.bx--form--fluid .bx--fieldset {
  margin: 0; }

.bx--form--fluid input[data-invalid] {
  outline: none; }

.bx--form--fluid .bx--form-requirement {
  margin: 0;
  padding: 0.5rem 2.5rem 0.5rem 1rem; }

input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none; }

.bx--form-requirement {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: none;
  max-height: 0;
  margin: 0.25rem 0 0;
  overflow: hidden; }

.bx--form-requirement *,
.bx--form-requirement *::before,
.bx--form-requirement *::after {
  box-sizing: inherit; }

.bx--select--inline .bx--form__helper-text {
  margin-top: 0; }

.bx--form__helper-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  z-index: 0;
  width: 100%;
  margin-top: 0.25rem;
  color: #525252;
  opacity: 1; }

.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #c6c6c6; }

fieldset[disabled] .bx--label,
fieldset[disabled] .bx--form__helper-text {
  color: #c6c6c6; }

.bx--select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

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

.bx--select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

.bx--select-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  color: #161616;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bx--select-input:hover {
  background-color: #e5e5e5; }

.bx--select-input::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  .bx--select-input:-moz-focusring, .bx--select-input::-moz-focus-inner {
    color: transparent;
    text-shadow: 0 0 0 #000000;
    background-image: none; } }

.bx--select-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  color: #161616; }

@media screen and (prefers-contrast) {
  .bx--select-input:focus {
    outline-style: dotted; } }

.bx--select-input:disabled, .bx--select-input:hover:disabled {
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  cursor: not-allowed; }

.bx--select-input--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--select-input--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--select--disabled .bx--label,
.bx--select--disabled .bx--form__helper-text {
  color: #c6c6c6; }

.bx--select-input__wrapper[data-invalid] .bx--select-input,
.bx--select--warning .bx--select-input {
  padding-right: 4.5rem; }

.bx--select-input:disabled ~ .bx--select__arrow {
  fill: #c6c6c6; }

.bx--select--light .bx--select-input {
  background-color: #f4f4f4; }

.bx--select--light .bx--select-input:hover {
  background-color: #e5e5e5; }

.bx--select--light .bx--select-input:disabled, .bx--select--light .bx--select-input:hover:disabled {
  color: #c6c6c6;
  background-color: #f4f4f4;
  cursor: not-allowed; }

.bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  pointer-events: none;
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--select__arrow path {
    fill: ButtonText; } }

.bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem; }

.bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #da1e28; }

.bx--select__invalid-icon--warning {
  fill: #f1c21b; }

.bx--select__invalid-icon--warning path[fill] {
  opacity: 1;
  fill: #000000; }

.bx--select-optgroup,
.bx--select-option {
  color: #161616; }

@-moz-document url-prefix() {
  .bx--select-option {
    color: #161616;
    background-color: #ffffff; }
  .bx--select-optgroup {
    color: #161616; } }

.bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center; }

.bx--select--inline.bx--select--invalid .bx--label,
.bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem; }

.bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem; }

.bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap; }

.bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  color: #161616;
  background-color: transparent;
  border-bottom: none; }

.bx--select--inline .bx--select-input[disabled],
.bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #ffffff; }

.bx--select--inline .bx--select__arrow {
  right: 0.5rem; }

.bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem; }

.bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem; }

.bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed; }

.bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem; }

.bx--select.bx--skeleton:hover, .bx--select.bx--skeleton:focus, .bx--select.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--select.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--select.bx--skeleton .bx--select-input {
  display: none; }

.bx--text-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  color: #161616;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--text-input *,
.bx--text-input *::before,
.bx--text-input *::after {
  box-sizing: inherit; }

.bx--text-input:focus, .bx--text-input:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--text-input:focus, .bx--text-input:active {
    outline-style: dotted; } }

.bx--text-input-wrapper svg[hidden] {
  display: none; }

.bx--text-input--xl {
  height: 3rem; }

.bx--text-input--sm {
  height: 2rem; }

.bx--password-input {
  padding-right: 2.5rem; }

.bx--text-input::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--text-input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--text-input:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--text-input::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--text-input::placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--text-input--light {
  background-color: #f4f4f4; }

.bx--text-input__field-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

.bx--text-input__field-wrapper .bx--text-input__invalid-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #da1e28; }

.bx--text-input__field-wrapper .bx--text-input__invalid-icon--warning {
  fill: #f1c21b; }

.bx--text-input__field-wrapper .bx--text-input__invalid-icon--warning path:first-of-type {
  opacity: 1;
  fill: #000000; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
    outline-style: dotted; } }

.bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
  outline: 1px solid transparent; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus svg {
    outline-style: dotted; } }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    display: inline-block; } }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
  transition: none; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
  content: attr(aria-label); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
  content: none; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::after, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::after, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover.bx--tooltip--a11y::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text, .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility,
.bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-height: auto;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
.bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
  transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
  .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    fill: ButtonText; } }

.bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover,
.bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus svg {
  fill: #161616; }

.bx--text-input__field-wrapper .bx--text-input--invalid {
  padding-right: 2.5rem; }

.bx--text-input__field-wrapper .bx--text-input--invalid.bx--password-input {
  padding-right: 4rem; }

.bx--text-input__field-wrapper .bx--text-input--invalid + .bx--text-input--password__visibility,
.bx--text-input__field-wrapper .bx--text-input--invalid + .bx--text-input--password__visibility__toggle {
  right: 1rem; }

.bx--password-input-wrapper .bx--text-input__invalid-icon {
  right: 2.5rem; }

.bx--text-input:disabled + .bx--text-input--password__visibility svg,
.bx--text-input:disabled + .bx--text-input--password__visibility__toggle svg {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--text-input:disabled + .bx--text-input--password__visibility svg:hover,
.bx--text-input:disabled + .bx--text-input--password__visibility__toggle svg:hover {
  fill: #c6c6c6; }

.bx--text-input:disabled {
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-text-fill-color: currentColor;
  cursor: not-allowed; }

.bx--text-input--light:disabled {
  background-color: #f4f4f4; }

.bx--text-input:disabled::-webkit-input-placeholder {
  color: #c6c6c6;
  opacity: 1; }

.bx--text-input:disabled::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1; }

.bx--text-input:disabled:-ms-input-placeholder {
  color: #c6c6c6;
  opacity: 1; }

.bx--text-input:disabled::-ms-input-placeholder {
  color: #c6c6c6;
  opacity: 1; }

.bx--text-input:disabled::placeholder {
  color: #c6c6c6;
  opacity: 1; }

.bx--text-input--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
  box-shadow: none; }

@media screen and (prefers-contrast) {
  .bx--text-input--invalid {
    outline-style: dotted; } }

.bx--text-input--invalid .bx--text-input--password__visibility,
.bx--text-input--invalid .bx--text-input--password__visibility__toggle {
  right: 2.5rem; }

.bx--skeleton.bx--text-input {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none; }

.bx--skeleton.bx--text-input:hover, .bx--skeleton.bx--text-input:focus, .bx--skeleton.bx--text-input:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--skeleton.bx--text-input::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--skeleton.bx--text-input::before {
    -webkit-animation: none;
    animation: none; } }

.bx--form--fluid .bx--text-input-wrapper {
  position: relative;
  background: #ffffff;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--form--fluid .bx--label {
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  z-index: 1;
  margin: 0; }

.bx--form--fluid .bx--form__helper-text {
  display: none; }

.bx--form--fluid .bx--text-input {
  min-height: 4rem;
  padding: 2rem 1rem 0.8125rem; }

.bx--text-input__divider,
.bx--form--fluid .bx--text-input__divider {
  display: none; }

.bx--form--fluid .bx--text-input--invalid,
.bx--form--fluid .bx--text-input--warn {
  border-bottom: none; }

.bx--form--fluid .bx--text-input--invalid + .bx--text-input__divider,
.bx--form--fluid .bx--text-input--warn + .bx--text-input__divider {
  display: block;
  margin: 0 1rem;
  border-color: #e0e0e0;
  border-style: solid;
  border-bottom: none; }

.bx--form--fluid .bx--text-input__invalid-icon {
  top: 5rem; }

.bx--form--fluid .bx--text-input-wrapper--light {
  background: #f4f4f4; }

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid {
  outline: 2px solid transparent;
  outline-offset: -2px; }

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
    outline-style: dotted; } }

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
    outline-style: dotted; } }

.bx--text-input-wrapper--inline {
  flex-flow: row wrap; }

.bx--label--inline {
  flex: 1;
  margin: 0.8125rem 0 0 0;
  word-break: break-word;
  overflow-wrap: break-word; }

.bx--label--inline--sm {
  margin-top: 0.5625rem; }

.bx--label--inline--xl {
  margin-top: 1.0625rem; }

.bx--text-input__label-helper-wrapper {
  flex: 2;
  flex-direction: column;
  max-width: 8rem;
  margin-right: 1.5rem;
  overflow-wrap: break-word; }

.bx--form__helper-text--inline {
  margin-top: 0.125rem; }

.bx--text-input__field-outer-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.bx--text-input__field-outer-wrapper--inline {
  flex: 8;
  flex-direction: column; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--language-selector__container {
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  order: 0; }

.bx--language-selector__container .bx--combo-box:hover {
  background-color: #393939; }

.bx--language-selector__container .bx--combo-box.bx--list-box--light:hover {
  background-color: #525252; }

.bx--language-selector__container .bx--combo-box .bx--text-input::-ms-clear {
  display: none; }

.bx--language-selector__container .bx--combo-box.bx--list-box--expanded .bx--text-input {
  border-bottom-color: #525252; }

.bx--language-selector__container .bx--combo-box .bx--list-box__field,
.bx--language-selector__container .bx--combo-box.bx--list-box[data-invalid] .bx--list-box__field,
.bx--language-selector__container .bx--combo-box.bx--list-box--warning .bx--list-box__field,
.bx--language-selector__container .bx--combo-box.bx--list-box--disabled.bx--list-box[data-invalid] .bx--list-box__field,
.bx--language-selector__container .bx--combo-box.bx--list-box--disabled.bx--list-box--warning .bx--list-box__field {
  padding: 0; }

.bx--language-selector__container .bx--list-box__wrapper--inline {
  display: inline-grid;
  grid-gap: 0.25rem;
  grid-template: auto auto / auto auto;
  align-items: center; }

.bx--language-selector__container .bx--list-box__wrapper--inline .bx--label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--language-selector__container .bx--list-box__wrapper--inline .bx--label,
.bx--language-selector__container .bx--list-box__wrapper--inline .bx--form__helper-text,
.bx--language-selector__container .bx--list-box__wrapper--inline .bx--form-requirement {
  margin: 0; }

.bx--language-selector__container .bx--list-box__wrapper--inline .bx--form__helper-text {
  max-width: none; }

.bx--language-selector__container .bx--list-box__wrapper--inline .bx--form-requirement {
  grid-column: 2; }

.bx--language-selector__container .bx--list-box {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative;
  width: 100%;
  height: 2.5rem;
  max-height: 2.5rem;
  color: #f4f4f4;
  background-color: #393939;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  cursor: pointer;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--list-box *,
.bx--language-selector__container .bx--list-box *::before,
.bx--language-selector__container .bx--list-box *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--list-box:hover {
  background-color: #4c4c4c; }

.bx--language-selector__container .bx--list-box--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--language-selector__container .bx--list-box--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--language-selector__container .bx--list-box--expanded {
  border-bottom-color: #525252; }

.bx--language-selector__container .bx--list-box--expanded:hover {
  background-color: #393939; }

.bx--language-selector__container .bx--list-box--expanded:hover.bx--list-box--light:hover {
  background-color: #525252; }

.bx--language-selector__container .bx--list-box .bx--text-input {
  min-width: 0;
  height: 100%; }

.bx--language-selector__container .bx--list-box__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #ff8389; }

.bx--language-selector__container .bx--list-box__invalid-icon--warning {
  fill: #f1c21b; }

.bx--language-selector__container .bx--list-box__invalid-icon--warning path[fill] {
  opacity: 1;
  fill: #000000; }

.bx--language-selector__container .bx--list-box[data-invalid] .bx--list-box__field,
.bx--language-selector__container .bx--list-box.bx--list-box--warning .bx--list-box__field {
  padding-right: 4rem;
  border-bottom: 0; }

.bx--language-selector__container .bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 3.5rem; }

.bx--language-selector__container .bx--list-box--light {
  background-color: #525252; }

.bx--language-selector__container .bx--list-box--light:hover {
  background-color: #656565; }

.bx--language-selector__container .bx--list-box--light .bx--list-box__menu {
  background: #525252; }

.bx--language-selector__container .bx--list-box--light .bx--list-box__menu-item__option {
  border-top-color: #6f6f6f; }

.bx--language-selector__container .bx--list-box--light.bx--list-box--expanded {
  border-bottom-color: transparent; }

.bx--language-selector__container .bx--list-box--disabled:hover {
  background-color: #393939; }

.bx--language-selector__container .bx--list-box--light.bx--list-box--disabled {
  background-color: #525252; }

.bx--language-selector__container .bx--list-box--disabled,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__field,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__field:focus {
  border-bottom-color: transparent;
  outline: none; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__label,
.bx--language-selector__container .bx--list-box--disabled.bx--list-box--inline .bx--list-box__label {
  color: #6f6f6f; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-icon > svg,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection > svg {
  fill: #6f6f6f; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-icon > svg,
  .bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection > svg {
    fill: GrayText; } }

.bx--language-selector__container .bx--list-box--disabled,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__field,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item:hover,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item--highlighted {
  color: #6f6f6f;
  text-decoration: none; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection:hover {
  cursor: not-allowed; }

.bx--language-selector__container .bx--list-box--disabled.bx--list-box[data-invalid] .bx--list-box__field {
  padding-right: 3rem; }

.bx--language-selector__container .bx--list-box--disabled.bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 2rem; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline {
  background-color: transparent;
  border-width: 0; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline:hover {
  background-color: #4c4c4c; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline.bx--list-box--expanded {
  border-bottom-width: 0; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline.bx--list-box--expanded .bx--list-box__field[aria-expanded='true'] {
  border-width: 0; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline.bx--list-box--disabled:hover {
  background-color: transparent; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline.bx--list-box--expanded:hover {
  background-color: #525252; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline .bx--list-box__field {
  padding: 0 2rem 0 0.5rem; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline .bx--list-box__menu-icon {
  right: 0.5rem; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline .bx--list-box__invalid-icon {
  right: 2rem; }

.bx--language-selector__container .bx--list-box--inline .bx--list-box__label {
  color: #f4f4f4; }

.bx--language-selector__container .bx--list-box--inline .bx--list-box__field {
  height: 100%; }

.bx--language-selector__container .bx--dropdown--inline .bx--list-box__field {
  max-width: 30rem; }

.bx--language-selector__container .bx--dropdown--inline .bx--list-box__menu {
  min-width: 18rem;
  max-width: 30rem; }

.bx--language-selector__container .bx--list-box__field {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: calc(100% + 1px);
  padding: 0 3rem 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  outline: none;
  cursor: pointer; }

.bx--language-selector__container .bx--list-box__field *,
.bx--language-selector__container .bx--list-box__field *::before,
.bx--language-selector__container .bx--list-box__field *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--list-box__field::-moz-focus-inner {
  border: 0; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__field {
    border: 1px solid ButtonText; } }

.bx--language-selector__container .bx--list-box__field:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__field:focus {
    outline-style: dotted; } }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__field:focus {
    border-style: dotted; } }

.bx--language-selector__container .bx--list-box__field[disabled] {
  color: #6f6f6f;
  outline: none; }

.bx--language-selector__container .bx--list-box__field .bx--text-input {
  padding-right: 4.5rem; }

.bx--language-selector__container .bx--list-box[data-invalid] .bx--list-box__field .bx--text-input,
.bx--language-selector__container .bx--list-box--warning .bx--list-box__field .bx--text-input {
  padding-right: 6.125rem; }

.bx--language-selector__container .bx--list-box[data-invalid] .bx--list-box__field .bx--text-input + .bx--list-box__invalid-icon,
.bx--language-selector__container .bx--list-box--warning .bx--list-box__field .bx--text-input + .bx--list-box__invalid-icon {
  right: 4.125rem; }

.bx--language-selector__container .bx--list-box__field .bx--text-input--empty {
  padding-right: 3rem; }

.bx--language-selector__container .bx--list-box[data-invalid] .bx--list-box__field .bx--text-input--empty,
.bx--language-selector__container .bx--list-box--warning .bx--list-box__field .bx--text-input--empty {
  padding-right: 4.5rem; }

.bx--language-selector__container .bx--list-box[data-invalid] .bx--list-box__field .bx--text-input--empty + .bx--list-box__invalid-icon,
.bx--language-selector__container .bx--list-box--warning .bx--list-box__field .bx--text-input--empty + .bx--list-box__invalid-icon {
  right: 2.5rem; }

.bx--language-selector__container .bx--list-box__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  overflow: hidden;
  color: #f4f4f4;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--language-selector__container .bx--list-box__menu-icon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  cursor: pointer;
  transition: -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--list-box__menu-icon *,
.bx--language-selector__container .bx--list-box__menu-icon *::before,
.bx--language-selector__container .bx--list-box__menu-icon *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--list-box__menu-icon::-moz-focus-inner {
  border: 0; }

.bx--language-selector__container .bx--list-box__menu-icon > svg {
  fill: #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__menu-icon > svg {
    fill: ButtonText; } }

.bx--language-selector__container .bx--list-box__menu-icon--open {
  justify-content: center;
  width: 1.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--language-selector__container .bx--list-box__selection {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  /* to preserve .5rem space between icons according to spec top/transform used to center the combobox clear selection icon in IE11 */
  right: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--language-selector__container .bx--list-box__selection *,
.bx--language-selector__container .bx--list-box__selection *::before,
.bx--language-selector__container .bx--list-box__selection *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--list-box__selection::-moz-focus-inner {
  border: 0; }

.bx--language-selector__container .bx--list-box__selection:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__selection:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--list-box__selection:focus:hover {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__selection:focus:hover {
    outline-style: dotted; } }

.bx--language-selector__container .bx--list-box__selection > svg {
  fill: #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__selection > svg {
    fill: ButtonText; } }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection:focus {
  outline: none; }

.bx--language-selector__container .bx--list-box__selection--multi {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  position: static;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 1.5rem;
  margin-right: 0.625rem;
  padding: 0.5rem;
  padding-right: 0.125rem;
  color: #161616;
  line-height: 0;
  background-color: #f4f4f4;
  border-radius: 0.75rem;
  -webkit-transform: none;
  transform: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__selection--multi {
    border: 1px solid transparent; } }

.bx--language-selector__container .bx--list-box__selection--multi > svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.125rem;
  fill: #161616; }

.bx--language-selector__container .bx--list-box__selection--multi > svg:hover {
  background-color: #606060;
  border-radius: 50%; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__selection--multi > svg {
    fill: ButtonText; } }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi {
  color: #393939;
  background-color: #6f6f6f; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi.bx--tag--interactive:hover,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi .bx--tag__close-icon:hover {
  background-color: #6f6f6f; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi > svg {
  fill: #393939; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi > svg:hover {
  background-color: initial; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box--disabled .bx--list-box__selection--multi {
    fill: GrayText; } }

.bx--language-selector__container .bx--list-box__selection--multi:hover {
  outline: none; }

.bx--language-selector__container .bx--list-box__menu {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9100;
  width: 100%;
  overflow-y: auto;
  background-color: #393939;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--list-box__menu:focus {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__menu:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--list-box .bx--list-box__field[aria-expanded='false'] + .bx--list-box__menu {
  max-height: 0; }

.bx--language-selector__container .bx--list-box--expanded .bx--list-box__menu {
  max-height: 13.75rem; }

.bx--language-selector__container .bx--list-box--expanded.bx--list-box--xl .bx--list-box__menu {
  max-height: 16.5rem; }

.bx--language-selector__container .bx--list-box--expanded.bx--list-box--sm .bx--list-box__menu {
  max-height: 11rem; }

.bx--language-selector__container .bx--list-box__menu-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  height: 2.5rem;
  color: #c6c6c6;
  cursor: pointer;
  transition: background 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--language-selector__container .bx--list-box__menu-item:hover {
  background-color: #4c4c4c; }

.bx--language-selector__container .bx--list-box__menu-item:active {
  background-color: #525252; }

.bx--language-selector__container .bx--list-box--light .bx--list-box__menu-item:hover {
  background-color: #656565; }

.bx--language-selector__container .bx--list-box--sm .bx--list-box__menu-item {
  height: 2rem; }

.bx--language-selector__container .bx--list-box--xl .bx--list-box__menu-item {
  height: 3rem; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item:hover {
  background-color: transparent; }

.bx--language-selector__container .bx--list-box--light .bx--list-box__menu-item:active {
  background-color: #6f6f6f; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item__option:hover {
  border-top-color: #525252; }

.bx--language-selector__container .bx--list-box__menu-item:first-of-type .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--language-selector__container .bx--list-box__menu-item:hover .bx--list-box__menu-item__option {
  color: #f4f4f4; }

.bx--language-selector__container .bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: #525252; }

.bx--language-selector__container .bx--list-box__menu-item__option {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.6875rem 0;
  padding-right: 1.5rem;
  overflow: hidden;
  color: #c6c6c6;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-top: 1px solid transparent;
  border-top-color: #525252;
  border-bottom: 1px solid transparent;
  transition: border-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--list-box__menu-item__option:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem;
  border-color: transparent; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__menu-item__option:focus {
    outline-style: dotted; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__menu-item__option:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--language-selector__container .bx--list-box__menu-item__option:hover {
  color: #f4f4f4;
  border-color: transparent; }

.bx--language-selector__container .bx--list-box--sm .bx--list-box__menu-item__option {
  height: 2rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--language-selector__container .bx--list-box--xl .bx--list-box__menu-item__option {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item:hover .bx--list-box__menu-item__option,
.bx--language-selector__container .bx--list-box--disabled .bx--list-box__menu-item__option {
  color: #6f6f6f; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option {
  margin: 0 0.5rem; }

.bx--language-selector__container .bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option:focus {
  margin: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.bx--language-selector__container .bx--list-box__menu-item--highlighted {
  color: #f4f4f4;
  background-color: #4c4c4c;
  border-color: transparent; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--list-box__menu-item--highlighted {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

.bx--language-selector__container .bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option,
.bx--language-selector__container .bx--list-box__menu-item--highlighted + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--language-selector__container .bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option {
  color: #f4f4f4; }

.bx--language-selector__container .bx--list-box__menu-item--active {
  color: #f4f4f4;
  background-color: #525252;
  border-bottom-color: #525252; }

.bx--language-selector__container .bx--list-box--light .bx--list-box__menu-item--active {
  background-color: #6f6f6f;
  border-bottom-color: #6f6f6f; }

.bx--language-selector__container .bx--list-box__menu-item--active:hover,
.bx--language-selector__container .bx--list-box__menu-item--active.bx--list-box__menu-item--highlighted {
  background-color: #525252;
  border-bottom-color: #525252; }

.bx--language-selector__container .bx--list-box__menu-item--active .bx--list-box__menu-item__option {
  color: #f4f4f4; }

.bx--language-selector__container .bx--list-box__menu-item--active + .bx--list-box__menu-item > .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--language-selector__container .bx--list-box__menu-item__selected-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #f4f4f4; }

.bx--language-selector__container .bx--list-box--inline .bx--list-box__menu-item__selected-icon {
  right: 0.5rem; }

.bx--language-selector__container .bx--list-box__menu-item--active .bx--list-box__menu-item__selected-icon {
  display: block; }

.bx--language-selector__container .bx--list-box__menu-item .bx--checkbox-label {
  width: 100%; }

.bx--language-selector__container .bx--list-box__menu-item .bx--checkbox-label-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--language-selector__container .bx--list-box--up .bx--list-box__menu {
  bottom: 2.5rem; }

.bx--language-selector__container .bx--list-box--up.bx--dropdown--sm .bx--list-box__menu,
.bx--language-selector__container .bx--list-box--up.bx--list-box--sm .bx--list-box__menu {
  bottom: 2rem; }

.bx--language-selector__container .bx--list-box--up.bx--dropdown--xl .bx--list-box__menu,
.bx--language-selector__container .bx--list-box--up.bx--list-box--xl .bx--list-box__menu {
  bottom: 3rem; }

.bx--language-selector__container .bx--list-box input[role='combobox'],
.bx--language-selector__container .bx--list-box input[type='text'] {
  min-width: 0;
  background-color: inherit; }

.bx--language-selector__container .bx--select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.bx--language-selector__container .bx--select *,
.bx--language-selector__container .bx--select *::before,
.bx--language-selector__container .bx--select *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

.bx--language-selector__container .bx--select-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  color: #f4f4f4;
  background-color: #393939;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bx--language-selector__container .bx--select-input:hover {
  background-color: #4c4c4c; }

.bx--language-selector__container .bx--select-input::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  .bx--language-selector__container .bx--select-input:-moz-focusring, .bx--language-selector__container .bx--select-input::-moz-focus-inner {
    color: transparent;
    text-shadow: 0 0 0 #000000;
    background-image: none; } }

.bx--language-selector__container .bx--select-input:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  color: #f4f4f4; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--select-input:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--select-input:disabled, .bx--language-selector__container .bx--select-input:hover:disabled {
  color: #6f6f6f;
  background-color: #393939;
  border-bottom-color: #393939;
  cursor: not-allowed; }

.bx--language-selector__container .bx--select-input--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--language-selector__container .bx--select-input--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--language-selector__container .bx--select--disabled .bx--label,
.bx--language-selector__container .bx--select--disabled .bx--form__helper-text {
  color: #6f6f6f; }

.bx--language-selector__container .bx--select-input__wrapper[data-invalid] .bx--select-input,
.bx--language-selector__container .bx--select--warning .bx--select-input {
  padding-right: 4.5rem; }

.bx--language-selector__container .bx--select-input:disabled ~ .bx--select__arrow {
  fill: #6f6f6f; }

.bx--language-selector__container .bx--select--light .bx--select-input {
  background-color: #525252; }

.bx--language-selector__container .bx--select--light .bx--select-input:hover {
  background-color: #4c4c4c; }

.bx--language-selector__container .bx--select--light .bx--select-input:disabled, .bx--language-selector__container .bx--select--light .bx--select-input:hover:disabled {
  color: #6f6f6f;
  background-color: #525252;
  cursor: not-allowed; }

.bx--language-selector__container .bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  pointer-events: none;
  fill: #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--select__arrow path {
    fill: ButtonText; } }

.bx--language-selector__container .bx--select__invalid-icon {
  position: absolute;
  right: 2.5rem; }

.bx--language-selector__container .bx--select-input__wrapper[data-invalid] .bx--select-input ~ .bx--select__invalid-icon {
  fill: #ff8389; }

.bx--language-selector__container .bx--select__invalid-icon--warning {
  fill: #f1c21b; }

.bx--language-selector__container .bx--select__invalid-icon--warning path[fill] {
  opacity: 1;
  fill: #000000; }

.bx--language-selector__container .bx--select-optgroup,
.bx--language-selector__container .bx--select-option {
  color: #f4f4f4; }

@-moz-document url-prefix() {
  .bx--language-selector__container .bx--select-option {
    color: #f4f4f4;
    background-color: #393939; }
  .bx--language-selector__container .bx--select-optgroup {
    color: #f4f4f4; } }

.bx--language-selector__container .bx--select--inline {
  display: flex;
  flex-direction: row;
  align-items: center; }

.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--label,
.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--form__helper-text {
  align-self: flex-start;
  margin-top: 0.8125rem; }

.bx--language-selector__container .bx--select--inline .bx--form__helper-text {
  margin-bottom: 0;
  margin-left: 0.5rem; }

.bx--language-selector__container .bx--select--inline .bx--label {
  margin: 0 0.5rem 0 0;
  white-space: nowrap; }

.bx--language-selector__container .bx--select--inline .bx--select-input {
  width: auto;
  padding-right: 2rem;
  padding-left: 0.5rem;
  color: #f4f4f4;
  background-color: transparent;
  border-bottom: none; }

.bx--language-selector__container .bx--select--inline .bx--select-input[disabled],
.bx--language-selector__container .bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #393939; }

.bx--language-selector__container .bx--select--inline .bx--select__arrow {
  right: 0.5rem; }

.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--select-input {
  padding-right: 3.5rem; }

.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--select-input ~ .bx--select__invalid-icon {
  right: 2rem; }

.bx--language-selector__container .bx--select--inline .bx--select-input:disabled {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--language-selector__container .bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed; }

.bx--language-selector__container .bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem; }

.bx--language-selector__container .bx--select.bx--skeleton:hover, .bx--language-selector__container .bx--select.bx--skeleton:focus, .bx--language-selector__container .bx--select.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--language-selector__container .bx--select.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #525252;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--language-selector__container .bx--select.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--language-selector__container .bx--select.bx--skeleton .bx--select-input {
  display: none; }

.bx--language-selector__container .bx--text-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  color: #f4f4f4;
  background-color: #393939;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--text-input *,
.bx--language-selector__container .bx--text-input *::before,
.bx--language-selector__container .bx--text-input *::after {
  box-sizing: inherit; }

.bx--language-selector__container .bx--text-input:focus, .bx--language-selector__container .bx--text-input:active {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input:focus, .bx--language-selector__container .bx--text-input:active {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input-wrapper svg[hidden] {
  display: none; }

.bx--language-selector__container .bx--text-input--xl {
  height: 3rem; }

.bx--language-selector__container .bx--text-input--sm {
  height: 2rem; }

.bx--language-selector__container .bx--password-input {
  padding-right: 2.5rem; }

.bx--language-selector__container .bx--text-input::-webkit-input-placeholder {
  color: #8d8d8d;
  opacity: 1; }

.bx--language-selector__container .bx--text-input::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1; }

.bx--language-selector__container .bx--text-input:-ms-input-placeholder {
  color: #8d8d8d;
  opacity: 1; }

.bx--language-selector__container .bx--text-input::-ms-input-placeholder {
  color: #8d8d8d;
  opacity: 1; }

.bx--language-selector__container .bx--text-input::placeholder {
  color: #8d8d8d;
  opacity: 1; }

.bx--language-selector__container .bx--text-input--light {
  background-color: #525252; }

.bx--language-selector__container .bx--text-input__field-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input__invalid-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #ff8389; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input__invalid-icon--warning {
  fill: #f1c21b; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input__invalid-icon--warning path:first-of-type {
  opacity: 1;
  fill: #000000; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus {
  outline: 1px solid transparent; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus svg {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus svg {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    display: inline-block; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
  transition: none; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #161616;
  font-weight: 400;
  text-align: left;
  background-color: #f4f4f4;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after {
  content: attr(aria-label); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--a11y::after {
  content: none; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible::after, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover::after, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible + .bx--assistive-text, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover + .bx--assistive-text, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:hover.bx--tooltip--a11y::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus + .bx--assistive-text, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before, .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::before {
  bottom: -0.5rem;
  border-color: transparent transparent #f4f4f4 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility::after,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--assistive-text,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-height: auto;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
  transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #c6c6c6; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
    fill: ButtonText; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:hover,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--btn.bx--text-input--password__visibility__toggle.bx--tooltip__trigger:focus svg {
  fill: #f4f4f4; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--invalid {
  padding-right: 2.5rem; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--invalid.bx--password-input {
  padding-right: 4rem; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--invalid + .bx--text-input--password__visibility,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--invalid + .bx--text-input--password__visibility__toggle {
  right: 1rem; }

.bx--language-selector__container .bx--password-input-wrapper .bx--text-input__invalid-icon {
  right: 2.5rem; }

.bx--language-selector__container .bx--text-input:disabled + .bx--text-input--password__visibility svg,
.bx--language-selector__container .bx--text-input:disabled + .bx--text-input--password__visibility__toggle svg {
  cursor: not-allowed;
  fill: #6f6f6f; }

.bx--language-selector__container .bx--text-input:disabled + .bx--text-input--password__visibility svg:hover,
.bx--language-selector__container .bx--text-input:disabled + .bx--text-input--password__visibility__toggle svg:hover {
  fill: #6f6f6f; }

.bx--language-selector__container .bx--text-input:disabled {
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #6f6f6f;
  background-color: #393939;
  border-bottom: 1px solid transparent;
  -webkit-text-fill-color: currentColor;
  cursor: not-allowed; }

.bx--language-selector__container .bx--text-input--light:disabled {
  background-color: #525252; }

.bx--language-selector__container .bx--text-input:disabled::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--language-selector__container .bx--text-input:disabled::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--language-selector__container .bx--text-input:disabled:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--language-selector__container .bx--text-input:disabled::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--language-selector__container .bx--text-input:disabled::placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--language-selector__container .bx--text-input--invalid {
  outline: 2px solid #ff8389;
  outline-offset: -2px;
  box-shadow: none; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--text-input--invalid {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input--invalid .bx--text-input--password__visibility,
.bx--language-selector__container .bx--text-input--invalid .bx--text-input--password__visibility__toggle {
  right: 2.5rem; }

.bx--language-selector__container .bx--skeleton.bx--text-input {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none; }

.bx--language-selector__container .bx--skeleton.bx--text-input:hover, .bx--language-selector__container .bx--skeleton.bx--text-input:focus, .bx--language-selector__container .bx--skeleton.bx--text-input:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--language-selector__container .bx--skeleton.bx--text-input::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #525252;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--language-selector__container .bx--skeleton.bx--text-input::before {
    -webkit-animation: none;
    animation: none; } }

.bx--language-selector__container .bx--form--fluid .bx--text-input-wrapper {
  position: relative;
  background: #393939;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--language-selector__container .bx--form--fluid .bx--label {
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  z-index: 1;
  margin: 0; }

.bx--language-selector__container .bx--form--fluid .bx--form__helper-text {
  display: none; }

.bx--language-selector__container .bx--form--fluid .bx--text-input {
  min-height: 4rem;
  padding: 2rem 1rem 0.8125rem; }

.bx--language-selector__container .bx--text-input__divider,
.bx--language-selector__container .bx--form--fluid .bx--text-input__divider {
  display: none; }

.bx--language-selector__container .bx--form--fluid .bx--text-input--invalid,
.bx--language-selector__container .bx--form--fluid .bx--text-input--warn {
  border-bottom: none; }

.bx--language-selector__container .bx--form--fluid .bx--text-input--invalid + .bx--text-input__divider,
.bx--language-selector__container .bx--form--fluid .bx--text-input--warn + .bx--text-input__divider {
  display: block;
  margin: 0 1rem;
  border-color: #525252;
  border-style: solid;
  border-bottom: none; }

.bx--language-selector__container .bx--form--fluid .bx--text-input__invalid-icon {
  top: 5rem; }

.bx--language-selector__container .bx--form--fluid .bx--text-input-wrapper--light {
  background: #525252; }

.bx--language-selector__container .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid {
  outline: 2px solid transparent;
  outline-offset: -2px; }

.bx--language-selector__container .bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
  outline: 2px solid #ff8389;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--form--fluid .bx--text-input__field-wrapper[data-invalid]:not(:focus) {
    outline-style: dotted; } }

.bx--language-selector__container .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--language-selector__container .bx--form--fluid .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:focus {
    outline-style: dotted; } }

.bx--language-selector__container .bx--text-input-wrapper--inline {
  flex-flow: row wrap; }

.bx--language-selector__container .bx--label--inline {
  flex: 1;
  margin: 0.8125rem 0 0 0;
  word-break: break-word;
  overflow-wrap: break-word; }

.bx--language-selector__container .bx--label--inline--sm {
  margin-top: 0.5625rem; }

.bx--language-selector__container .bx--label--inline--xl {
  margin-top: 1.0625rem; }

.bx--language-selector__container .bx--text-input__label-helper-wrapper {
  flex: 2;
  flex-direction: column;
  max-width: 8rem;
  margin-right: 1.5rem;
  overflow-wrap: break-word; }

.bx--language-selector__container .bx--form__helper-text--inline {
  margin-top: 0.125rem; }

.bx--language-selector__container .bx--text-input__field-outer-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }

.bx--language-selector__container .bx--text-input__field-outer-wrapper--inline {
  flex: 8;
  flex-direction: column; }

.bx--language-selector__container .bx--list-box__invalid-icon,
.bx--language-selector__container .bx--list-box__selection svg {
  width: 1.25rem;
  height: 1.25rem; }

.bx--language-selector__container .bx--combo-box.bx--list-box .bx--list-box__menu-icon {
  top: 0.75rem; }

.bx--language-selector__container .bx--combo-box.bx--list-box .bx--list-box__menu-icon svg {
  height: 1.25rem;
  width: 1.25rem; }

.bx--language-selector__container .bx--list-box {
  height: 3rem;
  /* $carbon--container-04 */
  max-height: 3rem;
  /* $carbon--container-04 */ }

.bx--language-selector__container .bx--list-box__field {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--language-selector__container .bx--list-box__menu-item {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--language-selector__container .bx--list-box__menu-item__option {
  height: 3rem;
  /* $carbon--container-04 */
  padding: 0.875rem 0; }

.bx--language-selector__container .bx--list-box__menu-item__option:focus {
  padding: 0.875rem 1rem; }

.bx--language-selector__container .bx--list-box__menu-icon > svg {
  width: 1.25rem; }

.bx--language-selector__container .bx--select-input {
  height: 3rem; }

.bx--language-selector__container .bx--select__invalid-icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--language-selector__container .bx--select__arrow {
  width: 1.25rem; }

.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--label,
.bx--language-selector__container .bx--select--inline.bx--select--invalid .bx--form__helper-text {
  margin-top: 1rem; }

.bx--language-selector__container .bx--form__helper-text {
  line-height: 1rem; }

.bx--language-selector__container .bx--text-input {
  height: 3rem;
  /* $carbon--container-04 */ }

.bx--language-selector__container .bx--text-input__invalid-icon {
  height: 1.25rem;
  width: 1.25rem; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger {
  height: 1.25rem;
  width: 1.25rem; }

.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--icon-visibility-off,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility .bx--icon-visibility-on,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger .bx--icon-visibility-off,
.bx--language-selector__container .bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger .bx--icon-visibility-on {
  height: 1.25rem;
  width: 1.25rem; }

@media (min-width: 42rem) {
  .bx--language-selector__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--row--condensed .bx--language-selector__container,
  .bx--grid--condensed .bx--language-selector__container {
    padding-right: 0.03125rem;
    padding-left: 0.03125rem; }
  .bx--row--narrow .bx--language-selector__container,
  .bx--grid--narrow .bx--language-selector__container {
    padding-right: 1rem;
    padding-left: 0; } }

.bx--language-selector__container .bx--language-selector {
  max-width: 100%;
  width: 100%;
  height: 3rem; }

@media (min-width: 42rem) {
  .bx--language-selector__container .bx--language-selector {
    min-width: 13.5rem;
    max-width: 20rem; }
  .bx--footer--short .bx--language-selector__container .bx--language-selector {
    float: right; } }

.bx--language-selector__container .bx--language-selector .bx--text-input,
.bx--language-selector__container .bx--language-selector .bx--list-box__menu-item__option {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

.bx--footer--short .bx--language-selector__container {
  margin-top: 0; }

@media (min-width: 42rem) {
  .bx--language-selector__container {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem; }
  .bx--footer--short .bx--language-selector__container {
    margin-left: 25%; } }

@media (min-width: 66rem) {
  .bx--language-selector__container {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    order: 1; }
  .bx--footer--short .bx--language-selector__container {
    margin-left: 62.5%; } }

@media (min-width: 99rem) {
  .bx--language-selector__container {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--footer--short .bx--language-selector__container {
    margin-left: 68.75%; } }

.bx--language-selector__container .bx--list-box__menu {
  z-index: 1; }

.bx--language-selector__container .bx--select-input__wrapper {
  width: 100%; }

.bx--language-selector__container .bx--select-input__wrapper .bx--select-input {
  width: 100%;
  max-width: 100%;
  height: 3rem; }

.bx--language-selector__container .bx--form-item {
  display: block; }

@media (min-width: 66rem) {
  .bx--language-selector__container .bx--form-item {
    display: none; } }

.bx--language-selector__container .bx--list-box__wrapper {
  display: none; }

@media (min-width: 66rem) {
  .bx--language-selector__container .bx--list-box__wrapper {
    display: block; } }

.bx--language-selector__container .bx--label {
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
  visibility: hidden; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-locale-button),
.bx--locale-btn__container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  order: 0; }

:host(dds-locale-button) .bx--btn,
.bx--locale-btn__container .bx--btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  max-width: 20rem;
  min-height: 3rem;
  margin: 0;
  padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9); }

:host(dds-locale-button) .bx--btn *,
:host(dds-locale-button) .bx--btn *::before,
:host(dds-locale-button) .bx--btn *::after,
.bx--locale-btn__container .bx--btn *,
.bx--locale-btn__container .bx--btn *::before,
.bx--locale-btn__container .bx--btn *::after {
  box-sizing: inherit; }

:host(dds-locale-button) .bx--btn:disabled, :host(dds-locale-button) .bx--btn:hover:disabled, :host(dds-locale-button) .bx--btn:focus:disabled, :host(dds-locale-button) .bx--btn.bx--btn--disabled, :host(dds-locale-button) .bx--btn.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn:disabled,
.bx--locale-btn__container .bx--btn:hover:disabled,
.bx--locale-btn__container .bx--btn:focus:disabled,
.bx--locale-btn__container .bx--btn.bx--btn--disabled,
.bx--locale-btn__container .bx--btn.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn.bx--btn--disabled:focus {
  color: #a8a8a8;
  background: #6f6f6f;
  border-color: #6f6f6f;
  box-shadow: none;
  cursor: not-allowed; }

:host(dds-locale-button) .bx--btn .bx--btn__icon,
.bx--locale-btn__container .bx--btn .bx--btn__icon {
  position: absolute;
  right: 1rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem; }

:host(dds-locale-button) .bx--btn::-moz-focus-inner,
.bx--locale-btn__container .bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

:host(dds-locale-button) .bx--btn--primary,
.bx--locale-btn__container .bx--btn--primary {
  color: #ffffff;
  background-color: #0f62fe;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

:host(dds-locale-button) .bx--btn--primary:hover,
.bx--locale-btn__container .bx--btn--primary:hover {
  background-color: #0353e9; }

:host(dds-locale-button) .bx--btn--primary:focus,
.bx--locale-btn__container .bx--btn--primary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--primary:focus,
  .bx--locale-btn__container .bx--btn--primary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--primary:active,
.bx--locale-btn__container .bx--btn--primary:active {
  background-color: #002d9c; }

:host(dds-locale-button) .bx--btn--primary .bx--btn__icon,
:host(dds-locale-button) .bx--btn--primary .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--primary .bx--btn__icon,
.bx--locale-btn__container .bx--btn--primary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--primary:hover,
.bx--locale-btn__container .bx--btn--primary:hover {
  color: #ffffff; }

:host(dds-locale-button) .bx--btn--secondary,
.bx--locale-btn__container .bx--btn--secondary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

:host(dds-locale-button) .bx--btn--secondary:hover,
.bx--locale-btn__container .bx--btn--secondary:hover {
  background-color: #606060; }

:host(dds-locale-button) .bx--btn--secondary:focus,
.bx--locale-btn__container .bx--btn--secondary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--secondary:focus,
  .bx--locale-btn__container .bx--btn--secondary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--secondary:active,
.bx--locale-btn__container .bx--btn--secondary:active {
  background-color: #393939; }

:host(dds-locale-button) .bx--btn--secondary .bx--btn__icon,
:host(dds-locale-button) .bx--btn--secondary .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--secondary .bx--btn__icon,
.bx--locale-btn__container .bx--btn--secondary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--secondary:hover, :host(dds-locale-button) .bx--btn--secondary:focus,
.bx--locale-btn__container .bx--btn--secondary:hover,
.bx--locale-btn__container .bx--btn--secondary:focus {
  color: #ffffff; }

:host(dds-locale-button) .bx--btn--tertiary,
.bx--locale-btn__container .bx--btn--tertiary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px; }

:host(dds-locale-button) .bx--btn--tertiary:hover,
.bx--locale-btn__container .bx--btn--tertiary:hover {
  background-color: #f4f4f4; }

:host(dds-locale-button) .bx--btn--tertiary:focus,
.bx--locale-btn__container .bx--btn--tertiary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--tertiary:focus,
  .bx--locale-btn__container .bx--btn--tertiary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--tertiary:active,
.bx--locale-btn__container .bx--btn--tertiary:active {
  background-color: #c6c6c6; }

:host(dds-locale-button) .bx--btn--tertiary .bx--btn__icon,
:host(dds-locale-button) .bx--btn--tertiary .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--tertiary .bx--btn__icon,
.bx--locale-btn__container .bx--btn--tertiary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--tertiary:hover,
.bx--locale-btn__container .bx--btn--tertiary:hover {
  color: #161616; }

:host(dds-locale-button) .bx--btn--tertiary:focus,
.bx--locale-btn__container .bx--btn--tertiary:focus {
  color: #161616;
  background-color: #ffffff; }

:host(dds-locale-button) .bx--btn--tertiary:active,
.bx--locale-btn__container .bx--btn--tertiary:active {
  color: #161616;
  background-color: #c6c6c6;
  border-color: transparent; }

:host(dds-locale-button) .bx--btn--tertiary:disabled, :host(dds-locale-button) .bx--btn--tertiary:hover:disabled, :host(dds-locale-button) .bx--btn--tertiary:focus:disabled, :host(dds-locale-button) .bx--btn--tertiary.bx--btn--disabled, :host(dds-locale-button) .bx--btn--tertiary.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--tertiary.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--tertiary:disabled,
.bx--locale-btn__container .bx--btn--tertiary:hover:disabled,
.bx--locale-btn__container .bx--btn--tertiary:focus:disabled,
.bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--tertiary.bx--btn--disabled:focus {
  color: #a8a8a8;
  background: transparent;
  outline: none; }

:host(dds-locale-button) .bx--btn--ghost,
.bx--locale-btn__container .bx--btn--ghost {
  color: #78a9ff;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn--ghost:hover,
.bx--locale-btn__container .bx--btn--ghost:hover {
  background-color: #4c4c4c; }

:host(dds-locale-button) .bx--btn--ghost:focus,
.bx--locale-btn__container .bx--btn--ghost:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--ghost:focus,
  .bx--locale-btn__container .bx--btn--ghost:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--ghost:active,
.bx--locale-btn__container .bx--btn--ghost:active {
  background-color: #6f6f6f; }

:host(dds-locale-button) .bx--btn--ghost .bx--btn__icon,
:host(dds-locale-button) .bx--btn--ghost .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--ghost .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem; }

:host(dds-locale-button) .bx--btn--ghost:hover, :host(dds-locale-button) .bx--btn--ghost:active,
.bx--locale-btn__container .bx--btn--ghost:hover,
.bx--locale-btn__container .bx--btn--ghost:active {
  color: #a6c8ff; }

:host(dds-locale-button) .bx--btn--ghost:active,
.bx--locale-btn__container .bx--btn--ghost:active {
  background-color: #6f6f6f; }

:host(dds-locale-button) .bx--btn--ghost:disabled, :host(dds-locale-button) .bx--btn--ghost:hover:disabled, :host(dds-locale-button) .bx--btn--ghost:focus:disabled, :host(dds-locale-button) .bx--btn--ghost.bx--btn--disabled, :host(dds-locale-button) .bx--btn--ghost.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--ghost.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--ghost:disabled,
.bx--locale-btn__container .bx--btn--ghost:hover:disabled,
.bx--locale-btn__container .bx--btn--ghost:focus:disabled,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--disabled:focus {
  color: #a8a8a8;
  background: transparent;
  border-color: transparent;
  outline: none; }

:host(dds-locale-button) .bx--btn--ghost.bx--btn--sm,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn--ghost.bx--btn--field,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid transparent; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
    outline-style: dotted; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  transition: none; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #161616;
  font-weight: 400;
  text-align: left;
  background-color: #f4f4f4;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    border: 1px solid transparent; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  content: attr(aria-label); }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  content: none; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::after,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled.bx--tooltip--a11y::after,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--btn--disabled .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only:not(.bx--tooltip--hidden) .bx--assistive-text {
  pointer-events: all; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #ffffff; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]),
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:active:not([disabled]) {
  border-color: transparent; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline-color: transparent; }

:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:hover,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:focus,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:active,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:hover,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:focus,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--tooltip__trigger[disabled]:active {
  cursor: not-allowed;
  fill: #a8a8a8; }

:host(dds-locale-button) .bx--btn--icon-only--top,
.bx--locale-btn__container .bx--btn--icon-only--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

:host(dds-locale-button) .bx--btn--icon-only--top:focus,
.bx--locale-btn__container .bx--btn--icon-only--top:focus {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--icon-only--top:focus,
  .bx--locale-btn__container .bx--btn--icon-only--top:focus {
    outline-style: dotted; } }

:host(dds-locale-button) .bx--btn--icon-only--top:focus,
.bx--locale-btn__container .bx--btn--icon-only--top:focus {
  outline: 1px solid transparent; }

:host(dds-locale-button) .bx--btn--icon-only--top:focus svg,
.bx--locale-btn__container .bx--btn--icon-only--top:focus svg {
  outline: 1px solid #ffffff; }

@media screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--icon-only--top:focus svg,
  .bx--locale-btn__container .bx--btn--icon-only--top:focus svg {
    outline-style: dotted; } }

:host(dds-locale-button) .bx--btn--icon-only--top::before, :host(dds-locale-button) .bx--btn--icon-only--top::after,
:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top::before,
.bx--locale-btn__container .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :host(dds-locale-button) .bx--btn--icon-only--top::before, :host(dds-locale-button) .bx--btn--icon-only--top::after,
  :host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
  :host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top::before,
  .bx--locale-btn__container .bx--btn--icon-only--top::after,
  .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

:host(dds-locale-button) .bx--btn--icon-only--top::before, :host(dds-locale-button) .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top::before,
.bx--locale-btn__container .bx--btn--icon-only--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--a11y::after,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::after {
  transition: none; }

:host(dds-locale-button) .bx--btn--icon-only--top::before,
.bx--locale-btn__container .bx--btn--icon-only--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

:host(dds-locale-button) .bx--btn--icon-only--top::after,
:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #161616;
  font-weight: 400;
  text-align: left;
  background-color: #f4f4f4;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :host(dds-locale-button) .bx--btn--icon-only--top::after,
  :host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
  :host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top::after,
  .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  :host(dds-locale-button) .bx--btn--icon-only--top::after,
  :host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
  :host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top::after,
  .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  :host(dds-locale-button) .bx--btn--icon-only--top::after,
  :host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
  :host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top::after,
  .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--icon-only--top::after,
  :host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
  :host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top::after,
  .bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
  .bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
    border: 1px solid transparent; } }

:host(dds-locale-button) .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top::after {
  content: attr(aria-label); }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--a11y::after,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--a11y::after {
  content: none; }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible::before, :host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible::after, :host(dds-locale-button) .bx--btn--icon-only--top:hover::before, :host(dds-locale-button) .bx--btn--icon-only--top:hover::after, :host(dds-locale-button) .bx--btn--icon-only--top:focus::before, :host(dds-locale-button) .bx--btn--icon-only--top:focus::after,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible::before,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible::after,
.bx--locale-btn__container .bx--btn--icon-only--top:hover::before,
.bx--locale-btn__container .bx--btn--icon-only--top:hover::after,
.bx--locale-btn__container .bx--btn--icon-only--top:focus::before,
.bx--locale-btn__container .bx--btn--icon-only--top:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, :host(dds-locale-button) .bx--btn--icon-only--top:hover .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top:hover + .bx--assistive-text, :host(dds-locale-button) .bx--btn--icon-only--top:focus .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top:focus + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:hover + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, :host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn--icon-only--top:hover .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top:hover + .bx--assistive-text, :host(dds-locale-button) .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, :host(dds-locale-button) .bx--btn--icon-only--top:focus .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top:focus + .bx--assistive-text, :host(dds-locale-button) .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:hover + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:focus + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

:host(dds-locale-button) .bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before,
.bx--locale-btn__container .bx--btn--icon-only--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text::after,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

:host(dds-locale-button) .bx--btn--icon-only--top::before, :host(dds-locale-button) .bx--btn--icon-only--top::after,
:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top::before,
.bx--locale-btn__container .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
  top: 0;
  left: 50%; }

:host(dds-locale-button) .bx--btn--icon-only--top::before,
.bx--locale-btn__container .bx--btn--icon-only--top::before {
  top: -0.5rem;
  border-color: #f4f4f4 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

:host(dds-locale-button) .bx--btn--icon-only--top::after,
:host(dds-locale-button) .bx--btn--icon-only--top .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--top + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top::after,
.bx--locale-btn__container .bx--btn--icon-only--top .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--top + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

:host(dds-locale-button) .bx--btn--icon-only--bottom .bx--assistive-text::after,
.bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

:host(dds-locale-button) .bx--btn--icon-only--bottom::before, :host(dds-locale-button) .bx--btn--icon-only--bottom::after,
:host(dds-locale-button) .bx--btn--icon-only--bottom .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--bottom + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--bottom::before,
.bx--locale-btn__container .bx--btn--icon-only--bottom::after,
.bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

:host(dds-locale-button) .bx--btn--icon-only--bottom::before,
.bx--locale-btn__container .bx--btn--icon-only--bottom::before {
  bottom: -0.5rem;
  border-color: transparent transparent #f4f4f4 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

:host(dds-locale-button) .bx--btn--icon-only--bottom::after,
:host(dds-locale-button) .bx--btn--icon-only--bottom .bx--assistive-text,
:host(dds-locale-button) .bx--btn--icon-only--bottom + .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--bottom::after,
.bx--locale-btn__container .bx--btn--icon-only--bottom .bx--assistive-text,
.bx--locale-btn__container .bx--btn--icon-only--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

:host(dds-locale-button) .bx--btn--icon-only,
.bx--locale-btn__container .bx--btn--icon-only {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

:host(dds-locale-button) .bx--btn--icon-only .bx--btn__icon,
.bx--locale-btn__container .bx--btn--icon-only .bx--btn__icon {
  position: static; }

:host(dds-locale-button) .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon,
:host(dds-locale-button) .bx--btn--icon-only.bx--btn--danger--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--icon-only.bx--btn--danger--ghost .bx--btn__icon {
  margin: 0; }

:host(dds-locale-button) .bx--btn--icon-only.bx--btn--selected,
.bx--locale-btn__container .bx--btn--icon-only.bx--btn--selected {
  background: #525252; }

:host(dds-locale-button) .bx--btn path[data-icon-path='inner-path'],
.bx--locale-btn__container .bx--btn path[data-icon-path='inner-path'] {
  fill: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--btn--ghost .bx--btn__icon path,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover .bx--btn__icon path,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost .bx--btn__icon path,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover .bx--btn__icon path {
    fill: ButtonText; } }

:host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]),
:host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

:host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
:host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon,
:host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
.bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon,
.bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon {
  fill: #a8a8a8; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path path,
  :host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
  :host(dds-locale-button) .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon path,
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path path,
  .bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] .bx--btn__icon path,
  .bx--locale-btn__container .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover .bx--btn__icon path {
    fill: GrayText; } }

:host(dds-locale-button) .bx--btn--ghost.bx--btn--icon-only[disabled],
.bx--locale-btn__container .bx--btn--ghost.bx--btn--icon-only[disabled] {
  cursor: not-allowed; }

:host(dds-locale-button) .bx--btn--field.bx--btn--icon-only,
.bx--locale-btn__container .bx--btn--field.bx--btn--icon-only {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem; }

:host(dds-locale-button) .bx--btn--sm.bx--btn--icon-only,
.bx--locale-btn__container .bx--btn--sm.bx--btn--icon-only {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem; }

:host(dds-locale-button) .bx--btn--danger,
.bx--locale-btn__container .bx--btn--danger {
  color: #ffffff;
  background-color: #da1e28;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

:host(dds-locale-button) .bx--btn--danger:hover,
.bx--locale-btn__container .bx--btn--danger:hover {
  background-color: #b81921; }

:host(dds-locale-button) .bx--btn--danger:focus,
.bx--locale-btn__container .bx--btn--danger:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--danger:focus,
  .bx--locale-btn__container .bx--btn--danger:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--danger:active,
.bx--locale-btn__container .bx--btn--danger:active {
  background-color: #750e13; }

:host(dds-locale-button) .bx--btn--danger .bx--btn__icon,
:host(dds-locale-button) .bx--btn--danger .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--danger .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--danger:hover,
.bx--locale-btn__container .bx--btn--danger:hover {
  color: #ffffff; }

:host(dds-locale-button) .bx--btn--danger-tertiary, :host(dds-locale-button) .bx--btn--danger--tertiary,
.bx--locale-btn__container .bx--btn--danger-tertiary,
.bx--locale-btn__container .bx--btn--danger--tertiary {
  color: #ff8389;
  background-color: transparent;
  border-color: #ff8389;
  border-style: solid;
  border-width: 1px; }

:host(dds-locale-button) .bx--btn--danger-tertiary:hover, :host(dds-locale-button) .bx--btn--danger--tertiary:hover,
.bx--locale-btn__container .bx--btn--danger-tertiary:hover,
.bx--locale-btn__container .bx--btn--danger--tertiary:hover {
  background-color: #b81921; }

:host(dds-locale-button) .bx--btn--danger-tertiary:focus, :host(dds-locale-button) .bx--btn--danger--tertiary:focus,
.bx--locale-btn__container .bx--btn--danger-tertiary:focus,
.bx--locale-btn__container .bx--btn--danger--tertiary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--danger-tertiary:focus, :host(dds-locale-button) .bx--btn--danger--tertiary:focus,
  .bx--locale-btn__container .bx--btn--danger-tertiary:focus,
  .bx--locale-btn__container .bx--btn--danger--tertiary:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--danger-tertiary:active, :host(dds-locale-button) .bx--btn--danger--tertiary:active,
.bx--locale-btn__container .bx--btn--danger-tertiary:active,
.bx--locale-btn__container .bx--btn--danger--tertiary:active {
  background-color: #750e13; }

:host(dds-locale-button) .bx--btn--danger-tertiary .bx--btn__icon,
:host(dds-locale-button) .bx--btn--danger-tertiary .bx--btn__icon path:not([data-icon-path]), :host(dds-locale-button) .bx--btn--danger--tertiary .bx--btn__icon,
:host(dds-locale-button) .bx--btn--danger--tertiary .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--danger-tertiary .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger-tertiary .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--danger--tertiary .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger--tertiary .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--danger-tertiary:hover, :host(dds-locale-button) .bx--btn--danger--tertiary:hover,
.bx--locale-btn__container .bx--btn--danger-tertiary:hover,
.bx--locale-btn__container .bx--btn--danger--tertiary:hover {
  color: #ffffff;
  border-color: #b81921; }

:host(dds-locale-button) .bx--btn--danger-tertiary:focus, :host(dds-locale-button) .bx--btn--danger--tertiary:focus,
.bx--locale-btn__container .bx--btn--danger-tertiary:focus,
.bx--locale-btn__container .bx--btn--danger--tertiary:focus {
  color: #ffffff;
  background-color: #da1e28; }

:host(dds-locale-button) .bx--btn--danger-tertiary:active, :host(dds-locale-button) .bx--btn--danger--tertiary:active,
.bx--locale-btn__container .bx--btn--danger-tertiary:active,
.bx--locale-btn__container .bx--btn--danger--tertiary:active {
  color: #ffffff;
  border-color: #750e13; }

:host(dds-locale-button) .bx--btn--danger-tertiary:disabled, :host(dds-locale-button) .bx--btn--danger-tertiary:hover:disabled, :host(dds-locale-button) .bx--btn--danger-tertiary:focus:disabled, :host(dds-locale-button) .bx--btn--danger-tertiary.bx--btn--disabled, :host(dds-locale-button) .bx--btn--danger-tertiary.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--danger-tertiary.bx--btn--disabled:focus, :host(dds-locale-button) .bx--btn--danger--tertiary:disabled, :host(dds-locale-button) .bx--btn--danger--tertiary:hover:disabled, :host(dds-locale-button) .bx--btn--danger--tertiary:focus:disabled, :host(dds-locale-button) .bx--btn--danger--tertiary.bx--btn--disabled, :host(dds-locale-button) .bx--btn--danger--tertiary.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--danger--tertiary.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--danger-tertiary:disabled,
.bx--locale-btn__container .bx--btn--danger-tertiary:hover:disabled,
.bx--locale-btn__container .bx--btn--danger-tertiary:focus:disabled,
.bx--locale-btn__container .bx--btn--danger-tertiary.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--danger-tertiary.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--danger-tertiary.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--danger--tertiary:disabled,
.bx--locale-btn__container .bx--btn--danger--tertiary:hover:disabled,
.bx--locale-btn__container .bx--btn--danger--tertiary:focus:disabled,
.bx--locale-btn__container .bx--btn--danger--tertiary.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--danger--tertiary.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--danger--tertiary.bx--btn--disabled:focus {
  color: #a8a8a8;
  background: transparent;
  outline: none; }

:host(dds-locale-button) .bx--btn--danger-ghost, :host(dds-locale-button) .bx--btn--danger--ghost,
.bx--locale-btn__container .bx--btn--danger-ghost,
.bx--locale-btn__container .bx--btn--danger--ghost {
  color: #ff8389;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn--danger-ghost:hover, :host(dds-locale-button) .bx--btn--danger--ghost:hover,
.bx--locale-btn__container .bx--btn--danger-ghost:hover,
.bx--locale-btn__container .bx--btn--danger--ghost:hover {
  background-color: #b81921; }

:host(dds-locale-button) .bx--btn--danger-ghost:focus, :host(dds-locale-button) .bx--btn--danger--ghost:focus,
.bx--locale-btn__container .bx--btn--danger-ghost:focus,
.bx--locale-btn__container .bx--btn--danger--ghost:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #262626; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-locale-button) .bx--btn--danger-ghost:focus, :host(dds-locale-button) .bx--btn--danger--ghost:focus,
  .bx--locale-btn__container .bx--btn--danger-ghost:focus,
  .bx--locale-btn__container .bx--btn--danger--ghost:focus {
    outline: 3px solid transparent;
    outline-offset: -3px; } }

:host(dds-locale-button) .bx--btn--danger-ghost:active, :host(dds-locale-button) .bx--btn--danger--ghost:active,
.bx--locale-btn__container .bx--btn--danger-ghost:active,
.bx--locale-btn__container .bx--btn--danger--ghost:active {
  background-color: #750e13; }

:host(dds-locale-button) .bx--btn--danger-ghost .bx--btn__icon,
:host(dds-locale-button) .bx--btn--danger-ghost .bx--btn__icon path:not([data-icon-path]), :host(dds-locale-button) .bx--btn--danger--ghost .bx--btn__icon,
:host(dds-locale-button) .bx--btn--danger--ghost .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--danger-ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger-ghost .bx--btn__icon path:not([data-icon-path]),
.bx--locale-btn__container .bx--btn--danger--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger--ghost .bx--btn__icon path:not([data-icon-path]) {
  fill: currentColor; }

:host(dds-locale-button) .bx--btn--danger-ghost .bx--btn__icon, :host(dds-locale-button) .bx--btn--danger--ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger-ghost .bx--btn__icon,
.bx--locale-btn__container .bx--btn--danger--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem; }

:host(dds-locale-button) .bx--btn--danger-ghost:hover, :host(dds-locale-button) .bx--btn--danger-ghost:active, :host(dds-locale-button) .bx--btn--danger--ghost:hover, :host(dds-locale-button) .bx--btn--danger--ghost:active,
.bx--locale-btn__container .bx--btn--danger-ghost:hover,
.bx--locale-btn__container .bx--btn--danger-ghost:active,
.bx--locale-btn__container .bx--btn--danger--ghost:hover,
.bx--locale-btn__container .bx--btn--danger--ghost:active {
  color: #ffffff; }

:host(dds-locale-button) .bx--btn--danger-ghost:disabled, :host(dds-locale-button) .bx--btn--danger-ghost:hover:disabled, :host(dds-locale-button) .bx--btn--danger-ghost:focus:disabled, :host(dds-locale-button) .bx--btn--danger-ghost.bx--btn--disabled, :host(dds-locale-button) .bx--btn--danger-ghost.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--danger-ghost.bx--btn--disabled:focus, :host(dds-locale-button) .bx--btn--danger--ghost:disabled, :host(dds-locale-button) .bx--btn--danger--ghost:hover:disabled, :host(dds-locale-button) .bx--btn--danger--ghost:focus:disabled, :host(dds-locale-button) .bx--btn--danger--ghost.bx--btn--disabled, :host(dds-locale-button) .bx--btn--danger--ghost.bx--btn--disabled:hover, :host(dds-locale-button) .bx--btn--danger--ghost.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--danger-ghost:disabled,
.bx--locale-btn__container .bx--btn--danger-ghost:hover:disabled,
.bx--locale-btn__container .bx--btn--danger-ghost:focus:disabled,
.bx--locale-btn__container .bx--btn--danger-ghost.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--danger-ghost.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--danger-ghost.bx--btn--disabled:focus,
.bx--locale-btn__container .bx--btn--danger--ghost:disabled,
.bx--locale-btn__container .bx--btn--danger--ghost:hover:disabled,
.bx--locale-btn__container .bx--btn--danger--ghost:focus:disabled,
.bx--locale-btn__container .bx--btn--danger--ghost.bx--btn--disabled,
.bx--locale-btn__container .bx--btn--danger--ghost.bx--btn--disabled:hover,
.bx--locale-btn__container .bx--btn--danger--ghost.bx--btn--disabled:focus {
  color: #c6c6c6;
  background: transparent;
  border-color: transparent;
  outline: none; }

:host(dds-locale-button) .bx--btn--danger-ghost.bx--btn--sm, :host(dds-locale-button) .bx--btn--danger--ghost.bx--btn--sm,
.bx--locale-btn__container .bx--btn--danger-ghost.bx--btn--sm,
.bx--locale-btn__container .bx--btn--danger--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn--danger-ghost.bx--btn--field, :host(dds-locale-button) .bx--btn--danger--ghost.bx--btn--field,
.bx--locale-btn__container .bx--btn--danger-ghost.bx--btn--field,
.bx--locale-btn__container .bx--btn--danger--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 16px; }

:host(dds-locale-button) .bx--btn--sm,
.bx--locale-btn__container .bx--btn--sm {
  min-height: 2rem;
  padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px; }

:host(dds-locale-button) .bx--btn--xl:not(.bx--btn--icon-only),
.bx--locale-btn__container .bx--btn--xl:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 5rem; }

:host(dds-locale-button) .bx--btn--lg:not(.bx--btn--icon-only),
.bx--locale-btn__container .bx--btn--lg:not(.bx--btn--icon-only) {
  align-items: baseline;
  padding-top: 1rem;
  padding-right: 4rem;
  padding-left: 1rem;
  min-height: 4rem; }

:host(dds-locale-button) .bx--btn--field,
.bx--locale-btn__container .bx--btn--field {
  min-height: 2.5rem;
  padding: calc(0.675rem - 3px) 60px calc(0.675rem - 3px) 12px; }

:host(dds-locale-button) .bx--btn.bx--skeleton,
.bx--locale-btn__container .bx--btn.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 9.375rem; }

:host(dds-locale-button) .bx--btn.bx--skeleton:hover, :host(dds-locale-button) .bx--btn.bx--skeleton:focus, :host(dds-locale-button) .bx--btn.bx--skeleton:active,
.bx--locale-btn__container .bx--btn.bx--skeleton:hover,
.bx--locale-btn__container .bx--btn.bx--skeleton:focus,
.bx--locale-btn__container .bx--btn.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

:host(dds-locale-button) .bx--btn.bx--skeleton::before,
.bx--locale-btn__container .bx--btn.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #525252;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  :host(dds-locale-button) .bx--btn.bx--skeleton::before,
  .bx--locale-btn__container .bx--btn.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

:host(dds-locale-button) .bx--btn-set,
.bx--locale-btn__container .bx--btn-set {
  display: flex; }

:host(dds-locale-button) .bx--btn-set--stacked,
.bx--locale-btn__container .bx--btn-set--stacked {
  flex-direction: column; }

:host(dds-locale-button) .bx--btn-set .bx--btn,
.bx--locale-btn__container .bx--btn-set .bx--btn {
  width: 100%;
  max-width: 12.25rem; }

:host(dds-locale-button) .bx--btn-set .bx--btn:not(:focus),
.bx--locale-btn__container .bx--btn-set .bx--btn:not(:focus) {
  box-shadow: -0.0625rem 0 0 0 #161616; }

:host(dds-locale-button) .bx--btn-set .bx--btn:first-of-type:not(:focus),
.bx--locale-btn__container .bx--btn-set .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit; }

:host(dds-locale-button) .bx--btn-set .bx--btn:focus + .bx--btn,
.bx--locale-btn__container .bx--btn-set .bx--btn:focus + .bx--btn {
  box-shadow: inherit; }

:host(dds-locale-button) .bx--btn-set--stacked .bx--btn:not(:focus),
.bx--locale-btn__container .bx--btn-set--stacked .bx--btn:not(:focus) {
  box-shadow: 0 -0.0625rem 0 0 #161616; }

:host(dds-locale-button) .bx--btn-set--stacked .bx--btn:first-of-type:not(:focus),
.bx--locale-btn__container .bx--btn-set--stacked .bx--btn:first-of-type:not(:focus) {
  box-shadow: inherit; }

:host(dds-locale-button) .bx--btn-set .bx--btn.bx--btn--disabled,
.bx--locale-btn__container .bx--btn-set .bx--btn.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #a8a8a8; }

:host(dds-locale-button) .bx--btn-set .bx--btn.bx--btn--disabled:first-of-type,
.bx--locale-btn__container .bx--btn-set .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none; }

:host(dds-locale-button) .bx--btn-set--stacked .bx--btn.bx--btn--disabled,
.bx--locale-btn__container .bx--btn-set--stacked .bx--btn.bx--btn--disabled {
  box-shadow: 0 -0.0625rem 0 0 #a8a8a8; }

:host(dds-locale-button) .bx--btn-set--stacked .bx--btn.bx--btn--disabled:first-of-type,
.bx--locale-btn__container .bx--btn-set--stacked .bx--btn.bx--btn--disabled:first-of-type {
  box-shadow: none; }

:host(dds-locale-button) .bx--btn,
.bx--locale-btn__container .bx--btn {
  padding-top: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - 1.375rem) / 2 - 1px); }

:host(dds-locale-button) .bx--btn .bx--btn__icon,
.bx--locale-btn__container .bx--btn .bx--btn__icon {
  width: var(--cds-icon-size-01, 1.25rem);
  height: var(--cds-icon-size-01, 1.25rem); }

:host(dds-locale-button) .bx--btn.bx--btn--field,
.bx--locale-btn__container .bx--btn.bx--btn--field {
  min-height: var(--cds-button-field-height, var(--cds-container-03, 3rem));
  padding-top: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - 1.375rem) / 2 - 1px); }

:host(dds-locale-button) .bx--btn.bx--btn--sm,
.bx--locale-btn__container .bx--btn.bx--btn--sm {
  min-height: var(--cds-button-sm-height, var(--cds-container-02, 2.5rem));
  padding-top: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - 1.375rem) / 2 - 1px);
  padding-bottom: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - 1.375rem) / 2 - 1px); }

:host(dds-locale-button) .bx--btn--icon-only,
.bx--locale-btn__container .bx--btn--icon-only {
  min-width: var(--cds-button-md-height, var(--cds-container-04, 3rem));
  padding: calc( (var(--cds-button-md-height, var(--cds-container-04, 3rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

:host(dds-locale-button) .bx--btn--icon-only.bx--btn--field,
.bx--locale-btn__container .bx--btn--icon-only.bx--btn--field {
  min-width: var(--cds-button-field-height, var(--cds-container-03, 3rem));
  padding: calc( (var(--cds-button-field-height, var(--cds-container-03, 3rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

:host(dds-locale-button) .bx--btn--icon-only.bx--btn--sm,
.bx--locale-btn__container .bx--btn--icon-only.bx--btn--sm {
  min-width: var(--cds-button-sm-height, var(--cds-container-02, 2.5rem));
  padding: calc( (var(--cds-button-sm-height, var(--cds-container-02, 2.5rem)) - var(--cds-icon-size-01, 1.25rem)) / 2 - 1px); }

.bx--row--condensed :host(dds-locale-button),
.bx--grid--condensed :host(dds-locale-button), .bx--row--condensed
.bx--locale-btn__container,
.bx--grid--condensed
.bx--locale-btn__container {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow :host(dds-locale-button),
.bx--grid--narrow :host(dds-locale-button), .bx--row--narrow
.bx--locale-btn__container,
.bx--grid--narrow
.bx--locale-btn__container {
  padding-right: 1rem;
  padding-left: 0; }

:host(dds-locale-button) .bx--locale-btn,
.bx--locale-btn__container .bx--locale-btn {
  max-width: 100%;
  width: 100%; }

@media (min-width: 42rem) {
  :host(dds-locale-button) .bx--locale-btn,
  .bx--locale-btn__container .bx--locale-btn {
    min-width: 13.5rem;
    max-width: 20rem; } }

@media (min-width: 42rem) {
  :host(dds-locale-button),
  .bx--locale-btn__container {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem; } }

@media (min-width: 66rem) {
  :host(dds-locale-button),
  .bx--locale-btn__container {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    order: 1; } }

@media (min-width: 99rem) {
  :host(dds-locale-button),
  .bx--locale-btn__container {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; } }

:host(dds-footer[size='short']) ::slotted(dds-locale-button),
.bx--footer--short .bx--locale-btn__container {
  margin-top: 0; }

@media (min-width: 42rem) {
  :host(dds-footer[size='short']) ::slotted(dds-locale-button),
  .bx--footer--short .bx--locale-btn__container {
    margin-left: 25%; }
  :host(dds-footer[size='short']) ::slotted(dds-locale-button) .bx--locale-btn,
  .bx--footer--short .bx--locale-btn__container .bx--locale-btn {
    float: right; } }

@media (min-width: 66rem) {
  :host(dds-footer[size='short']) ::slotted(dds-locale-button),
  .bx--footer--short .bx--locale-btn__container {
    margin-left: 62.5%; } }

@media (min-width: 99rem) {
  :host(dds-footer[size='short']) ::slotted(dds-locale-button),
  .bx--footer--short .bx--locale-btn__container {
    margin-left: 68.75%; } }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-footer),
.bx--footer {
  width: 100%;
  color: #f4f4f4;
  background-color: #262626;
  padding-top: 3rem; }

:host(dds-footer) .bx--modal-content .bx--link, :host(dds-footer) .bx--modal-content .bx--link:visited,
.bx--footer .bx--modal-content .bx--link,
.bx--footer .bx--modal-content .bx--link:visited {
  color: #161616; }

:host(dds-footer[size='short']),
.bx--footer--short {
  padding-top: 2rem; }

:host(dds-footer[size='micro']),
.bx--footer--micro {
  padding-top: 0; }

:host(dds-footer[size='micro']) .bx--legal-nav,
.bx--footer--micro .bx--legal-nav {
  border-top: 0; }

:host(dds-footer-nav-item) .bx--footer__link.bx--link,
:host(dds-legal-nav-item) .bx--footer__link.bx--link,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link,
.bx--footer .bx--footer__link.bx--link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

:host(dds-footer-nav-item) .bx--footer__link.bx--link, :host(dds-footer-nav-item) .bx--footer__link.bx--link:visited,
:host(dds-legal-nav-item) .bx--footer__link.bx--link,
:host(dds-legal-nav-item) .bx--footer__link.bx--link:visited,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link:visited,
.bx--footer .bx--footer__link.bx--link,
.bx--footer .bx--footer__link.bx--link:visited {
  color: #c6c6c6; }

:host(dds-footer-nav-item) .bx--footer__link.bx--link:focus,
:host(dds-legal-nav-item) .bx--footer__link.bx--link:focus,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link:focus,
.bx--footer .bx--footer__link.bx--link:focus {
  outline-color: #ffffff;
  outline-offset: -1px; }

:host(dds-footer-nav-item) .bx--footer__link.bx--link:active,
:host(dds-legal-nav-item) .bx--footer__link.bx--link:active,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link:active,
.bx--footer .bx--footer__link.bx--link:active {
  color: #ffffff; }

:host(dds-footer-nav-item) .bx--footer__link.bx--link:hover, :host(dds-footer-nav-item) .bx--footer__link.bx--link:visited:hover,
:host(dds-legal-nav-item) .bx--footer__link.bx--link:hover,
:host(dds-legal-nav-item) .bx--footer__link.bx--link:visited:hover,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link:hover,
:host(dds-legal-nav-cookie-preferences-placeholder) .bx--footer__link.bx--link:visited:hover,
.bx--footer .bx--footer__link.bx--link:hover,
.bx--footer .bx--footer__link.bx--link:visited:hover {
  color: #f4f4f4; }

:host(dds-legal-nav) .bx--legal-nav__list .bx--legal-nav__list-item .bx--link,
.bx--footer .bx--legal-nav__list .bx--legal-nav__list-item .bx--link {
  color: #c6c6c6; }

:host(dds-legal-nav) .bx--legal-nav__list .bx--legal-nav__list-item .bx--link:hover,
.bx--footer .bx--legal-nav__list .bx--legal-nav__list-item .bx--link:hover {
  color: #f4f4f4; }

.bx--footer__main {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 42rem) {
  .bx--footer__main {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 99rem) {
  .bx--footer__main {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

.bx--footer__main-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  flex-direction: column; }

:host(dds-footer[size='short']) .bx--footer__main-container,
.bx--footer--short .bx--footer__main-container {
  flex-direction: row; }

@media (min-width: 66rem) {
  .bx--footer__main-container {
    flex-direction: row; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-footer-logo),
.bx--footer-logo {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 3rem; }

.bx--row--condensed :host(dds-footer-logo),
.bx--grid--condensed :host(dds-footer-logo), .bx--row--condensed
.bx--footer-logo,
.bx--grid--condensed
.bx--footer-logo {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow :host(dds-footer-logo),
.bx--grid--narrow :host(dds-footer-logo), .bx--row--narrow
.bx--footer-logo,
.bx--grid--narrow
.bx--footer-logo {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 42rem) {
  :host(dds-footer-logo),
  .bx--footer-logo {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 66rem) {
  :host(dds-footer-logo),
  .bx--footer-logo {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

.bx--footer-logo__link {
  color: #ffffff;
  margin-top: -1rem;
  margin-left: -1rem;
  padding: 1rem;
  display: inline-block; }

.bx--footer-logo__link:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #0f62fe; }

.bx--footer-logo__logo {
  fill: currentColor;
  display: inline-block;
  width: 128px; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
@-webkit-keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

@keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

.bx--accordion {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  width: 100%;
  list-style: none; }

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

.bx--accordion__item {
  overflow: visible;
  border-top: 1px solid #e0e0e0;
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--accordion__item:last-child {
  border-bottom: 1px solid #e0e0e0; }

.bx--accordion__heading {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.625rem 0;
  color: #161616;
  cursor: pointer;
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }

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

.bx--accordion__heading::-moz-focus-inner {
  border: 0; }

.bx--accordion__heading:hover::before, .bx--accordion__heading:focus::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  content: ''; }

.bx--accordion__heading:hover::before {
  background-color: #e5e5e5; }

.bx--accordion__heading:focus {
  outline: none; }

.bx--accordion__heading:focus::before {
  box-sizing: border-box;
  border: 2px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--accordion__heading:focus::before {
    border-style: dotted; } }

.bx--accordion--xl .bx--accordion__heading {
  min-height: 3rem; }

.bx--accordion--sm .bx--accordion__heading {
  min-height: 2rem;
  padding: 0.3125rem 0; }

.bx--accordion__heading[disabled] {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--accordion__heading[disabled] .bx--accordion__arrow {
  fill: #c6c6c6; }

.bx--accordion__heading[disabled]:hover::before {
  background-color: transparent; }

.bx--accordion__item--disabled,
.bx--accordion__item--disabled + .bx--accordion__item {
  border-top: 1px solid #c6c6c6; }

li.bx--accordion__item--disabled:last-of-type {
  border-bottom: 1px solid #c6c6c6; }

.bx--accordion__arrow {
  outline: 2px solid transparent;
  outline-offset: -2px;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  margin: 2px 1rem 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--accordion__arrow {
    fill: ButtonText; } }

.bx--accordion__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  z-index: 1;
  width: 100%;
  margin: 0 0 0 1rem;
  text-align: left; }

.bx--accordion__content {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
  transition: padding cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }

@media (min-width: 480px) {
  .bx--accordion__content {
    padding-right: 3rem; } }

@media (min-width: 640px) {
  .bx--accordion__content {
    padding-right: 25%; } }

.bx--accordion__content > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--accordion--start .bx--accordion__heading {
  flex-direction: row; }

.bx--accordion--start .bx--accordion__arrow {
  margin: 2px 0 0 0.5rem; }

.bx--accordion--start .bx--accordion__content {
  margin-left: 1.5rem; }

.bx--accordion__item--collapsing .bx--accordion__content,
.bx--accordion__item--expanding .bx--accordion__content {
  display: block; }

.bx--accordion__item--collapsing .bx--accordion__content {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion; }

.bx--accordion__item--expanding .bx--accordion__content {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion; }

.bx--accordion__item--active {
  overflow: visible; }

.bx--accordion__item--active .bx--accordion__content {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  transition: padding-top cubic-bezier(0, 0, 0.38, 0.9) 110ms, padding-bottom cubic-bezier(0, 0, 0.38, 0.9) 110ms; }

.bx--accordion__item--active .bx--accordion__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--accordion__item--active .bx--accordion__arrow {
    fill: ButtonText; } }

.bx--accordion.bx--skeleton .bx--accordion__heading,
.bx--accordion.bx--skeleton .bx--accordion__button {
  cursor: default; }

.bx--accordion.bx--skeleton .bx--accordion__arrow {
  cursor: default;
  pointer-events: none;
  fill: #161616; }

.bx--accordion.bx--skeleton .bx--accordion__arrow:hover, .bx--accordion.bx--skeleton .bx--accordion__arrow:focus, .bx--accordion.bx--skeleton .bx--accordion__arrow:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--accordion.bx--skeleton .bx--accordion__heading:hover::before {
  background-color: transparent; }

.bx--accordion--end.bx--skeleton .bx--accordion__arrow {
  margin-left: 1rem; }

.bx--skeleton .bx--accordion__heading:focus .bx--accordion__arrow {
  border: none;
  outline: none;
  cursor: default; }

.bx--accordion__title.bx--skeleton__text {
  margin-bottom: 0; }

:host(dds-footer-nav),
.bx--footer-nav {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding: 0;
  order: 1; }

:host(dds-footer-nav) .bx--accordion,
.bx--footer-nav .bx--accordion {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  width: 100%;
  list-style: none; }

:host(dds-footer-nav) .bx--accordion *,
:host(dds-footer-nav) .bx--accordion *::before,
:host(dds-footer-nav) .bx--accordion *::after,
.bx--footer-nav .bx--accordion *,
.bx--footer-nav .bx--accordion *::before,
.bx--footer-nav .bx--accordion *::after {
  box-sizing: inherit; }

:host(dds-footer-nav) .bx--accordion__item,
.bx--footer-nav .bx--accordion__item {
  overflow: visible;
  border-top: 1px solid #525252;
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-footer-nav) .bx--accordion__item:last-child,
.bx--footer-nav .bx--accordion__item:last-child {
  border-bottom: 1px solid #525252; }

:host(dds-footer-nav) .bx--accordion__heading,
.bx--footer-nav .bx--accordion__heading {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.5rem;
  margin: 0;
  padding: 0.625rem 0;
  color: #f4f4f4;
  cursor: pointer;
  transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }

:host(dds-footer-nav) .bx--accordion__heading *,
:host(dds-footer-nav) .bx--accordion__heading *::before,
:host(dds-footer-nav) .bx--accordion__heading *::after,
.bx--footer-nav .bx--accordion__heading *,
.bx--footer-nav .bx--accordion__heading *::before,
.bx--footer-nav .bx--accordion__heading *::after {
  box-sizing: inherit; }

:host(dds-footer-nav) .bx--accordion__heading::-moz-focus-inner,
.bx--footer-nav .bx--accordion__heading::-moz-focus-inner {
  border: 0; }

:host(dds-footer-nav) .bx--accordion__heading:hover::before, :host(dds-footer-nav) .bx--accordion__heading:focus::before,
.bx--footer-nav .bx--accordion__heading:hover::before,
.bx--footer-nav .bx--accordion__heading:focus::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  content: ''; }

:host(dds-footer-nav) .bx--accordion__heading:hover::before,
.bx--footer-nav .bx--accordion__heading:hover::before {
  background-color: #4c4c4c; }

:host(dds-footer-nav) .bx--accordion__heading:focus,
.bx--footer-nav .bx--accordion__heading:focus {
  outline: none; }

:host(dds-footer-nav) .bx--accordion__heading:focus::before,
.bx--footer-nav .bx--accordion__heading:focus::before {
  box-sizing: border-box;
  border: 2px solid #ffffff; }

@media screen and (prefers-contrast) {
  :host(dds-footer-nav) .bx--accordion__heading:focus::before,
  .bx--footer-nav .bx--accordion__heading:focus::before {
    border-style: dotted; } }

:host(dds-footer-nav) .bx--accordion--xl .bx--accordion__heading,
.bx--footer-nav .bx--accordion--xl .bx--accordion__heading {
  min-height: 3rem; }

:host(dds-footer-nav) .bx--accordion--sm .bx--accordion__heading,
.bx--footer-nav .bx--accordion--sm .bx--accordion__heading {
  min-height: 2rem;
  padding: 0.3125rem 0; }

:host(dds-footer-nav) .bx--accordion__heading[disabled],
.bx--footer-nav .bx--accordion__heading[disabled] {
  color: #6f6f6f;
  cursor: not-allowed; }

:host(dds-footer-nav) .bx--accordion__heading[disabled] .bx--accordion__arrow,
.bx--footer-nav .bx--accordion__heading[disabled] .bx--accordion__arrow {
  fill: #6f6f6f; }

:host(dds-footer-nav) .bx--accordion__heading[disabled]:hover::before,
.bx--footer-nav .bx--accordion__heading[disabled]:hover::before {
  background-color: transparent; }

:host(dds-footer-nav) .bx--accordion__item--disabled,
:host(dds-footer-nav) .bx--accordion__item--disabled + .bx--accordion__item,
.bx--footer-nav .bx--accordion__item--disabled,
.bx--footer-nav .bx--accordion__item--disabled + .bx--accordion__item {
  border-top: 1px solid #6f6f6f; }

:host(dds-footer-nav) li.bx--accordion__item--disabled:last-of-type,
.bx--footer-nav li.bx--accordion__item--disabled:last-of-type {
  border-bottom: 1px solid #6f6f6f; }

:host(dds-footer-nav) .bx--accordion__arrow,
.bx--footer-nav .bx--accordion__arrow {
  outline: 2px solid transparent;
  outline-offset: -2px;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  margin: 2px 1rem 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-footer-nav) .bx--accordion__arrow,
  .bx--footer-nav .bx--accordion__arrow {
    fill: ButtonText; } }

:host(dds-footer-nav) .bx--accordion__title,
.bx--footer-nav .bx--accordion__title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  z-index: 1;
  width: 100%;
  margin: 0 0 0 1rem;
  text-align: left; }

:host(dds-footer-nav) .bx--accordion__content,
.bx--footer-nav .bx--accordion__content {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
  transition: padding cubic-bezier(0.2, 0, 0.38, 0.9) 110ms; }

@media (min-width: 480px) {
  :host(dds-footer-nav) .bx--accordion__content,
  .bx--footer-nav .bx--accordion__content {
    padding-right: 3rem; } }

@media (min-width: 640px) {
  :host(dds-footer-nav) .bx--accordion__content,
  .bx--footer-nav .bx--accordion__content {
    padding-right: 25%; } }

:host(dds-footer-nav) .bx--accordion__content > p,
.bx--footer-nav .bx--accordion__content > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

:host(dds-footer-nav) .bx--accordion--start .bx--accordion__heading,
.bx--footer-nav .bx--accordion--start .bx--accordion__heading {
  flex-direction: row; }

:host(dds-footer-nav) .bx--accordion--start .bx--accordion__arrow,
.bx--footer-nav .bx--accordion--start .bx--accordion__arrow {
  margin: 2px 0 0 0.5rem; }

:host(dds-footer-nav) .bx--accordion--start .bx--accordion__content,
.bx--footer-nav .bx--accordion--start .bx--accordion__content {
  margin-left: 1.5rem; }

:host(dds-footer-nav) .bx--accordion__item--collapsing .bx--accordion__content,
:host(dds-footer-nav) .bx--accordion__item--expanding .bx--accordion__content,
.bx--footer-nav .bx--accordion__item--collapsing .bx--accordion__content,
.bx--footer-nav .bx--accordion__item--expanding .bx--accordion__content {
  display: block; }

:host(dds-footer-nav) .bx--accordion__item--collapsing .bx--accordion__content,
.bx--footer-nav .bx--accordion__item--collapsing .bx--accordion__content {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) collapse-accordion; }

:host(dds-footer-nav) .bx--accordion__item--expanding .bx--accordion__content,
.bx--footer-nav .bx--accordion__item--expanding .bx--accordion__content {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) expand-accordion; }

:host(dds-footer-nav) .bx--accordion__item--active,
.bx--footer-nav .bx--accordion__item--active {
  overflow: visible; }

:host(dds-footer-nav) .bx--accordion__item--active .bx--accordion__content,
.bx--footer-nav .bx--accordion__item--active .bx--accordion__content {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  transition: padding-top cubic-bezier(0, 0, 0.38, 0.9) 110ms, padding-bottom cubic-bezier(0, 0, 0.38, 0.9) 110ms; }

:host(dds-footer-nav) .bx--accordion__item--active .bx--accordion__arrow,
.bx--footer-nav .bx--accordion__item--active .bx--accordion__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #f4f4f4; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  :host(dds-footer-nav) .bx--accordion__item--active .bx--accordion__arrow,
  .bx--footer-nav .bx--accordion__item--active .bx--accordion__arrow {
    fill: ButtonText; } }

:host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__heading,
:host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__button,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__heading,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__button {
  cursor: default; }

:host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__arrow,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow {
  cursor: default;
  pointer-events: none;
  fill: #f4f4f4; }

:host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__arrow:hover, :host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__arrow:focus, :host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__arrow:active,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:hover,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:focus,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__arrow:active {
  border: none;
  outline: none;
  cursor: default; }

:host(dds-footer-nav) .bx--accordion.bx--skeleton .bx--accordion__heading:hover::before,
.bx--footer-nav .bx--accordion.bx--skeleton .bx--accordion__heading:hover::before {
  background-color: transparent; }

:host(dds-footer-nav) .bx--accordion--end.bx--skeleton .bx--accordion__arrow,
.bx--footer-nav .bx--accordion--end.bx--skeleton .bx--accordion__arrow {
  margin-left: 1rem; }

:host(dds-footer-nav) .bx--skeleton .bx--accordion__heading:focus .bx--accordion__arrow,
.bx--footer-nav .bx--skeleton .bx--accordion__heading:focus .bx--accordion__arrow {
  border: none;
  outline: none;
  cursor: default; }

:host(dds-footer-nav) .bx--accordion__title.bx--skeleton__text,
.bx--footer-nav .bx--accordion__title.bx--skeleton__text {
  margin-bottom: 0; }

:host(dds-footer-nav) .bx--accordion__heading,
.bx--footer-nav .bx--accordion__heading {
  padding: calc( (var(--cds-container-03, 3rem) - 1.5rem) / 2) 0; }

:host(dds-footer-nav) .bx--accordion__arrow,
.bx--footer-nav .bx--accordion__arrow {
  width: var(--cds-icon-size-01, 1.25rem);
  height: var(--cds-icon-size-01, 1.25rem);
  flex: 0 0 var(--cds-icon-size-01, 1.25rem); }

.bx--row--condensed :host(dds-footer-nav),
.bx--grid--condensed :host(dds-footer-nav), .bx--row--condensed
.bx--footer-nav,
.bx--grid--condensed
.bx--footer-nav {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow :host(dds-footer-nav),
.bx--grid--narrow :host(dds-footer-nav), .bx--row--narrow
.bx--footer-nav,
.bx--grid--narrow
.bx--footer-nav {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 42rem) {
  :host(dds-footer-nav),
  .bx--footer-nav {
    padding: 0 1rem; } }

@media (min-width: 42rem) and (max-width: 65.9375rem) {
  :host(dds-footer-nav),
  .bx--footer-nav {
    padding-top: 1rem;
    border-top: 1px solid #525252; } }

@media (min-width: 66rem) {
  :host(dds-footer-nav),
  .bx--footer-nav {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 12.5%; } }

@media (min-width: 42rem) {
  .bx--footer-nav__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; } }

@media (min-width: 66rem) {
  .bx--footer-nav__container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem; } }

:host(dds-footer[size='short']) ::slotted(dds-footer-nav),
.bx--footer--short .bx--footer-nav {
  display: none; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-footer-nav-group),
.bx--footer-nav-group {
  padding-left: 0;
  margin-bottom: 0; }

:host(dds-footer-nav-group) .bx--accordion__content,
.bx--footer-nav-group .bx--accordion__content {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 42rem) {
  :host(dds-footer-nav-group),
  .bx--footer-nav-group {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 3rem; }
  .bx--row--condensed :host(dds-footer-nav-group),
  .bx--grid--condensed :host(dds-footer-nav-group), .bx--row--condensed
.bx--footer-nav-group,
  .bx--grid--condensed
.bx--footer-nav-group {
    padding-right: 0.03125rem;
    padding-left: 0.03125rem; }
  .bx--row--narrow :host(dds-footer-nav-group),
  .bx--grid--narrow :host(dds-footer-nav-group), .bx--row--narrow
.bx--footer-nav-group,
  .bx--grid--narrow
.bx--footer-nav-group {
    padding-right: 1rem;
    padding-left: 0; }
  :host(dds-footer-nav-group).bx--accordion__item,
  .bx--footer-nav-group.bx--accordion__item {
    border-top: 0 transparent; }
  :host(dds-footer-nav-group).bx--accordion__item:last-child,
  .bx--footer-nav-group.bx--accordion__item:last-child {
    border-bottom: 0; }
  :host(dds-footer-nav-group) .bx--accordion__heading,
  .bx--footer-nav-group .bx--accordion__heading {
    display: none; }
  :host(dds-footer-nav-group) .bx--accordion__content,
  .bx--footer-nav-group .bx--accordion__content {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible; }
  :host(dds-footer-nav-group) .bx--accordion__content,
  :host(dds-footer-nav-group).bx--accordion__item--active .bx--accordion__content,
  .bx--footer-nav-group .bx--accordion__content,
  .bx--footer-nav-group.bx--accordion__item--active .bx--accordion__content {
    padding: 0; } }

@media (max-width: 41.9375rem) {
  :host(dds-footer-nav-item) .bx--link,
  .bx--footer-nav-group .bx--link {
    margin-top: 0;
    display: block;
    padding: 16px 13px; }
  :host(dds-footer-nav-item) .bx--link:hover, :host(dds-footer-nav-item) .bx--link:active,
  .bx--footer-nav-group .bx--link:hover,
  .bx--footer-nav-group .bx--link:active {
    text-decoration: none; }
  :host(dds-footer-nav-item) .bx--link:hover,
  .bx--footer-nav-group .bx--link:hover {
    background-color: #e5e5e5; }
  :host(dds-footer-nav-item) .bx--link:active,
  .bx--footer-nav-group .bx--link:active {
    background-color: #c6c6c6; }
  :host(dds-footer-nav-item) .bx--link:focus,
  .bx--footer-nav-group .bx--link:focus {
    outline-width: 0;
    box-shadow: inset 0 0 0 1px #0f62fe; } }

.bx--footer-nav-group__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: none; }

@media (min-width: 42rem) {
  .bx--footer-nav-group__title {
    display: block; }
  :host(dds-footer-nav-item),
  .bx--footer-nav-group__item {
    margin-top: 0.5rem; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-legal-nav),
.bx--legal-nav__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 42rem) {
  :host(dds-legal-nav),
  .bx--legal-nav__container {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 99rem) {
  :host(dds-legal-nav),
  .bx--legal-nav__container {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

.bx--legal-nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  border-top: 1px solid #525252; }

@media (max-width: 41.9375rem) {
  .bx--footer:not(.bx--footer--short) .bx--legal-nav {
    border-top: 0; } }

.bx--legal-nav__list {
  width: 100%;
  padding: 0 0 2rem 1rem; }

.bx--legal-nav__list.bx--legal-nav__micro {
  display: flex;
  padding-bottom: 0;
  padding-left: 0;
  flex-direction: column-reverse;
  margin-right: 0; }

@media (min-width: 42rem) {
  .bx--legal-nav__list.bx--legal-nav__micro {
    padding-left: 0; } }

@media (min-width: 66rem) {
  .bx--legal-nav__list.bx--legal-nav__micro {
    justify-content: space-between;
    flex-direction: row; } }

.bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder {
  -webkit-column-count: inherit;
  -moz-column-count: inherit;
  column-count: inherit;
  margin-left: 0;
  border-top: 1px solid #525252;
  padding: 0 1rem; }

@media (min-width: 42rem) {
  .bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder {
    display: flex;
    align-items: center;
    padding: 0 1rem 0; } }

@media (min-width: 66rem) {
  .bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder {
    border-top: none; } }

.bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder .bx--legal-nav__list-item {
  padding: 0;
  margin-right: 0; }

@media (min-width: 42rem) {
  .bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder .bx--legal-nav__list-item {
    margin-right: 2rem; } }

.bx--legal-nav__list.bx--legal-nav__micro .bx--legal-nav__holder .bx--legal-nav__list-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem; }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container {
  margin: 0; }

@media (min-width: 42rem) {
  .bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container,
  .bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container {
    align-self: flex-end;
    border-left: 1px solid #525252; } }

@media (min-width: 66rem) {
  .bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container,
  .bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container {
    margin: 0 -1rem 0 0; } }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--btn--secondary,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--list-box,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--select-input,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--btn--secondary,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--list-box,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--select-input {
  background-color: #262626;
  max-width: 100%; }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--btn--secondary:hover,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--list-box:hover,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--select-input:hover,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--btn--secondary:hover,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--list-box:hover,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--select-input:hover {
  background-color: #4c4c4c; }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--btn--secondary:active,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--list-box:active,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--select-input:active,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--btn--secondary:active,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--list-box:active,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--select-input:active {
  background-color: #6f6f6f; }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--select,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--select {
  max-width: 100%; }

.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--text-input,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--list-box,
.bx--legal-nav__list.bx--legal-nav__micro .bx--locale-btn__container .bx--select-input,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--text-input,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--list-box,
.bx--legal-nav__list.bx--legal-nav__micro .bx--language-selector__container .bx--select-input {
  border-bottom: none; }

.bx--legal-nav__holder {
  margin-left: 0; }

@media (min-width: 42rem) {
  .bx--legal-nav__holder {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 66rem) {
  .bx--legal-nav__holder {
    margin-left: 25%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

:host(dds-legal-nav-item),
:host(dds-legal-nav-cookie-preferences-placeholder),
.bx--legal-nav__list-item {
  margin-right: 2rem;
  padding: 0.5rem 0 0 0; }

:host(dds-legal-nav-item):last-child,
:host(dds-legal-nav-cookie-preferences-placeholder):last-child,
.bx--legal-nav__list-item:last-child {
  margin-right: 0; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--overflow-menu,
.bx--overflow-menu__trigger {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--overflow-menu *,
.bx--overflow-menu *::before,
.bx--overflow-menu *::after,
.bx--overflow-menu__trigger *,
.bx--overflow-menu__trigger *::before,
.bx--overflow-menu__trigger *::after {
  box-sizing: inherit; }

.bx--overflow-menu::-moz-focus-inner,
.bx--overflow-menu__trigger::-moz-focus-inner {
  border: 0; }

.bx--overflow-menu *,
.bx--overflow-menu *::before,
.bx--overflow-menu *::after,
.bx--overflow-menu__trigger *,
.bx--overflow-menu__trigger *::before,
.bx--overflow-menu__trigger *::after {
  box-sizing: inherit; }

.bx--overflow-menu:focus,
.bx--overflow-menu__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--overflow-menu:focus,
  .bx--overflow-menu__trigger:focus {
    outline-style: dotted; } }

.bx--overflow-menu:hover,
.bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5; }

.bx--overflow-menu--sm {
  width: 2rem;
  height: 2rem; }

.bx--overflow-menu--xl {
  width: 3rem;
  height: 3rem; }

.bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--overflow-menu__trigger.bx--tooltip--a11y.bx--tooltip__trigger:focus svg {
  outline: none; }

.bx--overflow-menu.bx--overflow-menu--open,
.bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__trigger {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  transition: none; }

.bx--overflow-menu--light.bx--overflow-menu--open,
.bx--overflow-menu--light.bx--overflow-menu--open .bx--overflow-menu__trigger {
  background-color: #f4f4f4; }

.bx--overflow-menu__icon {
  width: 1rem;
  height: 1rem;
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--overflow-menu__icon {
    fill: ButtonText; } }

.bx--overflow-menu-options {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 6000;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 10rem;
  list-style: none;
  background-color: #ffffff; }

.bx--overflow-menu-options *,
.bx--overflow-menu-options *::before,
.bx--overflow-menu-options *::after {
  box-sizing: inherit; }

.bx--overflow-menu-options::after {
  position: absolute;
  display: block;
  background-color: #ffffff;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
  content: ''; }

.bx--overflow-menu.bx--overflow-menu--open:hover {
  background-color: #ffffff; }

.bx--overflow-menu-options--light {
  background-color: #f4f4f4; }

.bx--overflow-menu-options--light::after {
  background-color: #f4f4f4; }

.bx--overflow-menu.bx--overflow-menu--light.bx--overflow-menu--open:hover {
  background-color: #f4f4f4; }

.bx--overflow-menu-options[data-floating-menu-direction='bottom']::after {
  top: -0.1875rem;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem; }

.bx--overflow-menu-options[data-floating-menu-direction='top']::after {
  bottom: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 0.5rem; }

.bx--overflow-menu-options[data-floating-menu-direction='left']::after {
  top: 0;
  right: -0.375rem;
  width: 0.375rem;
  height: 2.5rem; }

.bx--overflow-menu-options[data-floating-menu-direction='right']::after {
  top: 0;
  left: -0.375rem;
  width: 0.375rem;
  height: 2.5rem; }

.bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction='bottom']::after, .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction='top']::after {
  width: 2rem; }

.bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction='left']::after, .bx--overflow-menu-options--sm.bx--overflow-menu-options[data-floating-menu-direction='right']::after {
  height: 2rem; }

.bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction='bottom']::after, .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction='top']::after {
  width: 3rem; }

.bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction='left']::after, .bx--overflow-menu-options--xl.bx--overflow-menu-options[data-floating-menu-direction='right']::after {
  height: 3rem; }

.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction='top']::after,
.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction='bottom']::after {
  right: 0;
  left: auto; }

.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction='left']::after,
.bx--overflow-menu--flip.bx--overflow-menu-options[data-floating-menu-direction='right']::after {
  top: auto;
  bottom: 0; }

.bx--overflow-menu-options--open {
  display: flex; }

.bx--overflow-menu-options__content {
  width: 100%; }

.bx--overflow-menu-options__option {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  background-color: transparent;
  transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--overflow-menu-options__option *,
.bx--overflow-menu-options__option *::before,
.bx--overflow-menu-options__option *::after {
  box-sizing: inherit; }

.bx--overflow-menu-options--sm .bx--overflow-menu-options__option {
  height: 2rem; }

.bx--overflow-menu-options--xl .bx--overflow-menu-options__option {
  height: 3rem; }

.bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0; }

.bx--overflow-menu--light .bx--overflow-menu--divider {
  border-top: 1px solid #e0e0e0; }

a.bx--overflow-menu-options__btn::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ''; }

.bx--overflow-menu-options__btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 11.25rem;
  height: 100%;
  padding: 0 1rem;
  color: #525252;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--overflow-menu-options__btn:hover {
  color: #161616; }

.bx--overflow-menu-options__btn:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--overflow-menu-options__btn:focus {
    outline-style: dotted; } }

.bx--overflow-menu-options__btn::-moz-focus-inner {
  border: none; }

.bx--overflow-menu-options__btn svg {
  fill: #525252; }

.bx--overflow-menu-options__btn:hover svg {
  fill: #161616; }

.bx--overflow-menu-options__option-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--overflow-menu-options__option:hover {
  background-color: #e5e5e5; }

.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover,
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus {
  color: #ffffff;
  background-color: #da1e28; }

.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:hover svg,
.bx--overflow-menu-options__option--danger .bx--overflow-menu-options__btn:focus svg {
  fill: currentColor; }

.bx--overflow-menu-options__option--disabled:hover {
  background-color: #ffffff;
  cursor: not-allowed; }

.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn {
  color: #c6c6c6;
  pointer-events: none; }

.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:hover, .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:active, .bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn:focus {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #ffffff; }

.bx--overflow-menu-options__option--disabled .bx--overflow-menu-options__btn svg {
  fill: #c6c6c6; }

.bx--overflow-menu--flip {
  left: -140px; }

.bx--overflow-menu--flip::before {
  left: 145px; }

.bx--tooltip__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: inline-flex;
  align-items: center;
  color: #525252; }

.bx--tooltip__label:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__label:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger svg {
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger svg {
    fill: ButtonText; } }

.bx--tooltip__trigger:not(.bx--btn--icon-only) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer; }

.bx--tooltip__trigger:not(.bx--btn--icon-only) *,
.bx--tooltip__trigger:not(.bx--btn--icon-only) *::before,
.bx--tooltip__trigger:not(.bx--btn--icon-only) *::after {
  box-sizing: inherit; }

.bx--tooltip__trigger:not(.bx--btn--icon-only)::-moz-focus-inner {
  border: 0; }

.bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
  outline: 1px solid #0f62fe;
  fill: #0353e9; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger:not(.bx--btn--icon-only):focus {
    outline-style: dotted; } }

.bx--tooltip__label .bx--tooltip__trigger {
  margin-left: 0.5rem; }

.bx--tooltip__label--bold {
  font-weight: 600; }

.bx--tooltip {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: absolute;
  z-index: 6000;
  display: none;
  min-width: 13rem;
  max-width: 18rem;
  margin-top: 0.25rem;
  padding: 1rem;
  color: #ffffff;
  word-wrap: break-word;
  background: #393939;
  border-radius: 0.125rem; }

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

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip {
    border: 1px solid transparent; } }

.bx--tooltip:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #393939, inset 0 0 0 2px #f4f4f4; }

.bx--tooltip.bx--tooltip--top.bx--tooltip--align-start, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-start {
  -webkit-transform: translate(calc(50% - 22px), 0);
  transform: translate(calc(50% - 22px), 0); }

.bx--tooltip.bx--tooltip--top.bx--tooltip--align-start .bx--tooltip__caret, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-start .bx--tooltip__caret {
  margin-left: 15px; }

.bx--tooltip.bx--tooltip--top.bx--tooltip--align-end, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-end {
  -webkit-transform: translate(calc(22px - 50%), 0);
  transform: translate(calc(22px - 50%), 0); }

.bx--tooltip.bx--tooltip--top.bx--tooltip--align-end .bx--tooltip__caret, .bx--tooltip.bx--tooltip--bottom.bx--tooltip--align-end .bx--tooltip__caret {
  margin-right: 15px; }

.bx--tooltip.bx--tooltip--left.bx--tooltip--align-start {
  -webkit-transform: translate(0, calc(-15px + 50%));
  transform: translate(0, calc(-15px + 50%)); }

.bx--tooltip.bx--tooltip--left.bx--tooltip--align-start .bx--tooltip__caret {
  top: 14px; }

.bx--tooltip.bx--tooltip--left.bx--tooltip--align-end {
  -webkit-transform: translate(0, calc(31px - 50%));
  transform: translate(0, calc(31px - 50%)); }

.bx--tooltip.bx--tooltip--left.bx--tooltip--align-end .bx--tooltip__caret {
  top: initial;
  bottom: 25px; }

.bx--tooltip.bx--tooltip--right.bx--tooltip--align-start {
  -webkit-transform: translate(0, calc(-26px + 50%));
  transform: translate(0, calc(-26px + 50%)); }

.bx--tooltip.bx--tooltip--right.bx--tooltip--align-start .bx--tooltip__caret {
  top: 26px; }

.bx--tooltip.bx--tooltip--right.bx--tooltip--align-end {
  -webkit-transform: translate(0, calc(20px - 50%));
  transform: translate(0, calc(20px - 50%)); }

.bx--tooltip.bx--tooltip--right.bx--tooltip--align-end .bx--tooltip__caret {
  top: initial;
  bottom: 12px; }

.bx--tooltip p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--tooltip button {
  padding-right: 2rem; }

.bx--tooltip .bx--btn:focus {
  border-color: #ffffff;
  outline-color: #393939; }

.bx--tooltip .bx--link {
  color: #78a9ff;
  font-size: 0.875rem; }

.bx--tooltip .bx--link:focus {
  outline: 1px solid #ffffff;
  outline-offset: 2px; }

.bx--tooltip .bx--link:active, .bx--tooltip .bx--link:active:visited, .bx--tooltip .bx--link:active:visited:hover {
  color: #ffffff; }

.bx--tooltip .bx--link:visited {
  color: #78a9ff; }

.bx--tooltip .bx--tooltip__content[tabindex='-1']:focus {
  outline: none; }

.bx--tooltip .bx--tooltip__caret {
  position: absolute;
  top: calc(-0.42969rem + 1px);
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 0.42969rem solid transparent;
  border-bottom: 0.42969rem solid #393939;
  border-left: 0.42969rem solid transparent;
  content: ''; }

.bx--tooltip .bx--tooltip__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem; }

.bx--tooltip[data-floating-menu-direction='left'] .bx--tooltip__caret {
  top: 50%;
  right: calc(-0.42969rem + 1px);
  left: auto;
  -webkit-transform: rotate(90deg) translate(50%, -50%);
  transform: rotate(90deg) translate(50%, -50%); }

.bx--tooltip[data-floating-menu-direction='top'] .bx--tooltip__caret {
  top: auto;
  bottom: calc(-0.42969rem + 1px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--tooltip[data-floating-menu-direction='right'] .bx--tooltip__caret {
  top: 50%;
  right: auto;
  left: calc(-0.42969rem + 1px);
  -webkit-transform: rotate(270deg) translate(50%, -50%);
  transform: rotate(270deg) translate(50%, -50%); }

.bx--tooltip__heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem; }

.bx--tooltip--shown {
  display: block; }

/* begin legacy definition tooltip TODO: deprecate */
.bx--tooltip--definition {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative; }

.bx--tooltip--definition *,
.bx--tooltip--definition *::before,
.bx--tooltip--definition *::after {
  box-sizing: inherit; }

.bx--tooltip--definition .bx--tooltip__trigger {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  position: relative;
  display: inline-flex;
  color: #161616;
  border-bottom: 1px dotted #0f62fe; }

.bx--tooltip--definition .bx--tooltip__trigger:hover {
  cursor: pointer; }

.bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__top,
.bx--tooltip--definition .bx--tooltip__trigger:hover + .bx--tooltip--definition__bottom {
  display: block; }

.bx--tooltip--definition .bx--tooltip__trigger:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip--definition .bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__top,
.bx--tooltip--definition .bx--tooltip__trigger:focus + .bx--tooltip--definition__bottom {
  display: block; }

.bx--tooltip--definition__bottom,
.bx--tooltip--definition__top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  display: none;
  width: 13rem;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  background: #393939;
  border-radius: 0.125rem;
  cursor: pointer;
  pointer-events: none; }

.bx--tooltip--definition__bottom p,
.bx--tooltip--definition__top p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #ffffff; }

.bx--tooltip--definition__bottom .bx--tooltip__caret,
.bx--tooltip--definition__top .bx--tooltip__caret {
  position: absolute;
  right: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1rem;
  background: #393939; }

.bx--tooltip--definition__bottom .bx--tooltip__caret {
  top: -0.2rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.bx--tooltip--definition__top {
  margin-top: -2rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.bx--tooltip--definition__top .bx--tooltip__caret {
  bottom: -0.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.bx--tooltip--definition__align-end {
  right: 0; }

.bx--tooltip--definition__align-center {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.bx--tooltip--definition__top.bx--tooltip--definition__align-center {
  margin-left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip--definition__align-center .bx--tooltip__caret {
  left: auto;
  margin-right: calc(50% - 6px);
  margin-left: auto; }

.bx--tooltip--definition__align-end .bx--tooltip__caret {
  left: auto;
  margin-right: 1rem;
  margin-left: auto; }

/* end legacy definition tooltip */
.bx--tooltip--definition.bx--tooltip--a11y {
  display: inline-flex; }

.bx--tooltip--definition button.bx--tooltip--a11y {
  margin: 0; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  border-bottom: 0.0625rem dotted #525252;
  transition: border-color 110ms; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition:hover,
.bx--tooltip__trigger.bx--tooltip__trigger--definition:focus {
  border-bottom-color: #0f62fe; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::before {
  top: -0.25rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top + .bx--assistive-text {
  top: -0.5625rem;
  left: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::before {
  top: -0.25rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: -0.5625rem;
  left: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::before {
  top: -0.25rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: -0.5625rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::before {
  top: -0.25rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: -0.5625rem;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover::after, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::before {
  bottom: -0.25rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom + .bx--assistive-text {
  bottom: -0.5625rem;
  left: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before {
  bottom: -0.25rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: -0.5625rem;
  left: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::before {
  bottom: -0.25rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: -0.5625rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-center.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::before {
  bottom: -0.25rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: -0.5625rem;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-end.bx--tooltip--a11y + .bx--assistive-text {
  bottom: -0.5rem;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

/* begin tooltip icon (TODO: deprecate) */
.bx--tooltip--icon {
  display: inline-flex;
  align-items: center; }

.bx--tooltip--icon__top,
.bx--tooltip--icon__bottom {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip--icon__top *,
.bx--tooltip--icon__top *::before,
.bx--tooltip--icon__top *::after,
.bx--tooltip--icon__bottom *,
.bx--tooltip--icon__bottom *::before,
.bx--tooltip--icon__bottom *::after {
  box-sizing: inherit; }

.bx--tooltip--icon__top::before, .bx--tooltip--icon__top::after,
.bx--tooltip--icon__bottom::before,
.bx--tooltip--icon__bottom::after {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  pointer-events: none; }

.bx--tooltip--icon__top::before,
.bx--tooltip--icon__bottom::before {
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: 1px;
  margin-left: 50%;
  border-color: transparent transparent #393939 transparent;
  border-style: solid;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  content: ''; }

.bx--tooltip--icon__top::after,
.bx--tooltip--icon__bottom::after {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 1.5rem;
  max-width: 13rem;
  height: 1.5rem;
  margin-left: 50%;
  padding: 0 1rem;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: attr(aria-label);
  pointer-events: none; }

.bx--tooltip--icon__top:hover::before, .bx--tooltip--icon__top:hover::after, .bx--tooltip--icon__top:focus::before, .bx--tooltip--icon__top:focus::after,
.bx--tooltip--icon__bottom:hover::before,
.bx--tooltip--icon__bottom:hover::after,
.bx--tooltip--icon__bottom:focus::before,
.bx--tooltip--icon__bottom:focus::after {
  opacity: 1; }

.bx--tooltip--icon__top:hover svg, .bx--tooltip--icon__top:focus svg,
.bx--tooltip--icon__bottom:hover svg,
.bx--tooltip--icon__bottom:focus svg {
  fill: #525252; }

.bx--tooltip--icon__top:focus,
.bx--tooltip--icon__bottom:focus {
  outline: 1px solid transparent; }

.bx--tooltip--icon__top:focus svg,
.bx--tooltip--icon__bottom:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip--icon__top:focus svg,
  .bx--tooltip--icon__bottom:focus svg {
    outline-style: dotted; } }

.bx--tooltip--icon__top::before {
  -webkit-transform: translate(-50%, calc(-100% - 9px)) rotate(180deg);
  transform: translate(-50%, calc(-100% - 9px)) rotate(180deg);
  top: 1px; }

.bx--tooltip--icon__top::after {
  -webkit-transform: translate(-50%, calc(-100% - 12px));
  transform: translate(-50%, calc(-100% - 12px));
  top: 0; }

.bx--tooltip--icon__bottom::before {
  -webkit-transform: translate(-50%, 10px) rotate(0);
  transform: translate(-50%, 10px) rotate(0);
  bottom: 0; }

.bx--tooltip--icon__bottom::after {
  -webkit-transform: translate(-50%, calc(100% + 10px));
  transform: translate(-50%, calc(100% + 10px));
  bottom: 0; }

.bx--tooltip--icon__top.bx--tooltip--icon__align-start::before {
  -webkit-transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  top: 1px;
  margin-left: 4px; }

.bx--tooltip--icon__top.bx--tooltip--icon__align-start::after {
  -webkit-transform: translate(0, calc(-100% - 12px));
  transform: translate(0, calc(-100% - 12px));
  top: 0;
  margin-left: 0; }

.bx--tooltip--icon__top.bx--tooltip--icon__align-end::before {
  -webkit-transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  transform: translate(0, calc(-100% - 9px)) rotate(180deg);
  top: 1px;
  right: 0;
  left: auto;
  margin-right: 4px; }

.bx--tooltip--icon__top.bx--tooltip--icon__align-end::after {
  -webkit-transform: translate(0, calc(-100% - 12px));
  transform: translate(0, calc(-100% - 12px));
  top: 0;
  margin-left: 0;
  right: 0; }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::before {
  -webkit-transform: translate(0, 10px) rotate(0);
  transform: translate(0, 10px) rotate(0);
  bottom: 0;
  margin-left: 4px; }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-start::after {
  -webkit-transform: translate(0, calc(100% + 10px));
  transform: translate(0, calc(100% + 10px));
  bottom: 0;
  margin-left: 0; }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::before {
  -webkit-transform: translate(0, 10px) rotate(0);
  transform: translate(0, 10px) rotate(0);
  bottom: 0;
  right: 0;
  left: auto;
  margin-right: 4px; }

.bx--tooltip--icon__bottom.bx--tooltip--icon__align-end::after {
  -webkit-transform: translate(0, calc(100% + 10px));
  transform: translate(0, calc(100% + 10px));
  bottom: 0;
  margin-left: 0;
  right: 0; }

.bx--tooltip--icon .bx--tooltip__trigger svg {
  margin-left: 0; }

/* end legacy tooltip icon */
.bx--tooltip__trigger:hover svg, .bx--tooltip__trigger:focus svg {
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger:hover svg, .bx--tooltip__trigger:focus svg {
    fill: ButtonText; } }

.bx--tooltip__trigger.bx--tooltip--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip--top:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--top:focus {
  outline: 1px solid transparent; }

.bx--tooltip__trigger.bx--tooltip--top:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top:focus svg {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip--top::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--top::after,
  .bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip--top::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--top:hover::before, .bx--tooltip__trigger.bx--tooltip--top:hover::after, .bx--tooltip__trigger.bx--tooltip--top:focus::before, .bx--tooltip__trigger.bx--tooltip--top:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--top:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--top:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--top::before, .bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--top::before {
  top: -0.5rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top::after,
.bx--tooltip__trigger.bx--tooltip--top .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::before {
  top: -0.5rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-start + .bx--assistive-text {
  top: -0.8125rem;
  left: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::before {
  top: -0.5rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-center + .bx--assistive-text {
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  bottom: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::before {
  top: -0.5rem;
  border-color: #393939 transparent transparent transparent;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--top.bx--tooltip--align-end + .bx--assistive-text {
  top: -0.8125rem;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.bx--tooltip__trigger.bx--tooltip--right {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip--right:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--right:focus {
  outline: 1px solid transparent; }

.bx--tooltip__trigger.bx--tooltip--right:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right:focus svg {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip--right::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--right::after,
  .bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip--right::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--right:hover::before, .bx--tooltip__trigger.bx--tooltip--right:hover::after, .bx--tooltip__trigger.bx--tooltip--right:focus::before, .bx--tooltip__trigger.bx--tooltip--right:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--right:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--right:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--right::before, .bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  top: 50%;
  right: 0; }

.bx--tooltip__trigger.bx--tooltip--right::before {
  right: -0.5rem;
  border-color: transparent #393939 transparent transparent;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right::after,
.bx--tooltip__trigger.bx--tooltip--right .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right + .bx--assistive-text {
  right: -0.8125rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  right: 0; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::before {
  right: -0.5rem;
  border-color: transparent #393939 transparent transparent;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-start + .bx--assistive-text {
  right: -0.8125rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  right: 0; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::before {
  right: -0.5rem;
  border-color: transparent #393939 transparent transparent;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-center + .bx--assistive-text {
  right: -0.8125rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  left: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  right: 0; }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::before {
  right: -0.5rem;
  border-color: transparent #393939 transparent transparent;
  border-width: 0.25rem 0.3125rem 0.25rem 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--right.bx--tooltip--align-end + .bx--assistive-text {
  right: -0.8125rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--bottom:focus {
  outline: 1px solid transparent; }

.bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom:focus svg {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip--bottom::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--bottom::after,
  .bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip--bottom::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--bottom:hover::before, .bx--tooltip__trigger.bx--tooltip--bottom:hover::after, .bx--tooltip__trigger.bx--tooltip--bottom:focus::before, .bx--tooltip__trigger.bx--tooltip--bottom:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--bottom:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--bottom:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--bottom::before, .bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--bottom::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom::after,
.bx--tooltip__trigger.bx--tooltip--bottom .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-start + .bx--assistive-text {
  bottom: -0.8125rem;
  left: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-center + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--bottom.bx--tooltip--align-end + .bx--assistive-text {
  bottom: -0.8125rem;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.bx--tooltip__trigger.bx--tooltip--left {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
  cursor: pointer; }

.bx--tooltip__trigger.bx--tooltip--left:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left:focus {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--left:focus {
  outline: 1px solid transparent; }

.bx--tooltip__trigger.bx--tooltip--left:focus svg {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left:focus svg {
    outline-style: dotted; } }

.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  position: absolute;
  z-index: 6000;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    display: inline-block; } }

.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after {
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
  transition: none; }

.bx--tooltip__trigger.bx--tooltip--left::before {
  width: 0;
  height: 0;
  border-style: solid;
  content: ''; }

.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  box-sizing: content-box;
  color: inherit;
  white-space: normal;
  word-break: break-word;
  opacity: 1; }

.bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tooltip__trigger.bx--tooltip--left::after,
  .bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
  .bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
    border: 1px solid transparent; } }

.bx--tooltip__trigger.bx--tooltip--left::after {
  content: attr(aria-label); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--a11y::after {
  content: none; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible::after, .bx--tooltip__trigger.bx--tooltip--left:hover::before, .bx--tooltip__trigger.bx--tooltip--left:hover::after, .bx--tooltip__trigger.bx--tooltip--left:focus::before, .bx--tooltip__trigger.bx--tooltip--left:focus::after {
  opacity: 1; }

@keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text {
  margin: auto;
  overflow: visible;
  clip: auto; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:hover .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:hover + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:hover.bx--tooltip--a11y::before, .bx--tooltip__trigger.bx--tooltip--left:focus .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left:focus + .bx--assistive-text, .bx--tooltip__trigger.bx--tooltip--left:focus.bx--tooltip--a11y::before {
  -webkit-animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  animation: tooltip-fade 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--left::before, .bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  top: 50%;
  left: 0; }

.bx--tooltip__trigger.bx--tooltip--left::before {
  left: -0.5rem;
  border-color: transparent transparent transparent #393939;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left::after,
.bx--tooltip__trigger.bx--tooltip--left .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left + .bx--assistive-text {
  left: -0.8125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
  top: 50%;
  left: 0; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::before {
  left: -0.5rem;
  border-color: transparent transparent transparent #393939;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-start + .bx--assistive-text {
  left: -0.8125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
  top: 50%;
  left: 0; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::before {
  left: -0.5rem;
  border-color: transparent transparent transparent #393939;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-center + .bx--assistive-text {
  left: -0.8125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 0.75rem;
  height: 100%;
  right: -0.75rem; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before, .bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
  top: 50%;
  left: 0; }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::before {
  left: -0.5rem;
  border-color: transparent transparent transparent #393939;
  border-width: 0.25rem 0 0.25rem 0.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end::after,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end .bx--assistive-text,
.bx--tooltip__trigger.bx--tooltip--left.bx--tooltip--align-end + .bx--assistive-text {
  left: -0.8125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.bx--tooltip__trigger:not(.bx--tooltip--hidden) .bx--assistive-text {
  pointer-events: all; }

.bx--header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  align-items: center;
  height: 3rem;
  background-color: #161616;
  border-bottom: 1px solid #393939; }

.bx--header__action {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  width: 3rem;
  height: 3rem;
  border: 0.125rem solid transparent;
  transition: background-color 110ms, border-color 110ms; }

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

.bx--header__action::-moz-focus-inner {
  border: 0; }

.bx--header__action > svg.bx--navigation-menu-panel-collapse-icon,
.bx--header__action--active > svg.bx--navigation-menu-panel-expand-icon {
  display: none; }

.bx--header__action--active > svg.bx--navigation-menu-panel-collapse-icon {
  display: inline; }

.bx--header__action:hover {
  background-color: #353535; }

.bx--header__action--active {
  border-right: 1px solid #393939;
  border-bottom: 1px solid #161616;
  border-left: 1px solid #393939; }

.bx--header__action:focus {
  border-color: #ffffff;
  outline: none; }

@media screen and (prefers-contrast) {
  .bx--header__action:focus {
    border-style: dotted; } }

.bx--header__action:active {
  background-color: #393939; }

.bx--header__action.bx--btn--icon-only.bx--tooltip__trigger {
  justify-content: center; }

.bx--header__action > svg {
  fill: #ffffff; }

.bx--header__menu-trigger > svg {
  fill: #f4f4f4; }

.bx--header__menu-trigger:hover {
  fill: #2c2c2c; }

.bx--header__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 66rem) {
  .bx--header__menu-toggle__hidden {
    display: none; } }

a.bx--header__name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2rem 0 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  text-decoration: none;
  border: 0.125rem solid transparent;
  outline: none;
  transition: border-color 110ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a.bx--header__name:focus {
  border-color: #ffffff; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  a.bx--header__name:focus {
    border-style: dotted; } }

.bx--header__name--prefix {
  font-weight: 400; }

a.bx--header__name,
a.bx--header__name:hover {
  color: #f4f4f4; }

.bx--header__menu-toggle:not(.bx--header__menu-toggle__hidden) ~ .bx--header__name {
  padding-left: 0.5rem; }

.bx--header__nav {
  position: relative;
  display: none;
  height: 100%;
  padding-left: 1rem; }

@media (min-width: 66rem) {
  .bx--header__nav {
    display: block; } }

.bx--header__nav::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #393939;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: ''; }

.bx--header__menu-bar {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

a.bx--header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  color: #c6c6c6;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 110ms, border-color 110ms, color 110ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a.bx--header__menu-item:hover {
  color: #f4f4f4;
  background-color: #2c2c2c; }

.bx--header__action:active,
a.bx--header__menu-item:active {
  color: #f4f4f4;
  background-color: #393939; }

a.bx--header__menu-item:focus {
  color: #f4f4f4;
  border-color: #ffffff;
  outline: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  a.bx--header__menu-item:focus {
    border-style: dotted; } }

a.bx--header__menu-item:hover > svg,
a.bx--header__menu-item:active > svg,
a.bx--header__menu-item:focus > svg {
  fill: #f4f4f4; }

a.bx--header__menu-item[aria-current='page']::after,
.bx--header__menu-item--current::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #4589ff;
  content: ''; }

a.bx--header__menu-item[aria-current='page']:focus::after,
.bx--header__menu-item--current:focus::after {
  border: 0; }

a.bx--header__menu-item[aria-current='page']:focus,
a.bx--header__menu-item.bx--header__menu-item--current:focus {
  border: 2px solid #ffffff; }

.bx--header__submenu {
  position: relative; }

.bx--header__menu-title[aria-haspopup='true'] {
  position: relative; }

.bx--header__menu-title[aria-expanded='true'] {
  z-index: 8001;
  color: #ffffff;
  background-color: #262626; }

.bx--header__menu-title[aria-expanded='true'] > .bx--header__menu-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--header__menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }

.bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  flex-direction: column;
  width: 12.5rem;
  background-color: #262626;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.bx--header__menu-title[aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:hover {
  background-color: #353535; }

.bx--header__menu-title[aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:active {
  background-color: #393939; }

.bx--header__menu .bx--header__menu-item {
  height: 3rem; }

.bx--header__menu .bx--header__menu-item:hover {
  color: #f4f4f4;
  background-color: #262626; }

.bx--header__menu-arrow {
  margin-left: 0.5rem;
  transition: fill 110ms, -webkit-transform 110ms;
  transition: transform 110ms, fill 110ms;
  transition: transform 110ms, fill 110ms, -webkit-transform 110ms;
  fill: #c6c6c6; }

.bx--header__global {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  height: 100%; }

.bx--skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--skip-to-content:focus {
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: 0 1rem;
  color: #f4f4f4;
  background-color: #161616;
  border: 4px solid #0f62fe;
  outline: none;
  clip: auto; }

.bx--header-panel {
  transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
  position: fixed;
  top: 3rem;
  right: 0;
  bottom: 0;
  z-index: 8000;
  width: 0;
  overflow: hidden;
  color: #c6c6c6;
  background-color: #161616;
  border: none;
  transition: width 0.11s;
  will-change: width; }

.bx--header-panel--expanded {
  width: 16rem;
  border-right: 1px solid #393939;
  border-left: 1px solid #393939; }

.bx--panel--overlay {
  position: fixed;
  top: 3rem;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 16rem;
  height: 100%;
  padding: 1rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #161616;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 0.11s cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
  will-change: transform; }

.bx--panel--expanded {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bx--product-switcher__search {
  margin-bottom: 1.5rem;
  padding: 0 1rem; }

.bx--search--shell input {
  background-color: #e0e0e0; }

.bx--product-switcher__subheader,
.bx--product-switcher__all-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding: 0.5rem;
  color: #c6c6c6; }

.bx--product-switcher__subheader {
  padding-left: 3.5rem; }

.bx--product-switcher__all-btn {
  padding-left: 3.5rem; }

.bx--product-switcher__all-btn,
.bx--product-switcher__back-btn {
  display: inline-block;
  width: 100%;
  color: #0f62fe;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer; }

.bx--product-switcher__all-btn:hover,
.bx--product-switcher__back-btn:hover {
  text-decoration: underline; }

.bx--product-switcher__all-btn:focus,
.bx--product-switcher__back-btn:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #0f62fe; }

.bx--product-switcher__back-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem; }

.bx--product-switcher__back-arrow {
  margin-right: 1rem;
  fill: #0f62fe; }

.bx--product-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }

.bx--product-list__item:hover {
  background: #e0e0e0; }

.bx--product-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-decoration: none; }

.bx--product-link:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px #0f62fe; }

.bx--product-switcher__icon {
  margin-right: 1rem; }

.bx--product-link__name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-left: 0.25rem;
  color: #c6c6c6;
  font-weight: 400; }

.bx--product-switcher__product-list .bx--overflow-menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem; }

.bx--product-switcher__product-list .bx--overflow-menu.bx--overflow-menu--open {
  display: flex; }

.bx--product-switcher__product-list .bx--overflow-menu > svg {
  fill: #c6c6c6; }

.bx--product-switcher__product-list .bx--overflow-menu:hover {
  background: #c6c6c6; }

.bx--product-switcher__product-list .bx--overflow-menu:hover > svg {
  fill: #c6c6c6; }

.bx--product-switcher__product-list .bx--overflow-menu:focus {
  display: flex;
  outline: none;
  box-shadow: inset 0 0 0 3px #0f62fe; }

.bx--product-switcher__product-list .bx--overflow-menu-options__option:hover {
  background: #ffffff; }

.bx--product-list__item:hover .bx--overflow-menu {
  display: flex; }

.bx--switcher {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c6c6c6; }

.bx--switcher__item {
  width: 100%;
  height: 2rem; }

.bx--switcher__item:nth-child(1) {
  margin-top: 1rem; }

.bx--switcher__item--divider {
  display: block;
  width: 14rem;
  height: 1px;
  margin: 0.5rem 1rem;
  background: #393939;
  border: none; }

.bx--switcher__item-link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: block;
  height: 2rem;
  padding: 0.375rem 1rem;
  color: #c6c6c6;
  text-decoration: none; }

.bx--switcher__item-link:hover:not(.bx--switcher__item-link--selected) {
  color: #f4f4f4;
  background: #2c2c2c;
  cursor: pointer; }

.bx--switcher__item-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.bx--switcher__item-link:active {
  color: #f4f4f4;
  background: #393939; }

.bx--switcher__item-link--selected {
  color: #f4f4f4;
  background: #262626; }

.bx--side-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8000;
  width: 3rem;
  max-width: 16rem;
  overflow: hidden;
  color: #525252;
  background-color: #ffffff;
  transition: width 0.11s cubic-bezier(0.2, 0, 1, 0.9);
  will-change: width; }

.bx--side-nav--ux {
  top: 3rem;
  width: 16rem; }

@media (max-width: 65.98rem) {
  .bx--side-nav--ux {
    width: 0; } }

.bx--side-nav--rail {
  width: 3rem; }

.bx--side-nav--hidden {
  width: 0; }

.bx--side-nav.bx--side-nav--rail:not(.bx--side-nav--fixed):hover,
.bx--side-nav--expanded {
  width: 16rem; }

.bx--side-nav__overlay {
  position: fixed;
  top: 3rem;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (max-width: 65.98rem) {
  .bx--side-nav__overlay-active {
    width: 100vw;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.5);
    opacity: 1;
    transition: opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9); } }

.bx--header ~ .bx--side-nav {
  top: 3rem;
  height: calc(100% - 48px); }

.bx--side-nav--fixed {
  width: 16rem; }

.bx--side-nav--collapsed {
  width: 16rem;
  -webkit-transform: translateX(-16rem);
  transform: translateX(-16rem); }

.bx--side-nav__navigation {
  display: flex;
  flex-direction: column;
  height: 100%; }

.bx--side-nav__header {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 3rem;
  border-bottom: 1px solid #393939; }

.bx--side-nav:hover .bx--side-nav__header,
.bx--side-nav--fixed .bx--side-nav__header,
.bx--side-nav--expanded .bx--side-nav__header {
  height: auto; }

.bx--side-nav--ux .bx--side-nav__header {
  height: auto; }

.bx--side-nav__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding-right: 1rem;
  opacity: 0;
  visibility: hidden; }

.bx--side-nav:hover .bx--side-nav__details,
.bx--side-nav--fixed .bx--side-nav__details,
.bx--side-nav--expanded .bx--side-nav__details {
  visibility: inherit;
  opacity: 1; }

.bx--side-nav--ux .bx--side-nav__details {
  visibility: inherit;
  opacity: 1; }

.bx--side-nav__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--side-nav__title,
.bx--side-nav__select {
  padding-left: 0.5rem; }

.bx--side-nav__switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bx--side-nav__switcher-chevron {
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  display: flex;
  align-items: center;
  fill: #525252; }

.bx--side-nav__select {
  outline: 2px solid transparent;
  outline-offset: -2px;
  flex: 1 1 0%;
  min-width: 0;
  height: 2rem;
  padding-right: 2rem;
  color: #f4f4f4;
  font-size: 0.75rem;
  background-color: #161616;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: outline 110ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bx--side-nav__select:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--side-nav__select:focus {
    outline-style: dotted; } }

.bx--side-nav__footer {
  flex: 0 0 3rem;
  width: 100%;
  background-color: #ffffff; }

.bx--side-nav__toggle {
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  text-align: left;
  transition: outline 110ms; }

.bx--side-nav__toggle *,
.bx--side-nav__toggle *::before,
.bx--side-nav__toggle *::after {
  box-sizing: inherit; }

.bx--side-nav__toggle::-moz-focus-inner {
  border: 0; }

.bx--side-nav__toggle:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--side-nav__toggle:focus {
    outline-style: dotted; } }

.bx--side-nav__items {
  flex: 1 1 0%;
  padding: 1rem 0 0;
  overflow: hidden; }

.bx--side-nav:hover .bx--side-nav__items,
.bx--side-nav--fixed .bx--side-nav__items,
.bx--side-nav--expanded .bx--side-nav__items {
  overflow-y: auto; }

.bx--side-nav--ux .bx--side-nav__items {
  overflow-y: auto; }

.bx--side-nav__item {
  width: auto;
  height: auto;
  overflow: hidden; }

.bx--side-nav--ux .bx--side-nav__item {
  width: auto;
  height: auto; }

.bx--side-nav__item:not(.bx--side-nav__item--active):hover .bx--side-nav__item:not(.bx--side-nav__item--active) > .bx--side-nav__submenu:hover,
.bx--side-nav__item:not(.bx--side-nav__item--active) > .bx--side-nav__link:hover,
.bx--side-nav__menu a.bx--side-nav__link:not(.bx--side-nav__link--current):not([aria-current='page']):hover,
.bx--side-nav a.bx--header__menu-item:hover,
.bx--side-nav .bx--header__menu-title[aria-expanded='true']:hover {
  color: #161616;
  background-color: #e5e5e5; }

.bx--side-nav__item:not(.bx--side-nav__item--active) > .bx--side-nav__link:hover > span,
.bx--side-nav__item:not(.bx--side-nav__item--active) .bx--side-nav__menu-item > .bx--side-nav__link:hover > span {
  color: #161616; }

.bx--side-nav__item--large {
  height: 3rem; }

.bx--side-nav__divider {
  height: 1px;
  margin: 0.5rem 1rem;
  background-color: #e0e0e0; }

.bx--side-nav__submenu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  color: #525252;
  transition: color 110ms, background-color 110ms, outline 110ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--side-nav__submenu *,
.bx--side-nav__submenu *::before,
.bx--side-nav__submenu *::after {
  box-sizing: inherit; }

.bx--side-nav__submenu::-moz-focus-inner {
  border: 0; }

.bx--side-nav__submenu:hover {
  color: #161616;
  background-color: #e5e5e5; }

.bx--side-nav__submenu:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--side-nav__submenu:focus {
    outline-style: dotted; } }

.bx--side-nav__submenu-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left; }

.bx--side-nav__icon.bx--side-nav__submenu-chevron {
  display: flex;
  flex: 1;
  justify-content: flex-end; }

.bx--side-nav__submenu-chevron > svg {
  width: 1rem;
  height: 1rem;
  transition: -webkit-transform 110ms;
  transition: transform 110ms;
  transition: transform 110ms, -webkit-transform 110ms; }

.bx--side-nav__submenu[aria-expanded='true'] .bx--side-nav__submenu-chevron > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--side-nav__item--large .bx--side-nav__submenu {
  height: 3rem; }

.bx--side-nav__item--active .bx--side-nav__submenu:hover {
  color: #161616;
  background-color: #e5e5e5; }

.bx--side-nav__item--active .bx--side-nav__submenu[aria-expanded='false'] {
  position: relative;
  color: #161616;
  background-color: #e5e5e5; }

.bx--side-nav__item--active .bx--side-nav__submenu[aria-expanded='false']::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #0f62fe;
  content: ''; }

.bx--side-nav__item--active .bx--side-nav__submenu-title {
  color: #161616;
  font-weight: 600; }

.bx--side-nav__menu {
  display: block;
  max-height: 0;
  visibility: hidden; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu {
  max-height: 93.75rem;
  visibility: inherit; }

.bx--side-nav__menu a.bx--side-nav__link {
  height: 2rem;
  min-height: 2rem;
  padding-left: 2rem;
  font-weight: 400; }

.bx--side-nav__item.bx--side-nav__item--icon a.bx--side-nav__link {
  padding-left: 4.5rem; }

.bx--side-nav__menu a.bx--side-nav__link--current,
.bx--side-nav__menu a.bx--side-nav__link[aria-current='page'],
a.bx--side-nav__link--current {
  background-color: #e0e0e0; }

.bx--side-nav__menu a.bx--side-nav__link--current > span,
.bx--side-nav__menu a.bx--side-nav__link[aria-current='page'] > span,
a.bx--side-nav__link--current > span {
  color: #161616;
  font-weight: 600; }

a.bx--side-nav__link,
.bx--side-nav a.bx--header__menu-item,
.bx--side-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  outline: 2px solid transparent;
  outline-offset: -2px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color 110ms, background-color 110ms, outline 110ms; }

.bx--side-nav__item--large a.bx--side-nav__link {
  height: 3rem; }

a.bx--side-nav__link > .bx--side-nav__link-text,
.bx--side-nav a.bx--header__menu-item .bx--text-truncate-end {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #525252;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a.bx--side-nav__link:focus,
.bx--side-nav a.bx--header__menu-item:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  a.bx--side-nav__link:focus,
  .bx--side-nav a.bx--header__menu-item:focus {
    outline-style: dotted; } }

a.bx--side-nav__link[aria-current='page'],
a.bx--side-nav__link--current {
  font-weight: 600;
  background-color: #e5e5e5; }

a.bx--side-nav__link[aria-current='page'] .bx--side-nav__link-text,
a.bx--side-nav__link--current .bx--side-nav__link-text {
  color: #161616; }

a.bx--side-nav__link[aria-current='page']::before,
a.bx--side-nav__link--current::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #0f62fe;
  content: ''; }

.bx--side-nav__icon {
  display: flex;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center; }

.bx--side-nav__icon:not(.bx--side-nav__submenu-chevron) {
  margin-right: 1.5rem; }

.bx--side-nav__icon > svg {
  width: 1rem;
  height: 1rem;
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--side-nav__icon > svg {
    fill: ButtonText; } }

.bx--side-nav__icon > svg.bx--side-nav-collapse-icon {
  display: none; }

.bx--side-nav--expanded .bx--side-nav__icon > svg.bx--side-nav-expand-icon {
  display: none; }

.bx--side-nav--expanded .bx--side-nav__icon > svg.bx--side-nav-collapse-icon {
  display: block; }

.bx--side-nav--fixed a.bx--side-nav__link,
.bx--side-nav--fixed .bx--side-nav__submenu {
  padding-left: 1rem; }

.bx--side-nav--fixed .bx--side-nav__item:not(.bx--side-nav__item--icon) .bx--side-nav__menu a.bx--side-nav__link {
  padding-left: 2rem; }

@media (max-width: 65.98rem) {
  .bx--side-nav .bx--header__nav {
    display: block; } }

.bx--side-nav__header-navigation {
  display: none; }

@media (max-width: 65.98rem) {
  .bx--side-nav__header-navigation {
    position: relative;
    display: block;
    margin-bottom: 2rem; } }

.bx--side-nav__header-divider::after {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  width: calc(100% - 32px);
  height: 0.0625rem;
  background: #e0e0e0;
  content: ''; }

.bx--side-nav a.bx--header__menu-item {
  justify-content: space-between;
  color: #525252;
  white-space: nowrap; }

.bx--side-nav a.bx--header__menu-item[aria-expanded='true'] {
  background-color: transparent; }

.bx--side-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  bottom: inherit;
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  transform: none; }

.bx--side-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu li {
  width: 100%; }

.bx--side-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu a.bx--header__menu-item {
  padding-left: 4.25rem;
  font-weight: 400; }

.bx--side-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu a.bx--header__menu-item:hover {
  color: #161616;
  background-color: #e5e5e5; }

.bx--side-nav .bx--header__menu a.bx--header__menu-item {
  height: inherit; }

.bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
.bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
.bx--side-nav .bx--header__menu-arrow {
  fill: #525252; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--side-nav a.bx--header__menu-item:hover .bx--header__menu-arrow,
  .bx--side-nav a.bx--header__menu-item:focus .bx--header__menu-arrow,
  .bx--side-nav .bx--header__menu-arrow {
    fill: ButtonText; } }

.bx--navigation {
  position: fixed;
  top: 3rem;
  bottom: 0;
  left: 0;
  z-index: 9100;
  width: 16rem;
  color: #f4f4f4;
  background-color: #262626;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25); }

.bx--navigation--right {
  right: 0;
  left: auto; }

.bx--navigation svg {
  fill: #f4f4f4; }

.bx--navigation-section:not(:last-child)::after {
  display: block;
  height: 1px;
  margin: 0 1rem;
  background-color: #393939;
  content: ''; }

.bx--navigation-item {
  position: relative;
  display: flex;
  align-items: center; }

.bx--navigation-item--active > a.bx--navigation-link {
  color: #ffffff;
  font-weight: 600; }

.bx--navigation-item--active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  background-color: #0f62fe;
  content: ''; }

a.bx--navigation-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  padding-left: 1rem;
  color: #f4f4f4;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none; }

a.bx--navigation-link:hover {
  color: #ffffff;
  background-color: #333333; }

a.bx--navigation-link:focus {
  outline: 0.1875rem solid #0f62fe;
  outline-offset: -0.1875rem; }

.bx--navigation-item--icon > a.bx--navigation-link {
  padding-left: 0; }

.bx--navigation__category {
  width: 100%; }

.bx--navigation__category-toggle {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center; }

.bx--navigation__category-toggle *,
.bx--navigation__category-toggle *::before,
.bx--navigation__category-toggle *::after {
  box-sizing: inherit; }

.bx--navigation__category-toggle::-moz-focus-inner {
  border: 0; }

.bx--navigation__category-toggle:hover {
  background-color: #333333; }

.bx--navigation__category-toggle:focus {
  outline: 0.1875rem solid #0f62fe;
  outline-offset: -0.1875rem; }

.bx--navigation__category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 2.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #f4f4f4;
  font-weight: 400;
  font-size: 0.875rem; }

.bx--navigation-item--icon .bx--navigation__category-title {
  padding-left: 0; }

.bx--navigation__category-items {
  display: none;
  visibility: hidden; }

.bx--navigation__category-item > a.bx--navigation-link {
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding-left: 2rem; }

.bx--navigation__category-item {
  position: relative; }

.bx--navigation-item--icon .bx--navigation__category-item > a.bx--navigation-link {
  padding-left: 3.5rem; }

.bx--navigation__category-item--active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  background-color: #0f62fe;
  content: ''; }

.bx--navigation__category-item--active > a.bx--navigation-link {
  color: #ffffff;
  font-weight: 600; }

.bx--navigation__category--expanded .bx--navigation__category-title {
  font-weight: 600; }

.bx--navigation__category--expanded .bx--navigation__category-title > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--navigation__category--expanded .bx--navigation__category-items {
  display: block;
  visibility: inherit; }

.bx--navigation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 2.5rem;
  margin-right: 0.5rem; }

.bx--content {
  padding: 2rem;
  background: #f4f4f4;
  will-change: margin-left; }

.bx--header ~ .bx--content {
  margin-top: 3rem; }

.bx--side-nav ~ .bx--content {
  margin-left: 3rem; }

.bx--side-nav.bx--side-nav--expanded ~ .bx--content {
  margin-left: 16rem; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--link {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #0f62fe;
  text-decoration: none;
  outline: none;
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

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

.bx--link:hover {
  color: #0043ce;
  text-decoration: underline; }

.bx--link:active, .bx--link:active:visited, .bx--link:active:visited:hover {
  color: #161616;
  text-decoration: underline; }

.bx--link:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--link:focus {
    outline-style: dotted; } }

.bx--link:visited {
  color: #0f62fe; }

.bx--link:visited:hover {
  color: #0043ce; }

.bx--link--disabled,
.bx--link--disabled:hover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: inline;
  color: #c6c6c6;
  font-weight: 400;
  text-decoration: none;
  cursor: not-allowed; }

.bx--link--disabled *,
.bx--link--disabled *::before,
.bx--link--disabled *::after,
.bx--link--disabled:hover *,
.bx--link--disabled:hover *::before,
.bx--link--disabled:hover *::after {
  box-sizing: inherit; }

.bx--link.bx--link--visited:visited {
  color: #8a3ffc; }

.bx--link.bx--link--visited:visited:hover {
  color: #0043ce; }

.bx--link.bx--link--inline {
  text-decoration: underline; }

.bx--link.bx--link--inline:focus, .bx--link.bx--link--inline:visited {
  text-decoration: none; }

.bx--link--disabled.bx--link--inline {
  text-decoration: underline; }

.bx--link--sm {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

.bx--link--lg {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--link-with-icon, :host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon),
:host(dds-link-list-item),
:host(dds-link-list-item-cta),
:host(dds-text-cta) {
  display: flex; }

.bx--link-with-icon span, :host(dds-megamenu-link-with-icon) span,
:host(dds-link-with-icon) span,
:host(dds-link-list-item) span,
:host(dds-link-list-item-cta) span,
:host(dds-text-cta) span {
  vertical-align: middle;
  align-self: center; }

.bx--link-with-icon svg, :host(dds-megamenu-link-with-icon) svg,
.bx--link-with-icon ::slotted(svg[slot='icon']),
:host(dds-megamenu-link-with-icon) ::slotted(svg[slot='icon']),
:host(dds-link-with-icon) svg,
:host(dds-link-with-icon) ::slotted(svg[slot='icon']),
:host(dds-link-list-item) svg,
:host(dds-link-list-item) ::slotted(svg[slot='icon']),
:host(dds-link-list-item-cta) svg,
:host(dds-link-list-item-cta) ::slotted(svg[slot='icon']),
:host(dds-text-cta) svg,
:host(dds-text-cta) ::slotted(svg[slot='icon']) {
  display: block;
  margin-left: 0.5rem;
  align-self: center;
  fill: currentColor; }

.bx--link-with-icon.bx--link--disabled:not([href]), .bx--link--disabled:not([href]):host(dds-megamenu-link-with-icon), .bx--link-with-icon.bx--link--disabled:not([button]), .bx--link--disabled:not([button]):host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon).bx--link--disabled:not([href]),
:host(dds-link-with-icon).bx--link--disabled:not([button]),
:host(dds-link-list-item).bx--link--disabled:not([href]),
:host(dds-link-list-item).bx--link--disabled:not([button]),
:host(dds-link-list-item-cta).bx--link--disabled:not([href]),
:host(dds-link-list-item-cta).bx--link--disabled:not([button]),
:host(dds-text-cta).bx--link--disabled:not([href]),
:host(dds-text-cta).bx--link--disabled:not([button]) {
  pointer-events: auto;
  display: flex; }

.bx--link-with-icon.bx--link--disabled:not([href]):hover, .bx--link--disabled:not([href]):hover:host(dds-megamenu-link-with-icon), .bx--link-with-icon.bx--link--disabled:not([button]):hover, .bx--link--disabled:not([button]):hover:host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon).bx--link--disabled:not([href]):hover,
:host(dds-link-with-icon).bx--link--disabled:not([button]):hover,
:host(dds-link-list-item).bx--link--disabled:not([href]):hover,
:host(dds-link-list-item).bx--link--disabled:not([button]):hover,
:host(dds-link-list-item-cta).bx--link--disabled:not([href]):hover,
:host(dds-link-list-item-cta).bx--link--disabled:not([button]):hover,
:host(dds-text-cta).bx--link--disabled:not([href]):hover,
:host(dds-text-cta).bx--link--disabled:not([button]):hover {
  display: flex;
  text-decoration: none; }

.bx--link-with-icon.bx--link-with-icon__icon-left, .bx--link-with-icon__icon-left:host(dds-megamenu-link-with-icon) {
  justify-content: flex-end;
  flex-direction: row-reverse; }

.bx--link-with-icon.bx--link-with-icon__icon-left svg, .bx--link-with-icon__icon-left:host(dds-megamenu-link-with-icon) svg {
  align-self: start;
  position: relative;
  top: 1px;
  margin-left: 0;
  margin-right: 0.5rem; }

.bx--link-with-icon:not(:first-of-type), :not(:first-of-type):host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon):not(:first-of-type),
:host(dds-text-cta):not(:first-of-type) {
  margin-left: 2rem; }

.bx--link-with-icon .bx--link-with-icon__icon-left::slotted(svg[slot='icon']), :host(dds-megamenu-link-with-icon) .bx--link-with-icon__icon-left::slotted(svg[slot='icon']),
:host(dds-link-with-icon) .bx--link-with-icon__icon-left::slotted(svg[slot='icon']),
:host(dds-text-cta) .bx--link-with-icon__icon-left::slotted(svg[slot='icon']) {
  margin-right: 0.5rem;
  margin-left: 0; }

.bx--link-with-icon .bx--link-with-icon__icon-right::slotted(svg[slot='icon']), :host(dds-megamenu-link-with-icon) .bx--link-with-icon__icon-right::slotted(svg[slot='icon']),
:host(dds-link-with-icon) .bx--link-with-icon__icon-right::slotted(svg[slot='icon']),
:host(dds-text-cta) .bx--link-with-icon__icon-right::slotted(svg[slot='icon']) {
  margin-left: 0.5rem;
  margin-right: 0; }

.bx--link-with-icon:focus, :focus:host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon):focus,
:host(dds-text-cta):focus {
  outline: 2px solid #0f62fe; }

.bx--link-with-icon:active, :active:host(dds-megamenu-link-with-icon),
:host(dds-link-with-icon):active,
:host(dds-text-cta):active {
  text-decoration: none; }

:host(dds-link-with-icon):focus,
:host(dds-text-cta):focus {
  outline: none; }

:host(dds-link-with-icon),
.bx--link-with-icon__container {
  display: table; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
html {
  font-size: 100%; }

body {
  font-weight: 400;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; }

strong {
  font-weight: 600; }

.bx--masthead,
:host(dds-masthead) {
  --cds-interactive-01: #0f62fe;
  --cds-interactive-02: #393939;
  --cds-interactive-03: #0f62fe;
  --cds-interactive-04: #0f62fe;
  --cds-ui-background: #ffffff;
  --cds-ui-01: #f4f4f4;
  --cds-ui-02: #ffffff;
  --cds-ui-03: #e0e0e0;
  --cds-ui-04: #8d8d8d;
  --cds-ui-05: #161616;
  --cds-text-01: #161616;
  --cds-text-02: #525252;
  --cds-text-03: #a8a8a8;
  --cds-text-04: #ffffff;
  --cds-text-05: #6f6f6f;
  --cds-text-error: #da1e28;
  --cds-icon-01: #161616;
  --cds-icon-02: #525252;
  --cds-icon-03: #ffffff;
  --cds-link-01: #0f62fe;
  --cds-link-02: #0043ce;
  --cds-inverse-link: #78a9ff;
  --cds-field-01: #f4f4f4;
  --cds-field-02: #ffffff;
  --cds-inverse-01: #ffffff;
  --cds-inverse-02: #393939;
  --cds-support-01: #da1e28;
  --cds-support-02: #24a148;
  --cds-support-03: #f1c21b;
  --cds-support-04: #0043ce;
  --cds-inverse-support-01: #fa4d56;
  --cds-inverse-support-02: #42be65;
  --cds-inverse-support-03: #f1c21b;
  --cds-inverse-support-04: #4589ff;
  --cds-overlay-01: rgba(22, 22, 22, 0.5);
  --cds-danger-01: #da1e28;
  --cds-danger-02: #da1e28;
  --cds-focus: #0f62fe;
  --cds-inverse-focus-ui: #ffffff;
  --cds-hover-primary: #0353e9;
  --cds-active-primary: #002d9c;
  --cds-hover-primary-text: #0043ce;
  --cds-hover-secondary: #4c4c4c;
  --cds-active-secondary: #6f6f6f;
  --cds-hover-tertiary: #0353e9;
  --cds-active-tertiary: #002d9c;
  --cds-hover-ui: #e5e5e5;
  --cds-hover-light-ui: #e5e5e5;
  --cds-hover-selected-ui: #cacaca;
  --cds-active-ui: #c6c6c6;
  --cds-active-light-ui: #c6c6c6;
  --cds-selected-ui: #e0e0e0;
  --cds-selected-light-ui: #e0e0e0;
  --cds-inverse-hover-ui: #4c4c4c;
  --cds-hover-danger: #b81921;
  --cds-active-danger: #750e13;
  --cds-hover-row: #e5e5e5;
  --cds-visited-link: #8a3ffc;
  --cds-disabled-01: #f4f4f4;
  --cds-disabled-02: #c6c6c6;
  --cds-disabled-03: #8d8d8d;
  --cds-highlight: #d0e2ff;
  --cds-decorative-01: #e0e0e0;
  --cds-button-separator: #e0e0e0;
  --cds-skeleton-01: #e5e5e5;
  --cds-skeleton-02: #c6c6c6;
  --cds-brand-01: #0f62fe;
  --cds-brand-02: #393939;
  --cds-brand-03: #0f62fe;
  --cds-active-01: #c6c6c6;
  --cds-hover-field: #e5e5e5;
  --cds-danger: #da1e28;
  --cds-caption-01-font-size: 0.875rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1.125rem;
  --cds-caption-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.875rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1.125rem;
  --cds-label-01-letter-spacing: 0.16px;
  --cds-helper-text-01-font-size: 0.875rem;
  --cds-helper-text-01-font-weight: 400;
  --cds-helper-text-01-line-height: 1.125rem;
  --cds-helper-text-01-letter-spacing: 0.16px;
  --cds-body-short-01-font-size: 1rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.375rem;
  --cds-body-short-01-letter-spacing: 0;
  --cds-body-long-01-font-size: 1rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.5rem;
  --cds-body-long-01-letter-spacing: 0;
  --cds-body-short-02-font-size: 1rem;
  --cds-body-short-02-font-weight: 400;
  --cds-body-short-02-line-height: 1.375;
  --cds-body-short-02-letter-spacing: 0;
  --cds-body-long-02-font-size: 1rem;
  --cds-body-long-02-font-weight: 400;
  --cds-body-long-02-line-height: 1.5;
  --cds-body-long-02-letter-spacing: 0;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.875rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1.25rem;
  --cds-code-01-letter-spacing: 0;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 1rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.5rem;
  --cds-code-02-letter-spacing: 0;
  --cds-heading-01-font-size: 1rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.375rem;
  --cds-heading-01-letter-spacing: 0;
  --cds-productive-heading-01-font-size: 1rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.375rem;
  --cds-productive-heading-01-letter-spacing: 0;
  --cds-heading-02-font-size: 1rem;
  --cds-heading-02-font-weight: 600;
  --cds-heading-02-line-height: 1.375;
  --cds-heading-02-letter-spacing: 0;
  --cds-productive-heading-02-font-size: 1rem;
  --cds-productive-heading-02-font-weight: 600;
  --cds-productive-heading-02-line-height: 1.375;
  --cds-productive-heading-02-letter-spacing: 0;
  --cds-productive-heading-03-font-size: 1.25rem;
  --cds-productive-heading-03-font-weight: 400;
  --cds-productive-heading-03-line-height: 1.4;
  --cds-productive-heading-03-letter-spacing: 0;
  --cds-productive-heading-04-font-size: 1.75rem;
  --cds-productive-heading-04-font-weight: 400;
  --cds-productive-heading-04-line-height: 1.29;
  --cds-productive-heading-04-letter-spacing: 0;
  --cds-productive-heading-05-font-size: 2rem;
  --cds-productive-heading-05-font-weight: 400;
  --cds-productive-heading-05-line-height: 1.25;
  --cds-productive-heading-05-letter-spacing: 0;
  --cds-productive-heading-06-font-size: 2.625rem;
  --cds-productive-heading-06-font-weight: 300;
  --cds-productive-heading-06-line-height: 1.199;
  --cds-productive-heading-06-letter-spacing: 0;
  --cds-productive-heading-07-font-size: 3.375rem;
  --cds-productive-heading-07-font-weight: 300;
  --cds-productive-heading-07-line-height: 1.19;
  --cds-productive-heading-07-letter-spacing: 0;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-02-font-size: 1rem;
  --cds-expressive-heading-02-font-weight: 600;
  --cds-expressive-heading-02-line-height: 1.5;
  --cds-expressive-heading-02-letter-spacing: 0;
  --cds-expressive-heading-03-font-size: 1.25rem;
  --cds-expressive-heading-03-font-weight: 400;
  --cds-expressive-heading-03-line-height: 1.4;
  --cds-expressive-heading-03-letter-spacing: 0;
  --cds-expressive-heading-04-font-size: 1.75rem;
  --cds-expressive-heading-04-font-weight: 400;
  --cds-expressive-heading-04-line-height: 1.29;
  --cds-expressive-heading-04-letter-spacing: 0;
  --cds-expressive-heading-05-font-size: 2rem;
  --cds-expressive-heading-05-font-weight: 400;
  --cds-expressive-heading-05-line-height: 1.25;
  --cds-expressive-heading-05-letter-spacing: 0;
  --cds-expressive-heading-06-font-size: 2rem;
  --cds-expressive-heading-06-font-weight: 600;
  --cds-expressive-heading-06-line-height: 1.25;
  --cds-expressive-heading-06-letter-spacing: 0;
  --cds-expressive-paragraph-01-font-size: 1.5rem;
  --cds-expressive-paragraph-01-font-weight: 300;
  --cds-expressive-paragraph-01-line-height: 1.334;
  --cds-expressive-paragraph-01-letter-spacing: 0;
  --cds-quotation-01-font-size: 1.25rem;
  --cds-quotation-01-font-weight: 400;
  --cds-quotation-01-line-height: 1.3;
  --cds-quotation-01-letter-spacing: 0;
  --cds-quotation-02-font-size: 2rem;
  --cds-quotation-02-font-weight: 300;
  --cds-quotation-02-line-height: 1.25;
  --cds-quotation-02-letter-spacing: 0;
  --cds-display-01-font-size: 2.625rem;
  --cds-display-01-font-weight: 300;
  --cds-display-01-line-height: 1.19;
  --cds-display-01-letter-spacing: 0;
  --cds-display-02-font-size: 2.625rem;
  --cds-display-02-font-weight: 600;
  --cds-display-02-line-height: 1.19;
  --cds-display-02-letter-spacing: 0;
  --cds-display-03-font-size: 2.625rem;
  --cds-display-03-font-weight: 300;
  --cds-display-03-line-height: 1.19;
  --cds-display-03-letter-spacing: 0;
  --cds-display-04-font-size: 2.625rem;
  --cds-display-04-font-weight: 600;
  --cds-display-04-line-height: 1.19;
  --cds-display-04-letter-spacing: 0;
  --cds-spacing-01: 0.125rem;
  --cds-spacing-02: 0.25rem;
  --cds-spacing-03: 0.5rem;
  --cds-spacing-04: 0.75rem;
  --cds-spacing-05: 1rem;
  --cds-spacing-06: 1.5rem;
  --cds-spacing-07: 2rem;
  --cds-spacing-08: 2.5rem;
  --cds-spacing-09: 3rem;
  --cds-spacing-10: 4rem;
  --cds-spacing-11: 5rem;
  --cds-spacing-12: 6rem;
  --cds-spacing-13: 10rem;
  --cds-fluid-spacing-01: 0;
  --cds-fluid-spacing-02: 2vw;
  --cds-fluid-spacing-03: 5vw;
  --cds-fluid-spacing-04: 10vw;
  --cds-layout-01: 1rem;
  --cds-layout-02: 1.5rem;
  --cds-layout-03: 2rem;
  --cds-layout-04: 3rem;
  --cds-layout-05: 4rem;
  --cds-layout-06: 6rem;
  --cds-layout-07: 10rem;
  --cds-container-01: var(--cds-container-01, 2rem);
  --cds-container-02: var(--cds-container-02, 2.5rem);
  --cds-container-03: var(--cds-container-03, 3rem);
  --cds-container-04: var(--cds-container-04, 3rem);
  --cds-container-05: var(--cds-container-05, 4.5rem);
  --cds-icon-size-01: var(--cds-icon-size-01, 1.25rem);
  --cds-icon-size-02: 1.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  transition-duration: 300ms;
  background-color: #f4f4f4; }

:host(dds-megamenu-overlay),
.bx--masthead__overlay {
  position: fixed;
  left: 0;
  top: 48px;
  height: 100%;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  background-color: none;
  opacity: 0;
  transition: opacity 240ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 240ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-megamenu-overlay)[active],
.bx--masthead__overlay-show {
  background-color: rgba(22, 22, 22, 0.5);
  visibility: visible;
  opacity: 1; }

@media (min-width: 800px) {
  .bx--masthead--sticky.bx--masthead--sticky__l1 {
    top: -48px; } }

@media (min-width: 800px) {
  .bx--masthead--sticky__l1 + .bx--dotcom-shell .bx--tableofcontents__sidebar {
    top: 98px; } }

@media (min-width: 800px) {
  .bx--masthead--sticky__l1.bx--masthead--sticky + .bx--dotcom-shell .bx--tableofcontents__sidebar {
    top: 48px; } }

.bx--masthead__l0 {
  --cds-interactive-01: #0f62fe;
  --cds-interactive-02: #393939;
  --cds-interactive-03: #0f62fe;
  --cds-interactive-04: #0f62fe;
  --cds-ui-background: #ffffff;
  --cds-ui-01: #f4f4f4;
  --cds-ui-02: #ffffff;
  --cds-ui-03: #e0e0e0;
  --cds-ui-04: #8d8d8d;
  --cds-ui-05: #161616;
  --cds-text-01: #161616;
  --cds-text-02: #525252;
  --cds-text-03: #a8a8a8;
  --cds-text-04: #ffffff;
  --cds-text-05: #6f6f6f;
  --cds-text-error: #da1e28;
  --cds-icon-01: #161616;
  --cds-icon-02: #525252;
  --cds-icon-03: #ffffff;
  --cds-link-01: #0f62fe;
  --cds-link-02: #0043ce;
  --cds-inverse-link: #78a9ff;
  --cds-field-01: #f4f4f4;
  --cds-field-02: #ffffff;
  --cds-inverse-01: #ffffff;
  --cds-inverse-02: #393939;
  --cds-support-01: #da1e28;
  --cds-support-02: #24a148;
  --cds-support-03: #f1c21b;
  --cds-support-04: #0043ce;
  --cds-inverse-support-01: #fa4d56;
  --cds-inverse-support-02: #42be65;
  --cds-inverse-support-03: #f1c21b;
  --cds-inverse-support-04: #4589ff;
  --cds-overlay-01: rgba(22, 22, 22, 0.5);
  --cds-danger-01: #da1e28;
  --cds-danger-02: #da1e28;
  --cds-focus: #0f62fe;
  --cds-inverse-focus-ui: #ffffff;
  --cds-hover-primary: #0353e9;
  --cds-active-primary: #002d9c;
  --cds-hover-primary-text: #0043ce;
  --cds-hover-secondary: #4c4c4c;
  --cds-active-secondary: #6f6f6f;
  --cds-hover-tertiary: #0353e9;
  --cds-active-tertiary: #002d9c;
  --cds-hover-ui: #e5e5e5;
  --cds-hover-light-ui: #e5e5e5;
  --cds-hover-selected-ui: #cacaca;
  --cds-active-ui: #c6c6c6;
  --cds-active-light-ui: #c6c6c6;
  --cds-selected-ui: #e0e0e0;
  --cds-selected-light-ui: #e0e0e0;
  --cds-inverse-hover-ui: #4c4c4c;
  --cds-hover-danger: #b81921;
  --cds-active-danger: #750e13;
  --cds-hover-row: #e5e5e5;
  --cds-visited-link: #8a3ffc;
  --cds-disabled-01: #f4f4f4;
  --cds-disabled-02: #c6c6c6;
  --cds-disabled-03: #8d8d8d;
  --cds-highlight: #d0e2ff;
  --cds-decorative-01: #e0e0e0;
  --cds-button-separator: #e0e0e0;
  --cds-skeleton-01: #e5e5e5;
  --cds-skeleton-02: #c6c6c6;
  --cds-brand-01: #0f62fe;
  --cds-brand-02: #393939;
  --cds-brand-03: #0f62fe;
  --cds-active-01: #c6c6c6;
  --cds-hover-field: #e5e5e5;
  --cds-danger: #da1e28;
  --cds-caption-01-font-size: 0.875rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1.125rem;
  --cds-caption-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.875rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1.125rem;
  --cds-label-01-letter-spacing: 0.16px;
  --cds-helper-text-01-font-size: 0.875rem;
  --cds-helper-text-01-font-weight: 400;
  --cds-helper-text-01-line-height: 1.125rem;
  --cds-helper-text-01-letter-spacing: 0.16px;
  --cds-body-short-01-font-size: 1rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.375rem;
  --cds-body-short-01-letter-spacing: 0;
  --cds-body-long-01-font-size: 1rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.5rem;
  --cds-body-long-01-letter-spacing: 0;
  --cds-body-short-02-font-size: 1rem;
  --cds-body-short-02-font-weight: 400;
  --cds-body-short-02-line-height: 1.375;
  --cds-body-short-02-letter-spacing: 0;
  --cds-body-long-02-font-size: 1rem;
  --cds-body-long-02-font-weight: 400;
  --cds-body-long-02-line-height: 1.5;
  --cds-body-long-02-letter-spacing: 0;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.875rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1.25rem;
  --cds-code-01-letter-spacing: 0;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 1rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.5rem;
  --cds-code-02-letter-spacing: 0;
  --cds-heading-01-font-size: 1rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.375rem;
  --cds-heading-01-letter-spacing: 0;
  --cds-productive-heading-01-font-size: 1rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.375rem;
  --cds-productive-heading-01-letter-spacing: 0;
  --cds-heading-02-font-size: 1rem;
  --cds-heading-02-font-weight: 600;
  --cds-heading-02-line-height: 1.375;
  --cds-heading-02-letter-spacing: 0;
  --cds-productive-heading-02-font-size: 1rem;
  --cds-productive-heading-02-font-weight: 600;
  --cds-productive-heading-02-line-height: 1.375;
  --cds-productive-heading-02-letter-spacing: 0;
  --cds-productive-heading-03-font-size: 1.25rem;
  --cds-productive-heading-03-font-weight: 400;
  --cds-productive-heading-03-line-height: 1.4;
  --cds-productive-heading-03-letter-spacing: 0;
  --cds-productive-heading-04-font-size: 1.75rem;
  --cds-productive-heading-04-font-weight: 400;
  --cds-productive-heading-04-line-height: 1.29;
  --cds-productive-heading-04-letter-spacing: 0;
  --cds-productive-heading-05-font-size: 2rem;
  --cds-productive-heading-05-font-weight: 400;
  --cds-productive-heading-05-line-height: 1.25;
  --cds-productive-heading-05-letter-spacing: 0;
  --cds-productive-heading-06-font-size: 2.625rem;
  --cds-productive-heading-06-font-weight: 300;
  --cds-productive-heading-06-line-height: 1.199;
  --cds-productive-heading-06-letter-spacing: 0;
  --cds-productive-heading-07-font-size: 3.375rem;
  --cds-productive-heading-07-font-weight: 300;
  --cds-productive-heading-07-line-height: 1.19;
  --cds-productive-heading-07-letter-spacing: 0;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-02-font-size: 1rem;
  --cds-expressive-heading-02-font-weight: 600;
  --cds-expressive-heading-02-line-height: 1.5;
  --cds-expressive-heading-02-letter-spacing: 0;
  --cds-expressive-heading-03-font-size: 1.25rem;
  --cds-expressive-heading-03-font-weight: 400;
  --cds-expressive-heading-03-line-height: 1.4;
  --cds-expressive-heading-03-letter-spacing: 0;
  --cds-expressive-heading-04-font-size: 1.75rem;
  --cds-expressive-heading-04-font-weight: 400;
  --cds-expressive-heading-04-line-height: 1.29;
  --cds-expressive-heading-04-letter-spacing: 0;
  --cds-expressive-heading-05-font-size: 2rem;
  --cds-expressive-heading-05-font-weight: 400;
  --cds-expressive-heading-05-line-height: 1.25;
  --cds-expressive-heading-05-letter-spacing: 0;
  --cds-expressive-heading-06-font-size: 2rem;
  --cds-expressive-heading-06-font-weight: 600;
  --cds-expressive-heading-06-line-height: 1.25;
  --cds-expressive-heading-06-letter-spacing: 0;
  --cds-expressive-paragraph-01-font-size: 1.5rem;
  --cds-expressive-paragraph-01-font-weight: 300;
  --cds-expressive-paragraph-01-line-height: 1.334;
  --cds-expressive-paragraph-01-letter-spacing: 0;
  --cds-quotation-01-font-size: 1.25rem;
  --cds-quotation-01-font-weight: 400;
  --cds-quotation-01-line-height: 1.3;
  --cds-quotation-01-letter-spacing: 0;
  --cds-quotation-02-font-size: 2rem;
  --cds-quotation-02-font-weight: 300;
  --cds-quotation-02-line-height: 1.25;
  --cds-quotation-02-letter-spacing: 0;
  --cds-display-01-font-size: 2.625rem;
  --cds-display-01-font-weight: 300;
  --cds-display-01-line-height: 1.19;
  --cds-display-01-letter-spacing: 0;
  --cds-display-02-font-size: 2.625rem;
  --cds-display-02-font-weight: 600;
  --cds-display-02-line-height: 1.19;
  --cds-display-02-letter-spacing: 0;
  --cds-display-03-font-size: 2.625rem;
  --cds-display-03-font-weight: 300;
  --cds-display-03-line-height: 1.19;
  --cds-display-03-letter-spacing: 0;
  --cds-display-04-font-size: 2.625rem;
  --cds-display-04-font-weight: 600;
  --cds-display-04-line-height: 1.19;
  --cds-display-04-letter-spacing: 0;
  --cds-spacing-01: 0.125rem;
  --cds-spacing-02: 0.25rem;
  --cds-spacing-03: 0.5rem;
  --cds-spacing-04: 0.75rem;
  --cds-spacing-05: 1rem;
  --cds-spacing-06: 1.5rem;
  --cds-spacing-07: 2rem;
  --cds-spacing-08: 2.5rem;
  --cds-spacing-09: 3rem;
  --cds-spacing-10: 4rem;
  --cds-spacing-11: 5rem;
  --cds-spacing-12: 6rem;
  --cds-spacing-13: 10rem;
  --cds-fluid-spacing-01: 0;
  --cds-fluid-spacing-02: 2vw;
  --cds-fluid-spacing-03: 5vw;
  --cds-fluid-spacing-04: 10vw;
  --cds-layout-01: 1rem;
  --cds-layout-02: 1.5rem;
  --cds-layout-03: 2rem;
  --cds-layout-04: 3rem;
  --cds-layout-05: 4rem;
  --cds-layout-06: 6rem;
  --cds-layout-07: 10rem;
  --cds-container-01: var(--cds-container-01, 2rem);
  --cds-container-02: var(--cds-container-02, 2.5rem);
  --cds-container-03: var(--cds-container-03, 3rem);
  --cds-container-04: var(--cds-container-04, 3rem);
  --cds-container-05: var(--cds-container-05, 4.5rem);
  --cds-icon-size-01: var(--cds-icon-size-01, 1.25rem);
  --cds-icon-size-02: 1.25rem;
  position: relative;
  background: #f4f4f4; }

.bx--masthead__l0::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #e0e0e0; }

.bx--header,
.bx--masthead__l0 bx-header {
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  background: #f4f4f4;
  border: none;
  max-width: 99rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  position: relative;
  z-index: 5999; }

.bx--header::before,
.bx--masthead__l0 bx-header::before {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  height: 48px;
  left: calc(-50vw + 50%);
  right: 100%;
  z-index: 1; }

.bx--header::after,
.bx--masthead__l0 bx-header::after {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  height: 48px;
  left: 100%;
  right: calc(-50vw + 50%); }

.bx--header .bx--header__menu-arrow,
.bx--masthead__l0 bx-header .bx--header__menu-arrow {
  fill: #161616; }

.bx--header .bx--header__menu-arrow:hover,
.bx--masthead__l0 bx-header .bx--header__menu-arrow:hover {
  fill: #161616; }

.bx--header__logo {
  height: 100%;
  z-index: 2;
  background-color: #f4f4f4; }

.bx--header__logo a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 2rem;
  border: solid 2px transparent;
  transition: background-color 110ms, border-color 110ms, color 110ms;
  outline: none; }

.bx--header__logo a:hover {
  background-color: #e5e5e5; }

.bx--header__logo a:active, .bx--header__logo a:focus {
  border-color: #0f62fe;
  background-color: #ffffff; }

@media (min-width: 99rem) {
  .bx--header__logo a {
    padding: 0 2.5rem; } }

@media (max-width: 81.98rem) {
  .bx--header__logo a {
    padding: 0 2rem; } }

@media (max-width: 65.98rem) {
  .bx--header__logo a {
    padding: 0 1rem; } }

.bx--header__logo a svg {
  width: 58px;
  height: 23px; }

.bx--header__logo .bx--tooltip__trigger.bx--tooltip__trigger--definition,
.bx--header__logo .bx--tooltip--definition {
  border: none; }

.bx--header__logo .bx--tooltip__trigger.bx--tooltip__trigger--definition .bx--tooltip__trigger,
.bx--header__logo .bx--tooltip--definition .bx--tooltip__trigger {
  border: none; }

.bx--header__logo .bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--a11y,
.bx--header__logo .bx--tooltip--definition.bx--tooltip--a11y {
  height: 100%; }

.bx--header__logo.bx--search-active {
  display: none; }

@media (min-width: 42rem) {
  .bx--header__logo.bx--search-active {
    display: block; } }

.bx--header__global {
  flex: 0; }

.bx--header__nav-container {
  height: 100%;
  overflow-x: visible;
  position: relative; }

@media (min-width: 42rem) {
  .bx--header__nav-container {
    display: flex;
    flex: 1; } }

.bx--header__nav-content {
  position: absolute;
  height: 100%;
  left: 0;
  transition: left 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-top-nav-item) a.bx--header__menu-item,
:host(dds-top-nav-menu) a.bx--header__menu-item,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item,
.bx--header__nav a.bx--header__menu-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  border: none;
  border-bottom: 0.125rem solid transparent;
  padding: 0.125rem calc(0.125rem + 1rem) 0 calc(0.125rem + 1rem);
  color: #161616;
  white-space: nowrap; }

:host(dds-top-nav-item) a.bx--header__menu-item:hover,
:host(dds-top-nav-menu) a.bx--header__menu-item:hover,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:hover,
.bx--header__nav a.bx--header__menu-item:hover {
  background-color: #e5e5e5;
  cursor: pointer; }

:host(dds-top-nav-item) a.bx--header__menu-item:hover > svg,
:host(dds-top-nav-menu) a.bx--header__menu-item:hover > svg,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:hover > svg,
.bx--header__nav a.bx--header__menu-item:hover > svg {
  fill: #161616; }

:host(dds-top-nav-item) a.bx--header__menu-item:active, :host(dds-top-nav-item) a.bx--header__menu-item:focus,
:host(dds-top-nav-menu) a.bx--header__menu-item:active,
:host(dds-top-nav-menu) a.bx--header__menu-item:focus,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:active,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:focus,
.bx--header__nav a.bx--header__menu-item:active,
.bx--header__nav a.bx--header__menu-item:focus {
  background-color: #ffffff;
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

:host(dds-top-nav-item) a.bx--header__menu-item:active > svg, :host(dds-top-nav-item) a.bx--header__menu-item:focus > svg,
:host(dds-top-nav-menu) a.bx--header__menu-item:active > svg,
:host(dds-top-nav-menu) a.bx--header__menu-item:focus > svg,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:active > svg,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:focus > svg,
.bx--header__nav a.bx--header__menu-item:active > svg,
.bx--header__nav a.bx--header__menu-item:focus > svg {
  fill: #161616; }

:host(dds-top-nav-item) a.bx--header__menu-item:focus[aria-selected='true'], :host(dds-top-nav-item) a.bx--header__menu-item:active[aria-selected='true'],
:host(dds-top-nav-menu) a.bx--header__menu-item:focus[aria-selected='true'],
:host(dds-top-nav-menu) a.bx--header__menu-item:active[aria-selected='true'],
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:focus[aria-selected='true'],
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item:active[aria-selected='true'],
.bx--header__nav a.bx--header__menu-item:focus[aria-selected='true'],
.bx--header__nav a.bx--header__menu-item:active[aria-selected='true'] {
  border-bottom-color: transparent; }

:host(dds-top-nav-item) a.bx--header__menu-item.bx--header__menu-title:focus[aria-selected='true'][aria-expanded='false'], :host(dds-top-nav-item) a.bx--header__menu-item.bx--header__menu-title:active[aria-selected='true'][aria-expanded='false'],
:host(dds-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title:focus[aria-selected='true'][aria-expanded='false'],
:host(dds-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title:active[aria-selected='true'][aria-expanded='false'],
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title:focus[aria-selected='true'][aria-expanded='false'],
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title:active[aria-selected='true'][aria-expanded='false'],
.bx--header__nav a.bx--header__menu-item.bx--header__menu-title:focus[aria-selected='true'][aria-expanded='false'],
.bx--header__nav a.bx--header__menu-item.bx--header__menu-title:active[aria-selected='true'][aria-expanded='false'] {
  border-bottom-color: transparent; }

:host(dds-top-nav-item) a.bx--header__menu-item[aria-selected='true']::after,
:host(dds-top-nav-item) a.bx--header__menu-item.bx--header__menu-title[aria-selected='true'][aria-expanded='false']::after,
:host(dds-top-nav-menu) a.bx--header__menu-item[aria-selected='true']::after,
:host(dds-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title[aria-selected='true'][aria-expanded='false']::after,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item[aria-selected='true']::after,
:host(dds-megamenu-top-nav-menu) a.bx--header__menu-item.bx--header__menu-title[aria-selected='true'][aria-expanded='false']::after,
.bx--header__nav a.bx--header__menu-item[aria-selected='true']::after,
.bx--header__nav a.bx--header__menu-item.bx--header__menu-title[aria-selected='true'][aria-expanded='false']::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #0f62fe; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] {
  z-index: 0;
  background-color: #ffffff; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu {
  background-color: #f4f4f4;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  bottom: -1px; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li {
  position: relative; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #e0e0e0; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:first-of-type::before {
  border-top: none; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover {
  background-color: #ffffff; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover::before {
  border-top: 1px solid #ffffff; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover + li::before {
  border-top: 1px solid #ffffff; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:focus::before {
  border: 2px solid #0f62fe;
  box-sizing: border-box; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item {
  border: none;
  position: relative; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:hover {
  color: #161616;
  background-color: #e5e5e5; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item:focus::before {
  border: 2px solid #0f62fe;
  box-sizing: border-box; }

.bx--header__nav .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu .bx--header__menu-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.bx--header__nav::before {
  display: none; }

.bx--header__action {
  border: 2px solid transparent;
  background-color: #f4f4f4;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.bx--header__action > svg {
  position: relative;
  fill: currentColor; }

.bx--header__action:hover {
  background-color: #e5e5e5;
  transition-duration: 95ms; }

.bx--header__action:hover > svg {
  fill: #161616; }

.bx--header__action:focus, .bx--header__action:active {
  border-color: #0f62fe;
  background-color: #e5e5e5; }

.bx--header__action .bx--overflow-menu {
  width: 100%;
  height: 100%; }

.bx--header__action .bx--overflow-menu.bx--overflow-menu--open {
  box-shadow: none;
  outline: 2px solid #0f62fe;
  outline-offset: 0; }

.bx--header__action .bx--overflow-menu:hover {
  background: none; }

.bx--header__action .bx--overflow-menu:focus {
  outline: none;
  box-shadow: none; }

.bx--sub-content-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%; }

.bx--sub-content-right {
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%; }

.bx--header__nav-caret-left,
.bx--header__nav-caret-right {
  width: 2.5rem;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  background-color: #f4f4f4;
  border: none; }

.bx--header__nav-caret-left > svg,
.bx--header__nav-caret-right > svg {
  position: absolute;
  fill: currentColor;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.bx--header__nav-caret-left:hover,
.bx--header__nav-caret-right:hover {
  background-color: #e5e5e5;
  transition-duration: 95ms; }

.bx--header__nav-caret-left:hover > svg,
.bx--header__nav-caret-right:hover > svg {
  fill: #161616; }

.bx--header__nav-caret-left:focus, .bx--header__nav-caret-left:active,
.bx--header__nav-caret-right:focus,
.bx--header__nav-caret-right:active {
  display: block;
  background-color: #e5e5e5;
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--header__nav-caret-left:focus::before, .bx--header__nav-caret-left:focus::after, .bx--header__nav-caret-left:active::before, .bx--header__nav-caret-left:active::after,
.bx--header__nav-caret-right:focus::before,
.bx--header__nav-caret-right:focus::after,
.bx--header__nav-caret-right:active::before,
.bx--header__nav-caret-right:active::after {
  display: none; }

@media (min-width: 800px) {
  .bx--header__nav-caret-left,
  .bx--header__nav-caret-right {
    display: block; } }

.bx--header__nav-caret-left-container[hidden],
.bx--header__nav-caret-right-container[hidden] {
  display: none; }

.bx--header__nav-caret-left {
  left: 0; }

.bx--header__nav-caret-left::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.0625rem;
  background-color: #dcdcdc; }

.bx--header__nav-caret-left-gradient {
  display: block;
  position: absolute;
  left: 2.5rem;
  top: 0;
  height: 100%;
  width: 0.5rem;
  background: linear-gradient(to right, #f4f4f4, rgba(255, 255, 255, 0));
  z-index: 1; }

.bx--header__nav-caret-right {
  right: 0; }

.bx--header__nav-caret-right::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.0625rem;
  background-color: #dcdcdc; }

.bx--header__nav-caret-right-gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 2.5rem;
  height: 100%;
  width: 0.5rem;
  background: linear-gradient(to left, #f4f4f4, rgba(255, 255, 255, 0)); }

.bx--header__action--active {
  position: relative;
  border: 2px solid #0f62fe;
  background-color: #e5e5e5;
  top: 0;
  z-index: 6001; }

.bx--header__menu[role='menu'] li:hover {
  background-color: #ffffff; }

.bx--header__menu[role='menu'] li:last-of-type .bx--header__menu-item::after {
  display: none; }

.bx--header__menu[role='menu'] .bx--header__menu-item {
  position: relative; }

button.bx--header__search--close.bx--header__action[aria-label='Close'] {
  overflow: hidden;
  width: 0;
  border: none;
  display: none; }

button.bx--header__search--close.bx--header__action[aria-label='Close'] svg {
  position: relative; }

.bx--header__search--search {
  outline: none;
  width: 3rem; }

.bx--overflow-menu-options {
  --cds-interactive-01: #0f62fe;
  --cds-interactive-02: #393939;
  --cds-interactive-03: #0f62fe;
  --cds-interactive-04: #0f62fe;
  --cds-ui-background: #ffffff;
  --cds-ui-01: #f4f4f4;
  --cds-ui-02: #ffffff;
  --cds-ui-03: #e0e0e0;
  --cds-ui-04: #8d8d8d;
  --cds-ui-05: #161616;
  --cds-text-01: #161616;
  --cds-text-02: #525252;
  --cds-text-03: #a8a8a8;
  --cds-text-04: #ffffff;
  --cds-text-05: #6f6f6f;
  --cds-text-error: #da1e28;
  --cds-icon-01: #161616;
  --cds-icon-02: #525252;
  --cds-icon-03: #ffffff;
  --cds-link-01: #0f62fe;
  --cds-link-02: #0043ce;
  --cds-inverse-link: #78a9ff;
  --cds-field-01: #f4f4f4;
  --cds-field-02: #ffffff;
  --cds-inverse-01: #ffffff;
  --cds-inverse-02: #393939;
  --cds-support-01: #da1e28;
  --cds-support-02: #24a148;
  --cds-support-03: #f1c21b;
  --cds-support-04: #0043ce;
  --cds-inverse-support-01: #fa4d56;
  --cds-inverse-support-02: #42be65;
  --cds-inverse-support-03: #f1c21b;
  --cds-inverse-support-04: #4589ff;
  --cds-overlay-01: rgba(22, 22, 22, 0.5);
  --cds-danger-01: #da1e28;
  --cds-danger-02: #da1e28;
  --cds-focus: #0f62fe;
  --cds-inverse-focus-ui: #ffffff;
  --cds-hover-primary: #0353e9;
  --cds-active-primary: #002d9c;
  --cds-hover-primary-text: #0043ce;
  --cds-hover-secondary: #4c4c4c;
  --cds-active-secondary: #6f6f6f;
  --cds-hover-tertiary: #0353e9;
  --cds-active-tertiary: #002d9c;
  --cds-hover-ui: #e5e5e5;
  --cds-hover-light-ui: #e5e5e5;
  --cds-hover-selected-ui: #cacaca;
  --cds-active-ui: #c6c6c6;
  --cds-active-light-ui: #c6c6c6;
  --cds-selected-ui: #e0e0e0;
  --cds-selected-light-ui: #e0e0e0;
  --cds-inverse-hover-ui: #4c4c4c;
  --cds-hover-danger: #b81921;
  --cds-active-danger: #750e13;
  --cds-hover-row: #e5e5e5;
  --cds-visited-link: #8a3ffc;
  --cds-disabled-01: #f4f4f4;
  --cds-disabled-02: #c6c6c6;
  --cds-disabled-03: #8d8d8d;
  --cds-highlight: #d0e2ff;
  --cds-decorative-01: #e0e0e0;
  --cds-button-separator: #e0e0e0;
  --cds-skeleton-01: #e5e5e5;
  --cds-skeleton-02: #c6c6c6;
  --cds-brand-01: #0f62fe;
  --cds-brand-02: #393939;
  --cds-brand-03: #0f62fe;
  --cds-active-01: #c6c6c6;
  --cds-hover-field: #e5e5e5;
  --cds-danger: #da1e28;
  --cds-caption-01-font-size: 0.875rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1.125rem;
  --cds-caption-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.875rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1.125rem;
  --cds-label-01-letter-spacing: 0.16px;
  --cds-helper-text-01-font-size: 0.875rem;
  --cds-helper-text-01-font-weight: 400;
  --cds-helper-text-01-line-height: 1.125rem;
  --cds-helper-text-01-letter-spacing: 0.16px;
  --cds-body-short-01-font-size: 1rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.375rem;
  --cds-body-short-01-letter-spacing: 0;
  --cds-body-long-01-font-size: 1rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.5rem;
  --cds-body-long-01-letter-spacing: 0;
  --cds-body-short-02-font-size: 1rem;
  --cds-body-short-02-font-weight: 400;
  --cds-body-short-02-line-height: 1.375;
  --cds-body-short-02-letter-spacing: 0;
  --cds-body-long-02-font-size: 1rem;
  --cds-body-long-02-font-weight: 400;
  --cds-body-long-02-line-height: 1.5;
  --cds-body-long-02-letter-spacing: 0;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.875rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1.25rem;
  --cds-code-01-letter-spacing: 0;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 1rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.5rem;
  --cds-code-02-letter-spacing: 0;
  --cds-heading-01-font-size: 1rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.375rem;
  --cds-heading-01-letter-spacing: 0;
  --cds-productive-heading-01-font-size: 1rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.375rem;
  --cds-productive-heading-01-letter-spacing: 0;
  --cds-heading-02-font-size: 1rem;
  --cds-heading-02-font-weight: 600;
  --cds-heading-02-line-height: 1.375;
  --cds-heading-02-letter-spacing: 0;
  --cds-productive-heading-02-font-size: 1rem;
  --cds-productive-heading-02-font-weight: 600;
  --cds-productive-heading-02-line-height: 1.375;
  --cds-productive-heading-02-letter-spacing: 0;
  --cds-productive-heading-03-font-size: 1.25rem;
  --cds-productive-heading-03-font-weight: 400;
  --cds-productive-heading-03-line-height: 1.4;
  --cds-productive-heading-03-letter-spacing: 0;
  --cds-productive-heading-04-font-size: 1.75rem;
  --cds-productive-heading-04-font-weight: 400;
  --cds-productive-heading-04-line-height: 1.29;
  --cds-productive-heading-04-letter-spacing: 0;
  --cds-productive-heading-05-font-size: 2rem;
  --cds-productive-heading-05-font-weight: 400;
  --cds-productive-heading-05-line-height: 1.25;
  --cds-productive-heading-05-letter-spacing: 0;
  --cds-productive-heading-06-font-size: 2.625rem;
  --cds-productive-heading-06-font-weight: 300;
  --cds-productive-heading-06-line-height: 1.199;
  --cds-productive-heading-06-letter-spacing: 0;
  --cds-productive-heading-07-font-size: 3.375rem;
  --cds-productive-heading-07-font-weight: 300;
  --cds-productive-heading-07-line-height: 1.19;
  --cds-productive-heading-07-letter-spacing: 0;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-02-font-size: 1rem;
  --cds-expressive-heading-02-font-weight: 600;
  --cds-expressive-heading-02-line-height: 1.5;
  --cds-expressive-heading-02-letter-spacing: 0;
  --cds-expressive-heading-03-font-size: 1.25rem;
  --cds-expressive-heading-03-font-weight: 400;
  --cds-expressive-heading-03-line-height: 1.4;
  --cds-expressive-heading-03-letter-spacing: 0;
  --cds-expressive-heading-04-font-size: 1.75rem;
  --cds-expressive-heading-04-font-weight: 400;
  --cds-expressive-heading-04-line-height: 1.29;
  --cds-expressive-heading-04-letter-spacing: 0;
  --cds-expressive-heading-05-font-size: 2rem;
  --cds-expressive-heading-05-font-weight: 400;
  --cds-expressive-heading-05-line-height: 1.25;
  --cds-expressive-heading-05-letter-spacing: 0;
  --cds-expressive-heading-06-font-size: 2rem;
  --cds-expressive-heading-06-font-weight: 600;
  --cds-expressive-heading-06-line-height: 1.25;
  --cds-expressive-heading-06-letter-spacing: 0;
  --cds-expressive-paragraph-01-font-size: 1.5rem;
  --cds-expressive-paragraph-01-font-weight: 300;
  --cds-expressive-paragraph-01-line-height: 1.334;
  --cds-expressive-paragraph-01-letter-spacing: 0;
  --cds-quotation-01-font-size: 1.25rem;
  --cds-quotation-01-font-weight: 400;
  --cds-quotation-01-line-height: 1.3;
  --cds-quotation-01-letter-spacing: 0;
  --cds-quotation-02-font-size: 2rem;
  --cds-quotation-02-font-weight: 300;
  --cds-quotation-02-line-height: 1.25;
  --cds-quotation-02-letter-spacing: 0;
  --cds-display-01-font-size: 2.625rem;
  --cds-display-01-font-weight: 300;
  --cds-display-01-line-height: 1.19;
  --cds-display-01-letter-spacing: 0;
  --cds-display-02-font-size: 2.625rem;
  --cds-display-02-font-weight: 600;
  --cds-display-02-line-height: 1.19;
  --cds-display-02-letter-spacing: 0;
  --cds-display-03-font-size: 2.625rem;
  --cds-display-03-font-weight: 300;
  --cds-display-03-line-height: 1.19;
  --cds-display-03-letter-spacing: 0;
  --cds-display-04-font-size: 2.625rem;
  --cds-display-04-font-weight: 600;
  --cds-display-04-line-height: 1.19;
  --cds-display-04-letter-spacing: 0;
  --cds-spacing-01: 0.125rem;
  --cds-spacing-02: 0.25rem;
  --cds-spacing-03: 0.5rem;
  --cds-spacing-04: 0.75rem;
  --cds-spacing-05: 1rem;
  --cds-spacing-06: 1.5rem;
  --cds-spacing-07: 2rem;
  --cds-spacing-08: 2.5rem;
  --cds-spacing-09: 3rem;
  --cds-spacing-10: 4rem;
  --cds-spacing-11: 5rem;
  --cds-spacing-12: 6rem;
  --cds-spacing-13: 10rem;
  --cds-fluid-spacing-01: 0;
  --cds-fluid-spacing-02: 2vw;
  --cds-fluid-spacing-03: 5vw;
  --cds-fluid-spacing-04: 10vw;
  --cds-layout-01: 1rem;
  --cds-layout-02: 1.5rem;
  --cds-layout-03: 2rem;
  --cds-layout-04: 3rem;
  --cds-layout-05: 4rem;
  --cds-layout-06: 6rem;
  --cds-layout-07: 10rem;
  --cds-container-01: var(--cds-container-01, 2rem);
  --cds-container-02: var(--cds-container-02, 2.5rem);
  --cds-container-03: var(--cds-container-03, 3rem);
  --cds-container-04: var(--cds-container-04, 3rem);
  --cds-container-05: var(--cds-container-05, 4.5rem);
  --cds-icon-size-01: var(--cds-icon-size-01, 1.25rem);
  --cds-icon-size-02: 1.25rem;
  background-color: #f4f4f4;
  position: fixed;
  z-index: 99999;
  /* !rtl:raw:
    left: 0 !important;
    */ }

.bx--overflow-menu-options:focus {
  outline: none; }

.bx--overflow-menu-options::after {
  display: none; }

.bx--overflow-menu-options__btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  color: #161616;
  text-decoration: none; }

.bx--overflow-menu-options__btn:hover {
  background-color: #ffffff; }

.bx--overflow-menu-options__option {
  height: 3rem; }

.bx--overflow-menu-options__option:hover {
  background-color: #ffffff; }

.bx--overflow-menu.bx--overflow-menu--open {
  box-shadow: none;
  background-color: #e5e5e5; }

.bx--header__action.bx--overflow-menu {
  height: 3rem; }

@media (min-width: 800px) {
  .bx--header__menu-toggle__hidden {
    display: none; }
  .bx--header__nav {
    display: block; } }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--masthead__l1,
:host(dds-masthead-l1) {
  --cds-interactive-01: #0f62fe;
  --cds-interactive-02: #393939;
  --cds-interactive-03: #0f62fe;
  --cds-interactive-04: #0f62fe;
  --cds-ui-background: #ffffff;
  --cds-ui-01: #f4f4f4;
  --cds-ui-02: #ffffff;
  --cds-ui-03: #e0e0e0;
  --cds-ui-04: #8d8d8d;
  --cds-ui-05: #161616;
  --cds-text-01: #161616;
  --cds-text-02: #525252;
  --cds-text-03: #a8a8a8;
  --cds-text-04: #ffffff;
  --cds-text-05: #6f6f6f;
  --cds-text-error: #da1e28;
  --cds-icon-01: #161616;
  --cds-icon-02: #525252;
  --cds-icon-03: #ffffff;
  --cds-link-01: #0f62fe;
  --cds-link-02: #0043ce;
  --cds-inverse-link: #78a9ff;
  --cds-field-01: #f4f4f4;
  --cds-field-02: #ffffff;
  --cds-inverse-01: #ffffff;
  --cds-inverse-02: #393939;
  --cds-support-01: #da1e28;
  --cds-support-02: #24a148;
  --cds-support-03: #f1c21b;
  --cds-support-04: #0043ce;
  --cds-inverse-support-01: #fa4d56;
  --cds-inverse-support-02: #42be65;
  --cds-inverse-support-03: #f1c21b;
  --cds-inverse-support-04: #4589ff;
  --cds-overlay-01: rgba(22, 22, 22, 0.5);
  --cds-danger-01: #da1e28;
  --cds-danger-02: #da1e28;
  --cds-focus: #0f62fe;
  --cds-inverse-focus-ui: #ffffff;
  --cds-hover-primary: #0353e9;
  --cds-active-primary: #002d9c;
  --cds-hover-primary-text: #0043ce;
  --cds-hover-secondary: #4c4c4c;
  --cds-active-secondary: #6f6f6f;
  --cds-hover-tertiary: #0353e9;
  --cds-active-tertiary: #002d9c;
  --cds-hover-ui: #e5e5e5;
  --cds-hover-light-ui: #e5e5e5;
  --cds-hover-selected-ui: #cacaca;
  --cds-active-ui: #c6c6c6;
  --cds-active-light-ui: #c6c6c6;
  --cds-selected-ui: #e0e0e0;
  --cds-selected-light-ui: #e0e0e0;
  --cds-inverse-hover-ui: #4c4c4c;
  --cds-hover-danger: #b81921;
  --cds-active-danger: #750e13;
  --cds-hover-row: #e5e5e5;
  --cds-visited-link: #8a3ffc;
  --cds-disabled-01: #f4f4f4;
  --cds-disabled-02: #c6c6c6;
  --cds-disabled-03: #8d8d8d;
  --cds-highlight: #d0e2ff;
  --cds-decorative-01: #e0e0e0;
  --cds-button-separator: #e0e0e0;
  --cds-skeleton-01: #e5e5e5;
  --cds-skeleton-02: #c6c6c6;
  --cds-brand-01: #0f62fe;
  --cds-brand-02: #393939;
  --cds-brand-03: #0f62fe;
  --cds-active-01: #c6c6c6;
  --cds-hover-field: #e5e5e5;
  --cds-danger: #da1e28;
  --cds-caption-01-font-size: 0.875rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1.125rem;
  --cds-caption-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.875rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1.125rem;
  --cds-label-01-letter-spacing: 0.16px;
  --cds-helper-text-01-font-size: 0.875rem;
  --cds-helper-text-01-font-weight: 400;
  --cds-helper-text-01-line-height: 1.125rem;
  --cds-helper-text-01-letter-spacing: 0.16px;
  --cds-body-short-01-font-size: 1rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.375rem;
  --cds-body-short-01-letter-spacing: 0;
  --cds-body-long-01-font-size: 1rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.5rem;
  --cds-body-long-01-letter-spacing: 0;
  --cds-body-short-02-font-size: 1rem;
  --cds-body-short-02-font-weight: 400;
  --cds-body-short-02-line-height: 1.375;
  --cds-body-short-02-letter-spacing: 0;
  --cds-body-long-02-font-size: 1rem;
  --cds-body-long-02-font-weight: 400;
  --cds-body-long-02-line-height: 1.5;
  --cds-body-long-02-letter-spacing: 0;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.875rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1.25rem;
  --cds-code-01-letter-spacing: 0;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 1rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.5rem;
  --cds-code-02-letter-spacing: 0;
  --cds-heading-01-font-size: 1rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.375rem;
  --cds-heading-01-letter-spacing: 0;
  --cds-productive-heading-01-font-size: 1rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.375rem;
  --cds-productive-heading-01-letter-spacing: 0;
  --cds-heading-02-font-size: 1rem;
  --cds-heading-02-font-weight: 600;
  --cds-heading-02-line-height: 1.375;
  --cds-heading-02-letter-spacing: 0;
  --cds-productive-heading-02-font-size: 1rem;
  --cds-productive-heading-02-font-weight: 600;
  --cds-productive-heading-02-line-height: 1.375;
  --cds-productive-heading-02-letter-spacing: 0;
  --cds-productive-heading-03-font-size: 1.25rem;
  --cds-productive-heading-03-font-weight: 400;
  --cds-productive-heading-03-line-height: 1.4;
  --cds-productive-heading-03-letter-spacing: 0;
  --cds-productive-heading-04-font-size: 1.75rem;
  --cds-productive-heading-04-font-weight: 400;
  --cds-productive-heading-04-line-height: 1.29;
  --cds-productive-heading-04-letter-spacing: 0;
  --cds-productive-heading-05-font-size: 2rem;
  --cds-productive-heading-05-font-weight: 400;
  --cds-productive-heading-05-line-height: 1.25;
  --cds-productive-heading-05-letter-spacing: 0;
  --cds-productive-heading-06-font-size: 2.625rem;
  --cds-productive-heading-06-font-weight: 300;
  --cds-productive-heading-06-line-height: 1.199;
  --cds-productive-heading-06-letter-spacing: 0;
  --cds-productive-heading-07-font-size: 3.375rem;
  --cds-productive-heading-07-font-weight: 300;
  --cds-productive-heading-07-line-height: 1.19;
  --cds-productive-heading-07-letter-spacing: 0;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-02-font-size: 1rem;
  --cds-expressive-heading-02-font-weight: 600;
  --cds-expressive-heading-02-line-height: 1.5;
  --cds-expressive-heading-02-letter-spacing: 0;
  --cds-expressive-heading-03-font-size: 1.25rem;
  --cds-expressive-heading-03-font-weight: 400;
  --cds-expressive-heading-03-line-height: 1.4;
  --cds-expressive-heading-03-letter-spacing: 0;
  --cds-expressive-heading-04-font-size: 1.75rem;
  --cds-expressive-heading-04-font-weight: 400;
  --cds-expressive-heading-04-line-height: 1.29;
  --cds-expressive-heading-04-letter-spacing: 0;
  --cds-expressive-heading-05-font-size: 2rem;
  --cds-expressive-heading-05-font-weight: 400;
  --cds-expressive-heading-05-line-height: 1.25;
  --cds-expressive-heading-05-letter-spacing: 0;
  --cds-expressive-heading-06-font-size: 2rem;
  --cds-expressive-heading-06-font-weight: 600;
  --cds-expressive-heading-06-line-height: 1.25;
  --cds-expressive-heading-06-letter-spacing: 0;
  --cds-expressive-paragraph-01-font-size: 1.5rem;
  --cds-expressive-paragraph-01-font-weight: 300;
  --cds-expressive-paragraph-01-line-height: 1.334;
  --cds-expressive-paragraph-01-letter-spacing: 0;
  --cds-quotation-01-font-size: 1.25rem;
  --cds-quotation-01-font-weight: 400;
  --cds-quotation-01-line-height: 1.3;
  --cds-quotation-01-letter-spacing: 0;
  --cds-quotation-02-font-size: 2rem;
  --cds-quotation-02-font-weight: 300;
  --cds-quotation-02-line-height: 1.25;
  --cds-quotation-02-letter-spacing: 0;
  --cds-display-01-font-size: 2.625rem;
  --cds-display-01-font-weight: 300;
  --cds-display-01-line-height: 1.19;
  --cds-display-01-letter-spacing: 0;
  --cds-display-02-font-size: 2.625rem;
  --cds-display-02-font-weight: 600;
  --cds-display-02-line-height: 1.19;
  --cds-display-02-letter-spacing: 0;
  --cds-display-03-font-size: 2.625rem;
  --cds-display-03-font-weight: 300;
  --cds-display-03-line-height: 1.19;
  --cds-display-03-letter-spacing: 0;
  --cds-display-04-font-size: 2.625rem;
  --cds-display-04-font-weight: 600;
  --cds-display-04-line-height: 1.19;
  --cds-display-04-letter-spacing: 0;
  --cds-spacing-01: 0.125rem;
  --cds-spacing-02: 0.25rem;
  --cds-spacing-03: 0.5rem;
  --cds-spacing-04: 0.75rem;
  --cds-spacing-05: 1rem;
  --cds-spacing-06: 1.5rem;
  --cds-spacing-07: 2rem;
  --cds-spacing-08: 2.5rem;
  --cds-spacing-09: 3rem;
  --cds-spacing-10: 4rem;
  --cds-spacing-11: 5rem;
  --cds-spacing-12: 6rem;
  --cds-spacing-13: 10rem;
  --cds-fluid-spacing-01: 0;
  --cds-fluid-spacing-02: 2vw;
  --cds-fluid-spacing-03: 5vw;
  --cds-fluid-spacing-04: 10vw;
  --cds-layout-01: 1rem;
  --cds-layout-02: 1.5rem;
  --cds-layout-03: 2rem;
  --cds-layout-04: 3rem;
  --cds-layout-05: 4rem;
  --cds-layout-06: 6rem;
  --cds-layout-07: 10rem;
  --cds-container-01: var(--cds-container-01, 2rem);
  --cds-container-02: var(--cds-container-02, 2.5rem);
  --cds-container-03: var(--cds-container-03, 3rem);
  --cds-container-04: var(--cds-container-04, 3rem);
  --cds-container-05: var(--cds-container-05, 4.5rem);
  --cds-icon-size-01: var(--cds-icon-size-01, 1.25rem);
  --cds-icon-size-02: 1.25rem;
  display: flex;
  position: relative;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  background-color: #f4f4f4;
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  overflow: visible; }

@media (max-width: 799.98px) {
  .bx--masthead__l1,
  :host(dds-masthead-l1) {
    display: none; } }

.bx--masthead__l1::after,
:host(dds-masthead-l1)::after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  bottom: -0.0625rem;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  background-color: #e0e0e0; }

.bx--masthead__l1-inner-container {
  width: 100%;
  display: flex; }

.bx--masthead__l1-inner-container::before {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  height: 48px;
  left: calc(-50vw + 50%);
  right: 100%;
  z-index: 1; }

.bx--masthead__l1-inner-container::after {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  height: 48px;
  left: 100%;
  right: calc(-50vw + 50%); }

.bx--masthead__l1-name,
:host(dds-masthead-l1-name) {
  display: flex;
  height: 100%;
  z-index: 1;
  background-color: #f4f4f4;
  color: #ffffff;
  padding: 0 0.75rem;
  align-items: stretch;
  white-space: nowrap; }

@media (max-width: 65.98rem) {
  .bx--masthead__l1-name,
  :host(dds-masthead-l1-name) {
    min-width: 13rem;
    padding-left: 0; } }

.bx--masthead__l1-name[aria-selected='true'] a::after,
:host(dds-masthead-l1-name)[aria-selected='true'] a::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #0f62fe; }

.bx--masthead__l1-name-title {
  display: flex;
  align-items: stretch;
  min-width: 4.1875rem;
  padding: 0 1rem;
  white-space: nowrap; }

.bx--masthead__l1-name-title a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  color: #161616;
  position: relative;
  text-decoration: none; }

.bx--masthead__l1-nav {
  padding-left: 0; }

.bx--masthead__l1-nav li:not([role='none']) > a {
  align-items: flex-end;
  padding-bottom: 0.625rem; }

.bx--masthead__l1-nav a.bx--header__menu-item[role='menuitem']:hover {
  background-color: #e5e5e5; }

.bx--masthead__l1-nav a.bx--header__menu-item[role='menuitem']:focus {
  border-color: #0f62fe; }

.bx--masthead__l1-nav a.bx--header__menu-item[role='menuitem'] svg {
  position: relative;
  top: -2px;
  fill: #161616; }

.bx--masthead__l1-nav a.bx--header__menu-title[role='menuitem'][aria-expanded='true'] {
  background-color: #e0e0e0; }

.bx--masthead__l1-nav a.bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li {
  background-color: #ffffff; }

.bx--masthead__l1-nav a.bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li:hover {
  background-color: #e5e5e5; }

.bx--masthead__l1-nav a.bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu li a.bx--header__menu-item:hover {
  color: #161616;
  background-color: #e5e5e5; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
:host(dds-top-nav),
.bx--header__search {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  height: 100%; }

:host(dds-top-nav).bx--masthead__platform .bx--header__nav,
.bx--header__search.bx--masthead__platform .bx--header__nav {
  padding-left: 0; }

:host(dds-top-nav).bx--masthead__platform .bx--header__nav::before,
.bx--header__search.bx--masthead__platform .bx--header__nav::before {
  display: none; }

:host(dds-top-nav) .bx--header__nav::before,
.bx--header__search .bx--header__nav::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.0625rem;
  background-color: #dcdcdc; }

:host(dds-top-nav) a.bx--header__name,
.bx--header__search a.bx--header__name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #161616;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
  border: solid 2px transparent;
  transition: background-color 110ms, border-color 110ms, color 110ms;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  background-color: #f4f4f4; }

:host(dds-top-nav) a.bx--header__name:hover,
.bx--header__search a.bx--header__name:hover {
  background-color: #e5e5e5;
  color: #161616; }

:host(dds-top-nav) a.bx--header__name:active, :host(dds-top-nav) a.bx--header__name:focus,
.bx--header__search a.bx--header__name:active,
.bx--header__search a.bx--header__name:focus {
  border-color: #0f62fe;
  background-color: #ffffff; }

:host(dds-top-nav) a.bx--header__name::before,
.bx--header__search a.bx--header__name::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(-1rem - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.0625rem;
  background-color: #dcdcdc; }

:host(dds-top-nav) a.bx--header__name::after,
.bx--header__search a.bx--header__name::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 3rem;
  left: calc(-1rem - 1px);
  top: -2px;
  background-color: #f4f4f4; }

@media (max-width: 800px) {
  :host(dds-top-nav) a.bx--header__name,
  .bx--header__search a.bx--header__name {
    display: none; } }

:host(dds-top-nav).bx--masthead__header--search-active .bx--header__nav-container,
.bx--header__search.bx--masthead__header--search-active .bx--header__nav-container {
  display: none; }

:host(dds-top-nav).bx--masthead__header--search-active + .bx--header__profile,
.bx--header__search.bx--masthead__header--search-active + .bx--header__profile {
  display: none; }

@media (min-width: 42rem) {
  :host(dds-top-nav).bx--masthead__header--search-active + .bx--header__profile,
  .bx--header__search.bx--masthead__header--search-active + .bx--header__profile {
    display: flex; } }

@media (min-width: 42rem) {
  .bx--header__search:not(.bx--masthead__header--search-active) {
    overflow-x: visible; } }

.bx--header__search--actions {
  position: absolute;
  top: 0;
  right: 0; }

.bx--header__search--actions .bx--header__search--search,
.bx--header__search--actions .bx--header__search--close {
  color: #161616;
  background-color: #f4f4f4;
  padding: 0; }

.bx--header__search--actions .bx--header__search--search:hover,
.bx--header__search--actions .bx--header__search--close:hover {
  background-color: #e5e5e5; }

.bx--header__search--actions .bx--header__search--search:hover svg[focusable='false'][aria-hidden='true'],
.bx--header__search--actions .bx--header__search--close:hover svg[focusable='false'][aria-hidden='true'] {
  fill: #525252; }

.bx--header__search--actions .bx--header__search--search.bx--btn--icon-only.bx--tooltip--visible::before,
.bx--header__search--actions .bx--header__search--search.bx--btn--icon-only.bx--tooltip--visible .bx--assistive-text, .bx--header__search--actions .bx--header__search--search.bx--btn--icon-only.bx--tooltip--a11y.bx--tooltip__trigger::before,
.bx--header__search--actions .bx--header__search--search.bx--btn--icon-only.bx--tooltip--a11y.bx--tooltip__trigger .bx--assistive-text,
.bx--header__search--actions .bx--header__search--close.bx--btn--icon-only.bx--tooltip--visible::before,
.bx--header__search--actions .bx--header__search--close.bx--btn--icon-only.bx--tooltip--visible .bx--assistive-text,
.bx--header__search--actions .bx--header__search--close.bx--btn--icon-only.bx--tooltip--a11y.bx--tooltip__trigger::before,
.bx--header__search--actions .bx--header__search--close.bx--btn--icon-only.bx--tooltip--a11y.bx--tooltip__trigger .bx--assistive-text {
  display: none; }

.bx--header__profile .bx--header__action:focus,
.bx--header__search--actions .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #0f62fe; }

.bx--masthead__search,
:host(dds-masthead-search) {
  height: 3rem;
  margin-left: 3rem; }

.bx--masthead__search.bx--masthead__search--active, .bx--masthead__search[active],
:host(dds-masthead-search).bx--masthead__search--active,
:host(dds-masthead-search)[active] {
  z-index: 999;
  width: 100%;
  margin-left: 0; }

.bx--masthead__search.bx--masthead__search--active button.bx--header__search--close.bx--header__action[aria-label='Close'], .bx--masthead__search[active] button.bx--header__search--close.bx--header__action[aria-label='Close'],
:host(dds-masthead-search).bx--masthead__search--active button.bx--header__search--close.bx--header__action[aria-label='Close'],
:host(dds-masthead-search)[active] button.bx--header__search--close.bx--header__action[aria-label='Close'] {
  display: inline-flex; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--actions, .bx--masthead__search[active] .bx--header__search--actions,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--actions,
:host(dds-masthead-search)[active] .bx--header__search--actions {
  z-index: 10001; }

.bx--masthead__search.bx--masthead__search--active .react-autosuggest__container::after, .bx--masthead__search[active] .react-autosuggest__container::after,
:host(dds-masthead-search).bx--masthead__search--active .react-autosuggest__container::after,
:host(dds-masthead-search)[active] .react-autosuggest__container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: 2px solid #0f62fe;
  width: 100%;
  height: 2px;
  z-index: 10002; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input, .bx--masthead__search[active] .bx--header__search--input,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input,
:host(dds-masthead-search)[active] .bx--header__search--input {
  display: flex;
  flex: 1;
  padding: 0 1rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: #ffffff;
  height: 3rem;
  z-index: 10000; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input::-webkit-input-placeholder, .bx--masthead__search[active] .bx--header__search--input::-webkit-input-placeholder, :host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input::-webkit-input-placeholder, :host(dds-masthead-search)[active] .bx--header__search--input::-webkit-input-placeholder {
  left: 0;
  opacity: 1;
  transition-duration: 112ms;
  transition-delay: 200ms; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input::-moz-placeholder, .bx--masthead__search[active] .bx--header__search--input::-moz-placeholder, :host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input::-moz-placeholder, :host(dds-masthead-search)[active] .bx--header__search--input::-moz-placeholder {
  left: 0;
  opacity: 1;
  transition-duration: 112ms;
  transition-delay: 200ms; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input:-ms-input-placeholder, .bx--masthead__search[active] .bx--header__search--input:-ms-input-placeholder, :host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input:-ms-input-placeholder, :host(dds-masthead-search)[active] .bx--header__search--input:-ms-input-placeholder {
  left: 0;
  opacity: 1;
  transition-duration: 112ms;
  transition-delay: 200ms; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input::-ms-input-placeholder, .bx--masthead__search[active] .bx--header__search--input::-ms-input-placeholder, :host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input::-ms-input-placeholder, :host(dds-masthead-search)[active] .bx--header__search--input::-ms-input-placeholder {
  left: 0;
  opacity: 1;
  transition-duration: 112ms;
  transition-delay: 200ms; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--input::placeholder, .bx--masthead__search[active] .bx--header__search--input::placeholder,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--input::placeholder,
:host(dds-masthead-search)[active] .bx--header__search--input::placeholder {
  left: 0;
  opacity: 1;
  transition-duration: 112ms;
  transition-delay: 200ms; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--close, .bx--masthead__search[active] .bx--header__search--close,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--close,
:host(dds-masthead-search)[active] .bx--header__search--close {
  width: 3rem;
  display: inline-flex; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--close,
.bx--masthead__search.bx--masthead__search--active .bx--header__search--search, .bx--masthead__search[active] .bx--header__search--close,
.bx--masthead__search[active] .bx--header__search--search,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--close,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--search,
:host(dds-masthead-search)[active] .bx--header__search--close,
:host(dds-masthead-search)[active] .bx--header__search--search {
  border: 2px solid transparent; }

.bx--masthead__search.bx--masthead__search--active .bx--header__search--close:focus, .bx--masthead__search.bx--masthead__search--active .bx--header__search--close:active,
.bx--masthead__search.bx--masthead__search--active .bx--header__search--search:focus,
.bx--masthead__search.bx--masthead__search--active .bx--header__search--search:active, .bx--masthead__search[active] .bx--header__search--close:focus, .bx--masthead__search[active] .bx--header__search--close:active,
.bx--masthead__search[active] .bx--header__search--search:focus,
.bx--masthead__search[active] .bx--header__search--search:active,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--close:focus,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--close:active,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--search:focus,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__search--search:active,
:host(dds-masthead-search)[active] .bx--header__search--close:focus,
:host(dds-masthead-search)[active] .bx--header__search--close:active,
:host(dds-masthead-search)[active] .bx--header__search--search:focus,
:host(dds-masthead-search)[active] .bx--header__search--search:active {
  border: 2px solid #0f62fe; }

.bx--masthead__search.bx--masthead__search--active .bx--header__action, .bx--masthead__search[active] .bx--header__action,
:host(dds-masthead-search).bx--masthead__search--active .bx--header__action,
:host(dds-masthead-search)[active] .bx--header__action {
  background-color: #ffffff;
  transition-property: width;
  transition-delay: 380ms;
  transition-duration: 112ms; }

@media (max-width: 41.98rem) {
  .bx--masthead__search.bx--masthead__search--active,
  :host(dds-masthead-search).bx--masthead__search--active {
    position: absolute;
    width: 100vw; } }

@media (max-width: 41.98rem) {
  .bx--masthead__search[active],
  :host(dds-masthead-search)[active] {
    width: 100vw;
    right: 0; } }

.react-autosuggest__container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 3rem; }

.react-autosuggest__suggestions-container {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5); }

.react-autosuggest__suggestions-list {
  background-color: #f4f4f4; }

.react-autosuggest__section-title {
  height: 3rem;
  display: flex;
  align-items: center;
  color: #525252;
  padding: 0 1rem;
  border-top: solid 1px #8d8d8d;
  border-bottom: solid 1px #ffffff;
  background-color: #f4f4f4;
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.react-autosuggest__suggestion {
  color: #161616;
  height: 3rem;
  display: flex; }

.react-autosuggest__suggestion span {
  font-weight: 600; }

.react-autosuggest__suggestion .bx--container-class {
  display: flex;
  border-bottom: 1px solid #ffffff;
  flex: 1;
  padding: 0 1rem;
  align-items: center; }

.react-autosuggest__suggestion .bx--container-class:focus {
  outline: none; }

.react-autosuggest__suggestion:hover {
  cursor: pointer;
  background-color: #ffffff;
  transition: 95ms; }

.react-autosuggest__suggestion .bx--container-highlight-class:not(:hover), .react-autosuggest__suggestion:focus, .react-autosuggest__suggestion:active {
  outline: 2px solid #0f62fe; }

.react-autosuggest__suggestion:last-of-type .bx--container-class {
  border-bottom: none; }

.bx--header__search--input {
  font-size: 1rem;
  line-height: 1.375rem;
  border: none;
  width: 0;
  transition: 120ms;
  border-bottom: 1px solid #e0e0e0;
  padding: 0; }

.bx--header__search--input::-webkit-input-placeholder {
  position: relative;
  left: 5rem;
  opacity: 0; }

.bx--header__search--input::-moz-placeholder {
  position: relative;
  left: 5rem;
  opacity: 0; }

.bx--header__search--input:-ms-input-placeholder {
  position: relative;
  left: 5rem;
  opacity: 0; }

.bx--header__search--input::-ms-input-placeholder {
  position: relative;
  left: 5rem;
  opacity: 0; }

.bx--header__search--input::placeholder {
  position: relative;
  left: 5rem;
  opacity: 0; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
.bx--masthead__focus {
  opacity: 0;
  padding: 0;
  height: 0;
  width: 0;
  border: none;
  position: absolute; }

.bx--masthead .bx--side-nav__navigation {
  height: calc(100% - 3rem); }

.bx--masthead .bx--side-nav__navigation > nav {
  height: 100%; }

@media (min-width: 800px) {
  .bx--masthead .bx--side-nav__navigation {
    display: none; } }

.bx--header__menu-trigger {
  margin-right: 0; }

.bx--header__menu-trigger .bx--side-nav__close {
  display: none; }

.bx--header__menu-trigger.bx--header__action--active {
  border-color: transparent;
  background-color: #f4f4f4; }

.bx--header__menu-trigger.bx--header__action--active:focus {
  border-color: #0f62fe;
  background-color: #e5e5e5; }

.bx--header__menu-trigger.bx--header__action--active + .bx--header__logo {
  z-index: 6001;
  margin-left: 3rem; }

.bx--header__menu-trigger.bx--header__action--active .bx--side-nav__close {
  display: inline; }

.bx--header__menu-trigger.bx--header__action--active .bx--side-nav__open {
  display: none; }

@media (max-width: 41.98rem) {
  .bx--header__menu-trigger.bx--masthead__header--search-active {
    display: none; } }

@media (min-width: 42rem) and (max-width: 66rem) {
  .bx--header__menu-trigger + .bx--header__logo a {
    padding: 0 1rem; } }

.bx--side-nav__header-navigation {
  height: 100%;
  margin-bottom: 0; }

.bx--masthead .bx--side-nav {
  left: -100vw;
  visibility: hidden;
  /* stylelint-disable-next-line  time-min-milliseconds */
  transition: visibility 1ms cubic-bezier(0.2, 0, 1, 0.9) 110ms, left 110ms cubic-bezier(0.2, 0, 1, 0.9) 1ms; }

@media (max-width: 41.98rem) {
  .bx--masthead .bx--side-nav:not(.bx--side-nav--fixed):hover {
    max-width: 100vw;
    width: 100vw; } }

.bx--masthead .bx--side-nav .bx--header__logo {
  height: 3rem;
  padding-left: 3rem; }

.bx--masthead .bx--side-nav,
.bx--masthead .bx--side-nav--expanded {
  max-width: 16rem;
  width: 16rem; }

.bx--masthead .bx--side-nav__items {
  padding-top: 0;
  height: 100%; }

.bx--masthead .bx--side-nav__item {
  height: var(--cds-container-04, 3rem); }

.bx--masthead .bx--side-nav__item .bx--side-nav__submenu {
  height: 100%; }

.bx--masthead .bx--side-nav__overlay {
  top: 0;
  z-index: 1000; }

@media (max-width: 41.98rem) {
  .bx--masthead .bx--side-nav__overlay {
    background-color: #f4f4f4; } }

.bx--masthead .bx--side-nav__overlay-active {
  display: none; }

@media (max-width: 800px) {
  .bx--masthead .bx--side-nav__overlay-active {
    display: block;
    background-color: rgba(22, 22, 22, 0.5); } }

.bx--masthead .bx--side-nav--expanded {
  overflow-y: auto;
  left: 0;
  visibility: visible;
  /* stylelint-disable-next-line time-min-milliseconds */
  transition: visibility 1ms cubic-bezier(0.2, 0, 1, 0.9) 0ms, left 110ms cubic-bezier(0.2, 0, 1, 0.9) 1ms; }

@media (max-width: 41.98rem) {
  .bx--masthead .bx--side-nav--ux,
  .bx--masthead .bx--side-nav,
  .bx--masthead .bx--side-nav--expanded {
    max-width: 100vw;
    width: 100vw;
    border-top: 1px solid #e0e0e0; } }

.bx--side-nav__menu-section {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 0;
  left: -100%;
  background-color: #f4f4f4;
  transition: left 150ms cubic-bezier(0.2, 0, 1, 0.9); }

.bx--side-nav__menu-section a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  padding-left: 1rem;
  height: 3rem; }

.bx--side-nav__menu-section a:hover {
  text-decoration: none;
  background-color: #e5e5e5; }

.bx--side-nav__menu-section .bx--masthead__side-nav--submemu-title {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: flex;
  color: #161616;
  padding: 0 1rem;
  height: 3rem;
  border-bottom: 1px solid #8d8d8d;
  align-items: center; }

.bx--side-nav__menu-section .bx--side-nav__item .bx--masthead__side-nav--submemu-section-title {
  height: 3rem; }

.bx--side-nav__menu-section .bx--side-nav__item .bx--masthead__side-nav--submemu-section-title span {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: flex;
  width: 100%; }

.bx--side-nav__menu-section .bx--masthead__side-nav--submemu-section-title__icon {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center; }

a.bx--side-nav__link,
button.bx--side-nav__link {
  height: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0; }

a.bx--side-nav__link > .bx--side-nav__link-text,
button.bx--side-nav__link > .bx--side-nav__link-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  color: #161616;
  width: 100%;
  text-overflow: ellipsis; }

.bx--masthead__side-nav--submemu-back {
  position: sticky;
  top: 0;
  background-color: #f4f4f4;
  z-index: 1; }

.bx--masthead__side-nav--submemu-back button {
  width: 100%;
  border: none;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 1rem;
  background-color: #f4f4f4; }

.bx--masthead__side-nav--submemu-back button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--masthead__side-nav--submemu-back button > .bx--side-nav__link-text {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  color: #0f62fe;
  display: flex;
  align-items: center; }

.bx--masthead__side-nav--submemu-back button svg {
  margin-right: 5px; }

.bx--masthead__side-nav--submemu-back button svg path {
  fill: currentColor; }

.bx--side-nav__menu-section--expanded {
  z-index: 1;
  left: 0; }

.bx--side-nav__menu-section-submenu {
  left: 100%; }

.bx--side-nav__menu-section-submenu.bx--side-nav__menu-section--expanded {
  left: 0; }

.bx--side-nav__menu-section-submenu--expanded {
  left: -100%; }

.bx--side-nav__menu[role='menu'] {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.bx--side-nav__menu--hasactivechildren {
  overflow: hidden; }

.bx--side-nav__submenu .bx--side-nav__submenu-content {
  width: 100%;
  height: 3rem;
  display: flex;
  border-bottom: 1px solid #e0e0e0; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] {
  position: absolute;
  overflow-y: auto;
  padding-bottom: 4rem;
  top: 0;
  background: #f4f4f4;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  transition-duration: 95ms; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  padding-left: 1rem;
  height: 3rem; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] a:hover {
  text-decoration: none; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] .bx--masthead__side-nav--submemu-title {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: flex;
  color: #161616;
  padding: 0 1rem;
  height: var(--cds-container-04, 3rem);
  border-bottom: 1px solid #8d8d8d;
  align-items: center; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] .bx--masthead__side-nav--submemu-section-title span {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0;
  display: flex;
  width: 100%; }

.bx--side-nav__submenu[aria-expanded='true'] + .bx--side-nav__menu[role='menu'] .bx--masthead__side-nav--submemu-section-title__icon {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center; }

.bx--side-nav__submenu .bx--side-nav__submenu-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  color: #161616;
  align-self: center; }

.bx--side-nav__submenu[aria-haspopup='true'] {
  height: 3rem; }

.bx--side-nav__submenu[aria-haspopup='true'].bx--side-nav__submenu-platform {
  border-bottom: 1px solid #8d8d8d;
  text-decoration: none;
  color: #161616;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0; }

.bx--masthead__side-nav--submemu-heading,
:host(dds-left-nav-menu-category-heading) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  display: block;
  color: #525252;
  padding: 0.25rem 0;
  margin: 0 1rem;
  border-bottom: 1px solid #e0e0e0; }

.bx--masthead__side-nav--submemu--selected {
  border-left: 3px solid #0f62fe; }

.bx--masthead__side-nav--submemu--selected .bx--side-nav__submenu-title,
.bx--masthead__side-nav--submemu--selected.bx--side-nav__link .bx--side-nav__link-text {
  font-weight: 600; }

.bx--side-nav__submenu-chevron > svg,
.bx--side-nav__submenu[aria-expanded='true'] .bx--side-nav__submenu-chevron > svg {
  -webkit-transform: rotate(-90deg) scale(1.25);
  transform: rotate(-90deg) scale(1.25);
  fill: #161616; }

.bx--side-nav__item .bx--side-nav__link,
.bx--side-nav__menu-item .bx--side-nav__link:not([isbackbutton='true']),
:host(dds-left-nav-item-highlighted) a.bx--side-nav__link,
:host(dds-left-nav-menu-item-highlighted) a.bx--side-nav__link[role='menuitem'],
:host(dds-left-nav-item) a.bx--side-nav__link,
:host(dds-left-nav-menu-item) a.bx--side-nav__link[role='menuitem'] {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  height: 3rem;
  width: 100%; }

.bx--side-nav__item .bx--side-nav__link .bx--side-nav__link-text,
.bx--side-nav__menu-item .bx--side-nav__link:not([isbackbutton='true']) .bx--side-nav__link-text,
:host(dds-left-nav-item-highlighted) a.bx--side-nav__link .bx--side-nav__link-text,
:host(dds-left-nav-menu-item-highlighted) a.bx--side-nav__link[role='menuitem'] .bx--side-nav__link-text,
:host(dds-left-nav-item) a.bx--side-nav__link .bx--side-nav__link-text,
:host(dds-left-nav-menu-item) a.bx--side-nav__link[role='menuitem'] .bx--side-nav__link-text {
  align-self: start;
  margin-top: auto; }

.bx--side-nav__item .bx--side-nav__link::after,
.bx--side-nav__menu-item .bx--side-nav__link:not([isbackbutton='true'])::after,
:host(dds-left-nav-item-highlighted) a.bx--side-nav__link::after,
:host(dds-left-nav-menu-item-highlighted) a.bx--side-nav__link[role='menuitem']::after,
:host(dds-left-nav-item) a.bx--side-nav__link::after,
:host(dds-left-nav-menu-item) a.bx--side-nav__link[role='menuitem']::after {
  content: '';
  width: 100%;
  margin-top: auto;
  border-bottom: 1px solid #e0e0e0; }

.bx--masthead__side-nav__last-highlighted,
:host(dds-left-nav-menu-item[last-highlighted]),
:host(dds-left-nav-menu[last-highlighted]) {
  border-bottom: 1px solid #8d8d8d; }

:host(dds-left-nav-menu[last-highlighted]) .bx--side-nav__submenu .bx--side-nav__submenu-content,
.bx--masthead__side-nav__last-highlighted .bx--side-nav__submenu-content,
.bx--side-nav__menu-item.bx--masthead__side-nav__last-highlighted .bx--side-nav__link::after,
:host(dds-left-nav-menu) .bx--masthead__side-nav--submemu-back .bx--side-nav__link::after,
:host(dds-left-nav-menu-item[last-highlighted]) .bx--side-nav__link[role='menuitem']::after {
  border-bottom: none; }

.bx--side-nav__submenu-platform {
  flex-direction: row; }

.bx--side-nav__submenu-platform::after {
  content: none; }

/**
 * Copyright IBM Corp. 2016, 2021
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
@-webkit-keyframes expand {
  0% {
    overflow-y: hidden;
    max-height: 0; }
  100% {
    max-height: 100%; } }

@keyframes expand {
  0% {
    overflow-y: hidden;
    max-height: 0; }
  100% {
    max-height: 100%; } }

@-webkit-keyframes collapse {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }

@keyframes collapse {
  0% {
    max-height: 100vh; }
  100% {
    max-height: 0; } }

:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[role='menuitem'][aria-expanded='true'] + .bx--header__menu,
.bx--header__nav .bx--masthead__megamenu__l0-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu,
.bx--header__nav .bx--masthead__megamenu__l1-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  background-color: transparent;
  bottom: 0;
  box-shadow: none; }

:host(dds-megamenu-top-nav-menu) .bx--header__menu,
.bx--masthead__megamenu__l0-nav .bx--header__menu,
.bx--masthead__megamenu__l1-nav .bx--header__menu {
  position: fixed;
  display: block;
  visibility: hidden;
  min-height: 20rem;
  margin-bottom: 4rem;
  left: 0;
  width: 100vw;
  transition: visibility 240ms cubic-bezier(0.2, 0, 0.38, 0.9); }

:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu ::slotted(dds-megamenu),
:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu .bx--masthead__megamenu,
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu ::slotted(dds-megamenu),
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu .bx--masthead__megamenu,
.bx--masthead__megamenu__l1-nav .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu ::slotted(dds-megamenu),
.bx--masthead__megamenu__l1-nav .bx--header__menu-title[role='menuitem'][aria-expanded='false'] + .bx--header__menu .bx--masthead__megamenu {
  -webkit-animation: 240ms cubic-bezier(0.4, 0.14, 0.3, 1) collapse;
  animation: 240ms cubic-bezier(0.4, 0.14, 0.3, 1) collapse; }

:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu,
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu,
.bx--masthead__megamenu__l1-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  position: fixed;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible;
  margin-bottom: 4rem;
  width: var(--dds-ce--viewport-width, 100vw); }

:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu ::slotted(dds-megamenu),
:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu .bx--masthead__megamenu,
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu ::slotted(dds-megamenu),
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu .bx--masthead__megamenu,
.bx--masthead__megamenu__l1-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu ::slotted(dds-megamenu),
.bx--masthead__megamenu__l1-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu .bx--masthead__megamenu {
  -webkit-animation: 240ms cubic-bezier(0.4, 0.14, 0.3, 1) expand;
  animation: 240ms cubic-bezier(0.4, 0.14, 0.3, 1) expand; }

:host(dds-megamenu-top-nav-menu) .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu,
.bx--masthead__megamenu__l0-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  top: 3rem; }

.bx--masthead__megamenu__l1-nav .bx--header__menu-title[aria-expanded='true'] + .bx--header__menu {
  top: 6.125rem; }

:host(dds-megamenu),
.bx--masthead__megamenu {
  display: block;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #f4f4f4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

:host(dds-megamenu):focus,
.bx--masthead__megamenu:focus {
  outline: none; }

:host(dds-megamenu) .bx--masthead__megamenu__container,
.bx--masthead__megamenu .bx--masthead__megamenu__container {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 42rem) {
  :host(dds-megamenu) .bx--masthead__megamenu__container,
  .bx--masthead__megamenu .bx--masthead__megamenu__container {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 99rem) {
  :host(dds-megamenu) .bx--masthead__megamenu__container,
  .bx--masthead__megamenu .bx--masthead__megamenu__container {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

:host(dds-megamenu) .bx--masthead__megamenu__container .bx--masthead__megamenu__container--row,
.bx--masthead__megamenu .bx--masthead__megamenu__container .bx--masthead__megamenu__container--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  flex-wrap: nowrap; }

:host(dds-megamenu-right-navigation),
.bx--masthead__megamenu__categories-section {
  display: flex;
  flex-direction: column;
  padding-top: 1.125rem;
  width: 100%; }

:host(dds-megamenu-right-navigation) .bx--masthead__megamenu__categories,
.bx--masthead__megamenu__categories-section .bx--masthead__megamenu__categories {
  padding: 0 0 2rem 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }

:host(dds-megamenu-right-navigation) .bx--masthead__megamenu--hasViewAllLink,
.bx--masthead__megamenu__categories-section .bx--masthead__megamenu--hasViewAllLink {
  padding-bottom: 0; }

:host(dds-megamenu-right-navigation) ::slotted(dds-megamenu-category-group) .bx--masthead__megamenu__category-group-shield,
:host(dds-megamenu-right-navigation) .bx--masthead__megamenu__category-group-shield,
.bx--masthead__megamenu__categories-section ::slotted(dds-megamenu-category-group) .bx--masthead__megamenu__category-group-shield,
.bx--masthead__megamenu__categories-section .bx--masthead__megamenu__category-group-shield {
  margin-left: -1rem; }

:host(dds-megamenu-right-navigation) .bx--masthead__megamenu--hasHighlights,
.bx--masthead__megamenu__categories-section .bx--masthead__megamenu--hasHighlights {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.bx--masthead__megamenu__copy,
:host(dds-megamenu-category-group-copy) {
  display: block;
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #525252;
  padding: 0.375rem 1rem 0.625rem; }

:host(dds-megamenu-category-group),
.bx--masthead__megamenu__category-group {
  display: inline; }

:host(dds-megamenu-category-group) .bx--masthead__megamenu__category-group-content,
.bx--masthead__megamenu__category-group .bx--masthead__megamenu__category-group-content {
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem; }

:host(dds-megamenu-category-group) .bx--masthead__megamenu__copy,
:host(dds-megamenu-category-group) ::slotted(dds-megamenu-category-group-copy),
.bx--masthead__megamenu__category-group .bx--masthead__megamenu__copy,
.bx--masthead__megamenu__category-group ::slotted(dds-megamenu-category-group-copy) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #161616;
  margin-top: -0.375rem;
  padding: 0 1rem 0.5rem 1rem; }

:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'],
.bx--masthead__megamenu__category-headline {
  width: 100%; }

:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] p,
:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] a,
:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] .bx--link-with-icon,
:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] :host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-headline p,
.bx--masthead__megamenu__category-headline a,
.bx--masthead__megamenu__category-headline .bx--link-with-icon,
.bx--masthead__megamenu__category-headline :host(dds-megamenu-link-with-icon) {
  padding: 6px 1rem;
  text-decoration: none;
  width: 100%; }

:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] span,
:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] p,
.bx--masthead__megamenu__category-headline span,
.bx--masthead__megamenu__category-headline p {
  color: #161616;
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.16px; }

:host(dds-megamenu-link-with-icon)[style-scheme='category-headline'] svg,
.bx--masthead__megamenu__category-headline svg {
  color: #0f62fe;
  min-width: 1rem; }

:host(dds-megamenu-link-with-icon)[style-scheme='category-headline']:visited, :host(dds-megamenu-link-with-icon)[style-scheme='category-headline']:hover,
.bx--masthead__megamenu__category-headline:visited,
.bx--masthead__megamenu__category-headline:hover {
  color: #161616; }

:host(dds-megamenu-category-link) a,
.bx--masthead__megamenu__category-sublink {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #525252;
  text-decoration: none;
  padding: 6px 1rem;
  display: block; }

:host(dds-megamenu-category-link) a:hover, :host(dds-megamenu-category-link) a:active,
.bx--masthead__megamenu__category-sublink:hover,
.bx--masthead__megamenu__category-sublink:active {
  color: #161616; }

.bx--masthead__megamenu__category-sublink--highlighted,
:host(dds-megamenu-link-with-icon)[style-scheme='category-sublink'] {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 100%; }

.bx--masthead__megamenu__category-sublink--highlighted a,
:host(dds-megamenu-link-with-icon)[style-scheme='category-sublink'] a {
  width: 100%;
  padding: 7px 1rem; }

:host(dds-megamenu-link-with-icon)[style-scheme='view-all'],
.bx--masthead__megamenu__view-all-cta {
  margin-top: auto;
  display: flex; }

:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] a,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] .bx--link-with-icon,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] :host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta a,
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon,
.bx--masthead__megamenu__view-all-cta :host(dds-megamenu-link-with-icon) {
  text-decoration: none;
  width: 100%;
  margin: 0 1rem;
  border-top: 0.0625rem solid #e0e0e0;
  height: 3rem; }

:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] a:hover, :host(dds-megamenu-link-with-icon)[style-scheme='view-all'] a:focus,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] .bx--link-with-icon:hover,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] :hover:host(dds-megamenu-link-with-icon),
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] .bx--link-with-icon:focus,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] :focus:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta a:hover,
.bx--masthead__megamenu__view-all-cta a:focus,
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:hover,
.bx--masthead__megamenu__view-all-cta :hover:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:focus,
.bx--masthead__megamenu__view-all-cta :focus:host(dds-megamenu-link-with-icon) {
  margin: 0;
  padding: 0 1rem; }

:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] a:hover,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] .bx--link-with-icon:hover,
:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] :hover:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta a:hover,
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:hover,
.bx--masthead__megamenu__view-all-cta :hover:host(dds-megamenu-link-with-icon) {
  border-top: 0.0625rem solid transparent;
  color: #0043ce; }

:host(dds-megamenu-link-with-icon)[style-scheme='view-all'] span,
.bx--masthead__megamenu__view-all-cta span {
  --cds-container-01: 1.5rem;
  --cds-container-02: 2rem;
  --cds-container-03: 2.5rem;
  --cds-container-04: 3rem;
  --cds-container-05: 4rem;
  --cds-icon-size-01: 1rem;
  --cds-body-short-01-font-size: 0.875rem;
  --cds-body-short-01-font-weight: 400;
  --cds-body-short-01-line-height: 1.125rem;
  --cds-body-short-01-letter-spacing: 0.16px;
  --cds-body-long-01-font-size: 0.875rem;
  --cds-body-long-01-font-weight: 400;
  --cds-body-long-01-line-height: 1.25rem;
  --cds-body-long-01-letter-spacing: 0.16px;
  --cds-label-01-font-size: 0.75rem;
  --cds-label-01-font-weight: 400;
  --cds-label-01-line-height: 1rem;
  --cds-label-01-letter-spacing: 0.32px;
  --cds-caption-01-font-size: 0.75rem;
  --cds-caption-01-font-weight: 400;
  --cds-caption-01-line-height: 1rem;
  --cds-caption-01-letter-spacing: 0.32px;
  --cds-code-01-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-01-font-size: 0.75rem;
  --cds-code-01-font-weight: 400;
  --cds-code-01-line-height: 1rem;
  --cds-code-01-letter-spacing: 0.32px;
  --cds-code-02-font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  --cds-code-02-font-size: 0.875rem;
  --cds-code-02-font-weight: 400;
  --cds-code-02-line-height: 1.25rem;
  --cds-code-02-letter-spacing: 0.32px;
  --cds-helper-text-01-font-size: 0.75rem;
  --cds-helper-text-01-line-height: 1rem;
  --cds-helper-text-01-letter-spacing: 0.32px;
  --cds-heading-01-font-size: 0.875rem;
  --cds-heading-01-font-weight: 600;
  --cds-heading-01-line-height: 1.125rem;
  --cds-heading-01-letter-spacing: 0.16px;
  --cds-productive-heading-01-font-size: 0.875rem;
  --cds-productive-heading-01-font-weight: 600;
  --cds-productive-heading-01-line-height: 1.125rem;
  --cds-productive-heading-01-letter-spacing: 0.16px;
  --cds-expressive-heading-01-font-size: 0.875rem;
  --cds-expressive-heading-01-font-weight: 600;
  --cds-expressive-heading-01-line-height: 1.25rem;
  --cds-expressive-heading-01-letter-spacing: 0.16px;
  --cds-button-md-height: var(--cds-container-04, 3rem);
  --cds-button-sm-height: var(--cds-container-02, 2rem);
  --cds-button-field-height: var(--cds-container-03, 2.5rem);
  --cds-input-height: var(--cds-container-03, 2.5rem);
  --cds-tab-height: var(--cds-container-03, 2.5rem);
  --cds-tab-container-height: var(--cds-container-04, 3rem);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

:host(dds-megamenu-category-link) a:focus, :host(dds-megamenu-category-link) a:active,
:host(dds-megamenu-link-with-icon) a:focus,
:host(dds-megamenu-link-with-icon) a:active,
.bx--masthead__megamenu__category-headline .bx--link-with-icon:focus,
.bx--masthead__megamenu__category-headline :focus:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-headline .bx--link-with-icon:active,
.bx--masthead__megamenu__category-headline :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:focus,
.bx--masthead__megamenu__category-sublink--highlighted :focus:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:active,
.bx--masthead__megamenu__category-sublink--highlighted :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:focus,
.bx--masthead__megamenu__view-all-cta :focus:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:active,
.bx--masthead__megamenu__view-all-cta :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink:focus,
.bx--masthead__megamenu__category-sublink:active {
  outline: 1px solid #0f62fe;
  outline-width: 2px;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  :host(dds-megamenu-category-link) a:focus, :host(dds-megamenu-category-link) a:active,
  :host(dds-megamenu-link-with-icon) a:focus,
  :host(dds-megamenu-link-with-icon) a:active,
  .bx--masthead__megamenu__category-headline .bx--link-with-icon:focus,
  .bx--masthead__megamenu__category-headline :focus:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__category-headline .bx--link-with-icon:active,
  .bx--masthead__megamenu__category-headline :active:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:focus,
  .bx--masthead__megamenu__category-sublink--highlighted :focus:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:active,
  .bx--masthead__megamenu__category-sublink--highlighted :active:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__view-all-cta .bx--link-with-icon:focus,
  .bx--masthead__megamenu__view-all-cta :focus:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__view-all-cta .bx--link-with-icon:active,
  .bx--masthead__megamenu__view-all-cta :active:host(dds-megamenu-link-with-icon),
  .bx--masthead__megamenu__category-sublink:focus,
  .bx--masthead__megamenu__category-sublink:active {
    outline-style: dotted; } }

:host(dds-megamenu-category-link) a:active, :host(dds-megamenu-category-link) a:hover,
:host(dds-megamenu-link-with-icon) a:active,
:host(dds-megamenu-link-with-icon) a:hover,
.bx--masthead__megamenu__category-headline .bx--link-with-icon:active,
.bx--masthead__megamenu__category-headline :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-headline .bx--link-with-icon:hover,
.bx--masthead__megamenu__category-headline :hover:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:active,
.bx--masthead__megamenu__category-sublink--highlighted :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink--highlighted .bx--link-with-icon:hover,
.bx--masthead__megamenu__category-sublink--highlighted :hover:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:active,
.bx--masthead__megamenu__view-all-cta :active:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__view-all-cta .bx--link-with-icon:hover,
.bx--masthead__megamenu__view-all-cta :hover:host(dds-megamenu-link-with-icon),
.bx--masthead__megamenu__category-sublink:active,
.bx--masthead__megamenu__category-sublink:hover {
  background-color: #e5e5e5; }

:host(dds-megamenu-left-navigation),
.bx--masthead__megamenu__highlight-section {
  min-height: 100%;
  padding-top: 1.125rem;
  border-right: 0.0625rem solid #e0e0e0;
  display: block;
  flex: 0 0 25%;
  max-width: 25%; }

@media (min-width: 800px) and (max-width: 1055px) {
  .bx--masthead__megamenu__container--row {
    flex-direction: column; }
  :host(dds-megamenu-left-navigation),
  .bx--masthead__megamenu__highlight-section {
    border-right: none;
    border-bottom: 0.0625rem solid #e0e0e0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  :host(dds-megamenu-right-navigation) .bx--masthead__megamenu__categories,
  .bx--masthead__megamenu__categories-section .bx--masthead__megamenu__categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * This locks the scroll on the body element when the megamenu is expanded.
 * When using the megamenu web component, adopters will need to load this file in their application for 
 * the scroll locking to work.
 */
.bx--body__lock-scroll {
  position: relative;
  overflow: hidden; }

:host(dds-dotcom-shell),
.bx--dotcom-shell {
  display: flex;
  flex-direction: column;
  padding-top: 3rem; }

:host(dds-dotcom-shell) .bx--tableofcontents__sidebar,
.bx--dotcom-shell .bx--tableofcontents__sidebar {
  top: 48px; }

.bx--dotcom-shell__content {
  flex: 1;
  margin: auto;
  max-width: 99rem;
  width: 100%; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoW.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1Xdm.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoW.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFhA.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q0Q.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFhA.woff) format("woff");
  font-display: auto; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jcoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1hMoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1j8oQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jsoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2HdgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa0XdgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2ndgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa23dgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jcoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1hMoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1j8oQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jsoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoQPttozw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl1FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlRFgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl9FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl5FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iIq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1isq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iAq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iEq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl1FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlRFgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl9FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl5FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFgsAXHNk.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  font-display: auto; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #161616;
  line-height: 1;
  background-color: #f4f4f4; }

.bx--grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

@media (min-width: 42rem) {
  .bx--grid {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 99rem) {
  .bx--grid {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

@media (min-width: 99rem) {
  .bx--grid--full-width {
    max-width: 100%; } }

.bx--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.bx--row-padding [class*='bx--col'],
.bx--col-padding {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.bx--grid--condensed [class*='bx--col'] {
  padding-top: 0.03125rem;
  padding-bottom: 0.03125rem; }

.bx--col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col,
.bx--grid--condensed .bx--col {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col,
.bx--grid--narrow .bx--col {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-0,
.bx--grid--condensed .bx--col-sm-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-0,
.bx--grid--narrow .bx--col-sm-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-1,
.bx--grid--condensed .bx--col-sm-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-1,
.bx--grid--narrow .bx--col-sm-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-2,
.bx--grid--condensed .bx--col-sm-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-2,
.bx--grid--narrow .bx--col-sm-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-3,
.bx--grid--condensed .bx--col-sm-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-3,
.bx--grid--narrow .bx--col-sm-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm-4,
.bx--grid--condensed .bx--col-sm-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm-4,
.bx--grid--narrow .bx--col-sm-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-sm,
.bx--col-sm--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-sm,
.bx--grid--condensed .bx--col-sm, .bx--row--condensed
.bx--col-sm--auto,
.bx--grid--condensed
.bx--col-sm--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-sm,
.bx--grid--narrow .bx--col-sm, .bx--row--narrow
.bx--col-sm--auto,
.bx--grid--narrow
.bx--col-sm--auto {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col,
.bx--col-sm {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.bx--col--auto,
.bx--col-sm--auto {
  flex: 1 0 0%;
  width: auto;
  max-width: 100%; }

.bx--col-sm-0 {
  display: none; }

.bx--col-sm-1 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%; }

.bx--col-sm-2 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%; }

.bx--col-sm-3 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%; }

.bx--col-sm-4 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

.bx--offset-sm-0 {
  margin-left: 0; }

.bx--offset-sm-1 {
  margin-left: 25%; }

.bx--offset-sm-2 {
  margin-left: 50%; }

.bx--offset-sm-3 {
  margin-left: 75%; }

.bx--col-md-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-0,
.bx--grid--condensed .bx--col-md-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-0,
.bx--grid--narrow .bx--col-md-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-1,
.bx--grid--condensed .bx--col-md-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-1,
.bx--grid--narrow .bx--col-md-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-2,
.bx--grid--condensed .bx--col-md-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-2,
.bx--grid--narrow .bx--col-md-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-3,
.bx--grid--condensed .bx--col-md-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-3,
.bx--grid--narrow .bx--col-md-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-4,
.bx--grid--condensed .bx--col-md-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-4,
.bx--grid--narrow .bx--col-md-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-5,
.bx--grid--condensed .bx--col-md-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-5,
.bx--grid--narrow .bx--col-md-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-6,
.bx--grid--condensed .bx--col-md-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-6,
.bx--grid--narrow .bx--col-md-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-7,
.bx--grid--condensed .bx--col-md-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-7,
.bx--grid--narrow .bx--col-md-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md-8,
.bx--grid--condensed .bx--col-md-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md-8,
.bx--grid--narrow .bx--col-md-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-md,
.bx--col-md--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-md,
.bx--grid--condensed .bx--col-md, .bx--row--condensed
.bx--col-md--auto,
.bx--grid--condensed
.bx--col-md--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-md,
.bx--grid--narrow .bx--col-md, .bx--row--narrow
.bx--col-md--auto,
.bx--grid--narrow
.bx--col-md--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--col,
  .bx--col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-md--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-md-0 {
    display: none; }
  .bx--col-md-1 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-md-2 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-md-3 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-md-4 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-md-5 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-md-6 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-md-7 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-md-8 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-md-0 {
    margin-left: 0; }
  .bx--offset-md-1 {
    margin-left: 12.5%; }
  .bx--offset-md-2 {
    margin-left: 25%; }
  .bx--offset-md-3 {
    margin-left: 37.5%; }
  .bx--offset-md-4 {
    margin-left: 50%; }
  .bx--offset-md-5 {
    margin-left: 62.5%; }
  .bx--offset-md-6 {
    margin-left: 75%; }
  .bx--offset-md-7 {
    margin-left: 87.5%; } }

.bx--col-lg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-0,
.bx--grid--condensed .bx--col-lg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-0,
.bx--grid--narrow .bx--col-lg-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-1,
.bx--grid--condensed .bx--col-lg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-1,
.bx--grid--narrow .bx--col-lg-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-2,
.bx--grid--condensed .bx--col-lg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-2,
.bx--grid--narrow .bx--col-lg-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-3,
.bx--grid--condensed .bx--col-lg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-3,
.bx--grid--narrow .bx--col-lg-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-4,
.bx--grid--condensed .bx--col-lg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-4,
.bx--grid--narrow .bx--col-lg-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-5,
.bx--grid--condensed .bx--col-lg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-5,
.bx--grid--narrow .bx--col-lg-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-6,
.bx--grid--condensed .bx--col-lg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-6,
.bx--grid--narrow .bx--col-lg-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-7,
.bx--grid--condensed .bx--col-lg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-7,
.bx--grid--narrow .bx--col-lg-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-8,
.bx--grid--condensed .bx--col-lg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-8,
.bx--grid--narrow .bx--col-lg-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-9,
.bx--grid--condensed .bx--col-lg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-9,
.bx--grid--narrow .bx--col-lg-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-10,
.bx--grid--condensed .bx--col-lg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-10,
.bx--grid--narrow .bx--col-lg-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-11,
.bx--grid--condensed .bx--col-lg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-11,
.bx--grid--narrow .bx--col-lg-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-12,
.bx--grid--condensed .bx--col-lg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-12,
.bx--grid--narrow .bx--col-lg-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-13,
.bx--grid--condensed .bx--col-lg-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-13,
.bx--grid--narrow .bx--col-lg-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-14,
.bx--grid--condensed .bx--col-lg-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-14,
.bx--grid--narrow .bx--col-lg-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-15,
.bx--grid--condensed .bx--col-lg-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-15,
.bx--grid--narrow .bx--col-lg-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg-16,
.bx--grid--condensed .bx--col-lg-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg-16,
.bx--grid--narrow .bx--col-lg-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-lg,
.bx--col-lg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-lg,
.bx--grid--condensed .bx--col-lg, .bx--row--condensed
.bx--col-lg--auto,
.bx--grid--condensed
.bx--col-lg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-lg,
.bx--grid--narrow .bx--col-lg, .bx--row--narrow
.bx--col-lg--auto,
.bx--grid--narrow
.bx--col-lg--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 66rem) {
  .bx--col,
  .bx--col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-lg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-lg-0 {
    display: none; }
  .bx--col-lg-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-lg-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-lg-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-lg-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-lg-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-lg-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-lg-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-lg-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-lg-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-lg-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-lg-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-lg-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-lg-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-lg-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-lg-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-lg-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-lg-0 {
    margin-left: 0; }
  .bx--offset-lg-1 {
    margin-left: 6.25%; }
  .bx--offset-lg-2 {
    margin-left: 12.5%; }
  .bx--offset-lg-3 {
    margin-left: 18.75%; }
  .bx--offset-lg-4 {
    margin-left: 25%; }
  .bx--offset-lg-5 {
    margin-left: 31.25%; }
  .bx--offset-lg-6 {
    margin-left: 37.5%; }
  .bx--offset-lg-7 {
    margin-left: 43.75%; }
  .bx--offset-lg-8 {
    margin-left: 50%; }
  .bx--offset-lg-9 {
    margin-left: 56.25%; }
  .bx--offset-lg-10 {
    margin-left: 62.5%; }
  .bx--offset-lg-11 {
    margin-left: 68.75%; }
  .bx--offset-lg-12 {
    margin-left: 75%; }
  .bx--offset-lg-13 {
    margin-left: 81.25%; }
  .bx--offset-lg-14 {
    margin-left: 87.5%; }
  .bx--offset-lg-15 {
    margin-left: 93.75%; } }

.bx--col-xlg-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-0,
.bx--grid--condensed .bx--col-xlg-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-0,
.bx--grid--narrow .bx--col-xlg-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-1,
.bx--grid--condensed .bx--col-xlg-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-1,
.bx--grid--narrow .bx--col-xlg-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-2,
.bx--grid--condensed .bx--col-xlg-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-2,
.bx--grid--narrow .bx--col-xlg-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-3,
.bx--grid--condensed .bx--col-xlg-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-3,
.bx--grid--narrow .bx--col-xlg-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-4,
.bx--grid--condensed .bx--col-xlg-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-4,
.bx--grid--narrow .bx--col-xlg-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-5,
.bx--grid--condensed .bx--col-xlg-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-5,
.bx--grid--narrow .bx--col-xlg-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-6,
.bx--grid--condensed .bx--col-xlg-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-6,
.bx--grid--narrow .bx--col-xlg-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-7,
.bx--grid--condensed .bx--col-xlg-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-7,
.bx--grid--narrow .bx--col-xlg-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-8,
.bx--grid--condensed .bx--col-xlg-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-8,
.bx--grid--narrow .bx--col-xlg-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-9,
.bx--grid--condensed .bx--col-xlg-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-9,
.bx--grid--narrow .bx--col-xlg-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-10,
.bx--grid--condensed .bx--col-xlg-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-10,
.bx--grid--narrow .bx--col-xlg-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-11,
.bx--grid--condensed .bx--col-xlg-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-11,
.bx--grid--narrow .bx--col-xlg-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-12,
.bx--grid--condensed .bx--col-xlg-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-12,
.bx--grid--narrow .bx--col-xlg-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-13,
.bx--grid--condensed .bx--col-xlg-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-13,
.bx--grid--narrow .bx--col-xlg-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-14,
.bx--grid--condensed .bx--col-xlg-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-14,
.bx--grid--narrow .bx--col-xlg-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-15,
.bx--grid--condensed .bx--col-xlg-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-15,
.bx--grid--narrow .bx--col-xlg-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg-16,
.bx--grid--condensed .bx--col-xlg-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg-16,
.bx--grid--narrow .bx--col-xlg-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-xlg,
.bx--col-xlg--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-xlg,
.bx--grid--condensed .bx--col-xlg, .bx--row--condensed
.bx--col-xlg--auto,
.bx--grid--condensed
.bx--col-xlg--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-xlg,
.bx--grid--narrow .bx--col-xlg, .bx--row--narrow
.bx--col-xlg--auto,
.bx--grid--narrow
.bx--col-xlg--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 82rem) {
  .bx--col,
  .bx--col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-xlg--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-xlg-0 {
    display: none; }
  .bx--col-xlg-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-xlg-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-xlg-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-xlg-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-xlg-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-xlg-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-xlg-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-xlg-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-xlg-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-xlg-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-xlg-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-xlg-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-xlg-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-xlg-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-xlg-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-xlg-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-xlg-0 {
    margin-left: 0; }
  .bx--offset-xlg-1 {
    margin-left: 6.25%; }
  .bx--offset-xlg-2 {
    margin-left: 12.5%; }
  .bx--offset-xlg-3 {
    margin-left: 18.75%; }
  .bx--offset-xlg-4 {
    margin-left: 25%; }
  .bx--offset-xlg-5 {
    margin-left: 31.25%; }
  .bx--offset-xlg-6 {
    margin-left: 37.5%; }
  .bx--offset-xlg-7 {
    margin-left: 43.75%; }
  .bx--offset-xlg-8 {
    margin-left: 50%; }
  .bx--offset-xlg-9 {
    margin-left: 56.25%; }
  .bx--offset-xlg-10 {
    margin-left: 62.5%; }
  .bx--offset-xlg-11 {
    margin-left: 68.75%; }
  .bx--offset-xlg-12 {
    margin-left: 75%; }
  .bx--offset-xlg-13 {
    margin-left: 81.25%; }
  .bx--offset-xlg-14 {
    margin-left: 87.5%; }
  .bx--offset-xlg-15 {
    margin-left: 93.75%; } }

.bx--col-max-0 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-0,
.bx--grid--condensed .bx--col-max-0 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-0,
.bx--grid--narrow .bx--col-max-0 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-1 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-1,
.bx--grid--condensed .bx--col-max-1 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-1,
.bx--grid--narrow .bx--col-max-1 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-2 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-2,
.bx--grid--condensed .bx--col-max-2 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-2,
.bx--grid--narrow .bx--col-max-2 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-3,
.bx--grid--condensed .bx--col-max-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-3,
.bx--grid--narrow .bx--col-max-3 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-4 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-4,
.bx--grid--condensed .bx--col-max-4 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-4,
.bx--grid--narrow .bx--col-max-4 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-5 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-5,
.bx--grid--condensed .bx--col-max-5 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-5,
.bx--grid--narrow .bx--col-max-5 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-6 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-6,
.bx--grid--condensed .bx--col-max-6 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-6,
.bx--grid--narrow .bx--col-max-6 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-7 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-7,
.bx--grid--condensed .bx--col-max-7 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-7,
.bx--grid--narrow .bx--col-max-7 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-8 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-8,
.bx--grid--condensed .bx--col-max-8 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-8,
.bx--grid--narrow .bx--col-max-8 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-9 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-9,
.bx--grid--condensed .bx--col-max-9 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-9,
.bx--grid--narrow .bx--col-max-9 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-10 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-10,
.bx--grid--condensed .bx--col-max-10 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-10,
.bx--grid--narrow .bx--col-max-10 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-11 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-11,
.bx--grid--condensed .bx--col-max-11 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-11,
.bx--grid--narrow .bx--col-max-11 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-12 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-12,
.bx--grid--condensed .bx--col-max-12 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-12,
.bx--grid--narrow .bx--col-max-12 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-13 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-13,
.bx--grid--condensed .bx--col-max-13 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-13,
.bx--grid--narrow .bx--col-max-13 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-14 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-14,
.bx--grid--condensed .bx--col-max-14 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-14,
.bx--grid--narrow .bx--col-max-14 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-15 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-15,
.bx--grid--condensed .bx--col-max-15 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-15,
.bx--grid--narrow .bx--col-max-15 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max-16 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max-16,
.bx--grid--condensed .bx--col-max-16 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max-16,
.bx--grid--narrow .bx--col-max-16 {
  padding-right: 1rem;
  padding-left: 0; }

.bx--col-max,
.bx--col-max--auto {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--col-max,
.bx--grid--condensed .bx--col-max, .bx--row--condensed
.bx--col-max--auto,
.bx--grid--condensed
.bx--col-max--auto {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--col-max,
.bx--grid--narrow .bx--col-max, .bx--row--narrow
.bx--col-max--auto,
.bx--grid--narrow
.bx--col-max--auto {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 99rem) {
  .bx--col,
  .bx--col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .bx--col--auto,
  .bx--col-max--auto {
    flex: 1 0 0%;
    width: auto;
    max-width: 100%; }
  .bx--col-max-0 {
    display: none; }
  .bx--col-max-1 {
    display: block;
    flex: 0 0 6.25%;
    max-width: 6.25%; }
  .bx--col-max-2 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .bx--col-max-3 {
    display: block;
    flex: 0 0 18.75%;
    max-width: 18.75%; }
  .bx--col-max-4 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--col-max-5 {
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
  .bx--col-max-6 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .bx--col-max-7 {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; }
  .bx--col-max-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--col-max-9 {
    display: block;
    flex: 0 0 56.25%;
    max-width: 56.25%; }
  .bx--col-max-10 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .bx--col-max-11 {
    display: block;
    flex: 0 0 68.75%;
    max-width: 68.75%; }
  .bx--col-max-12 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; }
  .bx--col-max-13 {
    display: block;
    flex: 0 0 81.25%;
    max-width: 81.25%; }
  .bx--col-max-14 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .bx--col-max-15 {
    display: block;
    flex: 0 0 93.75%;
    max-width: 93.75%; }
  .bx--col-max-16 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }
  .bx--offset-max-0 {
    margin-left: 0; }
  .bx--offset-max-1 {
    margin-left: 6.25%; }
  .bx--offset-max-2 {
    margin-left: 12.5%; }
  .bx--offset-max-3 {
    margin-left: 18.75%; }
  .bx--offset-max-4 {
    margin-left: 25%; }
  .bx--offset-max-5 {
    margin-left: 31.25%; }
  .bx--offset-max-6 {
    margin-left: 37.5%; }
  .bx--offset-max-7 {
    margin-left: 43.75%; }
  .bx--offset-max-8 {
    margin-left: 50%; }
  .bx--offset-max-9 {
    margin-left: 56.25%; }
  .bx--offset-max-10 {
    margin-left: 62.5%; }
  .bx--offset-max-11 {
    margin-left: 68.75%; }
  .bx--offset-max-12 {
    margin-left: 75%; }
  .bx--offset-max-13 {
    margin-left: 81.25%; }
  .bx--offset-max-14 {
    margin-left: 87.5%; }
  .bx--offset-max-15 {
    margin-left: 93.75%; } }

.bx--no-gutter,
.bx--row.bx--no-gutter [class*='bx--col'] {
  padding-right: 0;
  padding-left: 0; }

.bx--no-gutter--start,
.bx--row.bx--no-gutter--start [class*='bx--col'] {
  padding-left: 0; }

.bx--no-gutter--end,
.bx--row.bx--no-gutter--end [class*='bx--col'] {
  padding-right: 0; }

.bx--no-gutter--left,
.bx--row.bx--no-gutter--left [class*='bx--col'] {
  padding-left: 0; }

.bx--no-gutter--right,
.bx--row.bx--no-gutter--right [class*='bx--col'] {
  padding-right: 0; }

.bx--hang--start {
  padding-left: 1rem; }

.bx--hang--end {
  padding-right: 1rem; }

.bx--hang--left {
  padding-left: 1rem; }

.bx--hang--right {
  padding-right: 1rem; }

.bx--aspect-ratio {
  position: relative; }

.bx--aspect-ratio::before {
  float: left;
  width: 1px;
  height: 0;
  margin-left: -1px;
  content: ''; }

.bx--aspect-ratio::after {
  display: table;
  clear: both;
  content: ''; }

.bx--aspect-ratio--16x9::before {
  padding-top: 56.25%; }

.bx--aspect-ratio--9x16::before {
  padding-top: 177.77778%; }

.bx--aspect-ratio--2x1::before {
  padding-top: 50%; }

.bx--aspect-ratio--1x2::before {
  padding-top: 200%; }

.bx--aspect-ratio--4x3::before {
  padding-top: 75%; }

.bx--aspect-ratio--3x4::before {
  padding-top: 133.33333%; }

.bx--aspect-ratio--1x1::before {
  padding-top: 100%; }

.bx--aspect-ratio--object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@-webkit-keyframes hide-feedback {
  0% {
    visibility: inherit;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes hide-feedback {
  0% {
    visibility: inherit;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes show-feedback {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: inherit;
    opacity: 1; } }

@keyframes show-feedback {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: inherit;
    opacity: 1; } }

.bx--btn--copy {
  position: relative;
  overflow: visible; }

.bx--btn--copy .bx--btn__icon {
  margin-left: 0.3125rem; }

.bx--btn--copy__feedback {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  display: none; }

.bx--btn--copy__feedback:focus {
  border: 2px solid #da1e28; }

.bx--btn--copy__feedback::before {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  top: 1.1rem;
  z-index: 2;
  padding: 0.25rem;
  color: #ffffff;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: attr(data-feedback);
  pointer-events: none; }

.bx--btn--copy__feedback::after {
  top: 0.85rem;
  left: -0.3rem;
  z-index: 1;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: ''; }

.bx--btn--copy__feedback::before, .bx--btn--copy__feedback::after {
  position: absolute;
  display: block;
  background: #393939; }

.bx--btn--copy__feedback--displayed {
  display: inline-flex; }

.bx--copy-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background-color: #ffffff;
  border: none;
  cursor: pointer; }

.bx--copy-btn:hover {
  background-color: #e5e5e5; }

.bx--copy-btn:active {
  background-color: #c6c6c6; }

.bx--copy-btn::before {
  position: absolute;
  z-index: 6000;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  display: none; }

.bx--copy-btn .bx--copy-btn__feedback {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: none;
  box-sizing: content-box;
  margin: auto;
  overflow: visible;
  clip: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--copy-btn .bx--copy-btn__feedback {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--copy-btn .bx--copy-btn__feedback {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--copy-btn .bx--copy-btn__feedback {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--copy-btn .bx--copy-btn__feedback {
    border: 1px solid transparent; } }

.bx--copy-btn .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--copy-btn::before, .bx--copy-btn::after,
.bx--copy-btn .bx--assistive-text,
.bx--copy-btn + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--copy-btn::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--copy-btn::after,
.bx--copy-btn .bx--assistive-text,
.bx--copy-btn + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--copy-btn:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  outline-color: #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--copy-btn:focus {
    outline-style: dotted; } }

.bx--copy-btn.bx--copy-btn--animating::before,
.bx--copy-btn.bx--copy-btn--animating .bx--copy-btn__feedback {
  display: block; }

.bx--copy-btn.bx--copy-btn--animating.bx--copy-btn--fade-out::before,
.bx--copy-btn.bx--copy-btn--animating.bx--copy-btn--fade-out .bx--copy-btn__feedback {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback; }

.bx--copy-btn.bx--copy-btn--animating.bx--copy-btn--fade-in::before,
.bx--copy-btn.bx--copy-btn--animating.bx--copy-btn--fade-in .bx--copy-btn__feedback {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback; }

.bx--copy {
  font-size: 0; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Stroke animations */
@-webkit-keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 16; } }

@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 16; } }

@-webkit-keyframes stroke-end {
  0% {
    stroke-dashoffset: 16; }
  100% {
    stroke-dashoffset: 240; } }

@keyframes stroke-end {
  0% {
    stroke-dashoffset: 16; }
  100% {
    stroke-dashoffset: 240; } }

.bx--loading {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 690ms;
  animation-duration: 690ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 5.5rem;
  height: 5.5rem; }

.bx--loading svg circle {
  -webkit-animation-name: init-stroke;
  animation-name: init-stroke;
  -webkit-animation-duration: 10ms;
  animation-duration: 10ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  animation-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--loading__svg {
  fill: transparent; }

.bx--loading__svg circle {
  stroke-width: 10;
  stroke-linecap: butt;
  stroke-dasharray: 240; }

.bx--loading__stroke {
  stroke: #0f62fe;
  stroke-dashoffset: 16; }

.bx--loading--small .bx--loading__stroke {
  stroke-dashoffset: 110; }

.bx--loading--stop {
  -webkit-animation: rotate-end-p1 700ms cubic-bezier(0.2, 0, 1, 0.9) forwards, rotate-end-p2 700ms cubic-bezier(0.2, 0, 1, 0.9) 700ms forwards;
  animation: rotate-end-p1 700ms cubic-bezier(0.2, 0, 1, 0.9) forwards, rotate-end-p2 700ms cubic-bezier(0.2, 0, 1, 0.9) 700ms forwards; }

.bx--loading--stop svg circle {
  -webkit-animation-name: stroke-end;
  animation-name: stroke-end;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
  animation-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.bx--loading--small {
  width: 1rem;
  height: 1rem; }

.bx--loading--small circle {
  stroke-width: 16; }

.bx--loading--small .bx--loading__svg {
  stroke: #0f62fe; }

.bx--loading__background {
  stroke: #e0e0e0;
  stroke-dashoffset: -22; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    circle.bx--loading__background {
      stroke-dashoffset: 0;
      stroke-dasharray: 265; } } }

.bx--loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5);
  transition: background-color 720ms cubic-bezier(0.4, 0.14, 0.3, 1); }

.bx--loading-overlay--stop {
  display: none; }

.bx--file {
  width: 100%; }

.bx--file--invalid {
  margin-right: 0.5rem;
  fill: #da1e28; }

.bx--file--label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #161616; }

.bx--file--label--disabled {
  color: #c6c6c6; }

.bx--file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--file-btn {
  display: inline-flex;
  margin: 0;
  padding-right: 4rem; }

.bx--file-browse-btn {
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  margin-bottom: 0.5rem;
  color: #0f62fe;
  outline: 2px solid transparent;
  outline-offset: -2px;
  cursor: pointer;
  transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--file-browse-btn:focus, .bx--file-browse-btn:hover {
  outline: 2px solid #0f62fe; }

.bx--file-browse-btn:hover, .bx--file-browse-btn:focus, .bx--file-browse-btn:active, .bx--file-browse-btn:active:visited {
  text-decoration: underline; }

.bx--file-browse-btn:active {
  color: #161616; }

.bx--file-browse-btn--disabled {
  color: #c6c6c6;
  text-decoration: none;
  cursor: no-drop; }

.bx--file-browse-btn--disabled:hover, .bx--file-browse-btn--disabled:focus {
  color: #c6c6c6;
  text-decoration: none;
  outline: none; }

.bx--file-browse-btn--disabled .bx--file__drop-container {
  border: 1px dashed #c6c6c6; }

.bx--label-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #525252; }

.bx--label-description--disabled {
  color: #c6c6c6; }

.bx--file-btn ~ .bx--file-container {
  margin-top: 1.5rem; }

.bx--btn ~ .bx--file-container {
  margin-top: 1rem; }

.bx--file .bx--file-container,
.bx--file ~ .bx--file-container {
  margin-top: 0.5rem; }

.bx--file__selected-file {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  max-width: 20rem;
  min-height: 3rem;
  margin-bottom: 0.5rem;
  word-break: break-word;
  background-color: #ffffff; }

.bx--file__selected-file:last-child {
  margin-bottom: 0; }

.bx--file__selected-file .bx--form-requirement {
  display: block;
  grid-column: 1 / -1;
  max-height: none;
  margin: 0; }

.bx--file__selected-file .bx--inline-loading__animation .bx--loading {
  margin-right: 0; }

.bx--file__selected-file .bx--file-filename {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-left: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--file__selected-file {
    outline: 2px solid transparent; } }

.bx--file__selected-file--field {
  gap: 0.5rem 1rem;
  min-height: 2.5rem; }

.bx--file__selected-file--sm {
  gap: 0.25rem 1rem;
  min-height: 2rem; }

.bx--file__selected-file--invalid__wrapper {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
  max-width: 20rem;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  outline-width: 1px; }

@media screen and (prefers-contrast) {
  .bx--file__selected-file--invalid__wrapper {
    outline-style: dotted; } }

.bx--file__selected-file--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
  padding: 0.75rem 0; }

@media screen and (prefers-contrast) {
  .bx--file__selected-file--invalid {
    outline-style: dotted; } }

.bx--file__selected-file--invalid.bx--file__selected-file--sm {
  padding: 0.25rem 0; }

.bx--file__selected-file--invalid.bx--file__selected-file--field {
  padding: 0.5rem 0; }

.bx--file__selected-file--invalid .bx--form-requirement {
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0; }

.bx--file__selected-file--invalid.bx--file__selected-file--sm .bx--form-requirement {
  padding-top: 0.4375rem; }

.bx--file__selected-file--invalid.bx--file__selected-file--field .bx--form-requirement {
  padding-top: 0.6875rem; }

.bx--file__selected-file--invalid .bx--form-requirement__title,
.bx--file__selected-file--invalid .bx--form-requirement__supplement {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  padding: 0 1rem; }

.bx--file__selected-file--invalid .bx--form-requirement__title {
  color: #da1e28; }

.bx--file__selected-file--invalid .bx--form-requirement__supplement {
  color: #161616; }

.bx--file__selected-file--invalid + .bx--form-requirement {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: block;
  max-height: 12.5rem;
  padding: 0.5rem 1rem;
  overflow: visible;
  color: #da1e28;
  font-weight: 400; }

.bx--file__selected-file--invalid + .bx--form-requirement .bx--form-requirement__supplement {
  padding-bottom: 0.5rem;
  color: #161616; }

.bx--file__state-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  padding-right: 1rem; }

.bx--file__state-container .bx--loading__svg {
  stroke: #161616; }

.bx--file__state-container .bx--file-complete {
  cursor: pointer;
  fill: #0f62fe; }

.bx--file__state-container .bx--file-complete:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--file__state-container .bx--file-complete:focus {
    outline-style: dotted; } }

.bx--file__state-container .bx--file-complete [data-icon-path='inner-path'] {
  opacity: 1;
  fill: #ffffff; }

.bx--file__state-container .bx--file-invalid {
  width: 1rem;
  height: 1rem;
  fill: #da1e28; }

.bx--file__state-container .bx--file-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  fill: #161616; }

.bx--file__state-container .bx--file-close:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--file__state-container .bx--file-close:focus {
    outline-style: dotted; } }

.bx--file__state-container .bx--file-close svg path {
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--file__state-container .bx--file-close svg path {
    fill: ButtonText; } }

.bx--file__state-container .bx--inline-loading__animation {
  margin-right: -0.5rem; }

.bx--file__drop-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 6rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px dashed #8d8d8d; }

.bx--file__drop-container--drag-over {
  background: none;
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

.bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0.25rem; }

.bx--form-item.bx--checkbox-wrapper:first-of-type {
  margin-top: 0.1875rem; }

.bx--label + .bx--form-item.bx--checkbox-wrapper {
  margin-top: -0.125rem; }

.bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin-bottom: 0.1875rem; }

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

.bx--checkbox-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  display: flex;
  min-height: 1.5rem;
  padding-top: 0.1875rem;
  padding-left: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--checkbox-label-text {
  padding-left: 0.375rem; }

.bx--checkbox-label::before,
.bx--checkbox-label::after {
  box-sizing: border-box; }

.bx--checkbox-label::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0.125rem 0.125rem 0.125rem 0.1875rem;
  background-color: transparent;
  border: 1px solid #161616;
  border-radius: 1px;
  content: ''; }

.bx--checkbox-label::after {
  position: absolute;
  top: 0.5rem;
  left: 0.4375rem;
  width: 0.5625rem;
  height: 0.3125rem;
  margin-top: -0.1875rem;
  background: none;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  content: ''; }

.bx--checkbox:checked + .bx--checkbox-label::before,
.bx--checkbox:indeterminate + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true']::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::before {
  background-color: #161616;
  border-color: #161616;
  border-width: 1px; }

.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='true']::after {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg); }

.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state='mixed']::after {
  top: 0.6875rem;
  width: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 0 solid #ffffff;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true'].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed'].bx--checkbox-label__focus::before {
  outline: 2px solid #0f62fe;
  outline-offset: 1px; }

.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled='true'] {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled='true']::before {
  border-color: #c6c6c6; }

.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state='true'][data-contained-checkbox-disabled='true']::before,
.bx--checkbox-label[data-contained-checkbox-state='mixed'][data-contained-checkbox-disabled='true']::before {
  background-color: #c6c6c6; }

.bx--checkbox-label-text.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1rem;
  margin: 0.0625rem 0 0 0.375rem; }

.bx--checkbox-label-text.bx--skeleton:hover, .bx--checkbox-label-text.bx--skeleton:focus, .bx--checkbox-label-text.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--checkbox-label-text.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--checkbox-label-text.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--radio-button-group {
  display: flex;
  align-items: center; }

.bx--label + .bx--form-item .bx--radio-button-group {
  margin-top: 0; }

.bx--radio-button-group--vertical {
  flex-direction: column;
  align-items: flex-start; }

.bx--radio-button-group--vertical.bx--radio-button-group--label-left {
  align-items: flex-end; }

.bx--radio-button-group--vertical .bx--radio-button__label {
  margin-right: 0;
  line-height: 1.25rem; }

.bx--radio-button-group--vertical .bx--radio-button__label:not(:last-of-type) {
  margin-bottom: 0.5rem; }

.bx--radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0);
  visibility: inherit; }

.bx--radio-button__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  cursor: pointer; }

.bx--radio-button__appearance {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem 0.5rem 0.125rem 0.125rem;
  background-color: transparent;
  border: 1px solid #161616;
  border-radius: 50%; }

.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #161616; }

.bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #161616;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  content: ''; }

@media screen and (-ms-high-contrast: active) {
  .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
    background-color: WindowText; } }

@media screen and (prefers-contrast) {
  .bx--radio-button:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
    border: 2px solid WindowText; } }

.bx--radio-button:disabled + .bx--radio-button__label {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--radio-button:disabled + .bx--radio-button__label .bx--radio-button__appearance,
.bx--radio-button:disabled:checked + .bx--radio-button__label .bx--radio-button__appearance {
  border-color: #c6c6c6; }

.bx--radio-button:disabled + .bx--radio-button__label .bx--radio-button__appearance::before,
.bx--radio-button:disabled:checked + .bx--radio-button__label .bx--radio-button__appearance::before {
  background-color: #c6c6c6; }

.bx--radio-button:focus + .bx--radio-button__label .bx--radio-button__appearance {
  outline: 1px solid transparent;
  box-shadow: 0 0 0 2px #0f62fe; }

.bx--radio-button__label.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1.125rem; }

.bx--radio-button__label.bx--skeleton:hover, .bx--radio-button__label.bx--skeleton:focus, .bx--radio-button__label.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--radio-button__label.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--radio-button__label.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--radio-button__label.bx--skeleton .bx--radio-button__appearance {
  display: none; }

.bx--radio-button-wrapper .bx--radio-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }

.bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 1rem; }

.bx--radio-button-group--vertical .bx--radio-button-wrapper:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 0.5rem; }

.bx--radio-button-group--label-right .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-right .bx--radio-button__label {
  flex-direction: row; }

.bx--radio-button-group--label-left .bx--radio-button__label,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left .bx--radio-button__label {
  flex-direction: row-reverse; }

.bx--radio-button-group--label-left .bx--radio-button__appearance,
.bx--radio-button-wrapper.bx--radio-button-wrapper--label-left .bx--radio-button__appearance {
  margin-right: 0;
  margin-left: 0.5rem; }

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

.bx--toggle:focus {
  outline: none; }

.bx--toggle__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  cursor: pointer; }

.bx--toggle__appearance {
  position: relative;
  width: 3rem;
  height: 1.5rem; }

.bx--toggle__appearance::before {
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 3rem;
  height: 1.5rem;
  background-color: #8d8d8d;
  border-radius: 0.9375rem;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  cursor: pointer;
  transition: box-shadow 70ms cubic-bezier(0.2, 0, 1, 0.9), background-color 70ms cubic-bezier(0.2, 0, 1, 0.9);
  content: '';
  will-change: box-shadow; }

.bx--toggle__appearance::after {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: -webkit-transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9), -webkit-transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  content: ''; }

.bx--toggle__check {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 1;
  width: 0.375rem;
  height: 0.3125rem;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9);
  fill: #ffffff; }

.bx--toggle__text--left,
.bx--toggle__text--right {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  margin-left: 0.5rem; }

.bx--toggle__text--left {
  position: absolute;
  left: 3rem; }

.bx--toggle:checked + .bx--toggle__label .bx--toggle__text--left,
.bx--toggle:not(:checked) + .bx--toggle__label .bx--toggle__text--right {
  visibility: hidden; }

.bx--toggle:checked + .bx--toggle__label .bx--toggle__text--right,
.bx--toggle:not(:checked) + .bx--toggle__label .bx--toggle__text--left {
  display: inline; }

.bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance::before {
  background-color: #24a148; }

.bx--toggle:checked + .bx--toggle__label .bx--toggle__appearance::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem); }

.bx--toggle + .bx--toggle__label .bx--toggle__appearance::before {
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent; }

.bx--toggle:focus + .bx--toggle__label,
.bx--toggle:active + .bx--toggle__label .bx--toggle__appearance::before {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 3px #0f62fe; }

.bx--toggle:disabled + .bx--toggle__label {
  cursor: not-allowed; }

.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::before {
  background-color: #ffffff; }

.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::after {
  background-color: #c6c6c6; }

.bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::before, .bx--toggle:disabled + .bx--toggle__label .bx--toggle__appearance::after {
  cursor: not-allowed;
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9); }

.bx--toggle:disabled + .bx--toggle__label .bx--toggle__text--left,
.bx--toggle:disabled + .bx--toggle__label .bx--toggle__text--right {
  color: #c6c6c6; }

.bx--toggle:disabled:active + .bx--toggle__label .bx--toggle__appearance:before {
  box-shadow: none; }

.bx--toggle:disabled + .bx--toggle__label .bx--toggle__check {
  fill: #c6c6c6; }

.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance {
  width: 2rem;
  height: 1rem; }

.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance::before {
  top: 0;
  box-sizing: border-box;
  width: 2rem;
  height: 1rem;
  border-radius: 0.9375rem; }

.bx--toggle--small + .bx--toggle__label .bx--toggle__appearance::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem; }

.bx--toggle--small:checked + .bx--toggle__label .bx--toggle__check {
  -webkit-transform: scale(1) translateX(1rem);
  transform: scale(1) translateX(1rem);
  fill: #24a148; }

.bx--toggle--small + .bx--toggle__label .bx--toggle__text--left {
  left: 2rem; }

.bx--toggle--small:checked + .bx--toggle__label .bx--toggle__appearance::after {
  margin-left: 0;
  -webkit-transform: translateX(1.0625rem);
  transform: translateX(1.0625rem); }

.bx--toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--toggle-input:focus {
  outline: none; }

.bx--toggle-input__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #525252;
  cursor: pointer; }

.bx--toggle__switch {
  position: relative;
  display: flex;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  cursor: pointer; }

.bx--toggle__switch::before {
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 3rem;
  height: 1.5rem;
  background-color: #8d8d8d;
  border-radius: 0.9375rem;
  box-shadow: 0 0 0 1px transparent, 0 0 0 3px transparent;
  transition: box-shadow 70ms cubic-bezier(0.2, 0, 1, 0.9), background-color 70ms cubic-bezier(0.2, 0, 1, 0.9);
  content: '';
  will-change: box-shadow; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--toggle__switch::before {
    border: 1px solid ButtonText; } }

.bx--toggle__switch::after {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: -webkit-transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 1, 0.9), -webkit-transform 70ms cubic-bezier(0.2, 0, 1, 0.9);
  content: ''; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--toggle__switch::after {
    border: 3px solid ButtonText; } }

.bx--toggle-input__label .bx--toggle__switch {
  margin-top: 1rem; }

.bx--toggle__text--off,
.bx--toggle__text--on {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  margin-left: 3.5rem;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch > .bx--toggle__text--off,
.bx--toggle-input:not(:checked) + .bx--toggle-input__label > .bx--toggle__switch > .bx--toggle__text--on {
  visibility: hidden; }

.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #24a148; }

.bx--toggle-input:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem); }

.bx--toggle-input:focus + .bx--toggle-input__label > .bx--toggle__switch::before,
.bx--toggle-input:active + .bx--toggle-input__label > .bx--toggle__switch::before {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 3px #0f62fe; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--toggle-input:focus + .bx--toggle-input__label > .bx--toggle__switch::before,
  .bx--toggle-input:active + .bx--toggle-input__label > .bx--toggle__switch::before {
    outline: 1px solid ButtonText; } }

.bx--toggle-input:disabled + .bx--toggle-input__label {
  color: #c6c6c6;
  cursor: not-allowed; }

.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch {
  cursor: not-allowed; }

.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #ffffff; }

.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #c6c6c6; }

.bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before, .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  cursor: not-allowed;
  transition: 70ms cubic-bezier(0.2, 0, 1, 0.9); }

.bx--toggle-input:disabled:active + .bx--toggle-input__label > .bx--toggle__switch::before {
  box-shadow: none; }

.bx--data-table .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::before {
  background-color: #c6c6c6; }

.bx--data-table .bx--toggle-input:disabled + .bx--toggle-input__label > .bx--toggle__switch::after {
  background-color: #8d8d8d; }

.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch {
  width: 2rem;
  height: 1rem; }

.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::before {
  width: 2rem;
  height: 1rem;
  border-radius: 0.9375rem; }

.bx--toggle-input--small + .bx--toggle-input__label > .bx--toggle__switch::after {
  width: 0.625rem;
  height: 0.625rem; }

.bx--toggle-input--small + .bx--toggle-input__label .bx--toggle__text--off,
.bx--toggle-input--small + .bx--toggle-input__label .bx--toggle__text--on {
  margin-left: 2.5rem; }

.bx--toggle-input--small:checked + .bx--toggle-input__label > .bx--toggle__switch::after {
  -webkit-transform: translateX(1.0625rem);
  transform: translateX(1.0625rem); }

.bx--toggle-input--small:checked + .bx--toggle-input__label .bx--toggle__check {
  -webkit-transform: scale(1) translateX(1rem);
  transform: scale(1) translateX(1rem);
  fill: #24a148; }

.bx--toggle-input--small:disabled:checked + .bx--toggle-input__label .bx--toggle__check {
  fill: #ffffff; }

.bx--toggle__label.bx--skeleton {
  flex-direction: column;
  align-items: flex-start; }

.bx--toggle__label.bx--skeleton .bx--toggle__label-text {
  margin-bottom: 0.5rem; }

.bx--text-area {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 100%;
  min-width: 10rem;
  height: 100%;
  min-height: 2.5rem;
  padding: 0.6875rem 1rem;
  color: #161616;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  resize: vertical; }

.bx--text-area:focus,
.bx--text-area:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--text-area:focus,
  .bx--text-area:active {
    outline-style: dotted; } }

.bx--text-area::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--text-area::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--text-area:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--text-area::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--text-area::placeholder {
  color: #6f6f6f;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--text-area--light {
  background-color: #f4f4f4; }

.bx--text-area--invalid {
  padding-right: 2.5rem; }

.bx--text-area__wrapper {
  position: relative;
  display: flex;
  width: 100%; }

.bx--text-area__invalid-icon {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  fill: #da1e28; }

.bx--text-area:disabled {
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  outline: none;
  cursor: not-allowed; }

.bx--text-area:disabled::-webkit-input-placeholder {
  color: #c6c6c6; }

.bx--text-area:disabled::-moz-placeholder {
  color: #c6c6c6; }

.bx--text-area:disabled:-ms-input-placeholder {
  color: #c6c6c6; }

.bx--text-area:disabled::-ms-input-placeholder {
  color: #c6c6c6; }

.bx--text-area:disabled::placeholder {
  color: #c6c6c6; }

.bx--text-area.bx--text-area--light:disabled {
  background-color: #f4f4f4; }

.bx--text-area.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  height: 6.25rem; }

.bx--text-area.bx--skeleton:hover, .bx--text-area.bx--skeleton:focus, .bx--text-area.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--text-area.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--text-area.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--text-area.bx--skeleton::-webkit-input-placeholder {
  color: transparent; }

.bx--text-area.bx--skeleton::-moz-placeholder {
  color: transparent; }

.bx--text-area.bx--skeleton:-ms-input-placeholder {
  color: transparent; }

.bx--text-area.bx--skeleton::-ms-input-placeholder {
  color: transparent; }

.bx--text-area.bx--skeleton::placeholder {
  color: transparent; }

.bx--number {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; }

.bx--number input[type='number'] {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 9.375rem;
  height: 2.5rem;
  padding-right: 8rem;
  padding-left: 1rem;
  color: #161616;
  font-weight: 300;
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  background-color: #ffffff;
  border: 0;
  border-bottom: 0.0625rem solid #8d8d8d;
  border-radius: 0;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -moz-appearance: textfield; }

.bx--number input[type='number']:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--number input[type='number']:focus {
    outline-style: dotted; } }

.bx--number input[type='number']:disabled ~ .bx--number__controls {
  cursor: not-allowed;
  pointer-events: none; }

.bx--number input[type='number']:disabled ~ .bx--number__controls svg {
  fill: #c6c6c6; }

.bx--number input[type='number']::-ms-clear {
  display: none; }

.bx--number input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; }

.bx--number--xl.bx--number input[type='number'] {
  padding-right: 9rem; }

.bx--number--sm.bx--number input[type='number'] {
  padding-right: 7rem; }

.bx--number input[type='number']:disabled,
.bx--number--readonly input[type='number'] {
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: not-allowed; }

.bx--number__input-wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.bx--number__controls {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--number__controls {
    outline: 1px solid transparent;
    outline-offset: -1px; } }

.bx--number__control-btn {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #161616;
  border-bottom: 0.0625rem solid #8d8d8d; }

.bx--number__control-btn::-moz-focus-inner {
  border: 0; }

.bx--number__control-btn::before, .bx--number__control-btn::after {
  position: absolute;
  top: 0.125rem;
  display: block;
  width: 0.125rem;
  height: 2.25rem;
  background-color: #ffffff;
  content: ''; }

.bx--number__control-btn::before {
  left: 0; }

.bx--number__control-btn::after {
  right: 0; }

.bx--number__control-btn svg {
  fill: currentColor; }

.bx--number__control-btn:focus {
  outline: 1px solid #0f62fe;
  color: #161616;
  outline-width: 2px;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--number__control-btn:focus {
    outline-style: dotted; } }

.bx--number__control-btn:hover {
  color: #161616;
  background-color: #e5e5e5;
  cursor: pointer; }

.bx--number__control-btn:hover::before, .bx--number__control-btn:hover::after {
  background-color: #e5e5e5; }

.bx--number__control-btn:focus::before, .bx--number__control-btn:focus::after, .bx--number__control-btn:hover:focus::before, .bx--number__control-btn:hover:focus::after {
  background-color: transparent; }

.bx--number__control-btn:disabled {
  color: #c6c6c6;
  border-bottom-color: transparent;
  cursor: not-allowed; }

.bx--number__control-btn.down-icon {
  order: 1; }

.bx--number__control-btn.up-icon {
  order: 2; }

.bx--number input[type='number']:focus ~ .bx--number__controls .bx--number__control-btn {
  border-bottom-width: 0; }

.bx--number input[type='number']:focus ~ .bx--number__controls .bx--number__control-btn:hover {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  border: 0; }

@media screen and (prefers-contrast) {
  .bx--number input[type='number']:focus ~ .bx--number__controls .bx--number__control-btn:hover {
    outline-style: dotted; } }

.bx--number input[type='number'][data-invalid] ~ .bx--number__controls .bx--number__control-btn {
  border-bottom-width: 0; }

.bx--number input[type='number'][data-invalid]:not(:focus) ~ .bx--number__controls .bx--number__control-btn:hover {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--number input[type='number'][data-invalid]:not(:focus) ~ .bx--number__controls .bx--number__control-btn:hover {
    outline-style: dotted; } }

.bx--number input[type='number']:focus ~ .bx--number__controls .bx--number__control-btn.up-icon::after {
  background-color: transparent; }

.bx--number input[type='number'][data-invalid] ~ .bx--number__controls .bx--number__control-btn.up-icon::after {
  background-color: #da1e28; }

.bx--number input[type='number'][data-invalid]:focus ~ .bx--number__controls .bx--number__control-btn.up-icon::after,
.bx--number input[type='number'][data-invalid] ~ .bx--number__controls .bx--number__control-btn.up-icon:focus::after {
  background-color: #0f62fe; }

.bx--number__rule-divider {
  position: absolute;
  z-index: 6000;
  width: 0.0625rem;
  height: 1rem;
  background-color: #e0e0e0; }

.bx--number__rule-divider:first-of-type {
  order: 0; }

.bx--number__controls .bx--number__rule-divider:first-of-type {
  left: 0;
  background-color: transparent; }

.bx--number__invalid + .bx--number__controls .bx--number__rule-divider:first-of-type {
  background-color: #e0e0e0; }

.bx--number--light .bx--number__rule-divider,
.bx--number--light .bx--number__invalid + .bx--number__controls .bx--number__rule-divider:first-of-type {
  background-color: #e0e0e0; }

.bx--number input[type='number']:disabled + .bx--number__controls .bx--number__rule-divider:first-of-type {
  background-color: transparent; }

.bx--number input[type='number']:disabled + .bx--number__controls .bx--number__rule-divider {
  background-color: #c6c6c6; }

.bx--number__control-btn:focus ~ .bx--number__rule-divider {
  background-color: transparent; }

.bx--number--readonly .bx--number__control-btn {
  display: none; }

.bx--number__invalid {
  position: absolute;
  right: 6rem;
  fill: #da1e28; }

.bx--number--xl .bx--number__invalid {
  right: 7rem; }

.bx--number--sm .bx--number__invalid {
  right: 5rem; }

.bx--number__invalid + .bx--number__rule-divider {
  position: absolute;
  right: 5rem; }

.bx--number--xl .bx--number__invalid + .bx--number__rule-divider {
  right: 6rem; }

.bx--number--sm .bx--number__invalid + .bx--number__rule-divider {
  right: 4rem; }

.bx--number__control-btn.down-icon:hover ~ .bx--number__rule-divider,
.bx--number__control-btn.up-icon:hover + .bx--number__rule-divider,
.bx--number__control-btn.down-icon:focus ~ .bx--number__rule-divider,
.bx--number__control-btn.up-icon:focus + .bx--number__rule-divider {
  background-color: transparent; }

.bx--number__invalid--warning {
  fill: #f1c21b; }

.bx--number__invalid--warning path:first-of-type {
  opacity: 1;
  fill: #000000; }

.bx--number--light input[type='number'] {
  background-color: #f4f4f4; }

.bx--number--light input[type='number']:disabled,
.bx--number--light .bx--number--readonly input[type='number'] {
  background-color: #f4f4f4; }

.bx--number--light .bx--number__control-btn::before,
.bx--number--light .bx--number__control-btn::after {
  background-color: #f4f4f4; }

.bx--number--light .bx--number__control-btn:focus::before,
.bx--number--light .bx--number__control-btn:focus::after {
  background-color: transparent; }

.bx--number--light .bx--number__control-btn:hover,
.bx--number--light .bx--number__control-btn:hover::before,
.bx--number--light .bx--number__control-btn:hover::after {
  background-color: #e5e5e5; }

.bx--number--xl input[type='number'] {
  height: 3rem; }

.bx--number--xl .bx--number__controls {
  width: 6rem; }

.bx--number--xl .bx--number__control-btn {
  width: 3rem; }

.bx--number--xl .bx--number__control-btn::before, .bx--number--xl .bx--number__control-btn::after {
  height: 2.75rem; }

.bx--number--sm input[type='number'] {
  height: 2rem; }

.bx--number--sm .bx--number__controls {
  width: 4rem; }

.bx--number--sm .bx--number__control-btn {
  width: 2rem; }

.bx--number--sm .bx--number__control-btn::before, .bx--number--sm .bx--number__control-btn::after {
  height: 1.75rem; }

.bx--number--nolabel .bx--label + .bx--form__helper-text {
  margin-top: 0; }

.bx--number.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 2.5rem; }

.bx--number.bx--skeleton:hover, .bx--number.bx--skeleton:focus, .bx--number.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--number.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--number.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--number.bx--skeleton input[type='number'] {
  display: none; }

.bx--list--nested,
.bx--list--unordered,
.bx--list--ordered,
.bx--list--ordered--native {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  list-style: none; }

.bx--list--ordered--native {
  list-style: decimal; }

.bx--list__item {
  color: #161616; }

.bx--list--nested {
  margin-left: 2rem; }

.bx--list--nested .bx--list__item {
  padding-left: 0.25rem; }

.bx--list--ordered:not(.bx--list--nested) {
  counter-reset: item; }

.bx--list--ordered:not(.bx--list--nested) > .bx--list__item {
  position: relative; }

.bx--list--ordered:not(.bx--list--nested) > .bx--list__item::before {
  position: absolute;
  left: -1.5rem;
  content: counter(item) ".";
  counter-increment: item; }

.bx--list--ordered.bx--list--nested,
.bx--list--ordered--native.bx--list--nested {
  list-style-type: lower-latin; }

.bx--list--unordered > .bx--list__item {
  position: relative; }

.bx--list--unordered > .bx--list__item::before {
  position: absolute;
  left: -1rem;
  content: '\2013'; }

.bx--list--unordered.bx--list--nested > .bx--list__item::before {
  left: -0.75rem;
  content: '\25AA'; }

.bx--table-toolbar {
  position: relative;
  display: flex;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  background-color: #ffffff; }

.bx--toolbar-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 3rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--batch-actions ~ .bx--toolbar-content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.bx--toolbar-content .bx--search .bx--search-input {
  background-color: transparent; }

.bx--batch-actions ~ .bx--toolbar-search-container {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 110ms; }

.bx--toolbar-search-container-expandable {
  position: relative;
  width: 3rem;
  height: 3rem;
  box-shadow: none;
  cursor: pointer;
  transition: width 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--toolbar-search-container-expandable:hover {
  background-color: #e5e5e5; }

.bx--toolbar-search-container-expandable .bx--search-input {
  height: 100%;
  padding: 0;
  cursor: pointer;
  opacity: 0; }

.bx--toolbar-search-container-expandable .bx--search-magnifier {
  left: 0;
  width: 3rem;
  height: 3rem;
  padding: 1rem; }

.bx--toolbar-search-container-expandable.bx--search--disabled .bx--search-magnifier {
  background-color: #ffffff;
  cursor: not-allowed;
  transition: background-color none; }

.bx--toolbar-search-container-disabled {
  cursor: not-allowed; }

.bx--toolbar-search-container-expandable.bx--search .bx--label {
  visibility: hidden; }

.bx--toolbar-search-container-expandable.bx--search .bx--search-close {
  width: 3rem;
  height: 3rem; }

.bx--toolbar-search-container-expandable.bx--search .bx--search-close::before {
  top: 0.125rem;
  height: calc(100% - 0.25rem);
  background-color: #e5e5e5; }

.bx--toolbar-search-container-expandable.bx--search .bx--search-close:focus::before {
  background-color: #0f62fe; }

.bx--toolbar-search-container-active.bx--search {
  width: 100%; }

.bx--toolbar-search-container-active .bx--search-input {
  opacity: 1; }

.bx--toolbar-search-container-active .bx--label,
.bx--toolbar-search-container-active .bx--search-input {
  padding: 0 3rem;
  cursor: text; }

.bx--toolbar-search-container-active .bx--search-input:focus + .bx--search-close {
  border: none;
  outline: none;
  box-shadow: none; }

.bx--toolbar-search-container-active .bx--search-input:not(:-moz-placeholder-shown) {
  background-color: #e5e5e5;
  border: none; }

.bx--toolbar-search-container-active .bx--search-input:not(:-ms-input-placeholder) {
  background-color: #e5e5e5;
  border: none; }

.bx--toolbar-search-container-active .bx--search-input:not(:placeholder-shown) {
  background-color: #e5e5e5;
  border: none; }

.bx--toolbar-search-container-active .bx--search-magnifier:focus,
.bx--toolbar-search-container-active .bx--search-magnifier:active,
.bx--toolbar-search-container-active .bx--search-magnifier:hover {
  background-color: transparent;
  border: none;
  outline: none; }

.bx--toolbar-search-container-persistent .bx--search-close,
.bx--toolbar-search-container-persistent .bx--search-close:hover,
.bx--toolbar-search-container-active .bx--search-close,
.bx--toolbar-search-container-active .bx--search-close:hover {
  background-color: transparent;
  border: none; }

.bx--toolbar-search-container-persistent .bx--search-close::before {
  display: none; }

.bx--overflow-menu.bx--toolbar-action {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  cursor: pointer;
  transition: background 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--overflow-menu.bx--toolbar-action::-moz-focus-inner {
  border: 0; }

.bx--toolbar-action {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transition: background 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--toolbar-action::-moz-focus-inner {
  border: 0; }

.bx--toolbar-action:hover:not([disabled]) {
  background-color: #e5e5e5; }

.bx--toolbar-action:hover[aria-expanded='true'] {
  background-color: #ffffff; }

.bx--toolbar-action[disabled] {
  cursor: not-allowed; }

.bx--toolbar-action[disabled] .bx--toolbar-action__icon {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--toolbar-action:focus:not([disabled]),
.bx--toolbar-action:active:not([disabled]) {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--toolbar-action:focus:not([disabled]),
  .bx--toolbar-action:active:not([disabled]) {
    outline-style: dotted; } }

.bx--toolbar-action:focus:not([disabled]).bx--toolbar-search-container-expandable,
.bx--toolbar-action:active:not([disabled]).bx--toolbar-search-container-expandable {
  outline: none; }

.bx--toolbar-action ~ .bx--btn {
  max-width: none;
  margin: 0;
  white-space: nowrap; }

.bx--overflow-menu--data-table {
  height: 3rem; }

.bx--toolbar-action__icon {
  width: auto;
  max-width: 1rem;
  height: 1rem;
  fill: #161616; }

.bx--toolbar-search-container-persistent {
  position: relative;
  width: 100%;
  height: 3rem;
  opacity: 1; }

.bx--toolbar-search-container-persistent + .bx--toolbar-content {
  position: relative;
  width: auto; }

.bx--toolbar-search-container-persistent .bx--search {
  position: initial; }

.bx--toolbar-search-container-persistent .bx--search-magnifier {
  left: 1rem; }

.bx--toolbar-search-container-persistent .bx--search-input {
  height: 3rem;
  padding: 0 3rem;
  border: none; }

.bx--toolbar-search-container-persistent .bx--search-input:focus:not([disabled]) {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--toolbar-search-container-persistent .bx--search-input:focus:not([disabled]) {
    outline-style: dotted; } }

.bx--toolbar-search-container-persistent .bx--search-input:hover:not([disabled]) {
  background-color: #e5e5e5; }

.bx--toolbar-search-container-persistent .bx--search-input:not(:-moz-placeholder-shown) {
  background-color: #e5e5e5; }

.bx--toolbar-search-container-persistent .bx--search-input:not(:-ms-input-placeholder) {
  background-color: #e5e5e5; }

.bx--toolbar-search-container-persistent .bx--search-input:active:not([disabled]),
.bx--toolbar-search-container-persistent .bx--search-input:not(:placeholder-shown) {
  background-color: #e5e5e5; }

.bx--toolbar-search-container-persistent .bx--search-close {
  width: 3rem;
  height: 3rem; }

.bx--batch-actions--active ~ .bx--toolbar-search-container,
.bx--batch-actions--active ~ .bx--toolbar-content {
  -webkit-transform: translate3d(0, 48px, 0);
  transform: translate3d(0, 48px, 0);
  transition: -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }

.bx--batch-actions {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  overflow-x: auto;
  background-color: #0f62fe;
  -webkit-transform: translate3d(0, 48px, 0);
  transform: translate3d(0, 48px, 0);
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
  will-change: transform; }

.bx--batch-actions:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--batch-actions:focus {
    outline-style: dotted; } }

.bx--batch-actions--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: all; }

.bx--action-list {
  position: absolute;
  right: 0;
  display: flex; }

.bx--action-list .bx--btn {
  min-width: 0;
  padding: calc(0.875rem - 3px) 16px;
  color: #ffffff; }

.bx--action-list .bx--btn:disabled {
  color: #8d8d8d; }

.bx--action-list .bx--btn .bx--btn__icon {
  position: static;
  margin-left: 0.5rem;
  fill: #ffffff; }

.bx--action-list .bx--btn .bx--btn__icon .st0 {
  fill: none; }

.bx--batch-download {
  padding: 0.0625rem; }

.bx--action-list .bx--btn--primary:focus::before,
.bx--action-list .bx--btn--primary::before,
.bx--action-list .bx--btn--primary:focus::after,
.bx--action-list .bx--btn--primary::after {
  display: none; }

.bx--action-list .bx--btn--primary:focus {
  outline: 2px solid #ffffff;
  outline-offset: -0.125rem; }

.bx--action-list .bx--btn--primary:nth-child(3):hover + .bx--btn--primary.bx--batch-summary__cancel::before,
.bx--action-list .bx--btn--primary:nth-child(3):focus + .bx--btn--primary.bx--batch-summary__cancel::before {
  opacity: 0; }

.bx--btn--primary.bx--batch-summary__cancel::before {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #ffffff;
  border: none;
  opacity: 1;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

.bx--btn--primary.bx--batch-summary__cancel:hover::before {
  opacity: 0;
  transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--batch-summary__cancel {
  position: relative;
  padding-right: 1rem; }

.bx--batch-summary {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  color: #ffffff; }

.bx--batch-summary__para {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--table-toolbar--small {
  height: 2rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent {
  height: 2rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-input,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-input {
  height: 2rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-close,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-close {
  width: 2rem;
  height: 2rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search-magnifier,
.bx--table-toolbar--small .bx--toolbar-search-container-persistent .bx--search-magnifier {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem; }

.bx--table-toolbar--small .bx--toolbar-action.bx--toolbar-search-container-persistent {
  width: 100%; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable {
  width: 2rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-expandable .bx--search .bx--search-input {
  padding: 0 3rem; }

.bx--table-toolbar--small .bx--toolbar-search-container-active {
  flex: auto;
  transition: flex 175ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input {
  visibility: inherit; }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background-color: #e5e5e5; }

@media screen and (prefers-contrast) {
  .bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:focus {
    outline-style: dotted; } }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:not(:-moz-placeholder-shown) {
  background-color: #e5e5e5; }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:not(:-ms-input-placeholder) {
  background-color: #e5e5e5; }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:active,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-input:not(:placeholder-shown) {
  background-color: #e5e5e5; }

.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier:focus,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier:active,
.bx--table-toolbar--small .bx--toolbar-search-container-active .bx--search-magnifier:hover {
  outline: 2px solid transparent;
  outline-offset: -2px;
  background-color: transparent; }

.bx--search--disabled .bx--search-magnifier:hover {
  background-color: transparent; }

.bx--table-toolbar--small .bx--batch-actions .bx--action-list {
  height: 2rem; }

.bx--table-toolbar--small .bx--toolbar-action {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0; }

.bx--table-toolbar--small .bx--btn--primary {
  height: 2rem;
  min-height: auto;
  padding-top: calc(0.375rem - 3px);
  padding-bottom: calc(0.375rem - 3px); }

.bx--table-toolbar--small .bx--btn--primary.bx--batch-summary__cancel::before {
  top: 0.5rem; }

.bx--table-toolbar--small .bx--toolbar-action ~ .bx--btn {
  height: 2rem;
  overflow: hidden; }

.bx--data-table-container {
  padding-top: 0.125rem; }

.bx--data-table-content {
  overflow-x: auto; }

.bx--data-table-header {
  padding: 1rem 0 1.5rem 1rem;
  background: #ffffff; }

.bx--data-table-header__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #161616; }

.bx--data-table-header__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #525252; }

.bx--data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.bx--data-table thead {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  background-color: #e0e0e0; }

.bx--data-table tbody {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 100%;
  background-color: #ffffff; }

.bx--data-table tr {
  width: 100%;
  height: 3rem;
  border: none; }

.bx--data-table tbody tr,
.bx--data-table tbody tr td,
.bx--data-table tbody tr th {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--data-table tbody tr:hover {
  background: #e5e5e5; }

.bx--data-table tbody tr:hover td,
.bx--data-table tbody tr:hover th {
  color: #161616;
  background: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.bx--data-table tbody tr:hover td .bx--link,
.bx--data-table tbody tr:hover th .bx--link {
  color: #0043ce; }

.bx--data-table th,
.bx--data-table td {
  text-align: left;
  vertical-align: middle; }

.bx--data-table th {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #161616;
  background-color: #e0e0e0; }

.bx--data-table th:last-of-type {
  position: static;
  width: auto; }

.bx--data-table .bx--table-header-label {
  text-align: left; }

.bx--data-table td,
.bx--data-table tbody th {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #525252;
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0; }

.bx--data-table td + td:first-of-type,
.bx--data-table tbody th + td:first-of-type {
  padding-left: 0.75rem; }

@supports (-moz-appearance: none) {
  .bx--data-table td {
    background-clip: padding-box; } }

.bx--data-table .bx--list-box input[role='combobox'],
.bx--data-table .bx--list-box input[type='text'],
.bx--data-table .bx--dropdown,
.bx--data-table .bx--list-box,
.bx--data-table .bx--number input[type='number'],
.bx--data-table .bx--number__control-btn::before,
.bx--data-table .bx--number__control-btn::after,
.bx--data-table .bx--text-input,
.bx--data-table .bx--select-input {
  background-color: #f4f4f4; }

.bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded='false']:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded='false']:focus {
    outline-style: dotted; } }

.bx--data-table td.bx--table-column-menu .bx--overflow-menu[aria-expanded='true']:focus {
  outline: none; }

@media screen and (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bx--data-table td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
    opacity: 0; } }

.bx--data-table td.bx--table-column-menu .bx--overflow-menu.bx--overflow-menu--open .bx--overflow-menu__icon {
  opacity: 1; }

.bx--data-table.bx--data-table--visible-overflow-menu td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon,
.bx--data-table td.bx--table-column-menu .bx--overflow-menu:hover .bx--overflow-menu__icon,
.bx--data-table td.bx--table-column-menu .bx--overflow-menu:focus .bx--overflow-menu__icon,
.bx--data-table tr:hover td.bx--table-column-menu .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1; }

.bx--table-row--menu-option .bx--overflow-menu-options__btn .bx--overflow-menu-options__option-content svg {
  position: relative;
  top: 0.1875rem;
  margin-right: 0.5rem; }

.bx--data-table .bx--overflow-menu:hover,
.bx--data-table .bx--overflow-menu__trigger:hover {
  background-color: #cacaca; }

.bx--data-table--selected .bx--overflow-menu:hover,
.bx--data-table--selected .bx--overflow-menu__trigger:hover {
  background-color: #e5e5e5; }

.bx--data-table--selected .bx--link {
  color: #0043ce; }

.bx--data-table--compact td.bx--table-column-menu,
.bx--data-table--short td.bx--table-column-menu {
  height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0; }

.bx--data-table--short td.bx--table-column-menu {
  height: 2rem; }

.bx--data-table--tall .bx--table-column-menu {
  padding-top: 0.5rem; }

.bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(odd) td {
  border-bottom: 1px solid #ffffff; }

.bx--data-table--zebra tbody tr:not(.bx--parent-row):nth-child(even) td {
  background-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }

.bx--data-table--zebra tbody tr:not(.bx--parent-row):hover td {
  background-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.bx--table-column-checkbox .bx--checkbox-label {
  padding-left: 1rem; }

.bx--data-table th.bx--table-column-checkbox {
  position: static;
  width: 2.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background: #e0e0e0;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--data-table thead th.bx--table-column-checkbox,
.bx--data-table tbody td.bx--table-column-checkbox,
.bx--data-table thead th.bx--table-expand,
.bx--data-table tbody td.bx--table-expand {
  min-width: 0; }

.bx--data-table thead th.bx--table-column-checkbox,
.bx--data-table tbody td.bx--table-column-checkbox {
  width: 1rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--data-table thead th.bx--table-expand,
.bx--data-table tbody td.bx--table-expand {
  width: 3rem;
  height: 3rem; }

.bx--data-table--compact thead th.bx--table-expand,
.bx--data-table--compact tbody td.bx--table-expand {
  width: 1.5rem;
  height: 1.5rem; }

.bx--data-table--short thead th.bx--table-expand,
.bx--data-table--short tbody td.bx--table-expand {
  width: 2rem;
  height: 2rem; }

.bx--data-table--tall thead th.bx--table-expand,
.bx--data-table--tall tbody td.bx--table-expand {
  height: 4rem; }

.bx--data-table--tall .bx--table-column-checkbox {
  padding-top: 0.8125rem; }

.bx--data-table--tall .bx--table-column-radio {
  padding-top: 1rem; }

.bx--date-table tbody th.bx--table-column-checkbox:hover {
  background: #cacaca; }

.bx--table-column-radio {
  width: 48px; }

.bx--table-column-radio .bx--radio-button__appearance {
  margin-right: -0.125rem; }

.bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected td,
tr.bx--data-table--selected td {
  color: #161616;
  background-color: #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #c6c6c6; }

.bx--data-table--zebra tbody tr:first-of-type:nth-child(odd).bx--data-table--selected td,
tr.bx--data-table--selected:first-of-type td {
  border-top: 1px solid #c6c6c6; }

.bx--data-table--zebra tbody tr:last-of-type:nth-child(odd).bx--data-table--selected td,
.bx--data-table--zebra tbody tr:last-of-type:nth-child(even).bx--data-table--selected td,
tr.bx--data-table--selected:last-of-type td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected td {
  border-bottom: 1px solid #c6c6c6; }

.bx--data-table--zebra tbody tr:nth-child(even).bx--data-table--selected:hover td {
  border-bottom: 1px solid #cacaca; }

.bx--data-table--zebra tbody tr:nth-child(odd).bx--data-table--selected:hover td,
.bx--data-table tbody .bx--data-table--selected:hover td {
  color: #161616;
  background: #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca; }

.bx--data-table--selected .bx--overflow-menu .bx--overflow-menu__icon {
  opacity: 1; }

.bx--data-table--compact thead tr,
.bx--data-table--compact tbody tr,
.bx--data-table--compact tbody tr th {
  height: 1.5rem; }

.bx--data-table--compact .bx--table-header-label {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.bx--data-table--compact td,
.bx--data-table--compact tbody tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.bx--data-table--compact .bx--overflow-menu {
  width: 2rem;
  height: 100%; }

.bx--data-table.bx--data-table--compact .bx--table-column-checkbox {
  padding-top: 0;
  padding-bottom: 0; }

.bx--data-table.bx--data-table--compact .bx--table-column-checkbox .bx--checkbox-label {
  height: 1.4375rem;
  min-height: 1.4375rem; }

.bx--data-table--short thead tr,
.bx--data-table--short tbody tr,
.bx--data-table--short tbody tr th {
  height: 2rem; }

.bx--data-table--short .bx--table-header-label {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--data-table--short td,
.bx--data-table--short tbody tr th {
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem; }

.bx--data-table.bx--data-table--short .bx--table-column-checkbox {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem; }

.bx--data-table--short .bx--overflow-menu {
  height: 100%; }

.bx--data-table--tall thead tr,
.bx--data-table--tall tbody tr,
.bx--data-table--tall tbody tr th {
  height: 4rem; }

.bx--data-table--tall .bx--table-header-label {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.bx--data-table--tall td,
.bx--data-table--tall tbody tr th {
  padding-top: 1rem; }

.bx--data-table--tall th,
.bx--data-table--tall td {
  vertical-align: top; }

.bx--data-table--cell-secondary-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

.bx--data-table--static {
  width: auto; }

.bx--data-table_inner-container {
  background-color: #e0e0e0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.bx--data-table--sticky-header {
  display: block;
  overflow-y: scroll;
  /* When using sticky header, with a selection element in the first column, we need to set the last item to a fixed width to match the table body. We only want this to happen when the last table header does not have any text */ }

.bx--data-table--sticky-header thead,
.bx--data-table--sticky-header tbody,
.bx--data-table--sticky-header tr,
.bx--data-table--sticky-header th,
.bx--data-table--sticky-header td {
  display: flex; }

.bx--data-table--sticky-header thead {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  overflow: scroll;
  will-change: transform;
  -ms-overflow-style: none; }

.bx--data-table--sticky-header thead tr th {
  border-bottom: 1px solid #c6c6c6; }

.bx--data-table--sticky-header tbody {
  flex-direction: column;
  overflow-x: scroll;
  -ms-overflow-style: none;
  will-change: transform; }

.bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row {
  height: auto;
  min-height: 3rem; }

.bx--data-table--sticky-header tr.bx--expandable-row:not(.bx--parent-row) {
  height: auto; }

.bx--data-table--sticky-header .bx--table-expand {
  max-width: 3rem; }

.bx--data-table--sticky-header thead .bx--table-expand {
  align-items: center; }

.bx--data-table--sticky-header .bx--parent-row {
  min-height: 3rem; }

.bx--data-table--sticky-header:not(.bx--data-table--compact):not(.bx--data-table--tall):not(.bx--data-table--short) td:not(.bx--table-column-menu):not(.bx--table-column-checkbox) {
  padding-top: 0.875rem; }

.bx--data-table--sticky-header tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  border-top: 1px solid #e5e5e5; }

.bx--data-table--sticky-header tr.bx--expandable-row:last-of-type {
  overflow: hidden; }

.bx--data-table--sticky-header tr.bx--data-table--selected:first-of-type td {
  border-top: none; }

.bx--data-table--sticky-header thead th.bx--table-column-checkbox,
.bx--data-table--sticky-header tbody tr td.bx--table-column-checkbox {
  align-items: center;
  width: 2.25rem;
  min-width: 2.25rem; }

.bx--data-table--sticky-header.bx--data-table--tall thead th.bx--table-column-checkbox,
.bx--data-table--sticky-header.bx--data-table--tall td.bx--table-column-checkbox {
  align-items: flex-start; }

.bx--data-table--sticky-header th.bx--table-column-checkbox ~ th:last-of-type:empty {
  max-width: 4rem; }

.bx--data-table--sticky-header th:empty:not(.bx--table-expand) {
  max-width: 2.25rem; }

.bx--data-table--sticky-header td.bx--table-column-menu {
  align-items: center;
  height: auto;
  padding-top: 0; }

.bx--data-table--sticky-header thead::-webkit-scrollbar,
.bx--data-table--sticky-header tbody::-webkit-scrollbar {
  display: none; }

@-moz-document url-prefix() {
  .bx--data-table--sticky-header thead,
  .bx--data-table--sticky-header tbody {
    scrollbar-width: none; } }

.bx--data-table--sticky-header tbody tr:last-of-type {
  border-bottom: 0; }

.bx--data-table--sticky-header th:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon),
.bx--data-table--sticky-header td:not(.bx--table-column-checkbox):not(.bx--table-column-menu):not(.bx--table-expand-v2):not(.bx--table-column-icon) {
  width: 100%;
  min-width: 0; }

.bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row),
.bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row),
.bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row) {
  height: auto; }

.bx--data-table--sticky-header.bx--data-table--compact tr:not(.bx--expandable-row) {
  min-height: 1.5rem; }

.bx--data-table--sticky-header.bx--data-table--short tr:not(.bx--expandable-row) {
  min-height: 2rem; }

.bx--data-table--sticky-header.bx--data-table--tall tr:not(.bx--expandable-row) {
  min-height: 4rem; }

.bx--data-table--sticky-header.bx--data-table--compact tr td.bx--table-expand {
  padding-top: 0.25rem; }

.bx--data-table--sticky-header.bx--data-table--short tr td.bx--table-expand {
  padding-top: 0.5rem; }

.bx--data-table--sticky-header .bx--table-header-label {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  overflow-y: hidden; }

.bx--data-table--sticky-header.bx--data-table--compact th .bx--table-header-label {
  padding-top: 0.1875rem;
  padding-bottom: 0; }

.bx--data-table--sticky-header.bx--data-table--short th .bx--table-header-label {
  padding-top: 0.5rem;
  padding-bottom: 0; }

.bx--data-table--sticky-header.bx--data-table--tall th .bx--table-header-label {
  padding-top: 1rem; }

.bx--data-table--sticky-header.bx--data-table--tall th.bx--table-expand {
  display: flex;
  align-items: flex-start; }

.bx--data-table--sticky-header.bx--data-table--compact tr.bx--parent-row .bx--table-column-checkbox,
.bx--data-table--sticky-header.bx--data-table--short tr.bx--parent-row .bx--table-column-checkbox {
  align-items: flex-start; }

.bx--data-table--max-width {
  max-width: 100%; }

.bx--data-table--sticky-header {
  max-height: 18.75rem; }

.bx--data-table .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: 0; }

.bx--data-table--short .bx--form-item.bx--checkbox-wrapper:last-of-type,
.bx--data-table--compact .bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin: -0.1875rem 0; }

.bx--data-table tr.bx--parent-row:first-of-type td {
  border-top: 1px solid #e0e0e0; }

.bx--expandable-row--hidden td {
  width: auto;
  padding: 1rem;
  border-top: 0; }

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] {
  height: 0;
  transition: height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] td {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e5e5e5;
  border: 0;
  transition: padding 150ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

tr.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] td .bx--child-row-inner-container {
  max-height: 0;
  overflow: hidden; }

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] {
  transition: height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  padding-left: 4rem;
  border-bottom: 1px solid #e0e0e0;
  transition: padding-bottom 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: padding-bottom 110ms cubic-bezier(0.2, 0, 0.38, 0.9), transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: padding-bottom 110ms cubic-bezier(0.2, 0, 0.38, 0.9), transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--data-table--compact tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  padding-left: 2.5rem; }

.bx--data-table--short tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  padding-left: 3rem; }

.bx--data-table--tall tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  padding-left: 5rem; }

tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td .bx--child-row-inner-container {
  max-height: 100%; }

.bx--parent-row.bx--expandable-row > td,
.bx--parent-row.bx--expandable-row + tr[data-child-row] > td {
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #e0e0e0; }

.bx--parent-row:not(.bx--expandable-row) + tr[data-child-row] > td {
  box-shadow: none; }

.bx--parent-row.bx--expandable-row > td:first-of-type {
  box-shadow: none; }

tr.bx--parent-row:not(.bx--expandable-row) td,
tr.bx--parent-row.bx--expandable-row td,
tr.bx--parent-row.bx--expandable-row {
  transition: height 240ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

tr.bx--parent-row:not(.bx--expandable-row):first-of-type:hover td {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

tr.bx--parent-row.bx--expandable-row:hover td {
  color: #161616;
  background-color: #e5e5e5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

tr.bx--parent-row.bx--expandable-row:hover td:first-of-type {
  border-bottom: 1px solid #e5e5e5; }

tr.bx--parent-row.bx--expandable-row:hover + tr[data-child-row] td {
  color: #161616;
  background-color: #e5e5e5;
  border-bottom: 1px solid #e0e0e0; }

tr.bx--expandable-row--hover + tr[data-child-row] td {
  border-bottom: 1px solid #e0e0e0; }

tr.bx--expandable-row--hover {
  background-color: #e5e5e5; }

tr.bx--expandable-row--hover td {
  color: #161616;
  background-color: #e5e5e5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td:first-of-type {
  border-bottom: 1px solid transparent; }

.bx--data-table td.bx--table-expand {
  border-bottom: 1px solid #e0e0e0; }

.bx--data-table th.bx--table-expand + .bx--table-column-checkbox,
.bx--data-table td.bx--table-expand + .bx--table-column-checkbox {
  padding-right: 0; }

.bx--data-table td.bx--table-expand,
.bx--data-table th.bx--table-expand {
  padding: 0; }

.bx--data-table td.bx--table-expand[data-previous-value='collapsed'] {
  border-bottom: 1px solid transparent; }

.bx--table-expand[data-previous-value='collapsed'] .bx--table-expand__svg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--table-expand__button {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 1px);
  padding: 0 1rem;
  vertical-align: inherit; }

.bx--table-expand__button::-moz-focus-inner {
  border: 0; }

.bx--table-expand__button:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #0f62fe; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--table-expand__button:focus .bx--table-expand__svg {
    outline: 2px solid transparent; } }

.bx--table-expand__svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--table-expand__svg {
    fill: ButtonText; } }

.bx--data-table--tall .bx--table-expand__button {
  padding-top: 1rem;
  padding-bottom: 1.5rem; }

tr.bx--parent-row.bx--expandable-row td.bx--table-expand + td::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 0.5rem;
  height: 0.0625rem;
  background: #e0e0e0;
  content: ''; }

tr.bx--parent-row.bx--expandable-row:hover td.bx--table-expand + td::after,
tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td.bx--table-expand + td::after {
  background: #e5e5e5; }

tr.bx--parent-row.bx--data-table--selected td.bx--table-expand + td::after {
  display: none; }

.bx--data-table--zebra tbody tr[data-parent-row]:nth-child(4n + 3) td,
.bx--data-table--zebra tbody tr[data-child-row]:nth-child(4n + 4) td {
  border-bottom: 1px solid #ffffff; }

.bx--data-table--zebra tbody tr[data-parent-row]:nth-child(4n + 1) td,
.bx--data-table--zebra tbody tr[data-child-row]:nth-child(4n + 2) td {
  background-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }

.bx--data-table--zebra tr.bx--parent-row td,
.bx--data-table--zebra tr.bx--parent-row.bx--expandable-row + tr[data-child-row] td {
  transition: border-bottom 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-top 150ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-top 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom 150ms cubic-bezier(0.2, 0, 0.38, 0.9), border-top 150ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--data-table--zebra tbody tr[data-parent-row]:hover td,
.bx--data-table--zebra tbody tr[data-parent-row]:hover + tr[data-child-row] td,
.bx--data-table--zebra tbody tr[data-child-row]:hover td {
  background-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.bx--data-table--zebra tr.bx--parent-row.bx--expandable-row.bx--expandable-row--hover td {
  background: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

tr.bx--parent-row.bx--data-table--selected:first-of-type td {
  background: #e0e0e0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #c6c6c6; }

tr.bx--parent-row.bx--data-table--selected td {
  color: #161616;
  background: #e0e0e0;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px #c6c6c6; }

tr.bx--parent-row.bx--data-table--selected:last-of-type td {
  background: #e0e0e0;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px #e0e0e0; }

tr.bx--parent-row.bx--data-table--selected:not(.bx--expandable-row):hover td {
  background: #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #cacaca; }

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row td:first-of-type {
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px #e0e0e0; }

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover td:first-of-type,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover td:first-of-type {
  background: #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px #cacaca; }

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row + tr[data-child-row] td {
  color: #161616;
  background-color: #e5e5e5;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px #c6c6c6; }

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row + tr[data-child-row]:last-of-type td {
  padding-bottom: 1.5rem;
  box-shadow: inset 0 -1px #c6c6c6; }

tr.bx--parent-row.bx--data-table--selected.bx--expandable-row:hover + tr[data-child-row] td,
tr.bx--parent-row.bx--data-table--selected.bx--expandable-row--hover + tr[data-child-row] td {
  background: #e0e0e0; }

.bx--data-table--sort th,
.bx--data-table th[aria-sort] {
  height: 3rem;
  padding: 0;
  border-top: none;
  border-bottom: none; }

.bx--table-sort {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding-left: 1rem;
  color: #161616;
  font: inherit;
  line-height: 1;
  background-color: #e0e0e0;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--table-sort::-moz-focus-inner {
  border: 0; }

.bx--table-sort:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--table-sort:focus {
    outline-style: dotted; } }

.bx--table-sort:hover {
  background: #cacaca; }

.bx--table-sort:focus svg,
.bx--table-sort:hover svg {
  opacity: 1; }

.bx--data-table.bx--data-table--sort th > .bx--table-header-label {
  padding-right: 1rem;
  padding-left: 1rem; }

th .bx--table-sort__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 3rem; }

.bx--data-table--sort:not(.bx--data-table--compact):not(.bx--data-table--short):not(.bx--data-table--tall) th .bx--table-sort__flex {
  /* IE11 workaround for align-items: center and min-height
        https://github.com/philipwalton/flexbugs/issues/231 */ }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bx--data-table--sort:not(.bx--data-table--compact):not(.bx--data-table--short):not(.bx--data-table--tall) th .bx--table-sort__flex {
    height: 2.99rem; } }

.bx--data-table--compact.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 1.5rem; }

.bx--data-table--short.bx--data-table--sort th .bx--table-sort__flex {
  min-height: 2rem; }

.bx--data-table--tall.bx--data-table--sort th .bx--table-sort__flex {
  align-items: flex-start;
  min-height: 4rem; }

.bx--table-sort .bx--table-sort__icon-inactive {
  display: block; }

.bx--table-sort .bx--table-sort__icon {
  display: none; }

.bx--table-sort__icon-unsorted {
  width: 1.25rem;
  min-width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  opacity: 0;
  fill: #161616; }

.bx--table-sort.bx--table-sort--active {
  background: #cacaca; }

.bx--table-sort.bx--table-sort--active .bx--table-sort__icon-unsorted {
  display: none; }

.bx--table-sort.bx--table-sort--active .bx--table-sort__icon {
  display: block;
  opacity: 1; }

.bx--table-sort--ascending .bx--table-sort__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--table-sort__icon {
  width: 1.25rem;
  min-width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  transition: -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--table-sort__icon,
  .bx--table-sort__icon-unsorted {
    fill: ButtonText; } }

.bx--data-table--compact.bx--data-table--sort th {
  height: 1.5rem; }

.bx--data-table--short.bx--data-table--sort th {
  height: 2rem; }

.bx--data-table--tall.bx--data-table--sort th {
  height: 4rem; }

.bx--data-table--tall.bx--data-table--sort th .bx--table-sort {
  display: inline-block;
  height: 4rem; }

.bx--data-table--tall .bx--table-sort__icon-unsorted,
.bx--data-table--tall .bx--table-sort__icon {
  margin-top: 0.8125rem; }

.bx--inline-edit-label {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bx--inline-edit-label:hover .bx--inline-edit-label__icon {
  opacity: 1; }

.bx--inline-edit-label--inactive {
  display: none; }

.bx--inline-edit-label__action {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bx--inline-edit-label__action::-moz-focus-inner {
  border: 0; }

.bx--inline-edit-label__action:hover {
  cursor: pointer; }

.bx--inline-edit-label__action:focus {
  outline: 1px solid #0f62fe;
  padding: 0.125rem; }

@media screen and (prefers-contrast) {
  .bx--inline-edit-label__action:focus {
    outline-style: dotted; } }

.bx--inline-edit-label__action:focus .bx--inline-edit-label__icon {
  width: auto;
  opacity: 1; }

.bx--inline-edit-label__icon {
  opacity: 0;
  fill: #161616; }

.bx--inline-edit-input {
  display: none; }

.bx--inline-edit-input--active {
  display: block;
  margin-left: -0.75rem; }

.bx--inline-edit-input--active input {
  padding-left: 0.75rem; }

.bx--data-table.bx--skeleton th {
  padding-left: 1rem;
  vertical-align: middle; }

.bx--data-table.bx--skeleton th span,
.bx--data-table.bx--skeleton td span {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: block;
  width: 4rem;
  height: 1rem; }

.bx--data-table.bx--skeleton th span:hover, .bx--data-table.bx--skeleton th span:focus, .bx--data-table.bx--skeleton th span:active,
.bx--data-table.bx--skeleton td span:hover,
.bx--data-table.bx--skeleton td span:focus,
.bx--data-table.bx--skeleton td span:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--data-table.bx--skeleton th span::before,
.bx--data-table.bx--skeleton td span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--data-table.bx--skeleton th span::before,
  .bx--data-table.bx--skeleton td span::before {
    -webkit-animation: none;
    animation: none; } }

.bx--data-table.bx--skeleton tr:hover td {
  background: transparent;
  border-color: #e0e0e0; }

.bx--data-table.bx--skeleton tr:hover td:first-of-type, .bx--data-table.bx--skeleton tr:hover td:last-of-type {
  border-color: #e0e0e0; }

.bx--data-table.bx--skeleton .bx--table-sort-v2 {
  pointer-events: none; }

.bx--data-table.bx--skeleton th span {
  background: #c6c6c6; }

.bx--data-table.bx--skeleton th span::before {
  background: #e5e5e5; }

.bx--data-table-container.bx--skeleton .bx--data-table-header__title {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 7.5rem;
  height: 1.5rem; }

.bx--data-table-container.bx--skeleton .bx--data-table-header__title:hover, .bx--data-table-container.bx--skeleton .bx--data-table-header__title:focus, .bx--data-table-container.bx--skeleton .bx--data-table-header__title:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--data-table-container.bx--skeleton .bx--data-table-header__title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--data-table-container.bx--skeleton .bx--data-table-header__title::before {
    -webkit-animation: none;
    animation: none; } }

.bx--data-table-container.bx--skeleton .bx--data-table-header__description {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 10rem;
  height: 1rem;
  margin-top: 0.5rem; }

.bx--data-table-container.bx--skeleton .bx--data-table-header__description:hover, .bx--data-table-container.bx--skeleton .bx--data-table-header__description:focus, .bx--data-table-container.bx--skeleton .bx--data-table-header__description:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--data-table-container.bx--skeleton .bx--data-table-header__description::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--data-table-container.bx--skeleton .bx--data-table-header__description::before {
    -webkit-animation: none;
    animation: none; } }

.bx--structured-list--selection .bx--structured-list-td,
.bx--structured-list--selection .bx--structured-list-th {
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--structured-list--selection .bx--structured-list-td:first-child,
.bx--structured-list--selection .bx--structured-list-th:first-child {
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--structured-list-input {
  display: none; }

.bx--structured-list {
  display: table;
  width: 100%;
  margin-bottom: 5rem;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.bx--structured-list.bx--structured-list--condensed .bx--structured-list-td,
.bx--structured-list.bx--structured-list--condensed .bx--structured-list-th {
  padding: 0.5rem;
  padding-left: 0; }

.bx--structured-list-row {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row):not(.bx--structured-list-row--selected) {
  background-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer; }

.bx--structured-list-row.bx--structured-list-row--selected {
  background-color: #e0e0e0; }

.bx--structured-list-row.bx--structured-list-row--header-row {
  border-bottom: 1px solid #e0e0e0;
  cursor: inherit; }

.bx--structured-list-row:focus:not(.bx--structured-list-row--header-row) {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--structured-list-row:focus:not(.bx--structured-list-row--header-row) {
    outline-style: dotted; } }

.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row) > .bx--structured-list-td,
.bx--structured-list-row.bx--structured-list-row--selected > .bx--structured-list-td {
  color: #161616; }

.bx--structured-list--selection .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row) > .bx--structured-list-td {
  border-top: 1px solid #ffffff; }

.bx--structured-list-thead {
  display: table-header-group;
  vertical-align: middle; }

.bx--structured-list-th {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: table-cell;
  height: 2.5rem;
  color: #161616;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  vertical-align: top; }

.bx--structured-list-tbody {
  display: table-row-group;
  vertical-align: middle; }

.bx--structured-list-td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  padding: 1rem 1rem 1.5rem 1rem;
  position: relative;
  display: table-cell;
  max-width: 36rem;
  color: #525252;
  transition: color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--structured-list-content--nowrap {
  white-space: nowrap; }

.bx--structured-list-svg {
  display: inline-block;
  vertical-align: middle;
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: transparent; }

.bx--structured-list-row:hover .bx--structured-list-svg {
  fill: #a8a8a8; }

.bx--structured-list-input:checked + .bx--structured-list-row .bx--structured-list-svg,
.bx--structured-list-input:checked + .bx--structured-list-td .bx--structured-list-svg {
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--structured-list-input:checked + .bx--structured-list-row .bx--structured-list-svg,
  .bx--structured-list-input:checked + .bx--structured-list-td .bx--structured-list-svg {
    fill: ButtonText; } }

.bx--structured-list.bx--skeleton .bx--structured-list-th:first-child {
  width: 8%; }

.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n + 2) {
  width: 30%; }

.bx--structured-list.bx--skeleton .bx--structured-list-th:nth-child(3n + 3) {
  width: 15%; }

.bx--structured-list.bx--skeleton span {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: block;
  width: 75%;
  height: 1rem; }

.bx--structured-list.bx--skeleton span:hover, .bx--structured-list.bx--skeleton span:focus, .bx--structured-list.bx--skeleton span:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--structured-list.bx--skeleton span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--structured-list.bx--skeleton span::before {
    -webkit-animation: none;
    animation: none; } }

.bx--structured-list.bx--structured-list--selection.bx--skeleton .bx--structured-list-th:first-child {
  width: 5%; }

.bx--structured-list.bx--structured-list--selection.bx--skeleton .bx--structured-list-th:first-child span {
  display: none; }

@keyframes hide-feedback {
  0% {
    visibility: inherit;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes show-feedback {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: inherit;
    opacity: 1; } }

.bx--snippet--disabled,
.bx--snippet--disabled .bx--btn.bx--snippet-btn--expand {
  color: #c6c6c6;
  background-color: #ffffff; }

.bx--snippet--disabled .bx--snippet-btn--expand:hover,
.bx--snippet--disabled .bx--copy-btn:hover {
  color: #c6c6c6;
  background-color: #ffffff;
  cursor: not-allowed; }

.bx--snippet--disabled .bx--snippet__icon,
.bx--snippet--disabled .bx--snippet-btn--expand .bx--icon-chevron--down {
  fill: #c6c6c6; }

.bx--snippet code {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0; }

.bx--snippet--inline {
  position: relative;
  display: inline;
  padding: 0;
  color: #161616;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer; }

.bx--snippet--inline:hover {
  background-color: #e0e0e0; }

.bx--snippet--inline:active {
  background-color: #c6c6c6; }

.bx--snippet--inline:focus {
  border: 2px solid #0f62fe;
  outline: none; }

@media screen and (prefers-contrast) {
  .bx--snippet--inline:focus {
    border-style: dotted; } }

.bx--snippet--inline::before {
  position: absolute;
  z-index: 6000;
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  display: none; }

.bx--snippet--inline .bx--copy-btn__feedback {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 1.5rem;
  max-width: 13rem;
  height: auto;
  padding: 0.1875rem 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  background-color: #393939;
  border-radius: 0.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: none;
  box-sizing: content-box;
  margin: auto;
  overflow: visible;
  clip: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bx--snippet--inline .bx--copy-btn__feedback {
    width: auto; } }

@supports (-ms-accelerator: true) {
  .bx--snippet--inline .bx--copy-btn__feedback {
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .bx--snippet--inline .bx--copy-btn__feedback {
    width: auto; } }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--snippet--inline .bx--copy-btn__feedback {
    border: 1px solid transparent; } }

.bx--snippet--inline .bx--assistive-text::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  height: 0.75rem;
  top: -0.75rem; }

.bx--snippet--inline::before, .bx--snippet--inline::after,
.bx--snippet--inline .bx--assistive-text,
.bx--snippet--inline + .bx--assistive-text {
  bottom: 0;
  left: 50%; }

.bx--snippet--inline::before {
  bottom: -0.5rem;
  border-color: transparent transparent #393939 transparent;
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--snippet--inline::after,
.bx--snippet--inline .bx--assistive-text,
.bx--snippet--inline + .bx--assistive-text {
  bottom: -0.8125rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.bx--snippet--inline.bx--copy-btn--animating::before,
.bx--snippet--inline.bx--copy-btn--animating .bx--copy-btn__feedback {
  display: block; }

.bx--snippet--inline.bx--copy-btn--animating.bx--copy-btn--fade-out::before,
.bx--snippet--inline.bx--copy-btn--animating.bx--copy-btn--fade-out .bx--copy-btn__feedback {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) hide-feedback; }

.bx--snippet--inline.bx--copy-btn--animating.bx--copy-btn--fade-in::before,
.bx--snippet--inline.bx--copy-btn--animating.bx--copy-btn--fade-in .bx--copy-btn__feedback {
  -webkit-animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback;
  animation: 110ms cubic-bezier(0.2, 0, 0.38, 0.9) show-feedback; }

.bx--snippet--inline code {
  padding: 0 0.5rem; }

.bx--snippet--inline.bx--snippet--no-copy {
  display: inline-block; }

.bx--snippet--inline.bx--snippet--no-copy:hover {
  background-color: #ffffff;
  cursor: auto; }

.bx--snippet--light.bx--snippet--inline.bx--snippet--no-copy:hover {
  background-color: #f4f4f4;
  cursor: auto; }

.bx--snippet--single {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  max-width: 48rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-right: 2.5rem; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--snippet--single {
    outline: 2px solid transparent; } }

.bx--snippet--single.bx--snippet--no-copy {
  padding: 0; }

.bx--snippet--single.bx--snippet--no-copy::after {
  right: 1rem; }

.bx--snippet--single .bx--snippet-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  overflow-x: auto; }

.bx--snippet--single .bx--snippet-container:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--snippet--single .bx--snippet-container:focus {
    outline-style: dotted; } }

.bx--snippet--single pre {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  padding-right: 0.5rem; }

.bx--snippet--single pre,
.bx--snippet--inline code {
  white-space: pre; }

.bx--snippet--multi {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  max-width: 48rem;
  background-color: #ffffff;
  display: flex;
  padding: 1rem; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--snippet--multi {
    outline: 2px solid transparent; } }

.bx--snippet--multi .bx--snippet-container {
  position: relative;
  order: 1;
  min-height: 3.5rem;
  max-height: 100%;
  overflow-y: auto;
  transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--snippet--multi.bx--snippet--expand .bx--snippet-container {
  padding-bottom: 1rem;
  transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--snippet--multi.bx--snippet--wraptext pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

.bx--snippet--multi .bx--snippet-container pre {
  padding-right: 2.5rem;
  padding-bottom: 1.5rem;
  overflow-x: auto; }

.bx--snippet--multi.bx--snippet--no-copy .bx--snippet-container pre {
  padding-right: 0; }

.bx--snippet--multi.bx--snippet--expand .bx--snippet-container pre {
  overflow-x: auto; }

.bx--snippet--multi .bx--snippet-container pre::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  content: ''; }

.bx--snippet--multi .bx--snippet-container pre code {
  overflow: hidden; }

.bx--snippet__icon {
  width: 1rem;
  height: 1rem;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--snippet__icon {
    fill: ButtonText; } }

.bx--snippet-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  overflow: visible;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer; }

.bx--snippet-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  outline-color: #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--snippet-button:focus {
    outline-style: dotted; } }

.bx--snippet--multi .bx--snippet-button {
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem; }

.bx--snippet-button:hover {
  background: #e5e5e5; }

.bx--snippet-button:active {
  background-color: #c6c6c6; }

.bx--btn--copy__feedback {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  top: 0.75rem;
  right: 1.25rem;
  left: inherit;
  z-index: 6000;
  font-weight: 400; }

.bx--btn--copy__feedback::before, .bx--btn--copy__feedback::after {
  background: #393939; }

.bx--btn--copy__feedback::after {
  border: none; }

.bx--snippet .bx--copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif; }

.bx--snippet-btn--expand {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #161616;
  background-color: #ffffff;
  border: 0; }

.bx--snippet-btn--expand .bx--snippet-btn--text {
  position: relative;
  top: -0.0625rem; }

.bx--snippet-btn--expand--hide.bx--snippet-btn--expand {
  display: none; }

.bx--snippet-btn--expand .bx--icon-chevron--down {
  margin-left: 0.5rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

.bx--snippet-btn--expand:hover {
  color: #161616;
  background: #e5e5e5; }

.bx--snippet-btn--expand:active {
  background-color: #c6c6c6; }

.bx--snippet-btn--expand:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  border-color: transparent; }

@media screen and (prefers-contrast) {
  .bx--snippet-btn--expand:focus {
    outline-style: dotted; } }

.bx--snippet--expand .bx--snippet-btn--expand .bx--icon-chevron--down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms; }

.bx--snippet--light,
.bx--snippet--light .bx--snippet-button,
.bx--snippet--light .bx--btn.bx--snippet-btn--expand,
.bx--snippet--light .bx--copy-btn {
  background-color: #f4f4f4; }

.bx--snippet--light.bx--snippet--inline:hover,
.bx--snippet--light .bx--snippet-button:hover,
.bx--snippet--light .bx--btn.bx--snippet-btn--expand:hover,
.bx--snippet--light .bx--copy-btn:hover {
  background-color: #e5e5e5; }

.bx--snippet--light.bx--snippet--inline:active,
.bx--snippet--light .bx--snippet-button:active,
.bx--snippet--light .bx--btn.bx--snippet-btn--expand:active,
.bx--snippet--light .bx--copy-btn:active {
  background-color: #c6c6c6; }

.bx--snippet--light.bx--snippet--single::after,
.bx--snippet--light.bx--snippet--multi .bx--snippet-container pre::after {
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4); }

.bx--snippet.bx--skeleton .bx--snippet-container {
  width: 100%;
  height: 100%; }

.bx--snippet-button .bx--btn--copy__feedback {
  top: 3.175rem;
  right: auto;
  left: 50%; }

.bx--snippet-button .bx--btn--copy__feedback::before {
  top: 0; }

.bx--snippet-button .bx--btn--copy__feedback::after {
  top: -0.25rem; }

.bx--snippet--multi .bx--copy-btn {
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  width: 2rem;
  height: 2rem; }

.bx--snippet--multi .bx--snippet-button .bx--btn--copy__feedback {
  top: 2.675rem; }

.bx--snippet--inline .bx--btn--copy__feedback {
  top: calc(100% - 0.25rem);
  right: auto;
  left: 50%; }

.bx--snippet__overflow-indicator--left,
.bx--snippet__overflow-indicator--right {
  z-index: 1;
  flex: 1 0 auto;
  width: 1rem; }

.bx--snippet__overflow-indicator--left {
  order: 0;
  margin-right: -1rem;
  background-image: linear-gradient(to left, transparent, #ffffff); }

.bx--snippet__overflow-indicator--right {
  order: 2;
  margin-left: -1rem;
  background-image: linear-gradient(to right, transparent, #ffffff); }

.bx--snippet--single .bx--snippet__overflow-indicator--right,
.bx--snippet--single .bx--snippet__overflow-indicator--left {
  position: absolute;
  width: 2rem;
  height: calc(100% - 0.25rem); }

.bx--snippet--single .bx--snippet__overflow-indicator--right {
  right: 2.5rem; }

.bx--snippet--single .bx--snippet-container:focus ~ .bx--snippet__overflow-indicator--right {
  right: calc(2.5rem + 0.125rem); }

.bx--snippet--single .bx--snippet-container:focus + .bx--snippet__overflow-indicator--left {
  left: 0.125rem; }

.bx--snippet--light .bx--snippet__overflow-indicator--left {
  background-image: linear-gradient(to left, transparent, #f4f4f4); }

.bx--snippet--light .bx--snippet__overflow-indicator--right {
  background-image: linear-gradient(to right, transparent, #f4f4f4); }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--snippet__overflow-indicator--left {
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff); }
    .bx--snippet__overflow-indicator--right {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff); } } }

.bx--snippet--multi.bx--skeleton {
  height: 6.125rem; }

.bx--snippet--single.bx--skeleton {
  height: 3.5rem; }

.bx--snippet.bx--skeleton span {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-top: 0.5rem; }

.bx--snippet.bx--skeleton span:hover, .bx--snippet.bx--skeleton span:focus, .bx--snippet.bx--skeleton span:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--snippet.bx--skeleton span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--snippet.bx--skeleton span::before {
    -webkit-animation: none;
    animation: none; } }

.bx--snippet.bx--skeleton span:first-child {
  margin: 0; }

.bx--snippet.bx--skeleton span:nth-child(2) {
  width: 85%; }

.bx--snippet.bx--skeleton span:nth-child(3) {
  width: 95%; }

.bx--snippet--single.bx--skeleton .bx--snippet-container {
  padding-bottom: 0; }

.bx--content-switcher {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 2.5rem; }

.bx--content-switcher--sm {
  height: 2rem; }

.bx--content-switcher--xl {
  height: 3rem; }

.bx--content-switcher-btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  overflow: hidden;
  color: #525252;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-top: 0.0625rem solid #161616;
  border-bottom: 0.0625rem solid #161616;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--content-switcher-btn:focus {
  z-index: 3;
  border-color: #0f62fe;
  box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff; }

@media screen and (prefers-contrast) {
  .bx--content-switcher-btn:focus {
    border-style: dotted; } }

.bx--content-switcher-btn:hover {
  color: #161616;
  cursor: pointer; }

.bx--content-switcher-btn:hover, .bx--content-switcher-btn:active {
  z-index: 3;
  color: #161616;
  background-color: #e5e5e5; }

.bx--content-switcher-btn:disabled {
  color: #c6c6c6;
  background-color: transparent;
  border-color: #c6c6c6; }

.bx--content-switcher-btn:disabled:hover {
  cursor: not-allowed; }

.bx--content-switcher-btn:disabled:first-child, .bx--content-switcher-btn:disabled:last-child {
  border-color: #c6c6c6; }

.bx--content-switcher-btn:first-child {
  border-left: 0.0625rem solid #161616;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.bx--content-switcher-btn:last-child {
  border-right: 0.0625rem solid #161616;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.bx--content-switcher--selected,
.bx--content-switcher--selected:first-child,
.bx--content-switcher--selected:last-child {
  border: 0; }

.bx--content-switcher-btn::before {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #e0e0e0;
  content: ''; }

.bx--content-switcher-btn:first-of-type::before {
  display: none; }

.bx--content-switcher-btn:focus::before,
.bx--content-switcher-btn:focus + .bx--content-switcher-btn::before,
.bx--content-switcher-btn:hover::before,
.bx--content-switcher-btn:hover + .bx--content-switcher-btn::before,
.bx--content-switcher--selected::before,
.bx--content-switcher--selected + .bx--content-switcher-btn::before {
  background-color: transparent; }

.bx--content-switcher-btn:disabled::before,
.bx--content-switcher-btn:disabled:hover + .bx--content-switcher-btn:disabled::before {
  background-color: #c6c6c6; }

.bx--content-switcher-btn.bx--content-switcher--selected:disabled + .bx--content-switcher-btn::before,
.bx--content-switcher-btn.bx--content-switcher--selected:disabled:hover + .bx--content-switcher-btn::before {
  background-color: transparent; }

.bx--content-switcher__icon {
  transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #525252; }

.bx--content-switcher__icon + span {
  margin-left: 0.5rem; }

.bx--content-switcher__label {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--content-switcher-btn:hover .bx--content-switcher__icon,
.bx--content-switcher-btn:focus .bx--content-switcher__icon {
  fill: #161616; }

.bx--content-switcher-btn.bx--content-switcher--selected {
  z-index: 3;
  color: #ffffff;
  background-color: #161616; }

.bx--content-switcher-btn.bx--content-switcher--selected:disabled {
  color: #c6c6c6;
  background-color: #8d8d8d; }

.bx--content-switcher-btn.bx--content-switcher--selected .bx--content-switcher__icon {
  fill: #ffffff; }

.bx--context-menu {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9000;
  min-width: 13rem;
  max-width: 18rem;
  padding: 0.25rem 0;
  background-color: #ffffff;
  visibility: hidden; }

.bx--context-menu--open {
  visibility: visible; }

.bx--context-menu--open:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--context-menu--open:focus {
    outline-style: dotted; } }

.bx--context-menu--invisible {
  opacity: 0; }

.bx--context-menu-option {
  position: relative;
  height: 2rem;
  color: #161616;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--context-menu-option:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--context-menu-option:focus {
    outline-style: dotted; } }

.bx--context-menu-option--active,
.bx--context-menu-option:hover {
  background-color: #e5e5e5; }

.bx--context-menu-option--danger:hover,
.bx--context-menu-option--danger:focus {
  color: #ffffff;
  background-color: #da1e28; }

.bx--context-menu-option > .bx--context-menu {
  margin-top: calc(0.25rem * -1); }

.bx--context-menu-option__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1rem; }

.bx--context-menu-option__content--disabled {
  color: #c6c6c6;
  background-color: #ffffff;
  cursor: not-allowed; }

.bx--context-menu-option__content--indented .bx--context-menu-option__label {
  margin-left: 1rem; }

.bx--context-menu-option__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  flex-grow: 1;
  padding: 0.25rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: start;
  text-overflow: ellipsis; }

.bx--context-menu-option__info {
  display: inline-flex;
  margin-left: 1rem; }

.bx--context-menu-option__icon {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.bx--context-menu-divider {
  width: 100%;
  height: 1px;
  margin: 0.25rem 0;
  background-color: #e0e0e0; }

/* stylelint-disable */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: inherit;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 21rem;
  padding: 0.25rem 0.25rem 0.5rem 0.25rem;
  border: none;
  margin-top: -2px;
  overflow: hidden;
  background-color: #ffffff; }

.flatpickr-calendar.open:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .flatpickr-calendar.open:focus {
    outline-style: dotted; } }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 110ms cubic-bezier(0, 0, 0.38, 0.9);
  animation: fpFadeInDown 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-months {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.flatpickr-month {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #161616;
  line-height: 1;
  text-align: center; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month,
.flatpickr-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  fill: #161616;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background-color: #e5e5e5; }

@media screen and (-ms-high-contrast: active), (prefers-contrast) {
  .flatpickr-prev-month,
  .flatpickr-next-month {
    fill: ButtonText; } }

.flatpickr-next-month.disabled svg,
.flatpickr-prev-month.disabled svg {
  fill: #161616;
  cursor: not-allowed; }

.flatpickr-next-month.disabled:hover svg,
.flatpickr-prev-month.disabled:hover svg {
  fill: #161616; }

.flatpickr-current-month {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  text-align: center; }

.flatpickr-current-month .cur-month {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.flatpickr-current-month .cur-month:hover {
  background-color: #e5e5e5; }

.numInputWrapper {
  position: relative;
  width: 3.75rem; }

.numInputWrapper:hover {
  background-color: #e5e5e5; }

.numInputWrapper:hover .arrowUp,
.numInputWrapper:hover .arrowDown {
  opacity: 1; }

.numInputWrapper:hover .numInput[disabled] ~ .arrowUp,
.numInputWrapper:hover .numInput[disabled] ~ .arrowDown {
  opacity: 0; }

.numInputWrapper .numInput {
  display: inline-block;
  width: 100%;
  padding: 0.25rem;
  margin: 0;
  border: none;
  color: #161616;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  background-color: #ffffff;
  cursor: default;
  -moz-appearance: textfield;
  /* Firefox */ }

.numInputWrapper .numInput:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .numInputWrapper .numInput:focus {
    outline-style: dotted; } }

.numInputWrapper .numInput[disabled], .numInputWrapper .numInput[disabled]:hover {
  color: #c6c6c6;
  background-color: #ffffff;
  pointer-events: none; }

.numInputWrapper .numInput::-webkit-outer-spin-button, .numInputWrapper .numInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.numInput[disabled] ~ .arrowUp::after {
  border-bottom-color: #c6c6c6; }

.numInput[disabled] ~ .arrowDown::after {
  border-top-color: #c6c6c6; }

.numInputWrapper .arrowUp,
.numInputWrapper .arrowDown {
  position: absolute;
  left: 2.6rem;
  width: 0.75rem;
  height: 50%;
  border: none;
  padding: 0 0.25rem 0 0.125rem;
  line-height: 50%;
  opacity: 0;
  cursor: pointer; }

.numInputWrapper .arrowUp::after,
.numInputWrapper .arrowDown::after {
  position: absolute;
  top: 33%;
  display: block;
  content: '';
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent; }

.numInputWrapper .arrowUp:hover::after,
.numInputWrapper .arrowDown:hover::after {
  border-bottom-color: #0f62fe;
  border-top-color: #0f62fe; }

.numInputWrapper .arrowUp:active::after,
.numInputWrapper .arrowDown:active::after {
  border-bottom-color: #0f62fe;
  border-top-color: #0f62fe; }

.numInputWrapper .arrowUp {
  top: 0.25rem;
  border-bottom: 0; }

.numInputWrapper .arrowUp::after {
  border-bottom: 0.25rem solid #161616; }

.numInputWrapper .arrowDown {
  top: 0.6875rem; }

.numInputWrapper .arrowDown::after {
  border-top: 0.25rem solid #161616; }

.flatpickr-weekdays {
  display: flex;
  align-items: center;
  height: 2.5rem; }

.flatpickr-weekdaycontainer {
  display: flex;
  width: 100%; }

.flatpickr-weekday {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  cursor: default;
  color: #161616;
  flex: 1; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 15.375rem;
  padding: 0;
  outline: 0; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161616;
  cursor: pointer;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.flatpickr-day:hover {
  background: #e5e5e5; }

.flatpickr-day:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  outline-color: #0f62fe; }

@media screen and (prefers-contrast) {
  .flatpickr-day:focus {
    outline-style: dotted; } }

.nextMonthDay,
.prevMonthDay {
  color: #6f6f6f; }

.flatpickr-day.today {
  position: relative;
  color: #0f62fe;
  font-weight: 600; }

.flatpickr-day.today::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.25rem;
  width: 0.25rem;
  background-color: #0f62fe; }

.flatpickr-day.today.no-border {
  border: none; }

.flatpickr-day.today.selected {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .flatpickr-day.today.selected {
    outline-style: dotted; } }

.flatpickr-day.today.selected::after {
  display: none; }

.flatpickr-day.inRange {
  background-color: #edf5ff;
  color: #161616; }

.flatpickr-day.selected {
  color: #ffffff;
  background-color: #0f62fe; }

.flatpickr-day.selected:focus {
  outline: 0.0625rem solid #f4f4f4;
  outline-offset: -0.1875rem; }

.flatpickr-day.startRange.selected {
  box-shadow: none;
  z-index: 2; }

.flatpickr-day.startRange.inRange:not(.selected),
.flatpickr-day.endRange.inRange {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background: #ffffff;
  z-index: 3; }

@media screen and (prefers-contrast) {
  .flatpickr-day.startRange.inRange:not(.selected),
  .flatpickr-day.endRange.inRange {
    outline-style: dotted; } }

.flatpickr-day.endRange:hover {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background: #ffffff;
  color: #161616; }

@media screen and (prefers-contrast) {
  .flatpickr-day.endRange:hover {
    outline-style: dotted; } }

.flatpickr-day.endRange.inRange.selected {
  color: #ffffff;
  background: #0f62fe; }

.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: #c6c6c6; }

.flatpickr-day.flatpickr-disabled:hover {
  background-color: transparent; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bx--date-picker {
  display: flex; }

.bx--date-picker--light .bx--date-picker__input {
  background: #f4f4f4; }

.bx--date-picker ~ .bx--label {
  order: 1; }

.bx--date-picker-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.bx--date-picker-input__wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.bx--date-picker.bx--date-picker--simple .bx--date-picker__input,
.bx--date-picker.bx--date-picker--simple .bx--label {
  width: 7.5rem; }

.bx--date-picker.bx--date-picker--simple .bx--date-picker-input__wrapper--invalid .bx--date-picker__input,
.bx--date-picker.bx--date-picker--simple .bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--date-picker.bx--date-picker--simple .bx--date-picker-input__wrapper--warn .bx--date-picker__input,
.bx--date-picker.bx--date-picker--simple .bx--date-picker-input__wrapper--warn ~ .bx--form-requirement {
  width: 9.5rem; }

.bx--date-picker.bx--date-picker--simple.bx--date-picker--short .bx--date-picker__input {
  width: 5.7rem; }

.bx--date-picker.bx--date-picker--single .bx--date-picker__input {
  width: 18rem; }

.bx--date-picker .bx--date-picker-input__wrapper--warn ~ .bx--form-requirement {
  color: #161616; }

.bx--date-picker__input {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: block;
  height: 2.5rem;
  padding: 0 1rem;
  color: #161616;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  transition: 70ms cubic-bezier(0.2, 0, 0.38, 0.9) all; }

.bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
    outline-style: dotted; } }

.bx--date-picker__input:disabled {
  color: #c6c6c6;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  cursor: not-allowed; }

.bx--date-picker__input:disabled::-webkit-input-placeholder {
  color: #c6c6c6; }

.bx--date-picker__input:disabled::-moz-placeholder {
  color: #c6c6c6; }

.bx--date-picker__input:disabled:-ms-input-placeholder {
  color: #c6c6c6; }

.bx--date-picker__input:disabled::-ms-input-placeholder {
  color: #c6c6c6; }

.bx--date-picker__input:disabled::placeholder {
  color: #c6c6c6; }

.bx--date-picker__input:disabled:hover {
  border-bottom: 1px solid transparent; }

.bx--date-picker__input::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--date-picker__input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--date-picker__input:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--date-picker__input::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--date-picker__input::placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--date-picker__input--xl {
  height: 3rem; }

.bx--date-picker__input--sm {
  height: 2rem; }

.bx--date-picker__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--date-picker__icon {
    fill: ButtonText; } }

.bx--date-picker__icon--invalid,
.bx--date-picker__icon--warn {
  cursor: auto; }

.bx--date-picker__icon--warn {
  fill: #f1c21b; }

.bx--date-picker__icon--warn path:first-of-type {
  opacity: 1;
  fill: #000000; }

.bx--date-picker__icon--invalid {
  fill: #da1e28; }

.bx--date-picker__icon ~ .bx--date-picker__input {
  padding-right: 3rem; }

.bx--date-picker__input:disabled ~ .bx--date-picker__icon {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--date-picker--range > .bx--date-picker-container:first-child {
  margin-right: 0.125rem; }

.bx--date-picker--range .bx--date-picker-container,
.bx--date-picker--range .bx--date-picker__input {
  width: 8.96875rem; }

.bx--date-picker.bx--skeleton input,
.bx--date-picker__input.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%; }

.bx--date-picker.bx--skeleton input:hover, .bx--date-picker.bx--skeleton input:focus, .bx--date-picker.bx--skeleton input:active,
.bx--date-picker__input.bx--skeleton:hover,
.bx--date-picker__input.bx--skeleton:focus,
.bx--date-picker__input.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--date-picker.bx--skeleton input::before,
.bx--date-picker__input.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--date-picker.bx--skeleton input::before,
  .bx--date-picker__input.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--date-picker.bx--skeleton input::-webkit-input-placeholder, .bx--date-picker__input.bx--skeleton::-webkit-input-placeholder {
  color: transparent; }

.bx--date-picker.bx--skeleton input::-moz-placeholder, .bx--date-picker__input.bx--skeleton::-moz-placeholder {
  color: transparent; }

.bx--date-picker.bx--skeleton input:-ms-input-placeholder, .bx--date-picker__input.bx--skeleton:-ms-input-placeholder {
  color: transparent; }

.bx--date-picker.bx--skeleton input::-ms-input-placeholder, .bx--date-picker__input.bx--skeleton::-ms-input-placeholder {
  color: transparent; }

.bx--date-picker.bx--skeleton input::placeholder,
.bx--date-picker__input.bx--skeleton::placeholder {
  color: transparent; }

.bx--date-picker.bx--skeleton .bx--label {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem;
  height: 0.875rem; }

.bx--date-picker.bx--skeleton .bx--label:hover, .bx--date-picker.bx--skeleton .bx--label:focus, .bx--date-picker.bx--skeleton .bx--label:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--date-picker.bx--skeleton .bx--label::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--date-picker.bx--skeleton .bx--label::before {
    -webkit-animation: none;
    animation: none; } }

.bx--dropdown__wrapper--inline {
  display: inline-grid;
  grid-gap: 1.5rem;
  grid-template: auto auto / auto -webkit-min-content;
  grid-template: auto auto / auto min-content;
  align-items: center; }

.bx--dropdown__wrapper--inline .bx--label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--dropdown__wrapper--inline .bx--label,
.bx--dropdown__wrapper--inline .bx--form__helper-text,
.bx--dropdown__wrapper--inline .bx--form-requirement {
  margin: 0; }

.bx--dropdown__wrapper--inline .bx--form-requirement {
  grid-column: 2; }

.bx--dropdown {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  color: #161616;
  list-style: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  outline: 2px solid transparent;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--dropdown:hover {
  background-color: #e5e5e5; }

.bx--dropdown .bx--list-box__field {
  text-align: left; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--dropdown .bx--list-box__field {
    border: 1px solid transparent; } }

.bx--dropdown--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--dropdown--xl .bx--dropdown__arrow {
  top: 1rem; }

.bx--dropdown--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--dropdown--sm .bx--dropdown__arrow {
  top: 0.5rem; }

.bx--dropdown--open {
  border-bottom-color: #e0e0e0; }

.bx--dropdown--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--dropdown--invalid {
    outline-style: dotted; } }

.bx--dropdown--invalid .bx--dropdown-text {
  padding-right: 3.5rem; }

.bx--dropdown--invalid + .bx--form-requirement {
  display: inline-block;
  max-height: 12.5rem;
  color: #da1e28; }

.bx--dropdown__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #da1e28; }

.bx--dropdown--open:hover {
  background-color: #ffffff; }

.bx--dropdown--open:focus {
  outline: 1px solid transparent; }

.bx--dropdown--open .bx--dropdown-list {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 13.75rem;
  transition: max-height 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--dropdown--light {
  background-color: #f4f4f4; }

.bx--dropdown--light:hover {
  background-color: #e5e5e5; }

.bx--dropdown--up .bx--dropdown-list {
  bottom: 2rem; }

.bx--dropdown__arrow {
  position: absolute;
  top: 0.8125rem;
  right: 1rem;
  -webkit-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
  transition: -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  pointer-events: none;
  fill: #161616; }

button.bx--dropdown-text {
  width: 100%;
  color: #161616;
  text-align: left;
  background: none;
  border: none; }

button.bx--dropdown-text:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  button.bx--dropdown-text:focus {
    outline-style: dotted; } }

.bx--dropdown-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: block;
  height: calc(100% + 1px);
  padding-right: 2.625rem;
  padding-left: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--dropdown-list {
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: absolute;
  z-index: 9100;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--dropdown--light .bx--dropdown-list {
  background-color: #f4f4f4; }

.bx--dropdown:not(.bx--dropdown--open) .bx--dropdown-item {
  visibility: hidden; }

.bx--dropdown-item {
  position: relative;
  visibility: inherit;
  opacity: 0;
  transition: visibility 70ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--dropdown-item:hover {
  background-color: #e5e5e5; }

.bx--dropdown-item:hover + .bx--dropdown-item .bx--dropdown-link {
  border-color: transparent; }

.bx--dropdown-item:active {
  background-color: #e0e0e0; }

.bx--dropdown-item:first-of-type .bx--dropdown-link {
  border-top-color: transparent; }

.bx--dropdown-item:last-of-type .bx--dropdown-link {
  border-bottom: none; }

.bx--dropdown-link {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.6875rem 0;
  overflow: hidden;
  color: #525252;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  border-top-color: #e0e0e0; }

.bx--dropdown-link:hover {
  color: #161616;
  border-color: transparent; }

.bx--dropdown--light .bx--dropdown-link {
  border-top-color: #e0e0e0; }

.bx--dropdown--sm .bx--dropdown-link {
  height: 2rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--dropdown--xl .bx--dropdown-link {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.bx--dropdown--focused,
.bx--dropdown-link:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem; }

@media screen and (prefers-contrast) {
  .bx--dropdown--focused,
  .bx--dropdown-link:focus {
    outline-style: dotted; } }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown-link:focus {
  margin: 0 1rem;
  padding: 0.6875rem 0;
  outline: none; }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown--focused:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem; }

@media screen and (prefers-contrast) {
  .bx--dropdown-list[aria-activedescendant] .bx--dropdown--focused:focus {
    outline-style: dotted; } }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown-item:active {
  background-color: inherit; }

.bx--dropdown-item:hover .bx--dropdown-link {
  border-bottom-color: #e5e5e5; }

.bx--dropdown--selected {
  display: none; }

.bx--dropdown--open .bx--dropdown__arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.bx--dropdown--open.bx--dropdown--xl .bx--dropdown-list {
  max-height: 16.5rem; }

.bx--dropdown--open.bx--dropdown--sm .bx--dropdown-list {
  max-height: 11rem; }

.bx--dropdown--open .bx--dropdown-item {
  opacity: 1; }

.bx--dropdown--disabled {
  border-bottom-color: transparent; }

.bx--dropdown--disabled:hover {
  background-color: #ffffff; }

.bx--dropdown--disabled:focus {
  outline: none; }

.bx--dropdown--disabled .bx--dropdown-text,
.bx--dropdown--disabled .bx--list-box__label {
  color: #c6c6c6; }

.bx--dropdown--disabled .bx--dropdown__arrow,
.bx--dropdown--disabled .bx--list-box__menu-icon svg {
  fill: #c6c6c6; }

.bx--dropdown--disabled.bx--dropdown--light:hover {
  background-color: #f4f4f4; }

.bx--dropdown--disabled .bx--list-box__field,
.bx--dropdown--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--dropdown--auto-width {
  width: auto;
  max-width: 25rem; }

.bx--dropdown--inline {
  display: inline-block;
  justify-self: start;
  width: auto;
  background-color: transparent;
  border-bottom-color: transparent;
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--dropdown--inline:hover {
  background-color: #e5e5e5; }

.bx--dropdown--inline.bx--dropdown--disabled {
  background-color: transparent; }

.bx--dropdown--inline .bx--dropdown__arrow {
  top: 0.5rem;
  right: 0.5rem; }

.bx--dropdown--inline.bx--dropdown--open {
  background-color: transparent; }

.bx--dropdown--inline .bx--dropdown-text {
  display: inline-block;
  height: 2rem;
  padding: 0.4375rem 2rem 0.4375rem 0.75rem;
  overflow: visible;
  color: #161616; }

.bx--dropdown--inline.bx--dropdown--disabled .bx--dropdown-text {
  color: #c6c6c6; }

.bx--dropdown--inline.bx--dropdown--disabled:focus .bx--dropdown-text {
  outline: 0; }

.bx--dropdown--inline.bx--dropdown--invalid .bx--dropdown__invalid-icon {
  right: 2rem; }

.bx--dropdown--inline.bx--dropdown--invalid .bx--dropdown-text {
  padding-right: 3.5rem; }

.bx--dropdown--inline.bx--dropdown--open:focus .bx--dropdown-list {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.bx--dropdown--inline .bx--dropdown-link {
  font-weight: normal; }

.bx--dropdown--show-selected .bx--dropdown--selected {
  display: block;
  color: #161616;
  background-color: #e5e5e5; }

.bx--dropdown--show-selected .bx--dropdown--selected:hover {
  background-color: #e0e0e0; }

.bx--dropdown--show-selected .bx--dropdown--selected .bx--dropdown-link {
  border-top-color: transparent; }

.bx--dropdown--show-selected .bx--dropdown--selected + .bx--dropdown-item .bx--dropdown-link {
  border-top-color: transparent; }

.bx--dropdown--show-selected .bx--dropdown--selected .bx--list-box__menu-item__selected-icon {
  display: block; }

.bx--dropdown-v2.bx--skeleton,
.bx--dropdown.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none; }

.bx--dropdown-v2.bx--skeleton:hover, .bx--dropdown-v2.bx--skeleton:focus, .bx--dropdown-v2.bx--skeleton:active,
.bx--dropdown.bx--skeleton:hover,
.bx--dropdown.bx--skeleton:focus,
.bx--dropdown.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--dropdown-v2.bx--skeleton::before,
.bx--dropdown.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--dropdown-v2.bx--skeleton::before,
  .bx--dropdown.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Stroke animations */
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 16; } }

@keyframes stroke-end {
  0% {
    stroke-dashoffset: 16; }
  100% {
    stroke-dashoffset: 240; } }

.bx--multi-select .bx--tag {
  min-width: auto;
  margin: 0 0.5rem 0 0; }

.bx--multi-select--filterable .bx--tag {
  margin: 0 0.5rem 0 1rem; }

.bx--multi-select .bx--list-box__menu {
  min-width: auto; }

.bx--multi-select .bx--list-box__menu-item__option .bx--checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }

.bx--multi-select .bx--list-box__menu-item__option .bx--checkbox-label {
  display: inline-block;
  width: 100%;
  padding-left: 1.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--multi-select .bx--list-box__menu-item__option > .bx--form-item {
  flex-direction: row;
  margin: 0; }

.bx--multi-select .bx--list-box__menu-item .bx--checkbox:checked ~ .bx--checkbox-label-text {
  color: #161616; }

.bx--multi-select--filterable {
  transition: outline-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--multi-select--filterable.bx--combo-box .bx--text-input {
  background-clip: padding-box;
  border: 0.125rem solid transparent;
  outline: none; }

.bx--multi-select--filterable--input-focused {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--multi-select--filterable--input-focused {
    outline-style: dotted; } }

.bx--multi-select--filterable.bx--multi-select--selected .bx--text-input {
  padding-left: 0; }

.bx--multi-select--filterable.bx--list-box--disabled:hover .bx--text-input {
  background-color: #ffffff; }

.bx--multi-select--filterable .bx--list-box__selection--multi {
  margin: 0 0 0 1rem; }

.bx--multi-select--filterable.bx--multi-select--inline,
.bx--multi-select--filterable.bx--multi-select--inline .bx--text-input {
  background-color: transparent;
  border-bottom: 0; }

.bx--inline-notification {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 18rem;
  max-width: 18rem;
  height: auto;
  min-height: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff; }

@media (min-width: 42rem) {
  .bx--inline-notification {
    flex-wrap: nowrap;
    max-width: 38rem; } }

@media (min-width: 66rem) {
  .bx--inline-notification {
    max-width: 46rem; } }

@media (min-width: 99rem) {
  .bx--inline-notification {
    max-width: 52rem; } }

@media screen and (prefers-contrast) {
  .bx--inline-notification {
    outline-width: 1px;
    outline-style: solid; } }

.bx--inline-notification:not(.bx--inline-notification--low-contrast) a {
  color: #78a9ff; }

.bx--inline-notification a {
  text-decoration: none; }

.bx--inline-notification a:hover {
  text-decoration: underline; }

.bx--inline-notification a:focus {
  outline: 1px solid #78a9ff; }

.bx--inline-notification.bx--inline-notification--low-contrast a:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--inline-notification.bx--inline-notification--low-contrast a:focus {
    outline-style: dotted; } }

.bx--inline-notification--low-contrast {
  color: #161616; }

.bx--inline-notification--low-contrast::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
  content: '';
  pointer-events: none; }

.bx--inline-notification--error {
  background: #393939;
  border-left: 3px solid #fa4d56; }

.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--error .bx--toast-notification__icon {
  fill: #fa4d56; }

.bx--inline-notification--low-contrast.bx--inline-notification--error {
  background: #fff1f1;
  border-left: 3px solid #da1e28; }

.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--toast-notification__icon {
  fill: #da1e28; }

.bx--inline-notification--low-contrast.bx--inline-notification--error::before {
  border-color: #da1e28; }

.bx--inline-notification--success {
  background: #393939;
  border-left: 3px solid #42be65; }

.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--success .bx--toast-notification__icon {
  fill: #42be65; }

.bx--inline-notification--low-contrast.bx--inline-notification--success {
  background: #defbe6;
  border-left: 3px solid #24a148; }

.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--toast-notification__icon {
  fill: #24a148; }

.bx--inline-notification--low-contrast.bx--inline-notification--success::before {
  border-color: #24a148; }

.bx--inline-notification--info,
.bx--inline-notification--info-square {
  background: #393939;
  border-left: 3px solid #4589ff; }

.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--info-square .bx--toast-notification__icon {
  fill: #4589ff; }

.bx--inline-notification--low-contrast.bx--inline-notification--info,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square {
  background: #edf5ff;
  border-left: 3px solid #0043ce; }

.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--toast-notification__icon {
  fill: #0043ce; }

.bx--inline-notification--low-contrast.bx--inline-notification--info::before,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square::before {
  border-color: #0043ce; }

.bx--inline-notification--warning,
.bx--inline-notification--warning-alt {
  background: #393939;
  border-left: 3px solid #f1c21b; }

.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b; }

.bx--inline-notification--low-contrast.bx--inline-notification--warning,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt {
  background: #fdf6dd;
  border-left: 3px solid #f1c21b; }

.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b; }

.bx--inline-notification--low-contrast.bx--inline-notification--warning::before,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt::before {
  border-color: #f1c21b; }

.bx--inline-notification--warning .bx--inline-notification__icon path[opacity='0'] {
  opacity: 1;
  fill: #000000; }

.bx--inline-notification__details {
  display: flex;
  flex-grow: 1;
  margin: 0 3rem 0 1rem; }

@media (min-width: 42rem) {
  .bx--inline-notification__details {
    margin: 0 1rem; } }

.bx--inline-notification__icon {
  flex-shrink: 0;
  margin-top: 0.875rem;
  margin-right: 1rem; }

.bx--inline-notification__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem 0; }

.bx--inline-notification__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin: 0 0.25rem 0 0; }

.bx--inline-notification__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  word-break: break-word; }

.bx--inline-notification__action-button.bx--btn--ghost {
  height: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 2.5rem; }

@media (min-width: 42rem) {
  .bx--inline-notification__action-button.bx--btn--ghost {
    margin: 0.5rem 0; } }

.bx--inline-notification:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  color: #78a9ff; }

.bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #4c4c4c; }

.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #ffffff; }

.bx--inline-notification__action-button.bx--btn--ghost:focus {
  border-color: transparent;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  box-shadow: none; }

@media screen and (prefers-contrast) {
  .bx--inline-notification__action-button.bx--btn--ghost:focus {
    border-style: dotted;
    outline-style: dotted; } }

.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  outline-color: #0f62fe; }

.bx--inline-notification--hide-close-button .bx--inline-notification__action-button.bx--btn--ghost {
  margin-right: 0.5rem; }

.bx--inline-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--inline-notification__close-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--inline-notification__close-button:focus {
    outline-style: dotted; } }

.bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #ffffff; }

@media (min-width: 42rem) {
  .bx--inline-notification__close-button {
    position: static; } }

.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
    outline-style: dotted; } }

.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #161616; }

.bx--toast-notification {
  display: flex;
  width: 18rem;
  height: auto;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }

.bx--toast-notification:first-child {
  margin-top: 1rem; }

@media (min-width: 99rem) {
  .bx--toast-notification {
    width: 22rem; } }

@media screen and (prefers-contrast) {
  .bx--toast-notification {
    outline-width: 1px;
    outline-style: solid; } }

.bx--toast-notification:not(.bx--toast-notification--low-contrast) a {
  color: #78a9ff; }

.bx--toast-notification a {
  text-decoration: none; }

.bx--toast-notification a:hover {
  text-decoration: underline; }

.bx--toast-notification a:focus {
  outline: 1px solid #78a9ff; }

.bx--toast-notification.bx--toast-notification--low-contrast a:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--toast-notification.bx--toast-notification--low-contrast a:focus {
    outline-style: dotted; } }

.bx--toast-notification--low-contrast {
  color: #161616; }

.bx--toast-notification--error {
  background: #393939;
  border-left: 3px solid #fa4d56; }

.bx--toast-notification--error .bx--inline-notification__icon,
.bx--toast-notification--error .bx--toast-notification__icon {
  fill: #fa4d56; }

.bx--toast-notification--low-contrast.bx--toast-notification--error {
  background: #fff1f1;
  border-left: 3px solid #da1e28; }

.bx--toast-notification--low-contrast.bx--toast-notification--error .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--error .bx--toast-notification__icon {
  fill: #da1e28; }

.bx--toast-notification--success {
  background: #393939;
  border-left: 3px solid #42be65; }

.bx--toast-notification--success .bx--inline-notification__icon,
.bx--toast-notification--success .bx--toast-notification__icon {
  fill: #42be65; }

.bx--toast-notification--low-contrast.bx--toast-notification--success {
  background: #defbe6;
  border-left: 3px solid #24a148; }

.bx--toast-notification--low-contrast.bx--toast-notification--success .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--success .bx--toast-notification__icon {
  fill: #24a148; }

.bx--toast-notification--info,
.bx--toast-notification--info-square {
  background: #393939;
  border-left: 3px solid #4589ff; }

.bx--toast-notification--info .bx--inline-notification__icon,
.bx--toast-notification--info .bx--toast-notification__icon,
.bx--toast-notification--info-square .bx--inline-notification__icon,
.bx--toast-notification--info-square .bx--toast-notification__icon {
  fill: #4589ff; }

.bx--toast-notification--low-contrast.bx--toast-notification--info,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square {
  background: #edf5ff;
  border-left: 3px solid #0043ce; }

.bx--toast-notification--low-contrast.bx--toast-notification--info .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square .bx--toast-notification__icon {
  fill: #0043ce; }

.bx--toast-notification--warning,
.bx--toast-notification--warning-alt {
  background: #393939;
  border-left: 3px solid #f1c21b; }

.bx--toast-notification--warning .bx--inline-notification__icon,
.bx--toast-notification--warning .bx--toast-notification__icon,
.bx--toast-notification--warning-alt .bx--inline-notification__icon,
.bx--toast-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b; }

.bx--toast-notification--low-contrast.bx--toast-notification--warning,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt {
  background: #fdf6dd;
  border-left: 3px solid #f1c21b; }

.bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt .bx--toast-notification__icon {
  fill: #f1c21b; }

.bx--toast-notification--warning .bx--toast-notification__icon path[opacity='0'] {
  opacity: 1;
  fill: #000000; }

.bx--toast-notification__icon {
  flex-shrink: 0;
  margin-top: 1rem;
  margin-right: 1rem; }

.bx--toast-notification__details {
  margin-right: 1rem; }

.bx--toast-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: outline 110ms, background-color 110ms; }

.bx--toast-notification__close-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--toast-notification__close-button:focus {
    outline-style: dotted; } }

.bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #ffffff; }

.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
    outline-style: dotted; } }

.bx--toast-notification--low-contrast .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #161616; }

.bx--toast-notification__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-top: 1rem;
  font-weight: 600;
  word-break: break-word; }

.bx--toast-notification__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #ffffff;
  word-break: break-word; }

.bx--toast-notification--low-contrast .bx--toast-notification__subtitle {
  color: #161616; }

.bx--toast-notification__caption {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  color: #ffffff; }

.bx--toast-notification--low-contrast .bx--toast-notification__caption {
  color: #161616; }

.bx--tabs {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  height: auto;
  color: #161616; }

@media (min-width: 42rem) {
  .bx--tabs {
    min-height: 2.5rem;
    background: none; } }

@media (min-width: 42rem) {
  .bx--tabs--container {
    min-height: 3rem; } }

.bx--tabs-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  color: #161616;
  background-color: #ffffff;
  border-bottom: 1px solid #8d8d8d;
  outline: 2px solid transparent;
  cursor: pointer; }

@media (min-width: 42rem) {
  .bx--tabs-trigger {
    display: none; } }

.bx--tabs-trigger:focus,
.bx--tabs-trigger:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tabs-trigger:focus,
  .bx--tabs-trigger:active {
    outline-style: dotted; } }

.bx--tabs-trigger svg {
  position: absolute;
  right: 1rem;
  transition: -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

.bx--tabs-trigger--open:focus,
.bx--tabs-trigger--open:active {
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tabs-trigger--open {
  background: #e0e0e0; }

.bx--tabs-trigger--open svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
  transition: -webkit-transform 70ms;
  transition: transform 70ms;
  transition: transform 70ms, -webkit-transform 70ms; }

.bx--tabs--light.bx--tabs-trigger {
  background-color: #f4f4f4; }

.bx--tabs-trigger-text {
  padding-top: 2px;
  overflow: hidden;
  color: #161616;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis; }

.bx--tabs-trigger-text:hover {
  color: #161616; }

.bx--tabs-trigger-text:focus {
  outline: none; }

.bx--tabs__nav {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9100;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  transition: max-height 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (min-width: 42rem) {
  .bx--tabs__nav {
    z-index: auto;
    flex-direction: row;
    width: auto;
    background: none;
    box-shadow: none;
    transition: inherit; } }

.bx--tabs__nav--hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (min-width: 42rem) {
  .bx--tabs__nav--hidden {
    display: flex;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    transition: inherit; } }

.bx--tabs__nav-item {
  display: flex;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (min-width: 42rem) {
  .bx--tabs__nav-item {
    height: auto;
    background: transparent; }
  .bx--tabs__nav-item + .bx--tabs__nav-item {
    margin-left: 0.0625rem; } }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item {
    background-color: #e0e0e0; }
  .bx--tabs--container .bx--tabs__nav-item + .bx--tabs__nav-item {
    margin-left: 0;
    box-shadow: -1px 0 0 0 #8d8d8d; }
  .bx--tabs--container .bx--tabs__nav-item + .bx--tabs__nav-item.bx--tabs__nav-item--selected,
  .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--selected + .bx--tabs__nav-item {
    box-shadow: none; } }

.bx--tabs__nav-item .bx--tabs__nav-link {
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (min-width: 42rem) {
  .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--selected) {
    background: transparent; } }

.bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--disabled) {
  background-color: #e5e5e5;
  box-shadow: 0 -1px 0 #e5e5e5; }

@media (min-width: 42rem) {
  .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--disabled) {
    background-color: transparent; }
  .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--disabled) + .bx--tabs__nav-item {
    box-shadow: none; } }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--disabled) {
    background-color: #cacaca; } }

.bx--tabs__nav-item--disabled,
.bx--tabs__nav-item--disabled:hover {
  outline: none;
  cursor: not-allowed; }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled,
  .bx--tabs--container .bx--tabs__nav-item.bx--tabs__nav-item--disabled:hover {
    background-color: #c6c6c6; } }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item--disabled .bx--tabs__nav-link {
    color: #8d8d8d;
    border-bottom: none; } }

.bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) {
  display: none;
  border: none;
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

@media (min-width: 42rem) {
  .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) {
    display: flex; }
  .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
  .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
  .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #161616;
    border-bottom: 2px solid #0f62fe; } }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled),
  .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) {
    background-color: #ffffff; }
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link,
  .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
    padding: 0.5rem 1rem;
    line-height: calc(3rem - (0.5rem * 2));
    border-bottom: none;
    box-shadow: inset 0 2px 0 0 #0f62fe; }
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
  .bx--tabs--container .bx--tabs__nav-item--selected:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active,
  .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:focus,
  .bx--tabs--container .bx--tabs__nav-item--selected:hover:not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link:active {
    box-shadow: none; } }

a.bx--tabs__nav-link {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: inline-block;
  width: calc(100% - 32px);
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.75rem 0;
  overflow: hidden;
  color: #525252;
  font-weight: 400;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e0e0e0;
  transition: border 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  width: 100%;
  margin: 0;
  padding-left: 16px; }

@media screen and (prefers-contrast) {
  a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
    outline-style: dotted; } }

@media (min-width: 42rem) {
  a.bx--tabs__nav-link {
    width: 10rem;
    margin: 0;
    padding: 0.75rem 1rem 0.5rem;
    line-height: inherit;
    border-bottom: 2px solid #e0e0e0; }
  a.bx--tabs__nav-link:focus, a.bx--tabs__nav-link:active {
    width: 10rem;
    border-bottom: 2px; } }

@media (min-width: 42rem) {
  .bx--tabs--container a.bx--tabs__nav-link {
    height: 3rem;
    padding: 0.5rem 1rem;
    line-height: calc(3rem - (0.5rem * 2));
    border-bottom: none; } }

.bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
  color: #161616; }

@media (min-width: 42rem) {
  .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
    color: #161616;
    border-bottom: 2px solid #8d8d8d; } }

@media (min-width: 42rem) {
  .bx--tabs--container .bx--tabs__nav-item:hover:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled) .bx--tabs__nav-link {
    border-bottom: none; } }

.bx--tabs__nav-item--disabled .bx--tabs__nav-link {
  color: #c6c6c6;
  border-bottom: 2px solid #ffffff;
  pointer-events: none; }

.bx--tabs__nav-item--disabled:hover .bx--tabs__nav-link {
  border-bottom: 2px solid #ffffff;
  cursor: no-drop; }

.bx--tabs__nav-item--disabled .bx--tabs__nav-link:focus,
.bx--tabs__nav-item--disabled a.bx--tabs__nav-link:active {
  border-bottom: 2px solid #ffffff;
  outline: none; }

.bx--tabs__nav-item:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled):not(.bx--tabs__nav-item--selected) .bx--tabs__nav-link:focus,
.bx--tabs__nav-item:not(.bx--tabs__nav-item--selected):not(.bx--tabs__nav-item--disabled):not(.bx--tabs__nav-item--selected) a.bx--tabs__nav-link:active {
  color: #525252; }

.bx--tab-content {
  padding: 1rem; }

.bx--tabs.bx--skeleton {
  cursor: default;
  pointer-events: none; }

.bx--skeleton.bx--tabs--scrollable:not(.bx--tabs--scrollable--container) .bx--tabs--scrollable__nav-item {
  border-bottom: 2px solid #c6c6c6; }

.bx--tabs.bx--skeleton .bx--tabs__nav-link {
  display: flex;
  align-items: center;
  width: 10rem;
  height: 100%;
  padding: 0 1rem; }

.bx--tabs.bx--skeleton .bx--tabs__nav-link span {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 0.875rem; }

.bx--tabs.bx--skeleton .bx--tabs__nav-link span:hover, .bx--tabs.bx--skeleton .bx--tabs__nav-link span:focus, .bx--tabs.bx--skeleton .bx--tabs__nav-link span:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--tabs.bx--skeleton .bx--tabs__nav-link span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--tabs.bx--skeleton .bx--tabs__nav-link span::before {
    -webkit-animation: none;
    animation: none; } }

.bx--tabs.bx--skeleton .bx--tabs-trigger {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem; }

.bx--tabs.bx--skeleton .bx--tabs-trigger:hover, .bx--tabs.bx--skeleton .bx--tabs-trigger:focus, .bx--tabs.bx--skeleton .bx--tabs-trigger:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--tabs.bx--skeleton .bx--tabs-trigger::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--tabs.bx--skeleton .bx--tabs-trigger::before {
    -webkit-animation: none;
    animation: none; } }

.bx--tabs.bx--skeleton .bx--tabs-trigger svg {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--tabs--scrollable {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  color: #161616; }

.bx--tabs--scrollable.bx--tabs--scrollable--container {
  min-height: 3rem; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav {
  display: flex;
  flex-direction: row;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto hidden;
  list-style: none;
  outline: 0;
  transition: max-height 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  scrollbar-width: none; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav::-webkit-scrollbar {
  display: none; }

.bx--tabs--scrollable .bx--tabs__overflow-indicator--left,
.bx--tabs--scrollable .bx--tabs__overflow-indicator--right {
  z-index: 1;
  flex: 1 0 auto;
  width: 0.5rem; }

.bx--tabs--scrollable .bx--tabs__overflow-indicator--left {
  margin-right: -0.5rem;
  background-image: linear-gradient(to left, transparent, #f4f4f4); }

.bx--tabs--scrollable .bx--tabs__overflow-indicator--right {
  margin-left: -0.5rem;
  background-image: linear-gradient(to right, transparent, #f4f4f4); }

.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs__overflow-indicator--left {
  background-image: linear-gradient(to left, transparent, #ffffff); }

.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs__overflow-indicator--right {
  background-image: linear-gradient(to right, transparent, #ffffff); }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs__overflow-indicator--left {
  background-image: linear-gradient(to left, transparent, #e0e0e0); }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs__overflow-indicator--right {
  background-image: linear-gradient(to right, transparent, #e0e0e0); }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--tabs--scrollable .bx--tabs__overflow-indicator--left {
      background-image: linear-gradient(to left, rgba(244, 244, 244, 0), #f4f4f4); }
    .bx--tabs--scrollable .bx--tabs__overflow-indicator--right {
      background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4); }
    .bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs__overflow-indicator--left {
      background-image: linear-gradient(to left, rgba(224, 224, 224, 0), #e0e0e0); }
    .bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs__overflow-indicator--right {
      background-image: linear-gradient(to right, rgba(224, 224, 224, 0), #e0e0e0); } } }

.bx--tabs--scrollable .bx--tab--overflow-nav-button {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem; }

.bx--tabs--scrollable .bx--tab--overflow-nav-button::-moz-focus-inner {
  border: 0; }

.bx--tabs--scrollable .bx--tab--overflow-nav-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tabs--scrollable .bx--tab--overflow-nav-button:focus {
    outline-style: dotted; } }

.bx--tabs--scrollable .bx--tab--overflow-nav-button--hidden {
  display: none; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tab--overflow-nav-button {
  width: 3rem;
  margin: 0;
  background-color: #e0e0e0; }

.bx--tabs--scrollable .bx--tab--overflow-nav-button svg {
  fill: #161616; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item {
  display: flex;
  padding: 0;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item + .bx--tabs--scrollable__nav-item {
  margin-left: 0.0625rem; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item {
  background-color: #e0e0e0; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item + .bx--tabs--scrollable__nav-item {
  margin-left: 0;
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item + .bx--tabs--scrollable__nav-item.bx--tabs--scrollable__nav-item--selected,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item.bx--tabs--scrollable__nav-item--selected + .bx--tabs--scrollable__nav-item {
  box-shadow: none; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item .bx--tabs--scrollable__nav-link {
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item:hover {
  background-color: #cacaca; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled,
.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled:hover {
  background-color: transparent;
  outline: none;
  cursor: not-allowed; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item.bx--tabs--scrollable__nav-item--disabled,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item.bx--tabs--scrollable__nav-item--disabled:hover {
  background-color: #c6c6c6; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--selected {
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link,
.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link:focus,
.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link:active {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #161616;
  border-bottom: 2px solid #0f62fe; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected:hover {
  background-color: #ffffff; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link:focus,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link:active,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected:hover .bx--tabs--scrollable__nav-link:focus,
.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected:hover .bx--tabs--scrollable__nav-link:active {
  box-shadow: none; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected .bx--tabs--scrollable__nav-link {
  line-height: calc(3rem - (0.5rem * 2));
  box-shadow: inset 0 2px 0 0 #0f62fe; }

.bx--tabs--scrollable.bx--tabs--scrollable--light.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected,
.bx--tabs--scrollable.bx--tabs--scrollable--light.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--selected:hover {
  background-color: #f4f4f4; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-link {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 2px solid transparent;
  outline-offset: -2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: 10rem;
  padding: 0.75rem 1rem 0.5rem;
  overflow: hidden;
  color: #525252;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  border-bottom: 2px solid #e0e0e0;
  transition: border 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-link::-moz-focus-inner {
  border: 0; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-link:focus, .bx--tabs--scrollable .bx--tabs--scrollable__nav-link:active {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--tabs--scrollable .bx--tabs--scrollable__nav-link:focus, .bx--tabs--scrollable .bx--tabs--scrollable__nav-link:active {
    outline-style: dotted; } }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-link {
  height: 3rem;
  padding: 0.5rem 1rem;
  line-height: calc(3rem - (0.5rem * 2));
  border-bottom: 0; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item:hover .bx--tabs--scrollable__nav-link {
  color: #161616;
  border-bottom: 2px solid #8d8d8d; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item .bx--tabs--scrollable__nav-link {
  border-bottom: none; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link {
  color: #c6c6c6;
  border-bottom: 2px solid #ffffff; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled:hover .bx--tabs--scrollable__nav-link {
  color: #c6c6c6;
  border-bottom: 2px solid #ffffff;
  cursor: not-allowed;
  pointer-events: none; }

.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link:focus,
.bx--tabs--scrollable .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link:active {
  border-bottom: 2px solid #ffffff;
  outline: none; }

.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link {
  border-bottom-color: #e0e0e0; }

.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs--scrollable__nav-item--disabled:hover .bx--tabs--scrollable__nav-link {
  border-bottom-color: #e0e0e0; }

.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link:focus,
.bx--tabs--scrollable .bx--tabs--scrollable--light .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link:active {
  border-bottom-color: #e0e0e0; }

.bx--tabs--scrollable.bx--tabs--scrollable--container .bx--tabs--scrollable__nav-item--disabled .bx--tabs--scrollable__nav-link {
  color: #8d8d8d;
  border-bottom: none; }

.bx--tabs--scrollable .bx--tab-content {
  padding: 1rem; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton {
  cursor: default;
  pointer-events: none; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link:hover, .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link:focus, .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs--scrollable__nav-link::before {
    -webkit-animation: none;
    animation: none; } }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 4.6875rem;
  margin-right: 0.0625rem; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger:hover, .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger:focus, .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger::before {
    -webkit-animation: none;
    animation: none; } }

.bx--tabs--scrollable .bx--tabs.bx--skeleton .bx--tabs-trigger svg {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--tag {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #393939;
  background-color: #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  max-width: 100%;
  min-height: 1.5rem;
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  word-break: break-word;
  border-radius: 0.9375rem;
  cursor: default; }

.bx--tag::-moz-focus-inner {
  border: 0; }

.bx--tag.bx--tag--interactive:hover,
.bx--tag .bx--tag__close-icon:hover {
  background-color: #c6c6c6; }

.bx--tag:not(:first-child) {
  margin-left: 0; }

.bx--tag--red {
  color: #750e13;
  background-color: #ffd7d9; }

.bx--tag--red.bx--tag--interactive:hover,
.bx--tag--red .bx--tag__close-icon:hover {
  background-color: #ffb3b8; }

.bx--tag--magenta {
  color: #740937;
  background-color: #ffd6e8; }

.bx--tag--magenta.bx--tag--interactive:hover,
.bx--tag--magenta .bx--tag__close-icon:hover {
  background-color: #ffafd2; }

.bx--tag--purple {
  color: #491d8b;
  background-color: #e8daff; }

.bx--tag--purple.bx--tag--interactive:hover,
.bx--tag--purple .bx--tag__close-icon:hover {
  background-color: #d4bbff; }

.bx--tag--blue {
  color: #002d9c;
  background-color: #d0e2ff; }

.bx--tag--blue.bx--tag--interactive:hover,
.bx--tag--blue .bx--tag__close-icon:hover {
  background-color: #a6c8ff; }

.bx--tag--cyan {
  color: #003a6d;
  background-color: #bae6ff; }

.bx--tag--cyan.bx--tag--interactive:hover,
.bx--tag--cyan .bx--tag__close-icon:hover {
  background-color: #82cfff; }

.bx--tag--teal {
  color: #004144;
  background-color: #9ef0f0; }

.bx--tag--teal.bx--tag--interactive:hover,
.bx--tag--teal .bx--tag__close-icon:hover {
  background-color: #3ddbd9; }

.bx--tag--green {
  color: #044317;
  background-color: #a7f0ba; }

.bx--tag--green.bx--tag--interactive:hover,
.bx--tag--green .bx--tag__close-icon:hover {
  background-color: #6fdc8c; }

.bx--tag--gray {
  color: #393939;
  background-color: #e0e0e0; }

.bx--tag--gray.bx--tag--interactive:hover,
.bx--tag--gray .bx--tag__close-icon:hover {
  background-color: #c6c6c6; }

.bx--tag--cool-gray {
  color: #343a3f;
  background-color: #dde1e6; }

.bx--tag--cool-gray.bx--tag--interactive:hover,
.bx--tag--cool-gray .bx--tag__close-icon:hover {
  background-color: #c1c7cd; }

.bx--tag--warm-gray {
  color: #3c3838;
  background-color: #e5e0df; }

.bx--tag--warm-gray.bx--tag--interactive:hover,
.bx--tag--warm-gray .bx--tag__close-icon:hover {
  background-color: #cac5c4; }

.bx--tag--high-contrast {
  color: #ffffff;
  background-color: #393939; }

.bx--tag--high-contrast.bx--tag--interactive:hover,
.bx--tag--high-contrast .bx--tag__close-icon:hover {
  background-color: #4c4c4c; }

.bx--tag--disabled,
.bx--tag--filter.bx--tag--disabled,
.bx--tag--interactive.bx--tag--disabled {
  color: #c6c6c6;
  background-color: #ffffff; }

.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--disabled .bx--tag__close-icon:hover,
.bx--tag--filter.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--filter.bx--tag--disabled .bx--tag__close-icon:hover,
.bx--tag--interactive.bx--tag--disabled.bx--tag--interactive:hover,
.bx--tag--interactive.bx--tag--disabled .bx--tag__close-icon:hover {
  background-color: #ffffff; }

.bx--tag--disabled:hover,
.bx--tag--filter.bx--tag--disabled:hover,
.bx--tag--interactive.bx--tag--disabled:hover {
  cursor: not-allowed; }

.bx--tag__label {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--tag--interactive:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #0f62fe; }

.bx--tag--interactive:hover {
  cursor: pointer; }

.bx--tag--filter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  cursor: pointer; }

.bx--tag--filter:hover {
  outline: none; }

.bx--tag--interactive {
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--tag__close-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 0 0.125rem;
  padding: 0;
  color: currentColor;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tag__close-icon svg {
  fill: currentColor; }

.bx--tag__custom-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  padding: 0;
  color: currentColor;
  background-color: transparent;
  border: 0;
  outline: none; }

.bx--tag__custom-icon svg {
  fill: currentColor; }

.bx--tag--disabled .bx--tag__close-icon {
  cursor: not-allowed; }

.bx--tag__close-icon:focus {
  border-radius: 50%;
  outline: none;
  box-shadow: inset 0 0 0 1px #0f62fe; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--tag__close-icon:focus {
    outline: 1px solid ButtonText; } }

.bx--tag--high-contrast .bx--tag__close-icon:focus {
  box-shadow: inset 0 0 0 1px #ffffff; }

.bx--tag--filter.bx--tag--disabled .bx--tag__close-icon:hover {
  background-color: transparent; }

.bx--tag--filter.bx--tag--disabled svg {
  fill: #c6c6c6; }

.bx--tag--sm {
  min-height: 1.125rem;
  padding: 0 0.5rem; }

.bx--tag--sm.bx--tag--filter {
  padding-right: 0; }

.bx--tag--sm .bx--tag__close-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem; }

.bx--tag.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  color: #161616;
  background-color: #e5e5e5;
  width: 3.75rem;
  overflow: hidden; }

.bx--tag.bx--skeleton:hover, .bx--tag.bx--skeleton:focus, .bx--tag.bx--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--tag.bx--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--tag.bx--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--tag.bx--skeleton.bx--tag--interactive:hover,
.bx--tag.bx--skeleton .bx--tag__close-icon:hover {
  background-color: #e5e5e5; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .bx--tag.bx--skeleton {
      -webkit-transform: translateZ(0);
      transform: translateZ(0); } } }

.bx--data-table-container + .bx--pagination {
  border-top: 0; }

.bx--pagination {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 1px);
  min-height: 3rem;
  overflow-x: auto;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0; }

@media (min-width: 42rem) {
  .bx--pagination {
    overflow: initial; }
  .bx--pagination .bx--pagination__control-buttons {
    display: flex; } }

@media (max-width: 41.98rem) {
  .bx--pagination .bx--pagination__left > *,
  .bx--pagination .bx--pagination__right > * {
    display: none; }
  .bx--pagination .bx--pagination__items-count {
    display: initial; }
  .bx--pagination .bx--pagination__control-buttons {
    display: flex; } }

.bx--pagination .bx--select {
  align-items: center;
  height: 100%; }

.bx--pagination .bx--select-input--inline__wrapper {
  display: flex;
  height: 100%; }

.bx--pagination .bx--select-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: auto;
  min-width: auto;
  height: 3rem;
  padding: 0 2.25rem 0 1rem; }

.bx--pagination .bx--select-input:hover {
  background: #e5e5e5; }

.bx--pagination .bx--select__arrow {
  top: 50%;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.bx--pagination .bx--select__item-count .bx--select-input {
  border-right: 0.0625rem solid #e0e0e0; }

.bx--pagination .bx--select__page-number .bx--select-input {
  border-left: 1px solid #e0e0e0; }

.bx--pagination__left,
.bx--pagination__right {
  display: flex;
  align-items: center;
  height: 3rem; }

.bx--pagination__left > .bx--form-item,
.bx--pagination__right > .bx--form-item {
  height: 100%; }

.bx--pagination__left .bx--pagination__text,
.bx--pagination__right .bx--pagination__text {
  white-space: nowrap; }

.bx--pagination__left .bx--pagination__text {
  margin-right: 0.0625rem; }

.bx--pagination__right .bx--pagination__text {
  margin-right: 1rem;
  margin-left: 0.0625rem; }

.bx--pagination__left {
  padding: 0 1rem 0 0; }

@media (min-width: 42rem) {
  .bx--pagination__left {
    padding: 0 1rem; } }

@media (min-width: 42rem) {
  .bx--pagination__text {
    display: inline-block; } }

span.bx--pagination__text {
  margin-left: 1rem;
  color: #525252; }

.bx--pagination__button,
.bx--btn--ghost.bx--pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  margin: 0;
  background: none;
  border: none;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--pagination__button,
  .bx--btn--ghost.bx--pagination__button {
    border: 1px solid transparent; } }

.bx--pagination__button:focus,
.bx--btn--ghost:focus.bx--pagination__button {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  border-left: 0; }

@media screen and (prefers-contrast) {
  .bx--pagination__button:focus,
  .bx--btn--ghost:focus.bx--pagination__button {
    outline-style: dotted; } }

.bx--pagination__button:hover,
.bx--btn--ghost:hover.bx--pagination__button {
  background: #e5e5e5; }

.bx--pagination__button--no-index,
.bx--btn--ghost.bx--pagination__button--no-index {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--pagination__button:disabled:hover,
.bx--pagination__button--no-index:hover,
.bx--btn--ghost:disabled:hover.bx--pagination__button,
.bx--btn--ghost:hover.bx--pagination__button--no-index {
  background: #ffffff;
  border-color: #e0e0e0;
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--pagination.bx--skeleton .bx--skeleton__text {
  margin-right: 1rem;
  margin-bottom: 0; }

@keyframes collapse-accordion {
  0% {
    height: 100%;
    visibility: inherit;
    opacity: 1; }
  100% {
    height: 0;
    visibility: hidden;
    opacity: 0; } }

@keyframes expand-accordion {
  0% {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  100% {
    height: 100%;
    visibility: inherit;
    opacity: 1; } }

.bx--progress {
  display: flex;
  list-style: none; }

.bx--progress-step {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  width: 8rem;
  min-width: 7rem;
  overflow: visible; }

.bx--progress-step .bx--tooltip__label {
  display: block; }

.bx--progress--space-equal .bx--progress-step {
  flex-grow: 1;
  min-width: 8rem; }

.bx--progress-line {
  position: absolute;
  left: 0;
  width: 8rem;
  height: 1px;
  border: 1px inset transparent; }

.bx--progress--space-equal .bx--progress-line {
  width: 100%;
  min-width: 8rem; }

.bx--progress-step svg {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin: 0.625rem 0.5rem 0 0;
  border-radius: 50%;
  fill: #0f62fe; }

.bx--progress-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  max-width: 5.5rem;
  margin: 0.5rem 0 0 0;
  overflow: hidden;
  color: #161616;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9), color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--progress-label::before {
  display: block;
  content: ''; }

.bx--progress-label:hover {
  color: #0f62fe;
  box-shadow: 0 0.0625rem #0f62fe;
  cursor: pointer; }

.bx--progress-label:focus {
  color: #0f62fe;
  outline: none;
  box-shadow: 0 0.1875rem 0 0 #0f62fe; }

.bx--progress--space-equal .bx--progress-label {
  max-width: 100%;
  margin-right: 0.75rem; }

.bx--progress-label:active {
  color: #0f62fe;
  box-shadow: 0 0.1875rem 0 0 #0f62fe; }

.bx--progress-label-overflow:hover ~ .bx--tooltip,
.bx--progress-label-overflow:focus ~ .bx--tooltip {
  visibility: inherit; }

.bx--progress-step .bx--tooltip .bx--tooltip__caret {
  margin-left: 0.625rem; }

.bx--tooltip__text {
  margin: 0;
  padding: 0;
  font-weight: normal; }

.bx--progress-step .bx--tooltip {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  display: block;
  width: 7.8125rem;
  min-width: 7.1875rem;
  min-height: 1.5rem;
  margin-top: 2.5rem;
  margin-left: 1.375rem;
  padding: 0.5rem 1rem;
  color: #ffffff;
  visibility: hidden; }

.bx--progress-step .bx--tooltip_multi {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  width: 9.375rem;
  height: auto;
  color: #ffffff; }

.bx--progress-optional {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  position: absolute;
  left: 0;
  margin-top: 1.75rem;
  margin-left: 1.5rem;
  color: #525252;
  text-align: start; }

.bx--progress-step--current .bx--progress-line {
  background-color: #0f62fe; }

.bx--progress-step--incomplete svg {
  fill: #161616; }

.bx--progress-step--incomplete .bx--progress-line {
  background-color: #e0e0e0; }

.bx--progress-step--complete .bx--progress-line {
  background-color: #0f62fe; }

.bx--progress-step-button {
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: flex;
  text-align: left; }

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

.bx--progress-step-button--unclickable {
  outline: none;
  cursor: default; }

.bx--progress-step-button--unclickable .bx--progress-label:hover {
  color: #161616;
  box-shadow: none;
  cursor: default; }

.bx--progress-step-button--unclickable .bx--tooltip__label:hover {
  color: #0f62fe;
  box-shadow: 0 0.0625rem #0f62fe;
  cursor: pointer; }

.bx--progress-step--disabled {
  cursor: not-allowed;
  pointer-events: none; }

.bx--progress-step--disabled svg {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--progress-step--disabled .bx--progress-label,
.bx--progress-step--disabled .bx--progress-label:hover {
  color: #c6c6c6;
  box-shadow: none;
  cursor: not-allowed; }

.bx--progress-step--disabled .bx--progress-label:focus,
.bx--progress-step--disabled .bx--progress-label:active {
  outline: none;
  box-shadow: none; }

.bx--progress-step--disabled .bx--progress-line {
  cursor: not-allowed; }

.bx--progress-step--disabled .bx--progress-label-overflow:hover ~ .bx--tooltip--definition .bx--tooltip--definition__bottom {
  display: none; }

.bx--progress__warning > * {
  fill: #da1e28; }

.bx--progress.bx--skeleton .bx--progress-label {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 2.5rem;
  height: 0.875rem;
  margin-top: 0.625rem; }

.bx--progress.bx--skeleton .bx--progress-label:hover, .bx--progress.bx--skeleton .bx--progress-label:focus, .bx--progress.bx--skeleton .bx--progress-label:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--progress.bx--skeleton .bx--progress-label::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--progress.bx--skeleton .bx--progress-label::before {
    -webkit-animation: none;
    animation: none; } }

.bx--progress--vertical {
  display: flex;
  flex-direction: column; }

.bx--progress--vertical .bx--progress-step,
.bx--progress--vertical .bx--progress-step-button {
  flex-wrap: wrap;
  align-content: flex-start;
  width: initial;
  min-width: initial;
  min-height: 3.625rem; }

.bx--progress--vertical .bx--progress-step svg,
.bx--progress--vertical .bx--progress-step-button svg {
  display: inline-block;
  margin: 0.0625rem 0.5rem 0; }

.bx--progress--vertical .bx--progress-label {
  display: inline-block;
  width: initial;
  max-width: 10rem;
  margin: 0;
  white-space: initial;
  vertical-align: top; }

.bx--progress--vertical .bx--progress-step .bx--tooltip {
  margin-top: 0.5rem; }

.bx--progress--vertical .bx--progress-optional {
  position: static;
  width: 100%;
  margin-top: auto;
  margin-left: 2rem; }

.bx--progress--vertical .bx--progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%; }

.bx--breadcrumb {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: inline; }

@media (min-width: 42rem) {
  .bx--breadcrumb {
    display: flex;
    flex-wrap: wrap; } }

.bx--breadcrumb-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.5rem; }

.bx--breadcrumb-item .bx--link:visited {
  color: #0f62fe; }

.bx--breadcrumb-item .bx--link:visited:hover {
  color: #0043ce; }

.bx--breadcrumb-item::after {
  margin-left: 0.5rem;
  color: #161616;
  content: '/'; }

.bx--breadcrumb--no-trailing-slash .bx--breadcrumb-item:last-child::after {
  content: ''; }

.bx--breadcrumb-item:last-child,
.bx--breadcrumb-item:last-child::after {
  margin-right: 0; }

.bx--breadcrumb .bx--link {
  white-space: nowrap; }

.bx--breadcrumb-item [aria-current='page'],
.bx--breadcrumb-item.bx--breadcrumb-item--current .bx--link {
  color: #161616;
  cursor: auto; }

.bx--breadcrumb-item [aria-current='page']:hover,
.bx--breadcrumb-item.bx--breadcrumb-item--current .bx--link:hover {
  text-decoration: none; }

.bx--breadcrumb-item .bx--overflow-menu {
  position: relative;
  width: 1.25rem;
  height: 1.25rem; }

.bx--breadcrumb-item .bx--overflow-menu:focus {
  outline: 1px solid #0f62fe; }

.bx--breadcrumb-item .bx--overflow-menu:hover {
  background: transparent; }

.bx--breadcrumb-item .bx--overflow-menu::after {
  position: absolute;
  bottom: 2px;
  width: 0.75rem;
  height: 1px;
  background: #0043ce;
  opacity: 0;
  transition: opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

.bx--breadcrumb-item .bx--overflow-menu:hover::after {
  opacity: 1; }

.bx--breadcrumb-item .bx--overflow-menu.bx--overflow-menu--open {
  background: transparent;
  box-shadow: none; }

.bx--breadcrumb-item .bx--overflow-menu__icon {
  position: relative;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  fill: #0f62fe; }

.bx--breadcrumb-item .bx--overflow-menu:hover .bx--overflow-menu__icon {
  fill: #0043ce; }

.bx--breadcrumb-menu-options:focus {
  outline: none; }

.bx--breadcrumb-menu-options.bx--overflow-menu-options::after {
  top: -0.4375rem;
  left: 0.875rem;
  width: 0;
  height: 0;
  margin: 0 auto;
  background: transparent;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid #ffffff;
  border-left: 0.4375rem solid transparent; }

.bx--breadcrumb.bx--skeleton .bx--link {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1rem; }

.bx--breadcrumb.bx--skeleton .bx--link:hover, .bx--breadcrumb.bx--skeleton .bx--link:focus, .bx--breadcrumb.bx--skeleton .bx--link:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--breadcrumb.bx--skeleton .bx--link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--breadcrumb.bx--skeleton .bx--link::before {
    -webkit-animation: none;
    animation: none; } }

.bx--toolbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 1rem 0; }

.bx--toolbar > div {
  margin: 0 0.25rem; }

.bx--toolbar .bx--search-input {
  height: 2rem;
  background-color: transparent;
  outline: none; }

.bx--toolbar .bx--search-close {
  display: none; }

.bx--toolbar .bx--overflow-menu__icon {
  transition: fill 50ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #525252; }

.bx--toolbar .bx--search-magnifier {
  top: 0.5rem;
  left: 0.375rem;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  cursor: pointer;
  transition: all 175ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #525252; }

.bx--toolbar fieldset {
  padding: 0;
  border: 0; }

.bx--toolbar .bx--toolbar-search--active {
  width: 15.625rem; }

.bx--toolbar .bx--toolbar-search--active .bx--search-magnifier {
  top: 0.5625rem;
  -webkit-transform: scale(1);
  transform: scale(1); }

.bx--toolbar .bx--toolbar-search--active .bx--search-input {
  background-color: #f4f4f4; }

.bx--toolbar .bx--toolbar-search--active .bx--search-close {
  display: block; }

.bx--toolbar .bx--checkbox-label {
  margin-bottom: 0; }

.bx--toolbar .bx--overflow-menu--open > .bx--overflow-menu__icon {
  fill: #0f62fe; }

.bx--toolbar-search {
  width: 1.8rem;
  transition: all 175ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--toolbar-search__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0; }

.bx--toolbar-search__btn:focus {
  outline: 1px solid #0f62fe; }

@media screen and (prefers-contrast) {
  .bx--toolbar-search__btn:focus {
    outline-style: dotted; } }

.bx--toolbar-filter-icon {
  padding-right: 0;
  padding-left: 0; }

.bx--toolbar-menu__title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  padding: 0.5rem 1.25rem;
  font-weight: 600; }

.bx--toolbar-menu__option {
  padding: 0.5rem 1.25rem; }

.bx--toolbar-menu__divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #e0e0e0; }

.bx--radio-button-group {
  border: none; }

.bx--toolbar-search:not(.bx--toolbar-search--active) .bx--search-input {
  border-bottom: none; }

.bx--time-picker {
  display: flex;
  align-items: flex-end; }

.bx--time-picker__select {
  justify-content: center; }

.bx--time-picker__select:not(:last-of-type) {
  margin: 0 0.125rem; }

.bx--time-picker__input {
  display: flex;
  flex-direction: column; }

.bx--time-picker .bx--select-input {
  width: auto;
  min-width: auto;
  margin: 0;
  padding-right: 3rem;
  line-height: 1; }

.bx--time-picker__input-field {
  outline: 2px solid transparent;
  outline-offset: -2px;
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  width: 4.875rem;
  height: 2.5rem;
  transition: outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--time-picker__input-field::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--time-picker__input-field::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--time-picker__input-field:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--time-picker__input-field::-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--time-picker__input-field::placeholder {
  color: #6f6f6f;
  opacity: 1; }

.bx--time-picker--light .bx--select-input {
  background-color: #f4f4f4; }

.bx--time-picker--light .bx--select-input:hover {
  background-color: #e5e5e5; }

.bx--time-picker--light .bx--select-input:disabled, .bx--time-picker--light .bx--select-input:hover:disabled {
  color: #c6c6c6;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  cursor: not-allowed; }

.bx--time-picker--sm .bx--select-input,
.bx--time-picker--sm .bx--time-picker__input-field {
  height: 2rem;
  max-height: 2rem; }

.bx--time-picker--xl .bx--select-input,
.bx--time-picker--xl .bx--time-picker__input-field {
  height: 3rem;
  max-height: 3rem; }

.bx--slider-container {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--slider {
  position: relative;
  width: 100%;
  min-width: 12.5rem;
  max-width: 40rem;
  margin: 0 1rem; }

.bx--slider__range-label {
  font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #161616;
  white-space: nowrap; }

.bx--slider__range-label:last-of-type {
  margin-right: 1rem; }

.bx--slider__track {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: #e0e0e0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--slider__track {
    border: 1px solid transparent; } }

.bx--slider__track:before {
  position: absolute;
  top: -0.3125rem;
  left: 50%;
  display: inline-block;
  width: 0.125rem;
  height: 0.25rem;
  background: #e0e0e0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: ''; }

.bx--slider__filled-track {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: #161616;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: background 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  pointer-events: none; }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--slider__filled-track {
    border: 1px solid transparent; } }

.bx--slider__thumb {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0.875rem;
  height: 0.875rem;
  background: #161616;
  border-radius: 50%;
  outline: none;
  box-shadow: inset 0 0 0 1px transparent, inset 0 0 0 2px transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: background 110ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background 110ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background 110ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--slider__thumb:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.4286);
  transform: translate(-50%, -50%) scale(1.4286); }

.bx--slider__thumb:focus {
  background-color: #0f62fe;
  box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1.4286);
  transform: translate(-50%, -50%) scale(1.4286); }

@media screen and (prefers-contrast) {
  .bx--slider__thumb:focus {
    outline-style: dotted; } }

.bx--slider__thumb:active {
  box-shadow: inset 0 0 0 2px #0f62fe;
  -webkit-transform: translate(-50%, -50%) scale(1.4286);
  transform: translate(-50%, -50%) scale(1.4286); }

@media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
  .bx--slider__thumb {
    outline: 1px solid ButtonText; } }

.bx--slider__input {
  display: none; }

.bx--slider-text-input,
.bx-slider-text-input {
  width: auto;
  height: 2.5rem;
  text-align: center;
  -moz-appearance: textfield; }

.bx--slider-text-input::-webkit-outer-spin-button, .bx--slider-text-input::-webkit-inner-spin-button,
.bx-slider-text-input::-webkit-outer-spin-button,
.bx-slider-text-input::-webkit-inner-spin-button {
  display: none; }

.bx--slider__thumb:focus ~ .bx--slider__filled-track {
  background-color: #0f62fe; }

.bx--label--disabled ~ .bx--slider-container > .bx--slider__range-label {
  color: #c6c6c6; }

.bx--slider--disabled .bx--slider__thumb {
  background-color: #e0e0e0; }

.bx--slider--disabled .bx--slider__thumb:hover {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: not-allowed; }

.bx--slider--disabled .bx--slider__thumb:focus {
  background-color: #e0e0e0;
  outline: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bx--slider--disabled .bx--slider__thumb:active {
  background: #e0e0e0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bx--slider--disabled .bx--slider__track,
.bx--slider--disabled .bx--slider__filled-track,
.bx--slider--disabled .bx--slider__thumb:focus ~ .bx--slider__filled-track {
  background-color: #e0e0e0;
  cursor: not-allowed; }

.bx--slider--disabled ~ .bx--form-item .bx--slider-text-input,
.bx--slider--disabled ~ .bx--slider-text-input {
  color: #c6c6c6;
  background-color: #ffffff;
  border: none;
  cursor: not-allowed;
  transition: none; }

.bx--slider--disabled ~ .bx--form-item .bx--slider-text-input:active, .bx--slider--disabled ~ .bx--form-item .bx--slider-text-input:focus, .bx--slider--disabled ~ .bx--form-item .bx--slider-text-input:hover,
.bx--slider--disabled ~ .bx--slider-text-input:active,
.bx--slider--disabled ~ .bx--slider-text-input:focus,
.bx--slider--disabled ~ .bx--slider-text-input:hover {
  color: #c6c6c6;
  outline: none; }

.bx--slider-container.bx--skeleton .bx--slider__range-label {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 1.25rem;
  height: 0.75rem; }

.bx--slider-container.bx--skeleton .bx--slider__range-label:hover, .bx--slider-container.bx--skeleton .bx--slider__range-label:focus, .bx--slider-container.bx--skeleton .bx--slider__range-label:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--slider-container.bx--skeleton .bx--slider__range-label::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--slider-container.bx--skeleton .bx--slider__range-label::before {
    -webkit-animation: none;
    animation: none; } }

.bx--slider-container.bx--skeleton .bx--slider__track {
  cursor: default;
  pointer-events: none; }

.bx--slider-container.bx--skeleton .bx--slider__thumb {
  left: 50%;
  cursor: default;
  pointer-events: none; }

.bx--skeleton__text {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 100%;
  height: 1rem;
  margin-bottom: 0.5rem; }

.bx--skeleton__text:hover, .bx--skeleton__text:focus, .bx--skeleton__text:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--skeleton__text::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--skeleton__text::before {
    -webkit-animation: none;
    animation: none; } }

.bx--skeleton__heading {
  height: 1.5rem; }

.bx--icon--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  width: 1rem;
  height: 1rem; }

.bx--icon--skeleton:hover, .bx--icon--skeleton:focus, .bx--icon--skeleton:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--icon--skeleton::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--icon--skeleton::before {
    -webkit-animation: none;
    animation: none; } }

.bx--skeleton__placeholder {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 6.25rem; }

.bx--skeleton__placeholder:hover, .bx--skeleton__placeholder:focus, .bx--skeleton__placeholder:active {
  border: none;
  outline: none;
  cursor: default; }

.bx--skeleton__placeholder::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: '';
  will-change: transform-origin, transform, opacity; }

@media (prefers-reduced-motion: reduce) {
  .bx--skeleton__placeholder::before {
    -webkit-animation: none;
    animation: none; } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-end-p1 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-end-p2 {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Stroke animations */
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 16; } }

@keyframes stroke-end {
  0% {
    stroke-dashoffset: 16; }
  100% {
    stroke-dashoffset: 240; } }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

.bx--inline-loading {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2rem; }

.bx--inline-loading .bx--loading__svg circle {
  stroke-width: 12; }

.bx--inline-loading .bx--loading__stroke {
  stroke-dashoffset: 110; }

.bx--inline-loading__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #525252; }

.bx--inline-loading__animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem; }

.bx--inline-loading__checkmark-container {
  fill: #24a148; }

.bx--inline-loading__checkmark-container.bx--inline-loading__svg {
  position: absolute;
  top: 0.75rem;
  width: 0.75rem; }

.bx--inline-loading__checkmark-container[hidden] {
  display: none; }

.bx--inline-loading__checkmark {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: stroke;
  animation-name: stroke;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  fill: none;
  stroke: #0f62fe;
  stroke-width: 1.8;
  stroke-dasharray: 12;
  stroke-dashoffset: 12; }

.bx--inline-loading--error {
  width: 1rem;
  height: 1rem;
  fill: #da1e28; }

.bx--inline-loading--error[hidden] {
  display: none; }

.bx--loading--small .bx--inline-loading__svg {
  stroke: #0f62fe; }

/* If IE11 Don't show check animation */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bx--inline-loading__checkmark-container {
    top: 1px;
    right: 0.5rem; }
  .bx--inline-loading__checkmark {
    -webkit-animation: none;
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: 0; } }

.bx--pagination-nav {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  line-height: 0; }

.bx--pagination-nav__list {
  display: flex;
  align-items: center;
  list-style: none; }

.bx--pagination-nav__list-item {
  padding: 0; }

.bx--pagination-nav__list-item:first-child {
  padding-left: 0; }

.bx--pagination-nav__list-item:last-child {
  padding-right: 0; }

.bx--pagination-nav__page {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  min-width: 3rem;
  padding: 1.0625rem 0.25rem;
  color: #525252;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bx--pagination-nav__page::-moz-focus-inner {
  border: 0; }

.bx--pagination-nav__page:hover {
  color: #525252;
  background-color: #e5e5e5; }

.bx--pagination-nav__page:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--pagination-nav__page:focus {
    outline-style: dotted; } }

.bx--pagination-nav__page:disabled, .bx--pagination-nav__page.bx--pagination-nav__page--disabled {
  color: rgba(82, 82, 82, 0.5);
  background: none;
  outline: none;
  pointer-events: none; }

.bx--pagination-nav__page:not(.bx--pagination-nav__page--direction)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0.25rem;
  background-color: #0f62fe;
  opacity: 0;
  transition: width 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

.bx--pagination-nav__page--active + .bx--pagination-nav__page::after, .bx--pagination-nav__page.bx--pagination-nav__page--active::after {
  left: calc(50% - 0.5rem);
  width: 1rem;
  opacity: 1; }

.bx--pagination-nav__page.bx--pagination-nav__page--active {
  color: #525252;
  font-weight: 600;
  background-color: initial; }

.bx--pagination-nav__page .bx--pagination-nav__icon {
  pointer-events: none;
  fill: currentColor; }

.bx--pagination-nav__page--direction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  line-height: 0; }

.bx--pagination-nav__select {
  position: relative; }

.bx--pagination-nav__page--select {
  max-height: 3rem;
  text-indent: calc(50% - 4.5px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@-moz-document url-prefix() {
  .bx--pagination-nav__page--select {
    text-indent: 0; } }

.bx--pagination-nav__select-icon-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.bx--pagination-nav__select-icon-wrapper:not(.bx--pagination-nav__page--direction)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0.25rem;
  background-color: #0f62fe;
  opacity: 0;
  transition: width 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

.bx--pagination-nav__page--active + .bx--pagination-nav__select-icon-wrapper::after, .bx--pagination-nav__select-icon-wrapper.bx--pagination-nav__page--active::after {
  left: calc(50% - 0.5rem);
  width: 1rem;
  opacity: 1; }

.bx--pagination-nav__page--active + .bx--pagination-nav__select-icon-wrapper .bx--pagination-nav__select-icon {
  display: none; }

.bx--pagination-nav__select-icon {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  pointer-events: none; }

.bx--pagination-nav__accessibility-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  visibility: inherit;
  clip: rect(0, 0, 0, 0); }

.bx--unstable-pagination {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3rem;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid transparent; }

.bx--unstable-pagination__text {
  margin: 0 1rem;
  color: #525252; }

@media (min-width: 42rem) {
  .bx--unstable-pagination__text {
    display: inline-block; } }

.bx--unstable-pagination__left,
.bx--unstable-pagination__right {
  display: flex;
  align-items: center;
  height: 100%; }

.bx--unstable-pagination__left {
  padding: 0 1rem 0 0; }

.bx--unstable-pagination__left > .bx--form-item,
.bx--unstable-pagination__right > .bx--form-item {
  height: 100%; }

.bx--unstable-pagination__left .bx--unstable-pagination__text {
  margin-right: 0.0625rem; }

.bx--unstable-pagination__right .bx--unstable-pagination__text {
  margin-right: 1rem;
  margin-left: 0.0625rem; }

.bx--unstable-pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0 0.875rem;
  color: #161616;
  background: none;
  border: none;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  fill: #161616; }

.bx--unstable-pagination__button .bx--btn__icon {
  width: initial;
  height: initial; }

.bx--unstable-pagination__button.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px; }

@media screen and (prefers-contrast) {
  .bx--unstable-pagination__button.bx--btn--icon-only.bx--tooltip__trigger:focus {
    outline-style: dotted; } }

.bx--unstable-pagination__button:hover {
  color: #161616;
  background: #e5e5e5; }

.bx--unstable-pagination__button--no-index {
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--unstable-pagination__button.bx--btn:disabled {
  background: transparent;
  border-color: #e0e0e0; }

.bx--unstable-pagination__button:disabled:hover,
.bx--unstable-pagination__button--no-index:hover {
  background: transparent;
  cursor: not-allowed;
  fill: #c6c6c6; }

.bx--unstable-pagination__page-selector,
.bx--unstable-pagination__page-sizer {
  align-items: center;
  height: 100%; }

.bx--unstable-pagination__page-selector .bx--select-input--inline__wrapper,
.bx--unstable-pagination__page-sizer .bx--select-input--inline__wrapper {
  display: flex;
  height: 100%; }

.bx--unstable-pagination__page-selector .bx--select-input,
.bx--unstable-pagination__page-sizer .bx--select-input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  width: auto;
  min-width: auto;
  height: 100%;
  margin-right: -0.65rem;
  padding: 0 2.5rem 0 1rem; }

@media (min-width: 42rem) {
  .bx--unstable-pagination__page-selector .bx--select-input,
  .bx--unstable-pagination__page-sizer .bx--select-input {
    margin-right: 0;
    padding-right: 2.25rem; } }

.bx--unstable-pagination__page-selector .bx--select-input:hover,
.bx--unstable-pagination__page-sizer .bx--select-input:hover {
  background: #e5e5e5; }

.bx--unstable-pagination__page-selector .bx--select__arrow,
.bx--unstable-pagination__page-sizer .bx--select__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 42rem) {
  .bx--unstable-pagination__page-selector .bx--select__arrow,
  .bx--unstable-pagination__page-sizer .bx--select__arrow {
    right: 1rem; } }

.bx--unstable-pagination__page-selector {
  border-left: 1px solid #e0e0e0; }

.bx--unstable-pagination__page-sizer {
  border-right: 1px solid #e0e0e0; }

.bx--popover {
  position: absolute;
  z-index: 6000;
  display: none; }

.bx--popover--relative {
  position: relative; }

.bx--popover--open {
  display: block; }

.bx--popover-contents {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 23rem;
  color: #161616;
  background-color: #ffffff;
  border-radius: 2px; }

.bx--popover--light .bx--popover-contents {
  background-color: #f4f4f4; }

.bx--popover--high-contrast .bx--popover-contents {
  color: #ffffff;
  background-color: #393939; }

.bx--popover--caret .bx--popover-contents::before,
.bx--popover--caret .bx--popover-contents::after {
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: inherit;
  content: ''; }

.bx--popover--caret .bx--popover-contents::before {
  z-index: -1;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2); }

.bx--popover--top,
.bx--popover--top-left,
.bx--popover--top-right {
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 8px));
  transform: translateY(calc(100% + 8px)); }

.bx--popover--caret.bx--popover--top .bx--popover-contents::before,
.bx--popover--caret.bx--popover--top .bx--popover-contents::after {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.bx--popover--top-left .bx--popover-contents {
  margin-left: 0; }

.bx--popover--caret.bx--popover--top-left .bx--popover-contents::before,
.bx--popover--caret.bx--popover--top-left .bx--popover-contents::after {
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.bx--popover--top-right .bx--popover-contents {
  margin-right: 0; }

.bx--popover--caret.bx--popover--top-right .bx--popover-contents::before,
.bx--popover--caret.bx--popover--top-right .bx--popover-contents::after {
  top: 0;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.bx--popover--bottom,
.bx--popover--bottom-left,
.bx--popover--bottom-right {
  top: 0;
  -webkit-transform: translateY(calc(-100% - 8px));
  transform: translateY(calc(-100% - 8px)); }

.bx--popover--caret.bx--popover--bottom .bx--popover-contents::before,
.bx--popover--caret.bx--popover--bottom .bx--popover-contents::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg); }

.bx--popover--caret.bx--popover--bottom-left .bx--popover-contents::before,
.bx--popover--caret.bx--popover--bottom-left .bx--popover-contents::after {
  bottom: 0;
  left: 1rem;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg); }

.bx--popover--caret.bx--popover--bottom-right .bx--popover-contents::before,
.bx--popover--caret.bx--popover--bottom-right .bx--popover-contents::after {
  right: 1rem;
  bottom: 0;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg); }

.bx--popover--left,
.bx--popover--left-top,
.bx--popover--left-bottom {
  margin-left: 8px; }

.bx--popover--caret.bx--popover--left .bx--popover-contents::before,
.bx--popover--caret.bx--popover--left .bx--popover-contents::after {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.bx--popover--caret.bx--popover--left-bottom .bx--popover-contents::before,
.bx--popover--caret.bx--popover--left-bottom .bx--popover-contents::after {
  bottom: 1rem;
  left: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.bx--popover--caret.bx--popover--left-top .bx--popover-contents::before,
.bx--popover--caret.bx--popover--left-top .bx--popover-contents::after {
  top: 1rem;
  left: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.bx--popover--right,
.bx--popover--right-top,
.bx--popover--right-bottom {
  margin-right: 8px; }

.bx--popover--caret.bx--popover--right .bx--popover-contents::before,
.bx--popover--caret.bx--popover--right .bx--popover-contents::after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg); }

.bx--popover--caret.bx--popover--right-bottom .bx--popover-contents::before,
.bx--popover--caret.bx--popover--right-bottom .bx--popover-contents::after {
  right: 0;
  bottom: 1rem;
  -webkit-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg); }

.bx--popover--caret.bx--popover--right-top .bx--popover-contents::before,
.bx--popover--caret.bx--popover--right-top .bx--popover-contents::after {
  top: 1rem;
  right: 0;
  -webkit-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg); }

/*
################
Carbon Fonts 
################
*/
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoW.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1Xdm.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoW.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFhA.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q0Q.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFhA.woff) format("woff");
  font-display: auto; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jcoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1hMoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1j8oQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1jsoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2HdgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa0XdgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa2ndgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa23dgregdFOFh.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jcoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1hMoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1j8oQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1jsoQPttoz6Pz.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: italic;
  src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6sfjptAgt5VM-kVkqdyU8n1ioSClN1gMoQPttozw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl1FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlRFgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl9FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwl5FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iIq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1isq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iAq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1iEq131nj-otFQ.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl1FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlRFgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl9FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwl5FgsAXHNlYzg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexmono/v4/-F6qfjptAgt5VM-kVkqdyU8n3vAOwlBFgsAXHNk.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
  font-display: auto; }

@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
  font-display: auto; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: italic;
  src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 300;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 400;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
  font-display: auto;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/*
####################################################
IBM Override (most of this relate to the dark theme)
####################################################
*/
:host(dds-dotcom-shell),
.bx--dotcom-shell {
  padding-top: 137px;
  padding-bottom: 0;
  background: #000; }

@media (max-width: 41.98rem) {
  :host(dds-dotcom-shell) .bx--dotcom-shell__content,
  .bx--dotcom-shell .bx--dotcom-shell__content {
    padding-bottom: 0; } }

@media (min-width: 42rem) {
  :host(dds-dotcom-shell),
  .bx--dotcom-shell {
    min-height: calc(100vh - 90px); } }

@media (min-width: 66rem) {
  :host(dds-dotcom-shell),
  .bx--dotcom-shell {
    min-height: calc(100vh - 40px); } }

.bx--dotcom-shell__content {
  padding-bottom: 0;
  position: relative; }

@media (min-width: 42rem) and (max-width: 66rem) {
  .bx--dotcom-shell__content {
    padding-bottom: 0; } }

@media (min-width: 82rem) {
  .bx--dotcom-shell__content {
    max-width: 100%; } }

:host(dds-footer),
.bx--footer {
  position: relative;
  z-index: 2; }

.bx--body__lock-scroll .bx--footer {
  z-index: 0; }

@media screen and (max-width: 799px) {
  :host(dds-dotcom-shell),
  .bx--dotcom-shell {
    padding-top: 4rem; } }

.bx--image__icon {
  position: absolute;
  top: calc(50% - 32px);
  right: calc(50% - 32px); }

.bx--masthead {
  z-index: 9; }

/* Masthead CTA Button */
/* position for mobile, tablet, and desktop, stay synced to menu as it changes when user scrolls */
.bx--masthead.bx--masthead--sticky.bx--masthead--sticky__l1 + .bx--dotcom-shell .masthead-button-wrapper {
  top: 0px; }

.masthead-button-wrapper {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 0px;
  display: block;
  /*@media screen and (min-width: 1400px) {
        top: 50px;
        display: block;

    }*/ }

@media screen and (min-width: 1400px) {
  .masthead-button-wrapper {
    top: 50px; } }

.masthead-button-wrapper .bx--btn {
  font-size: 14px !important;
  line-height: 14px !important; }

.masthead-button-wrapper .bx--btn--primary {
  font-size: 14px !important;
  line-height: 14px !important; }

.bx--body__lock-scroll .masthead-button-wrapper {
  z-index: 1; }

/* All pages: h1 and body p styles */
h1 {
  font-family: IBM Plex Sans;
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #fff; }

p {
  font-family: IBM Plex Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 2rem;
  color: #fff; }

/* All pages: add #main-content so the automatic link to this ID from the IBM Masthead works */
#main-content {
  position: absolute;
  top: 70px;
  left: 0px; }

.source-wrapper {
  margin-bottom: 2rem; }

.source-wrapper .source {
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 5px;
  color: #fff; }

sup {
  font-size: 10px;
  line-height: 10px; }

/* remove IOS blue highlight in mobile */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Home Page */
.home-content {
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 1rem;
  padding-bottom: 40px; }

@media (min-width: 42rem) {
  .home-content {
    max-width: 600px; } }

@media (min-width: 66rem) {
  .home-content {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 0;
    max-width: 300px; } }

.home-content .bx--btn {
  font-size: 14px !important;
  line-height: 14px !important; }

.home-content p a.bx--link {
  color: #a6c8ff;
  display: inline-block;
  font-size: inherit;
  line-height: inherit; }

.home-content a.bx--link:visited, .home-content a.bx--link:hover, .home-content a.bx--link:active {
  color: #78a9ff;
  text-decoration: none; }

.home-content .bx--link__icon {
  display: inline-block; }

/* Pillars on Home Page */
.pillar-wrapper {
  display: flex;
  justify-content: flex-start;
  height: calc(100% - 40px);
  flex-direction: column; }

@media (min-width: 66rem) {
  .pillar-wrapper {
    flex-direction: row; } }

.pillar-wrapper a {
  display: inline-flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .pillar-wrapper a {
    width: calc(33% - 1rem);
    display: inline-flex;
    flex-direction: column;
    margin-left: 1rem; } }

.pillar-wrapper a:nth-child(1) .pillar-icon svg g path {
  transition: all .2s ease;
  stroke: #fff; }

.pillar-wrapper a:nth-child(1) .pillar-arrow:after {
  background-color: var(--purple); }

.pillar-wrapper a:nth-child(1):hover .pillar-icon svg g path {
  stroke: var(--purple); }

.pillar-wrapper a:nth-child(1):hover .pillar-icon svg g path:not(.no-fill) {
  fill: var(--purple); }

.pillar-wrapper a:nth-child(2) .pillar-icon svg g {
  transition: all .2s ease;
  stroke: #fff; }

.pillar-wrapper a:nth-child(2) .pillar-arrow:after {
  background-color: var(--lightBlue); }

.pillar-wrapper a:nth-child(2):hover .pillar-icon svg g {
  stroke: var(--lightBlue); }

.pillar-wrapper a:nth-child(2) h2 {
  max-width: 95%; }

.pillar-wrapper a:nth-child(3) .pillar-icon svg g {
  transition: all .2s ease;
  stroke: #fff; }

.pillar-wrapper a:nth-child(3) .pillar-arrow:after {
  background-color: var(--blue); }

.pillar-wrapper a:nth-child(3):hover .pillar-icon svg g {
  stroke: var(--blue); }

.pillar {
  background-color: #21272A;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
  padding-bottom: 4em; }

@media (min-width: 42rem) {
  .pillar {
    margin-bottom: 40px;
    padding-bottom: 4em; } }

@media (min-width: 66rem) {
  .pillar {
    height: 100%;
    min-height: 650px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 135px; } }

@media screen and (min-width: 1056px) and (max-width: 1200px) {
  .pillar {
    padding-top: 70px;
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.pillar:hover .pillar-arrow:after {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.pillar .pillar-icon {
  margin-bottom: 55px; }

.pillar .pillar-icon svg {
  height: 100%;
  width: auto;
  max-height: 80px; }

@media screen and (min-width: 1056px) and (max-width: 1300px) {
  .pillar .pillar-icon svg {
    max-height: 60px; } }

.pillar h2 {
  font-family: IBM Plex Sans;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #fff; }

@media (min-width: 66rem) {
  .pillar h2 {
    min-height: 150px; } }

@media screen and (min-width: 1056px) and (max-width: 1200px) {
  .pillar h2 {
    min-height: 100px;
    font-size: 24px;
    line-height: 31px; } }

@media (min-width: 82rem) {
  .pillar h2 {
    min-height: 100px; } }

.pillar .pillar-arrow {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  left: 0;
  height: 50px;
  overflow: hidden;
  padding: 0 1em;
  position: absolute;
  right: 0; }

.pillar .pillar-arrow:after {
  background-color: var(--blue);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 220ms ease-out;
  z-index: 0; }

.pillar .pillar-arrow svg {
  position: relative;
  z-index: 1; }

/* Conclusion Page */
.conclusion .conclusion-content {
  padding-left: 0; }

@media (min-width: 42rem) {
  .conclusion .conclusion-content {
    padding-left: 0; } }

@media (min-width: 66rem) {
  .conclusion .conclusion-content {
    padding-left: 1.5rem; } }

.conclusion .restart-link {
  display: block;
  margin-top: -10px;
  padding: calc(0.875rem - 3px) 63px calc(0.875rem - 3px) 15px;
  text-decoration: none;
  color: #fff; }

.conclusion .restart-link:visited, .conclusion .restart-link:active {
  color: #fff; }

.conclusion .restart-link span {
  display: inline-block;
  margin-right: 10px; }

.conclusion .bx--btn {
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px; }

.conclusion .final-image {
  width: 100%;
  height: auto;
  padding-bottom: 40px; }

/* Slide Styles */
.slide {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: calc(100vh - 60px);
  height: 100%; }

@media (min-width: 42rem) {
  .slide {
    min-height: auto; } }

.slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 500px;
  padding-left: 0rem; }

@media (min-width: 42rem) {
  .slide .slide-content {
    padding-left: 0;
    max-width: 95%;
    padding-top: 1rem; } }

@media (min-width: 66rem) {
  .slide .slide-content {
    padding-left: 1.5rem;
    min-height: 500px;
    max-width: 90%; } }

.slide .slide-content a {
  color: #a6c8ff; }

.slide .slide-content .slide-content--top {
  margin-bottom: 0px; }

@media (min-width: 66rem) {
  .slide .slide-content .slide-content--top {
    margin-bottom: 40px; } }

.slide .slide-content .slider-dots {
  display: none; }

@media (min-width: 42rem) {
  .slide .slide-content .slider-dots {
    display: flex; } }

.slide .supporting-content-wrapper {
  height: 100%; }

.slide video {
  width: 100%;
  height: auto;
  max-height: 450px;
  max-width: 900px;
  margin-top: 2rem; }

@media (min-width: 42rem) {
  .slide video {
    margin-top: 0; } }

.slide .display-image {
  padding-top: 1rem;
  width: 100%;
  height: auto;
  max-height: 430px;
  max-width: 900px; }

.layout-wrapper {
  padding-bottom: 40px; }

span.background {
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

@media (min-width: 42rem) {
  span.background {
    height: calc(100%);
    z-index: 1;
    background-size: cover; } }

@media (min-width: 82rem) {
  span.background {
    background-size: contain;
    background-position: right; } }

span.background-home {
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; }

@media (min-width: 82rem) {
  span.background-home {
    background-size: contain; } }

/* Navigation Between Sections and Subsections */
.mobile-slide-navigation-wrapper {
  display: block;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  outline: none; }

@media (min-width: 42rem) {
  .mobile-slide-navigation-wrapper {
    display: none; } }

.mobile-slide-navigation-wrapper svg {
  -webkit-transform: scale(2);
  transform: scale(2); }

.mobile-slide-navigation-wrapper:focus, .mobile-slide-navigation-wrapper:hover, .mobile-slide-navigation-wrapper:active {
  outline: none; }

.slider-dots {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  cursor: pointer; }

@media (min-width: 42rem) {
  .slider-dots {
    margin-bottom: 40px; } }

@media (min-width: 66rem) {
  .slider-dots {
    margin-bottom: 0;
    position: relative;
    top: -50px; } }

@media screen and (min-width: 1056px) and (max-width: 1300px) {
  .slider-dots {
    width: calc(100% - 20px); } }

.slider-dots .navigation-wrapper,
.slider-dots ul {
  width: 33%; }

.slider-dots ul {
  text-align: center; }

.navigation-wrapper {
  outline: none; }

.navigation-wrapper.hide {
  opacity: 0;
  pointer-events: none; }

.navigation-wrapper:focus, .navigation-wrapper:hover, .navigation-wrapper:active {
  outline: none; }

.navigation-wrapper span {
  cursor: pointer;
  color: #4589FF;
  margin: 0 10px;
  display: none;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: left; }

@media (min-width: 42rem) {
  .navigation-wrapper span {
    display: inline-block; } }

@media screen and (min-width: 1056px) and (max-width: 1300px) {
  .navigation-wrapper span {
    display: none; } }

@media screen and (min-width: 1056px) and (max-width: 1300px) {
  .navigation-wrapper svg {
    -webkit-transform: scale(2);
    transform: scale(2); } }

.navigation-wrapper:nth-child(1) {
  text-align: left; }

.navigation-wrapper:nth-child(3) {
  text-align: right; }

.dot {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  margin-right: 5px;
  cursor: pointer; }

.dot.active {
  background: #ffffff; }

/* custom L0 active nav colors */
a.bx--header__menu-item[aria-selected='false'] span::after {
  background-color: #000; }

.bx--header__nav ul li:nth-child(1) a.bx--header__menu-item[aria-selected='true']::after {
  background-color: #8A3FFC; }

.bx--header__nav ul li:nth-child(1):hover a.bx--header__menu-item::after {
  background-color: #8A3FFC; }

.bx--header__nav ul li:nth-child(2) a.bx--header__menu-item[aria-selected='true']::after {
  background-color: #30B0FF; }

.bx--header__nav ul li:nth-child(2):hover a.bx--header__menu-item::after {
  background-color: #30B0FF; }

.bx--header__nav ul li:nth-child(3) a.bx--header__menu-item[aria-selected='true']::after {
  background-color: #0062ff; }

.bx--header__nav ul:hover a.bx--header__menu-item::after {
  background-color: #0062ff; }

