/* stylelint-disable selector-class-pattern */
.Zscz9qtC5h2LDAgoEQlNKQ\=\= {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.luwbaPQSArq8ZzoFjyCEyQ\=\= {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}

.KGu8jgj0-VThGzR9rBYn5g\=\= {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: var(--content-primary-a);
  cursor: pointer;
}

.iy37zT\+jjUIgCpDES6c2Ow\=\= {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.eIkLfTiT2ME62S-qXwgzHg\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.eIkLfTiT2ME62S-qXwgzHg\=\= svg {
  width: 16px;
  height: 16px;
  margin: 8px;
}

.SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
  width: 16px;
  height: 16px;
  transition: 0.2s ease-in-out;
}

.KGu8jgj0-VThGzR9rBYn5g\=\=[aria-expanded='true'] .SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
  transform: rotateZ(180deg);
}

.-LoJTRlxqwc3xjYIuEt5fw\=\= {
  overflow: hidden;
  color: var(--content-primary-a);
}

.mDIMgfB3pcmE-UAOcJ-TEQ\=\= {
  padding: 16px 0;
}

@media (prefers-reduced-motion) {
  .SdM\+Wq5pXDWrwuCmhpvFjg\=\= {
    transition: none;
  }
}

.lNmVXj64GjUjm7ztyRdphw\=\= {
  color: var(--content-secondary);
}

[data-invalid] .lNmVXj64GjUjm7ztyRdphw\=\= {
  display: none;
}

/* stylelint-disable selector-class-pattern */
.oaavnM5YYEFnBcyH1AQfLA\=\= {
  padding: calc(8px - 1px) calc(12px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: 24px;
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  transition: border-color 0.5s;

  &::placeholder {
    line-height: 24px;
    color: var(--content-tertiary);
    opacity: 1;
  }

  &:focus-visible {
    border-color: var(--border-accent-high);
  }
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[data-disabled] {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  opacity: 0.45;
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[data-invalid] {
  border-color: var(--border-error);
}

.oaavnM5YYEFnBcyH1AQfLA\=\=[readonly] {
  background-color: var(--elevation-low);
}

.kO7WAklkCw1F9AFVjxOEbQ\=\= {
  color: var(--content-error);
  text-align: left;
}

.\+Jk2OLLH0sQxXfAYmsQeWw\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

[data-disabled] .\+Jk2OLLH0sQxXfAYmsQeWw\=\= {
  opacity: 0.45;
}

.mG8DeWSsh3nYvWAG7XW5Ug\=\= {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &[aria-selected='true'] {
    background-color: var(--state-selected);
  }

  &:hover::after,
  &:focus::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }
}

.FAuhrWhTV6Uo6W5437qTjg\=\= {
  box-sizing: border-box;
  display: none; /* Hidden by default */
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  margin-right: 8px;
  color: var(--content-primary-b-static);
  background-color: transparent;
  border: 1px solid var(--border-secondary);
  border-radius: 2px;
  transition: all 200ms;
}

/* Show checkbox only when parent has data-selection-mode="multiple" */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selection-mode='multiple'] .FAuhrWhTV6Uo6W5437qTjg\=\= {
  display: inline-flex;
}

/* Style checkbox when parent option is selected */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selected='true'] .FAuhrWhTV6Uo6W5437qTjg\=\= {
  background-color: var(--background-accent-high);
  border: none;
}

.fqjV9kQUGKKdPvZuVhG71g\=\= {
  display: none;
  width: 8px;
}

/* Show checkmark when parent option is selected */
.mG8DeWSsh3nYvWAG7XW5Ug\=\=[data-selected='true'] .fqjV9kQUGKKdPvZuVhG71g\=\= {
  display: initial;
}

.ffsUEJgaukX1dk\+80Nfn\+g\=\= {
  flex: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f0ly6yjXrppd-M56VO\+PuQ\=\=,
.WHHR600O46WnTqg8uucGUQ\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.f0ly6yjXrppd-M56VO\+PuQ\=\= {
  margin-right: 12px;
}

.WHHR600O46WnTqg8uucGUQ\=\= {
  margin-left: 16px;
}

.P8h\+wsY9bx9xF5aq9adnZQ\=\= {
  height: 1px;
  margin: 5px 0 6px;
  border-bottom: 1px solid var(--border-tertiary);
}

._7JoaRbN7HFg9nMttAMITlQ\=\= {
  padding: 0 16px;
  color: var(--content-secondary);
}

.GNBcHMle0PAcqzlNJm5e0g\=\= {
  box-sizing: border-box;
  min-height: 104px;

  /* https://arc.net/l/quote/brwwyium : vertical-align is needed to remove some extra padding at the bottom of the textarea */
  vertical-align: top;
}

.iSJmLL3dZhwF-jrWVEuFJg\=\= {
  resize: none;
}

.XFSWgeONQJTB4TP2J7D-7g\=\= {
  height: 40px;
  min-height: 40px;
  max-height: 104px;
  transition: min-height 0.3s;

  &:focus {
    min-height: 104px;
  }
}

/* stylelint-disable selector-class-pattern */
._3QlXbqAeXv7fBu9RY71vAA\=\= {
  padding: calc(8px - 1px) calc(12px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: 24px;
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-secondary);
  border-radius: 4px;
  transition: border-color 0.5s;

  &::placeholder {
    line-height: 24px;
    color: var(--content-tertiary);
    opacity: 1;
  }

  &:not(._0NXzOKzZ\+ucys1gj8dOjaw\=\=)._3QlXbqAeXv7fBu9RY71vAA\=\=[data-disabled] {
    cursor: not-allowed;
    background-color: var(--elevation-low);
    opacity: 0.45;
  }

  &._0NXzOKzZ\+ucys1gj8dOjaw\=\= {
    cursor: default;
    background-color: var(--elevation-low);
  }
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-invalid='true'] {
  border-color: var(--border-error);
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-pressed] {
  border-color: var(--border-accent-high);
}

._3QlXbqAeXv7fBu9RY71vAA\=\=[data-focused] {
  border-color: var(--border-accent-high);
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.qSQnTgM29Dvp4dt57XCgUA\=\= {
  display: flex;
  text-transform: uppercase;
  caret-color: transparent;
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-placeholder] {
  color: var(--content-tertiary);
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-focused] {
  background-color: var(--background-accent-low);
  border-radius: 4px;
  box-shadow: none;
}

.qSQnTgM29Dvp4dt57XCgUA\=\= [data-readonly] {
  color: var(--content-tertiary);
}

.qSQnTgM29Dvp4dt57XCgUA\=\=[data-focus-within] {
  border-color: var(--border-accent-high);
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

/* stylelint-disable selector-class-pattern */
.i8tQaoRtdfGUWvmSJrukrw\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.xgmTivqDx0cSm2d4hj9ONg\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.dz-1VMpdP-mW1poHi1zXtg\=\= {
  position: absolute;
  margin-left: 12px;
  line-height: 22px;
  color: var(--content-tertiary);
  pointer-events: none;
  opacity: 1;
}

.H3MjCGXd9wbgqw8FSrdxuw\=\= {
  color: var(--content-primary-a);
}

.xgmTivqDx0cSm2d4hj9ONg\=\= .Kwfru\+cTVP9O4cZAxz8gKQ\=\= {
  width: 100%;
  /* stylelint-disable-next-line style-lint-plugin-qonto/subtract-border-from-padding -- border is inherited */
  padding-left: calc(48px - 1px);
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.z92cKyYj2ZYTr96jKQNQyA\=\= {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--content-primary-a);

  a {
    color: var(--content-primary-a);
    text-decoration: none;
  }
}

.hSkrDLEs3\+9lGAPHQeMvuA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px - 1px);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;

  &:hover {
    background: var(--background-tertiary);
    border: 1px solid var(--content-primary-a);
  }

  &._92dy-BljLxwgX0Ky4V-FHQ\=\= {
    border-color: var(--border-error);
  }
}

._1TRI2CNRpxH2k5RYgbcWZQ\=\= {
  flex: 1;
  overflow: hidden;

  p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mr6Gf\+-QjT3EOGOcQMEszA\=\= {
    color: var(--content-secondary);
  }

  ._419MT-dKZtRDOwX7sByXfg\=\= {
    margin-top: 4px;
    color: var(--content-error);
  }
}

.yXzM4lDR\+HDLnQ-ly-NWwA\=\=:focus-visible {
  box-shadow: none;
}

/* stylelint-disable selector-class-pattern */
.VbMrg4JvgQjkkP-frYarrQ\=\= {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;

  &.LKM0n13\+SNEqMDK7frcGRQ\=\= {
    width: 16px;
  }

  &.xYE99a6eYM0MalUbwXy5lg\=\= {
    width: 24px;
  }

  &.F5MLgTXuiTAKxVg5qtLKtQ\=\= {
    width: 28px;
  }

  &.UylQqk0JcYa3RZkJrdlfMA\=\= {
    width: 32px;
  }

  &.IBrtkGrGT0SEu5BxSjualA\=\= {
    width: 40px;
  }

  &.yAdNcGVN1LUBzY6OtPsUbQ\=\= {
    width: 48px;
  }

  &.TUJi5lx6I6o-ySR4uOdI1g\=\= {
    width: 56px;
  }

  &.Zd7GB7A9VowjFpdYMvmVSw\=\= {
    width: 64px;
  }

  &.eaz5EiSCf\+TeVZwJp04quw\=\= {
    &::after {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      content: '';
      border: 1px solid var(--border-avatar);
      border-radius: 50%;
    }
  }

  &.ggiohapVAfA0scV3om8KUA\=\= {
    opacity: 0.45;
  }
}

.-yd9kxnOT5jfFc9iZTpZNQ\=\= {
  width: 100%;
  object-fit: cover;
  background: var(--background-secondary);
  border-radius: 50%;
}

.TcgPn4D-vHvf8nCsjVWvlA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--content-primary-a-static);
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token -- Using base token for consistency with backend-generated, theme-agnostic avatars */
  background: var(--gray200);
  border-radius: 50%;
}

.X9UgJSj-QHRiZI6jYd-6mw\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--content-primary-a-static);

  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token -- Using base token for consistency with backend-generated, theme-agnostic avatars */
  background-color: var(--plum100);
  border-radius: 50%;
}

/* stylelint-disable selector-class-pattern */
.fjDpmeuBiajPn-o\+6N39mQ\=\= {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px;
  color: var(--content-primary-a);
  white-space: nowrap;
  user-select: none;
  border-radius: 4px;
}

.FLvmLFrPdUsTo8AJ1Tstgg\=\= {
  padding: 4px;
}

._9IhP1QlewfSz5Tsugw7zQA\=\= {
  background-color: var(--background-activate);
}

.cSMskbJ4uVd-LZCFfSCRZA\=\= {
  background-color: var(--background-free-trial);
}

.KxfQqefSrSjdhEnHRoc\+7A\=\= {
  background-color: var(--background-upgrade);
}

.vuUD74cnOEEpbAskZ8rblg\=\= {
  background-color: var(--background-tertiary);
}

.eLZ9SnJTD8tUFMqZihqIlQ\=\= {
  background-color: var(--background-feature-discoverability);
}

.P9piN4dN7g4AYSnkPvX5XQ\=\= {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

body.uM2mAPpLTyl2eq0Ao9iOKw\=\= .P9piN4dN7g4AYSnkPvX5XQ\=\= {
  filter: invert(1);
}

.Hi3iUTNa8LSO9Zh\+YVddfA\=\= {
  margin-right: 0;
}

.jPT3RP\+f0tXjaufN9vX4NA\=\= {
  margin-top: -2px;
}

._0HSgdWiCeYe1ac1iDdkWrQ\=\= {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 6px;
  color: var(--content-primary-a);
  white-space: nowrap;
  cursor: default;
  user-select: none;
  background-color: var(--background-secondary);
  border-radius: 4px;
}

/* stylelint-disable selector-class-pattern */
.arzysgB7g53ZocxvGL-Zhg\=\= {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  padding: calc(4px - 1px) calc(6px - 1px);
  color: var(--content-primary-a);
  white-space: nowrap;
  background-color: var(--elevation-default);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.YKoWWqJj4XrpsG5IDIY12g\=\= {
  padding: 4px 6px;
  background-color: var(--background-secondary);
  border: 0;
}

.odFBmubSwJFbyIyxSmouJA\=\= {
  display: flex;
}

.JVPxjGwk\+tsbTZotEGB\+1w\=\= {
  color: var(--content-error);
}

.lTeU9Tq7e9B5IxKXs9oivw\=\= {
  color: var(--content-secondary);
}

.A9p1NoohXWhfkIfHt\+aw9g\=\= {
  color: var(--content-success);
}

.R8D8zeJFFXqJthEvnZ4iGg\=\= {
  color: var(--content-accent);
}

.IDAexOV9xxUUZom9N7qauQ\=\= {
  color: var(--content-warning);
}

.oT-joVrj5nwfaDgY\+GZIqA\=\= {
  color: var(--content-primary-a);
}

/* stylelint-disable selector-class-pattern */
.g81d7usTOdc8Bzsc5Pu9kQ\=\= {
  --focus-outline-color: var(--border-accent-low);
  --bg-color: var(--background-primary);
  --fg-color: var(--content-primary-b);

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  line-height: 24px;
  color: var(--fg-color);
  appearance: none;
  cursor: pointer;
  user-select: none;
  background-color: var(--bg-color);
  border: none;
  border-radius: 4px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-b-color);
    opacity: var(--overlay-opacity);
  }

  &:hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      cursor: not-allowed;
      background-color: var(--overlay-primary-b-color);
      border-radius: 4px;

      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);
    }

    &.A0C7MbAkoHPkdS7UgFWPNA\=\= {
      border: 1px solid var(--border-secondary);
    }
  }

  &:active::after,
  &:hover::after {
    border-radius: 4px;
  }
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=:not([data-focus-visible]) {
  box-shadow: none;
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=[data-hovered] {
  --overlay-opacity: var(--hover-opacity);
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\=[data-pressed] {
  --overlay-opacity: var(--pressed-opacity);
}

.A0C7MbAkoHPkdS7UgFWPNA\=\= {
  --bg-color: transparent;
  --fg-color: var(--content-primary-a);

  border: 1px solid var(--fg-color);

  &::after {
    background-color: var(--overlay-primary-a-color);
  }
}

a.g81d7usTOdc8Bzsc5Pu9kQ\=\= {
  text-decoration: none;
}

.pIhInzokBhbfIDDKoQAnSQ\=\= {
  --bg-color: none;
  --fg-color: var(--content-primary-a);

  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0;
  border: 1px solid var(--fg-color);
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;

  &:hover {
    color: var(--fg-color);
    border-bottom-color: var(--fg-color);
  }

  &[disabled]::after,
  &[aria-disabled='true']::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  &::after {
    background-color: var(--overlay-primary-a-color);
    border-radius: 0;
  }
}

._6Y7qQE-9EXJAVyuJGg-phQ\=\= {
  --fg-color: var(--content-primary-b-static);
  --bg-color: var(--background-error-high);

  border: none;
}

.pp3UrBlxfNfH0Yn3WKVFnQ\=\= {
  --bg-color: var(--background-secondary);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 4px;

  &::after,
  &.g81d7usTOdc8Bzsc5Pu9kQ\=\=::after {
    border: none;
  }

  &.WAG6M1Y1JlVyX-9RCuDAVw\=\= {
    width: 32px;
    height: 32px;
  }

  &.CgaaUTTDq00PydXUKuuM-Q\=\= {
    width: 48px;
    height: 48px;

    img,
    svg {
      width: 16px;
      height: 16px;
    }
  }

  &.pIhInzokBhbfIDDKoQAnSQ\=\= {
    --bg-color: transparent;

    &::after {
      border-radius: 4px;
    }
  }
}

.WAG6M1Y1JlVyX-9RCuDAVw\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  height: 32px;
}

.CgaaUTTDq00PydXUKuuM-Q\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  height: 48px;
}

