@layer components {
  ._root_1rvez_2 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-20);
    width: 100%;
  }
  ._content_1rvez_8 {
    display: grid;
    grid-template-areas: "stack";
    align-items: start;
    width: 100%;
    min-height: 0;
  }
  ._page_1rvez_15 {
    grid-area: stack;
    width: 100%;
  }
  ._controls_1rvez_19 {
    --button-size: var(--osdc-size-40);
    --button-gap: var(--osdc-size-8);
    display: flex;
    gap: var(--button-gap);
    align-items: center;
    justify-content: center;
    margin-top: var(--osdc-size-20);
  }
  ._navButton_1rvez_28 {
    flex-shrink: 0;
    justify-content: center;
    min-width: var(--osdc-size-40) !important;
    height: var(--osdc-size-40) !important;
    padding: 0 !important;
    padding-inline: var(--osdc-size-12) !important;
    transition: opacity 300ms ease;
    transition-delay: 0ms !important;
  }
  ._arrowContainer_1rvez_38 {
    display: flex;
    gap: var(--osdc-size-8);
    align-items: center;
  }
  :where(._arrowButton_1rvez_43) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._arrowButton_1rvez_43) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._arrowButton_1rvez_43) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._arrowButton_1rvez_43) {
      font-size: 0.8rem;
    }
  }
  :where(._arrowButton_1rvez_43) {
    color: var(--surface-accent-secondary, #012c35);
  }
  ._divider_1rvez_65 {
    width: var(--osdc-size-1);
    height: var(--osdc-size-24);
    background-color: var(--surface-accent-secondary);
  }
  ._ellipsis_1rvez_70 {
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: calc(var(--button-size) / 1.5);
    height: var(--button-size);
  }
  :where(._ellipsis_1rvez_70) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._ellipsis_1rvez_70) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._ellipsis_1rvez_70) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._ellipsis_1rvez_70) {
      font-size: 0.8rem;
    }
  }
  :where(._ellipsis_1rvez_70) {
    color: var(--surface-accent-secondary, #012c35);
  }
  ._track_1rvez_101 {
    pointer-events: none;
    will-change: transform;
    position: relative;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    gap: var(--button-gap);
    align-items: center;
    height: var(--button-size);
  }
}:where(button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
area:focus-visible,
a:focus-visible,
[contenteditable]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible) {
  outline: var(--osdc-size-1) solid var(--surface-focus-color);
  outline-offset: 0.2rem;
}

._sr-only_1g5yp_14 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
  clip-path: rect(0, 0, 0, 0);
}

