/* ------ buttons ----- */
/* ------ typography ----- */
@keyframes skeleton {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.bx--fieldset {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin-bottom: 2rem;
}
.bx--fieldset *,
.bx--fieldset *::before,
.bx--fieldset *::after {
  box-sizing: inherit;
}
.bx--fieldset--no-margin {
  margin-bottom: 0;
}
.bx--form-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}
.bx--label {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #525252;
  font-weight: 400;
  line-height: 1rem;
  vertical-align: baseline;
}
.bx--label *,
.bx--label *::before,
.bx--label *::after {
  box-sizing: inherit;
}
.bx--label .bx--tooltip__trigger {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
}
.bx--label.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  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;
  cursor: default;
  outline: none;
}
.bx--label.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--label.bx--skeleton::before {
    animation: none;
  }
}
input[type=number] {
  font-family: "redhat-mono", "Menlo", Courier, monospace;
}
input[data-invalid]:not(:focus),
.bx--number[data-invalid] input[type=number]:not(:focus),
.bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
.bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
.bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
.bx--list-box[data-invalid]:not(:focus),
.bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
  outline: 2px solid #da1e28;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  input[data-invalid]:not(:focus),
  .bx--number[data-invalid] input[type=number]:not(:focus),
  .bx--text-input__field-wrapper[data-invalid] > .bx--text-input--invalid:not(:focus),
  .bx--text-area__wrapper[data-invalid] > .bx--text-area--invalid:not(:focus),
  .bx--select-input__wrapper[data-invalid] .bx--select-input:not(:focus),
  .bx--list-box[data-invalid]:not(:focus),
  .bx--combo-box[data-invalid] .bx--text-input:not(:focus) {
    outline-style: dotted;
  }
}
input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--number__input-wrapper--warning ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--warn ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning ~ .bx--form-requirement,
.bx--text-input__field-wrapper--warning > .bx--text-input ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select--warning .bx--select-input__wrapper ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement,
.bx--list-box--warning ~ .bx--form-requirement {
  display: block;
  overflow: visible;
  max-height: 12.5rem;
  font-weight: 400;
}
input[data-invalid] ~ .bx--form-requirement,
.bx--number[data-invalid] .bx--number__input-wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper ~ .bx--form-requirement,
.bx--date-picker-input__wrapper--invalid ~ .bx--form-requirement,
.bx--time-picker--invalid ~ .bx--form-requirement,
.bx--text-input__field-wrapper[data-invalid] ~ .bx--form-requirement,
.bx--text-area__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--select-input__wrapper[data-invalid] ~ .bx--form-requirement,
.bx--time-picker[data-invalid] ~ .bx--form-requirement,
.bx--list-box[data-invalid] ~ .bx--form-requirement {
  color: #da1e28;
}
.bx--form--fluid .bx--text-input__field-wrapper[data-invalid],
.bx--form--fluid .bx--text-input__field-wrapper--warning {
  display: block;
}
.bx--form--fluid .bx--fieldset {
  margin: 0;
}
.bx--form--fluid input[data-invalid] {
  outline: none;
}
.bx--form--fluid .bx--form-requirement {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  margin: 0;
}
input:not(output):not([data-invalid]):-moz-ui-invalid {
  box-shadow: none;
}
.bx--form-requirement {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  display: none;
  overflow: hidden;
  max-height: 0;
  margin: 0.25rem 0 0;
}
.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: 1.33333;
  letter-spacing: 0.32px;
  z-index: 0;
  width: 100%;
  margin-top: 0.25rem;
  color: #525252;
  opacity: 1;
}
.bx--label--disabled,
.bx--form__helper-text--disabled {
  color: #c6c6c6;
}
fieldset[disabled] .bx--label,
fieldset[disabled] .bx--form__helper-text {
  color: #c6c6c6;
}
.bx--form-item.bx--checkbox-wrapper {
  position: relative;
  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;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  visibility: inherit;
  white-space: nowrap;
  top: 1.25rem;
  left: 0.7rem;
}
.bx--checkbox-label {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  min-height: 1.5rem;
  padding-top: 0.1875rem;
  padding-left: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
  border: 1px solid #161616;
  margin: 0.125rem 0.125rem 0.125rem 0.1875rem;
  background-color: transparent;
  border-radius: 1px;
  content: "";
}
.bx--checkbox-label::after {
  position: absolute;
  top: 0.5rem;
  left: 0.4375rem;
  width: 0.5625rem;
  height: 0.3125rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-top: -0.1875rem /*rtl:0rem*/;
  background: none;
  content: "";
  transform: scale(0) rotate(-45deg);
  transform-origin: bottom right /*rtl:center*/;
}
.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 {
  border-width: 1px;
  border-color: #161616;
  background-color: #161616;
}
.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=true]::after {
  transform: scale(1) rotate(-45deg) /*rtl:scale(1.2) rotate3d(.5, 1, 0, 158deg)*/;
}
.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 0.6875rem;
  width: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 0 solid #ffffff;
  transform: scale(1) rotate(0deg);
}
.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before {
  outline: 2px solid #0f62fe;
  outline-offset: 1px;
}
.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled=true] {
  color: #c6c6c6;
  cursor: not-allowed;
}
.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled=true]::before {
  border-color: #c6c6c6;
}
.bx--checkbox:checked:disabled + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed][data-contained-checkbox-disabled=true]::before {
  background-color: #c6c6c6;
}
.bx--checkbox-label-text.bx--skeleton {
  position: relative;
  padding: 0;
  border: none;
  background: #e5e5e5;
  box-shadow: none;
  pointer-events: none;
  width: 6.25rem;
  height: 1rem;
  margin: 0.0625rem 0 0 0.375rem;
}
.bx--checkbox-label-text.bx--skeleton:hover, .bx--checkbox-label-text.bx--skeleton:focus, .bx--checkbox-label-text.bx--skeleton:active {
  border: none;
  cursor: default;
  outline: none;
}
.bx--checkbox-label-text.bx--skeleton::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 3000ms ease-in-out skeleton infinite;
  background: #c6c6c6;
  content: "";
  will-change: transform-origin, transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .bx--checkbox-label-text.bx--skeleton::before {
    animation: none;
  }
}
.bx--checkbox--inline {
  position: relative;
}
/* ------ buttons ----- */
/* ------ typography ----- */
/* Global */
.bx--text-input {
  background-color: var(--msk-color-bg-input, #ffffff);
  border: 1px solid var(--msk-color-border-input, #4d5358);
  border-radius: 0.25rem;
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  transition-property: box-shadow, outline;
  transition-duration: 110ms;
  transition-timing-function: ease-in-out;
}
.bx--text-input::-moz-placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--text-input::placeholder {
  color: var(--msk-color-content-input-secondary, #4d5358);
  font-size: 1rem;
}
.bx--text-input:hover:not([disabled]) {
  box-shadow: inset 0 0 0 0.1875rem var(--msk-color-border-input-hover-secondary, #f0f5ff);
}
.bx--text-input:active:not(disabled), .bx--text-input:focus:not(disabled), .bx--text-input:focus:hover:not(disabled) {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 calc(0.125rem + 2px) var(--msk-color-border-focus-inner, #ffffff);
  outline-color: transparent;
}
.bx--text-input:disabled:hover, .bx--text-input:disabled {
  background-color: var(--msk-color-bg-disabled, #f7f3f2);
  border-bottom-color: var(--msk-color-border-disabled, #8f8b8b);
}
.bx--text-input:disabled:hover:active, .bx--text-input:disabled:hover:focus, .bx--text-input:disabled:active, .bx--text-input:disabled:focus {
  box-shadow: none;
}
input[type=number] {
  font-family: "redhat-mono", "Menlo", Courier, monospace;
}
.bx--form-item .bx--label {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.bx--form-item .bx--form__helper-text {
  color: var(--msk-color-content-secondary, #3c3838);
  font-size: 1rem;
}
.bx--form-item .bx--form-requirement {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23740937" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="%23740937"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.375rem;
  color: purple;
  font-size: 1rem;
  padding: 0 0 0 1.625rem;
}
.msk-form-full-page {
  padding-inline: 0.5rem;
}
.msk-checkbox-form-bottom {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.msk-fieldset {
  border: 0;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.msk-fieldset .msk-label-text {
  color: var(--msk-color-content-input-primary, #111417);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.msk-fieldset .msk-legend-text {
  margin-bottom: 1.5rem;
}
.msk-fieldset .msk-fieldset-content {
  display: grid;
  row-gap: 1.5rem;
  margin: 0;
}
.msk-fieldset.msk-fieldset-colored {
  background-color: #f2f4f8;
  padding: 2rem 1rem;
}
.msk-fieldset .msk-fieldset {
  margin: 0;
  padding: 0;
}
.msk-fieldset-address .bx--select-input__wrapper,
.msk-fieldset-address .bx--select-input,
.msk-fieldset-address .bx--text-input {
  max-width: 30rem;
}
.msk-fieldset-address .bx--form-requirement {
  width: -moz-max-content;
  width: max-content;
}
.msk-fieldset-address .msk-state-zip-container {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.msk-fieldset-address .msk-state-zip-container.msk-state-full {
  grid-template-columns: 13rem 7rem;
}
.msk-fieldset-address .msk-state-zip-container.msk-state-abbrev {
  grid-template-columns: 6rem 7rem;
}
.msk-fieldset-date-of-birth .msk-date-of-birth-wrapper {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: 4rem 4rem 6rem;
}
/* ----- Global ----- */
.bx--checkbox-label .bx--visually-hidden {
  white-space: nowrap;
  visibility: hidden;
  width: 0;
  padding-left: 0;
}
.bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0.5rem;
  transition: background-color 110ms ease-in-out;
}
.bx--form-item.bx--checkbox-wrapper:first-of-type {
  margin-top: 0;
}
.bx--form-item.bx--checkbox-wrapper:last-of-type {
  margin-bottom: 0;
}
.bx--form-item.bx--checkbox-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bx--checkbox-label {
  color: #171414;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
}
.bx--checkbox-label::before {
  background-color: #ffffff;
  border-color: #343a3f;
  border-radius: 0.125rem;
  left: 0.25rem;
  margin: 0;
  top: 0.35rem;
  transition: background-color 110ms ease-in-out;
}
.bx--checkbox-label-text {
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0.5rem;
}
.bx--checkbox:checked + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 0.75rem;
  left: 0.75rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  height: 0.375rem;
  width: 0.6875rem;
  margin: 0;
}
.bx--checkbox:indeterminate + .bx--checkbox-label::after,
.bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 0.8125rem;
  left: 0.4375rem;
  width: 10px;
  border-bottom: none;
  border-left: none;
  height: 0.125rem;
  margin-top: 0;
  transform: none;
  background-color: #ffffff;
}
.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: #002569;
  border-color: #002569;
}
.bx--checkbox-wrapper:hover {
  background-color: #f0f5ff;
  border-radius: 0.25rem;
}
.bx--checkbox:not(:disabled):active + .bx--checkbox-label::before {
  border-color: #001641;
}
.bx--checkbox:checked:not(:disabled):active + .bx--checkbox-label::before,
.bx--checkbox:indeterminate:not(:disabled):active + .bx--checkbox-label::before {
  background-color: #001641;
}
.bx--checkbox:focus + .bx--checkbox-label::before,
.bx--checkbox-label__focus::before,
.bx--checkbox:checked:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before {
  outline: none;
}
.bx--checkbox-wrapper:focus-within {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 calc(0.125rem + 2px) var(--msk-color-border-focus-inner, #ffffff);
}
.bx--checkbox:disabled + .bx--checkbox-label,
.bx--checkbox-label[data-contained-checkbox-disabled=true] {
  color: #565151;
}
.bx--checkbox:disabled + .bx--checkbox-label::before,
.bx--checkbox-label[data-contained-checkbox-disabled=true]::before,
.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 {
  border-color: #8f8b8b;
  background-color: #f7f3f2;
}
.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,
.bx--checkbox:disabled + .bx--checkbox-label[data-contained-checkbox-state=mixed]::before {
  background-color: #8f8b8b;
}
.msk-checkbox-error .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label__focus::before,
.msk-checkbox-error .bx--checkbox:checked:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label[data-contained-checkbox-state=true].bx--checkbox-label__focus::before,
.msk-checkbox-error .bx--checkbox:indeterminate:focus + .bx--checkbox-label::before,
.msk-checkbox-error .bx--checkbox-label[data-contained-checkbox-state=mixed].bx--checkbox-label__focus::before, .msk-checkbox-error.bx--checkbox-label::before {
  box-shadow: 0 0 0 0.0625rem #ffffff, 0 0 0 0.1875rem #a80900;
}
.msk-checkbox-group-horizontal {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.msk-checkbox-group-horizontal .bx--form-item.bx--checkbox-wrapper {
  margin-bottom: 0;
}
.msk-checkbox-group-horizontal .bx--form-item.bx--checkbox-wrapper:not(:last-of-type) {
  margin-right: 1rem;
}
/* ----- Styling for difference sizes ----- */
.msk-checkbox-wrapper-md .bx--checkbox-label::before {
  width: 1.25rem;
  height: 1.25rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label {
  min-height: 44px;
  padding-block: 0.25rem;
  padding-left: 1.75rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label::before {
  top: 0.75rem;
}
.msk-checkbox-wrapper-md .bx--checkbox:checked + .bx--checkbox-label::after,
.msk-checkbox-wrapper-md .bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 1.3125rem;
  left: 0.875rem;
  border-left-width: 2.5px;
  border-bottom-width: 2.5px;
  width: 0.75rem;
  height: 0.375rem;
}
.msk-checkbox-wrapper-md .bx--checkbox:indeterminate + .bx--checkbox-label::after,
.msk-checkbox-wrapper-md .bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 1.28125rem;
  left: 0.4375rem;
  width: 0.875rem;
  height: 0.1875rem;
}
.msk-checkbox-wrapper-md .bx--checkbox-label-text {
  padding-top: 0.375rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label::before {
  width: 1.5rem;
  height: 1.5rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label {
  min-height: 44px;
  padding-block: 0.25rem;
  padding-left: 1.75rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label::before {
  top: 0.625rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox:checked + .bx--checkbox-label::after,
.msk-checkbox-wrapper-lg .bx--checkbox-label[data-contained-checkbox-state=true]::after {
  top: 1.25rem;
  left: 1rem;
  border-left-width: 3px;
  border-bottom-width: 3px;
  width: 1rem;
  height: 0.5rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox:indeterminate + .bx--checkbox-label::after,
.msk-checkbox-wrapper-lg .bx--checkbox-label[data-contained-checkbox-state=mixed]::after {
  top: 1.25rem;
  left: 0.5rem;
  width: 1rem;
  height: 0.1875rem;
}
.msk-checkbox-wrapper-lg .bx--checkbox-label-text {
  padding-top: 0.3125rem;
}