.IXjxlqC-NG7PQOaSTrPwWg\=\=:not(.pIhInzokBhbfIDDKoQAnSQ\=\=) {
  display: flex;
  width: 100%;
}

.g81d7usTOdc8Bzsc5Pu9kQ\=\= svg {
  color: var(--content-primary-a);
}

.rItWAX38Xm88gmxcsmu4GA\=\= {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}

._3YBmX8BZzmQtuiLVPU6VMw\=\= {
  --border-color: var(--border-secondary);
  --fg-color: var(--content-primary-a);
  --focus-outline-color: var(--border-accent-low);
  --overlay-opacity: 0;
  --border-radius: 100px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: calc(8px - 1px) calc(16px - 1px);
  font-size: var(--body-1-font-size);
  font-weight: var(--body-1-font-weight);
  line-height: var(--body-1-line-height);
  color: var(--fg-color);
  user-select: none;
  background-color: var(--elevation-mid);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);

  &:hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    --overlay-primary-a-color: var(--overlay-primary-b-color);

    &::after {
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }

  &::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    border-radius: var(--border-radius);
    opacity: var(--overlay-opacity);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--focus-outline-color);
  }

  &._7W7WSX30eXH-2fva13P55A\=\= {
    --fg-color: var(--content-primary-a);

    background-color: var(--background-accent-low);

    --border-color: var(--border-accent-high);
  }

  svg {
    width: 16px;
    height: 16px;
  }

  .o019qjNqbkVPq4XsqQ51Ew\=\= {
    color: var(--content-accent);
  }
}

/* stylelint-disable selector-class-pattern */
.P6YZueMaqwOMtldIsInh-A\=\= {
  display: flex;
  align-items: center;
}

/* Color */
.OL0j0FlTw3QK2RW8L3wMJQ\=\= svg path {
  stroke: var(--content-primary-a);
}

.urV8-x\+XTBlQx2H49693Cw\=\= svg path {
  stroke: var(--content-primary-b);
}

.itwrsy8hyliCdyZkbvM-Cw\=\= svg path {
  stroke: var(--content-primary-b-static);
}

.qXRmYnKp6dlRqz7JR0O-dg\=\= svg path {
  stroke: var(--content-error);
}

/* Size */
._2qPRoaplXNxJLEZVcdFLuA\=\= {
  width: 12px;
  height: 12px;
}

.kCUTghvLZjsGd99tdHwlLw\=\= {
  width: 16px;
  height: 16px;
}

.O7Xf8CYkdg19YlTZw1xGPg\=\= {
  width: 24px;
  height: 24px;
}

/* stylelint-disable selector-class-pattern */
.Lr9dZ-NWNo8lIeqDGVgPNA\=\= {
  --bg-color: transparent;
  --border-color: var(--border-secondary);

  display: block;
}

.ombGgaOxzyPa2y\+0tmGu7g\=\= {
  position: relative;
  display: flex;
}

._79wtAj3POF9UIVgXWdesag\=\= {
  display: flex;
  flex-direction: column;
  color: var(--content-primary-a);
}

.nHwdODjUb-MNz9Mk3ikJxA\=\= {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  color: var(--content-primary-b-static);
  vertical-align: text-top;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 2px;
  transition: all 200ms;
}

.QJ8fVl9cq9uomGPAGFZ\+iw\=\= {
  margin-top: 4px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=:hover .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-opacity: var(--hover-opacity);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\= .nHwdODjUb-MNz9Mk3ikJxA\=\=:active::after {
  --overlay-opacity: var(--pressed-opacity);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=:active .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-opacity: var(--pressed-opacity);
}

.nHwdODjUb-MNz9Mk3ikJxA\=\= svg {
  width: 8px;
  height: 8px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-selected] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-indeterminate] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --bg-color: var(--background-accent-high);

  border: none;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled],
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] ._79wtAj3POF9UIVgXWdesag\=\= {
  cursor: not-allowed;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] ._79wtAj3POF9UIVgXWdesag\=\= {
  color: var(--content-secondary);
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-disabled] .nHwdODjUb-MNz9Mk3ikJxA\=\=::after {
  --overlay-primary-a-color: var(--primary-white);
  --overlay-opacity: var(--disabled-opacity);

  top: -1px;
  left: -1px;
  width: 115%;
  height: 115%;
  background-color: var(--background-tertiary);
  border-radius: 2px;
}

.Lr9dZ-NWNo8lIeqDGVgPNA\=\=[data-focus-visible] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  outline: none;
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --border-color: var(--border-error);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid] ._79wtAj3POF9UIVgXWdesag\=\= {
  color: var(--content-error);
}

.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid][data-selected] .nHwdODjUb-MNz9Mk3ikJxA\=\=,
.dVhpKE\+XefXyx9XLLTIuWQ\=\=[data-invalid][data-indeterminate] .nHwdODjUb-MNz9Mk3ikJxA\=\= {
  --bg-color: var(--background-error-high);
}

