.capterra-main-wrapper {
  overflow-x: hidden;
}
.capterra-main-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.capterra-main-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  color: #000000;
}
.capterra-main-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  color: #000000;
}
.capterra-main-wrapper h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  color: #000000;
}
.capterra-main-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.75px;
  margin: 0 0 8px;
  color: #000000;
}
.capterra-main-wrapper h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  color: #000000;
}
.capterra-main-wrapper h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
  color: #000000;
}
.capterra-main-wrapper p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0 0 16px;
  color: #000000;
}
.capterra-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 8px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .capterra-main-wrapper h1 {
    font-size: 3rem;
  }
  .capterra-main-wrapper h2 {
    font-size: 2.5rem;
  }
  .capterra-main-wrapper h3 {
    font-size: 2rem;
  }
  .capterra-main-wrapper h4 {
    font-size: 1.75rem;
  }
}
.capterra-main-wrapper .mt-8 {
  margin-top: 32px !important;
}
.capterra-main-wrapper .unorder-list {
  list-style-type: disc;
  padding-left: 24px;
}
.capterra-main-wrapper strong {
  font-weight: 600;
}
.capterra-main-wrapper a {
  color: #006DEB;
}
.capterra-main-wrapper .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.capterra-main-wrapper .sec-header {
  max-width: 1080px;
  margin: auto;
}
.capterra-main-wrapper .banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF0BC), to(rgba(255, 248, 224, 0.75)));
  background: linear-gradient(180deg, #FFF0BC 0%, rgba(255, 248, 224, 0.75) 100%);
  padding: 80px 0 200px;
  position: relative;
  z-index: 1;
}
.capterra-main-wrapper .banner .banner-img-wrapper {
  margin-top: 60px;
}
.capterra-main-wrapper .banner .banner-img-wrapper img {
  border-radius: 12px 12px 0 0;
}
.capterra-main-wrapper .about-section {
  padding: 80px 0;
}
.capterra-main-wrapper .about-section .layer-visibility-content {
  padding: 32px 0;
}
.capterra-main-wrapper .about-section .layer-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1044.98px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 0;
  }
}
.capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(1) {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 8px;
  gap: 54px 0;
}
@media screen and (max-width: 1135px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(1) {
    gap: 28px 0;
  }
}
@media screen and (max-width: 1044.98px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    padding-right: 0;
    gap: 32px 0;
  }
}
.capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(2) img {
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 1044px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(2) img {
    max-width: 220px;
    min-width: 220px;
  }
}
@media screen and (max-width: 1044px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(2) {
    text-align: center;
    width: 100%;
  }
}
.capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(3) {
  gap: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 8px;
}
@media screen and (max-width: 1135px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(3) {
    gap: 16px 0;
  }
}
@media screen and (max-width: 1044.98px) {
  .capterra-main-wrapper .about-section .layer-item-wrapper .layer-item-group:nth-child(3) {
    gap: 32px 0;
    padding-left: 0;
  }
}
.capterra-main-wrapper .about-section .layer-item {
  max-width: 420px;
}
.capterra-main-wrapper .about-section .layer-item h5 {
  margin-bottom: 4px;
}
.capterra-main-wrapper .about-section .layer-item p {
  margin: 0;
}
@media screen and (max-width: 864.98px) {
  .capterra-main-wrapper .about-section .layer-item {
    max-width: 100%;
  }
}
.capterra-main-wrapper .feature-section {
  padding: 80px 0;
  background-color: #F8F8F8;
}
.capterra-main-wrapper .feature-section .feature-category .feature-category-item {
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.capterra-main-wrapper .feature-section .feature-category .feature-category-item:last-child {
  border: 0;
  padding-bottom: 0;
}
.capterra-main-wrapper .feature-section .feature-category .feature-content {
  padding: 32px 0;
}
.capterra-main-wrapper .feature-section .feature-img {
  text-align: center;
}
.capterra-main-wrapper .feature-section .feature-img img {
  max-width: 576px;
  width: 100%;
  margin: auto;
}
.capterra-main-wrapper .aiops-section {
  padding: 80px 0;
}
.capterra-main-wrapper .aiops-section .aiops-card {
  text-align: center;
  margin-top: 32px;
}
.capterra-main-wrapper .aiops-section .aiops-card .aiops-card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.capterra-main-wrapper .aiops-section .aiops-card h5 {
  margin-bottom: 4px;
}
.capterra-main-wrapper .edition-section {
  padding: 80px 0;
  background-color: #FFFAE7;
}
.capterra-main-wrapper .enterprise-section {
  padding: 80px 0;
}
.capterra-main-wrapper .enterprise-section .row {
  margin-top: 32px;
}
.capterra-main-wrapper .enterprise-img-wrapper {
  text-align: center;
}
.capterra-main-wrapper .enterprise-img-wrapper img {
  max-width: 460px;
  width: 100%;
}
.capterra-main-wrapper .footer {
  padding: 16px 0;
  background: #fff;
  text-align: center;
  max-width: 100%;
  color: #000;
  font-size: 14px;
}
.capterra-main-wrapper .footer a {
  color: #000;
}

.text-center {
  text-align: center !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tac {
  text-align: center;
}

.form-error {
  display: none;
  color: #f00;
}

.thanks {
  position: relative;
  text-align: center;
  border-radius: 6px;
  padding: 32px;
  display: none;
}
.thanks > svg {
  margin-bottom: 8px;
}
.thanks > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #09782f;
  margin: 0;
}

#meGDPRMessage {
  color: inherit;
  font-size: 12.5px;
  margin: 0;
  width: 100%;
}
#meGDPRMessage label {
  line-height: 1.5;
  color: initial;
  display: inline-block;
}

