@layer starter, reset, base, state, application;
@layer reset {
  ._radio_1omms_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: inline-flex;
  }
  ._radio-group_1omms_15 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: revert-layer;
  }
}
@layer base {
  ._wrapper_1omms_30 {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  ._radio_1omms_2 {
    display: inline-flex;
    align-items: flex-start;
    line-height: 1.5;
    gap: 0.5rem;
    position: relative;
    color: var(--foreground-color, #141414);
    font-size: 1rem;
  }
  ._radio_1omms_2 ._focus-label_1omms_44 {
    border-radius: 0.75rem;
    outline: 0 solid var(--focus-ring-color, #0265DC);
    outline-offset: 2px;
    transition: background-color 200ms cubic-bezier(0, 0, 0.4, 1), outline 200ms cubic-bezier(0, 0, 0.4, 1);
  }
  ._radio_1omms_2 ._icon-wrapper_1omms_50 {
    display: inline-flex;
    border-radius: 100%;
    background-color: transparent;
    transition: background-color 200ms cubic-bezier(0, 0, 0.4, 1), outline 200ms cubic-bezier(0, 0, 0.4, 1);
    position: relative;
    outline: 0 solid var(--focus-ring-color, #0265DC);
  }
  ._radio_1omms_2 ._icon-wrapper_1omms_50::before {
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block: 0;
    inset-inline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: background-color 200ms cubic-bezier(0, 0, 0.4, 1);
    pointer-events: none;
    border-radius: inherit;
  }
  ._radio_1omms_2 input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding-block: 0;
    padding-inline: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  ._radio-group_1omms_15 {
    display: inline-flex;
    gap: 0.5rem;
    flex-direction: column;
  }
  ._radio-group_1omms_15 ._legend_1omms_86 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding-block: 0;
    padding-inline: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  ._radio-group_1omms_15 ._label-row_1omms_98 {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  ._radio-group_1omms_15 ._children_1omms_103 {
    display: inline-flex;
    gap: 0.5rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
  ._helper-wrapper_1omms_109 {
    margin-inline-start: 2rem;
  }
}
@layer state {
  ._radio_1omms_2:has(input:hover:not(:disabled)), ._radio_1omms_2:has(input[data-interactive=hover]:not(:disabled)), ._radio_1omms_2._error_1omms_114:has(input:hover:not(:disabled)), ._radio_1omms_2._error_1omms_114:has(input[data-interactive=hover]:not(:disabled)) {
    cursor: pointer;
  }
  ._radio_1omms_2 input:hover:not(:disabled) ~ ._icon-wrapper_1omms_50:before,
  ._radio_1omms_2 input[data-interactive=hover]:not(:disabled) ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-hover, rgba(20, 20, 20, 0.0784313725));
  }
  ._radio_1omms_2 input:hover:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before,
  ._radio_1omms_2 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-hover-primary, rgba(2, 101, 220, 0.1019607843));
  }
  ._radio_1omms_2 input:active:not(:disabled),
  ._radio_1omms_2 input[data-interactive=active]:not(:disabled) {
    cursor: pointer;
  }
  ._radio_1omms_2 input:active:not(:disabled) ~ ._icon-wrapper_1omms_50:before,
  ._radio_1omms_2 input[data-interactive=active]:not(:disabled) ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-active, rgba(20, 20, 20, 0.1607843137));
  }
  ._radio_1omms_2 input:active:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before,
  ._radio_1omms_2 input[data-interactive=active]:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-active-primary, rgba(2, 101, 220, 0.3019607843));
  }
  ._radio_1omms_2._error_1omms_114 input:hover:not(:disabled) ~ ._icon-wrapper_1omms_50:before, ._radio_1omms_2._error_1omms_114 input[data-interactive=hover]:not(:disabled) ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-hover-danger, rgba(225, 50, 18, 0.1019607843));
  }
  ._radio_1omms_2._error_1omms_114 input:hover:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before, ._radio_1omms_2._error_1omms_114 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-hover-danger, rgba(225, 50, 18, 0.1019607843));
  }
  ._radio_1omms_2._error_1omms_114 input:active:not(:disabled) ~ ._icon-wrapper_1omms_50:before, ._radio_1omms_2._error_1omms_114 input[data-interactive=active]:not(:disabled) ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-active-danger, rgba(225, 50, 18, 0.3019607843));
  }
  ._radio_1omms_2._error_1omms_114 input:active:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before, ._radio_1omms_2._error_1omms_114 input[data-interactive=active]:not(:disabled):checked ~ ._icon-wrapper_1omms_50:before {
    content: "";
    background-color: var(--overlay-color-active-danger, rgba(225, 50, 18, 0.3019607843));
  }
  ._radio_1omms_2 ._icon-unchecked_1omms_157,
  ._radio_1omms_2 ._icon-checked_1omms_158 {
    color: var(--foreground-color, #141414);
    border-radius: 100%;
  }
  ._radio_1omms_2 ._icon-checked_1omms_158 {
    color: var(--foreground-color-primary, #0265DC);
    display: none;
  }
  ._radio_1omms_2._error_1omms_114 ._icon-wrapper_1omms_50 {
    outline-color: var(--focus-ring-color-danger, #e13212);
  }
  ._radio_1omms_2._error_1omms_114 ._icon-unchecked_1omms_157,
  ._radio_1omms_2._error_1omms_114 ._icon-checked_1omms_158 {
    color: var(--foreground-color-danger, #e13212);
  }
  ._radio_1omms_2._error_1omms_114 ._icon-checked_1omms_158 {
    display: none;
  }
  ._radio_1omms_2 input:focus-visible ~ ._icon-wrapper_1omms_50,
  ._radio_1omms_2 input:focus-visible ~ ._focus-label_1omms_44 {
    outline-width: 0.125rem;
  }
  ._radio_1omms_2 input[data-interactive=focus-visible]:not(:disabled) ~ ._icon-wrapper_1omms_50,
  ._radio_1omms_2 input[data-interactive=focus-visible]:not(:disabled) ~ ._focus-label_1omms_44 {
    outline-width: 0.125rem;
  }
  ._radio_1omms_2 input:checked ~ ._icon-wrapper_1omms_50 ._icon-unchecked_1omms_157 {
    display: none;
  }
  ._radio_1omms_2 input:checked ~ ._icon-wrapper_1omms_50 ._icon-checked_1omms_158 {
    display: inline-flex;
  }
  ._radio_1omms_2 input:checked:focus-visible ~ ._icon-wrapper_1omms_50, ._radio_1omms_2 input:checked:focus-visible ~ ._focus-label_1omms_44 {
    outline-width: 0.125rem;
  }
  ._radio_1omms_2:has(input[disabled]) {
    opacity: 0.6;
    filter: grayscale(1);
    cursor: not-allowed;
  }
  ._radio_1omms_2:has(input[disabled]) ._icon-unchecked_1omms_157,
  ._radio_1omms_2:has(input[disabled]) ._icon-checked_1omms_158 {
    color: var(--foreground-color-subdued, #737475);
  }
  ._radio_1omms_2:has(input[disabled]):hover ._icon-wrapper_1omms_50 {
    outline-width: 0;
  }
  ._sr-only_1omms_205 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding-block: 0;
    padding-inline: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
@layer application {
  @media (prefers-reduced-motion: reduce) {
    ._radio_1omms_2 ._icon-wrapper_1omms_50 {
      transition-duration: 0.01ms !important;
      transition-property: outline;
    }
  }
}
fieldset[data-anv="radio-group"][data-anv="radio-group"] > label {
  font-size: 0.875rem;
}