/* reviews.css - page-specific styling for the reviews page body sections */

.page-reviews .homebanner,
.page-reviews .g2review,
.page-reviews .top-review-section {
  position: relative;
}

.page-reviews .homebanner > .container,
.page-reviews .g2review > .container,
.page-reviews .top-review-section > .container {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.page-reviews .section-headings {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #0f193b;
}

.page-reviews .subheadings-2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #0f193b;
}

.page-reviews .homebanner {
  min-height: 540px;
  background: #f8f8fd;
  overflow: hidden;
}

.page-reviews .homebanner .container {
  position: relative;
  z-index: 1;
  padding-top: 116px;
  padding-bottom: 116px;
}

.page-reviews .homebanner .row {
  display: flex;
  align-items: flex-start;
}

.page-reviews .homebanner .row > .col-md-6:first-child {
  flex: 0 0 540px;
  max-width: 540px;
}

.page-reviews .homebanner .row > .col-md-6:last-child {
  display: none;
}

.page-reviews .homebanner h1 {
  margin: 0;
  width: 540px;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #0f193b;
}

.page-reviews .homebanner h2 {
  margin: 40px 0 0;
  width: 540px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #5f6578;
}

.page-reviews .homebanner .col-md-6:first-child > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.page-reviews .reviews-hero-platform-link {
  display: inline-flex;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
}

.page-reviews .reviews-hero-platform-link img {
  display: block;
  width: 68px;
  height: 68px;
  max-width: none;
}

.page-reviews .homebannerimg {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 650px;
  height: 490px;
}

.page-reviews .homebannerimg img {
  display: block;
  width: 650px;
  height: 490px;
  object-fit: none;
  object-position: top left;
}

.page-reviews .g2review {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}

.page-reviews .g2header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 75px;
}

.page-reviews .g2header .section-headings {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.page-reviews .g2header .section-headings img {
  display: block;
  width: 37.939px;
  height: 38.962px;
  flex: 0 0 auto;
}

.page-reviews .g2summry {
  width: 124px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
}

.page-reviews .g2summry h4 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #0f193b;
}

.page-reviews .g2summry > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-top: 0;
}

.page-reviews .g2summry > div img {
  display: block;
  width: 125.088px;
  height: 23px;
  margin-left: auto;
}

.page-reviews .g2summry > div a {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #7782a1;
  text-decoration: underline;
}

.page-reviews .g2grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 15px;
  width: 1080px;
  max-width: 1080px;
  height: 600px;
  padding: 0 5px 15px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #b8bfd0 transparent;
}

.page-reviews .g2grid::-webkit-scrollbar {
  width: 4px;
}

.page-reviews .g2grid::-webkit-scrollbar-track {
  background: transparent;
}

.page-reviews .g2grid::-webkit-scrollbar-thumb {
  background: #b8bfd0;
  border-radius: 999px;
}

.page-reviews .g2-single {
  display: flex;
  flex: 0 0 calc((100% - 35px) / 3);
  flex-direction: column;
  min-width: 0;
  min-height: 255px;
  padding: 30px 24px;
  background: #ffffff;
  border: 1px solid #dce1eb;
  border-radius: 6px;
}

.page-reviews .g2-single-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.page-reviews .g2-single-head > div:first-child {
  flex: 1 1 auto;
}

.page-reviews .g2-single-head > div:first-child img {
  display: block;
  width: 114px;
  height: 21px;
}

.page-reviews .g2-single-head p,
.page-reviews .g2-single-head h5 {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.page-reviews .g2-single-head p {
  margin: 10px 0 0;
  color: #7782a1;
}

.page-reviews .g2-single-head h5 {
  margin: 0;
  color: #b8bfd0;
  white-space: nowrap;
}

.page-reviews .g2-single-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 20px;
}

.page-reviews .g2-single-body h4 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #0f193b;
}

.page-reviews .g2-single-body p {
  height: 54px;
  margin: 10px 0 0;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5f6578;
}