.TvzQNUxS2t7YrkQmYA4Hlg\=\= {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.SCqS1NyTQL0Hvxg2atuoOw\=\= {
  display: flex;
}

.ErGhMOxoUG-uNyPr7pz3BQ\=\= {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-left: 24px;
  font-size: var(--body-2-font-size);
  font-weight: var(--body-2-font-weight);
  color: var(--content-error);
}

._1smkTFKVJtdIUD\+WgQnaBQ\=\= {
  line-height: var(--body-2-line-height);
}

.ErGhMOxoUG-uNyPr7pz3BQ\=\= svg {
  flex-shrink: 0;
}

.QVUOaenT7K1UACu-xihB5A\=\= {
  position: relative;
  height: 40px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: var(--background-secondary);
  border-radius: 4px;
  transform-origin: top left;

  &:not(:last-child) {
    margin-right: 8px;
  }

  &.XsQlVQOJ7W6aAeE6AUmcNg\=\= {
    height: 32px;
    padding: 4px 16px;
  }

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &:not(:disabled):hover::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &:not(:disabled):active::after {
    --overlay-opacity: var(--pressed-opacity);
  }

  &[aria-selected='true'] {
    background-color: var(--background-accent-high);

    .TCfbl5q\+JrlP25wsMpwaCQ\=\= {
      color: var(--content-primary-b-static);
    }
  }
}

.QVUOaenT7K1UACu-xihB5A\=\=.RJVFpOXbH8UrMoMxFL8wnQ\=\= {
  padding: calc(8px - 1px) calc(8px - 1px);
  background-color: transparent;
  border: 1px solid var(--border-tertiary);

  &.XsQlVQOJ7W6aAeE6AUmcNg\=\= {
    padding: calc(4px - 1px) calc(8px - 1px);
    border: 1px solid var(--border-tertiary);
  }

  &[aria-selected='true'] {
    background-color: var(--background-accent-high);
    border-color: var(--background-accent-high);
  }
}

.QVUOaenT7K1UACu-xihB5A\=\=[aria-hidden='true'] {
  display: none;
  pointer-events: none;
  opacity: 0;
}

.QVUOaenT7K1UACu-xihB5A\=\=:disabled {
  position: relative;
  cursor: not-allowed;
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.vcpxPHpXnu5v1\+-KOhnO5g\=\= {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.TCfbl5q\+JrlP25wsMpwaCQ\=\= {
  color: var(--content-primary-a);
}

.X\+UjvDODbARN5BvG1MsuQw\=\= {
  margin-left: 10px;
}

.-n9UbkrnzCn9NPjXmmGaBQ\=\= {
  display: flex;
  color: var(--content-primary-b-static);

  svg {
    width: 12px;
    height: 12px;
  }
}

.S7OC5ZeLcMA\+Nb7H0BCTkg\=\= {
  margin-bottom: 7px;
}

.yPwBvDn71-qhI71dQLUpHA\=\= {
  margin-top: 6px;
  font-size: var(--caption-font-size);
  color: var(--content-error);
}

.R\+4999IaPlqCYRhqHb64Zw\=\= {
  position: relative;
  display: flex;
  min-height: 40px;
}

.YhiAfNOWV52o4ix2sf-8RQ\=\= {
  flex-wrap: wrap;
}

._4hXOWlHvLq8wqrilWHw8fw\=\= {
  display: none;
}

.j2JGLKdf4TpQN6twfH7zTQ\=\= {
  display: block;
  flex: auto;
}

.liBZiHC3SzzMP7-5Mq5AqA\=\= {
  display: none;
  width: 0;
  padding-left: 0;
  opacity: 0;
}

.hiViyjtpqUuch-GoNY4DYw\=\= {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 1000px 104px;
  animation-name: byK8sKTEMkN84TPlG9zNmA\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.iM4IIBXO7Q5hLkEbI5D60w\=\= {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ayjdlO56a4ZTtH0lK7ESew\=\= {
  width: 400px;
  height: 70px;
  border-radius: 4px;
}

.HgvmfM2QP5FZXawI0twBnA\=\= {
  width: 100%;
  height: 8px;
  margin-top: 8px;
  border-radius: 50px;
}

.HgvmfM2QP5FZXawI0twBnA\=\=.JNgdEqzK2\+sHnBZc03FXmw\=\= {
  margin-top: 0;
}

.kXJ2ps5TveKgKTVEV-SafQ\=\= {
  width: 100%;
}

@keyframes byK8sKTEMkN84TPlG9zNmA\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

/* stylelint-disable selector-class-pattern */
.NiOAhuhiiohyMqfjLfa8\+g\=\= {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 256px;
  padding: calc(16px - 1px);
  overflow: hidden;
  color: var(--content-primary-a);
  text-align: left;
  background: var(--elevation-mid);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;

  &:where(button) {
    appearance: none;
    cursor: pointer;
    box-shadow: var(--shadow-low);

    &:hover {
      box-shadow: var(--shadow-high);
    }

    &:focus-visible {
      box-shadow: 0 0 0 4px var(--border-accent-low);
    }
  }

  & p {
    margin: 0;
    overflow-wrap: break-word;

    &.kVp9hLHggQB3RvwjhLrs2A\=\= {
      margin-bottom: 8px;
    }

    &.VKd5pDRcpAoF\+qzkyBScuQ\=\= {
      color: var(--content-secondary);

      & svg {
        color: currentcolor;
      }
    }
  }
}

.w\+373SUWDr0auGAOA7TE1Q\=\= {
  max-width: 303px;
}

.f\+moESkz18pNZx3xdKNIVg\=\= {
  display: flex;
  align-items: center;
  height: 32px;
}

.I72pcUGLgbuMjdarq2k-tQ\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

._5rensk7SOKqRdMw0hSnX-A\=\= {
  user-select: none;
  filter: blur(5px);
}

/* stylelint-disable selector-class-pattern */
.uyN28XB5TMxY9-GAG0d20g\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.ypUKJ6N\+5eL5RIXmyLNV2g\=\= > input {
  flex: 1 0;
}

.jFWrADLjjo6DDP3quDoBaA\=\= {
  width: var(--trigger-width);
  min-width: 208px;
  overflow: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(.WtaNEgPy8wUXR93IqLLl0w\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.MJiJzu08-oNKlDkmdfg03g\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

.FDCJfR\+9Sy6rcNVwmMwrJQ\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

._3GdARBh7JRulCC6u0oME9g\=\= {
  position: absolute;
  right: 6px;
  display: flex;
}

.g0fMEzlqDSRCI7xSVRcJAQ\=\= {
  flex-shrink: 0;
  transition: all 0.2s;
}

.g0TQVdkjO1YC5ebTog1jmA\=\= {
  transform: rotate(180deg);
}

.TE2kBbiBoJ3GzrYTdl-g2Q\=\= {
  padding-right: 38px;
}

/* stylelint-disable selector-class-pattern */
.yXB4QaRZYk-oVtMn-dpOig\=\= {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  height: 24px;
  padding: 2px 4px;
  overflow: visible;
  color: var(--content-secondary);
  background: transparent;
  border: none;
  border-radius: 4px;
  transition: color 0.2s ease;

  &:hover {
    color: var(--content-primary-a);

    svg {
      color: var(--content-primary-a);
    }
  }
}

.n1r7BQopY2Xnk--uBxun5w\=\= {
  display: flex;
  width: 12px;
  height: 12px;
  color: var(--content-secondary);
  transition: 0.2s ease-in-out;
}

.qfllQaRSPLAE2KRV94XPKQ\=\= {
  transform: rotateZ(180deg);
}

.qwmBd47dOJ3zSn76\+skCMg\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.\+DhDw9I\+tNwsB3fxD5Ddqw\=\= {
  background-color: var(--elevation-low);
}

.gJ58zT7XTX4pXNEbPlt53A\=\= {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  opacity: 0.45;
}

/* stylelint-disable selector-class-pattern */
.PenYlROb2QBS-I\+-nJayAA\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background-color: var(--elevation-high);
  border-radius: 8px;
  box-shadow: var(--shadow-high);

  [data-outside-visible-range] {
    display: none;
  }
}

.m\+K8rqMYzBVjhtJBvU\+12w\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ODv-qLzR0eqZ\+rXP0QTzmg\=\= {
  border-spacing: 0 12px;
}

.aFN7ANJJ2ttLMy9O3zZh7g\=\= {
  color: var(--content-primary-a);
}

.SIwucceWPdDse9CPlYoWBw\=\= {
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--content-secondary);
}

.IKBUJktKFeIxl8abT1bLQQ\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--content-primary-a);
  cursor: pointer;
  border-radius: 50%;
}

.IKBUJktKFeIxl8abT1bLQQ\=\=::after {
  border-radius: 50%;
}

.IKBUJktKFeIxl8abT1bLQQ\=\=[data-selected] {
  color: var(--content-primary-b);
  background-color: var(--background-primary);
}

.IKBUJktKFeIxl8abT1bLQQ\=\=[data-disabled],
.IKBUJktKFeIxl8abT1bLQQ\=\=[data-unavailable] {
  cursor: not-allowed;
  opacity: 0.45;
}

.fpJvbP6VwHvfd1-4JJmNYg\=\= {
  margin-left: auto;
}

/* stylelint-disable selector-class-pattern */
.iobkD0Yo7m7QGYL8xNZnnQ\=\= {
  border-bottom: none;
}

.VItwcHvVaVnBFAIPVEYOmA\=\= {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.iobkD0Yo7m7QGYL8xNZnnQ\=\=[aria-expanded='true'] {
  border-radius: 4px;
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.n2O7k83ae3-cSer7\+ijwWg\=\= {
  width: 126px;
  background-color: var(--elevation-high);
  box-shadow: var(--shadow-high);
}

.XWIEhjXWNpnuD74quesszg\=\= {
  max-height: 180px;
  overflow-y: auto;
}

.ixn-DI6E9Fgm7d02AxsKMA\=\= {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
}

.ixn-DI6E9Fgm7d02AxsKMA\=\=[data-hovered='true'] {
  box-shadow: none;
}

.RJqzutTrKfhHNMmjS19sAg\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.EadwiflllLkPVWZZ00chmA\=\= {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._84t-saunkQGrSdF7Wc-tNw\=\= {
  width: 100%;
}

.-CoYepPUJrGBRE06IdfivQ\=\= {
  position: absolute;
  top: 4px;
  margin-right: 6px;
  color: var(--content-primary-a);
}

.KjpTK-4at749KO2cVK-1nw\=\= {
  background-color: var(--elevation-low);
  box-shadow: none;
}

.LfRLsAItV-uM2iudb86XYQ\=\= {
  display: flex;
  align-items: center;
}

._7RUuity0hqhVU1OECAFj8A\=\= {
  max-width: 504px;
  padding: 16px;
  border-radius: 4px;
}

._6OC9A-97VUkXk6hb8nZWWw\=\= {
  display: flex;
  align-self: flex-start;
  margin: 6px 12px 0 0;
}

._6OC9A-97VUkXk6hb8nZWWw\=\= > svg {
  width: 12px;
  height: 12px;
}

._6OC9A-97VUkXk6hb8nZWWw\=\=.HWYtp1ZPEt9PvYIUzaEkfQ\=\= svg path,
.HWYtp1ZPEt9PvYIUzaEkfQ\=\= svg path {
  fill: var(--content-error);
}

._6OC9A-97VUkXk6hb8nZWWw\=\=._4ptbKWu24zc\+X5nR4Dov2g\=\= svg path,
._4ptbKWu24zc\+X5nR4Dov2g\=\= svg path {
  fill: var(--content-accent);
}

._6OC9A-97VUkXk6hb8nZWWw\=\=.oOWZvtDfGjwbNEfZBKqeWQ\=\= svg path,
.oOWZvtDfGjwbNEfZBKqeWQ\=\= svg path {
  fill: var(--content-warning);
}

._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  margin: 0;
  text-align: left;
}

._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  color: var(--content-primary-a);
}

._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a,
._7RUuity0hqhVU1OECAFj8A\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a:hover {
  color: var(--content-primary-a);
  text-decoration: underline;
  cursor: pointer;
}

.LfRLsAItV-uM2iudb86XYQ\=\=:not(._7RUuity0hqhVU1OECAFj8A\=\=) ._1Pyq2dsLSagY5a4jSiLfJg\=\= {
  color: var(--content-secondary);
}

.LfRLsAItV-uM2iudb86XYQ\=\=:not(._7RUuity0hqhVU1OECAFj8A\=\=) ._1Pyq2dsLSagY5a4jSiLfJg\=\= a,
.RVfYDIl4ldnExjZfbKmgkg\=\= ._1Pyq2dsLSagY5a4jSiLfJg\=\= a:hover {
  color: var(--content-accent);
  text-decoration: underline;
  cursor: pointer;
}

.PyUk7FMAoJtZc7yQyD1lDA\=\= {
  background-color: var(--background-error-low);
  border: 1px solid var(--border-error);
}

.uYyjrUUix-wXOn-Yiw327A\=\= {
  background-color: var(--background-accent-low);
  border: 1px solid var(--border-accent-high);
}

.njnRKP2YsEAWzpZWBP0pug\=\= {
  background-color: var(--background-warning-low);
  border: 1px solid var(--border-warning);
}

.wPDBup7T4e1dsHJvTf-xiA\=\= {
  display: flex;
  justify-content: center;
  max-width: none;
  padding: 8px;
  background-color: var(--background-upgrade);
  border: none;
  border-radius: 8px;
}

.wPDBup7T4e1dsHJvTf-xiA\=\= ._6OC9A-97VUkXk6hb8nZWWw\=\= {
  margin: 0 8px 0 0;
}

.wPDBup7T4e1dsHJvTf-xiA\=\= ._6OC9A-97VUkXk6hb8nZWWw\=\= > svg {
  width: 32px;
  height: 32px;
}

.r1Fy6XCafRz-Q599\+CsDaw\=\= {
  max-width: 304px;
  padding: 8px 12px;
  color: var(--content-primary-b);
  word-wrap: break-word;
  background-color: var(--background-primary);
  border-radius: 4px;
}

.HvePuOucfrLOi7nCkon2yg\=\= {
  all: unset;
  display: flex;
  cursor: pointer;
}

.ebu\+GKsaXl-WzfB0daDnbg\=\= {
  position: relative;
  display: inline-flex;
}

.ed38ik1Ls8hn2jYsMn31iA\=\= {
  display: inline-flex;
  width: 100%;
}

.giFiYUSBP2PmpgJByUyAog\=\= {
  min-width: 0;
  background-color: var(--background-primary);

  &:focus {
    z-index: 2;
  }

  &.Ox1LH-Hbn\+oNYmTTAz3\+bg\=\= {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    &:active::after,
    &:hover::after,
    &[disabled]::after,
    &[aria-disabled='true']::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
}

._8NaAzBl51aOoadujA8V\+Gg\=\= {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._2w1MSn5BDXQF2El\+-65dRA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: calc(10px - 1px);
  background-color: var(--background-primary);
  border-left: 1px solid var(--border-secondary);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  svg {
    color: var(--primary-content-b);
  }

  &:active::after,
  &:hover::after,
  &[disabled]::after,
  &[aria-disabled='true']::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  &:focus {
    z-index: 2;
  }
}

.D\+8iTXbD-eD9SOjiDhofPQ\=\= {
  .giFiYUSBP2PmpgJByUyAog\=\= {
    color: var(--content-primary-a);
    background-color: var(--background-elevation-default);

    &.Ox1LH-Hbn\+oNYmTTAz3\+bg\=\= {
      border: 1px solid var(--border-primary);
      border-right: 0;
    }

    &:hover {
      background: var(--state-primary-a-hover);
    }
  }

  ._2w1MSn5BDXQF2El\+-65dRA\=\= {
    color: var(--content-primary-a);
    background-color: var(--background-elevation-default);
    border: 1px solid var(--border-primary);

    &:hover {
      background: var(--state-primary-a-hover);
    }
  }
}

.N5DacZikqe2ntQvLtsfXag\=\= {
  margin-left: 8px;
}

.emPOeoZ6v-pl1Q7o9Gv5DQ\=\= {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: var(--primary-content-b);
}

.zZeKrEjKtLoVgHGc6vDxRA\=\= {
  min-width: 208px;
  max-width: 360px;
}

.HavvSyeVyY04AU0JZviJLA\=\= {
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);
}

.G6XxThqepH2Q1Lk3OskGrw\=\= {
  position: relative;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;

  &:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  &:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }

  &:hover::after,
  &:focus::after {
    --overlay-opacity: var(--hover-opacity);
  }

  &[disabled],
  &[aria-disabled='true'] {
    cursor: not-allowed;

    &::after {
      --overlay-primary-a-color: var(--primary-white);
      --overlay-opacity: var(--disabled-opacity);

      cursor: not-allowed;
    }
  }
}

.vyeRxky91ZrU5No9Qu7-5A\=\= {
  display: flex;
  gap: 12px;
  align-items: center;
}

.IKJDgq9YvcSgzviO7IM7tg\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MkJOCnMgkSspy\+tZUDtehg\=\= {
  width: 100%;
  height: 1px;
  margin: 5.5px 0;
  background: var(--border-tertiary);
}

/* stylelint-disable selector-class-pattern */
.uMEeZUP5LEOvxMxNgrSObw\=\=[data-focus-visible] .RkSALxpq72hx3hO-vUmm2g\=\=[aria-expanded='true'] {
  box-shadow: 0 0 0 4px var(--border-accent-low);
}

.RkSALxpq72hx3hO-vUmm2g\=\= {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0 4px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 4px;

  &:hover {
    background-color: var(--state-primary-a-hover);
  }

  &:focus-visible {
    outline: none;
    box-shadow: none;

    &[data-focused] {
      outline: none;
      box-shadow: none;
    }

    &[data-focus-visible] {
      background-color: var(--state-primary-a-hover);
      outline: none;
      box-shadow: 0 0 0 4px var(--border-accent-low);
    }
  }

  &[aria-expanded='true'] {
    background-color: var(--state-primary-a-hover);
    border-color: var(--border-accent-high);
    box-shadow: 0 0 0 4px var(--border-accent-low);

    .Xa81Er6z5VLW1zZZXyBY2w\=\= {
      transition: 0.15s transform;
      transform: rotate(180deg);
    }
  }
}

.C1lCaBrlziwflt\+SeGorZA\=\= {
  transition: 0.15s transform;
}

._1BWBhequKfRNVolegw7UHg\=\= {
  width: 16px;
  height: 16px;
}

.AvL157i-lxu\+u04vtyfplg\=\= {
  width: 8px;
  height: 8px;
}

.F5pR6UG\+CEVuEFXW9tkz0Q\=\= {
  width: 330px;
  padding: 8px 0;
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);
}

.B8\+\+JslktD2MFvgUWLCH0A\=\= {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;
  background-color: var(--elevation-high);

  &:hover,
  &:focus {
    outline: none;
    box-shadow: none;
  }

  &[data-hovered='true'] {
    background-color: var(--background-secondary);
  }

  &[data-selected='true'] {
    background-color: var(--state-selected);
  }
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= {
  border: 1px dashed var(--border-secondary);
  border-radius: 4px;
}

.g8mZk5NEaCzOhcmM0XKI8A\=\=.U05-iUitBvXdhfizeuFE3w\=\= {
  border-color: var(--border-error);
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= .TfX6fk1aFT5CRrl9ZwhmzQ\=\= {
  flex-shrink: 0;
}

.g8mZk5NEaCzOhcmM0XKI8A\=\= .SQz\+CH8pc4DvmGikmi33ww\=\= {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 24px;
  color: var(--content-tertiary);

  &:focus-visible {
    box-shadow: none;
  }
}

._9FydEv\+2Rf1dK0k5oG8ntg\=\= {
  text-align: start;
}

._52yI5h3DBQFJMicJI5FQ8g\=\= {
  margin-bottom: 4px;
}

.CIrtLux3X2Osr5-smKinrA\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.RSjySQMd6iKABezDw-52QQ\=\= {
  margin-top: 4px;
  color: var(--content-error);
}

.HRUHOwAtxd-M7k0Ks7\+sRg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--content-primary-a);
  text-align: center;
}

.g\+-jUe8XaOLIWXDO98zsFA\=\= {
  width: 120px;
  height: 120px;
}

._3UzkJHveVvrWcC2odS54Wg\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--content-primary-a);
}

