@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-list {
  margin-bottom: 1.3333333333em;
  padding-left: 1.7777777778em;
}
.wp-block-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) > .wp-block-list:last-child {
    margin-bottom: calc(0.8888888889em - var(--body-1-margin-bottom, 1.25rem));
  }
}
.wp-block-list ul,
.wp-block-list ol {
  margin-top: 0.8888888889em;
}
.wp-block-list li {
  margin-bottom: 0.8888888889em;
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.wp-block-list li ul,
.wp-block-list li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .wp-block-list li ul,
.wp-block-list li ol {
    margin-bottom: 0;
  }
}
.wp-block-list.is-style-check-icon {
  padding-left: 1.3888888889em;
}
.wp-block-list.is-style-check-icon ul,
.wp-block-list.is-style-check-icon ol {
  margin-top: 0.8888888889em;
  padding-left: 0;
}
.wp-block-list.is-style-check-icon ul li,
.wp-block-list.is-style-check-icon ol li {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  color: #6f7086;
}
.bg-navy .wp-block-list.is-style-check-icon ul li, .bg-indigo .wp-block-list.is-style-check-icon ul li,
.bg-navy .wp-block-list.is-style-check-icon ol li,
.bg-indigo .wp-block-list.is-style-check-icon ol li {
  color: #bdbfd1;
}
.wp-block-list.is-style-check-icon ul li::before,
.wp-block-list.is-style-check-icon ol li::before {
  display: none;
}
.wp-block-list.is-style-check-icon li {
  position: relative;
  margin-bottom: 0.8888888889em;
  list-style-type: none;
}
.wp-block-list.is-style-check-icon li::before {
  position: absolute;
  top: 0;
  left: -1.4444444444em;
  content: "•";
  display: inline-block;
}
.wp-block-list.is-style-check-icon li ul,
.wp-block-list.is-style-check-icon li ol {
  margin-top: 0.4444444444em;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .wp-block-list.is-style-check-icon li ul,
.wp-block-list.is-style-check-icon li ol {
    margin-bottom: 0;
  }
}
.wp-block-list.is-style-check-icon > li {
  position: relative;
}
.wp-block-list.is-style-check-icon > li::before {
  content: "\ea0c";
  font-weight: 400;
  font-size: 24px;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: -1.4444444444em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4bc031;
  font-size: 1.111111111em !important;
  line-height: inherit;
}

ul.wp-block-list li {
  position: relative;
  list-style-type: none;
}
ul.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: -1.2222222222em;
  content: "•";
  display: inline-block;
  color: currentcolor;
}
ul.wp-block-list ul {
  padding-left: 1.4444444444em;
}

ol.wp-block-list {
  padding-left: clamp(1.5rem, 0.6428571429rem + 1.7857142857vw, 2.25rem);
  list-style-type: none;
  counter-reset: item;
}
ol.wp-block-list[start] {
  counter-reset: none;
}
ol.wp-block-list li {
  position: relative;
}
ol.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: clamp(-2rem, -0.9285714286rem + -1.1904761905vw, -1.5rem);
  content: counters(item, ".") ".";
  counter-increment: item;
}
ol.wp-block-list ol {
  padding-left: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
}
ol.wp-block-list ol li::before {
  left: -0.375rem;
  content: counters(item, ".") " ";
  transform: translateX(-100%);
}