html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0; }

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

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

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

body {
  line-height: 1; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

button {
  margin: 0; }

html {
  font-size: 100%; }

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

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

strong {
  font-weight: 600; }

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

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

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

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

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

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

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

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

a {
  color: #0062ff; }

em {
  font-style: italic; }

@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--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.29;
  letter-spacing: 0.16px;
  color: #161616;
  line-height: 1;
  background-color: #ffffff; }
  .bx--body *,
  .bx--body *::before,
  .bx--body *::after {
    box-sizing: inherit; }

.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.29;
    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: #161616;
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  cursor: pointer;
  transition: all 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box *,
  .bx--list-box *::before,
  .bx--list-box *::after {
    box-sizing: inherit; }
  .bx--list-box:hover {
    background-color: #e5e5e5; }

.bx--list-box--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--list-box--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--list-box--expanded {
  border-bottom-color: #e0e0e0; }

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

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

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

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

.bx--list-box__invalid-icon--warning {
  fill: #f1c21b; }

.bx--list-box__invalid-icon--warning path[data-icon-path='inner-path'] {
  opacity: 1;
  fill: #000000; }

.bx--list-box[data-invalid] .bx--list-box__field,
.bx--list-box.bx--list-box--warning .bx--list-box__field {
  padding-right: 4rem;
  border-bottom: 0; }

.bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 3.5rem; }

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

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

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

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

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

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

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__field:focus {
  border-bottom-color: transparent;
  outline: none; }

.bx--list-box--disabled .bx--list-box__label,
.bx--list-box--disabled.bx--list-box--inline .bx--list-box__label {
  color: #c6c6c6; }

.bx--list-box--disabled .bx--list-box__menu-icon > svg {
  fill: #c6c6c6; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--list-box--disabled .bx--list-box__menu-icon > svg {
      fill: GrayText; } }

.bx--list-box--disabled,
.bx--list-box--disabled .bx--list-box__field,
.bx--list-box--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--list-box--disabled .bx--list-box__menu-item,
.bx--list-box--disabled .bx--list-box__menu-item:hover,
.bx--list-box--disabled .bx--list-box__menu-item--highlighted {
  color: #c6c6c6;
  text-decoration: none; }

.bx--list-box--disabled .bx--list-box__selection:hover {
  cursor: not-allowed; }

.bx--list-box--disabled.bx--list-box[data-invalid] .bx--list-box__field {
  padding-right: 3rem; }

.bx--list-box--disabled.bx--list-box[data-invalid].bx--list-box--inline .bx--list-box__field {
  padding-right: 2rem; }

.bx--list-box.bx--list-box--inline {
  background-color: transparent;
  border-width: 0; }
  .bx--list-box.bx--list-box--inline:hover {
    background-color: #e5e5e5; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded {
  border-bottom-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--expanded .bx--list-box__field[aria-expanded='true'] {
  border-width: 0; }

.bx--list-box.bx--list-box--inline.bx--list-box--disabled:hover {
  background-color: transparent; }

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

.bx--list-box.bx--list-box--inline .bx--list-box__field {
  padding: 0 2rem 0 0.5rem; }

.bx--list-box.bx--list-box--inline .bx--list-box__menu-icon {
  right: 0.5rem; }

.bx--list-box.bx--list-box--inline .bx--list-box__invalid-icon {
  right: 2rem; }

.bx--list-box--inline .bx--list-box__label {
  color: #161616; }

.bx--list-box--inline .bx--list-box__field {
  height: 100%; }

.bx--dropdown--inline .bx--list-box__field {
  max-width: 30rem; }

.bx--dropdown--inline .bx--list-box__menu {
  min-width: 18rem;
  max-width: 30rem; }

.bx--list-box__field {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  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 #0f62fe;
  outline-offset: -2px; }

.bx--list-box__field[disabled] {
  color: #c6c6c6;
  outline: none; }

.bx--list-box__field .bx--text-input {
  padding-right: 4.5rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input,
.bx--list-box--warning .bx--list-box__field .bx--text-input {
  padding-right: 6.125rem; }

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

.bx--list-box__field .bx--text-input--empty {
  padding-right: 3rem; }

.bx--list-box[data-invalid] .bx--list-box__field .bx--text-input--empty,
.bx--list-box--warning .bx--list-box__field .bx--text-input--empty {
  padding-right: 4.5rem; }

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

.bx--list-box__label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  overflow: hidden;
  color: #161616;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none; }

.bx--list-box__menu-icon {
  position: absolute;
  top: 0;
  right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: transform 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }

.bx--list-box__menu-icon > svg {
  height: 100%;
  fill: #161616; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--list-box__menu-icon > svg {
      fill: ButtonText; } }

.bx--list-box__menu-icon--open {
  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;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  user-select: none; }
  .bx--list-box__selection:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--list-box__selection > svg {
  fill: #525252; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--list-box__selection > svg {
      fill: ButtonText; } }

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

.bx--list-box__selection--multi {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.34;
  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: #ffffff;
  line-height: 0;
  background-color: #393939;
  border-radius: 0.75rem;
  transform: none; }

.bx--list-box__selection--multi > svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.125rem;
  fill: #ffffff; }
  .bx--list-box__selection--multi > svg:hover {
    background-color: #4c4c4c;
    border-radius: 50%; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--list-box__selection--multi > svg {
      fill: ButtonText; } }

.bx--list-box--disabled .bx--list-box__selection--multi > svg {
  fill: #c6c6c6; }
  .bx--list-box--disabled .bx--list-box__selection--multi > svg:hover {
    background-color: initial; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--list-box--disabled .bx--list-box__selection--multi > svg {
      fill: GrayText; } }

.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: #f4f4f4;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box__menu:focus {
    outline: 1px solid #0f62fe; }

.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.29;
  letter-spacing: 0.16px;
  position: relative;
  height: 2.5rem;
  color: #525252;
  cursor: pointer;
  transition: background 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  user-select: none; }
  .bx--list-box__menu-item:hover {
    background-color: #e5e5e5; }
  .bx--list-box__menu-item:active {
    background-color: #e0e0e0; }

.bx--list-box--sm .bx--list-box__menu-item {
  height: 2rem; }

.bx--list-box--xl .bx--list-box__menu-item {
  height: 3rem; }

.bx--list-box--disabled .bx--list-box__menu-item:hover {
  background-color: transparent; }

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

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

.bx--list-box__menu-item:first-of-type .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item:hover .bx--list-box__menu-item__option {
  color: #161616; }

.bx--list-box__menu-item:hover + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

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

.bx--list-box__menu-item__option {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.6875rem 0;
  padding-right: 1.5rem;
  overflow: hidden;
  color: #525252;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-top: 1px solid transparent;
  border-top-color: #e0e0e0;
  border-bottom: 1px solid transparent;
  transition: border-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--list-box__menu-item__option:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
    margin: 0;
    padding: 0.6875rem 1rem;
    border-color: transparent; }
  .bx--list-box__menu-item__option:hover {
    color: #161616;
    border-color: transparent; }

.bx--list-box--sm .bx--list-box__menu-item__option {
  height: 2rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--list-box--xl .bx--list-box__menu-item__option {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.bx--list-box--disabled .bx--list-box__menu-item:hover .bx--list-box__menu-item__option,
.bx--list-box--disabled .bx--list-box__menu-item__option {
  color: #c6c6c6; }

.bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option {
  margin: 0 0.5rem; }
  .bx--list-box.bx--list-box--inline .bx--list-box__menu-item__option:focus {
    margin: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.bx--list-box__menu-item--highlighted {
  color: #161616;
  background-color: #e5e5e5;
  border-color: transparent; }

.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option,
.bx--list-box__menu-item--highlighted + .bx--list-box__menu-item .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item--highlighted .bx--list-box__menu-item__option {
  color: #161616; }

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

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

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

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

.bx--list-box__menu-item--active + .bx--list-box__menu-item > .bx--list-box__menu-item__option {
  border-top-color: transparent; }

.bx--list-box__menu-item__selected-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: none;
  transform: translateY(-50%);
  fill: #161616; }

.bx--list-box--inline .bx--list-box__menu-item__selected-icon {
  right: 0.5rem; }

.bx--list-box__menu-item--active .bx--list-box__menu-item__selected-icon {
  display: block; }

.bx--list-box__menu-item .bx--checkbox-label {
  width: 100%; }

.bx--list-box__menu-item .bx--checkbox-label-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--list-box--up .bx--list-box__menu {
  bottom: 2.5rem; }

.bx--list-box--up.bx--dropdown--sm .bx--list-box__menu,
.bx--list-box--up.bx--list-box--sm .bx--list-box__menu {
  bottom: 2rem; }

.bx--list-box--up.bx--dropdown--xl .bx--list-box__menu,
.bx--list-box--up.bx--list-box--xl .bx--list-box__menu {
  bottom: 3rem; }

.bx--list-box input[role='combobox'],
.bx--list-box input[type='text'] {
  min-width: 0;
  background-color: inherit; }

.bx--dropdown__wrapper--inline {
  display: inline-grid;
  grid-gap: 0.25rem;
  grid-template: auto auto / auto min-content;
  align-items: center; }
  .bx--dropdown__wrapper--inline .bx--label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.16px; }
  .bx--dropdown__wrapper--inline .bx--label,
  .bx--dropdown__wrapper--inline .bx--form__helper-text,
  .bx--dropdown__wrapper--inline .bx--form-requirement {
    margin: 0; }
  .bx--dropdown__wrapper--inline .bx--form-requirement {
    grid-column: 2; }

.bx--dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  color: #161616;
  list-style: none;
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  outline: 2px solid transparent;
  cursor: pointer;
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--dropdown *,
  .bx--dropdown *::before,
  .bx--dropdown *::after {
    box-sizing: inherit; }
  .bx--dropdown:hover {
    background-color: #e5e5e5; }

.bx--dropdown .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;
  appearance: none;
  width: 100%;
  padding: 0 3rem 0 1rem;
  text-align: left; }
  .bx--dropdown .bx--list-box__field *,
  .bx--dropdown .bx--list-box__field *::before,
  .bx--dropdown .bx--list-box__field *::after {
    box-sizing: inherit; }
  .bx--dropdown .bx--list-box__field::-moz-focus-inner {
    border: 0; }
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
    .bx--dropdown .bx--list-box__field {
      border: 1px solid transparent; } }

.bx--dropdown--xl {
  height: 3rem;
  max-height: 3rem; }

.bx--dropdown--xl .bx--dropdown__arrow {
  top: 1rem; }

.bx--dropdown--sm {
  height: 2rem;
  max-height: 2rem; }

.bx--dropdown--sm .bx--dropdown__arrow {
  top: 0.5rem; }

.bx--dropdown--open {
  border-bottom-color: #e0e0e0; }

.bx--dropdown--invalid {
  outline: 2px solid #da1e28;
  outline-offset: -2px; }
  .bx--dropdown--invalid .bx--dropdown-text {
    padding-right: 3.5rem; }
  .bx--dropdown--invalid + .bx--form-requirement {
    display: inline-block;
    max-height: 12.5rem;
    color: #da1e28; }

.bx--dropdown__invalid-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  fill: #da1e28; }

.bx--dropdown--open:hover {
  background-color: #f4f4f4; }

.bx--dropdown--open:focus {
  outline: 1px solid transparent; }

.bx--dropdown--open .bx--dropdown-list {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-height: 13.75rem;
  transition: max-height 110ms cubic-bezier(0, 0, 0.38, 0.9); }

.bx--dropdown--light {
  background-color: #ffffff; }

.bx--dropdown--up .bx--dropdown-list {
  bottom: 2rem; }

.bx--dropdown__arrow {
  position: absolute;
  top: 0.8125rem;
  right: 1rem;
  transform-origin: 50% 45%;
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
  pointer-events: none;
  fill: #161616; }

button.bx--dropdown-text {
  width: 100%;
  color: #161616;
  text-align: left;
  background: none;
  border: none; }
  button.bx--dropdown-text:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px; }

.bx--dropdown-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  display: block;
  height: calc(100% + 1px);
  padding-right: 2.625rem;
  padding-left: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bx--dropdown-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.16px;
  position: absolute;
  z-index: 6000;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  background-color: #f4f4f4;
  transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--dropdown-list *,
  .bx--dropdown-list *::before,
  .bx--dropdown-list *::after {
    box-sizing: inherit; }

.bx--dropdown--light .bx--dropdown-list {
  background-color: #ffffff; }

.bx--dropdown:not(.bx--dropdown--open) .bx--dropdown-item {
  visibility: hidden; }

.bx--dropdown-item {
  position: relative;
  visibility: inherit;
  opacity: 0;
  transition: visibility 70ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 70ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9); }
  .bx--dropdown-item:hover {
    background-color: #e5e5e5; }
    .bx--dropdown-item:hover + .bx--dropdown-item .bx--dropdown-link {
      border-color: transparent; }
  .bx--dropdown-item:active {
    background-color: #e0e0e0; }
  .bx--dropdown-item:first-of-type .bx--dropdown-link {
    border-top-color: transparent; }

.bx--dropdown-item:last-of-type .bx--dropdown-link {
  border-bottom: none; }

.bx--dropdown-link {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: block;
  height: 2.5rem;
  margin: 0 1rem;
  padding: 0.6875rem 0;
  overflow: hidden;
  color: #525252;
  font-weight: normal;
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  border-top-color: #e0e0e0; }
  .bx--dropdown-link:hover {
    color: #161616;
    border-color: transparent; }

.bx--dropdown--light .bx--dropdown-link {
  border-top-color: #e0e0e0; }

.bx--dropdown--sm .bx--dropdown-link {
  height: 2rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.bx--dropdown--xl .bx--dropdown-link {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.bx--dropdown--focused,
.bx--dropdown-link:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem; }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown-link:focus {
  margin: 0 1rem;
  padding: 0.6875rem 0;
  outline: none; }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown--focused:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  margin: 0;
  padding: 0.6875rem 1rem; }

.bx--dropdown-list[aria-activedescendant] .bx--dropdown-item:active {
  background-color: inherit; }

.bx--dropdown-item:hover .bx--dropdown-link {
  border-bottom-color: #e5e5e5; }

.bx--dropdown--selected {
  display: none; }

.bx--dropdown--open .bx--dropdown__arrow {
  transform: rotate(-180deg); }

.bx--dropdown--open.bx--dropdown--xl .bx--dropdown-list {
  max-height: 16.5rem; }

.bx--dropdown--open.bx--dropdown--sm .bx--dropdown-list {
  max-height: 11rem; }

.bx--dropdown--open .bx--dropdown-item {
  opacity: 1; }

.bx--dropdown--disabled {
  border-bottom-color: transparent; }
  .bx--dropdown--disabled:hover {
    background-color: #f4f4f4; }
  .bx--dropdown--disabled:focus {
    outline: none; }
  .bx--dropdown--disabled .bx--dropdown-text,
  .bx--dropdown--disabled .bx--list-box__label {
    color: #c6c6c6; }
  .bx--dropdown--disabled .bx--dropdown__arrow,
  .bx--dropdown--disabled .bx--list-box__menu-icon svg {
    fill: #c6c6c6; }
  .bx--dropdown--disabled.bx--dropdown--light:hover {
    background-color: #ffffff; }

.bx--dropdown--disabled .bx--list-box__field,
.bx--dropdown--disabled .bx--list-box__menu-icon {
  cursor: not-allowed; }

.bx--dropdown--auto-width {
  width: auto;
  max-width: 25rem; }

.bx--dropdown--inline {
  display: inline-block;
  justify-self: start;
  width: auto;
  background-color: transparent;
  border-bottom-color: transparent;
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9); }
  .bx--dropdown--inline:hover {
    background-color: #e5e5e5; }
  .bx--dropdown--inline.bx--dropdown--disabled {
    background-color: transparent; }
  .bx--dropdown--inline .bx--dropdown__arrow {
    top: 0.5rem;
    right: 0.5rem; }

.bx--dropdown--inline.bx--dropdown--open {
  background-color: transparent; }

.bx--dropdown--inline .bx--dropdown-text {
  display: inline-block;
  height: 2rem;
  padding: 0.4375rem 2rem 0.4375rem 0.75rem;
  overflow: visible;
  color: #161616; }

.bx--dropdown--inline.bx--dropdown--disabled .bx--dropdown-text {
  color: #c6c6c6; }

.bx--dropdown--inline.bx--dropdown--disabled:focus .bx--dropdown-text {
  outline: 0; }

.bx--dropdown--inline.bx--dropdown--invalid .bx--dropdown__invalid-icon {
  right: 2rem; }

.bx--dropdown--inline.bx--dropdown--invalid .bx--dropdown-text {
  padding-right: 3.5rem; }

.bx--dropdown--inline.bx--dropdown--open:focus .bx--dropdown-list {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.bx--dropdown--inline .bx--dropdown-link {
  font-weight: normal; }

.bx--dropdown--show-selected .bx--dropdown--selected {
  display: block;
  color: #161616;
  background-color: #e5e5e5; }
  .bx--dropdown--show-selected .bx--dropdown--selected:hover {
    background-color: #e0e0e0; }
  .bx--dropdown--show-selected .bx--dropdown--selected .bx--dropdown-link {
    border-top-color: transparent; }
  .bx--dropdown--show-selected .bx--dropdown--selected + .bx--dropdown-item .bx--dropdown-link {
    border-top-color: transparent; }
  .bx--dropdown--show-selected .bx--dropdown--selected .bx--list-box__menu-item__selected-icon {
    display: block; }

.bx--dropdown-v2.bx--skeleton,
.bx--dropdown.bx--skeleton {
  position: relative;
  padding: 0;
  background: #e5e5e5;
  border: none;
  box-shadow: none;
  pointer-events: none; }
  .bx--dropdown-v2.bx--skeleton:hover, .bx--dropdown-v2.bx--skeleton:focus, .bx--dropdown-v2.bx--skeleton:active,
  .bx--dropdown.bx--skeleton:hover,
  .bx--dropdown.bx--skeleton:focus,
  .bx--dropdown.bx--skeleton:active {
    border: none;
    outline: none;
    cursor: default; }
  .bx--dropdown-v2.bx--skeleton::before,
  .bx--dropdown.bx--skeleton::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #c6c6c6;
    animation: 3000ms ease-in-out skeleton infinite;
    content: ''; }
    @media (prefers-reduced-motion: reduce) {
      .bx--dropdown-v2.bx--skeleton::before,
      .bx--dropdown.bx--skeleton::before {
        animation: none; } }

a:hover {
  text-decoration: none !important; }

.ibm-mobilemenu .ibv-mega-mobile {
  display: block; }

.ibm-mobilemenu .ibv-mega {
  display: none; }

.ibv-mega-mobile {
  display: none; }

.ibm-mobilemenu .ibm-mobilemenu-section .ibm-sitenav-menu-item-right {
  width: 345px;
  height: 47px; }

@media screen and (max-width: 1055px) {
  .ibm-mobilemenu-sitenavmenu > ul > li {
    display: initial !important; } }

@media (max-width: 671px) {
  .ibv-hide-small {
    display: none !important; } }

.ibm-sitenav-menu-list .ibm-haschildlist .column a:hover {
  color: #006FFF;
  text-decoration: underline !important;
  background-color: transparent; }

.ibm-mobilemenu .ibm-mobilemenu-section .ibm-show-hide h2 {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  letter-spacing: unset;
  padding-left: 20px;
  padding-top: 7px;
  font-weight: bold; }

#ibm-pagetitle-h1 {
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 55px; }
  @media (max-width: 1100px) {
    #ibm-pagetitle-h1 {
      font-size: 38px;
      letter-spacing: 0;
      line-height: 46px; } }
  @media (max-width: 671px) {
    #ibm-pagetitle-h1 {
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 24px;
      color: #191919;
      letter-spacing: 0;
      line-height: 28px; } }

.covid-19-future-business #ibm-pagetitle-h1 {
  max-width: 470px; }
  @media (max-width: 1100px) {
    .covid-19-future-business #ibm-pagetitle-h1 {
      max-width: 448px; } }
  @media (max-width: 454px) {
    .covid-19-future-business #ibm-pagetitle-h1 {
      max-width: 280px; } }

#ibm-subtitle-h2 {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 15px;
  max-width: 400px; }
  @media (max-width: 671px) {
    #ibm-subtitle-h2 {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 18px;
      color: #191919;
      letter-spacing: 0;
      line-height: 26px; } }

#ibm-header-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  max-width: 494px; }
  @media (max-width: 671px) {
    #ibm-header-description {
      font-size: 18px;
      line-height: 26px;
      margin-top: 0px;
      margin-bottom: 20px; } }

@media (min-width: 672px) {
  #v19-www-css-ibm-pt-6-pb-7 {
    padding-top: 48px !important;
    padding-bottom: 56px !important; } }

@media (min-width: 672px) {
  #build-cognitive-enterprise-ibm-pt-8-pb-7 {
    padding-top: 64px !important;
    padding-bottom: 56px !important; } }

@media (max-width: 671px) {
  #build-cognitive-enterprise-ibm-pt-8-pb-7 {
    padding-bottom: 34px !important; } }

@media (min-width: 672px) {
  #build-consumer-survey-ibm-pt-8-pb-7 {
    padding-top: 64px !important;
    padding-bottom: 23px !important; } }

@media (min-width: 672px) {
  #build-cognitive-enterprise-ibm-pt-8-pb-8 {
    padding-bottom: 56px !important; } }

@media (max-width: 671px) {
  #build-cognitive-enterprise-ibm-pt-8-pb-8 {
    padding-bottom: 34px !important; } }

#blogs_table_id th:last-child {
  width: 350px; }

#reports_table_id th:last-child {
  width: 350px; }

#ibm-menu-links + div {
  width: 345px;
  padding-right: 0px; }
  @media (max-width: 580px) {
    #ibm-menu-links + div {
      width: unset;
      padding-right: unset; } }

.ibv-anchor-down-link, .ibv-homepage-CategoryNav-anchor-down-link {
  text-decoration: none !important; }
  .ibv-anchor-down-link::after, .ibv-homepage-CategoryNav-anchor-down-link::after {
    content: "\F18F";
    font-family: icons-ibm-v12;
    padding-left: 11.8px;
    font-size: 1.5rem;
    top: 3px;
    text-decoration: none !important;
    transition: padding-left 86ms cubic-bezier(0.2, 0, 0.38, 0.9);
    position: absolute; }

.ibv-anchor-up-link {
  text-decoration: none !important; }
  .ibv-anchor-up-link::after {
    content: "\F190";
    font-family: icons-ibm-v12;
    padding-left: 11.8px;
    font-size: 1.5rem;
    text-decoration: none !important;
    transition: padding-left 86ms cubic-bezier(0.2, 0, 0.38, 0.9);
    position: absolute; }

.ibv-homepage-CategoryNav-anchor-down-link::after {
  position: inherit; }

.ibv-anchor-down-link-big {
  text-decoration: none !important; }
  .ibv-anchor-down-link-big::after {
    content: "\F18F";
    font-family: icons-ibm-v12;
    font-size: 22px;
    padding-left: 11px;
    top: 6px;
    text-decoration: none !important;
    transition: padding-left 86ms cubic-bezier(0.2, 0, 0.38, 0.9);
    position: absolute; }

#FeaturedInsights .featured-main-report-image:hover {
  background: #E5E5E5;
  cursor: pointer; }

#FeaturedInsights .featured-main-report-grid {
  background: #F3F3F3; }
  #FeaturedInsights .featured-main-report-grid:hover {
    background: #E5E5E5;
    cursor: pointer; }

.ibm-sitenav-menu-list > ul > li {
  height: 50px; }

.slick-slider .slick-dots-ibv {
  text-align: left;
  margin-top: 25px;
  margin-left: 58px; }
  @media (max-width: 1055px) {
    .slick-slider .slick-dots-ibv {
      margin-left: 30px; } }
  @media (max-width: 671px) {
    .slick-slider .slick-dots-ibv {
      margin-left: 15px; } }

.slick-slider .slick-dots-ibv li button {
  border-color: #d2d3d6;
  border: 1px solid  #d2d3d6;
  background: #d2d3d6;
  height: 11px;
  width: 11px; }

.slick-slider .slick-dots-ibv li.slick-active button {
  background: #9fa2a7; }

.slick-slider .slick-list {
  margin-top: 20px;
  margin-left: 58px;
  margin-right: 50px; }
  @media (max-width: 1055px) {
    .slick-slider .slick-list {
      margin-left: 30px;
      margin-right: 0; } }
  @media (max-width: 671px) {
    .slick-slider .slick-list {
      margin-top: 27px;
      margin-left: 15px;
      margin-right: 0; } }

#mlink_slider_div .slick-slider {
  margin-bottom: 6px; }

@media (max-width: 671px) {
  #FeaturedInsights {
    margin-left: 0;
    margin-right: 0; } }

#ibm-signin-minimenu-container a {
  font-size: 16px; }

.margin-bottom-md {
  margin-bottom: 12px; }

.margin-bottom-lg {
  margin-bottom: 24px; }

.margin-bottom-xl {
  margin-bottom: 32px; }

.margin-left-none {
  margin-left: 0px !important; }

.margin-right-none {
  margin-right: 0px !important; }

.csuite-more-about-mobile-arrow::after {
  content: "\F18F";
  font-family: icons-ibm-v12;
  color: #20D5D2;
  font-size: 1.5rem;
  text-decoration: none !important;
  transition: padding-left 86ms cubic-bezier(0.2, 0, 0.38, 0.9);
  position: absolute; }

.ibv-view-more-less {
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .ibv-view-more-less .ibv-button-text {
    position: relative;
    color: #006FFF;
    font-weight: 600; }
    .ibv-view-more-less .ibv-button-text:hover {
      cursor: pointer; }
    .ibv-view-more-less .ibv-button-text.arrow-up::after {
      transform: translateX(1px) rotate(180deg);
      content: '\F19C';
      display: inline-block;
      font-family: icons-ibm-v12;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      position: absolute;
      top: -0.25rem;
      text-decoration: none;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      text-transform: none; }
    .ibv-view-more-less .ibv-button-text.arrow-down::after {
      content: '\F19C';
      display: inline-block;
      font-family: icons-ibm-v12;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      position: absolute;
      top: -0.25rem;
      text-decoration: none;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      text-transform: none; }

.build-cognitive-enterprise-header-title {
  margin-top: 50px !important; }
  @media (max-width: 671px) {
    .build-cognitive-enterprise-header-title {
      margin-top: 24px !important; } }

.blog-header-title-for-leadspace {
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 55px; }
  @media (max-width: 1275px) {
    .blog-header-title-for-leadspace {
      font-size: 38px;
      letter-spacing: 0;
      line-height: 46px; } }
  @media (max-width: 1155px) {
    .blog-header-title-for-leadspace {
      font-size: 34px;
      letter-spacing: 0;
      line-height: 40px; } }
  @media (max-width: 671px) {
    .blog-header-title-for-leadspace {
      margin-top: 24px;
      margin-bottom: 24px;
      font-size: 24px;
      color: #191919;
      letter-spacing: 0;
      line-height: 28px; } }

.build-cognitive-enterprise-header-subtitle {
  margin-top: -10px !important; }
  @media (max-width: 671px) {
    .build-cognitive-enterprise-header-subtitle {
      margin-top: 0px !important; } }

.button-primary {
  font-size: 16px;
  font-weight: 100;
  background-color: #0062FF;
  color: #FFFFFF;
  border: none;
  letter-spacing: 0.1px;
  line-height: 20px;
  cursor: pointer;
  padding: 15px 18px;
  margin-right: 10px;
  white-space: nowrap; }
  .button-primary span {
    display: inline-block;
    line-height: 18px;
    margin: auto 0; }
  .button-primary > i {
    height: 15px;
    width: 18.8px;
    display: inline-block;
    align-items: center;
    margin: 15px 0 auto 20px; }
    .button-primary > i > img {
      height: 15px;
      width: 18.8px; }
  .button-primary:hover {
    background-color: #0354E9;
    color: #FFFFFF; }

.button-secondary {
  font-size: 16px;
  font-weight: 100;
  background-color: #393939;
  color: #FFFFFF;
  border: none;
  letter-spacing: 0.1px;
  line-height: 20px;
  cursor: pointer;
  padding: 15px 18px;
  margin-right: 10px;
  white-space: nowrap; }
  .button-secondary span {
    display: inline-block;
    line-height: 18px;
    margin: auto 0; }
  .button-secondary > i {
    height: 15px;
    width: 18.8px;
    display: inline-block;
    align-items: center;
    margin: 15px 0 auto 20px; }
    .button-secondary > i > img {
      height: 15px;
      width: 18.8px; }
  .button-secondary:hover {
    background-color: #000000;
    color: #FFFFFF; }

.button-group {
  position: absolute;
  bottom: 60px;
  width: 100%; }

.button-primary.btn-small, .button-secondary.btn-small {
  display: inline-block;
  letter-spacing: 0px;
  padding: 6px;
  margin-right: 0;
  font-size: 12px; }
  .button-primary.btn-small i, .button-secondary.btn-small i {
    margin: 2px 0 auto 6px; }
    .button-primary.btn-small i img, .button-secondary.btn-small i img {
      height: 12px;
      width: 14px; }

.ibm-mobilemenu-close a.ibm-close-link {
  outline: none;
  font-size: 0px; }
  .ibm-mobilemenu-close a.ibm-close-link::before {
    margin-top: -20px !important; }

.c-nav-wrapper {
  z-index: 99; }
  .c-nav-wrapper:hover .c-item-options {
    visibility: visible; }
  .c-nav-wrapper .c-item-options {
    visibility: hidden;
    position: absolute;
    top: 70px;
    background: #408BFC; }

.mobile-download-btn {
  position: fixed;
  bottom: 24px;
  left: 31px; }
  .mobile-download-btn a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-download-btn a i {
      margin: auto; }
      .mobile-download-btn a i.ibm-download-link::before {
        position: static !important; }
      .mobile-download-btn a i.ibm-email-link::before {
        position: static !important; }

.mobile-lighthouse-download-btn {
  position: fixed;
  bottom: 24px;
  left: 31px; }
  .mobile-lighthouse-download-btn a {
    width: 74px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobile-lighthouse-download-btn a i {
      margin: auto; }
      .mobile-lighthouse-download-btn a i.ibm-download-link::before {
        position: static !important; }
      .mobile-lighthouse-download-btn a i.ibm-email-link::before {
        position: static !important; }

.bold-list {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16px;
  line-height: 20px; }
  .bold-list li {
    padding-left: 20px; }
    .bold-list li + li {
      padding-top: 24px; }
  .bold-list li::before {
    color: #3D3D3D; }

#ibm-footer-module .ibm-bold {
  font-size: 1rem;
  padding: 0 0 15px; }

#ibm-footer-module .ibm-plain-list {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  line-height: 1.4rem; }

[class*=ibv-grid-col-] {
  flex: 1 1 100%;
  padding: 0 16px; }
  [class*=ibv-grid-col-].ibv-grid-col-seamless {
    padding: 0; }
  [class*=ibv-grid-col-].ibv-grid-col-smallm {
    padding: 0 1px 0 0; }

.ibv-grid-col-smallm [class*=ibv-grid-col-] {
  padding: 0 1px 0 0; }

.ibm-grid-seamless [class*=ibv-grid-col-] {
  padding: 0; }

@media (min-width: 320px) {
  .ibv-grid-col-sm-4-0 {
    max-width: 0%;
    flex-basis: 0%;
    margin-left: 0; }
  .ibv-grid-col-sm-4-1 {
    max-width: 25%;
    flex-basis: 25%;
    margin-left: 0; }
  .ibv-grid-col-sm-4-2 {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 0; }
  .ibv-grid-col-sm-4-3 {
    max-width: 75%;
    flex-basis: 75%;
    margin-left: 0; }
  .ibv-grid-gap-sm-4-0 {
    margin-left: 0%; }
  .ibv-grid-gap-sm-4-1 {
    margin-left: 25%; }
  .ibv-grid-gap-sm-4-2 {
    margin-left: 50%; }
  .ibv-grid-gap-sm-4-3 {
    margin-left: 75%; } }

@media (min-width: 672px) {
  .ibv-grid-col-md-8-0 {
    max-width: 0%;
    flex-basis: 0%;
    margin-left: 0; }
  .ibv-grid-col-md-8-1 {
    max-width: 12.5%;
    flex-basis: 12.5%;
    margin-left: 0; }
  .ibv-grid-col-md-8-2 {
    max-width: 25%;
    flex-basis: 25%;
    margin-left: 0; }
  .ibv-grid-col-md-8-3 {
    max-width: 37.5%;
    flex-basis: 37.5%;
    margin-left: 0; }
  .ibv-grid-col-md-8-4 {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 0; }
  .ibv-grid-col-md-8-5 {
    max-width: 62.5%;
    flex-basis: 62.5%;
    margin-left: 0; }
  .ibv-grid-col-md-8-6 {
    max-width: 75%;
    flex-basis: 75%;
    margin-left: 0; }
  .ibv-grid-col-md-8-7 {
    max-width: 87.5%;
    flex-basis: 87.5%;
    margin-left: 0; }
  .ibv-grid-gap-md-8-0 {
    margin-left: 0%; }
  .ibv-grid-gap-md-8-1 {
    margin-left: 12.5%; }
  .ibv-grid-gap-md-8-2 {
    margin-left: 25%; }
  .ibv-grid-gap-md-8-3 {
    margin-left: 37.5%; }
  .ibv-grid-gap-md-8-4 {
    margin-left: 50%; }
  .ibv-grid-gap-md-8-5 {
    margin-left: 62.5%; }
  .ibv-grid-gap-md-8-6 {
    margin-left: 75%; }
  .ibv-grid-gap-md-8-7 {
    margin-left: 87.5%; } }

@media (min-width: 672px) {
  .ibv-grid-col-md-12-0 {
    max-width: 0%;
    flex-basis: 0%;
    margin-left: 0; }
  .ibv-grid-col-md-12-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
    margin-left: 0; }
  .ibv-grid-col-md-12-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
    margin-left: 0; }
  .ibv-grid-col-md-12-3 {
    max-width: 25%;
    flex-basis: 25%;
    margin-left: 0; }
  .ibv-grid-col-md-12-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    margin-left: 0; }
  .ibv-grid-col-md-12-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
    margin-left: 0; }
  .ibv-grid-col-md-12-6 {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 0; }
  .ibv-grid-col-md-12-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
    margin-left: 0; }
  .ibv-grid-col-md-12-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
    margin-left: 0; }
  .ibv-grid-col-md-12-9 {
    max-width: 75%;
    flex-basis: 75%;
    margin-left: 0; }
  .ibv-grid-col-md-12-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
    margin-left: 0; }
  .ibv-grid-col-md-12-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
    margin-left: 0; }
  .ibv-grid-gap-md-12-0 {
    margin-left: 0%; }
  .ibv-grid-gap-md-12-1 {
    margin-left: 8.33333%; }
  .ibv-grid-gap-md-12-2 {
    margin-left: 16.66667%; }
  .ibv-grid-gap-md-12-3 {
    margin-left: 25%; }
  .ibv-grid-gap-md-12-4 {
    margin-left: 33.33333%; }
  .ibv-grid-gap-md-12-5 {
    margin-left: 41.66667%; }
  .ibv-grid-gap-md-12-6 {
    margin-left: 50%; }
  .ibv-grid-gap-md-12-7 {
    margin-left: 58.33333%; }
  .ibv-grid-gap-md-12-8 {
    margin-left: 66.66667%; }
  .ibv-grid-gap-md-12-9 {
    margin-left: 75%; }
  .ibv-grid-gap-md-12-10 {
    margin-left: 83.33333%; }
  .ibv-grid-gap-md-12-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1056px) {
  .ibv-grid-col-lg-12-0 {
    max-width: 0%;
    flex-basis: 0%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-3 {
    max-width: 25%;
    flex-basis: 25%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-6 {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-9 {
    max-width: 75%;
    flex-basis: 75%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
    margin-left: 0; }
  .ibv-grid-col-lg-12-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
    margin-left: 0; }
  .ibv-grid-gap-lg-12-0 {
    margin-left: 0%; }
  .ibv-grid-gap-lg-12-1 {
    margin-left: 8.33333%; }
  .ibv-grid-gap-lg-12-2 {
    margin-left: 16.66667%; }
  .ibv-grid-gap-lg-12-3 {
    margin-left: 25%; }
  .ibv-grid-gap-lg-12-4 {
    margin-left: 33.33333%; }
  .ibv-grid-gap-lg-12-5 {
    margin-left: 41.66667%; }
  .ibv-grid-gap-lg-12-6 {
    margin-left: 50%; }
  .ibv-grid-gap-lg-12-7 {
    margin-left: 58.33333%; }
  .ibv-grid-gap-lg-12-8 {
    margin-left: 66.66667%; }
  .ibv-grid-gap-lg-12-9 {
    margin-left: 75%; }
  .ibv-grid-gap-lg-12-10 {
    margin-left: 83.33333%; }
  .ibv-grid-gap-lg-12-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1056px) {
  .ibv-grid-col-lg-16-0 {
    max-width: 0%;
    flex-basis: 0%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-1 {
    max-width: 6.25%;
    flex-basis: 6.25%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-2 {
    max-width: 12.5%;
    flex-basis: 12.5%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-3 {
    max-width: 18.75%;
    flex-basis: 18.75%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-4 {
    max-width: 25%;
    flex-basis: 25%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-5 {
    max-width: 31.25%;
    flex-basis: 31.25%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-6 {
    max-width: 37.5%;
    flex-basis: 37.5%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-7 {
    max-width: 43.75%;
    flex-basis: 43.75%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-8 {
    max-width: 50%;
    flex-basis: 50%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-9 {
    max-width: 56.25%;
    flex-basis: 56.25%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-10 {
    max-width: 62.5%;
    flex-basis: 62.5%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-11 {
    max-width: 68.75%;
    flex-basis: 68.75%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-12 {
    max-width: 75%;
    flex-basis: 75%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-13 {
    max-width: 81.25%;
    flex-basis: 81.25%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-14 {
    max-width: 87.5%;
    flex-basis: 87.5%;
    margin-left: 0; }
  .ibv-grid-col-lg-16-15 {
    max-width: 93.75%;
    flex-basis: 93.75%;
    margin-left: 0; }
  .ibv-grid-gap-lg-16-0 {
    margin-left: 0%; }
  .ibv-grid-gap-lg-16-1 {
    margin-left: 6.25%; }
  .ibv-grid-gap-lg-16-2 {
    margin-left: 12.5%; }
  .ibv-grid-gap-lg-16-3 {
    margin-left: 18.75%; }
  .ibv-grid-gap-lg-16-4 {
    margin-left: 25%; }
  .ibv-grid-gap-lg-16-5 {
    margin-left: 31.25%; }
  .ibv-grid-gap-lg-16-6 {
    margin-left: 37.5%; }
  .ibv-grid-gap-lg-16-7 {
    margin-left: 43.75%; }
  .ibv-grid-gap-lg-16-8 {
    margin-left: 50%; }
  .ibv-grid-gap-lg-16-9 {
    margin-left: 56.25%; }
  .ibv-grid-gap-lg-16-10 {
    margin-left: 62.5%; }
  .ibv-grid-gap-lg-16-11 {
    margin-left: 68.75%; }
  .ibv-grid-gap-lg-16-12 {
    margin-left: 75%; }
  .ibv-grid-gap-lg-16-13 {
    margin-left: 81.25%; }
  .ibv-grid-gap-lg-16-14 {
    margin-left: 87.5%; }
  .ibv-grid-gap-lg-16-15 {
    margin-left: 93.75%; } }

@charset "UTF-8";
.bar-thin {
  box-sizing: border-box;
  width: 80px;
  border: 1px solid #007D79;
  margin-top: 18px; }
  .bar-thin.purple {
    border-color: #8A3FFC;
    margin-top: 32px;
    margin-bottom: 16px !important; }
  .bar-thin.purple-no-margin {
    border-color: #8A3FFC;
    margin-bottom: 0 !important; }
  .bar-thin.light-blue {
    border-color: #4896FF;
    margin-bottom: 16px !important; }
  .bar-thin.light-blue-no-margin {
    border-color: #4896FF;
    margin-bottom: 0 !important; }

.quantum-section .figure-title, .quantum-section .title-description {
  color: #181818;
  font-size: 16px;
  line-height: 20px; }

.quantum-section .figure-title {
  font-weight: 600; }

.quantum-section .margin-bottom-0 {
  margin-bottom: 0px; }

.quantum-section .margin-bottom-6 {
  margin-bottom: 6px; }

.quantum-section .margin-bottom-14 {
  margin-bottom: 14px; }

.quantum-section .margin-bottom-40 {
  margin-bottom: 40px; }

.quantum-section .margin-bottom-p {
  margin-bottom: 24px; }

.quantum-section .quant-title,
.quantum-section .margin-bottom-p {
  color: #181818;
  font-size: 16px;
  line-height: 24px; }

.quantum-section .quant-title-large {
  font-size: 28px;
  line-height: 36px;
  color: #4896FF; }

.quantum-section .quant-title-med-large {
  font-size: 24px;
  line-height: 32px;
  color: #4896FF; }
  @media (max-width: 730px) {
    .quantum-section .quant-title-med-large {
      font-size: 20px;
      line-height: 28px; } }

.quantum-section .quant-title {
  font-weight: 600; }

.quantum-section .margin-bottom-16 {
  margin-bottom: 16px; }

.quantum-section .color-pink {
  color: #BD10E0; }

.quantum-section .quant-blockquote {
  color: #188884;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px; }
  .quantum-section .quant-blockquote.light-blue {
    color: #4896FF; }

.quantum-section .divider-border {
  border-top: solid 1px #DCDCDC;
  margin: 20px 0; }

.quantum-section .divider-border-up {
  border-top: solid 1px #DCDCDC;
  margin-top: 0px;
  margin-bottom: 20px; }

.quantum-section .quote-name, .quantum-section quote-job-title {
  color: #181818;
  font-size: 16px;
  line-height: 24px; }

.quantum-section .quote-name {
  color: #171717;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.32px;
  line-height: 16px; }

.quantum-section .quote-link {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.32px;
  line-height: 16px; }
  .quantum-section .quote-link a {
    color: #161616;
    text-decoration: underline; }

.quantum-section .figure-img {
  margin-bottom: 32px;
  margin-right: 16px; }
  .quantum-section .figure-img img {
    width: 100%; }

.backgroud-gray {
  background-color: #F3F3F3; }

.backgroud-med-gray {
  background-color: #DBDBDB; }

.collapsed-header {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #191919;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 24px; }
  .collapsed-header .collapsed-icon .dropdown.icon {
    color: #191919 !important; }
  .collapsed-header.purple .quant-title-med-large {
    color: #8A3FFC; }
  .collapsed-header.purple .collapsed-icon .dropdown.icon {
    color: #8A3FFC !important; }
  @media (max-width: 400px) {
    .collapsed-header {
      height: 80px; } }

.section-collapsed .bar-thin {
  margin-bottom: 45px; }

.section-collapsed .story-title {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 16px; }

.section-collapsed .story-content {
  color: #1E1E1E;
  font-size: 16px;
  letter-spacing: 0.18px;
  line-height: 24px;
  margin-bottom: 24px; }

.section-collapsed-margin {
  margin-bottom: 55px;
  margin-top: 32px; }

.margin-padding-32 {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px; }

#case-study {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 40px;
  padding-bottom: 1px; }

.methodology-section .section-collapsed {
  padding: 0px 16px; }

.methodology-section .collapsed-header {
  height: 80px;
  margin-bottom: 0; }
  .methodology-section .collapsed-header .title-text {
    font-family: 'IBM Plex Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    color: #171717;
    line-height: 36px;
    font-size: 32px;
    line-height: 40px; }

.gray-container {
  background-color: #F3F3F3;
  border-top: 1px solid #d8d8d8; }

.section-list {
  background-color: #F3F3F3;
  color: #181818;
  margin-left: -15px;
  padding: 12px 15px;
  width: 104%;
  font-size: 16px;
  line-height: 24px; }
  .section-list.no-background {
    background-color: transparent;
    margin-bottom: 10px;
    padding-top: 0; }
    .section-list.no-background .list-heading {
      margin-bottom: 14px;
      font-weight: 400; }
      .section-list.no-background .list-heading.bold {
        font-weight: 600; }
  .section-list.align-left {
    padding-bottom: 1px; }
    .section-list.align-left .list-items {
      margin-left: -6px; }
      .section-list.align-left .list-items .text {
        margin-left: 0;
        position: relative; }
  .section-list .list-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 600; }
  .section-list .list-items {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px; }
    .section-list .list-items .bullet {
      position: absolute; }
    .section-list .list-items .text {
      margin-bottom: 2px;
      margin-left: 19px; }
    .section-list .list-items.bullet-style li::before {
      content: "\2022";
      position: absolute;
      color: #171717; }
    .section-list .list-items.bullet-none li::before {
      display: none; }
    .section-list .list-items.bullet-none .number {
      position: absolute;
      left: 8px; }
  .section-list .list-items2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px; }
    .section-list .list-items2 .text2 {
      margin-left: 0;
      padding-top: 0;
      margin-top: 7px;
      position: relative; }
    .section-list .list-items2 .text2::after {
      content: "\2022";
      position: absolute;
      color: #171717;
      left: 16px;
      top: 0;
      font-size: 1.5rem; }

.result-list-group .result-title {
  height: 24px;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px; }

.result-list-group .result-list {
  display: flex; }
  @media (max-width: 400px) {
    .result-list-group .result-list {
      display: block; } }
  .result-list-group .result-list .list-row {
    display: flex;
    flex-basis: 50%;
    flex-direction: column; }
    .result-list-group .result-list .list-row .list-item {
      position: relative;
      padding: 0 24px 20px 16px;
      color: #1A1A1A;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
      .result-list-group .result-list .list-row .list-item::before {
        content: "\2022";
        position: absolute;
        font-size: 1.2rem;
        margin-left: -1.3rem; }

.close-action {
  display: flex;
  justify-content: space-between;
  color: #8A3FFC;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 24px;
  cursor: pointer; }
  .close-action .collapsed-icon {
    color: #4896FF;
    font-size: 16px; }
  .close-action .dropdown.icon {
    margin-left: 16px;
    font-family: icons-ibm-v12;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    -webkit-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-6px) rotate(180deg); }
    .close-action .dropdown.icon:before {
      content: '\F19C'; }

.content-ckeditor .ck-h1 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 50px;
  padding-bottom: 0;
  margin: 2rem 0; }

.content-ckeditor .ck-h2 {
  color: #282828;
  font-family: "IBM Plex Sans";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px; }

.content-ckeditor .ck-h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px; }

.content-ckeditor .ck-formatted-h2Alt {
  color: #408BFC;
  font-family: "IBM Plex Sans";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 15px; }

.content-ckeditor .ck-normal-p {
  color: #323232;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

.content-ckeditor blockquote p, .content-ckeditor blockquote .ck-normal-p {
  color: #188884;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px; }

.content-ckeditor p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .content-ckeditor p img {
    max-width: 100%;
    height: auto !important; }

.content-ckeditor li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.content-ckeditor video {
  max-width: 100%;
  height: auto !important; }

.content-ckeditor .fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .content-ckeditor .fade {
    transition: none; } }

.content-ckeditor .fade:not(.show) {
  opacity: 0; }

.content-ckeditor .collapse:not(.show) {
  display: none; }

.content-ckeditor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .content-ckeditor .collapsing {
    transition: none; } }

.content-ckeditor .collapsible-item.panel-default {
  margin-bottom: 40px;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE; }
  .content-ckeditor .collapsible-item.panel-default .collapsible-item-body {
    padding-bottom: 10px; }
    .content-ckeditor .collapsible-item.panel-default .collapsible-item-body p {
      color: #181818;
      font-size: 16px;
      line-height: 24px; }
    .content-ckeditor .collapsible-item.panel-default .collapsible-item-body blockquote p {
      color: #188884;
      font-size: 22px;
      font-weight: 300;
      line-height: 26px; }

.content-ckeditor .collapsible-item-title {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px; }
  .content-ckeditor .collapsible-item-title .collapsible-item-title-link {
    width: 100%;
    padding: 24px 50px 24px 0;
    color: #0062ff;
    font-size: 24px;
    line-height: 32px;
    outline: none;
    text-decoration: none; }
  .content-ckeditor .collapsible-item-title .collapsible-item-title-link-icon {
    position: absolute;
    right: 0;
    outline: none; }
    .content-ckeditor .collapsible-item-title .collapsible-item-title-link-icon .glyphicon-chevron-down::before {
      content: '\F19C';
      color: #0062ff;
      font-family: icons-ibm-v12;
      font-size: 30px;
      font-weight: 600;
      line-height: 1;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      font-weight: normal;
      font-style: normal;
      text-align: left;
      display: inline-block;
      float: none;
      opacity: 1;
      width: 1.25em;
      height: 1em;
      margin: 0 .25rem 0 0;
      padding: 0;
      transform: translateX(-6px) rotate(180deg); }
    .content-ckeditor .collapsible-item-title .collapsible-item-title-link-icon.collapsed .glyphicon-chevron-down::before {
      transform: none; }

.content-ckeditor .btgrid {
  margin: 24px auto;
  background: #F3F3F3; }
  .content-ckeditor .btgrid .content {
    padding: 0 10px;
    min-height: 5em; }
    .content-ckeditor .btgrid .content p {
      margin-bottom: 16px;
      font-size: 16px; }
    .content-ckeditor .btgrid .content ul > li {
      padding-left: 0;
      font-size: 16px;
      margin-bottom: 16px; }
    .content-ckeditor .btgrid .content a {
      font-style: normal; }
  .content-ckeditor .btgrid .row-1 .content {
    padding-top: 24px; }
    .content-ckeditor .btgrid .row-1 .content p:first-child {
      font-size: 22px;
      line-height: 1.4; }
  .content-ckeditor .btgrid .row {
    display: flex; }
    .content-ckeditor .btgrid .row .col-md-6:nth-of-type(2) {
      background-color: #DBDBDB; }
  .content-ckeditor .btgrid .row:last-child {
    padding-bottom: 0; }
  .content-ckeditor .btgrid .col-md-1 {
    width: 8.33333333%; }
  .content-ckeditor .btgrid .col-md-2 {
    width: 16.66666667%; }
  .content-ckeditor .btgrid .col-md-3 {
    width: 25%; }
  .content-ckeditor .btgrid .col-md-4 {
    width: 33.33333333%; }
  .content-ckeditor .btgrid .col-md-5 {
    width: 41.66666667%; }
  .content-ckeditor .btgrid .col-md-6 {
    width: 50%; }
  .content-ckeditor .btgrid .col-md-7 {
    width: 58.33333333%; }
  .content-ckeditor .btgrid .col-md-8 {
    width: 66.66666667%; }
  .content-ckeditor .btgrid .col-md-9 {
    width: 75%; }
  .content-ckeditor .btgrid .col-md-10 {
    width: 83.33333333%; }
  .content-ckeditor .btgrid .col-md-11 {
    width: 91.66666667%; }
  .content-ckeditor .btgrid .col-md-12 {
    width: 100%; }
  .content-ckeditor .btgrid .col-md-1, .content-ckeditor .btgrid .col-md-10, .content-ckeditor .btgrid .col-md-11, .content-ckeditor .btgrid .col-md-12, .content-ckeditor .btgrid .col-md-2, .content-ckeditor .btgrid .col-md-3, .content-ckeditor .btgrid .col-md-4, .content-ckeditor .btgrid .col-md-5, .content-ckeditor .btgrid .col-md-6, .content-ckeditor .btgrid .col-md-7, .content-ckeditor .btgrid .col-md-8, .content-ckeditor .btgrid .col-md-9 {
    display: inline-flex;
    position: relative;
    min-height: 1px;
    flex: 1 1 100%;
    padding: 0 16px; }
  @media (max-width: 672px) {
    .content-ckeditor .btgrid .row {
      flex-wrap: wrap; } }

.content-ckeditor blockquote {
  position: relative;
  border-top: solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
  margin: 20px 0;
  padding: 16px 0 4px; }
  .content-ckeditor blockquote p {
    color: #188884;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px; }

.graph-title {
  color: #171717;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.25;
  font-weight: 600; }

.graph-description {
  color: #171717;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 10px; }

.graph-tip {
  color: #08BDBA;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 24px; }

.ibv-text-label {
  font-size: 12px;
  color: #767676; }

.graph-outer {
  margin: 100px auto; }

.circle-wrap {
  margin: 50px auto;
  width: 548px;
  height: 548px;
  border: 6px solid #E0E0E0;
  border-radius: 50%;
  position: relative; }
  .circle-wrap.active {
    border-color: #F4F4F4; }
    .circle-wrap.active .inner-circle {
      background-color: #0072C3; }
      .circle-wrap.active .inner-circle .qa-content {
        visibility: visible; }

.content-ckeditor .btgrid .content p {
  font-size: 16px !important; }

.inner-circle {
  border-radius: 50%;
  width: 366px;
  height: 366px;
  position: absolute;
  left: 91px;
  top: 91px;
  z-index: 100;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inner-circle .qa-content {
    width: 265px;
    margin-top: -16px;
    visibility: hidden; }
    .inner-circle .qa-content .q-desc {
      color: #FFFFFF;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.3;
      margin-top: 16px; }
    .inner-circle .qa-content .a-desc {
      color: #FFFFFF;
      font-size: 48px;
      letter-spacing: 0;
      line-height: 1.2; }

.sq-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FC7B1E;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: pointer; }
  .sq-item.active {
    background-color: #0072C3;
    animation: react-placeholder 1s linear; }
  .sq-item.hover-set {
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #FC7B1E, 0 0 0 10px #fff, 0 0 0 11px #FC7B1E; }
  .sq-item.ini-animation {
    animation: react-placeholder 1s linear; }
  .sq-item.top-center {
    top: 0;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px; }
  .sq-item.bottom-center {
    bottom: 0;
    left: 50%;
    margin-left: -45px;
    margin-bottom: -45px; }
  .sq-item.item1 {
    left: -30px;
    top: calc(25% - 30px); }
  .sq-item.item2 {
    right: -30px;
    top: calc(25% - 30px); }
  .sq-item.item3 {
    left: -30px;
    bottom: calc(25% - 30px); }
  .sq-item.item4 {
    right: -30px;
    bottom: calc(25% - 30px); }

@keyframes react-placeholder {
  0% {
    opacity: .6;
    transform: scale(0.68); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.blink-text {
  animation: blinker 1s linear; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.section-graph-double {
  padding-bottom: 32px;
  position: relative; }

.graph-double-box {
  height: 519px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  max-width: 737px;
  padding: 16px 0; }
  .graph-double-box .graph-wrap {
    height: 436px;
    display: flex; }
    .graph-double-box .graph-wrap .left-group {
      padding-right: 1px; }
      .graph-double-box .graph-wrap .left-group .grow-bar-wrap {
        margin-right: 14.5px; }
      .graph-double-box .graph-wrap .left-group .top-section {
        align-items: flex-end;
        justify-content: flex-end; }
      .graph-double-box .graph-wrap .left-group .bottom-section {
        align-items: flex-start;
        justify-content: flex-end; }
    .graph-double-box .graph-wrap .right-group {
      padding-left: 1px; }
      .graph-double-box .graph-wrap .right-group .grow-bar-wrap {
        margin-left: 22.5px; }
      .graph-double-box .graph-wrap .right-group .top-section {
        align-items: flex-end;
        justify-content: flex-start; }
      .graph-double-box .graph-wrap .right-group .bottom-section {
        align-items: flex-start;
        justify-content: flex-start; }
      .graph-double-box .graph-wrap .right-group .button-with-icon .button-text {
        max-width: 226px; }
    .graph-double-box .graph-wrap .left-group, .graph-double-box .graph-wrap .right-group {
      position: relative;
      width: 50%;
      margin-top: 32px;
      margin-bottom: 32px; }
      .graph-double-box .graph-wrap .left-group .top-section, .graph-double-box .graph-wrap .right-group .top-section {
        height: 188px;
        display: flex;
        padding-bottom: 15px; }
      .graph-double-box .graph-wrap .left-group .bottom-section, .graph-double-box .graph-wrap .right-group .bottom-section {
        height: 104px;
        display: flex;
        padding-top: 15px; }
    .graph-double-box .graph-wrap .button-with-icon {
      display: flex;
      cursor: pointer;
      height: 82px;
      position: relative;
      background-color: #E0E0E0;
      overflow: visible;
      display: flex;
      align-items: center;
      justify-content: center; }
      .graph-double-box .graph-wrap .button-with-icon:hover, .graph-double-box .graph-wrap .button-with-icon.selected {
        background-color: #C6C6C6; }
      .graph-double-box .graph-wrap .button-with-icon .button-text {
        text-align: center;
        max-width: 183px;
        color: #161616;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.3;
        padding-left: 6px; }
  .graph-double-box .agree, .graph-double-box .disagree {
    color: #171717;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px; }

.left-group .button-with-icon {
  padding-left: 83px;
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px; }
  .left-group .button-with-icon .double-icon {
    position: absolute;
    left: 0; }

.right-group .button-with-icon {
  padding-right: 83px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px; }
  .right-group .button-with-icon .double-icon {
    position: absolute;
    right: 0; }

.graph-double-box .double-icon {
  width: 82px;
  height: 82px;
  border: 1px solid #FC7B1E;
  background-color: #FC7B1E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg); }
  .graph-double-box .double-icon:hover {
    box-shadow: 0 0 0 12px #fc7a1e56; }

.graph-double-box .grow-bar {
  position: relative;
  width: 240px; }
  .graph-double-box .grow-bar .bar-number {
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 64px;
    margin-bottom: -32px;
    margin-left: -52px;
    visibility: hidden; }

.graph-double-box .grow-bar-1 {
  height: 32px;
  background-color: #0072C3; }

.graph-double-box .grow-bar-2 {
  height: 32px;
  background-color: #08BDBA; }

@keyframes bar-32 {
  100% {
    height: 32px; } }

@keyframes bar-182 {
  100% {
    height: 182px; } }

@keyframes bar-80 {
  100% {
    height: 80px; } }

@keyframes bar-160 {
  100% {
    height: 160px; } }

@keyframes bar-102 {
  100% {
    height: 102px; } }

.graph-double-box .grow-bar.shrink {
  animation: bar-32 1s linear;
  animation-fill-mode: forwards; }
  .graph-double-box .grow-bar.shrink .bar-number {
    visibility: hidden; }

.graph-double-box .grow-bar.left-grow1 {
  animation: bar-160 1s linear;
  animation-fill-mode: forwards; }
  .graph-double-box .grow-bar.left-grow1 .bar-number {
    visibility: visible; }

.graph-double-box .grow-bar.left-grow2 {
  animation: bar-102 1s linear;
  animation-fill-mode: forwards; }
  .graph-double-box .grow-bar.left-grow2 .bar-number {
    visibility: visible; }

.graph-double-box .grow-bar.grow1 {
  animation: bar-182 1s linear;
  animation-fill-mode: forwards; }
  .graph-double-box .grow-bar.grow1 .bar-number {
    visibility: visible; }

.graph-double-box .grow-bar.grow2 {
  animation: bar-80 1s linear;
  animation-fill-mode: forwards; }
  .graph-double-box .grow-bar.grow2 .bar-number {
    visibility: visible; }

.graph-double-box .bar-border {
  position: relative;
  height: 31px;
  width: 257px;
  border: 1px solid #A8A8A8;
  background: transparent; }
  .graph-double-box .bar-border::before {
    content: "";
    border-left: 1px solid #A8A8A8;
    height: 15px;
    width: 0;
    position: absolute;
    left: 50%; }

.graph-double-box .top-section .bar-border {
  border-top: 0;
  margin-left: -8px;
  margin-top: -22px; }
  .graph-double-box .top-section .bar-border::before {
    bottom: -16px; }

.graph-double-box .bottom-section .bar-border {
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -22px;
  background: transparent; }
  .graph-double-box .bottom-section .bar-border::before {
    top: -16px; }

.section-graph-double .ibv-text-label {
  margin-top: 10px; }

#SectionGraphCircle {
  position: relative; }
  #SectionGraphCircle .ibv-text-label {
    position: absolute;
    bottom: -70px; }

@media (max-width: 1320px) {
  .graph-outer {
    width: 373px;
    margin: 50px auto; }
  .circle-wrap {
    transform: scale(0.68);
    margin: -16%;
    margin-left: -88px; }
  .graph-double-box {
    transform: scale(0.68);
    margin: -16% -14%; }
  .section-graph-double .ibv-text-label {
    margin-top: 16px; }
  #SectionGraphCircle {
    position: relative; }
    #SectionGraphCircle .ibv-text-label {
      position: absolute;
      bottom: 30px; }
  .inner-circle .qa-content .q-desc {
    font-size: 24px; }
  .graph-double-box .agree, .graph-double-box .disagree {
    font-size: 24px; }
  .graph-double-box .graph-wrap .button-with-icon .button-text {
    font-size: 20px; } }

@media (max-width: 870px) {
  .inner-circle .qa-content .q-desc {
    font-size: 28px; }
  .graph-double-box .agree, .graph-double-box .disagree {
    font-size: 24px; }
  .graph-outer {
    width: 264px;
    margin: auto; }
  .circle-wrap {
    transform: scale(0.48);
    margin: -26%;
    margin-left: -140px; }
  .section-graph-double {
    padding-bottom: 0; }
    .section-graph-double .graph-double-box-outer {
      width: 288px;
      margin-left: auto;
      margin-right: auto; }
    .section-graph-double .graph-double-box .graph-wrap .left-group, .section-graph-double .graph-double-box .graph-wrap .right-group {
      width: 214px; }
    .section-graph-double .graph-wrap .left-group .button-with-icon {
      margin-left: -50px; }
    .section-graph-double .graph-wrap .right-group .button-with-icon {
      margin-right: -50px; }
    .section-graph-double .graph-double-box .bar-border {
      width: 197px; }
    .section-graph-double .graph-double-box .grow-bar {
      width: 180px; }
  .graph-tip {
    margin-bottom: 0; }
  .graph-double-box {
    transform: scale(0.58);
    margin: -26% -23%; }
  .sq-item.ini-animation {
    animation: none; }
    .sq-item.ini-animation.active {
      animation: react-placeholder 1s linear; }
  #SectionGraphCircle {
    position: relative; }
    #SectionGraphCircle .ibv-text-label {
      position: absolute;
      bottom: 100px; }
  .section-graph-double .ibv-text-label {
    margin: 0;
    position: absolute;
    bottom: 88px; } }

@keyframes bar-100 {
  0% {
    width: 40px; }
  100% {
    width: 100%; } }

.section-graph-unified-bar {
  margin-top: 30px;
  margin-bottom: 30px; }
  .section-graph-unified-bar .unified-bar-item {
    margin-bottom: 10px; }
    .section-graph-unified-bar .unified-bar-item .bar-label {
      margin-bottom: 4px;
      font-size: 16px;
      line-height: 1.2; }
    .section-graph-unified-bar .unified-bar-item .unified-bar-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section-graph-unified-bar .unified-bar-item .unified-bar-wrapper .unified-bar {
        border-radius: 14px;
        height: 28px;
        margin-right: 8px; }
        .section-graph-unified-bar .unified-bar-item .unified-bar-wrapper .unified-bar.bar-style {
          background-image: linear-gradient(to right, #2566f5, #70d8d9); }
      .section-graph-unified-bar .unified-bar-item .unified-bar-wrapper .unified-bar-number {
        flex-grow: 0;
        font-size: 20px; }
      .section-graph-unified-bar .unified-bar-item .unified-bar-wrapper .animation {
        animation: bar-100 1.5s ease-in-out;
        animation-fill-mode: forwards; }

.ibv-asset {
  display: block;
  outline-offset: 4px; }

.ibv-number-span {
  margin-left: 10px; }

.ibv-authors {
  display: flex;
  flex-direction: row; }
  .ibv-authors .ibv-authors-left {
    margin-right: 4%; }

.video-wrapper {
  position: relative; }

.video-wrapper > video {
  width: 100%;
  vertical-align: middle; }

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none; }

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, transparent);
  transition: opacity 150ms; }

.video-overlay-play-button:hover {
  opacity: 1; }

.video-overlay-play-button.is-hidden {
  display: none; }

.ibm-grid-container .video-overlay-play-button {
  background-image: linear-gradient(transparent, transparent); }

#SectionThreeKeyComponents .card-div {
  max-width: 448px;
  margin: auto; }

#SectionThreeKeyComponents .card-title {
  margin-top: 55px;
  padding-bottom: 42px;
  margin-bottom: 32px;
  border-bottom: 3px solid #0062FF;
  display: flex;
  min-height: 72px;
  font-family: IBM Plex Sans, 'Helvetica Neue', Arial, sans-serif; }
  #SectionThreeKeyComponents .card-title .title-number {
    color: #0062FF;
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    margin-right: 12px; }
  #SectionThreeKeyComponents .card-title .title-content {
    align-self: flex-end;
    max-width: 299px;
    color: #616161;
    font-size: 28px;
    line-height: 36px; }

#SectionThreeKeyComponents .explore-link a {
  position: relative;
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16px;
  line-height: 18px; }

#SectionThreeKeyComponents .explore-link i {
  color: #0062FF;
  position: relative;
  margin-left: 16px;
  top: 1px; }

.video-header {
  background-color: #F4F4F4;
  padding: 32px 32px 24px; }
  .video-header .video-title {
    color: #161616;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px; }
  .video-header .video-devider {
    box-sizing: border-box;
    height: 0;
    width: 96px;
    border-top: 1px solid #0F62FE;
    margin-top: 15px;
    margin-bottom: 16px; }
  .video-header .video-description {
    color: #161616;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.16px;
    line-height: 18px; }

.special-list {
  margin: 64px 0; }
  .special-list .list-item {
    display: flex; }
    .special-list .list-item .list-number {
      color: #408BFC;
      font-size: 68px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1;
      margin-right: 23px;
      margin-bottom: 16px; }
    .special-list .list-item .list-content .list-title {
      font-weight: 600;
      color: #000000;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
    .special-list .list-item .list-content .list-desc {
      color: #000000;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
  .special-list .list-divider {
    margin: 32px 0;
    height: 0;
    border-top: 1px solid #C6C6C6; }

@media (max-width: 1055px) {
  #SectionThreeKeyComponents .card-title {
    margin-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 16px;
    min-height: 72px; }
    #SectionThreeKeyComponents .card-title .title-number {
      font-size: 64px;
      line-height: 1; }
    #SectionThreeKeyComponents .card-title .title-content {
      max-width: 299px;
      color: #616161;
      font-size: 22px;
      line-height: 28px; } }

@media (max-width: 671px) {
  .special-list {
    margin: 40px 0; }
    .special-list .list-item {
      flex-wrap: wrap; } }

