/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.radio-group__wrapper[data-v-42cfd14e] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.radio-group__label[data-v-42cfd14e] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .radio-group__label[data-v-42cfd14e], .-bg-section-dark .radio-group__label[data-v-42cfd14e], .-bg-page-dark .-bg-section-transparent .radio-group__label[data-v-42cfd14e] {
  color: #ffffff;
  fill: #ffffff;
}
.radio-group__label a[data-v-42cfd14e] {
  color: #000000;
}
.-bg-dark .radio-group__label a[data-v-42cfd14e], .-bg-section-dark .radio-group__label a[data-v-42cfd14e], .-bg-page-dark .-bg-section-transparent .radio-group__label a[data-v-42cfd14e] {
  color: #ffffff;
  fill: #ffffff;
}
.radio-group__label[data-v-42cfd14e] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.radio-group__label.is-processed .radio-group__indicator[data-v-42cfd14e]::after {
  content: "";
  background-color: #000000;
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-group__label.is-loading .radio-group__indicator[data-v-42cfd14e] {
  border: none;
}
.radio-group__label.is-loading .radio-group__indicator[data-v-42cfd14e]::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: contain;
  cursor: not-allowed;
}
.radio-group__indicator[data-v-42cfd14e] {
  position: relative;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #000000;
  border-radius: 50%;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.tile-checkbox[data-v-d3348978] {
  float: left;
  padding: 0px;
  width: 44px;
  height: 44px;
  border: 0px;
  text-align: center;
  margin: 0px 12px 12px 0px;
}
@media (min-width: 768px) {
.tile-checkbox[data-v-d3348978] {
    float: none;
    width: 52px;
    height: 40px;
    margin: 0px -1px -1px 0px;
}
}
.tile-checkbox .control-label[data-v-d3348978] {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tile-checkbox .control-label[data-v-d3348978]:focus-visible {
  outline: none;
}
.tile-checkbox .control-label:focus-visible .check-tile[data-v-d3348978] {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.tile-checkbox .control-label .checkbox-text[data-v-d3348978] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .checkbox-text[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .checkbox-text[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .checkbox-text[data-v-d3348978] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .checkbox-text a[data-v-d3348978] {
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .checkbox-text a[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .checkbox-text a[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .checkbox-text a[data-v-d3348978] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-d3348978] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .check-tile[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile[data-v-d3348978] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile a[data-v-d3348978] {
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile a[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .check-tile a[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile a[data-v-d3348978] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-d3348978] {
  line-height: 28px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: none;
  box-shadow: 0 0 0 1px #e9e9e9;
  border-radius: 0px;
  background-color: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
}
@media (min-width: 768px) {
.tile-checkbox .control-label .check-tile[data-v-d3348978] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .check-tile[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile[data-v-d3348978] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-checkbox .control-label .check-tile a[data-v-d3348978] {
    color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile a[data-v-d3348978], .-bg-section-dark .tile-checkbox .control-label .check-tile a[data-v-d3348978], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile a[data-v-d3348978] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-d3348978] {
    line-height: unset;
    padding: 4px 8px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}
}
.tile-checkbox .control-label .check-tile.wrap[data-v-d3348978] {
  white-space: normal;
}
.tile-checkbox .control-label .check-tile.hovered[data-v-d3348978] {
  box-shadow: 0 0 0 1px #c9c9c9;
  border-radius: 0px;
}
.tile-checkbox .control-label .check-tile.hovered a[data-v-d3348978] {
  color: #000000;
}
@media (min-width: 768px) {
.tile-checkbox .control-label .check-tile.hovered[data-v-d3348978] {
    border-color: #c9c9c9;
    box-shadow: none;
    z-index: 100;
}
}
.tile-checkbox .control-label .check-tile .loading-indicator[data-v-d3348978] {
  width: 20px;
  height: 20px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: 20px 20px;
  cursor: not-allowed;
}
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile[data-v-d3348978] {
  border: none;
  border-radius: 0px;
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 0 0 1px #000000, inset 0px 0px 0px 1px #000000;
}
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile a[data-v-d3348978],
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile span[data-v-d3348978],
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile .checkbox-text[data-v-d3348978] {
  color: #ffffff;
}
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile.hovered[data-v-d3348978] {
  background-color: #000000;
}
@media (min-width: 768px) {
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile[data-v-d3348978] {
    border: 1px solid #000000;
    box-shadow: none;
    z-index: 100;
}
}
.tile-checkbox .unavailable[data-v-d3348978] {
  background: none;
  color: #6e6e6e;
  text-decoration: line-through;
  cursor: not-allowed;
}
.tile-checkbox .unavailable .check-tile[data-v-d3348978] {
  pointer-events: none;
  color: #6e6e6e;
}
.tile-checkbox .unavailable .check-tile .checkbox-text[data-v-d3348978] {
  color: #6e6e6e;
}
.tile-checkbox .sr-only[data-v-d3348978] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0px;
}