/*-------------- Our value Area Start  ------------*/
.benefits-area {
  padding: 4.8125rem 0; }
  @media (min-width: 48rem) and (max-width: 61.9375rem) {
    .benefits-area {
      padding-bottom: 3.125rem;
      padding-top: 5rem; } }
  @media only screen and (max-width: 47.9375rem) {
    .benefits-area {
      padding-bottom: 5rem;
      padding-top: 6.25rem; } }
  .benefits-area .area__title {
    max-width: 46.625rem; 
    margin: 0 auto 0rem;
}
  .benefits-area .shp-box img {
    width: 4.0625rem; }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .benefits-area .shp-box img {
        width: 3.125rem; } }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .benefits-area .shp-box img {
        width: 3.125rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .benefits-area .shp-box img {
        width: 1.5625rem; } }
  .benefits-area .promise__card {
    height: 21.875rem;
    margin-top: 1.875rem; }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .benefits-area .promise__card {
        height: auto; } }
    @media only screen and (max-width: 47.9375rem) {
      .benefits-area .promise__card {
        height: auto !important; } }
    .benefits-area .promise__card h3 {
      font-size: 1.375rem; }
    .benefits-area .promise__card p {
      font-size: 1.25rem; }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .benefits-area .promise__card p {
          font-size: 1.125rem; } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .benefits-area .promise__card p {
          font-size: 1rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .benefits-area .promise__card p {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .benefits-area .promise__card p {
          font-size: 1.125rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .benefits-area .promise__card {
        height: 18.75rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefits-area .promise__card {
        height: 18.75rem; } }
  .benefits-area .card__p__1, .benefits-area .card__p__2 {
    height: 21.875rem;
    }

/*-------------- Our value Area End  ------------*/

/*-------------- Support Card Component End  ---- --------*/
.benefit__card {
  border-radius: 0.5rem;
  border: 0.125rem solid #E3F0F7;
  background: #fff;
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
  padding: 2.5rem 2.25rem;
  display: flex;
  align-items: flex-start;
  height: 25.625rem;
  margin-top: 2rem;
  transition: .2s;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1; 
height: 26.125rem;}
  .benefits-area .benefit__card_1, .benefits-area .benefit__card_2 {
    height: 24.125rem; }
  @media (min-width: 100rem) and (max-width: 106.1875rem) {
    .benefit__card {
      padding: 1.25rem; } }
  @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
    .benefit__card {
      padding: 1.25rem; } }
  @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
    .benefit__card {
      padding: 1.25rem; } }
  @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
    .benefit__card {
      padding: 1.25rem;
      height: 23.75rem; } }
  @media (min-width: 75rem) and (max-width: 81.1875rem) {
    .benefit__card {
      padding: 1.25rem 0.9375rem;
      height: 22.5rem; } }
  @media (min-width: 62rem) and (max-width: 74.9375rem) {
    .benefit__card {
      padding: 1.25rem 0.9375rem;
      height: 22.5rem; } }
  @media (min-width: 48rem) and (max-width: 61.9375rem) {
    .benefit__card {
      margin-top: 1.5625rem;
      padding: 1.5625rem 1.25rem; } }
  @media (max-width: 61.9375rem) {
    .benefit__card {
      height: auto;
      margin-top: 1.5625rem; } }
  .benefit__card::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    border-radius: 0.5rem;
    transition: .2s; }
  .benefit__card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0351A3;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    border-radius: 0.5rem;
    transition: .2s; }
  .benefit__card:hover {
    left: -0.9375rem;
    top: -0.9375rem; }
    .benefit__card:hover::after {
      bottom: -0.9375rem;
      right: -0.9375rem; }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .benefit__card:hover::after {
          bottom: -0.625rem;
          right: -0.625rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card:hover {
        left: -0.5rem;
        top: -0.625rem; } }
  .benefit__card:focus {
    left: -0.9375rem;
    top: -0.9375rem; }
    .benefit__card:focus::after {
      bottom: -0.9375rem;
      right: -0.9375rem; }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .benefit__card:focus::after {
          bottom: -0.625rem;
          right: -0.625rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card:focus {
        left: -0.5rem;
        top: -0.625rem; } }
  .benefit__card:active {
    left: -0.9375rem;
    top: -0.9375rem; }
    .benefit__card:active::after {
      bottom: -0.9375rem;
      right: -0.9375rem; }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .benefit__card:active::after {
          bottom: -0.625rem;
          right: -0.625rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card:active {
        left: -0.5rem;
        top: -0.625rem; } }
  .benefit__card .benefit__content > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    background-color: #F2F8FC;
    margin-bottom: 0.9rem;
    width: 4rem;
    height: 4rem; }
    @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
      .benefit__card .benefit__content > span {
        width: 3.75rem;
        height: 3.75rem;
        margin-bottom: 1.25rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .benefit__card .benefit__content > span {
        width: 3.75rem;
        height: 3.75rem;
        margin-bottom: 1.25rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .benefit__card .benefit__content > span {
        width: 3.75rem;
        height: 3.75rem;
        margin-bottom: 1.25rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .benefit__card .benefit__content > span {
        width: 3.4375rem;
        height: 3.4375rem;
        margin-bottom: 0.9375rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) and (min-width: 75rem) and (max-width: 81.1875rem) {
      .benefit__card .benefit__content > span img {
        width: 1.5rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card .benefit__content > span {
        width: 2.8125rem;
        height: 2.8125rem;
        margin-bottom: 0.9375rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) and (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card .benefit__content > span img {
        width: 1.25rem; } }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .benefit__card .benefit__content > span {
        width: 3.4375rem;
        height: 3.4375rem;
        margin-bottom: 0.9375rem; }
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
    @media (min-width: 48rem) and (max-width: 61.9375rem) and (min-width: 48rem) and (max-width: 61.9375rem) {
      .benefit__card .benefit__content > span img {
        width: 1.25rem; } }
    .benefit__card .benefit__content > span img {
      width: 2.3rem;
      }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .benefit__card .benefit__content > span img {
          width: 1.625rem; } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .benefit__card .benefit__content > span img {
          width: 1.5625rem; } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .benefit__card .benefit__content > span img {
          width: 1.5rem; } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .benefit__card .benefit__content > span img {
          width: 1.25rem; } }
    .benefit__card .benefit__content > span.benefit_icon_2 {
      background-color: #FFF2E0; }
    .benefit__card .benefit__content > span.benefit_icon_3 {
      background-color: #E8F7EC; }
    .benefit__card .benefit__content > span.benefit_icon_4 {
      background-color: #FFE99E; }
  .benefit__card .benefit__content h3 {
    color: #231F20;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 145.455%;
    margin-bottom: 0.9375rem;
    }
.benefit__card .benefit__content h3 span {
    color: #231F20;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 106.455%;
    margin-top: 0.2rem;
    display:block;
    }
    @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
      .benefit__card .benefit__content h3 {
        margin-bottom: 0.625rem;
        font-size: 1.25rem; } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .benefit__card .benefit__content h3 {
        margin-bottom: 0.625rem;
        font-size: 1.25rem; } }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .benefit__card .benefit__content h3 {
        margin-bottom: 0.625rem;
        font-size: 1.25rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .benefit__card .benefit__content h3 {
        margin-bottom: 0.625rem;
        font-size: 1.125rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card .benefit__content h3 {
        margin-bottom: 0.625rem;
        font-size: 1rem; } }
  .benefit__card .benefit__content p {
    color: #1C191A;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 145.556%; }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .benefit__card .benefit__content p {
        font-size: 1.0625rem;
        line-height: 135.556%; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .benefit__card .benefit__content p {
        font-size: 1rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .benefit__card .benefit__content p {
        font-size: 0.9375rem; } }
  .benefit__card.benefit__card_2:hover, .benefit__card.benefit__card_6:hover {
    border-color: #FF8C00; }
  .benefit__card.benefit__card_2:focus, .benefit__card.benefit__card_6:focus {
    border-color: #FF8C00; }
  .benefit__card.benefit__card_2::after, .benefit__card.benefit__card_6::after {
    background: #FF8C00 !important; }
  .benefit__card.benefit__card_3:hover {
    border-color: #34AD65; }
  .benefit__card.benefit__card_3:focus {
    border-color: #34AD65; }
  .benefit__card.benefit__card_3::after {
    background: #34AD65 !important; }
  .benefit__card.benefit__card_4:hover {
    border-color: #FFBF00; }
  .benefit__card.benefit__card_4:focus {
    border-color: #FFBF00; }
  .benefit__card.benefit__card_4::after {
    background: #FFBF00 !important; }