@charset "UTF-8";
/* 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;
}
*/
.wp-block-quote {
  font-weight: var(--quote-2-font-weight);
  font-size: var(--quote-2-font-size);
  font-family: var(--quote-2-font-family);
  font-style: var(--quote-2-font-style);
  line-height: var(--quote-2-line-height);
  margin: 1.5rem auto 3rem auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
  border-left: 0.25rem solid #4bc031;
}
.wp-block-quote:first-child {
  margin-top: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
.wp-block-quote:last-child {
  margin-bottom: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem);
}
p + .wp-block-quote {
  margin-top: 3rem;
}
.wp-block-quote + .acf-block.bg-transparent,
.wp-block-quote + .acf-block.bg-white {
  margin-top: -3rem;
}
.wp-block-quote + .acf-block.bg-transparent.default-content,
.wp-block-quote + .acf-block.bg-white.default-content {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.wp-block-quote cite {
  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;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -0.5rem;
  color: var(--blockColor, #343a7a);
  font-weight: 400 !important;
  font-style: normal;
}
.wp-block-quote cite::after {
  content: "•";
  display: inline-block;
  width: 0.25rem;
  margin: auto 0.5rem;
  color: transparent;
  background-color: #bdbfd1;
  clip-path: circle(0.125rem at 50% 50%);
}
.wp-block-quote cite br + em {
  margin-left: 0;
  padding-left: 0;
}
.wp-block-quote cite br + em::after {
  display: none;
}
.wp-block-quote cite em {
  position: relative;
  order: 3;
  color: var(--blockColor, #343a7a);
  font-style: normal;
}
.wp-block-quote cite span {
  order: 4;
  flex: 0 0 100%;
}
.wp-block-quote p {
  font-weight: var(--quote-2-font-weight);
  font-size: var(--quote-2-font-size);
  font-family: var(--quote-2-font-family);
  font-style: var(--quote-2-font-style);
  line-height: var(--quote-2-line-height);
  margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
}