.ITHQs4GIOw7yq16fTIGB4w\=\= {
  width: 200px;
  height: 200px;
}

.CZUQ16dx0QyEqgn\+Kz07wA\=\=:not([data-focus-visible]) {
  box-shadow: none;
}

.CZUQ16dx0QyEqgn\+Kz07wA\=\=[data-focus-visible] {
  border-radius: 4px;
}

/* stylelint-disable selector-class-pattern */
.VlPrAGPqgjjMSCSNpaDJPg\=\= {
  gap: 8px;
  width: max-content;

  svg {
    transition: transform 0.2s;
    rotate: -90deg;
  }
}

._1KumpuVLwUwnEKo5qkRIgg\=\= {
  transform: rotate(180deg);
}

._3Hfmc4SFF2Xjte\+Qt53Glg\=\= {
  width: 12px;
}

._99FgDBvitqZ\+XJFdDkwcjw\=\= {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  padding: 0;
  border-radius: 50%;
  transform: translateY(-50%);

  &:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }

  svg {
    width: 12px;
    height: 12px;
    color: var(--content-secondary);
  }
}

/* stylelint-disable selector-class-pattern */
._1S1I\+yXA2DzaLMdTQNuFcQ\=\= {
  position: relative;
  display: flex;
  width: fit-content;
}

.bPNEwjSMoO2lzhDb0tPVew\=\= {
  padding: 8px 0;
  background-color: var(--elevation-high);
  border-radius: var(--radius-dropdown);
  box-shadow: var(--shadow-high);
}

