.klenty_parallel_play {
  width: 125px;
  cursor: pointer;
}

.progressBarBlock {
  margin-bottom: 16px;
  height: 3px;
  display: flex;
  align-items: center;
  position: relative;
}

.progressBar {
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(
    41deg,
    rgba(236, 236, 255, 1) 0%,
    rgba(137, 135, 255, 1) 100%
  );
}

.progressBar.active {
  animation: widthFull 8s linear;
}

@keyframes widthFull {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.multi-channel-outreach hr {
  margin-bottom: 0px;
  width: 100%;
}

.pricingSection{
  padding: 6rem 20px 9rem 20px;
}

.k-signup-wrapper2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.8);
}

.requestPricingSubmit{
  padding-left: 0px !important;
  padding-right: 0px !important;
}