#country_state,
#ukcountry_region {
  margin-top: 12px;
}

.form-container {
  max-width: 400px;
  margin-left: auto;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
}
.form-container form input,
.form-container form select {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-weight: 300;
}
.form-container form input::-webkit-input-placeholder, .form-container form select::-webkit-input-placeholder {
  color: #000000;
}
.form-container form input::-moz-placeholder, .form-container form select::-moz-placeholder {
  color: #000000;
}
.form-container form input:-ms-input-placeholder, .form-container form select:-ms-input-placeholder {
  color: #000000;
}
.form-container form input::-ms-input-placeholder, .form-container form select::-ms-input-placeholder {
  color: #000000;
}
.form-container form input::placeholder,
.form-container form select::placeholder {
  color: #000000;
}
.form-container form input:focus,
.form-container form select:focus {
  border: 1px solid #006DEB;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 109, 235, 0.5);
          box-shadow: 0 0 2px 0px rgba(0, 109, 235, 0.5);
}
.form-container form select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
}
.form-container form select.is-invalid {
  --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  border-color: #FF1E1E !important;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-container form .form-group {
  margin-bottom: 12px;
}
.form-container form .dwn-privprivacy-policy {
  color: inherit;
  margin: 8px 0;
  font-size: 12.5px;
  line-height: 1.5;
}
.form-container form .dwn-privprivacy-policy a {
  color: inherit;
  text-decoration: underline;
}
.form-container form .dwn-privprivacy-policy strong {
  font-weight: 600;
}
.form-container form [type=submit] {
  width: 100%;
}

.btn-primary {
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: inherit;
  font-weight: 300;
  background-color: #E80E19;
  color: #ffffff;
}
.btn-primary > span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

