/*  BLACK TEXT */

  .to-herobanner--full-image--with-cards .to-herobanner--full-image__headings,
  .to-herobanner--full-image--with-cards .to-herobanner--full-image__body,
  .to-herobanner--full-image--with-cards .ta-paragraph,
  .to-herobanner--full-image--with-cards .ta-feature__text,
  .to-herobanner--full-image--with-cards .ta-paragraph--body-small,
  [aria-label="breadcrumb"] {
    color: #000;
  }

/* HERO */

  /* HEIGHT and VISUAL */

    .to-herobanner--full-image--with-cards {
      min-height: 0;
      padding-top: 60%;
      background-color: transparent;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__bg {
      overflow: hidden;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__bg img {
      width: 100%;
      height: auto;
      object-fit: unset;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__body {
      margin: 0;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__body .ta-paragraph--body__subtitle {
      display: block;
      padding: 0 0 0.8rem;
      font-weight: 400;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__body .ta-paragraph--body__subtitle strong {
      font-weight: 600;
    }

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__body .ta-paragraph--body__text {
      display: block;
      padding: 0 0 0.8rem;
    }

    @media (min-width: 48em) {

      .to-herobanner--full-image--with-cards {
        justify-content: center;
        min-height: 65rem;
        padding-bottom: 0;
        padding-top: 0;
      }

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__bg {
      }

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__bg img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__headings > .ta-heading {
        margin: 0 0 1.6rem 0;
      }

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__body .ta-paragraph--body__subtitle {
          padding: 0 0 1.6rem;
      }

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__content {
        padding: 2.4rem 50% 4rem 2.4rem;
      }
    }

    @media (min-width: 80em) {

      .to-herobanner--full-image--with-cards .to-herobanner--full-image__body {
        /* min-height: 30rem; */
      }

      .to-herobanner--full-image--with-cards {
        min-height: 65rem;
      }
    }

  /* CONTENT */

    @media (min-width: 48em) {
      .to-herobanner--full-image--with-cards .to-herobanner--full-image__content {
        min-height: 41.5vw;
        padding: 2.4rem 50% 0 2.4rem;
      }
    }

    @media (min-width: 80em) {
      .to-herobanner--full-image--with-cards .to-herobanner--full-image__content {
        min-height: 33.5vw;
        padding: 4.8rem 50% 0 12rem;
      }
    }

  /* HEADINGS */

    .to-herobanner--full-image--with-cards .to-herobanner--full-image__content .to-herobanner--full-image__headings .ta-heading--h1-small {
      display: inline-block;
      margin: 0;
      padding: 0 0 0.8em;
      font-size: 1.6rem;
    }

    @media (min-width: 48em) {
      .to-herobanner--full-image--with-cards .to-herobanner--full-image__content .to-herobanner--full-image__headings .ta-heading--h1-small {
        font-size: 1.8rem;
      }
    }

    @media (min-width: 80em) {
      .to-herobanner--full-image--with-cards .to-herobanner--full-image__content .to-herobanner--full-image__headings .ta-heading--h1-small {
        font-size: 1.8rem;
      }
    }

/* CARDS */

  .to-herobanner--full-image--with-cards__cards {
    padding: 0 1.6rem;
  }

  .to-herobanner--full-image--with-cards__card {
    margin: 0 0 2.4rem;
    border-radius: 2rem;
  }

  .to-herobanner--full-image--with-cards__card.tm-tile--theme-utility {
    color: #000000;
    background-color: #24fbc2;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__info_bar {
    padding: 0.6rem 1.6rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__body {
    padding: 1.6rem;
    border-radius: 2rem 2rem 0 0;
    background-color: #fff;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 0.8rem 0;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__row.--header {
    align-items: center;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__col:nth-child(even),
  .to-herobanner--full-image--with-cards__card .tm-tile__col:nth-child(even) .tm-tile__cell {
    text-align: right;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__col--double {
    flex-grow: 2;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__cell.--info {
    white-space: nowrap;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-features__container {
    padding: 0 0 0.8rem 0;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__title,
  .to-herobanner--full-image--with-cards__card .tm-tile__cell__price {
    margin: 1rem 0 0;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__cell__price {
    font-weight: 600;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__cell__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__cell__text {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-style: italic;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__subtitle {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__button {
    margin: 0 0 0.8rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__details {
    padding: 0.8rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__offer-details {
    margin: 1rem 0 0 0;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__tag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.3rem;
    color: #081677;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 600;
    border: 1px #D0D4F3 solid;
    border-radius: 0.3rem;
  }

  .to-herobanner--full-image--with-cards__card .tm-tile__info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.5rem;
    padding: 0 0.6rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
    font-weight: 600;
    border: 1px #122ac2 solid;
    border-radius: 100%;
  }

  @media (min-width: 48em) {

    .to-herobanner--full-image--with-cards__cards {
      display: flex;
      justify-content: center;
      align-items: stretch;
      column-gap: 2.4rem;
      padding: 0 6rem 3.2rem;
    }

    .to-herobanner--full-image--with-cards__card {
      width: 40vW;
      max-width: none;
      height: auto;
      margin: 0;
    }

    .to-herobanner--full-image--with-cards__card .tm-tile__offer-details {
      margin: 0.4rem 0 0 0;
    }
  }

  @media (min-width: 64em) {

    .to-herobanner--full-image--with-cards__card .tm-tile__info_bar {
      padding: 0.6rem 3.2rem;
    }

    .to-herobanner--full-image--with-cards__card .tm-tile__body {
      padding: 3.2rem;
    }
  }

  @media (min-width: 80em) {

    .to-herobanner--full-image--with-cards__cards {
      column-gap: 3.6rem;
      padding: 0 18.6vw 3.2rem;
    }

    .to-herobanner--full-image--with-cards__card {
      width: 31vw;
    }
  }
