/** HERO **/
  [data-hero-advant-cms="1"] > h4:nth-of-type(2), 
  [data-hero-advant-cms="1"] > h4:nth-of-type(2) + p,
  [data-hero-advant-cms="2"] > h4:nth-of-type(1), 
  [data-hero-advant-cms="2"] > h4:nth-of-type(1) + p {
    display: none;
  }
  [data-awards-cms] > figure.w-richtext-figure-type-image {
    display: none;
  }
  [data-awards-cms="1"] > figure:nth-of-type(1),
  [data-awards-cms="2"] > figure:nth-of-type(2),
  [data-awards-cms="3"] > figure:nth-of-type(3),
  [data-awards-cms="4"] > figure:nth-of-type(4) {
    display: table;
  }
  [data-portfolio-cms="nav"]  li.current {
    color: #02021e;
    background: white;
  }
  [data-portfolio-cms="input"] .dropdown__toggle.mod--faq:hover [data-dropdown-plus] {
    color: #02021e;
  }
  [data-steps-cms="input"] .w-dropdown-toggle.w--open [data-steps-plus] {
    border: 0.0625rem solid rgb(2 2 30 / 0%);
  }
  [data-steps-cms="input"] .w-dropdown-toggle.w--open [data-steps-plus] .button__bg {
    transform: scale(1);
  }
  @media screen and (min-width:992px) {
  }
  @media screen and (max-width:991px) and (min-width:480px) {
    [data-steps-cms="last"] p { 
      display: none;
    }
    [data-steps-cms="last"] h4 { 
      margin-bottom: 0rem;
    }
  }