@layer blocks {
  ._section_1g5yp_27 {
    --accordion-section-gap: var(--section-gap);
    row-gap: var(--accordion-section-gap);
  }
  :first-child > ._section_1g5yp_27 {
    --section-padding-block-top: calc(var(--header-height) + var(--header-offset) + var(--section-padding-block));
  }
  ._section_1g5yp_27:has(._body_1g5yp_34 ._category-selector_1g5yp_34 > :nth-child(2)) {
    --accordion-section-gap: max(var(--section-gap), var(--osdc-size-60));
  }
  ._section_1g5yp_27 ._item_1g5yp_37:hover, ._section_1g5yp_27 ._item_1g5yp_37:focus-visible, ._section_1g5yp_27 ._item_1g5yp_37:has(._trigger_1g5yp_37:focus-visible), ._section_1g5yp_27 ._item_1g5yp_37:has(._trigger_1g5yp_37[data-state=open]) {
    --surface-button: var(--osdc-color-black) !important;
  }
  ._body_1g5yp_34 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-40);
  }
  ._panels_1g5yp_45 {
    display: grid;
    grid-template-areas: "stack";
    align-items: start;
  }
  ._panels_1g5yp_45 ._panel-wrapper_1g5yp_50 {
    grid-area: stack;
    width: 100%;
    padding: 0.2rem;
  }
  ._content-wrapper_1g5yp_55 {
    overflow: hidden;
    animation-duration: 500ms;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  ._content-wrapper_1g5yp_55[data-state=open] {
    animation-name: _slideDown_1g5yp_1;
  }
  ._content-wrapper_1g5yp_55[data-state=closed] {
    animation-name: _slideUp_1g5yp_1;
  }
  ._content_1g5yp_55 {
    --surface-focus-color: var(--surface-foreground) !important;
    display: flex;
    gap: var(--osdc-size-30);
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }
  ._content_1g5yp_55 ._text-wrapper_1g5yp_74 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-20);
    align-items: start;
  }
  ._description_1g5yp_80 {
    max-width: 40ch;
  }
  ._item_1g5yp_37 {
    --dither-color: var(--surface-accent);
    position: relative;
    background-color: transparent !important;
    transition: all 500ms ease-in-out;
    transition-delay: 500ms;
  }
  ._item_1g5yp_37::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--osdc-size-2);
    background-color: var(--dither-color);
  }
  ._item_1g5yp_37 {
    /* stylelint-disable order/order */
    --surface-foreground: var(--osdc-surface-white-pink-foreground);
    --surface-background: var(--osdc-surface-white-pink-background);
    --surface-accent: var(--osdc-surface-white-pink-accent);
    --surface-focus-color: var(--surface-foreground);
    --surface-accent-secondary: var(--osdc-surface-white-pink-accent-secondary, var(--surface-accent));
    --surface-button: var(--osdc-surface-white-pink-button, var(--surface-accent));
  }
  :where(._item_1g5yp_37) {
    color: var(--surface-foreground);
    background-color: var(--surface-background);
  }
  ._item_1g5yp_37 {
    /* stylelint-enable order/order */
  }
  ._item_1g5yp_37:hover, ._item_1g5yp_37:focus-visible, ._item_1g5yp_37:has(._trigger_1g5yp_37:focus-visible), ._item_1g5yp_37:has(._trigger_1g5yp_37[data-state=open]) {
    transition-delay: unset;
  }
  ._item_1g5yp_37 ._trigger_1g5yp_37,
  ._item_1g5yp_37 ._content_1g5yp_55 {
    padding: var(--osdc-size-30);
    text-align: left;
  }
  ._label_1g5yp_123 {
    grid-column: label;
  }
  ._title_1g5yp_126 {
    grid-column: title;
  }
  :where(._title_1g5yp_126) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.5em;
  }
  ._tag_1g5yp_135 {
    grid-column: tag;
    padding-block: var(--osdc-size-8);
    padding-inline: var(--osdc-size-20);
    border: var(--osdc-size-1) solid currentColor;
  }
  :where(._tag_1g5yp_135) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._tag_1g5yp_135) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._tag_1g5yp_135) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._tag_1g5yp_135) {
      font-size: 0.8rem;
    }
  }
  ._button_1g5yp_160 {
    grid-column: button;
  }
  ._accordion-button_1g5yp_163 {
    grid-column: button;
    aspect-ratio: 1/1;
    padding: var(--osdc-size-4);
  }
  ._accordion-button_1g5yp_163 ._chevron_1g5yp_168 {
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    transition-duration: 500ms;
  }
  ._trigger_1g5yp_37[data-state=open] > ._accordion-button_1g5yp_163 ._chevron_1g5yp_168 {
    transform: rotate(180deg);
  }
  @keyframes _slideDown_1g5yp_1 {
    from {
      height: 0;
    }
    to {
      height: var(--radix-accordion-content-height);
    }
  }
  @keyframes _slideUp_1g5yp_1 {
    from {
      height: var(--radix-accordion-content-height);
    }
    to {
      height: 0;
    }
  }
  ._root_1g5yp_191 {
    display: grid;
    row-gap: var(--osdc-size-20);
    width: 100%;
  }
  ._root_1g5yp_191 ._item_1g5yp_37,
  ._root_1g5yp_191 ._trigger_1g5yp_37 {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    column-gap: var(--osdc-size-40);
    align-items: center;
    justify-items: left;
  }
  ._root_1g5yp_191 ._trigger_1g5yp_37 {
    outline: none !important;
  }
  :where(._root_1g5yp_191 ._item_1g5yp_37:has(._trigger_1g5yp_37:focus-visible)) {
    outline: var(--osdc-size-1) solid var(--surface-focus-color);
    outline-offset: 0.2rem;
  }
  ._root_1g5yp_191 ._header_1g5yp_212 *,
  ._root_1g5yp_191 ._trigger_1g5yp_37 * {
    grid-row: 1;
    align-items: center;
  }
  ._root_1g5yp_191._list_1g5yp_217 {
    grid-template-columns: [label] auto [title] minmax(auto, 1fr) [tag] 1fr [button] auto;
  }
  @media (width <= 768px) {
    ._root_1g5yp_191._list_1g5yp_217 {
      display: none !important;
    }
  }
  ._root_1g5yp_191._list_1g5yp_217 ._trigger_1g5yp_37:not(:has(._tag_1g5yp_135)) ._title_1g5yp_126 {
    grid-column: title/button;
  }
  ._root_1g5yp_191._accordion_1g5yp_163 {
    grid-template-columns: [title] auto [tag] minmax(auto, 1fr) [label] 1fr [button] auto;
  }
  @media (width > 768px) {
    ._root_1g5yp_191._accordion_1g5yp_163 ._content_1g5yp_55 ._label_1g5yp_123 {
      display: none;
    }
  }
  @media (width <= 768px) {
    ._root_1g5yp_191._accordion_1g5yp_163 {
      grid-template-columns: [title] 1fr [button] auto;
    }
    ._root_1g5yp_191._accordion_1g5yp_163 ._header_1g5yp_212 ._label_1g5yp_123,
    ._root_1g5yp_191._accordion_1g5yp_163 ._header_1g5yp_212 ._tag_1g5yp_135 {
      display: none;
    }
    ._root_1g5yp_191._accordion_1g5yp_163 ._content_1g5yp_55 {
      flex-direction: column;
      align-items: start;
      padding-top: calc(var(--osdc-size-30) / 2);
    }
  }
  ._root_1g5yp_191._accordion_1g5yp_163 ._trigger_1g5yp_37 {
    cursor: pointer;
  }
  ._root_1g5yp_191 ._header_1g5yp_212 {
    display: contents;
  }
  ._root_1g5yp_191 ._hgroup_1g5yp_256 {
    display: contents;
  }
  ._root_1g5yp_191 ._content-wrapper_1g5yp_55 {
    grid-column: 1/-1;
    width: 100%;
  }
  ._category-selector_1g5yp_34 {
    position: relative;
    display: flex;
    gap: var(--osdc-size-20);
  }
  ._category-selector_1g5yp_34::after {
    content: "";
    position: absolute;
    top: calc(var(--accordion-section-gap) / 2 * -1);
    right: 0;
    left: 0;
    height: var(--osdc-size-1);
    background: var(--surface-accent);
  }
  ._category-selector_1g5yp_34 > *:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--osdc-size-20) / 2 * -1);
    transform: translateX(-100%);
    width: var(--osdc-size-1);
    height: 100%;
    background: var(--surface-accent);
  }
  ._category-selector_1g5yp_34:empty, ._category-selector_1g5yp_34:not(:has(:nth-child(2))) {
    display: none;
  }
  ._panel-content-wrapper_1g5yp_290 {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  @media (width > 768px) {
    ._panel-content-wrapper_1g5yp_290:has(._list_1g5yp_217) ._accordion_1g5yp_163 {
      display: none !important;
    }
  }
}