.banner-model__wrap.-negative-top-margin {
  margin-top: -2rem; }

@media screen and (min-width: 48rem) {
  .banner-model__wrap.-negative-top-margin3 {
    margin-top: -3rem; } }

.banner-model__wrap.-negative-top-margin4 {
  margin-top: -4rem; }

.banner-model {
  padding-bottom: 1rem;
  width: 100%;
  padding-top: 2rem; }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .banner-model {
      padding-top: 3.5rem;
      padding-bottom: 0; } }
  .banner-model.-gray .banner-model__container {
    background-color: #f1f1f1;
    padding-top: 3rem; }
    @media screen and (min-width: 64rem) {
      .banner-model.-gray .banner-model__container {
        padding-bottom: 4rem; } }
  .banner-model__headingLg {
    font-weight: 400;
    line-height: 1.11;
    margin: 0;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    margin: 0 auto 2rem; }
    @media screen and (min-width: 48rem) {
      .banner-model__headingLg {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .banner-model__headingLg {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 80rem) {
      .banner-model__headingLg {
        font-size: 54px;
        font-size: 3.375rem; } }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .banner-model__headingLg {
        margin: 0 auto 3rem; } }
    @media screen and (min-width: 30rem) {
      .banner-model__headingLg {
        padding: 2rem 0; } }
    @media screen and (min-width: 64rem) {
      .banner-model__headingLg {
        padding: 2.5rem 0; } }
  .banner-model__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-bottom: 3rem; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .banner-model__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .banner-model__container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 48rem) {
      .banner-model__container {
        flex-direction: row;
        text-align: left; } }
    @media screen and (min-width: 64rem) {
      .banner-model__container {
        padding-bottom: 4rem; } }
  .banner-model__image {
    max-width: 12.5rem; }
    @media screen and (min-width: 48rem) {
      .banner-model__image {
        padding: 0 2.5rem;
        max-width: none;
        width: 40%; } }
    @media screen and (min-width: 64rem) {
      .banner-model__image {
        padding: 0 6rem; } }
  .banner-model__image-swap {
    max-width: 12.5rem;
    display: none;
    opacity: 0;
    visibility: hidden; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .banner-model__image-swap img {
        max-width: 80%;
        margin: 0 auto; } }
    @media screen and (min-width: 48rem) {
      .banner-model__image-swap {
        padding: 0 2.5rem;
        max-width: none;
        width: 40%; } }
    @media screen and (min-width: 64rem) {
      .banner-model__image-swap {
        padding: 0 6rem; } }
    .banner-model__image-swap.active {
      display: block;
      visibility: visible;
      opacity: 1;
      transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
  .banner-model__content {
    margin-top: 3rem;
    margin-left: 1rem; }
    @media screen and (min-width: 30rem) {
      .banner-model__content {
        max-width: 28.75rem; } }
    @media screen and (min-width: 48rem) {
      .banner-model__content {
        margin-top: 0;
        margin-left: 0;
        padding: 0 4rem;
        width: 60%;
        max-width: none; } }
    @media screen and (min-width: 64rem) {
      .banner-model__content {
        padding: 0 8rem 0 4rem; } }
  .banner-model__heading, .banner-model__copy {
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.18px;
    margin: 0;
    transition: all 300ms ease-in-out;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 64rem) {
      .banner-model__heading, .banner-model__copy {
        font-size: 20px;
        font-size: 1.25rem; } }
  .banner-model__copy {
    margin: 0;
    max-height: 0;
    opacity: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
  .banner-model__logo-wrapper {
    display: flex;
    margin: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
  .banner-model__inline-logo {
    display: inline;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin: 0; }
  .banner-model__group {
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #000;
    cursor: pointer; }
    .banner-model__group > * {
      pointer-events: none; }
    .banner-model__group:last-of-type {
      border-bottom: 0; }
    .banner-model__group.active {
      position: relative;
      border-bottom: 1px solid transparent;
      cursor: auto; }
      .banner-model__group.active > * {
        pointer-events: auto; }
      .banner-model__group.active:before {
        content: '';
        background-color: #cf000d;
        height: 95%;
        width: 6px;
        display: block;
        position: absolute;
        left: -1.25rem;
        top: 0; }
        @media screen and (min-width: 48rem) {
          .banner-model__group.active:before {
            left: -3rem;
            top: 0; } }
      .banner-model__group.active .banner-model__heading {
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 600; }
        @media screen and (min-width: 64rem) {
          .banner-model__group.active .banner-model__heading {
            font-size: 24px;
            font-size: 1.5rem; } }
        @media screen and (min-width: 80rem) {
          .banner-model__group.active .banner-model__heading {
            font-size: 30px;
            font-size: 1.875rem; } }
      .banner-model__group.active .banner-model__copy {
        font-weight: 400;
        line-height: 1.44;
        letter-spacing: 0.01em;
        margin: 0 0 1rem;
        font-size: 16px;
        font-size: 1rem;
        margin: 1rem 0 0;
        max-height: 55rem;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
        @media screen and (min-width: 64rem) {
          .banner-model__group.active .banner-model__copy {
            font-size: 18px;
            font-size: 1.125rem; } }
        .banner-model__group.active .banner-model__copy:last-of-type {
          margin-bottom: 0; }
        @media screen and (min-width: 30rem) {
          .banner-model__group.active .banner-model__copy {
            padding-right: 2rem; } }
      .banner-model__group.active .banner-model__logo-wrapper {
        margin: 1rem 0 0;
        max-height: 55rem;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
      .banner-model__group.active .banner-model__inline-logo {
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        transition: max-height .3s ease-in-out, opacity .5s ease-in-out, visibility .3s ease-in-out; }
  .banner-model__logo {
    max-width: 9.6875rem;
    margin-top: 3rem; }
  .banner-model__link {
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    margin: 1rem 0; }
    .banner-model__link:hover {
      color: #7f7f7f; }

/*# sourceMappingURL=banner-model.css.map */