.page-reviews .g2-single-body a,
.page-reviews .g2-single-body a:link,
.page-reviews .g2-single-body a:visited,
.page-reviews .g2-single-body a:hover,
.page-reviews .g2-single-body a:focus {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 30px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #3064f9;
  text-decoration: none;
}

.page-reviews .g2-single-body a:hover,
.page-reviews .g2-single-body a:focus {
  text-decoration: underline;
}

.page-reviews .g2-single .readless {
  display: none;
}

.page-reviews .g2-single.is-expanded {
  height: auto;
}

.page-reviews .g2-single.is-expanded .g2-single-body p {
  height: auto;
}

.page-reviews .g2-single.is-expanded .g2-single-body a {
  margin-top: 30px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.page-reviews .g2-single.is-expanded .readmore {
  display: none;
}

.page-reviews .g2-single.is-expanded .readless {
  display: inline-block;
}

.page-reviews .g2review .text-center {
  text-align: center;
}

.page-reviews .g2review .text-center a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3064f9;
}

.page-reviews .g2review .text-center svg {
  flex: 0 0 auto;
}

.page-reviews .top-review-section {
  background: #ffffff;
}

.page-reviews .top-review-section .text-center {
  text-align: left;
}

.page-reviews .top-review-section .carousel {
  margin-top: 60px;
}

.page-reviews .slides {
  position: relative;
  height: 327px;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  overflow: hidden;
}

.page-reviews .slides.is-dragging .slides-track,
.page-reviews .slides.is-dragging .top-reviews {
  cursor: grabbing;
}

.page-reviews .slides * {
  user-select: none;
  -webkit-user-select: none;
}

.page-reviews .slides input {
  display: none;
}

.page-reviews .slide-container {
  position: relative;
  display: block;
  flex: 0 0 100%;
  width: 100%;
}

.page-reviews .slides-track {
  display: flex;
  height: 100%;
  width: 100%;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}

.page-reviews .slide-image {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  cursor: inherit;
  opacity: 1;
  transform: none;
}

.page-reviews .top-reviews {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 530px;
  height: 280px;
  padding: 30px 24px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: inherit;
}

.page-reviews .top-reviews h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #0f193b;
}

.page-reviews .top-reviews h3 img {
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 0;
  flex: 0 0 auto;
}

.page-reviews .top-reviews p {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5f6578;
}

.page-reviews .top-reviews .customer-review-type-one,
.page-reviews .top-reviews .customer-review-type-two {
  margin-top: 20px;
}

.page-reviews .top-reviews .customer-review-copy-tall {
  height: 72px;
  overflow: hidden;
}

.page-reviews .top-reviews .customer-review-copy-compact {
  height: 54px;
  overflow: hidden;
}

.page-reviews .top-reviews .allflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}

.page-reviews .top-reviews .allflex > div:first-child img {
  display: block;
  width: 105px;
  height: 19px;
}

.page-reviews .top-reviews .allflex > div:last-child img {
  display: block;
  width: 118px;
  height: 28px;
}

.page-reviews .top-reviews h4 {
  margin: 10px 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #b8bfd0;
}

.page-reviews .carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-reviews .carousel-dots .carousel-dot {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #b8bfd0;
  opacity: 0.45;
  cursor: pointer;
}

.page-reviews .carousel-dots .carousel-dot.is-active {
  opacity: 1;
}

.page-reviews .carousel-dots .carousel-dot:focus-visible {
  outline: 2px solid #3064f9;
  outline-offset: 3px;
}

