  /* 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;
}
*/
.wp-block-quote {
  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: 1.5rem auto 3rem auto;
  padding-top: 1rem !important;
  padding-bottom: 1rem;
  padding-left: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  border-left: 0.25rem solid #00c0de;
  background-color: #deeff5;
}
@media (min-width: 48rem) {
  .wp-block-quote {
    border-image-source: linear-gradient(180deg, #166886 0%, #00aeaa 13%, #00c0de 22.96%, #69cde6 33.85%, #cd0 44.27%, #eeb342 54.71%, #e9829f 66.01%, #e47449 76.39%, #ff6b36 86.77%, #d97c4e 98.54%);
    border-image-slice: 1;
    background-color: transparent;
  }
}
.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);
}
.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);
  margin-top: -0.5rem;
  font-weight: 400 !important;
  font-style: normal;
}
@media (min-width: 48rem) {
  .wp-block-quote cite {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .wp-block-quote cite:not(:last-child)::after {
    content: "";
    order: 2;
    width: 1px;
    height: 1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: #0d0d0d;
    background-color: var(--blockColor, #0d0d0d);
  }
}
.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;
  display: block;
  color: var(--blockColor, #525252);
  font-style: normal;
}
@media (min-width: 48rem) {
  .wp-block-quote cite em {
    display: inline-block;
  }
}
.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);
  line-height: var(--quote-2-line-height);
  margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
}