.gh-testimonials-base-widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: stretch;
  align-items: center;
  padding: 80px 72px;
}
.gh-testimonials-base-widget .testimonials-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 928px;
  overflow: hidden;
  gap: 24px;
}
.gh-testimonials-base-widget .testimonials-wrapper h1, .gh-testimonials-base-widget .testimonials-wrapper h2, .gh-testimonials-base-widget .testimonials-wrapper h3, .gh-testimonials-base-widget .testimonials-wrapper h4, .gh-testimonials-base-widget .testimonials-wrapper h5, .gh-testimonials-base-widget .testimonials-wrapper h6 {
  width: 100%;
  color: var(--Neutrals-Dark-Gray, #262632);
  text-align: center;
  /* h4 */
  font-size: var(--size_2, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lineHeight_H4, 26px); /* 144.444% */
}
.gh-testimonials-base-widget .testimonials-container {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  transition: 0.24s transform ease-in-out;
}
.gh-testimonials-base-widget .testimonial {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  flex: 1 0 auto;
}
.gh-testimonials-base-widget .testimonial .client-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gh-testimonials-base-widget .testimonial .client-wrapper .client-graphic {
  height: auto;
  width: auto;
  max-width: max-content;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.gh-testimonials-base-widget .testimonial .client-wrapper .client {
  color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  /* Body */
  font-size: var(--size_0, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineHeight_Body, 20px); /* 142.857% */
}
.gh-testimonials-base-widget .testimonial p {
  width: 100%;
  color: var(--Neutrals-Dark-Gray, #262632);
  text-align: center;
  /* large */
  font-size: var(--size_6, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: var(--lineHeight_LG, 40px); /* 125% */
}
.gh-testimonials-base-widget .controls-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 72px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 3;
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--Neutrals-White, #FFF);
  border: 1px solid var(--Shades-Black-5, rgba(38, 38, 50, 0.05));
  box-shadow: 0px 10px 20px rgba(38, 38, 50, 0.08);
  transition: 0.24s box-shadow ease-in-out;
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow:hover {
  box-shadow: 0px 10px 20px rgba(38, 38, 50, 0.18);
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  pointer-events: none;
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow.arrow-left {
  left: 0;
}
.gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow.arrow-right {
  right: 0;
}
.gh-testimonials-base-widget .gh-controls-dots {
  position: relative;
  display: flex;
  align-self: center;
  transform: none;
  left: auto;
}

@media (max-width: 460px) {
  .gh-testimonials-base-widget {
    display: flex;
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .gh-testimonials-base-widget .testimonial h4 {
    color: var(--Neutrals-Dark-Gray, #262632);
    text-align: center;
    /* h4 */
    font-size: var(--size_2, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lineHeight_H4, 20px); /* 125% */
  }
  .gh-testimonials-base-widget .testimonial p {
    color: var(--Neutrals-Dark-Gray, #262632);
    text-align: center;
    /* large */
    font-size: var(--size_6, 22px);
    font-style: normal;
    font-weight: 800;
    line-height: var(--lineHeight_LG, 28px); /* 127.273% */
  }
  .gh-testimonials-base-widget .client-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--size_2, 16px);
    align-self: stretch;
  }
  .gh-testimonials-base-widget .client-wrapper .client {
    color: var(--Neutrals-Dark-Gray, var(--Neutral-Neutral-50, #262632));
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    /* Body */
    font-size: var(--size_0, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lineHeight_Body, 20px); /* 142.857% */
  }
  .gh-testimonials-base-widget .client-wrapper img {
    width: 106px;
    height: var(--line-height-1-copy, 21px);
  }
  .gh-testimonials-base-widget .controls-wrapper {
    justify-content: flex-end;
    padding: 72px 20px;
  }
  .gh-testimonials-base-widget .controls-wrapper .controls-arrows .control-arrow {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=gh-testimonial.css.map */
