.Countdown_box_3Rga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26px;
  overflow: hidden;
}
.Countdown_box_3Rga > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Countdown_box_3Rga .Countdown_border_381e {
  font-size: 14px;
  line-height: 24px;
}
.Countdown_box_3Rga .Countdown_border_381e > div > div {
  display: inline-block;
}
.Countdown_box_3Rga .Countdown_value_-In1 {
  min-width: 17px;
  height: 24px;
  line-height: 24px;
}
.Countdown_box_3Rga .Countdown_split_2tpG {
  width: 4px;
  height: 20px;
}
.Countdown_countdownLargeSize_2RT9 .Countdown_value_-In1,
.Countdown_countdownSmallSize_25GQ .Countdown_value_-In1 {
  color: #FFFFFF;
  font-weight: 400;
  background: #FB2323;
  border-radius: 2px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}
.Countdown_countdownLargeSize_2RT9 .Countdown_unit_2Hwr,
.Countdown_countdownSmallSize_25GQ .Countdown_unit_2Hwr {
  color: #FB2323;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownLargeSize_2RT9 .Countdown_value_-In1 {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownLargeSize_2RT9 .Countdown_unit_2Hwr {
  min-width: 14px;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownSmallSize_25GQ {
  font-size: 12px;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownSmallSize_25GQ .Countdown_value_-In1 {
  min-width: 16px;
  line-height: 16px;
  height: 16px;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownSmallSize_25GQ .Countdown_split_2tpG {
  height: 16px;
}
.Countdown_countdownBorder_1xLE.Countdown_countdownSmallSize_25GQ .Countdown_unit_2Hwr {
  min-width: 12px;
  height: 16px;
  line-height: 16px;
}
.Countdown_unit_2Hwr {
  text-align: center;
  min-width: 14px;
  height: 24px;
  font-weight: 400;
  color: #212121;
  line-height: 24px;
}
.Countdown_visibleText_2mqO {
  display: none;
}

.Slider_slider_cMEv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3279FC;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.Slider_slider_cMEv .Slider_slider-minvalue_1rJK {
  margin-right: 16px;
  font-size: 12px;
  color: #212121;
}
.Slider_slider_cMEv .Slider_slider-maxvalue_3_fv {
  margin-left: 16px;
  font-size: 12px;
  color: #212121;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto 0px;
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-click-area_3lT5 {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消默认点击的效果*/
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-rail_Xt8J {
  cursor: pointer;
  position: absolute;
  width: 100%;
  background-color: #ddd;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消默认点击的效果*/
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-track_2AYm {
  cursor: pointer;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消默认点击的效果*/
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px 0 #999;
          box-shadow: 0 0 3px 0 #999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消默认点击的效果*/
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5 .Slider_slider-handle-circle_3hlw {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5 .Slider_value-title_31V_ {
  position: absolute;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-left: -1px;
  bottom: 5px;
  line-height: 1;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5 .Slider_value-title_31V_ span {
  display: none;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5 .Slider_value-title_31V_:hover span {
  display: inline;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-handle_3ky5:hover .Slider_value-title_31V_ span {
  display: inline;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_moving-handle_1cTK {
  z-index: 2;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-marks_1q7R {
  color: #999;
}
.Slider_slider_cMEv .Slider_slideContainer_2bzK .Slider_slider-marks_1q7R .Slider_mark-item_1QcG {
  margin-top: 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
}
.Slider_slider_cMEv.Slider_disabled_1et4 {
  opacity: 0.5;
}

.Rate_emotional_2cx5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  min-height: 92px;
  font-size: 12px;
}
.Rate_emotional-img_2si- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.Rate_emotional-img_2si- img {
  width: 40px;
  height: 40px;
}
.Rate_emotional-img-text_1A9S {
  display: inline-block;
  padding: 4px 4px 0 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #999999;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.Rate_emotional-img-text-active_2m5W {
  color: #212121;
}
.Rate_rate_15zo {
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  font-size: 12px;
}
.Rate_rate-star-item_3dd- {
  position: relative;
  cursor: pointer;
  margin-right: 16px;
}
.Rate_rate-star-item_3dd- .Rate_rate-defectiveStar_P_Uv {
  position: absolute;
  left: 0;
  overflow: hidden;
}
.Rate_rate-star-item_3dd-:last-child {
  margin-right: 0;
}
.Rate_rate-text_15_0 {
  color: #999999;
}

.Survey_survey_2x7Z {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
}
.Survey_survey-popuer-list_3sdF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.Survey_survey-popuer-list-item_1ucZ {
  position: relative;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 16px;
  background-color: #f2f2f2;
  color: #212121;
}
.Survey_survey-popuer-list-item_1ucZ::after {
  position: absolute;
  content: '';
  border: 2px solid transparent;
  border-top: 2px solid #f2f2f2;
  bottom: -4px;
}
.Survey_survey-popuer-list-item_1ucZ:first-child {
  border-radius: 4px 4px 4px 0;
}
.Survey_survey-popuer-list-item_1ucZ:first-child::after {
  left: 0;
  border-left: 2px solid #f2f2f2;
}
.Survey_survey-popuer-list-item_1ucZ:last-child {
  border-radius: 4px 4px 0 4px;
}
.Survey_survey-popuer-list-item_1ucZ:last-child::after {
  bottom: -4px;
  right: 0;
  border-right: 2px solid #f2f2f2;
}
.Survey_survey-list_1c_L {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Survey_survey-list-item_3ZRW {
  margin-right: 4px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e5e5e5;
  color: #212121;
  font-size: 16px;
}
.Survey_survey-list-item_3ZRW:last-child {
  margin-right: 0;
}
.Survey_survey-list-item_3ZRW > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  line-height: 24px;
  margin: 8px 4px;
}
.Survey_survey-list-item-active_Z7St {
  background-color: #276ff5;
  color: #ffffff;
}

.StepsBar_steps_2jlI {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: -webkit-max-content;
  padding: 0 4px 0 4px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #276FF5;
  position: absolute;
  left: calc(50% + 8px);
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR::before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #276FF5;
  position: absolute;
  right: calc(50% + 8px);
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_signageIcon_11JX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  text-align: center;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_signageIcon_11JX .StepsBar_step-wait_rzfY {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DDDDDD;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_signageIcon_11JX .StepsBar_stepIcon_mZOZ {
  font-size: 14px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-normalSignage_2INZ {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-normalSignage-vertical_37Aa {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-number-process_3zdS {
  background-color: #276FF5;
  color: #fff;
  border: none;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-number-error_3jAU {
  background-color: #ff991c;
  color: #fff;
  border: none;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-number-finish_25Lo {
  border: 1px #276ff5 solid;
  background-color: transparent;
  color: #276FF5;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR .StepsBar_step-number-wait_2MSY {
  background-color: transparent;
  border: 1px #999 solid;
  color: #999;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_wait-step_c8Ov::before,
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_wait-step_c8Ov::after,
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_current-step_LCuF::after {
  background-color: #E5E5E5;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d:first-child .StepsBar_step-signage_2IYR::before {
  display: none;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d:last-child .StepsBar_step-signage_2IYR::after {
  display: none;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL {
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0 8px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-title_3jU9,
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-description_3G4c {
  margin-top: 4px;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-title_3jU9 {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #212121;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-title-wait_sRUj {
  color: #999;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-description_3G4c {
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}
.StepsBar_steps_2jlI .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-description-wait_2YGC {
  color: #999;
}
.StepsBar_steps-vertical_2PFd {
  padding-right: 12px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-label_1qwP {
  cursor: pointer;
  min-width: 8px;
  max-width: 100px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-label_1qwP .StepsBar_step-labelArea_EgZF {
  text-align: right;
  margin-left: 12px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-label_1qwP .StepsBar_step-labelArea_EgZF .StepsBar_stepLabel-title_121W {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-label_1qwP .StepsBar_step-labelArea_EgZF .StepsBar_stepLabel-description_2Ksf {
  font-size: 12px;
  margin-top: 4px;
  color: #999;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 16px;
  padding-top: 2px;
  margin: 0 8px 0 0;
  min-height: 36px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR::after {
  width: 1px;
  height: calc(100% - 16px);
  top: 18px;
  left: 50%;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage_2IYR::before {
  display: none;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_step-signage-normal_3dr2 {
  width: 16px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  text-align: left;
  padding: 0 0 12px 0;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-title_3jU9 {
  margin-top: 0;
  color: #212121;
  margin-bottom: 0px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-title-wait_sRUj {
  color: #999;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-description_3G4c {
  color: #666666;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d .StepsBar_textArea_69KL .StepsBar_stepCont-description-wait_2YGC {
  color: #999;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d:last-child .StepsBar_textArea_69KL {
  padding-bottom: 0px;
}
.StepsBar_steps-vertical_2PFd .StepsBar_steps-area_34Ky .StepsBar_step_1N-d:last-child .StepsBar_step-signage_2IYR {
  min-height: 0;
}
.StepsBar_steps-rightAxis_uO93.StepsBar_steps-vertical_2PFd .StepsBar_step_1N-d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.StepsBar_steps-rightAxis_uO93.StepsBar_steps-vertical_2PFd .StepsBar_step_1N-d .StepsBar_step-label_1qwP .StepsBar_step-labelArea_EgZF {
  text-align: left;
  margin: 0 12px 0 0px;
}
.StepsBar_steps-rightAxis_uO93.StepsBar_steps-vertical_2PFd .StepsBar_step_1N-d .StepsBar_textArea_69KL {
  text-align: right;
}
.StepsBar_steps-axisNoTheme_iKS8 .StepsBar_step-signage_2IYR::after,
.StepsBar_steps-axisNoTheme_iKS8 .StepsBar_step-signage_2IYR::before {
  background-color: #E5E5E5 !important;
}
.StepsBar_finish_TEvb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5582F3;
}
.StepsBar_wait_3_6z {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DDDDDD;
}

.SegmentedControl_segments_3hlA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  opacity: 1;
  height: 28px;
  font-size: 14px;
}
.SegmentedControl_segments_3hlA.SegmentedControl_segments-disabled_1AkL {
  opacity: 0.5;
}
.SegmentedControl_segments-item_3ZCN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #276FF5;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
  padding: 0 8px;
  border: 1px solid #276FF5;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left-width: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.SegmentedControl_segments-item-tintcolor_16D9 {
  border-color: #276FF5;
}
.SegmentedControl_segments-item_3ZCN:first-child {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.SegmentedControl_segments-item_3ZCN:last-child {
  border-radius: 0 4px 4px 0;
}
.SegmentedControl_segments-item-selected_21yL {
  background: #276FF5;
  color: #fff;
}
.SegmentedControl_segments-item-title_-aR3 {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.SegmentedControl_segments-item-active_1ooj .SegmentedControl_segments-item-inner_2_xs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #276FF5;
}

.KDTimeline_process_xd3S,
.KDTimeline_finish_KEGf,
.KDTimeline_error_3f6a,
.KDTimeline_wait_3p7l,
.KDTimeline_warning_3mHg {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #276FF5;
}
.KDTimeline_finish_KEGf {
  border-color: #1BA854;
  background-color: #1BA854;
}
.KDTimeline_error_3f6a {
  border-color: #FB2323;
  background-color: #FB2323;
}
.KDTimeline_wait_3p7l {
  border-color: #CCCCCC;
  background-color: #CCCCCC;
}
.KDTimeline_warning_3mHg {
  border-color: #FF991C;
  background-color: #FF991C;
}

.Steps_steps_fFt- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U {
  cursor: pointer;
  min-width: 8px;
  max-width: 100px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK {
  text-align: right;
  padding-left: 12px;
  padding-top: 2px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-title_2XPj {
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 0px;
  color: #999999;
  margin-top: 0px;
  margin-bottom: 0px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-description_2RPN {
  font-size: 12px;
  margin-top: 4px;
  color: #999999;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk::before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #2872fc;
  position: absolute;
  right: 50%;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk .Steps_signageIcon_3MYd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  background-color: #2872fc;
  z-index: 1;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk .Steps_signageIcon_3MYd .Steps_step-wait_1joz {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk .Steps_signageIcon_3MYd .Steps_stepIcon_3_s- {
  font-size: 14px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk .Steps_signageIconLine_1Y1r {
  position: absolute;
  left: 50%;
  height: calc(100% - 2px);
  width: 1px;
  background-color: #E5E5E5;
  top: 18px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk .Steps_step-normalSignage_1id3 {
  background-color: transparent;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_wait-step_1JvV::before,
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_wait-step_1JvV::after,
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_current-step_3sTh::after {
  background-color: #ccc;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM:first-child .Steps_step-signage_1Rqk::before {
  display: none;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM:last-child .Steps_step-signage_1Rqk::after {
  display: none;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 {
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 0 8px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-title_149C,
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-description_3vf_ {
  margin-top: 4px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-title_149C {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-description_3vf_ {
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}
.Steps_steps_fFt- .Steps_steps-area_2PUR .Steps_step_2iSM:last-child .Steps_signageIconLine_1Y1r {
  display: none;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U {
  cursor: pointer;
  min-width: 8px;
  max-width: 100px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK {
  text-align: right;
  padding-left: 12px;
  padding-top: 2px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-title_2XPj {
  font-size: 12px;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 0px;
  color: #999999;
  margin-top: 0px;
  margin-bottom: 0px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-description_2RPN {
  font-size: 12px;
  margin-top: 4px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 16px;
  padding-top: 2px;
  margin: 0 8px;
  min-height: 36px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_step-signage_1Rqk::before {
  display: none;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  text-align: left;
  padding: 2px 12px 12px 0;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-title_149C {
  margin-top: 0;
  color: #212121;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_opkButton_jkYj {
  line-height: 1.3;
  margin-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_opkButton_jkYj span {
  line-height: 1.3;
  color: #276FF5;
  margin: 0 12px 0 0;
  white-space: nowrap;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX {
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  margin-right: 1px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span i {
  margin-left: 1px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM:last-child .Steps_textArea_FNj6 {
  padding-bottom: 0px;
}
.Steps_steps-vertical_3aTK .Steps_steps-area_2PUR .Steps_step_2iSM:last-child .Steps_step-signage_1Rqk {
  min-height: 0;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK {
  text-align: left;
  padding-left: 0px;
  margin: 0 12px 0 0px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-title_2XPj {
  margin-right: 0px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 {
  text-align: right;
  padding: 0px 0px 12px 12px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX {
  font-size: 12px;
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  margin-right: 1px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span i {
  font-size: 12px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_opkButton_jkYj {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_opkButton_jkYj span {
  margin: 0 0 0 12px;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM {
  width: 100%;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U {
  max-width: none;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK {
  text-align: left;
  margin: 0 12px 0 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2px 0px 0px 0px;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-title_2XPj {
  margin-right: 4px;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-description_2RPN {
  line-height: 1.3;
  margin: 0px;
}
.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 {
  text-align: left;
  padding: 0px 12px 12px 0px;
  width: 100%;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK {
  text-align: right;
  margin: 0 0 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-title_2XPj {
  margin-right: 4px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_step-label_CX9U .Steps_step-labelArea_17GK .Steps_stepLabel-description_2RPN {
  line-height: 1.3;
  margin: 0px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 {
  text-align: right;
  padding: 0px 0px 12px 12px;
  width: 100%;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX {
  font-size: 12px;
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM .Steps_textArea_FNj6 .Steps_stepCont-showmore_10bX span i {
  font-size: 12px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM:last-child .Steps_textArea_FNj6 {
  padding-bottom: 0px;
}
.Steps_steps-rightAxis_2vQA.Steps_steps-UnilateralLayout_2KHI.Steps_steps-vertical_3aTK .Steps_step_2iSM:last-child .Steps_step-signage_1Rqk {
  min-height: 0;
}
.Steps_steps-axisNoTheme_35sw .Steps_step-signage_1Rqk::after,
.Steps_steps-axisNoTheme_35sw .Steps_step-signage_1Rqk::before {
  background-color: #ccc !important;
}
.Steps_unilateralLayout_VNLl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Steps_content_2q_z {
  position: fixed;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.Steps_content_2q_z .Steps_list_31Ao {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  max-height: 264px;
  overflow: hidden;
}
.Steps_content_2q_z .Steps_list_31Ao li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 44px;
  padding: 0 24px 0 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  color: #212121;
}
.Steps_content_2q_z .Steps_list_31Ao li:last-child {
  border-bottom: none;
}
.Steps_content_2q_z .Steps_list_31Ao li .Steps_btn-active_2NeY {
  background-color: #ddd;
}
.Steps_content_2q_z .Steps_arrow1_12Ri {
  width: 16px;
  height: 8px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8dGl0bGU+NC7ooajljZUvMTUu5rCU5rOhL+WFg+e0oC8wLuawlOazoeeureWktC/mt7HoibLlupUt5LiLPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBhdGggZD0iTTIuMTcwNjUyOTEsMC4wMDcyODQ4NjUyNCBMMiwwIEwxNCwwIEMxMy4zNzA0NDU1LDAgMTIuNzc3NTkwNCwwLjI5NjUyMzQ4NyAxMi4zOTk2MTU4LDAuODAwNDUxMDM0IEw4Ljc5OTcxMTcyLDUuNTk5OTU2MjEgQzguNDY4MTI4Nyw2LjA0MjAzMzExIDcuODQxMjg0NDEsNi4xMzEzNTc1OSA3LjM5OTYxNTgyLDUuNzk5NDY4MDMgQzcuMzI0MDk0ODMsNS43NDI3MTgxNyA3LjI1Njk4NTcyLDUuNjc1NTQ3MDEgNy4yMDAyODgyOCw1LjU5OTk1NjIxIEwzLjYwMDM4NDE4LDAuODAwNDUxMDM0IEMzLjI1Njc3MDk0LDAuMzQyMzM1MDgyIDIuNzM1NTcwNDYsMC4wNTU2Mjc0NDQ0IDIuMTcwNjUyOTEsMC4wMDcyODQ4NjUyNCBaIiBpZD0icGF0aC0xIj48L3BhdGg+DQogICAgICAgIDxmaWx0ZXIgeD0iLTExNi43JSIgeT0iLTE2Ni43JSIgd2lkdGg9IjMzMy4zJSIgaGVpZ2h0PSI1NjYuNyUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImZpbHRlci0yIj4NCiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjQiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+DQogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0IiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVHYXVzc2lhbkJsdXI+DQogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC4wNSAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+DQogICAgICAgIDwvZmlsdGVyPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0iNC7ooajljZUvMTUu5rCU5rOhL+WFg+e0oC8wLuawlOazoeeureWktC/mt7HoibLlupUt5LiLIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IuawlOazoeeureWktCI+DQogICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
}
.Steps_content_2q_z .Steps_arrow2_1RVr {
  width: 16px;
  height: 8px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8dGl0bGU+NC7ooajljZUvMTUu5rCU5rOhL+WFg+e0oC8wLuawlOazoeeureWktC/mt7HoibLlupUt5LiLPC90aXRsZT4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBhdGggZD0iTTIuMTcwNjUyOTEsMC4wMDcyODQ4NjUyNCBMMiwwIEwxNCwwIEMxMy4zNzA0NDU1LDAgMTIuNzc3NTkwNCwwLjI5NjUyMzQ4NyAxMi4zOTk2MTU4LDAuODAwNDUxMDM0IEw4Ljc5OTcxMTcyLDUuNTk5OTU2MjEgQzguNDY4MTI4Nyw2LjA0MjAzMzExIDcuODQxMjg0NDEsNi4xMzEzNTc1OSA3LjM5OTYxNTgyLDUuNzk5NDY4MDMgQzcuMzI0MDk0ODMsNS43NDI3MTgxNyA3LjI1Njk4NTcyLDUuNjc1NTQ3MDEgNy4yMDAyODgyOCw1LjU5OTk1NjIxIEwzLjYwMDM4NDE4LDAuODAwNDUxMDM0IEMzLjI1Njc3MDk0LDAuMzQyMzM1MDgyIDIuNzM1NTcwNDYsMC4wNTU2Mjc0NDQ0IDIuMTcwNjUyOTEsMC4wMDcyODQ4NjUyNCBaIiBpZD0icGF0aC0xIj48L3BhdGg+DQogICAgICAgIDxmaWx0ZXIgeD0iLTExNi43JSIgeT0iLTE2Ni43JSIgd2lkdGg9IjMzMy4zJSIgaGVpZ2h0PSI1NjYuNyUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImZpbHRlci0yIj4NCiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjQiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+DQogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0IiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVHYXVzc2lhbkJsdXI+DQogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC4wNSAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+DQogICAgICAgIDwvZmlsdGVyPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0iNC7ooajljZUvMTUu5rCU5rOhL+WFg+e0oC8wLuawlOazoeeureWktC/mt7HoibLlupUt5LiLIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IuawlOazoeeureWktCI+DQogICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  margin-top: -8px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.Steps_btn-active_2NeY {
  background-color: #ddd;
}

.IFrame_iframe-content-loading_33K4 {
  content: '';
  background-color: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.IFrame_iframe-content-load-complete_2eIK {
  background-color: initial;
}
.IFrame_iframe-base_7DKO {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: scroll;
  position: relative;
}
.IFrame_iframe-base_7DKO .IFrame_loading_2FbG {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.IFrame_iframe-base_7DKO .IFrame_disabledPointer_1fmt {
  pointer-events: none;
}
.IFrame_iframe-base_7DKO .IFrame_iframe-el_3rvJ {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0px;
  width: 100%;
}

