@charset "UTF-8";
.everops-quotes-updated {
  background: #EFEFF2;
  color: #14101E;
  padding: 4rem 0;
  overflow: hidden;
}
@media (min-width: 55rem) {
  .everops-quotes-updated {
    padding: 6rem 0;
    min-height: 726px;
    position: relative;
  }
  .everops-quotes-updated:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    height: 726px;
    width: 1489px;
    background-image: url("../img/quote-background-mark.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    mask-size: 100% 100%;
    mask-position: left;
  }
}
.everops-quotes-updated .quotes-scroller-updated {
  position: relative;
  z-index: 1;
}
@media (min-width: 55rem) {
  .everops-quotes-updated .quotes-scroller-updated {
    max-width: 50%;
  }
}
.everops-quotes-updated blockquote {
  padding: 0 0 3rem;
  margin: 0;
  border-bottom: 1.5px solid #14101E;
  min-height: 100%;
}
.everops-quotes-updated blockquote .quote {
  font-size: 28px;
  line-height: 32px;
  position: relative;
  padding-top: 3.5rem;
}
@media (min-width: 55rem) {
  .everops-quotes-updated blockquote .quote {
    font-size: 32px;
    line-height: 40px;
    padding-top: 4rem;
  }
}
.everops-quotes-updated blockquote .quote:before {
  display: block;
  width: 29px;
  height: 24px;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.everops-quotes-updated blockquote .quote:after {
  content: "”";
  display: inline;
}
.everops-quotes-updated blockquote footer {
  margin: 2.5rem 0 0;
  font-size: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.everops-quotes-updated blockquote footer .quote-image {
  width: 44px;
  max-width: 44px;
  flex: 0 0 44px;
  height: 44px;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
  display: block;
  object-fit: cover;
  object-position: center;
}
.everops-quotes-updated blockquote footer .footer-content {
  display: grid;
  gap: 0.25rem;
}
.everops-quotes-updated blockquote footer .name,
.everops-quotes-updated blockquote footer .title {
  font-size: 1rem;
  margin: 0;
}
.everops-quotes-updated .flickity-viewport {
  overflow: hidden;
}
.everops-quotes-updated .flickity-prev-next-button {
  border-color: #14101E;
}
.everops-quotes-updated .flickity-prev-next-button:after {
  background-image: url("../img/flickity-arrow-black.svg");
}
