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: 3.125rem;
  letter-spacing: 0; }

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

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

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

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

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

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

a {
  color: #0062ff; }

em {
  font-style: italic; }

@-webkit-keyframes skeleton {
  0% {
    right: auto;
    left: 0;
    width: 0%;
    opacity: 0.3; }
  20% {
    right: auto;
    left: 0;
    width: 100%;
    opacity: 1; }
  28% {
    right: 0;
    left: auto;
    width: 100%; }
  51% {
    right: 0;
    left: auto;
    width: 0%; }
  58% {
    right: 0;
    left: auto;
    width: 0%; }
  82% {
    right: 0;
    left: auto;
    width: 100%; }
  83% {
    right: auto;
    left: 0;
    width: 100%; }
  96% {
    right: auto;
    left: 0;
    width: 0%; }
  100% {
    right: auto;
    left: 0;
    width: 0%;
    opacity: 0.3; } }

@keyframes skeleton {
  0% {
    right: auto;
    left: 0;
    width: 0%;
    opacity: 0.3; }
  20% {
    right: auto;
    left: 0;
    width: 100%;
    opacity: 1; }
  28% {
    right: 0;
    left: auto;
    width: 100%; }
  51% {
    right: 0;
    left: auto;
    width: 0%; }
  58% {
    right: 0;
    left: auto;
    width: 0%; }
  82% {
    right: 0;
    left: auto;
    width: 100%; }
  83% {
    right: auto;
    left: 0;
    width: 100%; }
  96% {
    right: auto;
    left: 0;
    width: 0%; }
  100% {
    right: auto;
    left: 0;
    width: 0%;
    opacity: 0.3; } }

.bx--skeleton__text {
  position: relative;
  padding: 0;
  background: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--skeleton__heading {
  height: 1.5rem; }

.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; }

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #f4f4f4;
  line-height: 1;
  background-color: #161616; }

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

.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--form-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  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.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #c6c6c6;
  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.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px; }

.bx--label.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

@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 #fa4d56;
  outline-offset: -2px; }

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--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-input--warn ~ .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 {
  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--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: #ff8389; }

.bx--form--fluid .bx--text-input__field-wrapper[data-invalid],
.bx--form--fluid .bx--text-input__field-wrapper[data-warn] {
  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.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  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.75rem;
  line-height: 1rem;
  letter-spacing: 0.32px;
  z-index: 0;
  width: 100%;
  margin-top: 0.25rem;
  color: #c6c6c6;
  opacity: 1; }

.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #525252; }

.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; }

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

.bx--select-input__wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.bx--select-input {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  width: 14rem;
  min-width: 8rem;
  max-width: 28rem;
  height: 2.5rem;
  padding: 0 3rem 0 1rem;
  color: #f4f4f4;
  background-color: #262626;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  border-radius: 0;
  cursor: pointer;
  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: #353535; }

.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 #ffffff;
  outline-offset: -2px;
  color: #f4f4f4; }

.bx--select-input:disabled, .bx--select-input:hover:disabled {
  color: #525252;
  background-color: #262626;
  border-bottom-color: #262626;
  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: #525252; }

.bx--select-input__wrapper[data-invalid] .bx--select-input {
  padding-right: 5rem; }

.bx--select-input:disabled ~ .bx--select__arrow {
  fill: #525252; }

.bx--select--light .bx--select-input {
  background-color: #393939; }

.bx--select--light .bx--select-input:hover {
  background-color: #353535; }

.bx--select--light .bx--select-input:disabled, .bx--select--light .bx--select-input:hover:disabled {
  color: #525252;
  background-color: #262626;
  cursor: not-allowed; }

.bx--select__arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  pointer-events: none;
  fill: #f4f4f4; }

.bx--select-input__wrapper[data-invalid]
.bx--select-input
~ .bx--select__invalid-icon {
  position: absolute;
  right: 3rem;
  fill: #fa4d56; }

.bx--select-optgroup,
.bx--select-option {
  color: #f4f4f4; }

.bx--select-option[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

@-moz-document url-prefix() {
  .bx--select-option {
    color: #f4f4f4;
    background-color: #262626; }
  .bx--select-optgroup {
    color: #f4f4f4; } }

.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 {
  padding-right: 2rem;
  padding-left: 0.5rem;
  color: #f4f4f4;
  background-color: transparent;
  border-bottom: none; }

.bx--select--inline .bx--select-input[disabled],
.bx--select--inline .bx--select-input[disabled]:hover {
  background-color: #262626; }

.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: #525252;
  cursor: not-allowed; }

.bx--select--inline .bx--select-input:disabled ~ * {
  cursor: not-allowed; }

.bx--select.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

@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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  color: #f4f4f4;
  background-color: #262626;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  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 #ffffff;
  outline-offset: -2px; }

.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: #393939; }

.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: #fa4d56; }

.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[data-icon-path='inner-path'] {
  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 #ffffff; }

.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 #ffffff; }

.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;
  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);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

@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: 13rem; } }

@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: 13rem; } }

@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: 13rem; } }

.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; }

@-webkit-keyframes tooltip-fade {
  from {
    opacity: 0; }
  to {
    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::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 #f4f4f4 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--text-input--password__visibility__toggle.bx--tooltip__trigger {
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer; }

.bx--text-input__field-wrapper .bx--text-input--password__visibility svg,
.bx--text-input__field-wrapper .bx--text-input--password__visibility__toggle.bx--tooltip__trigger svg {
  fill: #c6c6c6; }

.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;
  opacity: 0.5; }

.bx--text-input:disabled {
  outline: 2px solid transparent;
  outline-offset: -2px;
  color: #525252;
  background-color: #262626;
  border-bottom: 1px solid transparent;
  cursor: not-allowed; }

.bx--text-input--light:disabled {
  background-color: #393939; }

.bx--text-input:disabled::-webkit-input-placeholder {
  color: #525252;
  opacity: 1; }

.bx--text-input:disabled::-moz-placeholder {
  color: #525252;
  opacity: 1; }

.bx--text-input:disabled:-ms-input-placeholder {
  color: #525252;
  opacity: 1; }

.bx--text-input:disabled::-ms-input-placeholder {
  color: #525252;
  opacity: 1; }

.bx--text-input:disabled::placeholder {
  color: #525252;
  opacity: 1; }

.bx--text-input--invalid {
  outline: 2px solid #fa4d56;
  outline-offset: -2px;
  box-shadow: none; }

.bx--text-input--invalid .bx--text-input--password__visibility,
.bx--text-input--invalid .bx--text-input--password__visibility__toggle {
  right: 2.5rem; }

.bx--form--fluid .bx--text-input-wrapper {
  position: relative;
  background: #262626;
  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: #393939;
  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: #393939; }

.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 #fa4d56;
  outline-offset: -2px; }

.bx--form--fluid
.bx--text-input__field-wrapper[data-invalid]
> .bx--text-input--invalid:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.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; }

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

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

.bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--btn {
  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;
  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: all 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: #525252;
  border-color: #525252;
  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: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--btn--primary:disabled:hover, .bx--btn--primary:disabled:focus, .bx--btn--primary:hover.bx--btn--disabled, .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--primary .bx--btn__icon,
.bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

.bx--btn--secondary:disabled:hover, .bx--btn--secondary:disabled:focus, .bx--btn--secondary:hover.bx--btn--disabled, .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--secondary .bx--btn__icon,
.bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

.bx--btn--tertiary:disabled:hover, .bx--btn--tertiary:disabled:focus, .bx--btn--tertiary:hover.bx--btn--disabled, .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--tertiary .bx--btn__icon,
.bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

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

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

.bx--btn--tertiary:active {
  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: #525252;
  background: transparent;
  outline: none; }

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

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

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

.bx--btn--ghost:disabled:hover, .bx--btn--ghost:disabled:focus, .bx--btn--ghost:hover.bx--btn--disabled, .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--ghost .bx--btn__icon,
.bx--btn--ghost .bx--btn__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: #a6c8ff; }

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

.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: #525252;
  background: transparent;
  border-color: transparent;
  outline: none; }

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

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

.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 #ffffff; }

.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 #ffffff; }

.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;
  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);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

@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: 13rem; } }

@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: 13rem; } }

@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: 13rem; } }

.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; }

@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--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

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

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

.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 #ffffff; }

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

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

.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;
  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);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

@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: 13rem; } }

@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: 13rem; } }

@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: 13rem; } }

.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::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: #f4f4f4 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::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 #f4f4f4 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 {
  margin: 0; }

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

.bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

.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: #525252; }

.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: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--btn--danger:disabled:hover, .bx--btn--danger:disabled:focus, .bx--btn--danger:hover.bx--btn--disabled, .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--danger .bx--btn__icon,
.bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

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

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

.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: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--data-table-container + .bx--pagination {
  border-top: 0; }

.bx--pagination {
  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: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3rem;
  overflow-x: auto;
  background-color: #262626;
  border-top: 1px solid #393939; }

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

@media (min-width: 42rem) {
  .bx--pagination {
    overflow: initial; } }

@media (max-width: 41.98rem) {
  .bx--pagination .bx--pagination__left > *,
  .bx--pagination .bx--pagination__right > * {
    display: none; }
  .bx--pagination .bx--pagination__items-count,
  .bx--pagination .bx--pagination__control-buttons {
    display: initial; } }

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  width: auto;
  min-width: auto;
  height: 3rem;
  padding: 0 2.25rem 0 1rem; }