.fCEQPPAfR5KYZ5OJrXyVCQ\=\= {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.jlead\+43t-AMmMWmJHpYTw\=\= {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 16px;
  color: var(--content-primary-a);
  white-space: nowrap;
  cursor: pointer;

  &:hover {
    background: var(--state-primary-a-hover);
  }

  &:focus {
    background: var(--state-primary-a-hover);
    box-shadow: none;
  }

  &[data-selected] {
    background-color: var(--state-selected);
  }
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\= {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token */
  background-color: #dbdbdb;
  background-image: url(/static/flags.c3df80c39371386049fd.png?1);
  background-repeat: no-repeat;
  background-position: 60px 0;
  background-size: 100% 49494%;
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token */
  box-shadow: 0 0 1px 0 #888;

  &.UFH2E7rxmKI8TsM8u51WrA\=\= {
    width: 18px;
    height: 11px;

    &.rd-8dXaMmkaFLaPoSa0AFQ\=\= {
      border-radius: 2px;
    }
  }

  &._1mH1xnB9pJH1DVoeuo4XoA\=\= {
    width: 27px;
    height: 17px;

    &.rd-8dXaMmkaFLaPoSa0AFQ\=\= {
      border-radius: 3px;
    }
  }

  &.L8uvw9A0BUO83iHC484Mig\=\= {
    width: 42px;
    height: 27px;

    &.rd-8dXaMmkaFLaPoSa0AFQ\=\= {
      border-radius: 4px;
    }
  }
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eSW6K0ejJCCt4WDbIDh75g\=\= {
  background-position: center 25.279%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.QNjdNPOAI1cDIaUFXa8V-Q\=\= {
  background-position: center 33.4837%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tyomo7e5k3ElhhaV3a08Uw\=\= {
  background-position: center 48.1159%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JOmoQNWcI59gnCSlSnlIRg\=\= {
  background-position: center 25.5025%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.gRiZNaiZMxmJuMMXYOnVww\=\= {
  background-position: center 13.5307%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CCzH1MuUYyZQMK1bLaM6Hg\=\= {
  background-position: center 13.309%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.J2\+\+hY7AEpjNEoiZh7p8bQ\=\= {
  background-position: center 33.25975%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xhRKRV\+TrcW0BBEwzNqxQA\=\= {
  background-position: center 33.7054%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GLpo1EmuenyIhT8YYcIOhQ\=\= {
  background-position: center 0.4524%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ponqrHRU84cd6jqjkkqVSA\=\= {
  background-position: center 53.6584%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BStJt3Z37oy7l4cI\+Md5yA\=\= {
  background-position: center 13.7524%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+jAO2SAtCeZ\+SQqr3eVSbA\=\= {
  background-position: right 48.5593%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.PkIi8cacguEVKO0w9reCgQ\=\= {
  background-position: center 33.9271%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8W0ID2R-95LvdniwwGZylg\=\= {
  background-position: center 48.781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tBB6j7dX8hmzUOmm97mppg\=\= {
  background-position: left 13.9741%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GvVImNPSI07eJdneq-j1UQ\=\= {
  background-position: center 33.0403%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CoLT\+3kz4zfxfg13kndO2w\=\= {
  background-position: center 25.7242%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sDwTeraJIR9zyXMX31kpHA\=\= {
  background-position: center 34.5922%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZOWUv4zpJyBjBBOx9gp78A\=\= {
  background-position: center 14.4175%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.hcREi4G8p5FJmP3tRGZg9w\=\= {
  background-position: center 25.9459%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Fssw7BKFVB1yI4\+JGk2JbQ\=\= {
  background-position: center 34.3705%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T0ZU9bmIydiMuxte3IBnBQ\=\= {
  background-position: center 1.1162%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.A5MCpunMpvUjhFvEoyD0cw\=\= {
  background-position: center 34.8139%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.wom7m4vt5v5LsUOC0lqfuQ\=\= {
  background-position: center 45.0121%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.dYVRLhkRbLcFFWJv84JzuQ\=\= {
  background-position: center 1.3379%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9FDlqoudnwR\+Q6BGpM9naA\=\= {
  background-position: center 0.6721%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UcDnLibg7bL1dS5R9Cneqg\=\= {
  background-position: center 22.6204%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4EbBf0KbWiWG-mCckcsUYw\=\= {
  background-position: center 15.0826%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UFkPCZz-Ji0omiJYMsGFxw\=\= {
  background-position: center 26.3885%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.G5gN2Xo2zUFNU5qXCif5WQ\=\= {
  background-position: center 15.306%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E4RwFFPHhQEYWkkwp3UoYQ\=\= {
  background-position: center 14.6415%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1psxja\+8wLcFqnUR4Y1P1Q\=\= {
  background-position: center 15.7496%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CWpVhxBNoFsUGclRdvHBnA\=\= {
  background-position: left 14.1958%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XGHoP13rWOXXVS6I-V\+K1Q\=\= {
  background-position: center 26.1676%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\-4Ky\+WiQy4e\+2U6IT42EaA\=\= {
  background-position: center 35.7007%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aRtX8BZr9m6KVgzVAeWo-g\=\= {
  background-position: center 0.8958%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d2qmHMp-PErcoVh8Orq7WQ\=\= {
  background-position: left 34.1488%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d9HyQMgeyl5xR-S6qyobdw\=\= {
  background-position: center 14.8609%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TkhC9NhHRHwXmZ68-Ovltg\=\= {
  background-position: center 15.9694%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zN1j2R59tzAblPZT6g5vOg\=\= {
  background-position: center 49.2244%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.FOeNlKIccTh8zQjiCdu-ow\=\= {
  background-position: left 2.4467%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-A-XVlYtdbh5LcXdqVi5Mg\=\= {
  background-position: center 2.0047%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0euiodvGxYWWcxzV1tpzRw\=\= {
  background-position: center 8.4316%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.LKkzrCwzacUU78hcHq9Beg\=\= {
  /* stylelint-disable-next-line style-lint-plugin-qonto/require-theme-token */
  background-color: #ee1719;
  background-position: center 43.9036%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Ypht3E28j\+HXSQObg5DlqA\=\= {
  background-position: center 4.8844%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TJwQs1zuViJIOZnqik77Fw\=\= {
  background-position: center 49.4445%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TrGbibP4CL4jrfYwZWY8gg\=\= {
  background-position: left 16.4128%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.jiUOxMxOaXfgcQfGdo\+P7A\=\= {
  background-position: center 1.5589%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R52HdvYY3-C35R2CaHTg1g\=\= {
  background-position: left 26.8327%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.C2RolwK-ogEUaNwO6u3oMw\=\= {
  background-position: left 16.6345%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.bLkIGK285cMQaE4Qy8lLSQ\=\= {
  background-position: center 17.0779%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IWA-FkYqAq1J8c5M1KSPUg\=\= {
  background-position: left 17.2996%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zRlVn7KQDP-edZ9IArwkow\=\= {
  background-position: center 1.7805%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XvhIqrACY\+bgPaautwYdHA\=\= {
  background-position: center 17.5213%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.kJr9TupZ49DOUrCSZKGejQ\=\= {
  background-position: center 49.002%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ofKyaMHeoiKR9YdznauGgQ\=\= {
  background-position: center 35.2555%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1IMzETdDH2RvbwK5YeDPKQ\=\= {
  background-position: left 35.479%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.w\+qX2E6QGSbuoOfjfGhuCw\=\= {
  background-position: center 36.8092%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eN5fgKBupHGz06H-56WPHQ\=\= {
  background-position: left 2.6674%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yUPcjZZuAWujC0kTSrOZRw\=\= {
  background-position: center 35.7007%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xQKeg0HLUTm-YaOrhtWqiQ\=\= {
  background-position: center 17.743%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3X2oI5rkdWq9LCMnqAleeg\=\= {
  background-position: center 17.968%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.M-Re\+NXg\+igBEzyQafIqbQ\=\= {
  background-position: center 0.2287%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0UkxIyNF\+gomHHb-y89BZg\=\= {
  background-position: center 18.1864%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4g0mRsgLr4zMCQLvRhP8nw\=\= {
  background-position: center 35.9224%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ngrg9ZhB7e5rZ43dQhdtVQ\=\= {
  background-position: center 2.8931%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ChDa5\+-p3hNRRfcP\+hotYg\=\= {
  background-position: center 12.4222%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.wdrpno5rvtDUgXQXc\+c65A\=\= {
  background-position: left 3.3325%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.QMQNXaOv4WWCbzw\+8-ZgTA\=\= {
  background-position: left 43.4602%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.x1Q7D4NB30A1qCCrELnNuQ\=\= {
  background-position: center 3.5542%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WN6FHnd389dvUmieicLBuw\=\= {
  background-position: center 53.875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ghheKdz01fZa1bbXI1sULw\=\= {
  background-position: center 36.3658%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ladBxKziOezkYhPSfxhFxw\=\= {
  background-position: center 49.6678%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IRsy3NsebALTF14q0\+jJOQ\=\= {
  background-position: center 18.6298%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.J9eoZPvnQPrfyV5bGZaC6A\=\= {
  background-position: center 50.7763%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sUvC1NS-ot-Jv4zOd-R4wQ\=\= {
  background-position: center 36.1441%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xRTRYFLZX7hwLb\+QXwf0nQ\=\= {
  background-position: center 36.5875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.kdxK747jh9Bwemj6whqvFw\=\= {
  background-position: center 3.7759%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.nI8xduYZR3qY8JTwgSBxUg\=\= {
  background-position: center 44.5687%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.RNfYZcfSfIsVIMJBl0go8Q\=\= {
  background-position: center 19.2987%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yZqfprdZnN9AakmItpI3Og\=\= {
  background-position: center 27.0544%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._69zBo9duejX6W3b5XHuv7g\=\= {
  background-position: center 18.8515%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._6n5wC7hfgxN1oZ5uKokX8A\=\= {
  background-position: center 37.4743%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Z9UcTQGk\+Y-q8jv6pp9lRQ\=\= {
  background-position: center 4.2229%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aRMgGh5hjBKTwUIicfTsLg\=\= {
  background-position: center 37.0309%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pwBmTCbklShnskILMd6nYA\=\= {
  background-position: left 19.0732%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.SczzAJ728ayAER8R4nb9Yg\=\= {
  background-position: center 4.0015%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mHt64orVqyouoQ90wA4y9w\=\= {
  background-position: center 4.441%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+EA4izZaXGdJlgU3sZJkmA\=\= {
  background-position: center 19.518%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.m4885AAhvE9xelFhIO3XWA\=\= {
  background-position: center 3.1125%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GrXbtyocSudYxrYVqvoIkw\=\= {
  background-position: left 37.2526%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0gpNY0OZ2ofN9gllzrqeng\=\= {
  background-position: center 19.7383%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yyF8BIbJTkniFJPZ64IrjA\=\= {
  background-position: center 50.1112%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.azi7OF20ofuQTfHNIHrxnQ\=\= {
  background-position: left 4.66663%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zAW3FlhCFmNTMiLK0gXqgw\=\= {
  background-position: center 19.96%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Xpm8e13-efWXL0HKDsd8HQ\=\= {
  background-position: center 27.2761%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oaSVMFBwGNet9ncaG2UarA\=\= {
  background-position: center 48.781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4d6pfHG\+mhq\+nrxLu05hAw\=\= {
  background-position: center 20.4034%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NtL05xLStw-GJMAPX7kclg\=\= {
  background-position: center 35.0356%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.cDcON\+j-8FkwO6uLlVJbtg\=\= {
  background-position: center 20.1817%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.niKPdZSnVXSAw4x3UJ-oVw\=\= {
  background-position: center 37.696%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UzBYs2FgChNANxAYKARqmA\=\= {
  background-position: center 27.7195%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.esKV1ubmvi93SI\+8B-erfQ\=\= {
  background-position: center 38.1394%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3i19Nyc7ScKi0i3N1SQxSg\=\= {
  background-position: center 45.6772%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ohf9tVuY28JYon1wTmCAgw\=\= {
  background-position: center 38.3611%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1IptbA8yjHgD\+fZr86PECw\=\= {
  background-position: center 27.4978%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CSx-gmAA31df1wxqrwTxNA\=\= {
  background-position: center 45.4555%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.GDo-L1FADEwSwRBEvJzBow\=\= {
  background-position: center 45.2338%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.bjkId1JWud43DcWSNz-7ww\=\= {
  background-position: center 37.9177%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ru7dJbsMczGmsOVKR3PYOw\=\= {
  background-position: center 38.5828%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Mrm0qib6KZbb\+T5RFBxW0Q\=\= {
  background-position: center 38.8045%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.egBEyZwjPSfgKeh9wVwOrA\=\= {
  background-position: center 20.6241%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0AGhgzucUmMzLJolueKa\+Q\=\= {
  background-position: left 46.1206%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.UXAU9DrY1ZL11ygwGY46yg\=\= {
  background-position: center 27.9412%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-NhKZz\+8vibyEFM\+q5gR0Q\=\= {
  background-position: center 5.1061%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.d\+lA4UiIWwgrnaZtaU319w\=\= {
  background-position: center 46.3423%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.CXqRFjBVb2ehDrrjCxj\+bg\=\= {
  background-position: center 26.611%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9NNAFwEc4s-BRtK\+RI8DKw\=\= {
  background-position: center 50.3329%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WgPPoTzwdq1dykh1-2GtGQ\=\= {
  background-position: center 16.8562%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.aFHjqVGoEQ9hBWetQGYsMg\=\= {
  background-position: center 22.8421%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4EZL3G1GhNT3kGVNowuUEw\=\= {
  background-position: left 29.9365%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mgLZzUtQbckBsD4RPuwgWA\=\= {
  background-position: center 31.2667%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.PL3dSpVBK31A1MRboslE9g\=\= {
  background-position: left 45.897%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DzMQRwK6GVNAa884tu0XZw\=\= {
  background-position: center 16.1911%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.-wANfngKTIsoEasVtH1tEg\=\= {
  background-position: center 28.1615%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mKfpbHUaG3WN3dsZpQmXFw\=\= {
  background-position: center 28.3846%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.KqzoCtkvqDdZMckBp7bbMg\=\= {
  background-position: center 46.561%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.faU6RZSCkJSiFkGXXX2bmA\=\= {
  background-position: center 23.0638%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pwloNAgm8GxHRLm9rYWJjg\=\= {
  background-position: left 39.4696%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._35SDKY6Okec9wFJU2Vp5oA\=\= {
  background-position: right 31.4884%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E1G-ol09ysIWwiN4ZVYWqg\=\= {
  background-position: left 5.5495%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ruF8C5xGbKtZQ5HgbkRZ4A\=\= {
  background-position: center 5.3298%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sNA3zJq62LUk2vL5eW79aA\=\= {
  background-position: center 39.6913%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ktt1P-1R1lRMVHt1KJ6F\+A\=\= {
  background-position: center 39.913%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+6sdkeBRokhW34eV7Sqbvg\=\= {
  background-position: center 39.2479%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._0Ty1\+8pZma\+JYHXB3Pvc0Q\=\= {
  background-position: center 5.7712%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.pHpkqVr7TGmcoALK7LhlZg\=\= {
  background-position: center 7.3231%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sjm2dDrCrX5OidE5f3-AAg\=\= {
  background-position: center 40.5781%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._3PzCM0QcH57PO9xlT2xhwQ\=\= {
  background-position: center 40.3564%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.E9y\+bUF4LCvFp5\+DNVelxw\=\= {
  background-position: center 40.7998%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Qa9wTF-c1isuG0XXnquJvw\=\= {
  background-position: center 36.5875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Ib7mmScUDgLjzMYOHyQAPg\=\= {
  background-position: center 5.994%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ALZTPhHeIQa39SyIPakG-w\=\= {
  background-position: left 50.5546%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T6ZBpylsya2v-othcq2eIQ\=\= {
  background-position: center 41.2432%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mmPZjiYnB2hMkN17RGv-\+A\=\= {
  background-position: center 6.4363%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.x2hGwsAOPvITsRog-E7QqQ\=\= {
  background-position: center 29.4931%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.z-qVV8baNm145crnP4H11w\=\= {
  background-position: left 29.2714%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.nF01VScXXPgqJSn-d26NnA\=\= {
  background-position: center 28.6063%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oXV7UN9IOFs0mLeL2UGVFA\=\= {
  background-position: center 30.1582%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.i6gMPfdcxLo2gl0OBTTJEA\=\= {
  background-position: center 20.8468%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.I1rHIGz7oBNbBcQo1G7\+xQ\=\= {
  background-position: center 6.658%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vilB1os00QvZfTq8wqVZiQ\=\= {
  background-position: center 21.2902%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Swp0w3TJEURpPy-WY-q8Xw\=\= {
  background-position: left 40.1347%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vhRhsMs7Oj1VhO0WmXa3UQ\=\= {
  background-position: center 6.8805%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Z7tfidIBTot76zWz6BaCAQ\=\= {
  background-position: center 29.0497%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZPAoLIMuZz6TetKR6i4bQA\=\= {
  background-position: center 6.2156%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8XUiWwYXjENSpPtFzAdo9A\=\= {
  background-position: center 21.0685%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Atj5F6N6g4sEkEixFVSmeA\=\= {
  background-position: center 28.829%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.OHMy7RhfgDoSQYh5mhcI5Q\=\= {
  background-position: left 7.5448%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.hjBNwTXgJOHMnjciBrTL5Q\=\= {
  background-position: left 7.7661%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.uV1kyY16yqdqq1keoRAKDw\=\= {
  background-position: center 50.998%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R44VeI1LTKjRCp6a6SNY2g\=\= {
  background-position: center 7.98937%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._89fLt39STvrd\+lKowvYcgA\=\= {
  background-position: center 51.8848%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mEUQwy9id75M7xCRKGcV7A\=\= {
  background-position: center 8.2099%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._16gfMasPQpivuGXSTIpsZQ\=\= {
  background-position: center 21.5119%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tDczNTYovkpPBK5U4VdIMw\=\= {
  background-position: center 41.0215%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.T3t-PfRH\+MebYU7YT4ndzw\=\= {
  background-position: center 41.4649%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DEI8uyTx0xFynMUWqzVPvg\=\= {
  background-position: left 29.7148%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NlU0cfq5b\+eFReQTDkja7w\=\= {
  background-position: left 51.4414%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.VKBgSHt2fbiXKeRngXx0jw\=\= {
  background-position: center 51.6631%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Zvpk0GKVXq06uQARoQ-SEQ\=\= {
  background-position: center 51.2197%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5B8UFnD7VG07A4IdaMH4JA\=\= {
  background-position: left 46.7857%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.k4q0I7JEmr19FidA9biFjQ\=\= {
  background-position: center 21.7336%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.\+n4HiqRUXx3kF6dpa27kHw\=\= {
  background-position: center 22.177%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.WleAQetr3U1vTRNWoMcOlw\=\= {
  background-position: center 49.8895%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._4ONExeqVSa4-vt9Q2z8KFQ\=\= {
  background-position: center 30.6016%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ptoDfvFiCJ6Ou-43vy6RDg\=\= {
  background-position: left 30.8233%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eicTbMkEcjrb-2\+-a8KelQ\=\= {
  background-position: center 47.0074%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.HPQJWOMq9YBQ4UvyjtgxCw\=\= {
  background-position: center 41.6866%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ky3fZnb-kaDZH-iB6B\+SnA\=\= {
  background-position: center 23.2855%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._7xl5BR5RvJJjsIxfedU2tA\=\= {
  background-position: left 22.4002%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.xz418hpInw13kaUBF53fyw\=\= {
  background-position: center 47.2291%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IUN489rW\+qAQtkdqZMBMCQ\=\= {
  background-position: center 41.9083%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5XpUnBtE-gaCqsZhw1xEMw\=\= {
  background-position: center 30.3799%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.s8KSxrRibNulQB7LFuBvLw\=\= {
  background-position: center 21.9553%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5VSf6fT34iCmoItUmV9F7w\=\= {
  background-position: center 47.4508%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.KiYIdup8EzQMhBHMruzTPw\=\= {
  background-position: center 8.6533%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.M7Y0tZFmhgW2Y2sab9-tmg\=\= {
  background-position: center 42.13%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Wo2OjNI4wCk0dhoY0zk-xw\=\= {
  background-position: center 42.7951%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.mDkvCs7l\+9TkAdqwqvrAng\=\= {
  background-position: center 42.3517%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1q1jGCgoEAsXAVCf67zoBQ\=\= {
  background-position: right 8.875%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ja-38Jm74tTK-nwCjru2dw\=\= {
  background-position: center 47.6725%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eQoYsSZjkwtYFsbRcmAmjg\=\= {
  background-position: left 52.3282%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9HDTCE54g7\+BYlJM1HP4oQ\=\= {
  background-position: left 9.7628%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._89760NRbSkP8iAplhcwvaw\=\= {
  background-position: center 10.8703%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BXMubOTJKUsbI5Cfmv67nw\=\= {
  background-position: center 43.6819%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oH1FbtA2TdbY8LLTSctkyQ\=\= {
  background-position: left 31.045%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.OGkzzKcU2AqhF0Iz0Oaeeg\=\= {
  background-position: center 9.0967%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.h0\+aW1IFOaLCVU9NE3D\+pw\=\= {
  background-position: center 43.2385%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vZ-WMBMyfM2HY5p2VvKNNg\=\= {
  background-position: center 41.4649%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.gqztP09hlRw2lBFrvnspVg\=\= {
  background-position: center 43.0168%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.R1xzMpJya7sKEdOQEiDFSw\=\= {
  background-position: center 9.9845%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.LqRgtYWCnL-vJoXfBo5Vuw\=\= {
  background-position: center 42.5734%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DbUbw9-g-EBkFvVfMEsbKQ\=\= {
  background-position: center 9.5426%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.tZdcXar54gEHcP7y3OVr9A\=\= {
  background-position: center 10.2052%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JPllzk4UF9kxu3dAH336Pg\=\= {
  background-position: center 11.0945%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.eFogh5Sw8Q3JOpN7Fer5Iw\=\= {
  background-position: left 10.6486%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5DurX4kNSjqepz3OKKCL5A\=\= {
  background-position: center 9.32237%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.zLwnpRZS3\+stXHFKhZAkHQ\=\= {
  background-position: center 18.4081%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.TmPuFgagE3iNOTUVg0C3yg\=\= {
  background-position: left 23.732%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._5VIrtkmcj5Ym5n0-zos0QQ\=\= {
  background-position: center 47.8942%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oBjImLZyzMb\+1bWlNtdpHw\=\= {
  background-position: center 11.3135%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.IMWU9KodAUIrjgCn8Hh41A\=\= {
  background-position: center 24.1723%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._6fVmMsC3hRMVr-Qv8MOjIg\=\= {
  background-position: center 2.2247%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.dVjJL0WB\+AjPBXZqLwZKrA\=\= {
  background-position: left 11.5354%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.AprAn53a4iuJdSJQnqJwiQ\=\= {
  background-position: center 32.1535%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.q6ivVHTvtqEuNEfWFPzwRw\=\= {
  background-position: center 31.9318%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.lcpwldOlI00sUwguiOg9JQ\=\= {
  background-position: center 52.5499%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._8WNoH3xer6uoBfMTRMFDMQ\=\= {
  background-position: left 32.3752%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.DsiCw\+33fj9SyB8E0ziiiQ\=\= {
  background-position: center 32.5969%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.h\+SkLfrbjgIzLDatkLIZqQ\=\= {
  background-position: center 11.7593%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._1I9UJw4pfMpzccYyGAmDcA\=\= {
  background-position: left 52.7716%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.yKD9cQnUkN80uoGzwuo\+hQ\=\= {
  background-position: center 44.1253%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.amqm-MbScMisFhI3aTCqVw\=\= {
  background-position: center 23.9506%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.oCAOOlyCJ3J7oycgtb0zIg\=\= {
  background-position: center 52.9933%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._9XiVrm\+8eVBdbyFMA3aoOw\=\= {
  background-position: left 31.7101%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.MwHue7tckjueFGZZ9EJ2BQ\=\= {
  background-position: center 12.2005%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.JovsxokiWjDS\+GF6TeAncw\=\= {
  background-position: center 44.347%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.XGR9d6LY44naovrVTwZzXQ\=\= {
  background-position: center 11.9799%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Cr8TqZdHaz2NVtgVtRjutg\=\= {
  background-position: center 24.392%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.sqYs\+ouRAhWxylNOESyIPQ\=\= {
  background-position: center 54.54%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._2NtXndNOshsEioEA05D5kw\=\= {
  background-position: center 24.392%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZSuHMbRuabFFmbq7zn2MfQ\=\= {
  background-position: left 24.8374%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ZGwCOc5ruedodWbPEfEsXw\=\= {
  background-position: left 48.3376%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.g4f8N-hG110swx7ifvE\+Fg\=\= {
  background-position: right 44.7904%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ykPo-Mg5X8o\+3VOixBvFkw\=\= {
  background-position: center 23.5072%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=._7MiU-iaNbKGnduVOQwM23w\=\= {
  background-position: center 25.0591%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.MmE1DS0OPTTrwPinkHnJxA\=\= {
  background-position: center 15.528%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Cq9wZsm5T9SmCng2C0Gisw\=\= {
  background-position: center 24.6157%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.ba3gniCmPptxxvN5RGiiyA\=\= {
  background-position: center 32.8186%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.AzqUMUZGMqcyF-plRVm1xA\=\= {
  background-position: left 53.215%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.vQn4FDSuaKEjNkSJbd7qAw\=\= {
  background-position: center 53.4385%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Lhbo1UrO-lka6qeH9TIZwQ\=\= {
  background-position: left 52.1065%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.HRkLVGs8Xl7oPYw\+HK8FuA\=\= {
  background-position: center 39.0262%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.Junt7t\+Nvd2bFVTx2RS7zQ\=\= {
  background-position: center 12.644%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.EoLM0chg0fhDGg7LHTN2AA\=\= {
  background-position: center 7.1038%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.BZkAmKUI-PCKSKvRI8uhNg\=\= {
  background-position: left 10.4269%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.NHdsPD0QNEaeZLrlUwv35Q\=\= {
  background-position: center 12.8664%;
}

.RmFm2ECRDW-AGIFg\+aaxQg\=\=.f\+EOHrNnxDp2bdAu4XYkXg\=\= {
  background-position: left 13.0873%;
}

/* stylelint-disable selector-class-pattern */
.wJTrw2EVxxYFLasE\+pJ2-w\=\= {
  position: relative;
  width: 100vw;
  min-height: 100vh;
}

.YxmbPTeODLXLCGFoW5XZ\+Q\=\=,
.vLgDdD1x4L-vzHcSjTWSiQ\=\= {
  top: 0;
  right: 0;
  z-index: 1;
  grid-row: 1;
  grid-column: 1 / -1;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

.vLgDdD1x4L-vzHcSjTWSiQ\=\= {
  height: 0;
}

._3MJl2QmJbgTJBLCXMdFUCA\=\= {
  position: sticky;
  top: 16px;
  right: 16px;
  pointer-events: auto;
}

.rl68A7U-f-jcFqubCHC8qg\=\= {
  z-index: 2;
  margin: 16px 16px 0 0;
  pointer-events: auto;
}

.heYItU8owGG6VbXwWht68A\=\= {
  background: var(--elevation-default);
}

.d6sQ0ej\+TXF9kxLHt59TjA\=\= {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: center;
  width: 100%;
  max-width: 536px;
  min-height: 100vh;
  padding: 80px 16px 0 16px;
  margin: 0 auto;
}

.u2y6HENQ\+5nlscYmHzWHcg\=\= {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.tyKj81vBieAMh6\+ieWjKtg\=\= {
  margin: 0;
  color: var(--content-primary-a);
}

.KXnHxgfcLZTU36POWdwfyw\=\= {
  margin: 0;
  color: var(--content-primary-a);
}

.GMZ3q\+OIk8shpbenyu0R4Q\=\= {
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 24px 0 32px;
  background: var(--elevation-default);
}

.GMZ3q\+OIk8shpbenyu0R4Q\=\= > * + * {
  margin-left: 16px;
}

.JOWF2PUhpvLVEflsn3AhJw\=\= {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  color: var(--content-primary-a);
}

._5N4bXcfjsGNWf\+BD4I4YaA\=\= {
  margin-top: 4px;
}

.JtNyF2FpnGcJIx7sFBResw\=\= {
  --list-item-spacing: 16px;

  padding: 0;
  list-style: none;

  &._73UND3VB5jHOMrmq4DpJWA\=\= {
    --list-item-spacing: 8px;
  }
}

.JtNyF2FpnGcJIx7sFBResw\=\= > li:not(:last-child) {
  margin-bottom: var(--list-item-spacing);
}

/* stylelint-disable selector-class-pattern */
._7T2Qizgz3XEHN1Mn8UT07g\=\= {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Pyg\+ElU3d0H8-RCr3B5cqg\=\= {
  display: flex;
  align-items: center;
}

._3NCtzj7-gAAh4h1R8CDVjw\=\= {
  position: absolute;
  margin-left: 12px;
  color: var(--content-primary-a);
  pointer-events: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\= {
  width: 100%;
  padding: 8px 12px 8px 36px;
  pointer-events: all;
  background-color: var(--background-tertiary);
  border: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\=::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

._7T2Qizgz3XEHN1Mn8UT07g\=\=[data-empty='true'] .AwfdC5c2Fy6AFLD\+HOfNzw\=\= {
  display: none;
}

.LM0Nvcos5qlUjLfDQvixrg\=\=.LyaqxkDSn5oQPvQpeCCKYg\=\= {
  height: 32px;
  padding: 0 36px;
  line-height: 40px;
}

.AwfdC5c2Fy6AFLD\+HOfNzw\=\= {
  position: absolute;
  right: 0;

  svg path {
    fill: var(--content-tertiary);
  }
}

.ZBi3nvW-YvBpc4thTthkqg\=\= {
  position: absolute;
  right: 35px;
}

._0crgOiauhlzPY0h5lvTcpw\=\= {
  display: flex;
  flex: 1 0;
  align-items: center;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;

  &[data-placeholder='true'] {
    color: var(--content-secondary);
  }
}

/* Trigger styles - based on power-select-customs/trigger.module.css */
.s9CAodev9rKClH7Srtk6Qg\=\= {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.s9CAodev9rKClH7Srtk6Qg\=\= > .DYFXSwiaEhjqnBU0gLtXkA\=\= {
  padding: 0;
  margin: 0;
}

.oJPqf2mtP2fPg5zXdEDcPA\=\= {
  margin-right: 4px;
  color: var(--content-secondary);
}

._0-yvey8jJY2JxX1BvM5oww\=\= {
  z-index: var(--z-index-mid);
  display: flex;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0 none;
}

._0-yvey8jJY2JxX1BvM5oww\=\= svg {
  width: 12px;
  height: 12px;
}

.JW7\+xIuQPu8EmKTn-yMqeA\=\= {
  margin-right: 11px;
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  color: var(--content-secondary);
  text-align: right;
}

.RV9Ku37iFijq1ik1MDOjSw\=\= {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 12px;
}

/* Footer styles - based on power-select-customs/multiple/footer.module.css */

.\+aXn5RkNsMTz4A1b0195mg\=\= {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  color: var(--content-primary-a);
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--background-secondary);
  border-top: 1px solid var(--border-tertiary);
  border-radius: 0 0 4px 4px;
}

.\+aXn5RkNsMTz4A1b0195mg\=\=:hover {
  cursor: pointer;
}

.i4gT9CBk4k7u1Jgm5H8lpA\=\= {
  margin-right: 8px;
  background-color: var(--elevation-low);

  &[aria-checked='true'] {
    background-color: var(--background-accent-high);
    border: none;
  }
}

._8R-N\+aKa\+aDbMzwXNwDysQ\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

._6ayZNFuyhBNLqhNaiq2cug\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

.NEF62hR\+nZnLsmDGgfQSjA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.klj\+fcqV5T-5x\+K2yM04Zg\=\= {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.DEdBf9XwILPc-LPLZIiI5A\=\= {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  height: 40px;
}

.DEdBf9XwILPc-LPLZIiI5A\=\=._0DO0Im-9kBmPoMmn4vhd8Q\=\= {
  width: calc(100% - 32px - 8px); /* 100% - button width - gap */
}

.NLe7kvCUhdOJtF6HFwdkwA\=\= {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.Z-UxF8ZJUzW4fTVYxdBU4A\=\= {
  flex-shrink: 0;
}

/* Popover styles - based on select.module.css */
.Xk\+CSLmunDVLNmZPOrog7Q\=\= {
  display: flex;
  flex-direction: column;
  width: var(--trigger-width);
  min-width: 208px;
  overflow: auto;
  overflow-y: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(.dnaLO\+aTVMgLrRIw4NxAxA\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.vJuZ0erKGWh3vhsi23K4\+w\=\= {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.S3dQ7SgL3WTZDRL44IIfFg\=\= {
  background-color: var(--elevation-high);
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 0;

  &:focus-visible {
    border-bottom: 1px solid var(--border-tertiary);
    box-shadow: none;
  }

  svg {
    margin-left: 16px;
  }
}

.nise2HITi2qG0QL8DS-SBw\=\= {
  color: var(--content-error);
}

.CpWXiYt2i\+RSxMnnfu6Wig\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* stylelint-disable selector-class-pattern */
._631DSrBSQ5E4qDx0V5kM2g\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.CfunxQSya9igoOoXmFtIQA\=\= {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 40px;
}

.CfunxQSya9igoOoXmFtIQA\=\= > .Tjzjg9n18WY3Mw1QDOJu1Q\=\= {
  display: flex;
  flex: 1 0;
  align-items: center;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;

  &[data-placeholder='true'] {
    color: var(--content-secondary);
  }
}

.IiOGIA0FVi\+z\+Ghi8anDmA\=\= {
  width: var(--trigger-width);
  min-width: 208px;
  overflow: auto;
  color: var(--primary-content-a);
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &:not(._67wbGtlnSQmiq0RQnjRutA\=\=) {
    width: auto;
    max-width: 360px;
  }
}

.KIF7LQAxFhTEEZNT7GclFQ\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

._98eQCTPI1L9gmMh2X-1hNA\=\= {
  background-color: var(--elevation-high);
  border-bottom: 1px solid var(--border-tertiary);
  border-radius: 0;

  &:focus-visible {
    border-bottom: 1px solid var(--border-tertiary);
    box-shadow: none;
  }
}

.IX-VnIYHFb6ED-dbpNkZiA\=\= {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  overflow: hidden;
  color: var(--content-primary-a);
  text-overflow: ellipsis;
  white-space: nowrap;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: '';
    background-color: var(--overlay-primary-a-color);
    opacity: var(--overlay-opacity);
  }
}

.L53cSBxOYM70ZOkR-JfRFA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gVqtEE1ZEonKlNGyHfttvQ\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.Y3ZVE-Kx9O1JJeTzuQSpEw\=\= button {
  position: relative;
  z-index: var(--z-index-default);

  &:not([data-focused]) {
    z-index: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.gVqtEE1ZEonKlNGyHfttvQ\=\= > input {
  position: relative;
  z-index: var(--z-index-default);
  flex: 1 0;

  &:not([data-focused]) {
    z-index: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

._2LdXtFAiqE6LSBO1AcR2Gw\=\= {
  ._3hzQancpfUhhWHKQA53lbw\=\= {
    margin-right: 0;
  }

  .Ai\+t8IUM4pEmBaQyQG483g\=\= {
    display: none;
  }

  .GOp24bNQAX9twLuGRRJ9Pg\=\= {
    margin-left: 8px;
  }
}

.q5NfyCPKQ8aDR7VNvqei-Q\=\= {
  padding-right: 36px;
}

._9\+kUMgYCc9hmGI0CzmPuAg\=\= {
  position: absolute;
  right: 8px;
  color: var(--content-error);
}

.ate2iknZz9\+mByMq3iC92g\=\= {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 800px 104px;
  animation-name: xEa51cHHLHPBJLos1r1Wfg\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes xEa51cHHLHPBJLos1r1Wfg\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

.SD\+y6s38OoEybFjgPcDCdg\=\= {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 8px;
  overflow: hidden;
  background: var(--background-placeholder);
  background-size: 1000px 104px;
  border-radius: 50px;
  animation-name: AA4FO87N6BMR7oYl5ouTWQ\=\=;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

._9smswYMc1VMv4eRMOOp0rQ\=\= {
  margin-top: 0;
}

@keyframes AA4FO87N6BMR7oYl5ouTWQ\=\= {
  0% {
    background-position: -500px;
  }

  100% {
    background-position: 500px;
  }
}

.sQILOK\+vWjnW7yLNgl\+GdQ\=\= {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* stylelint-disable selector-class-pattern */
.xnG9W6dfqq3r\+9-ISUkXiA\=\= {
  position: relative;
  width: 504px;
  padding: calc(40px - 1px);
  color: var(--content-primary-a);
  background-color: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 24px;
  box-shadow: var(--shadow-high);

  /* If there is a promotional illustration as a child of the popup, we need to style the close icon differently */
  &:has(.GPHlA9Oqyd6u3brW7eJD3w\=\=) {
    .pjmHJFw53Chm3GDwY1bZMA\=\= svg {
      color: var(--content-primary-a-static);
    }
  }
}

.o0-a9wRg3jx\+PsqptcdYSQ\=\= {
  &:focus,
  &:focus-visible,
  &:focus-within {
    outline: none;
    box-shadow: none;
  }
}

._4JiR\+5htdjULtFmY7ADIWQ\=\= {
  margin-bottom: 16px;
}

.dn56UqbQ\+EBsTzF584ctWg\=\= {
  margin-bottom: 16px;
}

.kXF0cS-IVftk-PzxZyf6oA\=\= {
  margin-top: 0;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}

.Dr9UMz9JYJtgn4EJ8DQ4AA\=\= {
  overflow-wrap: break-word;
}

.\+LL3fMJ910x9S0\+gETcjqQ\=\= {
  margin-top: 24px;
}

.LY-kyguV8CnTX48vQpqZoQ\=\= {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pjmHJFw53Chm3GDwY1bZMA\=\= {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--content-primary-a);

  svg {
    width: 16px;
    height: 16px;
  }

  /* This selector can be removed once Popup.tsx is removed in favor of the Composable Popup */
  &.EtDYgfc9cw9NzKAhNFKRaQ\=\= svg {
    color: var(--content-primary-a-static);
  }
}

.react-aria-ModalOverlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: calc(var(--z-index-above) + 10);
  width: 100%;
  height: 100%;
  background-color: var(--background-modal-overlay);
  animation: nWCbGi6mnVAYFUEOaIGh3Q\=\= 0.5s ease-in-out;
}

body.has-fullscreen-modal .react-aria-ModalOverlay {
  z-index: 51;
}

.react-aria-ModalOverlay > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.IU5fARPrkgGmGdovEOzebQ\=\= {
  margin: 0;
}

.GPHlA9Oqyd6u3brW7eJD3w\=\= {
  box-sizing: border-box;
  margin: -40px -40px 24px;
}

.GPHlA9Oqyd6u3brW7eJD3w\=\= > * {
  width: 100%;
  border-radius: 23px 23px 0 0;
}

@media (width <= 776px) {
  .xnG9W6dfqq3r\+9-ISUkXiA\=\= {
    width: 100%;
  }
}

/* stylelint-disable selector-class-pattern */
.ulArIK1Mjh-E128lpJpM5g\=\= {
  background: var(--background-secondary);
  border-radius: 4px;
}

.xIeP5efUirihuPMjI-Ibpw\=\= {
  height: 4px;
  background: var(--background-primary);
  border-radius: 4px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.h8vQjhML47ssObjeRlCrmQ\=\= {
  background-color: var(--background-accent-high);
}

/* stylelint-disable selector-class-pattern */
._9JaoAVz84V6IHRpKZcR59A\=\= {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  width: 100%;
  padding: calc(16px - 1px);
  color: var(--content-primary-a);
  text-align: left;
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);
  transition: box-shadow 0.2s ease-in-out;
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\= {
  cursor: pointer;
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\=:hover {
  box-shadow: var(--shadow-high);
}

.p7nfDpKnaiQm4fVpQT\+vKA\=\=:focus-visible {
  box-shadow: 0 0 0 5px var(--border-accent-low);
}

.WA\+U8R48OnJKyqO9oXJkdg\=\= {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._1\+xpaVds0y5AWIkdFbE5Vw\=\= {
  padding: 0;
  line-height: 23px;
  cursor: pointer;
  border-bottom: 1px solid var(--content-primary-a);
}

.AbrBHTDhl-PnadZj5urzdw\=\= {
  position: absolute;
  top: 16px;
  right: 16px;
}

.G5nXnBNk3kbHzOHwAyVxag\=\= {
  width: 32px;
  height: 32px;
}

/* stylelint-disable selector-class-pattern */
.bYUpxVq5GcGMyvxefvxdyA\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.m1EvGyix50SMo9SGctEj4A\=\= {
  max-width: 120px;
  max-height: 120px;
}

._5uBJP46TBgZTm48l-COOCg\=\= {
  max-width: 200px;
  max-height: 200px;
}

.IrBBikMmK\+yLBxPMzS8Fsw\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 504px;
  height: 100%;
  margin: 0 auto;
  color: var(--content-primary-a);
  text-align: center;
}

.V2jo0bbcVIucWrErgBy7ug\=\= {
  --border-color: var(--border-secondary);
  --knob-color: var(--background-accent-high);

  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--content-primary-a);
  forced-color-adjust: none;

  &::before {
    box-sizing: border-box;
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid var(--border-color);
    border-radius: 50%;
    transition: all 200ms;
  }

  &[data-pressed]::before,
  &[data-selected]::before {
    background: radial-gradient(circle at center, var(--knob-color) 40%, transparent 40%);
    border-color: var(--knob-color);
  }

  &[data-focus-visible]::before {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }

  &:hover {
    cursor: pointer;

    &::before {
      background-color: var(--state-primary-a-hover);
    }
  }

  &[data-disabled] {
    color: var(--content-secondary);
    cursor: not-allowed;

    &::before {
      opacity: 0.45;
    }

    &:hover {
      &::before {
        background-color: var(--state-primary-a);
      }
    }
  }
}

:root {
  --radio-size: 16px;
}

.JTyy5qQpPE4iuFCif9kabA\=\= {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--content-primary-a);

  .DaAUxuvnF7YimA9\+oXd6Cg\=\= {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: var(--background-error-high);
  }

  ._6J1Gpiy2ywM4zxM7WtM\+kw\=\= {
    padding: 0;
    color: var(--content-secondary);
    background: none;
    border: none;
  }
}

/* stylelint-disable selector-class-pattern */
._1M4lIa01pFSZV8tsm\+PwiA\=\= {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 16px;
  text-decoration: unset;
  appearance: none;
  cursor: pointer;
  background-color: var(--elevation-high);
  border-radius: 4px;
  outline: none;
  transition: all var(--transition-duration-short) ease-in-out;
}

.bp\+fRIqBPJKY-NeCFYu8xQ\=\= {
  border: 1px solid var(--border-tertiary);
  box-shadow: var(--shadow-low);

  &:hover {
    box-shadow: var(--shadow-high);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.KaJaACljWAANtoqt0e6Thg\=\= {
  border: 1px dashed var(--border-tertiary);

  &:hover {
    border-color: var(--border-secondary);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.t4sFnZJElANgU8RvldEDPw\=\= {
  cursor: not-allowed;
  background-color: var(--elevation-low);
  border-color: var(--border-tertiary);
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.tdh6U8E-lBsKxmUXRl-NNg\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.tdh6U8E-lBsKxmUXRl-NNg\=\= svg {
  width: 100%;
  height: auto;
}

._2jojxICbazmOPQIYymFoBg\=\= {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.Wzqcdf2pEfGe2vbJRSVGuQ\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

.YI6BhhB9CEHBkt02m0dvYQ\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.c\+-NPYVeDHt15oY8YbJvyA\=\= {
  color: var(--content-secondary);
  text-align: left;
}

._5\+2ieMJ7tGC6mXh0Tol7xw\=\= {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 16px;
  height: 16px;
  margin-left: 24px;
  background: transparent;

  svg {
    width: auto;
    height: 16px;

    path {
      fill: var(--content-secondary);
    }
  }
}

.p3HBLIAgwiO93mEZ7jfkZA\=\= {
  box-sizing: unset;
  display: inline-flex;
  align-items: center;
}

.AfXsdgju7ebBNEOEupED4g\=\= {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  flex-shrink: 0;
  align-items: center;
  width: 36px;
  height: 16px;
  padding: 4px;
  cursor: pointer;
  background-color: var(--background-toggle);
  border: none;
  border-radius: 12px;
  transition: background-color 0.2s;
}

._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.JkX9GjMDjFuvEYJcuFjI5Q\=\=:hover + ._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  background-color: var(--state-primary-a-hover);
}

._8DHEawjFKF\+6Lkon4pfAJw\=\=:hover {
  background-color: var(--state-primary-a-hover);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active ._8DHEawjFKF\+6Lkon4pfAJw\=\= {
  background-color: var(--state-primary-a-pressed);
}

.JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--content-primary-b-static);
  border-radius: 8px;
  transition:
    transform 0.2s,
    background-color 0.2s,
    width 0.2s;
  transform: translateX(0);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\= {
  background-color: var(--background-accent-high);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\= .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  background-color: var(--content-primary-b-static);
  transform: translateX(20px);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  width: 25px;
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-selected] .AfXsdgju7ebBNEOEupED4g\=\=:active .JkX9GjMDjFuvEYJcuFjI5Q\=\= {
  background-color: var(--content-primary-b-static);
  transform: translateX(11px);
}

.AfXsdgju7ebBNEOEupED4g\=\=:active {
  background-color: var(--background-accent-high);
}

.p3HBLIAgwiO93mEZ7jfkZA\=\=[data-disabled] .AfXsdgju7ebBNEOEupED4g\=\= {
  pointer-events: none;
  opacity: 0.5;
}

[data-focus-visible='true'] .AfXsdgju7ebBNEOEupED4g\=\= {
  border-radius: 12px;
  outline: 4px solid var(--border-accent-low);
}

.efxIJs7bJ8VuQwSRwazXsA\=\= {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 15px;
  text-decoration: unset;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: all var(--transition-duration-short) ease-in-out;

  & > *:not(:last-child) {
    flex-grow: 1;
  }
}

.RwlKg3StJIDFW2ELWgGpcA\=\= {
  cursor: initial;
  background-color: var(--elevation-low);
}

.BfZwp8SPBjDz3gUcsDVYOQ\=\= {
  cursor: not-allowed;
}

.MYPlqAivEtMYiC64k0J-Tw\=\= {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--elevation-high);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
  box-shadow: var(--shadow-low);
}

.fcc-5YUiqWxLds5H3jo93Q\=\= {
  border: 1px solid var(--border-tertiary);
  box-shadow: var(--shadow-low);

  &:not(&.vYzaQmAuHYPcHo5gXqBVXA\=\=):hover {
    box-shadow: var(--shadow-high);
  }

  &:focus-visible {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.\+MI9I0kPw8Ob4W-LkYCmSw\=\= {
  background-color: var(--background-tertiary);
  border-color: var(--border-tertiary);
  box-shadow: none;
  opacity: var(--disabled-opacity);
}

.b7uICpKw\+xSC6iIzp0Pddg\=\= {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.N-PRkKAhhNurn2CSuLbi4Q\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.N-PRkKAhhNurn2CSuLbi4Q\=\= svg {
  width: 100%;
  height: auto;
}

.LXYc0vRVZ1Z8qd5lcBGSgg\=\= {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.aJPZaBrRYrOkJShS0xhBaw\=\= {
  color: var(--content-primary-a);
  text-align: left;
}

.gleYg36E5MfrEiMDWlkwAg\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.jYWOxsBd3TsrnY\+\+D-t2yA\=\= {
  display: flex;
  justify-content: space-between;
}

.IKKi9hUyplLkDvORWOnADA\=\= {
  position: relative;
  display: flex;
  justify-content: center;
  width: inherit;
  padding: calc(16px - 1px) 15px 16px;
  border-top: 1px solid var(--border-tertiary);
}

.xNUhVW4BZUtGoISs\+4XUMw\=\= {
  color: var(--content-secondary);
  text-align: left;
}

.XTUQZa8bKHzNo3li-UO8AQ\=\= {
  & button > div {
    flex-grow: 1;
  }
}

.ZzlZUFvB\+iJ6FruKR9dgng\=\= {
  padding: calc(16px - 1px) 16px 16px;
  color: var(--content-primary-a);
  border-top: 1px dashed var(--border-tertiary);
}

.h9e76-9rqP2z82JAszJsBQ\=\= {
  overflow: hidden;
}

.COwfKjAvOqTAplpdXl\+vOA\=\= {
  display: flex;
  width: 100%;
  padding: 0;
}

._0tsgp3WcNiM3yNxxGaOGBA\=\= {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.S6QBLsWDU6P2rxMvB3UkuA\=\= {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}

.Ltn6POxvITqVeppf-sW7ug\=\= {
  flex: 1;
  height: 4px;
  background: transparent;
}

.mvvfz-VctMhai-7PG8ODRw\=\= {
  line-height: 0px;
  color: var(--background-secondary);
}

.mvvfz-VctMhai-7PG8ODRw\=\=.giN0lud2Q0Y-jvo5FgX9-Q\=\=,
.FR3wBSZdvJVMPRJ5qmYlqA\=\=.giN0lud2Q0Y-jvo5FgX9-Q\=\= {
  color: var(--content-primary-a);
}

.FR3wBSZdvJVMPRJ5qmYlqA\=\= {
  padding: 0 4px;
  color: var(--content-secondary);
  text-align: center;
}

.Ltn6POxvITqVeppf-sW7ug\=\=.vKuqND6RNrjTKa9JQWn8ow\=\= {
  background: var(--background-secondary);
}

.Ltn6POxvITqVeppf-sW7ug\=\=.P12sDC30fwqZwUPlM6n6Tg\=\= {
  background: var(--border-primary);
}

.Ouqzesj5kuwDIn23py8cvA\=\= {
  display: flex;
  color: var(--content-primary-a);

  &[data-orientation='horizontal'] {
    flex-direction: column;
  }
}

/* stylelint-disable selector-class-pattern */
.GHguvPU5S3VP6jelIKNqgA\=\= {
  padding: 10px;
  margin-top: 4px;
  border-radius: 4px;
  outline: none;

  &[data-focus-visible] {
    outline: 2px solid var(--focus-ring-color);
  }
}

/* stylelint-disable selector-class-pattern */
.zWnoKL1jJC-x29jxpch8mA\=\= {
  position: relative;
  padding: 16px 0;
  color: var(--content-secondary);
  cursor: default;
  cursor: pointer;
  outline: none;
  transition: color 200ms;

  &[data-hovered]:not([data-selected]) {
    color: var(--content-primary-a);
    border-bottom: 3px solid var(--border-primary);
  }

  &[data-selected] {
    color: var(--content-primary-a);
    border-bottom: 3px solid var(--border-primary);
  }

  &[data-disabled] {
    color: var(--text-color-disabled);

    &[data-selected] {
      --border-color: var(--text-color-disabled);
    }

    cursor: not-allowed;
  }

  &[data-focused] {
    box-shadow: none;
  }

  &[data-focus-visible] {
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.dXAIGrGuzvDsJohMWHbX1w\=\= {
  display: flex;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;

  svg {
    margin-right: 12px;
  }
}

.EOP9MoCIIZ2ioR5jz1T5Hw\=\= {
  position: absolute;
  top: 18px;
  left: 19px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--background-error-high);
  border-radius: 50%;
  outline: 1px solid var(--elevation-default);
}

.von3Re\+mOl\+VXecuxJ2Myw\=\= {
  position: relative;
  margin-right: 24px;
}

.von3Re\+mOl\+VXecuxJ2Myw\=\=::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 1px;
  height: 16px;
  pointer-events: none;
  content: '';
  background-color: var(--border-tertiary);
  transform: translateY(-50%);
}

/* stylelint-disable selector-class-pattern */
.ddbZXgW0TwWLax62AuwePQ\=\= {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-left: 48px;
  color: var(--content-secondary);
  border-bottom: 1px solid var(--border-tertiary);
}

.H4jCFTQInwJ9w-QmC1ILow\=\= {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: calc(4px - 1px) calc(6px - 1px);
  font-size: var(--caption-font-size);
  font-weight: var(--caption-font-weight);
  line-height: var(--caption-line-height);
  color: var(--content-primary-a);
  background-color: var(--elevation-default);
  border: 1px solid var(--border-tertiary);
  border-radius: 4px;
}

.xX9dgU02aUVwaL5l\+JdzIA\=\= {
  display: flex;
}

._5JSR2hm79ZVU1eeHKEnhpA\=\= {
  color: var(--content-success);
}

.bLG4erM-Seq4OYY9apCXEQ\=\= {
  color: var(--content-error);
}

.Tiao\+XZozvNwuIJBr3eAiQ\=\= {
  color: var(--content-accent);
}

.Bgc\+OVfkMlwuEB2HNDXTPw\=\= {
  color: var(--content-warning);
}

.\-6pNZ\+B6Y40fhc3gL3BA-w\=\= {
  padding: 4px 6px;
  color: var(--content-primary-a);
  background: var(--background-tertiary);
  border: none;
}

.SdOnyGd1vgXHpSUH7NFhwQ\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* stylelint-disable selector-class-pattern */
.x55BNXqi4ffdcSbYzNA7PA\=\= {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.SpTZRd6LqrjZzeKVXqt2TQ\=\= {
  position: relative;
  display: flex;
  align-items: center;
}

.SpTZRd6LqrjZzeKVXqt2TQ\=\= > input {
  flex: 1 0;
}

button._6Z4F80wPlKJ8F6Ts8PDTFA\=\= {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  color: var(--content-primary-a);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.ccKAhi6L0WouJL4UX-3PaA\=\= {
  --item-margin: 2px;
  --media-size: 16px;
  --media-line-gap: 6px;
  --media-padding: 4px;

  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
}

/* stylelint-disable selector-class-pattern */
._98M7yDZaTvpHc1Qpi-TJrw\=\= {
  position: relative;
  display: grid;
  grid-template-columns: var(--media-size) 1fr;
  gap: 12px;
  align-items: start;
  justify-items: start;
  margin: var(--item-margin) 0;

  &::before {
    position: absolute;
    top: calc(var(--media-size) + var(--media-line-gap) + var(--media-padding));
    bottom: 0;
    left: calc(var(--media-size) / 2 - 0.5px);
    display: block;
    content: '';
  }

  &.Wa8bhVzBrdfbQIEzYIul-g\=\= {
    &::before {
      display: none;
    }

    &:last-child > .kclK0mj0fQtr\+lkJX0YE1A\=\= {
      padding-bottom: 0;
    }
  }
}

.BVHN8T0ovjH0LYG89XNbQA\=\= {
  &::before {
    border-left: 1px dashed var(--content-secondary);
  }
}

.ws350yTkbffIZeRtc8zfhg\=\= {
  &::before {
    border-left: 1px solid var(--content-secondary);
  }
}

.giXf0eKDUqgbeNshS97Mmg\=\= {
  color: var(--content-primary-a);

  &.eat9HkLQyf6nrWou4rCcBQ\=\= {
    display: flex;
    align-items: center;
    height: 24px;
  }
}

.otmVpST8IVcQTAuUjpVV3g\=\= {
  color: var(--content-secondary);

  &.eat9HkLQyf6nrWou4rCcBQ\=\= {
    display: flex;
    align-items: center;
    height: 16px;
  }
}

.Yu2VBiidqG2F7Xf8ZpblYw\=\= {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--media-padding);
}

.kclK0mj0fQtr\+lkJX0YE1A\=\= {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
}

/* stylelint-disable selector-class-pattern */
.wwFhJp\+kCe9OgquJyc0mlg\=\= {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 320px;
  padding: 16px 20px;
  color: var(--content-primary-b);
  background-color: var(--background-primary);
  border-radius: 4px;
}

.p85YUAp4aJShF1jDgquxSw\=\= {
  flex: 1;
}

.A41LXqnhxlX9G9ixHHD04g\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

.SYKsKZqaEptpKXuhvWWO-w\=\= {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.SYKsKZqaEptpKXuhvWWO-w\=\= svg {
  width: 16px;
  height: 16px;
  color: var(--content-primary-b);
}

.k1HI94vICIH0HHclSiEQ-w\=\=,
.k1HI94vICIH0HHclSiEQ-w\=\= svg {
  color: var(--content-primary-b-static);
  background-color: var(--background-error-high);
}

/* stylelint-disable selector-class-pattern */
._1p4DsdBzOm9BvskY8KR6Fg\=\= {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: calc(var(--z-index-above) + 10);
}

.RJKQTzj2G\+ZKx811Bk-oXA\=\= {
  box-sizing: border-box;
  width: 320px;
  padding: 16px 20px;
  color: var(--content-primary-b);
  background-color: var(--background-primary);
  border-radius: 4px;
}

._91kInGG6ytQ\+52xEmhkQvA\=\= {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sEW4aKtwwksC9qA53Kx\+rw\=\= {
  flex: 1;
}

._0jDRCZb\+vEl3vPkU2zd6Ig\=\= {
  display: flex;
  align-items: center;
  height: 24px;
}

.oGAeC7f4s5RQ04Enw-pkZA\=\= {
  width: 24px !important;
  height: 24px !important;
  margin-left: auto;
}

.oGAeC7f4s5RQ04Enw-pkZA\=\= svg {
  width: 16px !important;
  height: 16px !important;
  color: var(--content-primary-b) !important;
}

.s2FZdk-5urXZAJa36ABDqg\=\=,
.s2FZdk-5urXZAJa36ABDqg\=\= svg {
  color: var(--content-primary-b-static);
  background-color: var(--background-error-high);
}

.QeW-TutTadK2v3MzLu0M5w\=\= {
  position: relative;
  display: inline-flex;
  height: 40px;
  color: var(--content-primary-a);
  background-color: var(--background-tertiary);
  border: 1px solid var(--border-tertiary);
  border-radius: 56px;
}

.COLu-Y2ybpLGfWTdDWqEpw\=\= {
  border: 1px solid var(--border-accent-static);
}

.PSC\+5slIInhbvzL0Z9Ti7w\=\= {
  opacity: 0.45;

  .ax158DuqxxjunoQMO2iS-Q\=\= {
    cursor: not-allowed;
    user-select: none;
  }

  .ssSFb-i0dBt3JPlUVi2k8g\=\=:hover {
    background-color: var(--background-tertiary);
  }

  .ssSFb-i0dBt3JPlUVi2k8g\=\=:active {
    background-color: var(--background-tertiary);
  }
}

.ssSFb-i0dBt3JPlUVi2k8g\=\= {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 1px;
  border-radius: 56px;

  &:hover {
    background-color: var(--state-primary-a-hover);
  }

  &:active {
    background-color: var(--state-primary-a-pressed);
  }
}

.ltCTfnaXsPRmbS591B0\+dg\=\= {
  /* 
    1px and 2px offsets are to mimic an invisible border around the background
    since the background is animated and we had to use an absolute positioning
  */
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index-default);
  width: 50%;
  height: calc(100% - 2px);
  margin-top: 1px;
  background: var(--background-toggle-button);
  border-radius: 56px;
  transition: transform 0.2s ease-in-out;
  transform: translateX(1px);

  &.LEVzoPUaR0Z9NiwYG-0llQ\=\= {
    transform: translateX(calc(100% - 1px));
  }

  .COLu-Y2ybpLGfWTdDWqEpw\=\= > .ssSFb-i0dBt3JPlUVi2k8g\=\= > & {
    background: var(--background-accent-static);
  }
}

.dB\+-wxV\+KbZK7dA1YgXRcw\=\= {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;

  &:focus-visible + .ax158DuqxxjunoQMO2iS-Q\=\= {
    border-radius: 58px;
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.ax158DuqxxjunoQMO2iS-Q\=\= {
  z-index: var(--z-index-default);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: 56px;
  transition: color 0.2s ease-in-out;
}

._0TEGi6IiT8Tr-LFR74DXJA\=\= {
  color: var(--content-primary-a-static);
}

.XOhwl7YelWjOBV36xWk1BQ\=\= {
  z-index: var(--z-index-above);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 980px;
  height: 50px;
}

.Z-Ejda-tzznHxB1OV3glxw\=\= {
  background-color: var(--background-accent-low);
}

.-bQtge7m\+WmWrlYJfhK7rA\=\= {
  background-color: var(--background-warning-low);
}

.D8TYFNDIEC7soQoAg\+dchw\=\= {
  background-color: var(--background-error-low);
}

.FCYApZxw1Mj4BqJiVZQf\+A\=\= {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.XOhwl7YelWjOBV36xWk1BQ\=\= a,
.yBQWVcYgeWBmT8tB4iSQNQ\=\= {
  color: var(--content-primary-a);
}

.XOhwl7YelWjOBV36xWk1BQ\=\= a:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 4px var(--border-primary);
}

.kwYK7YmPVHYNgAPT\+rEd7w\=\= {
  display: flex;
  margin-right: 12px;
  color: var(--content-primary-a);
}

._3\+QJ6FJ0G-6HnIXhRTHnaQ\=\= {
  margin-right: 8px;
}

._3\+QJ6FJ0G-6HnIXhRTHnaQ\=\=:focus-visible {
  box-shadow: 0 0 0 4px var(--border-primary);
}

.ipWcLrnVGa7iyJrD3fF4fQ\=\= {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0 4px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 4px;

  &:hover {
    background-color: var(--state-primary-a-hover);
  }

  &:focus-visible {
    outline: none;
    box-shadow: none;

    &[data-focused] {
      outline: none;
      box-shadow: none;
    }

    &[data-focus-visible] {
      background-color: var(--state-primary-a-hover);
      outline: none;
      box-shadow: 0 0 0 4px var(--border-accent-low);
    }
  }

  &[aria-expanded='true'] {
    background-color: var(--state-primary-a-hover);
    border-color: var(--border-accent-high);
    box-shadow: 0 0 0 4px var(--border-accent-low);

    ._1B4Lg2BITYiVfmWgFGQGYw\=\= {
      transform: rotate(180deg);
    }
  }
}

._1B4Lg2BITYiVfmWgFGQGYw\=\= {
  transition: 0.15s transform;
}

.HNWNP4P-Jns-eUZiE0F-sg\=\= {
  width: 16px;
  height: 16px;
}

.SKEzwSfogoFM2hYJxZ9S4A\=\= {
  width: 8px;
  height: 8px;
}

._2TO7EhytpMBzNT1CTITY8w\=\= {
  overflow: hidden;
  background-color: var(--elevation-high);
  border-radius: 4px;
  box-shadow: var(--shadow-high);

  &[data-focus-visible] {
    box-shadow: 0 0 0 4px var(--border-accent-low);
  }
}

.saw9ASSIAHO5gXBHkMTVuw\=\= {
  max-height: 190px;
  padding: 8px 0;
  overflow-y: auto;
}

.UV\+0hfYNF1eT9sIbm0q4Sg\=\= {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--content-primary-a);
  cursor: pointer;

  &:hover,
  &:focus {
    outline: none;
    box-shadow: none;
  }

  &[data-hovered='true'] {
    background-color: var(--background-secondary);
  }
}

.oLwjsqeLn20lpfFK5ip4EQ\=\= {
  padding: 12px 16px;
  color: var(--content-primary-a);
}

.We2HDWWxxQUY\+kCAb5QihQ\=\= {
  border-top: 1px solid var(--border-tertiary);
}

/* 
  * Used to remove the wrapper box from the DOM. 
  * Avoids breaking existing layouts by introducing a new node when using the bridge.
*/
.react-bridge-wrapper {
  display: contents;
}

.amount-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  transition: border-color 0.5s;

  font-size: 13px;
}

.amount-input__currency {
  position: absolute;
  margin-left: 12px;
  pointer-events: none;
  color: #b8bccc;
}

.amount-input__currency.black {
  color: inherit;
}

.amount-input__value {
  width: 100%;
  font-size: 13px;
  padding: 6px 12px 6px 41px;
  border: 1px solid #e9eaf0; /* TODO: import as variable? */
  border-radius: 3px;
  transition: border-color 0.5s;
}

.amount-input__value:focus {
  border-color: #6b5aed;
}

.amount-input__value::placeholder {
  color: #b8bccc; /* TODO: import as variable? */
  opacity: 1; /* Needs to be forced as firefox reduces it */
}

.amount-input__value.disabled {
  background-color: #f5f6fa;
  cursor: not-allowed;
}

/* Remove spin button  */

.amount-input input[type='number']::-webkit-inner-spin-button,
.amount-input input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amount-input input[type='number'] {
  -moz-appearance: textfield;
}


/*# sourceMappingURL=chunk.9b8f2d91dbb7a32c4826.css.map*/