/* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/****************
 * 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;
}
.block-testimonial__quote-icon {
  margin-bottom: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  font-size: 3rem;
}
.block-testimonial__quote-icon::before {
  font-size: inherit;
}
.block-testimonial__logo {
  height: auto;
  margin: 0 auto clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem) 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);
  font-style: var(--quote-1-font-style);
  line-height: var(--quote-1-line-height);
  margin: 0 0 clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem) 0;
  padding: 0;
  border: 0;
}
.block-testimonial__content p {
  font-weight: var(--quote-1-font-weight);
  font-size: var(--quote-1-font-size);
  font-family: var(--quote-1-font-family);
  font-style: var(--quote-1-font-style);
  line-height: var(--quote-1-line-height);
  --margin-top: calc(var(--quote-1-margin-bottom) * 2);
  margin-bottom: var(--quote-1-margin-bottom);
}
.block-testimonial__content p:last-child {
  margin-bottom: 0;
}
.block-testimonial__slide-footer-name {
  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: flex;
  align-items: flex-start;
}
.block-testimonial__slide-footer-name span:not(.block-testimonial__name-separator):first-of-type {
  max-width: calc(30% - 20px);
  width: calc(18% - 20px);
}
.block-testimonial__slide-footer-name span:not(.block-testimonial__name-separator):last-of-type {
  width: 82%;
}
.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);
}
.block-testimonial__name-separator {
  display: inline-block;
  width: 0.25rem;
  margin: 0 0.5rem auto;
  color: transparent;
  background-color: #bdbfd1;
  clip-path: circle(0.125rem at 50% 50%);
}