/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-7bb1f958]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.search[data-v-7bb1f958] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search__container[data-v-7bb1f958] {
  max-width: 82rem;
  margin-right: 2rem;
  margin-left: 2rem;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  padding: 0;
}
@media (min-width: 86rem) {
.search__container[data-v-7bb1f958] {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
}
@media (min-width: 992px) {
.search__container[data-v-7bb1f958] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
}
.search__main[data-v-7bb1f958], .search__rail[data-v-7bb1f958] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 992px) {
.search__main[data-v-7bb1f958]:nth-child(1), .search__rail[data-v-7bb1f958]:nth-child(1) {
    margin-left: 0;
}
}
@media (min-width: 992px) {
.search__main[data-v-7bb1f958]:nth-child(2), .search__rail[data-v-7bb1f958]:nth-child(2) {
    margin-right: 0;
}
}
@media (min-width: 992px) {
.search__main[data-v-7bb1f958]:only-child, .search__rail[data-v-7bb1f958]:only-child {
    margin: 0;
}
}
@media (min-width: 992px) {
.search__main[data-v-7bb1f958], .search__rail[data-v-7bb1f958] {
    margin: 0;
    width: auto;
}
}
@media (min-width: 992px) {
.search__main[data-v-7bb1f958] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}
}
@media (min-width: 992px) {
.search__rail[data-v-7bb1f958] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 13.75rem;
            flex: 1 0 13.75rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-18904146]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.tags[data-v-18904146] {
  position: relative;
  margin-bottom: 2rem;
}
.tags[data-v-18904146]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  z-index: 2;
}
.tags__inner[data-v-18904146] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 4rem;
  overflow-x: scroll;
}
@media (min-width: 768px) {
.tags__inner[data-v-18904146] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: none;
}
}
.tags__clear[data-v-18904146] {
  display: block;
  -ms-grid-column-align: end;
      justify-self: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max-content;
          flex: 1 1 max-content;
  margin: 0;
  padding: 0 1rem;
  background-color: transparent;
  border: 0;
  color: #0056ac;
  font-size: 0.875rem;
  font-weight: 200;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
.tags__clear[data-v-18904146] {
    margin-bottom: 0.5rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-7f7e3728]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.loader[data-v-7f7e3728] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50rem;
  width: 100%;
  padding: 0 1.25rem;
  max-width: 82rem;
  margin: 0 auto;
}
.loader-wrapper[data-v-7f7e3728] {
  position: relative;
}
.loader-wrapper span[data-v-7f7e3728] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #323232;
  border-radius: 50%;
}
.loader-wrapper span[data-v-7f7e3728]:before {
  content: "Loading";
  font-size: 12px;
  color: #fff;
}
.loader-wrapper span[data-v-7f7e3728]:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-animation: pulse-data-v-7f7e3728 1s infinite;
          animation: pulse-data-v-7f7e3728 1s infinite;
}
@-webkit-keyframes pulse-data-v-7f7e3728 {
0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
}
}
@keyframes pulse-data-v-7f7e3728 {
0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-16863ee1]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.search-box[data-v-16863ee1] {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
      grid-template-areas: "header" "body" "footer";
  gap: 2vw;
  row-gap: 2vw;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.search-box__header[data-v-16863ee1], .search-box__body[data-v-16863ee1], .search-box__footer[data-v-16863ee1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-box__header > *[data-v-16863ee1], .search-box__body > *[data-v-16863ee1], .search-box__footer > *[data-v-16863ee1] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.hero .search-box__heading[data-v-16863ee1] {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@supports (font-size: clamp(2rem, 3vw, 3rem)) {
.hero .search-box__heading[data-v-16863ee1] {
    font-size: clamp(2rem, 3vw, 3rem);
}
}
.search-box__form[data-v-16863ee1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.search-box__input[data-v-16863ee1] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 2.5% 5%;
  border: 0;
  border-radius: 100vw;
}
.search-box__submit[data-v-16863ee1] {
  padding: 0.5rem;
  margin: 0;
  background: transparent;
  border: none;
}
.hero .search-box__submit[data-v-16863ee1] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.hero .search-box__submit[data-v-16863ee1],
.hero .search-box__submit i[data-v-16863ee1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 992px) {
.search-box[data-v-16863ee1] {
        grid-template-areas: "header body" "footer footer";
    grid-auto-columns: 13.75rem minmax(0, 80fr);
    gap: 4rem;
    row-gap: 0;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
}
}
.hero .search-box[data-v-16863ee1] {
  padding: 2.5vw 0;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-24933aca]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.filters[data-v-24933aca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
}
.filters__toggle[data-v-24933aca] {
  width: 100%;
  color: #fff;
  background: #722280;
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  border-radius: 2rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fff;
}
.filters__toggle[data-v-24933aca]:hover {
  background: #4e1758;
}
@media (min-width: 992px) {
.filters__toggle[data-v-24933aca] {
    display: none;
}
}
.filters__inner[data-v-24933aca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9999;
}
.filters__inner[data-v-24933aca]::before, .filters__inner[data-v-24933aca]::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
}
.filters__inner[data-v-24933aca]::before {
  position: absolute;
  z-index: -1;
  left: 0;
  background: #fff;
}
.filters__inner[data-v-24933aca]::after {
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.filters--mobile-drawer-active .filters__inner[data-v-24933aca] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.filters--mobile-drawer-active .filters__inner[data-v-24933aca]::after {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 992px) {
.filters__inner[data-v-24933aca] {
    position: relative;
    height: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.filters__inner[data-v-24933aca]::before, .filters__inner[data-v-24933aca]::after {
    display: none;
}
}
.filters__inner > *[data-v-24933aca]:last-child {
  margin-bottom: 0;
}
.filters__content[data-v-24933aca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
.filters__content[data-v-24933aca] {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 0 0.9375rem;
}
}
.filters__close[data-v-24933aca] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 1rem;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 3rem;
  margin: 0 -0.9375rem 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 1rem;
  color: #888;
}
.filters__close[data-v-24933aca]:hover {
  text-decoration: none;
}
.filters__close[data-v-24933aca]:before, .filters__close[data-v-24933aca]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  height: 1rem;
  width: 2px;
  background-color: currentColor;
  margin: auto 0;
}
.filters__close[data-v-24933aca]:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filters__close[data-v-24933aca]:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filters__close[data-v-24933aca]:hover {
  background: #444;
  color: #fff;
}
@media (min-width: 992px) {
.filters__close[data-v-24933aca] {
    display: none;
}
}
.filters__heading[data-v-24933aca] {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.75rem !important;
  font-size: 0.875rem;
}
.filters__form[data-v-24933aca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.filters__btn[data-v-24933aca] {
  width: 100%;
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  border-radius: 2rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (min-width: 992px) {
.filters__btn[data-v-24933aca] {
    margin-bottom: 0;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-11d8098a]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.pagination[data-v-11d8098a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-area: span 1/span 1;
  -ms-grid-row-align: start;
      align-self: start;
  margin: 3rem 0;
}
@media (min-width: 768px) {
.pagination[data-v-11d8098a] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.25rem;
  color: #444;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
  width: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    width: calc(1rem + 1 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    width: 2rem;
}
}
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
  height: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    height: calc(1rem + 1 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    height: 2rem;
}
}
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
  font-size: 0.875rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    font-size: calc(0.875rem + 0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-11d8098a], .pagination__next[data-v-11d8098a] {
    font-size: 1rem;
}
}
.pagination__prev[data-v-11d8098a]::before, .pagination__next[data-v-11d8098a]::before {
  display: none;
}
.pagination__prev[data-v-11d8098a]::after, .pagination__next[data-v-11d8098a]::after {
  font-size: 1.25rem;
}
.pagination__prev span[data-v-11d8098a], .pagination__next span[data-v-11d8098a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.pagination__prev[data-v-11d8098a]:not([data-active]), .pagination__next[data-v-11d8098a]:not([data-active]) {
  color: #444;
  cursor: pointer;
}
.pagination__prev[data-v-11d8098a]:not([data-active]):hover, .pagination__next[data-v-11d8098a]:not([data-active]):hover {
  text-decoration: none;
  color: #444;
  cursor: not-allowed;
}
.pagination__prev[data-v-11d8098a]:hover, .pagination__next[data-v-11d8098a]:hover {
  color: #722280;
  text-decoration: none;
}
.pagination__prev[data-v-11d8098a] {
  margin-right: 0.5rem;
  margin-left: 0;
}
.pagination__prev[data-v-11d8098a]::after {
  display: inline-block;
  font-family: "Material Icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "arrow_back";
  font-weight: normal;
}
@media speech {
.pagination__prev[data-v-11d8098a]::after {
    display: none;
    visibility: hidden;
}
}
.pagination__next[data-v-11d8098a] {
  margin-left: 0.5rem;
  margin-right: 0;
}
.pagination__next[data-v-11d8098a]::after {
  display: inline-block;
  font-family: "Material Icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "arrow_forward";
  font-weight: normal;
}
@media speech {
.pagination__next[data-v-11d8098a]::after {
    display: none;
    visibility: hidden;
}
}
.pagination__numbers[data-v-11d8098a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__numbers[data-v-11d8098a] {
  margin-left: -0.125rem;
}
@media screen and (min-width: 20rem) {
.pagination__numbers[data-v-11d8098a] {
    margin-left: calc(-0.125rem + -0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__numbers[data-v-11d8098a] {
    margin-left: -0.25rem;
}
}
.pagination__numbers[data-v-11d8098a] {
  margin-right: -0.125rem;
}
@media screen and (min-width: 20rem) {
.pagination__numbers[data-v-11d8098a] {
    margin-right: calc(-0.125rem + -0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__numbers[data-v-11d8098a] {
    margin-right: -0.25rem;
}
}
.pagination__number[data-v-11d8098a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.pagination__number[data-v-11d8098a] {
  width: 1.375rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-11d8098a] {
    width: calc(1.375rem + 2.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-11d8098a] {
    width: 3.5rem;
}
}
.pagination__number[data-v-11d8098a] {
  height: 1.375rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-11d8098a] {
    height: calc(1.375rem + 2.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-11d8098a] {
    height: 3.5rem;
}
}
.pagination__number[data-v-11d8098a] {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-11d8098a] {
    font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-11d8098a] {
    font-size: 1.125rem;
}
}
.pagination__number[data-v-11d8098a]::before {
  display: none;
}
.pagination__number--active[data-v-11d8098a] {
  background-color: #722280;
  color: #fff;
  font-weight: 700;
  border-radius: 1rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fff;
}
.pagination__ellipsis[data-v-11d8098a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0.25rem;
}
.pagination__ellipsis + .pagination__ellipsis[data-v-11d8098a] {
  display: none;
}
.pagination a.pagination__number[data-v-11d8098a] {
  cursor: pointer;
  color: #444;
}
.pagination a.pagination__number[data-v-11d8098a]:hover {
  text-decoration: none;
  background-color: #5b1b66;
  color: #fff;
  border-radius: 1rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fff;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-5e25cadc]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.document[data-v-5e25cadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  margin: 1rem 0 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #f5f5f5;
}
.document[data-v-5e25cadc]:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
.document[data-v-5e25cadc] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
.document__img[data-v-5e25cadc] {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
.document__img[data-v-5e25cadc] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5rem;
            flex: 1 0 12.5rem;
    max-width: 12.5rem;
}
}
@media (min-width: 992px) {
.document__img[data-v-5e25cadc] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 18.125rem;
            flex: 1 0 18.125rem;
    max-width: 18.125rem;
}
}
.document__img[data-v-5e25cadc]::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
.document__img[data-v-5e25cadc]::after {
    padding-bottom: 100%;
}
}
@media (min-width: 992px) {
.document__img[data-v-5e25cadc]::after {
    padding-bottom: 75%;
}
}
.document__img img[data-v-5e25cadc] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
.document__img + .document__content[data-v-5e25cadc] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 11.25rem - 1.25rem);
            flex: 0 0 calc(100% - 11.25rem - 1.25rem);
}
}
@media (min-width: 768px) {
.document__img + .document__content[data-v-5e25cadc] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 12.5rem - 1.25rem);
            flex: 0 0 calc(100% - 12.5rem - 1.25rem);
}
}
@media (min-width: 992px) {
.document__img + .document__content[data-v-5e25cadc] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 18.125rem - 1.25rem);
            flex: 0 0 calc(100% - 18.125rem - 1.25rem);
}
}
.document__content[data-v-5e25cadc] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
.document__content[data-v-5e25cadc] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
}
.document__title[data-v-5e25cadc] {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}
.document__title a[data-v-5e25cadc] {
  color: #000;
  cursor: pointer;
}
.document__title p[data-v-5e25cadc] {
  margin-bottom: 0;
}
.document__meta[data-v-5e25cadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -0.5rem;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.document__meta-item[data-v-5e25cadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  color: #222;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.document__meta-item[data-v-5e25cadc]:not(:last-child)::after {
  content: "|";
  margin: 0 0.5rem;
  pointer-events: none;
  color: #888;
}
.document__meta-item *[data-v-5e25cadc] {
  margin: 0 0.25rem;
}
.document__meta-item *[data-v-5e25cadc]:first-child {
  margin-left: 0;
}
.document__summary[data-v-5e25cadc] {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0;
}
.document__cta[data-v-5e25cadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.document__cta[data-v-5e25cadc]:hover {
  text-decoration: none;
}
.document__cta:hover i[data-v-5e25cadc] {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
.document__cta i[data-v-5e25cadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.3125rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-4bf1b64e]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.tag[data-v-4bf1b64e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max-content;
          flex: 1 1 max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0.5rem;
  background-color: #f5f5f5;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (min-width: 768px) {
.tag[data-v-4bf1b64e] {
    margin-bottom: 0.5rem;
}
}
.tag[data-v-4bf1b64e]::after {
  display: inline-block;
  font-family: "Material Icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "close";
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: color 0.05s ease, -webkit-transform 0.25s ease;
  transition: color 0.05s ease, -webkit-transform 0.25s ease;
  transition: color 0.05s ease, transform 0.25s ease;
  transition: color 0.05s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media speech {
.tag[data-v-4bf1b64e]::after {
    display: none;
    visibility: hidden;
}
}
.tag[data-v-4bf1b64e]:not(:last-child) {
  margin-right: 0.625rem;
}
.tag[data-v-4bf1b64e]:hover {
  background-color: #722280;
  color: #fff;
}
.tag[data-v-4bf1b64e]:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-05922642]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.filter-group[data-v-05922642] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-group:first-child .filter-group__title[data-v-05922642] {
  border-top: 1px solid #f5f5f5;
}
.filter-group[data-v-05922642]:last-of-type {
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}
.filter-group__title[data-v-05922642] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}
.filter-group__title[data-v-05922642]::before, .filter-group__title[data-v-05922642]::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.filter-group__title[data-v-05922642]::before {
  right: 0;
}
.filter-group__title[data-v-05922642]::after {
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-group__title[data-v-05922642]:hover {
  color: #722280;
}
.filter-group__title[data-v-05922642]:hover::before, .filter-group__title[data-v-05922642]:hover::after {
  background-color: #722280;
}
.active .filter-group__title[data-v-05922642]::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filter-group__options[data-v-05922642] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #f5f5f5;
}
.filter-group__options-inner[data-v-05922642] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.875rem 0 0.875rem;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-35c0979a]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.filter-item[data-v-35c0979a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.125rem;
}
.filter-item[data-v-35c0979a]:not(:last-child) {
  margin-bottom: 0.875rem;
}
.filter-item__input[data-v-35c0979a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.filter-item__input:focus:not(body.using-mouse *) + .filter-item__label[data-v-35c0979a] {
  -webkit-box-shadow: 0 0 0 2px #444;
          box-shadow: 0 0 0 2px #444;
}
.filter-item__input:focus:not(body.using-mouse *) + .filter-item__label[data-v-35c0979a]::before {
  color: gainsboro;
}
.filter-item__input:checked + .filter-item__label[data-v-35c0979a]::before {
  background-color: #722280;
  color: #fff;
  border-color: #722280;
}
.filter-item__label[data-v-35c0979a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
}
.filter-item__label[data-v-35c0979a]::before {
  display: inline-block;
  font-family: "Material Icons";
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "check";
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  margin-right: 0.75rem;
  font-size: 1rem;
  color: transparent;
  border: 1px solid #aaaaaa;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media speech {
.filter-item__label[data-v-35c0979a]::before {
    display: none;
    visibility: hidden;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
.expand-enter-active,
.expand-leave-active {
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
  overflow: hidden;
}
.expand-enter,
.expand-leave-to {
  height: 0;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
[data-v-78e5c146]:root {
  --xs: 0;
  --smNav: 420px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --2xl: 1500px;
  --3xl: 1700px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*$fontFamilyBase: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;
$h1Size: 2rem;
$h3Size: 1.6rem;
$h4Size: 1.4rem;
$h2Size: 1.75rem;
$h5Size: 1.2rem;
$h6Size: 1rem;
$lineHeightHeadings: 1.25;
$fontWeightHeadings: 400;
/*$fontFamilyHeadings: Arial,
'Helvetica Neue',
Helvetica,
sans-serif;*/
/******************************************/
*[data-v-78e5c146] {
  will-change: height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}