  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-testimonial {
  position: relative;
  padding-top: 2.5rem;
}
.block-testimonial__quote-icon {
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -2.5rem);
}
.block-testimonial__logo {
  height: auto;
  margin: 0 auto clamp(3.125rem, 2.4107142857rem + 1.4880952381vw, 3.75rem) auto;
}
.block-testimonial__content {
  font-weight: var(--quote-1-font-weight);
  font-size: var(--quote-1-font-size);
  font-family: var(--quote-1-font-family);
  line-height: var(--quote-1-line-height);
  margin: 0 0 clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem) 0;
  padding: 0;
  font-style: italic;
  border: 0;
}
.block-testimonial__content p {
  font-weight: var(--quote-2-font-weight);
  font-size: var(--quote-2-font-size);
  font-family: var(--quote-2-font-family);
  line-height: var(--quote-2-line-height);
  --margin-top: 2em;
  margin-bottom: var(--quote-2-margin-bottom);
}
.block-testimonial__content p:last-child {
  margin-bottom: 0;
}
.block-testimonial__slide-footer-name {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
}
.block-testimonial__slide-footer-label {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  display: block;
  font-style: normal;
}
.block-testimonial__button {
  margin-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}