.pricing-hero-content {
  padding: 80px 0 50px 0;
}
.pricing-hero-content .text {
  text-align: center;
}
.pricing-hero-content .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pricing-hero-content .text h1 {
    font-size: 32px;
  }
}
.pricing-hero-content .text h1 b, .pricing-hero-content .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}

.pricing-hero-content .text .subtitle {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.pricing-hero-content .text .subtitle:last-of-type {
  margin-bottom: 30px;
}
.pricing-hero-content iframe {
  border: 0;
}

.pricing-trusted {
  padding: 50px 0;
  background-color: #28272f;
}
.pricing-trusted .text {
  text-align: center;
}
.pricing-trusted .text h2 {
  margin-bottom: 30px;
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.pricing-trusted .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.pricing-trusted .logos .col {
  width: 17%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .pricing-trusted .logos .col {
    width: 33%;
  }
}
.pricing-trusted .logos .col img {
  max-height: 85px;
}

.pricing-demo {
  padding: 5px 0 130px 0;
}
@media only screen and (max-width: 768px) {
  .pricing-demo {
    padding-bottom: 55px;
  }
}
.pricing-demo .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .pricing-demo .row {
    flex-direction: column;
  }
}
.pricing-demo .col:first-of-type {
  width: 68%;
}
@media only screen and (max-width: 992px) {
  .pricing-demo .col:first-of-type {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pricing-demo .col:last-of-type {
  width: 32%;
}
@media only screen and (max-width: 992px) {
  .pricing-demo .col:last-of-type {
    width: 100%;
  }
}
.pricing-demo .demo-wrapper {
  height: 100%;
  background-color: rgb(246, 244, 252);
  padding: 30px;
  border-radius: 18px;
}
.pricing-demo .demo-wrapper img {
  object-fit: cover;
  object-position: bottom left;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .pricing-demo .demo-wrapper img {
    min-height: 150px;
  }
}
.pricing-demo .demo-wrapper p {
  margin: 18px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.5%;
}
.pricing-demo .demo-banner {
  background: linear-gradient(181.24deg, #1F72A8 -19.53%, #299CE7 33.74%, #8B8FE3 57.9%, #AB8BE2 72.88%, #FF5C6E 105.67%);
  padding: 30px;
  border-radius: 18px;
  color: white;
}
.pricing-demo .demo-banner h3 {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.5%;
}
@media only screen and (max-width: 768px) {
  .pricing-demo .demo-banner h3 {
    font-size: 30px;
    font-size: 37px;
  }
}
.pricing-demo .demo-banner p {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
}
.pricing-demo .demo-banner .btn-white {
  width: 100%;
}

.pricing-customers {
  background: linear-gradient(180deg, #F6F4FC 3.98%, #F6F4FC 25.13%, #F6F4FC 47.18%, #CDC3EA 67.34%, #8D85A6 85.61%, #403A52 100.19%);
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .pricing-customers {
    padding: 55px 0;
  }
}
.pricing-customers .text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pricing-customers .text {
    margin-bottom: 30px;
  }
}
.pricing-customers .text h2 {
  font-weight: 800;
  font-size: 42px;
  line-height: 126%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pricing-customers .text h2 {
    font-size: 32px;
  }
}
.pricing-customers ul li:nth-of-type(odd) .box .box-text p b, .pricing-customers ul li:nth-of-type(odd) .box .box-text p strong {
  color: #9d5fef;
}
.pricing-customers ul li:nth-of-type(even) .box .box-text p b, .pricing-customers ul li:nth-of-type(even) .box .box-text p strong {
  color: #5fb18b;
}
.pricing-customers ul li .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--color-grey-87, rgb(221, 221, 221));
  border-radius: 18px;
  background-color: white;
  padding: 30px;
}
.pricing-customers ul li .box .box-text {
  max-width: 415px;
  color: rgb(51, 51, 51);
}
.pricing-customers ul li .box .box-text p {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .pricing-customers ul li .box .box-text p {
    font-size: 18px;
  }
}
.pricing-customers ul li .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pricing-customers ul li .wrapper .info h3 {
  margin: 0 0 10px 0;
  color: rgb(51, 51, 51);
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .pricing-customers ul li .wrapper .info h3 {
    font-size: 18px;
  }
}
.pricing-customers ul li .wrapper .info h4 {
  color: rgb(51, 51, 51);
  font-size: 14px;
}
.pricing-customers ul li .wrapper .avatar img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .pricing-customers ul li .wrapper .avatar img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.pricing-customers .slider-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  gap: 11px;
  color: rgb(107, 114, 128);
  font-size: 16px;
  font-weight: 500;
}
.pricing-customers .slider-counter {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgb(107, 114, 128);
}
.pricing-customers .slider-counter .current-slide {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 38px;
}
.pricing-customers .slider-nav {
  color: #666;
  transition: color 0.3s;
}
.pricing-customers .slider-nav:hover {
  color: #1e87f0;
}
.pricing-customers .pricing-trusted {
  background-color: transparent;
}
.pricing-customers .pricing-trusted .text h2 {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 11%;
  text-transform: uppercase;
}

/*# sourceMappingURL=pricing.css.map */
