.card-splash {
  margin: 0 auto; }
  @media screen and (min-width: 64rem) {
    .card-splash {
      margin: 0 auto 1.5rem; } }
  .card-splash__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .card-splash__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .card-splash__container {
        padding-left: 40px;
        padding-right: 40px; } }
  .card-splash__image {
    display: flex;
    background-position: center;
    flex-direction: column-reverse;
    background-size: cover; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .card-splash__image[style] {
        background: #fff !important; } }
    @media screen and (min-width: 48rem) {
      .card-splash__image {
        flex-direction: row;
        min-height: 29.375rem;
        padding: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .card-splash__image {
        padding: 3rem; } }
    .card-splash__image--mobile {
      background-size: cover;
      padding-bottom: 51%; }
      @media screen and (min-width: 48rem) {
        .card-splash__image--mobile {
          display: none; } }
  .card-splash__card {
    background-color: #fff;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 48rem) {
      .card-splash__card {
        width: 50%; } }
    @media screen and (min-width: 64rem) {
      .card-splash__card {
        width: 52.5%; } }
  .card-splash__content {
    padding: 2rem 1.25rem; }
    @media screen and (min-width: 48rem) {
      .card-splash__content {
        padding: 2rem; } }
    @media screen and (min-width: 64rem) {
      .card-splash__content {
        padding: 3.75rem 4rem; } }
    @media screen and (min-width: 80rem) {
      .card-splash__content {
        padding-right: 7rem; } }
  .card-splash__tag {
    display: block;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.093em;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    text-transform: uppercase; }
    @media screen and (min-width: 48rem) {
      .card-splash__tag {
        margin: 0 0 1.875rem; } }
  .card-splash__heading {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin: 0 0 1rem; }
    @media screen and (min-width: 64rem) {
      .card-splash__heading {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 80rem) {
      .card-splash__heading {
        font-size: 30px;
        font-size: 1.875rem; } }
  .card-splash__body {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 64rem) {
      .card-splash__body {
        font-size: 18px;
        font-size: 1.125rem; } }
    .card-splash__body:last-of-type {
      margin-bottom: 0; }
  .card-splash__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem;
    display: inline-flex;
    margin: 1.5rem 0 0; }
    .card-splash__button:focus {
      outline: 1px solid #000; }
    .card-splash__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .card-splash__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 48rem) {
      .card-splash__button {
        margin: 2.5rem 0 0; } }

/*# sourceMappingURL=card-feature.css.map */