/* stylelint-disable */
:root {
  --vf-color--green: #18974c;
  --vf-color--green--darkest: #0a5032;
  --vf-color--green--dark: #007b53;
  --vf-color--green--light: #6cc24a;
  --vf-color--green--lightest: #d0debb;
  --vf-color--grey: #707372;
  --vf-color--grey--darkest: #373a36;
  --vf-color--grey--dark: #54585a;
  --vf-color--grey--light: #a8a99e;
  --vf-color--grey--lightest: #d0d0ce;
  --vf-color--red: #d41645;
  --vf-color--red--dark: #a6093d;
  --vf-color--red--light: #e58f9e;
  --vf-color--blue: #3b6fb6;
  --vf-color--blue--dark: #193f90;
  --vf-color--blue--light: #8bb8e8;
  --vf-color--purple: #734595;
  --vf-color--purple--dark: #563d82;
  --vf-color--purple--light: #cba3d8;
  --vf-color--orange: #f49e17;
  --vf-color--orange--dark: #b65417;
  --vf-color--orange--light: #efc06e;
  --vf-color--yellow: #f4c61f;
  --vf-color--yellow--dark: #ffb81c;
  --vf-color--yellow--light: #fdd757;
  --vf-color--bright-green: #a1be1f;
  --vf-color--bright-green--dark: #7fb428;
  --vf-color--bright-green--light: #e2e868;
}

:root {
  --vf-color__text--primary: #1a1c1a;
  --vf-color__text--secondary: #373a36;
  --vf-color__link: #3b6fb6;
  --vf-color__link--hover: #193f90;
  --vf-color__link--focus: #193f90;
  --vf-color__link--visited: #563d82;
}

:root {
  --vf-color__button__text--primary: #ffffff;
  --vf-color__button__border--primary: #3b6fb6;
  --vf-color__button__background--primary: #3b6fb6;
  --vf-color__button__shadow--primary: #193f90;
  --vf-color__button__text--secondary: #3b6fb6;
  --vf-color__button__border--secondary: #3b6fb6;
  --vf-color__button__background--secondary: #ffffff;
  --vf-color__button__shadow--secondary: #193f90;
  --vf-color__button__text--tertiary: #ffffff;
  --vf-color__button__border--tertiary: #373a36;
  --vf-color__button__background--tertiary: #373a36;
  --vf-color__button__shadow--tertiary: #000000;
}

:root {
  --vf-color__brand: #18974c;
  --vf-color__brand--dark: #0a5032;
}

:root {
  --vf-ui-color--black: #000000;
  --vf-ui-color--grey: #d8d8d8;
  --vf-ui-color--grey--light: #f3f3f3;
  --vf-ui-color--yellow: #fffadc;
  --vf-ui-color--red: #d32f2f;
  --vf-ui-color--white: #ffffff;
  --vf-ui-color--off-white: #fafafa;
}

:root {
  --vf-color--neutral--0: #ffffff;
  --vf-color--neutral--100: #f3f3f3;
  --vf-color--neutral--200: #e4e4e4;
  --vf-color--neutral--300: #d0d0ce;
  --vf-color--neutral--400: #a9abaa;
  --vf-color--neutral--500: #8d8f8e;
  --vf-color--neutral--600: #707372;
  --vf-color--neutral--700: #54585a;
  --vf-color--neutral--800: #373a36;
  --vf-color--neutral--900: #000000;
}

:root {
  --vf-theme--primary: #3b6fb6;
  --vf-theme--primary--dark: #193f90;
  --vf-theme--secondary: #18974c;
  --vf-theme--secondary--dark: #007b53;
  --vf-theme--tertiary: #54585a;
  --vf-theme--quaternary: #f4c61f;
  --vf-theme--quinary: #d0d0ce;
}

/* stylelint-enable */
/*!
 * Component: @visual-framework/vf-banner
 * Version: 2.0.5
 * Location: components/undefined
 */
.vf-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem 0;
}
.vf-banner .vf-badge {
  margin-right: 1rem;
}
.vf-content ~ .vf-banner {
  margin-bottom: 1rem;
}

.vf-banner__text .vf-banner__link,
.vf-banner [class*=vf-text] .vf-link {
  text-decoration: underline;
}

.vf-banner--blocking {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: minmax(var(--page-grid-gap), auto) [main-start] minmax(288px, 80em) [main-end] minmax(var(--page-grid-gap), auto);
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5150;
}

.vf-banner__content {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 1rem;
}
.vf-u-fullbleed .vf-banner__content {
  padding: 0;
}
@supports (display: grid) {
  .vf-banner__content {
    -webkit-box-sizing: unset;
            box-sizing: unset;
    margin: unset;
    max-width: unset;
  }
}
@media (max-width: 63.9375em) {
  .vf-banner__content {
    display: block;
  }
}
@media (min-width: 1024px) {
  .vf-banner__content {
    grid-column: main;
  }
}

.vf-banner__text {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.71;
  margin: var(--vf-stack-margin, 0) 0 0 0;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  line-height: 1.2;
}

.vf-banner__text--lg {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #1a1c1a;
  font-weight: 400;
  line-height: 1.421;
  margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-banner--top {
  top: 0;
}

.vf-banner--bottom {
  bottom: 0;
}

.vf-banner--notice {
  background-color: #707372;
  border-top: 1px solid #373a36;
}
.vf-banner--notice .vf-banner__text,
.vf-banner--notice .vf-text {
  color: #ffffff;
  margin-bottom: 1.5rem;
  max-width: 64rem;
}
.vf-banner--notice .vf-banner__text .vf-banner__link, .vf-banner--notice .vf-banner__text .vf-link,
.vf-banner--notice .vf-text .vf-banner__link,
.vf-banner--notice .vf-text .vf-link {
  color: inherit;
}
@media (min-width: 1024px) {
  .vf-banner--notice .vf-banner__text,
  .vf-banner--notice .vf-text {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .vf-banner--notice .vf-button {
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: end;
  }
}

.vf-banner--blocking.vf-banner--notice {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.vf-banner--blocking.vf-banner--notice .vf-banner__content {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #707372;
}

.vf-banner + div {
  --vf-stack-margin--custom: space(200);
}

.vf-banner--fixed {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: minmax(var(--page-grid-gap), auto) [main-start] minmax(288px, 80em) [main-end] minmax(var(--page-grid-gap), auto);
  left: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 5150;
}
.vf-banner--fixed a:not(.vf-button):focus:focus-visible {
  outline: transparent auto 1px;
}
.vf-banner--fixed.vf-banner--top a:not(.vf-button):focus:focus-visible {
  outline-color: var(--vf-color--grey--darkest);
}

html:not(.vf-disable-deprecated) .vf-banner--phase {
  background-color: #fffadc;
  margin: 16px 0;
}
html:not(.vf-disable-deprecated) .vf-banner--phase .vf-banner__text,
html:not(.vf-disable-deprecated) .vf-banner--phase [class*=vf-text] {
  color: #54585a;
  margin: 0;
}
html:not(.vf-disable-deprecated) .vf-banner--phase .vf-banner__text .vf-banner__link, html:not(.vf-disable-deprecated) .vf-banner--phase .vf-banner__text .vf-link,
html:not(.vf-disable-deprecated) .vf-banner--phase [class*=vf-text] .vf-banner__link,
html:not(.vf-disable-deprecated) .vf-banner--phase [class*=vf-text] .vf-link {
  color: inherit;
}
html:not(.vf-disable-deprecated) .vf-banner--phase .vf-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  html:not(.vf-disable-deprecated) .vf-banner--phase .vf-button {
    margin-left: auto;
  }
}