.bx--pagination .bx--select-input:hover {
  background: #353535; }

.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 #393939; }

.bx--pagination
.bx--select__page-number
.bx--select-input {
  border-left: 1px solid #393939; }

.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; }

@media (min-width: 42rem) {
  .bx--pagination__text {
    display: inline-block; } }

span.bx--pagination__text {
  margin-left: 1rem;
  color: #c6c6c6; }

.bx--pagination__button,
.bx--btn--ghost.bx--pagination__button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  margin: 0;
  background: none;
  border: none;
  border-left: 1px solid #393939;
  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: #f4f4f4; }

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

.bx--pagination__button:focus,
.bx--btn--ghost:focus.bx--pagination__button {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  border-left: 0; }

.bx--pagination__button:hover,
.bx--btn--ghost:hover.bx--pagination__button {
  background: #353535; }

.bx--pagination__button--no-index,
.bx--btn--ghost.bx--pagination__button--no-index {
  cursor: not-allowed;
  fill: #525252; }

.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: #262626;
  border-color: #393939;
  cursor: not-allowed;
  fill: #525252; }

.bx--pagination.bx--skeleton .bx--skeleton__text {
  margin-right: 1rem;
  margin-bottom: 0; }

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  order: 1;
  width: 100%;
  padding: 0 2.5rem;
  color: #f4f4f4;
  text-overflow: ellipsis;
  background-color: #262626;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  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 #ffffff;
  outline-offset: -2px; }

.bx--search-input::-webkit-input-placeholder {
  color: #8d8d8d;
  font-weight: 400; }

.bx--search-input::-moz-placeholder {
  color: #8d8d8d;
  font-weight: 400; }

.bx--search-input:-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 400; }

.bx--search-input::-ms-input-placeholder {
  color: #8d8d8d;
  font-weight: 400; }

.bx--search-input::placeholder {
  color: #8d8d8d;
  font-weight: 400; }

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

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

.bx--search-input[disabled]::-webkit-input-placeholder {
  color: #525252;
  font-weight: 400; }

.bx--search-input[disabled]::-moz-placeholder {
  color: #525252;
  font-weight: 400; }

.bx--search-input[disabled]:-ms-input-placeholder {
  color: #525252;
  font-weight: 400; }

.bx--search-input[disabled]::-ms-input-placeholder {
  color: #525252;
  font-weight: 400; }

.bx--search-input[disabled]::placeholder {
  color: #525252;
  font-weight: 400; }

.bx--search-input[disabled] ~ .bx--search-magnifier {
  fill: #525252; }

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

.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: #c6c6c6; }

.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: #262626;
  transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  content: ''; }

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

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

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

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

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

.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: #f4f4f4; }

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

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

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

.bx--search-close:focus::before,
.bx--search-close:active::before {
  background-color: #ffffff; }

.bx--search-input:focus ~ .bx--search-close:hover {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.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: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

@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; }

.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 {
  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;
  position: relative;
  display: flex;
  min-height: 1.5rem;
  padding-left: 1.25rem;
  line-height: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.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;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  border-radius: 1px;
  content: ''; }

.bx--checkbox-label::after {
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  width: 0.5625rem;
  height: 0.3125rem;
  margin-top: -0.1875rem;
  background: none;
  border-bottom: 2px solid #161616;
  border-left: 2px solid #161616;
  -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: #f4f4f4;
  border-color: #f4f4f4;
  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 #161616;
  border-left: 0 solid #161616;
  -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 {
  box-shadow: 0 0 0 2px #161616, 0 0 0 4px #ffffff; }

.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled='true'] {
  color: #525252;
  cursor: not-allowed; }

.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled='true']::before {
  border-color: #525252; }

.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: #525252; }

.bx--checkbox-label-text.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1rem;
  margin: auto 0 auto 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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

.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: #f4f4f4;
  background-color: #262626;
  border: none;
  border-bottom: 1px solid #6f6f6f;
  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: #353535; }

.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: #393939; }

.bx--list-box--expanded:hover {
  background-color: #262626; }

.bx--list-box--expanded:hover.bx--list-box--light:hover {
  background-color: #393939; }

.bx--list-box .bx--text-input {
  height: 100%; }

.bx--list-box__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #fa4d56; }

.bx--list-box[data-invalid] .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: #393939; }

.bx--list-box--light .bx--list-box__menu {
  background: #393939; }

.bx--list-box--light .bx--list-box__menu-item__option {
  border-top-color: #525252; }

.bx--list-box--light.bx--list-box--expanded {
  border-bottom-color: transparent; }

.bx--list-box--disabled:hover {
  background-color: #262626; }

.bx--list-box--light.bx--list-box--disabled {
  background-color: #393939; }

.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: #525252; }

.bx--list-box--disabled .bx--list-box__menu-icon > svg {
  fill: #525252; }

.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: #525252;
  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: #353535; }

.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: #393939; }

.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: #f4f4f4; }

.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; }

.bx--list-box__field:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.bx--list-box__field[disabled] {
  color: #525252;
  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 {
  padding-right: 6.125rem; }

.bx--list-box[data-invalid]
.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 {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid]
.bx--list-box__field
.bx--text-input--empty
+ .bx--list-box__invalid-icon {
  right: 2.5rem; }

.bx--list-box__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  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--list-box__menu-icon {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  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 > svg {
  height: 100%;
  fill: #f4f4f4; }

.bx--list-box__menu-icon--open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.bx--list-box__selection {
  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.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  -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:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.bx--list-box__selection > svg {
  fill: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__selection:focus {
  outline: none; }

.bx--list-box__selection--multi {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  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; }

.bx--list-box__selection--multi > svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.125rem;
  fill: #161616; }

.bx--list-box__selection--multi > svg:hover {
  background-color: #606060;
  border-radius: 50%; }

.bx--list-box--disabled
.bx--list-box__selection--multi
> svg {
  fill: #525252; }

.bx--list-box--disabled
.bx--list-box__selection--multi
> svg:hover {
  background-color: initial; }

.bx--list-box__selection--multi:focus,
.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: 6000;
  width: 100%;
  overflow-y: auto;
  background-color: #262626;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--list-box__menu:focus {
  outline: 1px solid #ffffff; }

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  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--list-box__menu-item:hover {
  background-color: #353535; }

.bx--list-box__menu-item:active {
  background-color: #393939; }

.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: #525252; }

.bx--list-box--disabled
.bx--list-box__menu-item__option:hover {
  border-top-color: #393939; }

.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: #f4f4f4; }

.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: #393939; }

.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: #393939;
  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 #ffffff;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem;
  border-color: transparent; }

.bx--list-box__menu-item__option:hover {
  color: #f4f4f4;
  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: #525252; }

.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: #f4f4f4;
  background-color: #353535;
  border-color: transparent; }

.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: #f4f4f4; }

.bx--list-box__menu-item--active {
  color: #f4f4f4;
  background-color: #393939;
  border-bottom-color: #393939; }

.bx--list-box--light .bx--list-box__menu-item--active {
  background-color: #525252;
  border-bottom-color: #525252; }

.bx--list-box__menu-item--active:hover {
  background-color: #353535;
  border-bottom-color: #353535; }

.bx--list-box__menu-item--active
.bx--list-box__menu-item__option {
  color: #f4f4f4; }

.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: #f4f4f4; }

.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--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: #f4f4f4; }

.bx--multi-select--filterable .bx--list-box__selection--multi {
  position: absolute;
  right: auto;
  left: 0.5rem; }

.bx--multi-select--selected .bx--text-input {
  padding-left: 3.5rem; }

.bx--tag {
  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;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  color: #c6c6c6;
  background-color: #393939;
  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;
  word-break: break-word;
  border-radius: 0.9375rem;
  cursor: default; }

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

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

.bx--tag .bx--tag__close-icon:hover {
  background-color: #525252; }

.bx--tag:not(:first-child) {
  margin-left: 0; }

.bx--tag--red {
  color: #ffb3b8;
  background-color: #750e13; }

.bx--tag--red .bx--tag__close-icon:hover {
  background-color: #a2191f; }

.bx--tag--magenta {
  color: #ffafd2;
  background-color: #740937; }

.bx--tag--magenta .bx--tag__close-icon:hover {
  background-color: #9f1853; }

.bx--tag--purple {
  color: #d4bbff;
  background-color: #491d8b; }

.bx--tag--purple .bx--tag__close-icon:hover {
  background-color: #6929c4; }

.bx--tag--blue {
  color: #a6c8ff;
  background-color: #002d9c; }

.bx--tag--blue .bx--tag__close-icon:hover {
  background-color: #0043ce; }

.bx--tag--cyan {
  color: #82cfff;
  background-color: #003a6d; }

.bx--tag--cyan .bx--tag__close-icon:hover {
  background-color: #00539a; }

.bx--tag--teal {
  color: #3ddbd9;
  background-color: #004144; }

.bx--tag--teal .bx--tag__close-icon:hover {
  background-color: #005d5d; }

.bx--tag--green {
  color: #6fdc8c;
  background-color: #044317; }

.bx--tag--green .bx--tag__close-icon:hover {
  background-color: #0e6027; }

.bx--tag--gray {
  color: #c6c6c6;
  background-color: #393939; }

.bx--tag--gray .bx--tag__close-icon:hover {
  background-color: #525252; }

.bx--tag--cool-gray {
  color: #c1c7cd;
  background-color: #343a3f; }

.bx--tag--cool-gray .bx--tag__close-icon:hover {
  background-color: #4d5358; }

.bx--tag--warm-gray {
  color: #cac5c4;
  background-color: #3c3838; }

.bx--tag--warm-gray .bx--tag__close-icon:hover {
  background-color: #565151; }

.bx--tag--high-contrast {
  color: #161616;
  background-color: #f4f4f4; }

.bx--tag--high-contrast .bx--tag__close-icon:hover {
  background-color: #e5e5e5; }

.bx--tag--disabled,
.bx--tag--filter.bx--tag--disabled {
  color: #525252;
  background-color: #262626; }

.bx--tag--disabled .bx--tag__close-icon:hover,
.bx--tag--filter.bx--tag--disabled .bx--tag__close-icon:hover {
  background-color: #262626; }

.bx--tag--disabled:hover,
.bx--tag--filter.bx--tag--disabled:hover {
  cursor: not-allowed; }

.bx--tag__label {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--tag--filter {
  padding-right: 0.125rem;
  cursor: pointer; }

.bx--tag--filter:focus, .bx--tag--filter:hover {
  outline: none; }

.bx--tag__close-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 0 0.25rem;
  padding: 0.125rem;
  color: currentColor;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer; }

.bx--tag__close-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 2px #ffffff; }

.bx--tag--filter.bx--tag--disabled
.bx--tag__close-icon:hover {
  background-color: transparent; }

.bx--tag--filter.bx--tag--disabled svg {
  fill: #525252; }

.bx--tag.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none;
  color: #f4f4f4;
  background-color: #393939;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--tag.bx--skeleton .bx--tag__close-icon:hover {
  background-color: #393939; }

.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  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 *::before,
.bx--structured-list *::after {
  box-sizing: inherit; }

.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 #393939;
  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: #353535;
  border-bottom: 1px solid #353535;
  cursor: pointer; }

.bx--structured-list-row.bx--structured-list-row--selected {
  background-color: #393939; }

.bx--structured-list-row.bx--structured-list-row--header-row {
  border-bottom: 1px solid #393939;
  cursor: inherit; }

.bx--structured-list-row:focus:not(.bx--structured-list-row--header-row) {
  outline: 2px solid #ffffff;
  outline-offset: -2px; }

.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: #f4f4f4; }

.bx--structured-list--selection
.bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)
> .bx--structured-list-td {
  border-top: 1px solid #262626; }

.bx--structured-list-thead {
  display: table-header-group;
  vertical-align: middle; }

.bx--structured-list-th {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: table-cell;
  height: 2.5rem;
  color: #f4f4f4;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  vertical-align: bottom; }

.bx--structured-list-th *,
.bx--structured-list-th *::before,
.bx--structured-list-th *::after {
  box-sizing: inherit; }

.bx--structured-list-tbody {
  display: table-row-group;
  vertical-align: middle; }

.bx--structured-list-td {
  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.25rem;
  letter-spacing: 0.16px;
  padding: 1rem 1rem 1.5rem 1rem;
  position: relative;
  display: table-cell;
  max-width: 36rem;
  color: #c6c6c6;
  transition: color 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--structured-list-td *,
.bx--structured-list-td *::before,
.bx--structured-list-td *::after {
  box-sizing: inherit; }

.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: #f4f4f4; }

.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: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

@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; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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%; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--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--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--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; }

th.bx--table-expand + th.bx--table-column-checkbox {
  padding-left: 0.75rem; }

.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--file__state-container .bx--file-close {
  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__action-button.bx--btn--ghost {
  padding: calc(0.375rem - 3px) 1rem; }

.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.25, 1.25);
  transform: scale(1.25, 1.25); }

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

.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 {
  height: 1.5rem; }

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

.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--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--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__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%; }

/**
 * 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. 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-group {
  margin-top: 4rem;
  margin-bottom: 4rem; }

@media (min-width: 66rem) {
  .bx--content-group {
    margin-top: 6rem;
    margin-bottom: 6rem; } }

.bx--content-group__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
  font-size: calc(1.75rem + 0 * ((100vw - 20rem) / 62));
  margin-bottom: 2rem; }

@media (min-width: 82rem) {
  .bx--content-group__title {
    font-size: 1.75rem;
    line-height: 125%;
    font-size: calc(1.75rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--content-group__title {
    font-size: 2rem;
    font-size: 2rem; } }

.bx--content-group__title, .bx--content-group__copy {
  width: 90%;
  max-width: 40rem; }

.bx--content-group__copy {
  margin-bottom: 3rem; }

@media (min-width: 42rem) {
  .bx--content-group__copy {
    margin-bottom: 4rem; } }

.bx--content-group__cta {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 3rem; }

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

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

@media (min-width: 42rem) {
  .bx--content-group__cta {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

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

.bx--content-group .bx--card__CTA {
  margin-left: -1rem;
  margin-right: -1rem; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--image {
  position: relative; }

.bx--image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block; }

.bx--image__longdescription {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  top: auto;
  overflow: hidden; }

.bx--image__icon {
  position: absolute;
  top: calc(50% - 32px);
  right: calc(50% - 32px); }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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: #262626;
  outline: 2px solid transparent;
  outline-offset: -2px; }

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

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

.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: #353535; }

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

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #f4f4f4;
  text-decoration: none; }

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

.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: #c6c6c6; }

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

.bx--tile__chevron {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  height: 1rem; }

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

.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 #f4f4f4;
  outline-offset: -1px; }

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

.bx--tile-input:checked
+ .bx--tile
> .bx--tile__checkmark
svg {
  fill: #f4f4f4; }

.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 #ffffff;
  outline-offset: -2px; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code 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--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.7);
  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: #393939; }

.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: #262626;
  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.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.32px;
  margin-bottom: 0.25rem;
  color: #c6c6c6; }

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

.bx--modal-content {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  grid-row: 2/-2;
  grid-column: 1/-1;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
  overflow-y: auto;
  color: #f4f4f4;
  font-weight: 400; }

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

.bx--modal-content > * {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px; }

.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(38, 38, 38, 0), #262626);
  content: '';
  pointer-events: none; }

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

.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 button.bx--btn {
  flex: 0 1 50%;
  max-width: none;
  height: 4rem;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 2rem; }

.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: #353535; }

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

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

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

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

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

:host(dds-modal) .bx--modal-close,
.bx--modal--expressive .bx--modal-close {
  top: 1.125rem;
  right: 1.125rem; }

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

:host(dds-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-modal-heading),
.bx--modal--expressive .bx--modal-content h1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0; }

:host(dds-modal)[expressive-size='full-width'] .bx--modal-container,
.bx--modal--expressive--fullwidth .bx--modal-container {
  padding: 2rem; }

:host(dds-modal)[expressive-size='full-width'] .bx--modal-close,
.bx--modal--expressive--fullwidth .bx--modal-close {
  top: 0;
  right: 0; }

@media (min-width: 42rem) {
  :host(dds-modal)[expressive-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-modal[expressive-size='full-width'])
::slotted(dds-modal-body),
:host(dds-modal[expressive-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, 2020
 *
 * This source code 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.
 */
.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 .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 {
  --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: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
  padding-top: 1rem;
  color: #8d8d8d;
  max-width: 90%; }

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

.bx--video-player__image-overlay,
.bx--video-player .bx--image,
.bx--video-player .bx--image__img {
  width: 100%;
  height: 100%; }

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

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

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

@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; }
  .bx--lightbox-media-viewer .bx--modal-close {
    top: 0;
    right: 0; } }

: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%; }

@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.5rem;
  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: 140%;
  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: #c6c6c6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  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 {
  background-color: #262626;
  text-decoration: none;
  display: flex;
  flex-direction: column; }

.bx--card__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  min-height: 10rem; }

.bx--card__heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 4rem; }

.bx--card__heading, .bx--card__copy {
  width: 90%;
  max-width: 40rem;
  color: #f4f4f4; }

.bx--card__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 2rem; }

.bx--card__eyebrow {
  --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: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-bottom: 0.5rem;
  color: #c6c6c6; }

.bx--card__cta,
.bx--card__cta a,
.bx--card__cta a:visited {
  color: #4589ff; }

.bx--card__cta__copy {
  margin-right: 0.5rem;
  color: #4589ff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--card__footer {
  display: flex;
  margin-top: auto; }

.bx--card__footer__copy {
  margin-bottom: -0.125rem; }

.bx--card__footer svg {
  fill: currentColor;
  display: block;
  align-self: center;
  min-width: 20px; }

.bx--card__footer__icon-left {
  justify-content: flex-end;
  flex-direction: row-reverse; }

.bx--card__footer__icon-left .bx--card__cta {
  margin-right: 0.5rem; }

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

.bx--card:focus, .bx--card:visited, .bx--card:active {
  position: relative;
  z-index: 2; }

.bx--card:focus .bx--image, .bx--card:visited .bx--image, .bx--card:active .bx--image {
  position: relative;
  z-index: -1; }

.bx--card:visited, .bx--card:active, .bx--card:hover {
  color: currentColor; }

.bx--card__img {
  transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--card--link:hover {
  background-color: #353535;
  text-decoration: none; }

.bx--card--link:hover .bx--card__img {
  -webkit-filter: brightness(92%);
  filter: brightness(92%); }

.bx--card:focus {
  outline-color: #ffffff; }

.bx--card.bx--tile {
  padding: 0; }

.bx--card__video .bx--card__footer span {
  color: #c6c6c6;
  --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: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

.bx--card--inverse {
  background-color: #f4f4f4; }

.bx--card--inverse .bx--card__heading,
.bx--card--inverse .bx--card__copy {
  color: #161616; }

.bx--card--inverse .bx--card__eyebrow {
  color: #6f6f6f; }

.bx--card--inverse:hover {
  background-color: #e5e5e5; }

.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__cta__copy {
  color: #0f62fe; }

.bx--feature-card {
  color: #f4f4f4;
  background: #161616;
  padding-top: 100%;
  position: relative; }

@media (min-width: 42rem) {
  .bx--feature-card {
    padding-top: 50%; } }

@media (min-width: 66rem) {
  .bx--feature-card {
    margin-right: 1rem;
    margin-left: 1rem; } }

@media (max-width: 41.98rem) {
  .bx--feature-card__card {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem; } }

.bx--feature-card__card.bx--card--inverse .bx--card__cta,
.bx--feature-card__card.bx--card--inverse .bx--card__cta:visited {
  margin-right: 0;
  color: #0f62fe; }

.bx--feature-card__card .bx--card__footer {
  flex-direction: row-reverse; }

.bx--feature-card .bx--card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media (min-width: 42rem) {
  .bx--feature-card .bx--card {
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem; } }

.bx--feature-card .bx--card__heading {
  margin-bottom: 2rem; }

.bx--feature-card .bx--card__wrapper,
.bx--feature-card .bx--card .bx--image {
  width: 100%;
  height: 50%; }

@media (min-width: 42rem) {
  .bx--feature-card .bx--card__wrapper,
  .bx--feature-card .bx--card .bx--image {
    width: 50%;
    height: 100%; } }

.bx--feature-card .bx--card:focus {
  outline-offset: 1px;
  outline-width: 3px; }

.bx--feature-card-block-medium {
  color: #f4f4f4;
  background: #161616;
  margin-top: 4rem;
  margin-bottom: 4rem; }

@media (min-width: 66rem) {
  .bx--feature-card-block-medium {
    margin-top: 6rem;
    margin-bottom: 6rem; } }

.bx--feature-card-block-medium__heading {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0;
  font-size: calc(1.75rem + 0 * ((100vw - 20rem) / 62));
  margin-bottom: 2rem; }

@media (min-width: 82rem) {
  .bx--feature-card-block-medium__heading {
    font-size: 1.75rem;
    line-height: 125%;
    font-size: calc(1.75rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--feature-card-block-medium__heading {
    font-size: 2rem;
    font-size: 2rem; } }

.bx--content-block {
  padding-top: 2rem;
  padding-bottom: 4rem; }

@media (min-width: 42rem) {
  .bx--content-block {
    padding-top: 4rem;
    padding-bottom: 6rem; } }

@media (min-width: 99rem) {
  .bx--content-block {
    padding-bottom: 10rem; } }

.bx--content-block__heading, .bx--content-block__copy {
  width: 90%;
  max-width: 40rem; }

.bx--content-block__heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  font-size: calc(2rem + 0.25 * ((100vw - 20rem) / 22));
  color: #f4f4f4;
  margin-bottom: 2rem; }

@media (min-width: 42rem) {
  .bx--content-block__heading {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 122%;
    letter-spacing: 0;
    font-size: calc(2.25rem + 0.375 * ((100vw - 42rem) / 24)); } }

@media (min-width: 66rem) {
  .bx--content-block__heading {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 119%;
    letter-spacing: 0;
    font-size: calc(2.625rem + 0.375 * ((100vw - 66rem) / 16)); } }

@media (min-width: 82rem) {
  .bx--content-block__heading {
    font-size: 3rem;
    font-weight: 300;
    line-height: 117%;
    letter-spacing: 0;
    font-size: calc(3rem + 0.75 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--content-block__heading {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 4.375rem;
    letter-spacing: 0;
    font-size: 3.75rem; } }

@media (min-width: 66rem) {
  .bx--content-block__heading {
    margin-bottom: 3rem; } }

.bx--content-block__copy p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62));
  color: #f4f4f4;
  margin-bottom: 2rem; }

@media (min-width: 82rem) {
  .bx--content-block__copy p {
    font-size: 1.25rem;
    line-height: 125%;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--content-block__copy p {
    font-size: 1.5rem;
    font-size: 1.5rem; } }

.bx--content-block__cta {
  margin-top: 3rem; }

@media (min-width: 42rem) {
  .bx--content-block__cta {
    margin-top: 4rem; } }

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

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

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

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

@media (min-width: 42rem) {
  .bx--content-block__cta-col {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

.bx--content-block .bx--card__CTA {
  margin-left: -1rem;
  margin-right: -1rem; }

@media (min-width: 66rem) {
  .bx--content-block .bx--link-list {
    padding-top: 0;
    margin-right: -1rem; } }

.bx--content-block .bx--hr {
  margin-top: 0;
  margin-right: -1rem;
  margin-left: -1rem; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-group-simple .bx--content-group__copy {
  margin-bottom: 2rem; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-block-media {
  color: #f4f4f4;
  background: #161616; }

.bx--content-block-media.bx--content-block-media--with-border .bx--content-block-media__divider {
  border-bottom-color: #6f6f6f; }

.bx--content-block-media .bx--content-group:last-child {
  margin-bottom: 0; }

.bx--content-block-media--g100 {
  color: #f4f4f4;
  background: #161616; }

.bx--content-block-media--g100.bx--content-block-media--with-border .bx--content-block-media__divider {
  border-bottom-color: #6f6f6f; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #78a9ff;
  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: #a6c8ff;
  text-decoration: underline; }

.bx--link:active, .bx--link:active:visited, .bx--link:active:visited:hover {
  color: #f4f4f4;
  text-decoration: underline; }

.bx--link:focus {
  outline: 1px solid #ffffff; }

.bx--link:visited {
  color: #78a9ff; }

.bx--link:visited:hover {
  color: #a6c8ff; }

.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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: inline;
  color: #525252;
  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: #be95ff; }

.bx--link.bx--link--visited:visited:hover {
  color: #a6c8ff; }

.bx--link.bx--link--inline {
  text-decoration: underline; }

.bx--link.bx--link--inline:hover {
  color: #a6c8ff; }

.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-with-icon,
:host(dds-link-with-icon) {
  display: flex; }

.bx--link-with-icon span,
:host(dds-link-with-icon) span {
  vertical-align: middle;
  align-self: center; }

.bx--link-with-icon svg,
.bx--link-with-icon ::slotted(svg[slot='icon']),
:host(dds-link-with-icon) svg,
:host(dds-link-with-icon) ::slotted(svg[slot='icon']) {
  margin-left: 0.5rem;
  vertical-align: middle;
  align-self: center;
  fill: currentColor; }

.bx--link-with-icon.bx--link--disabled:not([href]), .bx--link-with-icon.bx--link--disabled:not([button]),
:host(dds-link-with-icon).bx--link--disabled:not([href]),
:host(dds-link-with-icon).bx--link--disabled:not([button]) {
  pointer-events: auto; }

.bx--link-with-icon.bx--link--disabled:not([href]):hover, .bx--link-with-icon.bx--link--disabled:not([button]):hover,
:host(dds-link-with-icon).bx--link--disabled:not([href]):hover,
:host(dds-link-with-icon).bx--link--disabled:not([button]):hover {
  display: flex;
  text-decoration: none; }

.bx--link-with-icon:not(:first-of-type),
:host(dds-link-with-icon):not(:first-of-type) {
  margin-left: 2rem; }

.bx--link-with-icon.bx--link-with-icon__icon-left,
:host(dds-link-with-icon).bx--link-with-icon__icon-left {
  justify-content: flex-end;
  flex-direction: row-reverse; }

.bx--link-with-icon.bx--link-with-icon__icon-left svg,
:host(dds-link-with-icon).bx--link-with-icon__icon-left svg {
  align-self: start;
  position: relative;
  top: 1px;
  margin-left: 0;
  margin-right: 0.5rem; }

.bx--link-with-icon__container {
  display: table; }

.bx--link-with-icon__container__inverse .bx--link {
  color: #0f62fe; }

.bx--link-with-icon__container__inverse .bx--link {
  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;
  color: #78a9ff;
  text-decoration: none;
  outline: none;
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--link-with-icon__container__inverse .bx--link *,
.bx--link-with-icon__container__inverse .bx--link *::before,
.bx--link-with-icon__container__inverse .bx--link *::after {
  box-sizing: inherit; }

.bx--link-with-icon__container__inverse .bx--link:hover {
  color: #a6c8ff;
  text-decoration: underline; }

.bx--link-with-icon__container__inverse .bx--link:active, .bx--link-with-icon__container__inverse .bx--link:active:visited, .bx--link-with-icon__container__inverse .bx--link:active:visited:hover {
  color: #f4f4f4;
  text-decoration: underline; }

.bx--link-with-icon__container__inverse .bx--link:focus {
  outline: 1px solid #ffffff; }

.bx--link-with-icon__container__inverse .bx--link:visited {
  color: #78a9ff; }

.bx--link-with-icon__container__inverse .bx--link:visited:hover {
  color: #a6c8ff; }

.bx--link-with-icon__container__inverse .bx--link--disabled,
.bx--link-with-icon__container__inverse .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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  display: inline;
  color: #525252;
  font-weight: 400;
  text-decoration: none;
  cursor: not-allowed; }

.bx--link-with-icon__container__inverse .bx--link--disabled *,
.bx--link-with-icon__container__inverse .bx--link--disabled *::before,
.bx--link-with-icon__container__inverse .bx--link--disabled *::after,
.bx--link-with-icon__container__inverse .bx--link--disabled:hover *,
.bx--link-with-icon__container__inverse .bx--link--disabled:hover *::before,
.bx--link-with-icon__container__inverse .bx--link--disabled:hover *::after {
  box-sizing: inherit; }

.bx--link-with-icon__container__inverse .bx--link.bx--link--visited:visited {
  color: #be95ff; }

.bx--link-with-icon__container__inverse .bx--link.bx--link--visited:visited:hover {
  color: #a6c8ff; }

.bx--link-with-icon__container__inverse .bx--link.bx--link--inline {
  text-decoration: underline; }

.bx--link-with-icon__container__inverse .bx--link.bx--link--inline:hover {
  color: #a6c8ff; }

.bx--link-with-icon__container__inverse .bx--link.bx--link--inline:focus, .bx--link-with-icon__container__inverse .bx--link.bx--link--inline:visited {
  text-decoration: none; }

.bx--link-with-icon__container__inverse .bx--link--disabled.bx--link--inline {
  text-decoration: underline; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-group-cards {
  color: #f4f4f4;
  background: #161616; }

.bx--content-group-cards__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.bx--content-group-cards-item__col {
  margin-top: 0.03125rem;
  margin-bottom: 0.03125rem;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--content-group-cards-item__col,
.bx--grid--condensed .bx--content-group-cards-item__col {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--content-group-cards-item__col,
.bx--grid--narrow .bx--content-group-cards-item__col {
  padding-right: 1rem;
  padding-left: 0; }

@media (min-width: 66rem) {
  .bx--content-group-cards-item__col {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--nested,
.bx--list--unordered,
.bx--list--ordered {
  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;
  list-style: none; }

.bx--list--nested *,
.bx--list--nested *::before,
.bx--list--nested *::after,
.bx--list--unordered *,
.bx--list--unordered *::before,
.bx--list--unordered *::after,
.bx--list--ordered *,
.bx--list--ordered *::before,
.bx--list--ordered *::after {
  box-sizing: inherit; }

.bx--list__item {
  color: #f4f4f4; }

.bx--list--nested {
  margin-left: 1.5rem; }

.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 {
  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--list--ordered,
.bx--list--unordered {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--list--ordered {
  margin-left: 1rem; }

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

.bx--list--unordered {
  margin-left: 1rem; }

.bx--list--unordered .bx--list__item::before {
  left: -1rem; }

.bx--list__item {
  margin-top: 0.25rem; }

.bx--content-item--inverse {
  background-color: #f4f4f4; }

.bx--content-item--inverse .bx--content-item__heading {
  color: #ffffff; }

.bx--content-item--inverse .bx--content-item__copy p {
  color: #ffffff; }

.bx--content-item {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 42rem) {
  .bx--content-item__heading, .bx--content-item__copy {
    width: 90%;
    max-width: 40rem; } }

.bx--content-item__heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #f4f4f4; }

.bx--content-item__image {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.bx--content-item__copy p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #f4f4f4;
  margin-bottom: 1.5rem; }

.bx--content-item__cta {
  margin-top: 1rem; }

.bx--content-item .bx--video-player {
  margin-top: 2rem;
  margin-bottom: 2rem; }

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

.bx--pictogram-item__wrapper {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

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

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

@media (min-width: 42rem) {
  .bx--pictogram-item__wrapper {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; } }

.bx--pictogram-item__content {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

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

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

@media (min-width: 42rem) {
  .bx--pictogram-item__content {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; } }

.bx--pictogram-item__pictogram {
  margin-top: 2rem;
  height: 80px;
  width: 80px; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-group-pictograms .bx--content-group__copy {
  margin-bottom: 1rem; }

@media (min-width: 42rem) {
  .bx--content-group-pictograms .bx--content-group__copy {
    margin-bottom: 2rem; } }

.bx--content-group-pictograms__item:last-child .bx--content-item {
  margin-bottom: 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. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--image-with-caption {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 40rem; }

@media (min-width: 42rem) {
  .bx--image-with-caption {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

.bx--image-with-caption__image {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
  border: none; }

.bx--image-with-caption__zoom-button {
  display: none; }

@media (min-width: 42rem) {
  .bx--image-with-caption__image, .bx--image-with-caption__zoom-button {
    transition: 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
    pointer-events: auto; }
  .bx--image-with-caption__zoom-button {
    width: 3rem;
    height: 3rem;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .bx--image-with-caption__zoom-button svg {
    margin: auto;
    fill: #ffffff; }
  .bx--image-with-caption__image:hover {
    cursor: pointer; }
  .bx--image-with-caption__image:hover .bx--image__img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%); }
  .bx--image-with-caption__image:hover .bx--image-with-caption__zoom-button {
    background-color: black; }
  .bx--image-with-caption__image:hover, .bx--image-with-caption__image:focus {
    outline: 2px solid #ffffff; } }

.bx--image__caption {
  --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: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-top: 0.5rem;
  color: #8d8d8d; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-block-segmented .bx--content-group {
  margin-top: 4rem;
  margin-bottom: 4rem; }

@media (min-width: 66rem) {
  .bx--content-block-segmented .bx--content-group {
    margin-top: 6rem;
    margin-bottom: 6rem; } }

@media (min-width: 66rem) {
  .bx--content-block-segmented .bx--row.bx--layout--border {
    padding-bottom: 6rem; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-section {
  padding-top: 1rem;
  padding-bottom: 4rem; }

.bx--content-section__grid {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem; }

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

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

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

.bx--content-section__left, .bx--content-section__children {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

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

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

@media (min-width: 66rem) {
  .bx--content-section__left {
    display: block;
    flex: 0 0 25%;
    max-width: 25%; } }

.bx--content-section__heading {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0; }

@media (min-width: 66rem) {
  .bx--content-section__children {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 42rem) {
  .bx--content-section {
    padding-bottom: 6rem; } }

@media (min-width: 66rem) {
  .bx--content-section {
    padding-top: 3rem;
    padding-bottom: 10rem; } }

.bx--content-section--g10 {
  color: #161616;
  background: #f4f4f4; }

.bx--content-section--g90 {
  color: #f4f4f4;
  background: #262626; }

.bx--content-section--g100 {
  color: #f4f4f4;
  background: #161616; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--card-group {
  color: #f4f4f4;
  background: #161616; }

.bx--card-group__card .bx--image__img {
  height: 15rem; }

@media (min-width: 66rem) {
  .bx--card-group__card .bx--image {
    position: relative;
    padding-top: 75%;
    height: 0;
    overflow: hidden; }
  .bx--card-group__card .bx--image__img {
    position: absolute;
    height: 100%;
    top: 0; } }

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

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

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

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

@media (min-width: 66rem) {
  .bx--card-group__cards {
    display: block;
    flex: 0 0 75%;
    max-width: 75%; } }

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

.bx--card-group__cards__col {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 0.03125rem;
  margin-bottom: 0.03125rem; }

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

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

@media (min-width: 42rem) {
  .bx--card-group__cards__col {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 66rem) {
  .bx--card-group__cards__col {
    display: block;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.bx--card-group__cards__col .bx--card--inverse {
  height: 100%; }

.bx--card-group .bx--card {
  background-color: #262626; }

.bx--card-group .bx--card__heading {
  color: #f4f4f4; }

.bx--card-group .bx--card__copy, .bx--card-group .bx--card__eyebrow {
  color: #c6c6c6; }

.bx--card-group .bx--card:hover {
  background: #353535; }

.bx--card-group .bx--card--inverse {
  background-color: #f4f4f4;
  height: 100%; }

.bx--card-group .bx--card--inverse .bx--card__heading {
  color: #161616; }

.bx--card-group .bx--card--inverse.bx--card--link:hover {
  background-color: #e5e5e5; }

.bx--card-group .bx--card--inverse .bx--card__cta,
.bx--card-group .bx--card--inverse .bx--card__cta a,
.bx--card-group .bx--card--inverse .bx--card__cta a:visited {
  color: #0f62fe; }

.bx--card-group.bx--card-group--g10 {
  color: #161616;
  background: #f4f4f4; }

.bx--card-group.bx--card-group--g10 .bx--card {
  background-color: #ffffff; }

.bx--card-group.bx--card-group--g10 .bx--card__heading {
  color: #161616; }

.bx--card-group.bx--card-group--g10 .bx--card__copy, .bx--card-group.bx--card-group--g10 .bx--card__eyebrow {
  color: #525252; }

.bx--card-group.bx--card-group--g10 .bx--card:hover {
  background: #e5e5e5; }

.bx--card-group.bx--card-group--g10 .bx--card--inverse {
  background-color: #393939;
  height: 100%; }

.bx--card-group.bx--card-group--g10 .bx--card--inverse .bx--card__heading {
  color: #ffffff; }

.bx--card-group.bx--card-group--g10 .bx--card--inverse.bx--card--link:hover {
  background-color: #4c4c4c; }

.bx--card-group.bx--card-group--g10 .bx--card--inverse .bx--card__cta,
.bx--card-group.bx--card-group--g10 .bx--card--inverse .bx--card__cta a,
.bx--card-group.bx--card-group--g10 .bx--card--inverse .bx--card__cta a:visited {
  color: #78a9ff; }

.bx--card-group.bx--card-group--g90 {
  color: #f4f4f4;
  background: #262626; }

.bx--card-group.bx--card-group--g90 .bx--card {
  background-color: #393939; }

.bx--card-group.bx--card-group--g90 .bx--card__heading {
  color: #f4f4f4; }

.bx--card-group.bx--card-group--g90 .bx--card__copy, .bx--card-group.bx--card-group--g90 .bx--card__eyebrow {
  color: #c6c6c6; }

.bx--card-group.bx--card-group--g90 .bx--card:hover {
  background: #4c4c4c; }

.bx--card-group.bx--card-group--g90 .bx--card--inverse {
  background-color: #f4f4f4;
  height: 100%; }

.bx--card-group.bx--card-group--g90 .bx--card--inverse .bx--card__heading {
  color: #161616; }

.bx--card-group.bx--card-group--g90 .bx--card--inverse.bx--card--link:hover {
  background-color: #e5e5e5; }

.bx--card-group.bx--card-group--g90 .bx--card--inverse .bx--card__cta,
.bx--card-group.bx--card-group--g90 .bx--card--inverse .bx--card__cta a,
.bx--card-group.bx--card-group--g90 .bx--card--inverse .bx--card__cta a:visited {
  color: #0f62fe; }

.bx--card-group.bx--card-group--g100 {
  color: #f4f4f4;
  background: #161616; }

.bx--card-group.bx--card-group--g100 .bx--card {
  background-color: #262626; }

.bx--card-group.bx--card-group--g100 .bx--card__heading {
  color: #f4f4f4; }

.bx--card-group.bx--card-group--g100 .bx--card__copy, .bx--card-group.bx--card-group--g100 .bx--card__eyebrow {
  color: #c6c6c6; }

.bx--card-group.bx--card-group--g100 .bx--card:hover {
  background: #353535; }

.bx--card-group.bx--card-group--g100 .bx--card--inverse {
  background-color: #f4f4f4;
  height: 100%; }

.bx--card-group.bx--card-group--g100 .bx--card--inverse .bx--card__heading {
  color: #161616; }

.bx--card-group.bx--card-group--g100 .bx--card--inverse.bx--card--link:hover {
  background-color: #e5e5e5; }

.bx--card-group.bx--card-group--g100 .bx--card--inverse .bx--card__cta,
.bx--card-group.bx--card-group--g100 .bx--card--inverse .bx--card__cta a,
.bx--card-group.bx--card-group--g100 .bx--card--inverse .bx--card__cta a:visited {
  color: #0f62fe; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
@media (max-width: 65.98rem) {
  .bx--layout--sticky-mobile {
    position: sticky;
    top: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 66rem) {
  .bx--layout--sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 1; } }

.bx--layout--top-layout-01 {
  margin-top: 1rem; }

.bx--layout--bottom-layout-01 {
  margin-bottom: 1rem; }

.bx--layout--top-layout-02 {
  margin-top: 1.5rem; }

.bx--layout--bottom-layout-02 {
  margin-bottom: 1.5rem; }

.bx--layout--top-layout-03 {
  margin-top: 2rem; }

.bx--layout--bottom-layout-03 {
  margin-bottom: 2rem; }

.bx--layout--top-layout-04 {
  margin-top: 3rem; }

.bx--layout--bottom-layout-04 {
  margin-bottom: 3rem; }

.bx--layout--top-layout-05 {
  margin-top: 4rem; }

.bx--layout--bottom-layout-05 {
  margin-bottom: 4rem; }

.bx--layout--top-layout-06 {
  margin-top: 6rem; }

.bx--layout--bottom-layout-06 {
  margin-bottom: 6rem; }

.bx--layout--top-layout-07 {
  margin-top: 10rem; }

.bx--layout--bottom-layout-07 {
  margin-bottom: 10rem; }

.bx--layout--border {
  border-bottom: solid 1px #6f6f6f; }

@media (min-width: 42rem) {
  .bx--layout--border {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 66rem) {
  .bx--layout--border {
    padding-left: 0;
    margin-left: -1rem; } }

@media (min-width: 99rem) {
  .bx--layout--border {
    margin-right: -1rem; } }

.bx--layout-2-3, .bx--layout-1-3 {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--layout-2-3,
.bx--grid--condensed .bx--layout-2-3, .bx--row--condensed .bx--layout-1-3,
.bx--grid--condensed .bx--layout-1-3 {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

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

@media (min-width: 66rem) {
  .bx--layout-1-3 {
    display: block;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .bx--layout-2-3 {
    display: block;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.bx--tableofcontents {
  color: #f4f4f4;
  background: #161616; }

.bx--tableofcontents__sidebar {
  position: sticky;
  top: 0;
  z-index: 1; }

@media (min-width: 66rem) {
  .bx--tableofcontents__sidebar {
    position: inherit;
    top: auto; } }

.bx--tableofcontents__children__mobile {
  margin-top: 2rem; }

@media (min-width: 66rem) {
  .bx--tableofcontents__children__mobile {
    display: none; } }

.bx--tableofcontents__mobile {
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #262626;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--tableofcontents__mobile__select {
  border-radius: 0;
  border: none;
  background-color: transparent;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  max-width: 100%;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  display: block;
  cursor: pointer;
  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--tableofcontents__mobile__select__wrapper {
  height: 2.9375rem;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 100%; }

.bx--tableofcontents__mobile__select__icon {
  position: absolute;
  right: 0;
  pointer-events: none;
  cursor: pointer; }

.bx--tableofcontents__desktop {
  padding-top: 2rem;
  margin-top: 2rem;
  display: block;
  flex: 0 0 75%;
  max-width: 75%; }

.bx--tableofcontents__desktop__item a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--tableofcontents__desktop__item a:hover {
  cursor: pointer; }

.bx--tableofcontents__desktop__item a:focus {
  outline: 2px solid #ffffff;
  z-index: 1;
  position: relative; }

.bx--tableofcontents__desktop__children {
  padding-top: 4rem;
  margin-bottom: -2rem;
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
  display: none; }

@media (min-width: 66rem) {
  .bx--tableofcontents__desktop__children {
    display: block; } }

.bx--tableofcontents__desktop {
  display: none; }

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

@media (min-width: 66rem) {
  .bx--tableofcontents__mobile {
    display: none; }
  .bx--tableofcontents__desktop {
    display: block; } }

.bx--tableofcontents .bx--hr {
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-bottom: 0; }

.bx--tableofcontents .bx--tableofcontents__mobile {
  border-bottom: 1px solid #6f6f6f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.bx--tableofcontents .bx--tableofcontents__mobile:hover {
  background-color: #353535; }

.bx--tableofcontents .bx--tableofcontents__desktop__item a {
  border-left: 0.25rem solid #393939;
  color: #c6c6c6; }

.bx--tableofcontents .bx--tableofcontents__desktop__item a:hover {
  border-left-color: #4c4c4c; }

.bx--tableofcontents .bx--tableofcontents__desktop__item--active a,
.bx--tableofcontents .bx--tableofcontents__desktop__item--active a:hover {
  color: #f4f4f4;
  border-left-color: #4589ff; }

.bx--tableofcontents .bx--tableofcontents__desktop__item--active:hover {
  border-left-color: #4589ff; }

.bx--tableofcontents--g100 {
  color: #f4f4f4;
  background: #161616; }

.bx--tableofcontents--g100 .bx--tableofcontents__mobile {
  border-bottom: 1px solid #6f6f6f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.bx--tableofcontents--g100 .bx--tableofcontents__mobile:hover {
  background-color: #353535; }

.bx--tableofcontents--g100 .bx--tableofcontents__desktop__item a {
  border-left: 0.25rem solid #393939;
  color: #c6c6c6; }

.bx--tableofcontents--g100 .bx--tableofcontents__desktop__item a:hover {
  border-left-color: #4c4c4c; }

.bx--tableofcontents--g100 .bx--tableofcontents__desktop__item--active a,
.bx--tableofcontents--g100 .bx--tableofcontents__desktop__item--active a:hover {
  color: #f4f4f4;
  border-left-color: #4589ff; }

.bx--tableofcontents--g100 .bx--tableofcontents__desktop__item--active:hover {
  border-left-color: #4589ff; }

.bx--tableofcontents--g10 {
  color: #161616;
  background: #f4f4f4; }

.bx--tableofcontents--g10 .bx--tableofcontents__mobile {
  border-bottom: 1px solid #8d8d8d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.bx--tableofcontents--g10 .bx--tableofcontents__mobile:hover {
  background-color: #e5e5e5; }

.bx--tableofcontents--g10 .bx--tableofcontents__desktop__item a {
  border-left: 0.25rem solid #e0e0e0;
  color: #525252; }

.bx--tableofcontents--g10 .bx--tableofcontents__desktop__item a:hover {
  border-left-color: #cacaca; }

.bx--tableofcontents--g10 .bx--tableofcontents__desktop__item--active a,
.bx--tableofcontents--g10 .bx--tableofcontents__desktop__item--active a:hover {
  color: #161616;
  border-left-color: #0f62fe; }

.bx--tableofcontents--g10 .bx--tableofcontents__desktop__item--active:hover {
  border-left-color: #0f62fe; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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-list {
  padding-bottom: 4rem; }

.bx--link-list:first-of-type {
  padding-top: 4rem; }

.bx--link-list__heading {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #f4f4f4; }

.bx--link-list__list--horizontal .bx--link-list__list__CTA {
  float: left;
  padding-right: 2rem;
  padding-bottom: 1rem; }

@media (min-width: 42rem) {
  .bx--link-list__list--horizontal .bx--link-list__list__CTA {
    padding-bottom: 0; } }

.bx--link-list__list--vertical .bx--link-list__list__CTA {
  padding-bottom: 1rem; }

.bx--link-list__list--vertical .bx--link-list__list__CTA:last-of-type {
  padding-bottom: 0; }

.bx--link-list__list--vertical-end .bx--link-list__list__CTA {
  border-bottom: 1px solid #393939;
  max-width: 640px;
  margin-left: -1rem;
  margin-right: -1rem; }

.bx--link-list__list--vertical-end .bx--link-list__list__CTA:first-of-type {
  border-top: 1px solid #393939; }

.bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container {
  width: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container,
.bx--grid--condensed .bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container,
.bx--grid--narrow .bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container {
  padding-right: 1rem;
  padding-left: 0; }

.bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container a {
  padding: 1rem 0;
  justify-content: space-between; }

.bx--link-list__list--vertical-end .bx--link-list__list__CTA .bx--link-with-icon__container svg {
  margin-left: 2rem; }

.bx--link-list__list--card .bx--link-list__list__CTA {
  max-width: 40rem;
  border-top: 1px solid #393939; }

.bx--link-list__list--card .bx--link-list__list__CTA div .bx--tile {
  margin-left: 0;
  margin-right: 0;
  min-height: 0; }

.bx--link-list__list--card .bx--link-list__list__CTA div .bx--tile .bx--card__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 0; }

@media (min-width: 66rem) {
  .bx--link-list__list--card .bx--link-list__list__CTA div .bx--tile .bx--card__wrapper {
    min-height: 116px; } }

.bx--link-list__list--card .bx--link-list__list__CTA:last-of-type {
  border-bottom: 1px solid #393939; }

.bx--link-list__list__CTA.bx--link-list__list--video .bx--card__footer span {
  color: #78a9ff; }

.bx--link-list__list.bx--link-list__list--card {
  margin-left: -1rem;
  margin-right: -1rem; }

.bx--link-list .bx--card {
  max-width: none; }

.bx--link-list .bx--card__wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem; }

@media (min-width: 66rem) {
  .bx--link-list .bx--card__wrapper {
    flex-direction: column;
    align-items: flex-start; } }

.bx--link-list .bx--card__wrapper .bx--card__copy {
  margin-bottom: 0; }

@media (min-width: 66rem) {
  .bx--link-list .bx--card__wrapper .bx--card__copy {
    margin-bottom: 2rem; } }

.bx--link-list .bx--card__wrapper .bx--card__copy p {
  color: #78a9ff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0; }

.bx--link-list .bx--card__footer {
  margin-top: 0; }

.bx--link-list .bx--card:not(:hover) {
  background: #161616; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
* Copyright IBM Corp. 2016, 2020
*
* 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--btn-set {
  display: flex; }

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

.bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--btn {
  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;
  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: all 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: #525252;
  border-color: #525252;
  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: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--btn--primary:disabled:hover, .bx--btn--primary:disabled:focus, .bx--btn--primary:hover.bx--btn--disabled, .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--primary .bx--btn__icon,
.bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

.bx--btn--secondary:disabled:hover, .bx--btn--secondary:disabled:focus, .bx--btn--secondary:hover.bx--btn--disabled, .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--secondary .bx--btn__icon,
.bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

.bx--btn--tertiary:disabled:hover, .bx--btn--tertiary:disabled:focus, .bx--btn--tertiary:hover.bx--btn--disabled, .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--tertiary .bx--btn__icon,
.bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

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

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

.bx--btn--tertiary:active {
  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: #525252;
  background: transparent;
  outline: none; }

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

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

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

.bx--btn--ghost:disabled:hover, .bx--btn--ghost:disabled:focus, .bx--btn--ghost:hover.bx--btn--disabled, .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--ghost .bx--btn__icon,
.bx--btn--ghost .bx--btn__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: #a6c8ff; }

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

.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: #525252;
  background: transparent;
  border-color: transparent;
  outline: none; }

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

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

.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 #ffffff; }

.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 #ffffff; }

.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;
  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);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

@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: 13rem; } }

@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: 13rem; } }

@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: 13rem; } }

.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; }

@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--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

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

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

.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 #ffffff; }

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

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

.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;
  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);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

@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: 13rem; } }

@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: 13rem; } }

@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: 13rem; } }

.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::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: #f4f4f4 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::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 #f4f4f4 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 {
  margin: 0; }

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

.bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

.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: #525252; }

.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: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--btn--danger:disabled:hover, .bx--btn--danger:disabled:focus, .bx--btn--danger:hover.bx--btn--disabled, .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--btn--danger .bx--btn__icon,
.bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

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

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

.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: #353535;
  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;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--buttongroup {
  display: flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .bx--buttongroup {
    flex-direction: row; } }

.bx--buttongroup .bx--btn {
  font-size: 1rem;
  position: relative;
  width: auto;
  height: 100%;
  word-break: break-word;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9), width 0s, height 0s; }

.bx--buttongroup .bx--btn__icon {
  width: auto;
  height: auto; }

.bx--buttongroup .bx--btn--multiline {
  align-items: start; }

.bx--buttongroup-item {
  margin-top: 1rem;
  max-width: 20rem;
  min-width: 0; }

@media (min-width: 42rem) {
  .bx--buttongroup-item {
    padding-right: 1rem; } }

.bx--buttongroup-item--pseudo {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.bx--buttongroup-item--pseudo .bx--btn {
  width: auto; }

.bx--leadspace--centered {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  background-color: #161616; }

.bx--leadspace--centered .bx--buttongroup {
  padding-bottom: 1rem;
  padding-top: 0; }

.bx--leadspace--centered--content__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1rem;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

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

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

.bx--leadspace--centered--mobile__image {
  height: 10rem;
  width: 100%; }

.bx--leadspace--centered--mobile__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

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

.bx--leadspace--centered__desc {
  width: 95%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62)); }

@media (min-width: 82rem) {
  .bx--leadspace--centered__desc {
    font-size: 1.25rem;
    line-height: 125%;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--leadspace--centered__desc {
    font-size: 1.5rem;
    font-size: 1.5rem; } }

.bx--leadspace--centered__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  font-size: calc(2rem + 0.25 * ((100vw - 20rem) / 22)); }

@media (min-width: 42rem) {
  .bx--leadspace--centered__title {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 122%;
    letter-spacing: 0;
    font-size: calc(2.25rem + 0.375 * ((100vw - 42rem) / 24)); } }

@media (min-width: 66rem) {
  .bx--leadspace--centered__title {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 119%;
    letter-spacing: 0;
    font-size: calc(2.625rem + 0.375 * ((100vw - 66rem) / 16)); } }

@media (min-width: 82rem) {
  .bx--leadspace--centered__title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 117%;
    letter-spacing: 0;
    font-size: calc(3rem + 0.75 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--leadspace--centered__title {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 4.375rem;
    letter-spacing: 0;
    font-size: 3.75rem; } }

.bx--leadspace--centered__desc, .bx--leadspace--centered__title {
  padding-top: 2rem; }

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

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

.bx--leadspace--centered .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace--centered .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--leadspace--centered .bx--btn {
  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;
  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: all 70ms cubic-bezier(0, 0, 0.38, 0.9); }

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

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

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

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

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

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

.bx--leadspace--centered .bx--btn--primary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered .bx--btn--primary:disabled:hover, .bx--leadspace--centered .bx--btn--primary:disabled:focus, .bx--leadspace--centered .bx--btn--primary:hover.bx--btn--disabled, .bx--leadspace--centered .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace--centered .bx--btn--primary .bx--btn__icon,
.bx--leadspace--centered .bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

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

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

.bx--leadspace--centered .bx--btn--secondary:hover {
  background-color: #606060; }

.bx--leadspace--centered .bx--btn--secondary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered .bx--btn--secondary:disabled:hover, .bx--leadspace--centered .bx--btn--secondary:disabled:focus, .bx--leadspace--centered .bx--btn--secondary:hover.bx--btn--disabled, .bx--leadspace--centered .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered .bx--btn--secondary:active {
  background-color: #393939; }

.bx--leadspace--centered .bx--btn--secondary .bx--btn__icon,
.bx--leadspace--centered .bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace--centered .bx--btn--tertiary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px; }

.bx--leadspace--centered .bx--btn--tertiary:hover {
  background-color: #f4f4f4; }

.bx--leadspace--centered .bx--btn--tertiary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered .bx--btn--tertiary:disabled:hover, .bx--leadspace--centered .bx--btn--tertiary:disabled:focus, .bx--leadspace--centered .bx--btn--tertiary:hover.bx--btn--disabled, .bx--leadspace--centered .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered .bx--btn--tertiary:active {
  background-color: #c6c6c6; }

.bx--leadspace--centered .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace--centered .bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered .bx--btn--tertiary:hover {
  color: #161616; }

.bx--leadspace--centered .bx--btn--tertiary:focus {
  color: #161616;
  background-color: #ffffff; }

.bx--leadspace--centered .bx--btn--tertiary:active {
  border-color: transparent; }

.bx--leadspace--centered .bx--btn--tertiary:disabled, .bx--leadspace--centered .bx--btn--tertiary:hover:disabled, .bx--leadspace--centered .bx--btn--tertiary:focus:disabled, .bx--leadspace--centered .bx--btn--tertiary.bx--btn--disabled, .bx--leadspace--centered .bx--btn--tertiary.bx--btn--disabled:hover, .bx--leadspace--centered .bx--btn--tertiary.bx--btn--disabled:focus {
  color: #525252;
  background: transparent;
  outline: none; }

.bx--leadspace--centered .bx--btn--ghost {
  color: #78a9ff;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 12px; }

.bx--leadspace--centered .bx--btn--ghost:hover {
  background-color: #353535; }

.bx--leadspace--centered .bx--btn--ghost:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered .bx--btn--ghost:disabled:hover, .bx--leadspace--centered .bx--btn--ghost:disabled:focus, .bx--leadspace--centered .bx--btn--ghost:hover.bx--btn--disabled, .bx--leadspace--centered .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered .bx--btn--ghost:active {
  background-color: #525252; }

.bx--leadspace--centered .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--centered .bx--btn--ghost .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace--centered .bx--btn--ghost:hover, .bx--leadspace--centered .bx--btn--ghost:active {
  color: #a6c8ff; }

.bx--leadspace--centered .bx--btn--ghost:active {
  background-color: #525252; }

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

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

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

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #ffffff; }

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered .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--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--leadspace--centered .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--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered .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--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #ffffff; }

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

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

.bx--leadspace--centered .bx--btn--icon-only--top:focus {
  outline: 1px solid #ffffff; }

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

.bx--leadspace--centered .bx--btn--icon-only--top:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered .bx--btn--icon-only--top::before, .bx--leadspace--centered .bx--btn--icon-only--top::after,
.bx--leadspace--centered .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered .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--leadspace--centered .bx--btn--icon-only--top::before, .bx--leadspace--centered .bx--btn--icon-only--top::after,
  .bx--leadspace--centered .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--centered .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--centered .bx--btn--icon-only--top::after,
.bx--leadspace--centered .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered .bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace--centered .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--centered .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--centered .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace--centered .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--leadspace--centered .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--leadspace--centered .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace--centered .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--leadspace--centered .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--leadspace--centered .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

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

.bx--leadspace--centered .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%); }

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

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

.bx--leadspace--centered .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%); }

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

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

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

.bx--leadspace--centered .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon {
  margin: 0; }

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

.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace--centered .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace--centered .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace--centered .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

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

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

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

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

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

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

.bx--leadspace--centered .bx--btn--danger:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered .bx--btn--danger:disabled:hover, .bx--leadspace--centered .bx--btn--danger:disabled:focus, .bx--leadspace--centered .bx--btn--danger:hover.bx--btn--disabled, .bx--leadspace--centered .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace--centered .bx--btn--danger .bx--btn__icon,
.bx--leadspace--centered .bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

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

.bx--leadspace--centered .bx--btn.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--leadspace--centered .bx--buttongroup {
  display: flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .bx--leadspace--centered .bx--buttongroup {
    flex-direction: row; } }

.bx--leadspace--centered .bx--buttongroup .bx--btn {
  font-size: 1rem;
  position: relative;
  width: auto;
  height: 100%;
  word-break: break-word;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9), width 0s, height 0s; }

.bx--leadspace--centered .bx--buttongroup .bx--btn__icon {
  width: auto;
  height: auto; }

.bx--leadspace--centered .bx--buttongroup .bx--btn--multiline {
  align-items: start; }

.bx--leadspace--centered .bx--buttongroup-item {
  margin-top: 1rem;
  max-width: 20rem;
  min-width: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--centered .bx--buttongroup-item {
    padding-right: 1rem; } }

.bx--leadspace--centered .bx--buttongroup-item--pseudo {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.bx--leadspace--centered .bx--buttongroup-item--pseudo .bx--btn {
  width: auto; }

.bx--leadspace--centered .bx--leadspace--centered__overlay {
  background-color: #161616; }

.bx--leadspace--centered .bx--leadspace__title,
.bx--leadspace--centered .bx--leadspace__desc,
.bx--leadspace--centered .bx--leadspace--centered__title,
.bx--leadspace--centered .bx--leadspace--centered__desc {
  color: #f4f4f4; }

.bx--leadspace--centered .bx--leadspace--centered__desc {
  width: 100%; }

.bx--leadspace--centered .bx--buttongroup {
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--centered .bx--leadspace--centered__overlay {
    background-color: transparent; } }

.bx--leadspace--centered .bx--leadspace--gradient {
  background-color: rgba(255, 255, 255, 0.75); }

@media (min-width: 42rem) and (min-width: 42rem) {
  .bx--leadspace--centered .bx--leadspace--gradient {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), transparent 75%); } }

@media (min-width: 42rem) {
  .bx--leadspace--centered .bx--leadspace--centered__gradient {
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent 80%); } }

@media (min-width: 42rem) {
  .bx--leadspace--centered .bx--buttongroup {
    padding-bottom: 0; }
  .bx--leadspace--centered__overlay {
    padding-bottom: 10rem; }
  .bx--leadspace--centered--content__container {
    margin: auto;
    padding-left: 1.5rem;
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--leadspace--centered__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .bx--leadspace--centered__title, .bx--leadspace--centered__desc {
    max-width: 40rem; }
  .bx--leadspace--centered__desc {
    padding-top: 3rem; }
  .bx--leadspace--centered--mobile__image {
    display: none; }
  .bx--leadspace--centered__image
.bx--leadspace--centered__overlay {
    padding-bottom: 16rem; } }

@media (min-width: 66rem) {
  .bx--leadspace--centered__title {
    padding-top: 4rem; }
  .bx--leadspace--centered__content {
    width: 50%;
    margin: auto; } }

.bx--leadspace--centered--g100,
.bx--leadspace--centered--g90 {
  background-color: #161616; }

.bx--leadspace--centered--g100 .bx--btn-set,
.bx--leadspace--centered--g90 .bx--btn-set {
  display: flex; }

.bx--leadspace--centered--g100 .bx--btn-set > .bx--btn,
.bx--leadspace--centered--g90 .bx--btn-set > .bx--btn {
  width: 100%;
  max-width: 12.25rem; }

.bx--leadspace--centered--g100 .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace--centered--g100 .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--leadspace--centered--g100 .bx--btn,
.bx--leadspace--centered--g90 .bx--btn {
  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;
  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: all 70ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--leadspace--centered--g100 .bx--btn *,
.bx--leadspace--centered--g100 .bx--btn *::before,
.bx--leadspace--centered--g100 .bx--btn *::after,
.bx--leadspace--centered--g90 .bx--btn *,
.bx--leadspace--centered--g90 .bx--btn *::before,
.bx--leadspace--centered--g90 .bx--btn *::after {
  box-sizing: inherit; }

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

.bx--leadspace--centered--g100 .bx--btn .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn .bx--btn__icon {
  position: absolute;
  right: 1rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem; }

.bx--leadspace--centered--g100 .bx--btn::-moz-focus-inner,
.bx--leadspace--centered--g90 .bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

.bx--leadspace--centered--g100 .bx--btn--primary:hover,
.bx--leadspace--centered--g90 .bx--btn--primary:hover {
  background-color: #0353e9; }

.bx--leadspace--centered--g100 .bx--btn--primary:focus,
.bx--leadspace--centered--g90 .bx--btn--primary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered--g100 .bx--btn--primary:disabled:hover, .bx--leadspace--centered--g100 .bx--btn--primary:disabled:focus, .bx--leadspace--centered--g100 .bx--btn--primary:hover.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--primary:focus.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--primary:disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--primary:disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--primary:hover.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered--g100 .bx--btn--primary:active,
.bx--leadspace--centered--g90 .bx--btn--primary:active {
  background-color: #002d9c; }

.bx--leadspace--centered--g100 .bx--btn--primary .bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn--primary .bx--btn__icon path,
.bx--leadspace--centered--g90 .bx--btn--primary .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered--g100 .bx--btn--primary:hover,
.bx--leadspace--centered--g90 .bx--btn--primary:hover {
  color: #ffffff; }

.bx--leadspace--centered--g100 .bx--btn--secondary,
.bx--leadspace--centered--g90 .bx--btn--secondary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

.bx--leadspace--centered--g100 .bx--btn--secondary:hover,
.bx--leadspace--centered--g90 .bx--btn--secondary:hover {
  background-color: #606060; }

.bx--leadspace--centered--g100 .bx--btn--secondary:focus,
.bx--leadspace--centered--g90 .bx--btn--secondary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered--g100 .bx--btn--secondary:disabled:hover, .bx--leadspace--centered--g100 .bx--btn--secondary:disabled:focus, .bx--leadspace--centered--g100 .bx--btn--secondary:hover.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--secondary:focus.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--secondary:disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--secondary:disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--secondary:hover.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered--g100 .bx--btn--secondary:active,
.bx--leadspace--centered--g90 .bx--btn--secondary:active {
  background-color: #393939; }

.bx--leadspace--centered--g100 .bx--btn--secondary .bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn--secondary .bx--btn__icon path,
.bx--leadspace--centered--g90 .bx--btn--secondary .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered--g100 .bx--btn--secondary:hover, .bx--leadspace--centered--g100 .bx--btn--secondary:focus,
.bx--leadspace--centered--g90 .bx--btn--secondary:hover,
.bx--leadspace--centered--g90 .bx--btn--secondary:focus {
  color: #ffffff; }

.bx--leadspace--centered--g100 .bx--btn--tertiary,
.bx--leadspace--centered--g90 .bx--btn--tertiary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:hover,
.bx--leadspace--centered--g90 .bx--btn--tertiary:hover {
  background-color: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:focus,
.bx--leadspace--centered--g90 .bx--btn--tertiary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:disabled:hover, .bx--leadspace--centered--g100 .bx--btn--tertiary:disabled:focus, .bx--leadspace--centered--g100 .bx--btn--tertiary:hover.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--tertiary:focus.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary:disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--tertiary:disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--tertiary:hover.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:active,
.bx--leadspace--centered--g90 .bx--btn--tertiary:active {
  background-color: #c6c6c6; }

.bx--leadspace--centered--g100 .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn--tertiary .bx--btn__icon path,
.bx--leadspace--centered--g90 .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:hover,
.bx--leadspace--centered--g90 .bx--btn--tertiary:hover {
  color: #161616; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:focus,
.bx--leadspace--centered--g90 .bx--btn--tertiary:focus {
  color: #161616;
  background-color: #ffffff; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:active,
.bx--leadspace--centered--g90 .bx--btn--tertiary:active {
  border-color: transparent; }

.bx--leadspace--centered--g100 .bx--btn--tertiary:disabled, .bx--leadspace--centered--g100 .bx--btn--tertiary:hover:disabled, .bx--leadspace--centered--g100 .bx--btn--tertiary:focus:disabled, .bx--leadspace--centered--g100 .bx--btn--tertiary.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--tertiary.bx--btn--disabled:hover, .bx--leadspace--centered--g100 .bx--btn--tertiary.bx--btn--disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--tertiary:disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary:hover:disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary:focus:disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--tertiary.bx--btn--disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--tertiary.bx--btn--disabled:focus {
  color: #525252;
  background: transparent;
  outline: none; }

.bx--leadspace--centered--g100 .bx--btn--ghost,
.bx--leadspace--centered--g90 .bx--btn--ghost {
  color: #78a9ff;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 12px; }

.bx--leadspace--centered--g100 .bx--btn--ghost:hover,
.bx--leadspace--centered--g90 .bx--btn--ghost:hover {
  background-color: #353535; }

.bx--leadspace--centered--g100 .bx--btn--ghost:focus,
.bx--leadspace--centered--g90 .bx--btn--ghost:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered--g100 .bx--btn--ghost:disabled:hover, .bx--leadspace--centered--g100 .bx--btn--ghost:disabled:focus, .bx--leadspace--centered--g100 .bx--btn--ghost:hover.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--ghost:focus.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost:disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--ghost:disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--ghost:hover.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered--g100 .bx--btn--ghost:active,
.bx--leadspace--centered--g90 .bx--btn--ghost:active {
  background-color: #525252; }

.bx--leadspace--centered--g100 .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn--ghost .bx--btn__icon path,
.bx--leadspace--centered--g90 .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--ghost .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered--g100 .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--ghost .bx--btn__icon {
  position: static;
  margin-left: 0.5rem; }

.bx--leadspace--centered--g100 .bx--btn--ghost:hover, .bx--leadspace--centered--g100 .bx--btn--ghost:active,
.bx--leadspace--centered--g90 .bx--btn--ghost:hover,
.bx--leadspace--centered--g90 .bx--btn--ghost:active {
  color: #a6c8ff; }

.bx--leadspace--centered--g100 .bx--btn--ghost:active,
.bx--leadspace--centered--g90 .bx--btn--ghost:active {
  background-color: #525252; }

.bx--leadspace--centered--g100 .bx--btn--ghost:disabled, .bx--leadspace--centered--g100 .bx--btn--ghost:hover:disabled, .bx--leadspace--centered--g100 .bx--btn--ghost:focus:disabled, .bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--disabled:hover, .bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--ghost:disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost:hover:disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost:focus:disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--disabled:focus {
  color: #525252;
  background: transparent;
  border-color: transparent;
  outline: none; }

.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--sm,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 12px; }

.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--field,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 12px; }

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

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid transparent; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered--g90 .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--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

@supports (-ms-accelerator: true) {
  .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    width: 13rem; } }

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

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after {
  content: attr(aria-label); }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--a11y::after {
  content: none; }

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

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

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

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text,
.bx--leadspace--centered--g90 .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--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered--g90 .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--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

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

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #ffffff; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus
svg,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus
svg {
  outline-color: transparent; }

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:focus {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:focus {
  outline: 1px solid transparent; }

.bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus svg,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--centered--g100 .bx--btn--icon-only--top::before, .bx--leadspace--centered--g100 .bx--btn--icon-only--top::after,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top::before,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top::after,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered--g90 .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--leadspace--centered--g100 .bx--btn--icon-only--top::before, .bx--leadspace--centered--g100 .bx--btn--icon-only--top::after,
  .bx--leadspace--centered--g100 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--centered--g100 .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top::before,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top::after,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--top::after,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top::after,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

@supports (-ms-accelerator: true) {
  .bx--leadspace--centered--g100 .bx--btn--icon-only--top::after,
  .bx--leadspace--centered--g100 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--centered--g100 .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top::after,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--centered--g90 .bx--btn--icon-only--top + .bx--assistive-text {
    width: 13rem; } }

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--top::after,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top::after {
  content: attr(aria-label); }

.bx--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--a11y::after,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--a11y::after {
  content: none; }

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

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

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--centered--g100 .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--leadspace--centered--g100 .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:hover + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top:focus + .bx--assistive-text,
.bx--leadspace--centered--g90 .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--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered--g100 .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--centered--g90 .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--top::before,
.bx--leadspace--centered--g90 .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%); }

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

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

.bx--leadspace--centered--g100 .bx--btn--icon-only--bottom::before,
.bx--leadspace--centered--g90 .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%); }

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

.bx--leadspace--centered--g100 .bx--btn--icon-only,
.bx--leadspace--centered--g90 .bx--btn--icon-only {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.bx--leadspace--centered--g100 .bx--btn--icon-only .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--icon-only .bx--btn__icon {
  position: static; }

.bx--leadspace--centered--g100 .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon {
  margin: 0; }

.bx--leadspace--centered--g100 .bx--btn path[data-icon-path='inner-path'],
.bx--leadspace--centered--g90 .bx--btn path[data-icon-path='inner-path'] {
  fill: none; }

.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon {
  fill: #525252; }

.bx--leadspace--centered--g100 .bx--btn--ghost.bx--btn--icon-only[disabled],
.bx--leadspace--centered--g90 .bx--btn--ghost.bx--btn--icon-only[disabled] {
  cursor: not-allowed; }

.bx--leadspace--centered--g100 .bx--btn--field.bx--btn--icon-only,
.bx--leadspace--centered--g90 .bx--btn--field.bx--btn--icon-only {
  padding-right: 0.6875rem;
  padding-left: 0.6875rem; }

.bx--leadspace--centered--g100 .bx--btn--sm.bx--btn--icon-only,
.bx--leadspace--centered--g90 .bx--btn--sm.bx--btn--icon-only {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem; }

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

.bx--leadspace--centered--g100 .bx--btn--danger:hover,
.bx--leadspace--centered--g90 .bx--btn--danger:hover {
  background-color: #b81921; }

.bx--leadspace--centered--g100 .bx--btn--danger:focus,
.bx--leadspace--centered--g90 .bx--btn--danger:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--centered--g100 .bx--btn--danger:disabled:hover, .bx--leadspace--centered--g100 .bx--btn--danger:disabled:focus, .bx--leadspace--centered--g100 .bx--btn--danger:hover.bx--btn--disabled, .bx--leadspace--centered--g100 .bx--btn--danger:focus.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--danger:disabled:hover,
.bx--leadspace--centered--g90 .bx--btn--danger:disabled:focus,
.bx--leadspace--centered--g90 .bx--btn--danger:hover.bx--btn--disabled,
.bx--leadspace--centered--g90 .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--centered--g100 .bx--btn--danger:active,
.bx--leadspace--centered--g90 .bx--btn--danger:active {
  background-color: #750e13; }

.bx--leadspace--centered--g100 .bx--btn--danger .bx--btn__icon,
.bx--leadspace--centered--g100 .bx--btn--danger .bx--btn__icon path,
.bx--leadspace--centered--g90 .bx--btn--danger .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--centered--g100 .bx--btn--danger:hover,
.bx--leadspace--centered--g90 .bx--btn--danger:hover {
  color: #ffffff; }

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

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

.bx--leadspace--centered--g100 .bx--btn.bx--skeleton,
.bx--leadspace--centered--g90 .bx--btn.bx--skeleton {
  position: relative;
  padding: 0;
  background: #353535;
  border: none;
  box-shadow: none;
  pointer-events: none;
  width: 9.375rem; }

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

.bx--leadspace--centered--g100 .bx--btn.bx--skeleton::before,
.bx--leadspace--centered--g90 .bx--btn.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--leadspace--centered--g100 .bx--buttongroup,
.bx--leadspace--centered--g90 .bx--buttongroup {
  display: flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .bx--leadspace--centered--g100 .bx--buttongroup,
  .bx--leadspace--centered--g90 .bx--buttongroup {
    flex-direction: row; } }

.bx--leadspace--centered--g100 .bx--buttongroup .bx--btn,
.bx--leadspace--centered--g90 .bx--buttongroup .bx--btn {
  font-size: 1rem;
  position: relative;
  width: auto;
  height: 100%;
  word-break: break-word;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9), width 0s, height 0s; }

.bx--leadspace--centered--g100 .bx--buttongroup .bx--btn__icon,
.bx--leadspace--centered--g90 .bx--buttongroup .bx--btn__icon {
  width: auto;
  height: auto; }

.bx--leadspace--centered--g100 .bx--buttongroup .bx--btn--multiline,
.bx--leadspace--centered--g90 .bx--buttongroup .bx--btn--multiline {
  align-items: start; }

.bx--leadspace--centered--g100 .bx--buttongroup-item,
.bx--leadspace--centered--g90 .bx--buttongroup-item {
  margin-top: 1rem;
  max-width: 20rem;
  min-width: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--centered--g100 .bx--buttongroup-item,
  .bx--leadspace--centered--g90 .bx--buttongroup-item {
    padding-right: 1rem; } }

.bx--leadspace--centered--g100 .bx--buttongroup-item--pseudo,
.bx--leadspace--centered--g90 .bx--buttongroup-item--pseudo {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.bx--leadspace--centered--g100 .bx--buttongroup-item--pseudo .bx--btn,
.bx--leadspace--centered--g90 .bx--buttongroup-item--pseudo .bx--btn {
  width: auto; }

.bx--leadspace--centered--g100 .bx--leadspace--centered__overlay,
.bx--leadspace--centered--g90 .bx--leadspace--centered__overlay {
  background-color: #161616; }

.bx--leadspace--centered--g100 .bx--leadspace__title,
.bx--leadspace--centered--g100 .bx--leadspace__desc,
.bx--leadspace--centered--g100 .bx--leadspace--centered__title,
.bx--leadspace--centered--g100 .bx--leadspace--centered__desc,
.bx--leadspace--centered--g90 .bx--leadspace__title,
.bx--leadspace--centered--g90 .bx--leadspace__desc,
.bx--leadspace--centered--g90 .bx--leadspace--centered__title,
.bx--leadspace--centered--g90 .bx--leadspace--centered__desc {
  color: #f4f4f4; }

.bx--leadspace--centered--g100 .bx--leadspace--centered__desc,
.bx--leadspace--centered--g90 .bx--leadspace--centered__desc {
  width: 100%; }

.bx--leadspace--centered--g100 .bx--buttongroup,
.bx--leadspace--centered--g90 .bx--buttongroup {
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--centered--g100 .bx--leadspace--centered__overlay,
  .bx--leadspace--centered--g90 .bx--leadspace--centered__overlay {
    background-color: transparent; } }

.bx--leadspace--centered--g100 .bx--leadspace--gradient,
.bx--leadspace--centered--g90 .bx--leadspace--gradient {
  background-color: rgba(22, 22, 22, 0.75); }

@media (min-width: 42rem) and (min-width: 42rem) {
  .bx--leadspace--centered--g100 .bx--leadspace--gradient,
  .bx--leadspace--centered--g90 .bx--leadspace--gradient {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(22, 22, 22, 0.95), transparent 75%); } }

@media (min-width: 42rem) {
  .bx--leadspace--centered--g100 .bx--leadspace--centered__gradient,
  .bx--leadspace--centered--g90 .bx--leadspace--centered__gradient {
    background: linear-gradient(to bottom, #161616, rgba(22, 22, 22, 0.8), rgba(22, 22, 22, 0.6), transparent 80%); } }

.bx--buttongroup {
  padding-top: 1rem; }

.bx--leadspace {
  background-color: #161616; }

.bx--leadspace--content__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.bx--leadspace .bx--image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.bx--leadspace__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.bx--leadspace__container {
  position: relative; }

.bx--leadspace__overlay {
  margin-right: auto;
  margin-left: auto;
  max-width: 99rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 1;
  width: 100%;
  max-width: none; }

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

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

.bx--leadspace .bx--leadspace__title {
  padding-top: 0;
  margin-bottom: 3rem;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 119%;
  letter-spacing: 0;
  font-size: calc(2.625rem + 0 * ((100vw - 20rem) / 22)); }

@media (min-width: 42rem) {
  .bx--leadspace .bx--leadspace__title {
    font-size: 2.625rem;
    font-size: calc(2.625rem + 0.75 * ((100vw - 42rem) / 24)); } }

@media (min-width: 66rem) {
  .bx--leadspace .bx--leadspace__title {
    font-size: 3.375rem;
    font-size: calc(3.375rem + 0.375 * ((100vw - 66rem) / 16)); } }

@media (min-width: 82rem) {
  .bx--leadspace .bx--leadspace__title {
    font-size: 3.75rem;
    line-height: 117%;
    font-size: calc(3.75rem + 1 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--leadspace .bx--leadspace__title {
    font-size: 4.75rem;
    line-height: 113%;
    font-size: 4.75rem; } }

.bx--leadspace__title {
  padding-left: 1rem;
  width: 95%; }

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

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

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

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

.bx--leadspace .bx--btn {
  min-width: 13rem; }

.bx--leadspace .bx--leadspace__desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62));
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 82rem) {
  .bx--leadspace .bx--leadspace__desc {
    font-size: 1.25rem;
    line-height: 125%;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--leadspace .bx--leadspace__desc {
    font-size: 1.5rem;
    font-size: 1.5rem; } }

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

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

.bx--leadspace .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--leadspace .bx--btn {
  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;
  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: all 70ms cubic-bezier(0, 0, 0.38, 0.9); }

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

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

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

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

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

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

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

.bx--leadspace .bx--btn--primary:disabled:hover, .bx--leadspace .bx--btn--primary:disabled:focus, .bx--leadspace .bx--btn--primary:hover.bx--btn--disabled, .bx--leadspace .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace .bx--btn--primary .bx--btn__icon,
.bx--leadspace .bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

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

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

.bx--leadspace .bx--btn--secondary:hover {
  background-color: #606060; }

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

.bx--leadspace .bx--btn--secondary:disabled:hover, .bx--leadspace .bx--btn--secondary:disabled:focus, .bx--leadspace .bx--btn--secondary:hover.bx--btn--disabled, .bx--leadspace .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace .bx--btn--secondary:active {
  background-color: #393939; }

.bx--leadspace .bx--btn--secondary .bx--btn__icon,
.bx--leadspace .bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

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

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

.bx--leadspace .bx--btn--tertiary:hover {
  background-color: #f4f4f4; }

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

.bx--leadspace .bx--btn--tertiary:disabled:hover, .bx--leadspace .bx--btn--tertiary:disabled:focus, .bx--leadspace .bx--btn--tertiary:hover.bx--btn--disabled, .bx--leadspace .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace .bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace .bx--btn--tertiary:focus {
  color: #161616;
  background-color: #ffffff; }

.bx--leadspace .bx--btn--tertiary:active {
  border-color: transparent; }

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

.bx--leadspace .bx--btn--ghost {
  color: #78a9ff;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 12px; }

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

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

.bx--leadspace .bx--btn--ghost:disabled:hover, .bx--leadspace .bx--btn--ghost:disabled:focus, .bx--leadspace .bx--btn--ghost:hover.bx--btn--disabled, .bx--leadspace .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace .bx--btn--ghost .bx--btn__icon,
.bx--leadspace .bx--btn--ghost .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace .bx--btn--ghost:hover, .bx--leadspace .bx--btn--ghost:active {
  color: #a6c8ff; }

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

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

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

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

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

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

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

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

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace .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--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--leadspace .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--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace .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--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

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

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #ffffff; }

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

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

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

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

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

.bx--leadspace .bx--btn--icon-only--top::before, .bx--leadspace .bx--btn--icon-only--top::after,
.bx--leadspace .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace .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--leadspace .bx--btn--icon-only--top::before, .bx--leadspace .bx--btn--icon-only--top::after,
  .bx--leadspace .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace .bx--btn--icon-only--top::after,
.bx--leadspace .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace .bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--leadspace .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--leadspace .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--leadspace .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--leadspace .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

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

.bx--leadspace .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%); }

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

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

.bx--leadspace .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%); }

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

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

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

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

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

.bx--leadspace .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

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

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

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

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

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

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

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

.bx--leadspace .bx--btn--danger:disabled:hover, .bx--leadspace .bx--btn--danger:disabled:focus, .bx--leadspace .bx--btn--danger:hover.bx--btn--disabled, .bx--leadspace .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace .bx--btn--danger .bx--btn__icon,
.bx--leadspace .bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

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

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

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

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

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

.bx--leadspace .bx--btn.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--leadspace .bx--buttongroup {
  display: flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .bx--leadspace .bx--buttongroup {
    flex-direction: row; } }

.bx--leadspace .bx--buttongroup .bx--btn {
  font-size: 1rem;
  position: relative;
  width: auto;
  height: 100%;
  word-break: break-word;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9), width 0s, height 0s; }

.bx--leadspace .bx--buttongroup .bx--btn__icon {
  width: auto;
  height: auto; }

.bx--leadspace .bx--buttongroup .bx--btn--multiline {
  align-items: start; }

.bx--leadspace .bx--buttongroup-item {
  margin-top: 1rem;
  max-width: 20rem;
  min-width: 0; }

@media (min-width: 42rem) {
  .bx--leadspace .bx--buttongroup-item {
    padding-right: 1rem; } }

.bx--leadspace .bx--buttongroup-item--pseudo {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.bx--leadspace .bx--buttongroup-item--pseudo .bx--btn {
  width: auto; }

.bx--leadspace .bx--leadspace--centered__overlay {
  background-color: #161616; }

.bx--leadspace .bx--leadspace__title,
.bx--leadspace .bx--leadspace__desc,
.bx--leadspace .bx--leadspace--centered__title,
.bx--leadspace .bx--leadspace--centered__desc {
  color: #f4f4f4; }

.bx--leadspace .bx--leadspace--centered__desc {
  width: 100%; }

.bx--leadspace .bx--buttongroup {
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--leadspace .bx--leadspace--centered__overlay {
    background-color: transparent; } }

.bx--leadspace .bx--leadspace--gradient {
  background-color: rgba(255, 255, 255, 0.75); }

@media (min-width: 42rem) and (min-width: 42rem) {
  .bx--leadspace .bx--leadspace--gradient {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), transparent 75%); } }

@media (min-width: 42rem) {
  .bx--leadspace .bx--leadspace--centered__gradient {
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent 80%); } }

.bx--leadspace--g100,
.bx--leadspace--g90 {
  background-color: #161616; }

.bx--leadspace--g100 .bx--btn-set,
.bx--leadspace--g90 .bx--btn-set {
  display: flex; }

.bx--leadspace--g100 .bx--btn-set > .bx--btn,
.bx--leadspace--g90 .bx--btn-set > .bx--btn {
  width: 100%;
  max-width: 12.25rem; }

.bx--leadspace--g100 .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace--g100 .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--secondary.bx--btn--disabled
+ .bx--btn--primary.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--tertiary.bx--btn--disabled
+ .bx--btn--danger.bx--btn--disabled {
  box-shadow: -0.0625rem 0 0 0 #8d8d8d; }

.bx--leadspace--g100 .bx--btn,
.bx--leadspace--g90 .bx--btn {
  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;
  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: all 70ms cubic-bezier(0, 0, 0.38, 0.9); }

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

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

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

.bx--leadspace--g100 .bx--btn::-moz-focus-inner,
.bx--leadspace--g90 .bx--btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

.bx--leadspace--g100 .bx--btn--primary:hover,
.bx--leadspace--g90 .bx--btn--primary:hover {
  background-color: #0353e9; }

.bx--leadspace--g100 .bx--btn--primary:focus,
.bx--leadspace--g90 .bx--btn--primary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--g100 .bx--btn--primary:disabled:hover, .bx--leadspace--g100 .bx--btn--primary:disabled:focus, .bx--leadspace--g100 .bx--btn--primary:hover.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--primary:focus.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--primary:disabled:hover,
.bx--leadspace--g90 .bx--btn--primary:disabled:focus,
.bx--leadspace--g90 .bx--btn--primary:hover.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--primary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--g100 .bx--btn--primary:active,
.bx--leadspace--g90 .bx--btn--primary:active {
  background-color: #002d9c; }

.bx--leadspace--g100 .bx--btn--primary .bx--btn__icon,
.bx--leadspace--g100 .bx--btn--primary .bx--btn__icon path,
.bx--leadspace--g90 .bx--btn--primary .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--primary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--g100 .bx--btn--primary:hover,
.bx--leadspace--g90 .bx--btn--primary:hover {
  color: #ffffff; }

.bx--leadspace--g100 .bx--btn--secondary,
.bx--leadspace--g90 .bx--btn--secondary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }

.bx--leadspace--g100 .bx--btn--secondary:hover,
.bx--leadspace--g90 .bx--btn--secondary:hover {
  background-color: #606060; }

.bx--leadspace--g100 .bx--btn--secondary:focus,
.bx--leadspace--g90 .bx--btn--secondary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--g100 .bx--btn--secondary:disabled:hover, .bx--leadspace--g100 .bx--btn--secondary:disabled:focus, .bx--leadspace--g100 .bx--btn--secondary:hover.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--secondary:focus.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--secondary:disabled:hover,
.bx--leadspace--g90 .bx--btn--secondary:disabled:focus,
.bx--leadspace--g90 .bx--btn--secondary:hover.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--secondary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--g100 .bx--btn--secondary:active,
.bx--leadspace--g90 .bx--btn--secondary:active {
  background-color: #393939; }

.bx--leadspace--g100 .bx--btn--secondary .bx--btn__icon,
.bx--leadspace--g100 .bx--btn--secondary .bx--btn__icon path,
.bx--leadspace--g90 .bx--btn--secondary .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--secondary .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace--g100 .bx--btn--tertiary,
.bx--leadspace--g90 .bx--btn--tertiary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px; }

.bx--leadspace--g100 .bx--btn--tertiary:hover,
.bx--leadspace--g90 .bx--btn--tertiary:hover {
  background-color: #f4f4f4; }

.bx--leadspace--g100 .bx--btn--tertiary:focus,
.bx--leadspace--g90 .bx--btn--tertiary:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--g100 .bx--btn--tertiary:disabled:hover, .bx--leadspace--g100 .bx--btn--tertiary:disabled:focus, .bx--leadspace--g100 .bx--btn--tertiary:hover.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--tertiary:focus.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--tertiary:disabled:hover,
.bx--leadspace--g90 .bx--btn--tertiary:disabled:focus,
.bx--leadspace--g90 .bx--btn--tertiary:hover.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--tertiary:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--g100 .bx--btn--tertiary:active,
.bx--leadspace--g90 .bx--btn--tertiary:active {
  background-color: #c6c6c6; }

.bx--leadspace--g100 .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace--g100 .bx--btn--tertiary .bx--btn__icon path,
.bx--leadspace--g90 .bx--btn--tertiary .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--tertiary .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--g100 .bx--btn--tertiary:hover,
.bx--leadspace--g90 .bx--btn--tertiary:hover {
  color: #161616; }

.bx--leadspace--g100 .bx--btn--tertiary:focus,
.bx--leadspace--g90 .bx--btn--tertiary:focus {
  color: #161616;
  background-color: #ffffff; }

.bx--leadspace--g100 .bx--btn--tertiary:active,
.bx--leadspace--g90 .bx--btn--tertiary:active {
  border-color: transparent; }

.bx--leadspace--g100 .bx--btn--tertiary:disabled, .bx--leadspace--g100 .bx--btn--tertiary:hover:disabled, .bx--leadspace--g100 .bx--btn--tertiary:focus:disabled, .bx--leadspace--g100 .bx--btn--tertiary.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--tertiary.bx--btn--disabled:hover, .bx--leadspace--g100 .bx--btn--tertiary.bx--btn--disabled:focus,
.bx--leadspace--g90 .bx--btn--tertiary:disabled,
.bx--leadspace--g90 .bx--btn--tertiary:hover:disabled,
.bx--leadspace--g90 .bx--btn--tertiary:focus:disabled,
.bx--leadspace--g90 .bx--btn--tertiary.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--tertiary.bx--btn--disabled:hover,
.bx--leadspace--g90 .bx--btn--tertiary.bx--btn--disabled:focus {
  color: #525252;
  background: transparent;
  outline: none; }

.bx--leadspace--g100 .bx--btn--ghost,
.bx--leadspace--g90 .bx--btn--ghost {
  color: #78a9ff;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: calc(0.875rem - 3px) 12px; }

.bx--leadspace--g100 .bx--btn--ghost:hover,
.bx--leadspace--g90 .bx--btn--ghost:hover {
  background-color: #353535; }

.bx--leadspace--g100 .bx--btn--ghost:focus,
.bx--leadspace--g90 .bx--btn--ghost:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--g100 .bx--btn--ghost:disabled:hover, .bx--leadspace--g100 .bx--btn--ghost:disabled:focus, .bx--leadspace--g100 .bx--btn--ghost:hover.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--ghost:focus.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--ghost:disabled:hover,
.bx--leadspace--g90 .bx--btn--ghost:disabled:focus,
.bx--leadspace--g90 .bx--btn--ghost:hover.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--ghost:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

.bx--leadspace--g100 .bx--btn--ghost:active,
.bx--leadspace--g90 .bx--btn--ghost:active {
  background-color: #525252; }

.bx--leadspace--g100 .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--g100 .bx--btn--ghost .bx--btn__icon path,
.bx--leadspace--g90 .bx--btn--ghost .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--ghost .bx--btn__icon path {
  fill: currentColor; }

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

.bx--leadspace--g100 .bx--btn--ghost:hover, .bx--leadspace--g100 .bx--btn--ghost:active,
.bx--leadspace--g90 .bx--btn--ghost:hover,
.bx--leadspace--g90 .bx--btn--ghost:active {
  color: #a6c8ff; }

.bx--leadspace--g100 .bx--btn--ghost:active,
.bx--leadspace--g90 .bx--btn--ghost:active {
  background-color: #525252; }

.bx--leadspace--g100 .bx--btn--ghost:disabled, .bx--leadspace--g100 .bx--btn--ghost:hover:disabled, .bx--leadspace--g100 .bx--btn--ghost:focus:disabled, .bx--leadspace--g100 .bx--btn--ghost.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--ghost.bx--btn--disabled:hover, .bx--leadspace--g100 .bx--btn--ghost.bx--btn--disabled:focus,
.bx--leadspace--g90 .bx--btn--ghost:disabled,
.bx--leadspace--g90 .bx--btn--ghost:hover:disabled,
.bx--leadspace--g90 .bx--btn--ghost:focus:disabled,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--disabled:hover,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--disabled:focus {
  color: #525252;
  background: transparent;
  border-color: transparent;
  outline: none; }

.bx--leadspace--g100 .bx--btn--ghost.bx--btn--sm,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--sm {
  padding: calc(0.375rem - 3px) 12px; }

.bx--leadspace--g100 .bx--btn--ghost.bx--btn--field,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--field {
  padding: calc(0.675rem - 3px) 12px; }

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  outline: 1px solid #ffffff; }

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--g90 .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--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
  .bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::before,
  .bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
  .bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
  .bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger::after,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text, .bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus + .bx--assistive-text,
.bx--leadspace--g90 .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--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--g90 .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--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger.bx--tooltip--hidden.bx--tooltip--a11y::before {
  opacity: 0;
  -webkit-animation: none;
  animation: none; }

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:focus svg {
  fill: #f4f4f4; }

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover svg {
  fill: #f4f4f4; }

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--tooltip__trigger:focus {
  border-color: #ffffff; }

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

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

.bx--leadspace--g100 .bx--btn--icon-only--top:focus,
.bx--leadspace--g90 .bx--btn--icon-only--top:focus {
  outline: 1px solid #ffffff; }

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

.bx--leadspace--g100 .bx--btn--icon-only--top:focus svg,
.bx--leadspace--g90 .bx--btn--icon-only--top:focus svg {
  outline: 1px solid #ffffff; }

.bx--leadspace--g100 .bx--btn--icon-only--top::before, .bx--leadspace--g100 .bx--btn--icon-only--top::after,
.bx--leadspace--g100 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top::before,
.bx--leadspace--g90 .bx--btn--icon-only--top::after,
.bx--leadspace--g90 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--g90 .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--leadspace--g100 .bx--btn--icon-only--top::before, .bx--leadspace--g100 .bx--btn--icon-only--top::after,
  .bx--leadspace--g100 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--g100 .bx--btn--icon-only--top + .bx--assistive-text,
  .bx--leadspace--g90 .bx--btn--icon-only--top::before,
  .bx--leadspace--g90 .bx--btn--icon-only--top::after,
  .bx--leadspace--g90 .bx--btn--icon-only--top .bx--assistive-text,
  .bx--leadspace--g90 .bx--btn--icon-only--top + .bx--assistive-text {
    display: inline-block; } }

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

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

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

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

.bx--leadspace--g100 .bx--btn--icon-only--top::after,
.bx--leadspace--g100 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top::after,
.bx--leadspace--g90 .bx--btn--icon-only--top .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top + .bx--assistive-text {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  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: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px; }

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

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

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

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

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

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

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

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

.bx--leadspace--g100 .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text, .bx--leadspace--g100 .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before, .bx--leadspace--g100 .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top:hover + .bx--assistive-text, .bx--leadspace--g100 .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before, .bx--leadspace--g100 .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top:focus + .bx--assistive-text, .bx--leadspace--g100 .bx--btn--icon-only--top:focus.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn--icon-only--top.bx--tooltip--visible .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top.bx--tooltip--visible + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top.bx--tooltip--visible.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn--icon-only--top:hover .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top:hover + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top:hover.bx--tooltip--a11y::before,
.bx--leadspace--g90 .bx--btn--icon-only--top:focus .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top:focus + .bx--assistive-text,
.bx--leadspace--g90 .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--leadspace--g100 .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--g100 .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top.bx--tooltip--hidden .bx--assistive-text,
.bx--leadspace--g90 .bx--btn--icon-only--top.bx--tooltip--hidden + .bx--assistive-text {
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

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

.bx--leadspace--g100 .bx--btn--icon-only--top::before,
.bx--leadspace--g90 .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%); }

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

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

.bx--leadspace--g100 .bx--btn--icon-only--bottom::before,
.bx--leadspace--g90 .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%); }

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

.bx--leadspace--g100 .bx--btn--icon-only,
.bx--leadspace--g90 .bx--btn--icon-only {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.bx--leadspace--g100 .bx--btn--icon-only .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--icon-only .bx--btn__icon {
  position: static; }

.bx--leadspace--g100 .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--icon-only.bx--btn--ghost .bx--btn__icon {
  margin: 0; }

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

.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost
.bx--btn__icon,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost:hover
.bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace--g100 .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace--g100 .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--icon-only
.bx--btn__icon
path,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--icon-only .bx--btn__icon {
  fill: #f4f4f4; }

.bx--leadspace--g100 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
.bx--leadspace--g100 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
.bx--leadspace--g100 .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon
path,
.bx--leadspace--g90 .bx--btn--ghost.bx--btn--icon-only[disabled]
.bx--btn__icon,
.bx--leadspace--g90 .bx--btn.bx--btn--icon-only.bx--btn--ghost[disabled]:hover
.bx--btn__icon {
  fill: #525252; }

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

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

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

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

.bx--leadspace--g100 .bx--btn--danger:hover,
.bx--leadspace--g90 .bx--btn--danger:hover {
  background-color: #b81921; }

.bx--leadspace--g100 .bx--btn--danger:focus,
.bx--leadspace--g90 .bx--btn--danger:focus {
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 2px #393939; }

.bx--leadspace--g100 .bx--btn--danger:disabled:hover, .bx--leadspace--g100 .bx--btn--danger:disabled:focus, .bx--leadspace--g100 .bx--btn--danger:hover.bx--btn--disabled, .bx--leadspace--g100 .bx--btn--danger:focus.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--danger:disabled:hover,
.bx--leadspace--g90 .bx--btn--danger:disabled:focus,
.bx--leadspace--g90 .bx--btn--danger:hover.bx--btn--disabled,
.bx--leadspace--g90 .bx--btn--danger:focus.bx--btn--disabled {
  color: #6f6f6f;
  text-decoration: none;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none; }

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

.bx--leadspace--g100 .bx--btn--danger .bx--btn__icon,
.bx--leadspace--g100 .bx--btn--danger .bx--btn__icon path,
.bx--leadspace--g90 .bx--btn--danger .bx--btn__icon,
.bx--leadspace--g90 .bx--btn--danger .bx--btn__icon path {
  fill: currentColor; }

.bx--leadspace--g100 .bx--btn--danger:hover,
.bx--leadspace--g90 .bx--btn--danger:hover {
  color: #ffffff; }

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

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

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

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

.bx--leadspace--g100 .bx--btn.bx--skeleton::before,
.bx--leadspace--g90 .bx--btn.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #393939;
  -webkit-animation: 3000ms ease-in-out skeleton infinite;
  animation: 3000ms ease-in-out skeleton infinite;
  content: ''; }

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

.bx--leadspace--g100 .bx--buttongroup,
.bx--leadspace--g90 .bx--buttongroup {
  display: flex;
  flex-direction: column; }

@media (min-width: 66rem) {
  .bx--leadspace--g100 .bx--buttongroup,
  .bx--leadspace--g90 .bx--buttongroup {
    flex-direction: row; } }

.bx--leadspace--g100 .bx--buttongroup .bx--btn,
.bx--leadspace--g90 .bx--buttongroup .bx--btn {
  font-size: 1rem;
  position: relative;
  width: auto;
  height: 100%;
  word-break: break-word;
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9), width 0s, height 0s; }

.bx--leadspace--g100 .bx--buttongroup .bx--btn__icon,
.bx--leadspace--g90 .bx--buttongroup .bx--btn__icon {
  width: auto;
  height: auto; }

.bx--leadspace--g100 .bx--buttongroup .bx--btn--multiline,
.bx--leadspace--g90 .bx--buttongroup .bx--btn--multiline {
  align-items: start; }

.bx--leadspace--g100 .bx--buttongroup-item,
.bx--leadspace--g90 .bx--buttongroup-item {
  margin-top: 1rem;
  max-width: 20rem;
  min-width: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--g100 .bx--buttongroup-item,
  .bx--leadspace--g90 .bx--buttongroup-item {
    padding-right: 1rem; } }

.bx--leadspace--g100 .bx--buttongroup-item--pseudo,
.bx--leadspace--g90 .bx--buttongroup-item--pseudo {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.bx--leadspace--g100 .bx--buttongroup-item--pseudo .bx--btn,
.bx--leadspace--g90 .bx--buttongroup-item--pseudo .bx--btn {
  width: auto; }

.bx--leadspace--g100 .bx--leadspace--centered__overlay,
.bx--leadspace--g90 .bx--leadspace--centered__overlay {
  background-color: #161616; }

.bx--leadspace--g100 .bx--leadspace__title,
.bx--leadspace--g100 .bx--leadspace__desc,
.bx--leadspace--g100 .bx--leadspace--centered__title,
.bx--leadspace--g100 .bx--leadspace--centered__desc,
.bx--leadspace--g90 .bx--leadspace__title,
.bx--leadspace--g90 .bx--leadspace__desc,
.bx--leadspace--g90 .bx--leadspace--centered__title,
.bx--leadspace--g90 .bx--leadspace--centered__desc {
  color: #f4f4f4; }

.bx--leadspace--g100 .bx--leadspace--centered__desc,
.bx--leadspace--g90 .bx--leadspace--centered__desc {
  width: 100%; }

.bx--leadspace--g100 .bx--buttongroup,
.bx--leadspace--g90 .bx--buttongroup {
  padding-left: 0; }

@media (min-width: 42rem) {
  .bx--leadspace--g100 .bx--leadspace--centered__overlay,
  .bx--leadspace--g90 .bx--leadspace--centered__overlay {
    background-color: transparent; } }

.bx--leadspace--g100 .bx--leadspace--gradient,
.bx--leadspace--g90 .bx--leadspace--gradient {
  background-color: rgba(22, 22, 22, 0.75); }

@media (min-width: 42rem) and (min-width: 42rem) {
  .bx--leadspace--g100 .bx--leadspace--gradient,
  .bx--leadspace--g90 .bx--leadspace--gradient {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(22, 22, 22, 0.95), transparent 75%); } }

@media (min-width: 42rem) {
  .bx--leadspace--g100 .bx--leadspace--centered__gradient,
  .bx--leadspace--g90 .bx--leadspace--centered__gradient {
    background: linear-gradient(to bottom, #161616, rgba(22, 22, 22, 0.8), rgba(22, 22, 22, 0.6), transparent 80%); } }

.bx--leadspace--productive .bx--leadspace__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0;
  font-size: calc(2rem + 0.25 * ((100vw - 20rem) / 22)); }

@media (min-width: 42rem) {
  .bx--leadspace--productive .bx--leadspace__title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 122%;
    letter-spacing: 0;
    font-size: calc(2.25rem + 0.375 * ((100vw - 42rem) / 24)); } }

@media (min-width: 66rem) {
  .bx--leadspace--productive .bx--leadspace__title {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: 0;
    font-size: calc(2.625rem + 0.375 * ((100vw - 66rem) / 16)); } }

@media (min-width: 82rem) {
  .bx--leadspace--productive .bx--leadspace__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 117%;
    letter-spacing: 0;
    font-size: calc(3rem + 0.75 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--leadspace--productive .bx--leadspace__title {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.375rem;
    letter-spacing: 0;
    font-size: 3.75rem; } }

@media (min-width: 42rem) {
  .bx--leadspace {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 59.52381%;
    height: 0; }
  .bx--leadspace__container {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
  .bx--leadspace__overlay {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    top: 0;
    height: 100%; }
  .bx--leadspace .bx--image {
    height: auto; }
  .bx--leadspace .bx--leadspace__title {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    flex-shrink: 1; }
  .bx--leadspace .bx--leadspace__desc {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 66rem) {
  .bx--leadspace {
    padding-top: 45.45455%; }
  .bx--leadspace .bx--leadspace__title {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--leadspace .bx--leadspace__desc {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    flex: 0 0 25%;
    max-width: 25%; }
  .bx--row--condensed .bx--leadspace .bx--leadspace__desc,
  .bx--grid--condensed .bx--leadspace .bx--leadspace__desc {
    padding-right: 0.03125rem;
    padding-left: 0.03125rem; }
  .bx--row--narrow .bx--leadspace .bx--leadspace__desc,
  .bx--grid--narrow .bx--leadspace .bx--leadspace__desc {
    padding-right: 1rem;
    padding-left: 0; }
  .bx--leadspace--productive .bx--leadspace__title {
    display: block;
    flex: 0 0 43.75%;
    max-width: 43.75%; } }

@media (min-width: 82rem) {
  .bx--leadspace {
    padding-top: 42.68293%; } }

@media (min-width: 99rem) {
  .bx--leadspace {
    padding-top: 40.40404%; } }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--cta-section__cta {
  padding-bottom: 4rem; }

@media (min-width: 42rem) {
  .bx--cta-section__cta {
    padding-bottom: 6rem; } }

@media (min-width: 66rem) {
  .bx--cta-section__cta {
    padding-bottom: 10rem; } }

@media (min-width: 42rem) {
  .bx--cta-section__cta .bx--buttongroup {
    flex-direction: row; } }

@media (min-width: 42rem) {
  .bx--cta-section__cta .bx--buttongroup-item {
    padding-right: 2rem; } }

.bx--cta-section .bx--content-block {
  padding-top: 2rem;
  padding-bottom: 0; }

.bx--cta-section .bx--content-block__heading, .bx--cta-section .bx--content-block__copy {
  width: 90%;
  max-width: 640px;
  width: 100%; }

.bx--cta-section .bx--content-block__heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  font-size: calc(2rem + 0.25 * ((100vw - 20rem) / 22)); }

@media (min-width: 42rem) {
  .bx--cta-section .bx--content-block__heading {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 122%;
    letter-spacing: 0;
    font-size: calc(2.25rem + 0.375 * ((100vw - 42rem) / 24)); } }

@media (min-width: 66rem) {
  .bx--cta-section .bx--content-block__heading {
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 119%;
    letter-spacing: 0;
    font-size: calc(2.625rem + 0.375 * ((100vw - 66rem) / 16)); } }

@media (min-width: 82rem) {
  .bx--cta-section .bx--content-block__heading {
    font-size: 3rem;
    font-weight: 300;
    line-height: 117%;
    letter-spacing: 0;
    font-size: calc(3rem + 0.75 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--cta-section .bx--content-block__heading {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 4.375rem;
    letter-spacing: 0;
    font-size: 3.75rem; } }

.bx--cta-section .bx--content-block__copy p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62)); }

@media (min-width: 82rem) {
  .bx--cta-section .bx--content-block__copy p {
    font-size: 1.25rem;
    line-height: 125%;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--cta-section .bx--content-block__copy p {
    font-size: 1.5rem;
    font-size: 1.5rem; } }

.bx--cta-section .bx--content-block__cta-col {
  margin-top: 0; }

@media (min-width: 66rem) {
  .bx--cta-section .bx--content-block {
    padding-top: 4rem; } }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper {
  border-top: 1px solid #393939;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.bx--row--condensed .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item,
.bx--grid--condensed .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item {
  padding-right: 0.03125rem;
  padding-left: 0.03125rem; }

.bx--row--narrow .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item,
.bx--grid--narrow .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item {
  padding-right: 1rem;
  padding-left: 0; }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item__heading {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0; }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item__copy {
  width: 100%; }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item__copy p {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0; }

@media (min-width: 42rem) {
  .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; }
  .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item__heading {
    width: 90%; }
  .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item__copy {
    width: 90%; } }

.bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item:last-of-type {
  margin-top: 1rem; }

@media (min-width: 42rem) {
  .bx--cta-section .bx--helper-wrapper .bx--content-item-wrapper .bx--content-item:last-of-type {
    margin-top: 2rem; } }

.bx--cta-section.bx--cta-section__has-items {
  padding-bottom: 3rem; }

@media (min-width: 66rem) {
  .bx--cta-section.bx--cta-section__has-items {
    padding-bottom: 5rem; } }

.bx--cta-section.bx--cta-section__has-items .bx--cta-section__cta {
  padding-bottom: 2rem; }

@media (min-width: 42rem) {
  .bx--cta-section.bx--cta-section__has-items .bx--cta-section__cta {
    padding-bottom: 4rem; } }

@media (min-width: 66rem) {
  .bx--cta-section.bx--cta-section__has-items .bx--cta-section__cta {
    padding-bottom: 6rem; } }

.bx--cta-section.bx--cta-section__has-items .bx--content-block {
  padding-bottom: 0; }

@media (min-width: 66rem) {
  .bx--cta-section {
    padding-bottom: 4rem; } }

.bx--cta-section--g10 {
  color: #161616;
  background: #f4f4f4; }

.bx--cta-section--g10 .bx--content-item__heading {
  color: #161616; }

.bx--cta-section--g10 .bx--content-item__copy p {
  color: #161616; }

.bx--cta-section--g10 .bx--content-item__cta {
  color: #0f62fe; }

.bx--cta-section--g90 {
  color: #f4f4f4;
  background: #262626; }

.bx--cta-section--g90 .bx--content-item__heading {
  color: #f4f4f4; }

.bx--cta-section--g90 .bx--content-item__copy p {
  color: #f4f4f4; }

.bx--cta-section--g90 .bx--content-item__cta {
  color: #78a9ff; }

.bx--cta-section--g100 {
  color: #f4f4f4;
  background: #161616; }

.bx--cta-section--g100 .bx--content-item__heading {
  color: #f4f4f4; }

.bx--cta-section--g100 .bx--content-item__copy p {
  color: #f4f4f4; }

.bx--cta-section--g100 .bx--content-item__cta {
  color: #78a9ff; }

/**
 * Copyright IBM Corp. 2016, 2020
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
/**
 * Copyright IBM Corp. 2016, 2020
 *
 * 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--content-item-horizontal__item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  border-top: 1px solid #393939;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__item--eyebrow, .bx--content-item-horizontal__item--heading, .bx--content-item-horizontal__item--copy {
    max-width: 90%; } }

.bx--content-item-horizontal__item--eyebrow {
  color: #8d8d8d;
  padding-bottom: 0.5rem;
  --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: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px; }

.bx--content-item-horizontal__item--heading {
  color: #f4f4f4;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  font-size: calc(1.25rem + 0 * ((100vw - 20rem) / 62));
  margin-bottom: 2rem; }

@media (min-width: 82rem) {
  .bx--content-item-horizontal__item--heading {
    font-size: 1.25rem;
    line-height: 125%;
    font-size: calc(1.25rem + 0.25 * ((100vw - 82rem) / 17)); } }

@media (min-width: 99rem) {
  .bx--content-item-horizontal__item--heading {
    font-size: 1.5rem;
    font-size: 1.5rem; } }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__item--heading {
    margin-bottom: 3rem; } }

@media (min-width: 66rem) {
  .bx--content-item-horizontal__item--heading {
    margin-bottom: 3rem; } }

.bx--content-item-horizontal__item--copy {
  margin-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__item--copy {
    margin-bottom: 4rem; } }

@media (min-width: 66rem) {
  .bx--content-item-horizontal__item--copy {
    margin-bottom: 4rem; } }

.bx--content-item-horizontal__item--copy p {
  color: #f4f4f4; }

.bx--content-item-horizontal__item--cta {
  margin-top: auto; }

.bx--content-item-horizontal__item--cta .bx--link-list {
  padding: 0; }

.bx--content-item-horizontal__item--cta .bx--link-list:first-of-type {
  padding: 0; }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__item--cta .bx--link-list li {
    padding-bottom: 1rem; } }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__item {
    min-height: 20rem;
    padding-top: 2rem;
    padding-bottom: 3rem; } }

@media (min-width: 66rem) {
  .bx--content-item-horizontal__item {
    min-height: 18.5rem;
    padding-top: 2rem;
    padding-bottom: 4rem; } }

.bx--content-item-horizontal__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  min-height: 160px; }

.bx--content-item-horizontal__col {
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

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

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

.bx--content-item-horizontal__col:first-of-type {
  display: block;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__col:first-of-type {
    display: block;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 66rem) {
  .bx--content-item-horizontal__col:first-of-type {
    display: block;
    flex: 0 0 40%;
    max-width: 40%; } }

.bx--content-item-horizontal__col:last-of-type {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex; }

@media (min-width: 42rem) {
  .bx--content-item-horizontal__col:last-of-type {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex; } }

@media (min-width: 66rem) {
  .bx--content-item-horizontal__col:last-of-type {
    display: block;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex; } }

.bx--content-group-horizontal .bx--content-item-horizontal__item:last-child {
  padding-bottom: 4rem; }

@media (min-width: 99rem) {
  .bx--content-group-horizontal .bx--content-item-horizontal__item:last-child {
    padding-bottom: 10rem; } }

@media (min-width: 66rem) {
  .bx--content-group-horizontal .bx--content-item-horizontal__item:last-child {
    padding-bottom: 10rem; } }

@media (min-width: 42rem) {
  .bx--content-group-horizontal .bx--content-item-horizontal__item:last-child {
    padding-bottom: 6rem; } }

html, body {
  background-color: #161616;
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth; }

body {
  position: relative; }

.bx--content-section {
  padding-bottom: 0; }

.bx--content-block {
  padding-bottom: 0; }

.bx--leadspace .bx--leadspace__title {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 119%;
  letter-spacing: 0; }

.bx--content-section__heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0; }

#eventlist a {
  flex: 1; }

#eventlist .bx--card-group__cards__col:nth-child(3n) > a {
  margin-right: 0; }

#eventlist .bx--card__heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem; }

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

.bx--search--xl {
  margin-right: 3rem; }

#topicSelect, #virtualSelect {
  margin-bottom: 0.75rem; }

.bx--pagination {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

label.bx--pagination__text {
  margin-left: 1rem;
  color: #c6c6c6; }

.spacing-4 {
  margin-bottom: 0.75rem; }

#contentItem .bx--content-item .bx--content-item__copy p:first-child {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0; }

.custom--message {
  align-items: center; }

.custom--message p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0; }

.custom--padding-search {
  margin-bottom: 2.75rem; }

.custom--eventlist-cards-margin-y {
  display: flex;
  margin-top: 0.75rem; }

.custom--card-size {
  min-height: 24em !important; }

.custom--position-relative {
  position: relative; }

.custom--btn-search {
  position: absolute !important;
  right: 0; }

.custom--intro-cta-header {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #f4f4f4; }

.custom--intro-cta-header:nth-child(1) {
  padding-top: 4.5rem; }

.custom--pre_footer-header {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #f4f4f4;
  padding-top: 4rem; }

.custom--intro-cta-p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  color: #f4f4f4; }

.custom--card-heading {
  margin-bottom: 0 !important;
  min-height: 5rem; }

.custom--card-copy {
  margin-bottom: 0 !important;
  min-height: 8rem; }

@media (min-width: 82rem) {
  .bx--leadspace {
    padding-top: 33.68293%; } }

@media (min-width: 42rem) {
  .bx--leadspace .bx--image {
    height: 100% !important; } }

@media (max-width: 66rem) {
  .custom--gutter {
    padding: 0 1rem; }
  #speaker .bx--feature-card {
    padding-top: unset; }
  #speaker .bx--feature-card .bx--card {
    position: relative; } }

@media (min-width: 66rem) {
  .custom--eventlist-cards-margin-x {
    margin-right: 0.75rem; }
  .bx--cta-section__cta {
    padding-bottom: 0; }
  #contentItem .bx--content-item {
    margin-top: 0; } }

