.tab-panels {
  width: 100%;
  z-index: 10;
  max-width: 1080px; }
  .tab-panels.fixed {
    position: fixed;
    top: auto;
    border-bottom: 1px solid #ccc; }
  .tab-panels.contained {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
  .tab-panels__tabs {
    width: 100%;
    display: none; }
    @media screen and (min-width: 48rem) {
      .tab-panels__tabs {
        display: flex; } }
    .tab-panels__tabs .tab-panels__tab {
      text-align: center; }
    .tab-panels__tabs .tab-panels__tab,
    .tab-panels__tabs .tab-panels__anchor {
      width: 25%;
      flex-grow: 1;
      min-width: 160px; }
      .tab-panels__tabs .tab-panels__tab:last-of-type,
      .tab-panels__tabs .tab-panels__anchor:last-of-type {
        border-right: none; }
  .tab-panels__radio {
    position: absolute;
    left: -999vw; }
    .tab-panels__radio:checked + label::after, .tab-panels__radio.active + 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;
    box-sizing: border-box;
    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: 90px;
    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%; }
    .fixed .tab-panels__tab {
      min-height: 50px; }
    .tab-panels__tab:hover::after {
      width: 100%; }

.-three.tab-panels__tabs {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center; }
  @media screen and (min-width: 48rem) {
    .-three.tab-panels__tabs {
      grid-template-columns: auto auto auto;
      grid-template-rows: auto; } }

.-three.tab-panels .tab-panels__tab,
.-three.tab-panels .tab-panels__anchor {
  width: 100%; }
  .-three.tab-panels .tab-panels__tab:first-of-type,
  .-three.tab-panels .tab-panels__anchor:first-of-type {
    border-bottom: 1px solid #ccc;
    grid-column: 1/3;
    grid-row: 1/1; }
  @media screen and (min-width: 48rem) {
    .-three.tab-panels .tab-panels__tab:first-of-type,
    .-three.tab-panels .tab-panels__anchor:first-of-type {
      border-bottom: 0;
      grid-column: auto;
      grid-row: auto; } }

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