.so-widget-wpa9-steps {
  padding-top: calc(1 * var(--spacer) );
  padding-bottom: calc(1 * var(--spacer) );
}

.wpa9-steps {

}

  .wpa9-steps-togglers .wpa9-steps-content {
    display: block;
    /* padding-bottom: calc(3 * var(--spacer) ); */
  }

    .wpa9-steps-toggler-wrapper {
      position: relative;
      width: 100%;
    }

      .wpa9-steps-toggler {
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        color: var(--c-main);

        background-color: #f3f3f4;

        display: inline-block;
        width: 178px;
        height: 178px;
        border-radius: 50%;

        margin: 0 auto;
      }

        .wpa9-steps-toggler:hover,
        .wpa9-steps-toggler-wrapper.wpa9-steps-active .wpa9-steps-toggler {
          color: #fff;
          background-color: var(--c-grey-d);
          transition: var(--hover);
        }

        .wpa9-steps-toggler span {
          display: block;
          padding: calc(.75 * var(--spacer) );
        }


      .wpa9-steps-decoration {
        /* display: none; */
        display: block;
        position: relative;
        left: calc(50% - 1px);
        margin: 20px 0;
        width: 2px;
        height: 30px;
        background-color: #000;
      }

      .wpa9-steps-hyphen {
        display: block;
        width: 23px; height: 23px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../../../images/arrow.svg');
        transform: rotate(90deg);
        margin-top: calc(1 * var(--spacer) );
        margin-bottom: calc(1 * var(--spacer) );

      }

  .wpa9-steps-contents-wrapper {
    display: none;
    width: 100%;
  }

    .wpa9-steps-content {
      position: relative;
      font-size: 20px;
      width: 100%;
      max-width: 620px;
      text-align: center;
      /* max-width: 620px;
      text-align: center; */
    }

      .wpa9-steps-content.step_4_1 {}

      .wpa9-steps-content.step_4_2 {
        left: 20%;
      }

      .wpa9-steps-content.step_4_3 {
        right: 0;
        margin-left: auto;
        /* text-align: right; */
      }

      .wpa9-steps-content.step_4_4 {
        right: 0;
        margin-left: auto;
        /* text-align: right; */
      }

      .wpa9-steps-content.step_5_1 {}

      .wpa9-steps-content.step_5_2 {
        left: 20%;
      }

      .wpa9-steps-content.step_5_3 {

        /* text-align: right; */
      }

      .wpa9-steps-content.step_5_4 {
        right: 0;
        margin-left: auto;
        /* text-align: right; */
      }

      .wpa9-steps-content.step_5_5 {
        right: 0;
        margin-left: auto;
        /* text-align: right; */
      }

    .wpa9-steps-contents-wrapper .wpa9-steps-content {
      margin-top: calc(.5 * var(--spacer) );
    }



      .wpa9-steps-content p:last-child {
        margin-bottom: 0;
      }


  .wpa9-steps-button {
    margin-top: calc(3 * var(--spacer) );
    margin-bottom: calc(0.5 * var(--spacer) );
  }

    .wpa9-steps-button .btn {

    }


@media only screen
and (min-width : 768px) {

  .wpa9-steps-togglers .wpa9-steps-content {
    display: none;
  }

  .wpa9-steps-toggler-wrapper {
    position: relative;
    width: auto;
  }

  .wpa9-steps-decoration {
    display: block;
  }

  .wpa9-steps-toggler {
    font-size: 15px;
    width: 110px;
    height: 110px;
  }

  .wpa9-steps-hyphen {
    transform: rotate(0deg);
    background-image: url('../../../images/arrow.svg');
    margin-top: 50px;
  }

  .wpa9-steps-contents-wrapper {
    display: inline-flex;
  }

    .wpa9-steps-content {
      text-align: center;
    }

  .wpa9-steps-contents-wrapper .wpa9-steps-content:not(.wpa9-steps-active),
  .wpa9-steps-toggler-wrapper:not(.wpa9-steps-active) .wpa9-steps-decoration {
    display: none;
  }

}


@media only screen
and (min-width : 992px) {

  .wpa9-steps-toggler {
    font-size: 19px;
    width: 150px;
    height: 150px;
  }

  .wpa9-steps-content {
    left: calc(50% - 310px);
  }

  .wpa9-steps-hyphen {
    margin-top: 70px;
  }

}


@media only screen
and (min-width : 1200px) {

  .wpa9-steps-toggler {
    font-size: 20px;
    width: 178px;
    height: 178px;
  }

  .wpa9-steps-hyphen {
    margin-top: 83px;
  }

}
