/**
 * Testimonial — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/**
 * Testimonial — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
.l-h1-v1 {
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
}

.l-h1-v2 {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:1199px) {
  .l-h1-v2 {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
  }
}
.l-h2-v1 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v1 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-h2-v2 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v2 {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
  }
}
.l-h2-v3 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v3 {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-h3 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h4 {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-body-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-body-sm {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.l-eyebrow {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .section--testimonial:not(.section--testimonial--purple) {
    padding-bottom: 6.9375rem;
  }
}
@media screen and (max-width:1198px) {
  .section--testimonial:not(.section--testimonial--purple) {
    padding-bottom: 4.6875rem;
  }
}

.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 57rem;
  margin: 0 auto;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__quote {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 1.9375rem;
}
@media screen and (min-width:1199px) {
  .section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__quote {
    margin-bottom: 2rem;
  }
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__pagination {
  flex-shrink: 0;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides.slick-initialized {
  opacity: 1;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides.slick-initialized .slick-list {
  overflow: hidden;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides.slick-initialized .slick-slide {
  height: auto;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides.slick-initialized .slick-slide > div {
  height: 100%;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slides > .testimonial__slide:not(:first-child) {
  display: none;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote p {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--medium-purple);
}
@media screen and (min-width:1199px) {
  .section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote p {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote p:has(+ cite) {
  margin-bottom: 0.875rem;
}
@media screen and (min-width:1199px) {
  .section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote p:has(+ cite) {
    margin-bottom: 0.5625rem;
  }
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote cite {
  margin: 0;
  color: var(--dark-purple);
  max-width: 17.5rem;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width:1198px) {
  .section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote cite {
    margin: 0 auto;
    line-height: 1.2;
  }
}
@media screen and (min-width:1199px) {
  .section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .testimonial__slide blockquote cite {
    max-width: unset;
  }
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots button {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  outline: none;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots button:focus-visible {
  outline: 0.125rem solid var(--dark-purple);
  outline-offset: 0.1875rem;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots button:focus:not(:focus-visible) {
  outline: none;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background: var(--dark-purple);
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.section--testimonial:not(.section--testimonial--purple) .rsi.testimonial .slick-dots li.slick-active button::before {
  background: var(--light-grey);
}

section.section.section--testimonial.section--testimonial--purple {
  padding: 5.25rem 1.25rem 4.8125rem;
  text-align: center;
  color: var(--white);
  background: linear-gradient(191deg, var(--dark-purple) 25%, var(--purple) 110%), linear-gradient(90deg, var(--medium-purple) 0%, var(--medium-purple) 100%);
}
@media screen and (min-width:1199px) {
  section.section.section--testimonial.section--testimonial--purple {
    padding: 7.9375rem 12.25rem 7.3125rem;
  }
}
section.section.section--testimonial.section--testimonial--purple .rsi.testimonial {
  max-width: 65.5rem;
  margin: 0 auto;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides {
  width: 100%;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.testimonial__slides--static {
  opacity: 1;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.testimonial__slides--static .testimonial__slide:not(:first-child) {
  display: none;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider.slick-initialized {
  opacity: 1;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider.slick-initialized .slick-list {
  overflow: hidden;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider.slick-initialized .slick-slide {
  height: auto;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider.slick-initialized .slick-slide > div {
  height: 100%;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slides.js-testimonial-slider > .testimonial__slide:not(:first-child) {
  display: none;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__slide {
  width: 100%;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__quote-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
  margin: 0;
  border: 0;
  padding: 0;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__quote {
  margin: 0;
  color: var(--white);
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--testimonial.section--testimonial--purple .testimonial__quote {
    font-size: 2.4375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
section.section.section--testimonial.section--testimonial--purple .testimonial__attribution {
  margin: 0;
  color: var(--white);
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.2;
}
section.section.section--testimonial.section--testimonial--purple .testimonial__pagination {
  flex-shrink: 0;
  width: 100%;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots li {
  margin: 0;
  padding: 0;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots button {
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  outline: none;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots button:focus-visible {
  outline: 0.125rem solid var(--white);
  outline-offset: 0.1875rem;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots button:focus:not(:focus-visible) {
  outline: none;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.25s ease, transform 0.2s ease;
}
section.section.section--testimonial.section--testimonial--purple .slick-dots button:hover::before {
  background: rgba(255, 255, 255, 0.7);
}
section.section.section--testimonial.section--testimonial--purple .slick-dots li.slick-active button::before {
  background: var(--white);
}

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