.tab-panels {
  width: 100%; }
  .tab-panels__tabs {
    width: 100%;
    display: none; }
    @media screen and (min-width: 48rem) {
      .tab-panels__tabs {
        display: flex; } }
    .tab-panels__tabs .tab-panels__tab {
      width: 100%; }
      .tab-panels__tabs .tab-panels__tab:last-of-type {
        border-right: none; }
  .tab-panels__radio {
    position: absolute;
    left: -999vw; }
    .tab-panels__radio:checked + label::after {
      width: 100%; }
  .tab-panels__tab {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.04em;
    background-color: #f1f1f1;
    appearance: none;
    min-height: 60px;
    border-right: 1px solid #d5d5d5;
    cursor: pointer; }
    @media screen and (min-width: 64rem) {
      .tab-panels__tab {
        font-size: 18px;
        font-size: 1.125rem; } }
    .tab-panels__tab:last-of-type {
      margin-bottom: 0; }
    .tab-panels__tab:focus {
      outline: 1px solid #cf000d; }
    .tab-panels__tab::after {
      content: '';
      position: absolute;
      height: 6px;
      left: 0;
      bottom: 0;
      background-color: #cf000d;
      transition: width 0.2s linear;
      width: 0%; }
  .tab-panels__accordion-expander {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    border: none;
    appearance: none;
    min-height: 60px;
    cursor: pointer;
    border-bottom: 1px solid #d5d5d5; }
    .tab-panels__accordion-expander:focus {
      outline: 1px solid #cf000d; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .tab-panels__accordion-expander {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 1rem; } }
    @media screen and (min-width: 30rem) and (max-width: 47.9375rem) {
      .tab-panels__accordion-expander {
        margin: 0;
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.2;
        padding: 0 1rem; } }
  @media screen and (min-width: 30rem) and (max-width: 47.9375rem) and (min-width: 30rem) {
    .tab-panels__accordion-expander {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 30rem) and (max-width: 47.9375rem) and (min-width: 48rem) and (max-width: 63.9375rem) {
    .tab-panels__accordion-expander {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 30rem) and (max-width: 47.9375rem) and (min-width: 64rem) {
    .tab-panels__accordion-expander {
      font-size: 40px;
      font-size: 2.5rem; } }
    @media screen and (min-width: 48rem) {
      .tab-panels__accordion-expander {
        display: none; } }
    .tab-panels__accordion-expander[aria-expanded="true"] .tab-panels__accordion-expand-icon {
      transform: rotate(180deg); }
    .tab-panels__accordion-expander:last-of-type {
      border-bottom: none; }
  .tab-panels__accordion-expand-icon {
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out; }
    .tab-panels__accordion-expand-icon::after {
      content: '';
      display: inline-block;
      flex-shrink: 0;
      border: 2px solid #000;
      border-top-width: 0;
      border-left-width: 0; }
      @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
        .tab-panels__accordion-expand-icon::after {
          transform: rotate(45deg);
          width: 10px;
          height: 10px;
          margin: 5px 7px; } }
      @media screen and (min-width: 64rem) {
        .tab-panels__accordion-expand-icon::after {
          transform: scaleY(0.75) rotate(45deg);
          width: 7px;
          height: 7px;
          margin: 0 5px 2px; } }
  .tab-panels__panel {
    padding: 2rem 0 0; }
    .tab-panels__panel:focus {
      outline: 1px solid #cf000d; }

/*# sourceMappingURL=tab-panels.css.map */