.circle-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.testimonial-section {
  padding: 80px 0;
  background: #fff;
}
.testimonial-section .customer-review-wrapper {
  border: 1px solid #efefef;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}
.testimonial-section .customer-review-wrapper .swiper {
  height: 100%;
}
.testimonial-section .customer-review-wrapper .swiper .swiper-wrapper {
  height: 100%;
}
.testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.testimonial-section .customer-review-wrapper .swiper .swiper-wrapper .swiper-slide:last-child .client-profile-section img {
  max-height: 164px;
}
.testimonial-section .testimonial-wrapper {
  margin: 40px 0 0;
}
.testimonial-section .gartner-review-wrapper {
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #efefef;
  background-color: #f9f9f9;
  margin-bottom: 24px;
  min-height: 419px;
  position: relative;
}
.testimonial-section .gartner-review-wrapper .gartnerReviewSwiper {
  padding-bottom: 16px;
}
.testimonial-section .gartner-review-wrapper .gartnerReviewSwiper .swiper-pagination {
  bottom: -5px;
}
.testimonial-section .gartner-review-card .gartner-logo {
  height: 50px;
}
.testimonial-section .gartner-review-card .gartner-review-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #818181;
}
.testimonial-section .gartner-review-card .gartner-review-details p {
  margin: 4px 16px 12px 0;
  font-size: 16px;
}
.testimonial-section .gartner-review-card h4 {
  margin: 12px 0;
  font-weight: 600;
  line-height: 1.55;
  font-size: 20px;
  letter-spacing: 0;
}
.testimonial-section .client-review-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial-section .client-review-card .client-profile-section {
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 150px;
  margin-bottom: 24px;
  position: relative;
}
.testimonial-section .client-review-card .client-profile-section img {
  max-width: 234px;
  max-height: 154px;
  position: absolute;
  bottom: 0;
}
.testimonial-section .client-review-card .client-profile-section .btn-play-icon {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #006deb;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 16px;
}
.testimonial-section .client-review-card .client-profile-section .btn-play-icon::before {
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 11px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-32%, -50%);
  transform: translate(-36%, -50%);
}
.testimonial-section .client-review-card .client-details .client-name {
  color: #006deb;
  font-size: 18px;
}
.testimonial-section .client-review-card .btn-link {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #006deb;
  font-weight: 500;
  cursor: pointer;
}
.testimonial-section .award-badge-card {
  background: linear-gradient(45deg, #ffffff, #f7f7f7);
  border: 1px solid #efefef;
  border-radius: 12px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-section .award-badge-card img {
  height: 100px;
}

.btn-play-icon-red {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-color: #ff0000;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 32px;
}
.btn-play-icon-red::before {
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 11px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-32%, -50%);
  transform: translate(-36%, -50%);
}

.itom-features-detail-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.video-player-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: none;
  opacity: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video-player-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video-player-wrapper .video-player-container {
  max-width: 1280px;
  margin: 0 auto;
}
.video-player-wrapper .video-player-container .video-player-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: #fff;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.video-player-wrapper .video-player-container .video-player {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 12px;
}
.video-player-wrapper .video-player-container .video-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-player-wrapper.active {
  display: block;
  opacity: 1;
}

.edi-btn .error-field {
  display: none;
  right: 0;
}
.edi-btn .error-field1 {
  display: none;
  right: 0;
}
.edi-btn .form-group.error .error-field {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 0;
  line-height: normal;
  text-align: left;
  font-size: 13px;
  margin-top: 4px;
  font-weight: normal;
  color: #FF1E1E;
}
.edi-btn .form-group.error input {
  border-color: #FF1E1E;
  padding-right: calc(1.5em + 0.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: #ffffff;
}
.edi-btn .form-group.error textarea {
  border-color: red !important;
}
.edi-btn .form-group.error1 .error-field1 {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 0;
  line-height: normal;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: red;
}
.edi-btn .form-group.error1 input {
  border-color: red !important;
}
.edi-btn .form-group.error1 textarea {
  border-color: red !important;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .title-break {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .capterra-wrapper .prd-logo {
    margin-bottom: 40px;
  }
  .form-container {
    margin: 24px auto;
  }
  .feature-category .feature-category-item:nth-child(even) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-section .gartner-review-card .gartner-review-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-section .award-badge-card {
    margin-bottom: 24px;
  }
}
.edition-section {
  background-color: #f9f9f9;
}

.edition-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 60px;
  position: relative;
  flex-wrap: wrap;
}

.edition-row * {
  margin: 0;
}

.edition-row > .edition-col {
  position: relative;
  width: calc(33.333% - 16px);
}

.edition-row > .edition-col > .edition-block {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background: #fff;
  height: 100%;
}

.edition-block.enterprise {
  height: auto !important;
}

.edition-row > .edition-col > .edition-block.professional {
  border: 1px solid #85a9ff;
}

.edition-row > .edition-col > .edition-block > .edition-header {
  padding: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.edition-body {
  margin-top: 35px;
}

.edition-body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 12px;
  font-size: 14px;
}

.edition-body > ul > li {
  padding-bottom: 8px;
  padding-left: 24px;
  position: relative;
  line-height: 26px;
  margin-bottom: 0 !important;
}

.edition-body > ul > li > a {
  display: block;
  color: inherit !important;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.edition-body > ul > li > a:hover {
  color: #0941c6;
}

.edition-body > ul > li > svg,
.edition-body > ul > li > a > svg {
  position: absolute;
  left: -2px;
  top: 5px;
}

.edition-body > ul > li.inclue-fea {
  font-weight: 500;
  color: #0941c6;
}

.edition-header > .edition-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
  width: 90%;
  left: 5%;
  right: 5%;
  top: -25px;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.edition-header > .edition-title h4 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.edition-header > .edition-title span {
  display: inline-block;
  background: #ffe7c1;
  border-radius: 40px;
  line-height: 14px;
  padding: 3px 8px;
  font-size: 11px;
  color: #000;
}

.edition-block.professional .edition-title {
  border-color: #85a9ff;
}

.edition-row > .edition-col > .edition-block.professional > .edition-header {
  border-bottom-color: #85a9ff;
}

.edition-header > .edition-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.edition-header > .edition-pricing > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
}

.edition-header > .edition-pricing > div .edition-label {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.edition-header > .edition-pricing > div .edition-price {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 0;
}

.edition-header > .edition-pricing > div .edition-device-count {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
}

.edition-header > .edition-pricing > div .edition-device-count > strong {
  font-weight: 700;
  font-size: 16px;
}

.edition-btn-div {
  position: absolute;
  margin-top: 46px;
  background: #fff;
  border-radius: 50%;
}

.edition-pricing .edition-btn-div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dc0a0a;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 8px;
}

.edition-pricing .edition-btn-div > a:hover {
  background: #fee7e7;
}

.edition-block.standard,
.edition-block.professional {
  min-height: 573px;
}

.get-quote-block {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin-top: 12px;
  background: #fff;
  padding: 12px;
  min-height: 285px;
}

.get-quote-block h3 {
  font-weight: 900;
  margin-bottom: 8px;
}

.form-con {
  position: relative;
}

.form-group > .form-row {
  margin-bottom: 6px;
}

.form-group > .form-row:last-child {
  margin-bottom: 0;
}

.form-group > .form-row input,
.form-group > .form-row select {
  border: 1px solid #e3e3e3;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 300;
}

.form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  margin-bottom: 8px;
}