@media (max-width: 1079px) {
  .page-reviews .section-headings {
    font-size: 30px;
    line-height: 38px;
  }

  .page-reviews .subheadings-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .page-reviews .homebanner {
    min-height: 0;
    background: #f4f4f9;
    padding: 40px 0;
  }

  .page-reviews .homebannerimg {
    display: none;
  }

  .page-reviews .homebanner .container {
    width: min(100%, 375px);
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .page-reviews .homebanner .row {
    display: block;
  }

  .page-reviews .homebanner .row > .col-md-6:first-child,
  .page-reviews .homebanner .row > .col-md-6:last-child {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .page-reviews .homebanner .row > .col-md-6:last-child {
    display: none;
  }

  .page-reviews .homebanner h1,
  .page-reviews .homebanner h2 {
    width: 100%;
  }

  .page-reviews .homebanner h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .page-reviews .homebanner h2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .page-reviews .homebanner .col-md-6:first-child > div {
    display: grid;
    grid-template-columns: repeat(4, 68px);
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
  }

  .page-reviews .reviews-hero-platform-link {
    width: 68px;
    height: 68px;
  }

  .page-reviews .g2review {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .page-reviews .g2review > .container,
  .page-reviews .top-review-section > .container {
    width: min(100%, 375px);
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .page-reviews .g2header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-height: 0;
  }

  .page-reviews .g2header .section-headings {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    gap: 20px;
    font-size: 26px;
    line-height: 33px;
  }

  .page-reviews .g2header .section-headings img {
    width: 28.35px;
    height: 29.11px;
  }

  .page-reviews .g2summry {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 0;
    text-align: right;
  }

  .page-reviews .g2summry h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .page-reviews .g2summry > div {
    align-items: flex-end;
    gap: 6px;
  }

  .page-reviews .g2summry > div img {
    width: 125.088px;
    height: 23px;
    margin-left: auto;
  }

  .page-reviews .g2grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 0;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: visible;
  }

  .page-reviews .g2-single {
    flex-basis: auto;
    min-height: 291px;
    padding: 24px 30px;
  }

  .page-reviews .g2-single-head {
    align-items: flex-start;
  }

  .page-reviews .g2-single-head > div:first-child img {
    width: 109px;
    height: 20px;
  }

  .page-reviews .g2-single-head p,
  .page-reviews .g2-single-head h5 {
    font-size: 12px;
    line-height: 15px;
  }

  .page-reviews .g2-single-head p {
    margin-top: 10px;
  }

  .page-reviews .g2-single-body {
    margin-top: 20px;
  }

  .page-reviews .g2-single-body h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .page-reviews .g2-single-body p {
    height: 72px;
    max-height: 72px;
    margin-top: 10px;
    line-height: 18px;
  }

  .page-reviews .g2-single-body a,
  .page-reviews .g2-single-body a:link,
  .page-reviews .g2-single-body a:visited,
  .page-reviews .g2-single-body a:hover,
  .page-reviews .g2-single-body a:focus {
    margin-top: auto;
    padding-top: 0;
  }

  .page-reviews .g2-single.is-expanded {
    min-height: 291px;
    height: auto;
  }

  .page-reviews .g2-single.is-expanded .g2-single-body p {
    height: auto;
    max-height: none;
  }

  .page-reviews .g2-single.is-expanded .g2-single-body a {
    margin-top: 20px;
  }

  .page-reviews .top-review-section {
    padding-top: 0;
  }

  .page-reviews .top-review-section .carousel {
    margin-top: 40px;
  }

  .page-reviews .slides {
    height: auto;
  }

  .page-reviews .slides-track {
    align-items: flex-start;
  }

  .page-reviews .slide-image {
    gap: 0;
  }

  .page-reviews .top-reviews {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 24px 20px;
  }

  .page-reviews .top-reviews h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .page-reviews .top-reviews .customer-review-type-one,
  .page-reviews .top-reviews .customer-review-type-two {
    font-size: 15px;
    line-height: 24px;
  }

  .page-reviews .top-reviews .allflex {
    margin-top: 24px;
  }

  .page-reviews .top-reviews .allflex > div:last-child img {
    width: 108px;
    height: auto;
  }

  .page-reviews .carousel-dots {
    position: static;
    margin-top: 24px;
  }
}
