@layer components {
  ._container_6nbu2_2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(var(--section-gap) / 2);
  }
  ._header_6nbu2_7 {
    display: flex;
    flex-direction: column;
    gap: var(--osdc-size-20);
    padding-right: var(--osdc-size-40);
    text-wrap: balance;
  }
  ._body_6nbu2_14 {
    display: flex;
    flex-direction: column;
    gap: inherit;
  }
  ._header_6nbu2_7:empty,
  ._body_6nbu2_14:empty {
    display: none;
  }
  ._headerGroup_6nbu2_23 {
    display: flex;
    flex-direction: column;
    gap: inherit;
  }
  :where(._subtitle_6nbu2_28) {
    font-family: var(--osdc-font-primary);
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
  }
  @media (min-width: 480px) {
    :where(._subtitle_6nbu2_28) {
      font-size: clamp(0.8rem, 1.1rem + -0.4166666667vw, 1rem);
    }
  }
  :where(._subtitle_6nbu2_28) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._subtitle_6nbu2_28) {
      font-size: 0.8rem;
    }
  }
  :where(._subtitle_6nbu2_28) {
    color: var(--surface-accent-secondary, #012c35);
  }
  [data-surface=primary] ._subtitle_6nbu2_28 {
    color: var(--osdc-color-white);
  }
  :where(._title_6nbu2_53) {
    font-family: var(--osdc-font-headline);
    font-weight: 400;
    line-height: 1.16;
    font-size: 2em;
  }
  @media (min-width: 480px) {
    :where(._title_6nbu2_53) {
      font-size: clamp(2em, 1.5rem + 2.0833333333vw, 3em);
    }
  }
  :where(._title_6nbu2_53) {
    /* stylelint-disable-next-line order/order */
  }
  @media (min-width: 1440px) {
    :where(._title_6nbu2_53) {
      font-size: 3em;
    }
  }
  :where(._description_6nbu2_72) {
    font-family: var(--osdc-font-primary);
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.9rem;
  }
}