span.errormsg {
  position: relative;
  left: 0;
  line-height: 16px;
  font-size: 12px;
  color: red;
  display: block;
  text-align: left;
  top: 1px;
}

@media screen and (max-width: 998px) {
  .edition-row > .edition-col {
    width: 460px;
    margin-bottom: 24px;
  }
  .edition-block.standard,
  .edition-block.professional {
    min-height: auto;
  }
}
.success-message {
  display: none;
  background: #e2fff5;
  padding: 40px 24px;
  border-radius: 6px;
  text-align: center;
}

.success-message > h5 {
  color: #1c7838;
  font-weight: 900;
  font-size: 18px;
}

.compare-btn > a {
  display: inline-block;
  padding: 6px 20px;
  background: #fff;
  border-radius: 6px;
  color: #2769e0;
  font-weight: 500;
  border: 1px solid #8bb4ff;
}

#get-quote-form h5 {
  margin-bottom: 8px;
}

.dwn-priv {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
  color: inherit;
}

.dwn-priv strong {
  font-weight: 500;
}

#meGDPRMessage {
  color: inherit;
  font-size: 12px;
  width: 100%;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 4px !important;
  background: #fff !important;
}

.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 4px !important;
  height: 8px !important;
  border-style: solid !important;
  border-width: 0 1.5px 1.5px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.trusted-client-section {
  position: relative;
  margin-top: -120px;
}

.awards-client-wrapper {
  padding: 40px 24px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

.awards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.awards-item-wrapper .row {
  gap: 24px 0;
}

.awards-badge {
  max-width: 120px;
  width: 100%;
  height: 110px;
}

.awards-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.awards-content {
  max-width: 440px;
}

.awards-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.25px;
}

.clients-item-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
}

@media screen and (max-width: 888px) {
  .clients-item-wrapper .client-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 479.98px) {
  .awards-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .clients-item-wrapper .client-item {
    width: 50%;
  }
}
.clients-item-wrapper .client-item:not(:nth-child(2)) img {
  max-height: 36px;
}

@media screen and (max-width: 991.98px) {
  .clients-item-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clients-item-wrapper .client-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .clients-item-wrapper .client-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}