.pricing-tabs-block {
  padding: 60px 0;
  background: var(--Secondary-Lavender-Grey, #f3f7fa);
}
.pricing-tabs-block .billing-tabs-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 2.8rem;
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  padding: 0.8rem 0.9rem;
}
.pricing-tabs-block .billing-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.pricing-tabs-block .tab-btn {
  padding: 10px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.pricing-tabs-block .tab-btn.active {
  background: var(--Primary-Gradient, linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%));
  color: white;
  border-radius: 4px;
}
.pricing-tabs-block .discount-text {
  margin-bottom: 13.3rem;
  color: var(--Secondary-Snow-Blue, #1772d2);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
}
@media screen and (max-width: 767px) {
  .pricing-tabs-block .discount-text {
    margin-bottom: 3.3rem;
  }
}
.pricing-tabs-block .pricing-plans-wrapper {
  margin-bottom: 4.2rem;
}
.pricing-tabs-block .pricing-plan {
  border-radius: 20px;
  padding: 3rem 2rem;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 20px;
  background: #fff;
}
.pricing-tabs-block .pricing-plan .before-features-text {
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .pricing-tabs-block .pricing-plan {
    margin-bottom: 3.3rem;
  }
  .pricing-tabs-block .pricing-plan a {
    text-align: center;
    color: var(--Secondary-Snow-Blue, #1772d2);
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.pricing-tabs-block .pricing-plan.featured {
  border: 1px solid #fff;
  padding: 4rem 2rem;
  background: var(--Primary-Gradient, linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%));
  color: white;
  margin-top: -6.8rem;
}
@media screen and (max-width: 767px) {
  .pricing-tabs-block .pricing-plan.featured {
    margin-top: 0rem;
  }
}
.pricing-tabs-block .pricing-plan.featured .plan-button .btn-primary:hover {
  color: #000;
}
.pricing-tabs-block .pricing-plan.featured a {
  color: white;
}
.pricing-tabs-block .pricing-plan.featured a svg path {
  fill: white;
}
.pricing-tabs-block .pricing-plan.featured .plan-name {
  margin-bottom: 3.7rem;
}
.pricing-tabs-block .pricing-plan.featured .plan-description {
  color: #fff;
  margin-bottom: 2.3rem;
}
.pricing-tabs-block .pricing-plan.featured .manage-text {
  color: #fff;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 187.5% */
}
@media screen and (max-width: 767px) {
  .pricing-tabs-block .pricing-plan.featured .manage-text {
    margin-top: 3rem;
  }
}
.pricing-tabs-block .most-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #6ddca6;
  color: #000;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
}
.pricing-tabs-block .plan-name {
  text-align: center;
  margin-bottom: 3.4rem;
}
.pricing-tabs-block .plan-description {
  color: #a6a6a6;
  text-align: center;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 2.9rem;
}
.pricing-tabs-block .plan-price {
  text-align: center;
  margin-bottom: 3.4rem;
}
.pricing-tabs-block .plan-price .price-value {
  color: #000;
  font-family: var(--font-inter);
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.pricing-tabs-block .plan-price .price-currency {
  color: #000;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  top: -5px;
}
.pricing-tabs-block .plan-price .price-mo {
  color: #000;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  top: 5px;
}
.pricing-tabs-block .plan-price .dynamic-price sup,
.pricing-tabs-block .plan-price .dynamic-price sub,
.pricing-tabs-block .plan-price .dynamic-price span {
  color: #fff;
}
.pricing-tabs-block .plan-price .contact-value {
  color: #191a15;
  font-family: var(--font-inter);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.pricing-tabs-block .manage-site-text {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pricing-tabs-block .manage-site-text {
    display: block;
  }
}
.pricing-tabs-block .site-slider {
  margin: 0.4rem auto 3.7rem;
  max-width: 211px;
  width: 100%;
}
.pricing-tabs-block .site-slider .slider {
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
}
.pricing-tabs-block .site-slider .slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: white;
}
.pricing-tabs-block .site-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #6DDCA6;
  margin-top: -7px;
  position: relative;
  z-index: 2;
}
.pricing-tabs-block .site-slider .slider::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: white;
}
.pricing-tabs-block .site-slider .slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #6DDCA6;
  border: none;
}
.pricing-tabs-block .site-slider .slider::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.pricing-tabs-block .site-slider .slider::-ms-fill-lower {
  background: #6DDCA6;
  border-radius: 3px;
}
.pricing-tabs-block .site-slider .slider::-ms-fill-upper {
  background: white;
  border-radius: 3px;
}
.pricing-tabs-block .site-slider .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.pricing-tabs-block .site-slider .amount-input {
  display: flex;
  gap: 5px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pricing-tabs-block .site-slider .amount-input label {
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
.pricing-tabs-block .site-slider .amount-input .amount-field {
  width: 20%;
  padding: 0px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #fff;
  background-color: unset;
  box-shadow: unset;
  color: #fff;
}
.pricing-tabs-block .features-area {
  border-radius: 10px;
  padding: 2.6rem 2.7rem;
}
@media screen and (min-width: 768px) {
  .pricing-tabs-block .features-area {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pricing-tabs-block .features-area.show {
    margin-top: 3rem;
  }
}
.pricing-tabs-block .plan-features {
  list-style: none;
  color: #000;
  margin: 0;
}
.pricing-tabs-block .plan-features li {
  margin-bottom: 22px;
  display: flex;
  gap: 10px;
  color: #191a15;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.pricing-tabs-block .plan-features li:last-child {
  margin-bottom: 0.8rem;
}
.pricing-tabs-block .information-text {
  text-align: center;
  margin-bottom: 2.2rem;
  color: #191a15;
  font-family: var(--font-inter);
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.pricing-tabs-block .plan-button {
  text-align: center;
  margin-top: 1.4rem;
}
.pricing-tabs-block .plan-button .btn-outlined {
  color: #000;
  border: 1px solid #000;
}
.pricing-tabs-block .bottom-text p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */