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