/*!
    Blueprint CSS Grid Fallback
    https://blueprintcss.dev
    License MIT 20121
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [bp~=grid] {
    display: block !important;
  }
  [bp~=grid]::after {
    content: " ";
    display: block;
    width: 100%;
  }

  [bp~=grid] {
    width: 100% !important;
    display: block !important;
  }

  [bp*=grid] > * {
    display: block !important;
    float: left !important;
    margin: 0 8px 8px 0;
  }
  [bp*=grid] > *:last-child {
    margin-right: 0;
  }

  [bp=grid] > [bp~="1"], [bp~=grid][bp~="1"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2"], [bp~=grid][bp~="2"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3"], [bp~=grid][bp~="3"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4"], [bp~=grid][bp~="4"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5"], [bp~=grid][bp~="5"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6"], [bp~=grid][bp~="6"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7"], [bp~=grid][bp~="7"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8"], [bp~=grid][bp~="8"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9"], [bp~=grid][bp~="9"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10"], [bp~=grid][bp~="10"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11"], [bp~=grid][bp~="11"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12"], [bp~=grid][bp~="12"] > * {
    width: calc(100% - 8px) !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 480px), (-ms-high-contrast: none) and (min-width: 480px) {
  [bp=grid] > [bp~="1@sm"], [bp~=grid][bp~="1@sm"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2@sm"], [bp~=grid][bp~="2@sm"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3@sm"], [bp~=grid][bp~="3@sm"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4@sm"], [bp~=grid][bp~="4@sm"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5@sm"], [bp~=grid][bp~="5@sm"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6@sm"], [bp~=grid][bp~="6@sm"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7@sm"], [bp~=grid][bp~="7@sm"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8@sm"], [bp~=grid][bp~="8@sm"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9@sm"], [bp~=grid][bp~="9@sm"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10@sm"], [bp~=grid][bp~="10@sm"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11@sm"], [bp~=grid][bp~="11@sm"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12@sm"], [bp~=grid][bp~="12@sm"] > * {
    width: calc(100% - 8px) !important;
  }

  [bp~="show@sm"] {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 720px), (-ms-high-contrast: none) and (min-width: 720px) {
  [bp=grid] > [bp~="1@md"], [bp~=grid][bp~="1@md"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2@md"], [bp~=grid][bp~="2@md"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3@md"], [bp~=grid][bp~="3@md"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4@md"], [bp~=grid][bp~="4@md"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5@md"], [bp~=grid][bp~="5@md"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6@md"], [bp~=grid][bp~="6@md"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7@md"], [bp~=grid][bp~="7@md"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8@md"], [bp~=grid][bp~="8@md"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9@md"], [bp~=grid][bp~="9@md"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10@md"], [bp~=grid][bp~="10@md"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11@md"], [bp~=grid][bp~="11@md"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12@md"], [bp~=grid][bp~="12@md"] > * {
    width: calc(100% - 8px) !important;
  }

  [bp~="show@md"] {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 960px), (-ms-high-contrast: none) and (min-width: 960px) {
  [bp=grid] > [bp~="1@lg"], [bp~=grid][bp~="1@lg"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2@lg"], [bp~=grid][bp~="2@lg"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3@lg"], [bp~=grid][bp~="3@lg"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4@lg"], [bp~=grid][bp~="4@lg"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5@lg"], [bp~=grid][bp~="5@lg"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6@lg"], [bp~=grid][bp~="6@lg"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7@lg"], [bp~=grid][bp~="7@lg"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8@lg"], [bp~=grid][bp~="8@lg"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9@lg"], [bp~=grid][bp~="9@lg"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10@lg"], [bp~=grid][bp~="10@lg"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11@lg"], [bp~=grid][bp~="11@lg"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12@lg"], [bp~=grid][bp~="12@lg"] > * {
    width: calc(100% - 8px) !important;
  }

  [bp~="show@lg"] {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1440px), (-ms-high-contrast: none) and (min-width: 1440px) {
  [bp=grid] > [bp~="1@xl"], [bp~=grid][bp~="1@xl"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2@xl"], [bp~=grid][bp~="2@xl"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3@xl"], [bp~=grid][bp~="3@xl"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4@xl"], [bp~=grid][bp~="4@xl"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5@xl"], [bp~=grid][bp~="5@xl"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6@xl"], [bp~=grid][bp~="6@xl"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7@xl"], [bp~=grid][bp~="7@xl"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8@xl"], [bp~=grid][bp~="8@xl"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9@xl"], [bp~=grid][bp~="9@xl"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10@xl"], [bp~=grid][bp~="10@xl"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11@xl"], [bp~=grid][bp~="11@xl"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12@xl"], [bp~=grid][bp~="12@xl"] > * {
    width: calc(100% - 8px) !important;
  }

  [bp~="show@xl"] {
    display: block !important;
  }
}
@supports not (display: grid) {
  [bp~=grid] {
    display: block !important;
  }
  [bp~=grid]::after {
    content: " ";
    display: block;
    width: 100%;
  }

  [bp~=grid] {
    width: 100% !important;
    display: block !important;
  }

  [bp*=grid] > * {
    display: block !important;
    float: left !important;
    margin: 0 8px 8px 0;
  }
  [bp*=grid] > *:last-child {
    margin-right: 0;
  }

  [bp=grid] > [bp~="1"], [bp~=grid][bp~="1"] > * {
    width: calc(8.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="2"], [bp~=grid][bp~="2"] > * {
    width: calc(16.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="3"], [bp~=grid][bp~="3"] > * {
    width: calc(25% - 8px) !important;
  }

  [bp=grid] > [bp~="4"], [bp~=grid][bp~="4"] > * {
    width: calc(33.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="5"], [bp~=grid][bp~="5"] > * {
    width: calc(41.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="6"], [bp~=grid][bp~="6"] > * {
    width: calc(50% - 8px) !important;
  }

  [bp=grid] > [bp~="7"], [bp~=grid][bp~="7"] > * {
    width: calc(58.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="8"], [bp~=grid][bp~="8"] > * {
    width: calc(66.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="9"], [bp~=grid][bp~="9"] > * {
    width: calc(75% - 8px) !important;
  }

  [bp=grid] > [bp~="10"], [bp~=grid][bp~="10"] > * {
    width: calc(83.3333333333% - 8px) !important;
  }

  [bp=grid] > [bp~="11"], [bp~=grid][bp~="11"] > * {
    width: calc(91.6666666667% - 8px) !important;
  }

  [bp=grid] > [bp~="12"], [bp~=grid][bp~="12"] > * {
    width: calc(100% - 8px) !important;
  }

  @media (min-width: 480px) {
    [bp=grid] > [bp~="1@sm"], [bp~=grid][bp~="1@sm"] > * {
      width: calc(8.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="2@sm"], [bp~=grid][bp~="2@sm"] > * {
      width: calc(16.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="3@sm"], [bp~=grid][bp~="3@sm"] > * {
      width: calc(25% - 8px) !important;
    }

    [bp=grid] > [bp~="4@sm"], [bp~=grid][bp~="4@sm"] > * {
      width: calc(33.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="5@sm"], [bp~=grid][bp~="5@sm"] > * {
      width: calc(41.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="6@sm"], [bp~=grid][bp~="6@sm"] > * {
      width: calc(50% - 8px) !important;
    }

    [bp=grid] > [bp~="7@sm"], [bp~=grid][bp~="7@sm"] > * {
      width: calc(58.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="8@sm"], [bp~=grid][bp~="8@sm"] > * {
      width: calc(66.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="9@sm"], [bp~=grid][bp~="9@sm"] > * {
      width: calc(75% - 8px) !important;
    }

    [bp=grid] > [bp~="10@sm"], [bp~=grid][bp~="10@sm"] > * {
      width: calc(83.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="11@sm"], [bp~=grid][bp~="11@sm"] > * {
      width: calc(91.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="12@sm"], [bp~=grid][bp~="12@sm"] > * {
      width: calc(100% - 8px) !important;
    }

    [bp~="show@sm"] {
      display: block !important;
    }
  }
  @media (min-width: 720px) {
    [bp=grid] > [bp~="1@md"], [bp~=grid][bp~="1@md"] > * {
      width: calc(8.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="2@md"], [bp~=grid][bp~="2@md"] > * {
      width: calc(16.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="3@md"], [bp~=grid][bp~="3@md"] > * {
      width: calc(25% - 8px) !important;
    }

    [bp=grid] > [bp~="4@md"], [bp~=grid][bp~="4@md"] > * {
      width: calc(33.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="5@md"], [bp~=grid][bp~="5@md"] > * {
      width: calc(41.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="6@md"], [bp~=grid][bp~="6@md"] > * {
      width: calc(50% - 8px) !important;
    }

    [bp=grid] > [bp~="7@md"], [bp~=grid][bp~="7@md"] > * {
      width: calc(58.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="8@md"], [bp~=grid][bp~="8@md"] > * {
      width: calc(66.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="9@md"], [bp~=grid][bp~="9@md"] > * {
      width: calc(75% - 8px) !important;
    }

    [bp=grid] > [bp~="10@md"], [bp~=grid][bp~="10@md"] > * {
      width: calc(83.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="11@md"], [bp~=grid][bp~="11@md"] > * {
      width: calc(91.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="12@md"], [bp~=grid][bp~="12@md"] > * {
      width: calc(100% - 8px) !important;
    }

    [bp~="show@md"] {
      display: block !important;
    }
  }
  @media (min-width: 960px) {
    [bp=grid] > [bp~="1@lg"], [bp~=grid][bp~="1@lg"] > * {
      width: calc(8.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="2@lg"], [bp~=grid][bp~="2@lg"] > * {
      width: calc(16.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="3@lg"], [bp~=grid][bp~="3@lg"] > * {
      width: calc(25% - 8px) !important;
    }

    [bp=grid] > [bp~="4@lg"], [bp~=grid][bp~="4@lg"] > * {
      width: calc(33.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="5@lg"], [bp~=grid][bp~="5@lg"] > * {
      width: calc(41.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="6@lg"], [bp~=grid][bp~="6@lg"] > * {
      width: calc(50% - 8px) !important;
    }

    [bp=grid] > [bp~="7@lg"], [bp~=grid][bp~="7@lg"] > * {
      width: calc(58.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="8@lg"], [bp~=grid][bp~="8@lg"] > * {
      width: calc(66.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="9@lg"], [bp~=grid][bp~="9@lg"] > * {
      width: calc(75% - 8px) !important;
    }

    [bp=grid] > [bp~="10@lg"], [bp~=grid][bp~="10@lg"] > * {
      width: calc(83.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="11@lg"], [bp~=grid][bp~="11@lg"] > * {
      width: calc(91.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="12@lg"], [bp~=grid][bp~="12@lg"] > * {
      width: calc(100% - 8px) !important;
    }

    [bp~="show@lg"] {
      display: block !important;
    }
  }
  @media (min-width: 1440px) {
    [bp=grid] > [bp~="1@xl"], [bp~=grid][bp~="1@xl"] > * {
      width: calc(8.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="2@xl"], [bp~=grid][bp~="2@xl"] > * {
      width: calc(16.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="3@xl"], [bp~=grid][bp~="3@xl"] > * {
      width: calc(25% - 8px) !important;
    }

    [bp=grid] > [bp~="4@xl"], [bp~=grid][bp~="4@xl"] > * {
      width: calc(33.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="5@xl"], [bp~=grid][bp~="5@xl"] > * {
      width: calc(41.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="6@xl"], [bp~=grid][bp~="6@xl"] > * {
      width: calc(50% - 8px) !important;
    }

    [bp=grid] > [bp~="7@xl"], [bp~=grid][bp~="7@xl"] > * {
      width: calc(58.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="8@xl"], [bp~=grid][bp~="8@xl"] > * {
      width: calc(66.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="9@xl"], [bp~=grid][bp~="9@xl"] > * {
      width: calc(75% - 8px) !important;
    }

    [bp=grid] > [bp~="10@xl"], [bp~=grid][bp~="10@xl"] > * {
      width: calc(83.3333333333% - 8px) !important;
    }

    [bp=grid] > [bp~="11@xl"], [bp~=grid][bp~="11@xl"] > * {
      width: calc(91.6666666667% - 8px) !important;
    }

    [bp=grid] > [bp~="12@xl"], [bp~=grid][bp~="12@xl"] > * {
      width: calc(100% - 8px) !important;
    }

    [bp~="show@xl"] {
      display: block !important;
    }
  }
}

/*# sourceMappingURL=blueprint.css.map */
